From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 01: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 1514C106566B for ; Sun, 31 Jul 2011 01: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 E69398FC0A for ; Sun, 31 Jul 2011 01:30: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 p6V1U7J9077385 for ; Sun, 31 Jul 2011 01:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V1U7vS077381; Sun, 31 Jul 2011 01:30:07 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 01:30:07 GMT Resent-Message-Id: <201107310130.p6V1U7vS077381@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9102106564A; Sun, 31 Jul 2011 01:21:23 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3EB8FC0C; Sun, 31 Jul 2011 01:21:23 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p6V1LLrl096961; Sun, 31 Jul 2011 02:21:21 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p6V1LKhg096959; Sun, 31 Jul 2011 02:21:20 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201107310121.p6V1LKhg096959@beardz.net> Date: Sun, 31 Jul 2011 02:21:20 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/159321: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9440 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 01:30:08 -0000 >Number: 159321 >Category: ports >Synopsis: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9440 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 01:30:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Update to 0.9440 - Fix-up MASTER_SITES and MASTER_SITE_SUBDIR to CPAN new world order - Move LICENSE* to quench LINT warnings Please note - this PR has a dependancy on update PR ports/159283 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Component-Client-HTTP-0.9440.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-POE-Component-Client-HTTP.orig/Makefile /usr/ports/www/p5-POE-Component-Client-HTTP/Makefile --- /usr/ports/www/p5-POE-Component-Client-HTTP.orig/Makefile 2011-05-05 02:41:04.000000000 +0100 +++ /usr/ports/www/p5-POE-Component-Client-HTTP/Makefile 2011-07-31 02:14:54.683596744 +0100 @@ -6,27 +6,28 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.9430 +PORTVERSION= 0.9440 CATEGORIES= www perl5 -MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/RCAPUTO +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RCAPUTO PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking/concurrent HTTP queries -BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-POE>=1.312:${PORTSDIR}/devel/p5-POE \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ - p5-POE-Component-Client-Keepalive>=0.2670:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ + p5-POE-Component-Client-Keepalive>=0.2680:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ p5-Test-POE-Server-TCP>=1.14:${PORTSDIR}/devel/p5-Test-POE-Server-TCP \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 \ diff -ruN --exclude=CVS /usr/ports/www/p5-POE-Component-Client-HTTP.orig/distinfo /usr/ports/www/p5-POE-Component-Client-HTTP/distinfo --- /usr/ports/www/p5-POE-Component-Client-HTTP.orig/distinfo 2011-05-05 02:41:04.000000000 +0100 +++ /usr/ports/www/p5-POE-Component-Client-HTTP/distinfo 2011-07-31 02:14:54.684608043 +0100 @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-HTTP-0.943.tar.gz) = ec1cef1c94373efea058c650521df5d7189d19cb99099c47a6115f3b5b9a701c -SIZE (POE-Component-Client-HTTP-0.943.tar.gz) = 80108 +SHA256 (POE-Component-Client-HTTP-0.944.tar.gz) = cfd1b56ba5fb33b0dc13f7c6eb1f436709094e8ecab8f64ce5a6da8210f15f3c +SIZE (POE-Component-Client-HTTP-0.944.tar.gz) = 80426 --- p5-POE-Component-Client-HTTP-0.9440.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 01:30:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D50841065680; Sun, 31 Jul 2011 01:30: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 ABB2C8FC14; Sun, 31 Jul 2011 01:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6V1UJbe078300; Sun, 31 Jul 2011 01:30:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V1UJUP078288; Sun, 31 Jul 2011 01:30:19 GMT (envelope-from edwin) Date: Sun, 31 Jul 2011 01:30:19 GMT Message-Id: <201107310130.p6V1UJUP078288@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159321: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9440 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 01:30:19 -0000 Synopsis: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9440 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 31 01:30:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159321 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 01:34:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0B071065672; Sun, 31 Jul 2011 01:34:37 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A5E1E8FC08; Sun, 31 Jul 2011 01:34:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6V1YbHP087743; Sun, 31 Jul 2011 01:34:37 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V1YbK3087738; Sun, 31 Jul 2011 01:34:37 GMT (envelope-from zi) Date: Sun, 31 Jul 2011 01:34:37 GMT Message-Id: <201107310134.p6V1YbK3087738@freefall.freebsd.org> To: circe-port-maintainers@bws.Net.berkeley.edu, zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159303: [PATCH] net-mgmt/circe: update to 0.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 01:34:37 -0000 Synopsis: [PATCH] net-mgmt/circe: update to 0.2.3 Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Sun Jul 31 01:34:37 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159303 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 01:35: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 4CF26106564A; Sun, 31 Jul 2011 01:35:04 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20D5D8FC13; Sun, 31 Jul 2011 01:35: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 p6V1Z4re087899; Sun, 31 Jul 2011 01:35:04 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V1Z3Mf087895; Sun, 31 Jul 2011 01:35:03 GMT (envelope-from zi) Date: Sun, 31 Jul 2011 01:35:03 GMT Message-Id: <201107310135.p6V1Z3Mf087895@freefall.freebsd.org> To: zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159268: [patch] fix for ports-mgmt/portbuilder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 01:35:04 -0000 Synopsis: [patch] fix for ports-mgmt/portbuilder Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Sun Jul 31 01:35:03 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159268 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 04: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 F3912106566C for ; Sun, 31 Jul 2011 04: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 CAD748FC08 for ; Sun, 31 Jul 2011 04: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 p6V4UCgg042225 for ; Sun, 31 Jul 2011 04: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 p6V4UCeu042221; Sun, 31 Jul 2011 04:30:12 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 04:30:12 GMT Message-Id: <201107310430.p6V4UCeu042221@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jason Helfman Cc: Subject: Re: ports/158948: [patch] dns/py-namebench: update to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 04:30:13 -0000 The following reply was made to PR ports/158948; it has been noted by GNATS. From: Jason Helfman To: bug-followup@freebsd.org Cc: Subject: Re: ports/158948: [patch] dns/py-namebench: update to 1.3.1 Date: Sat, 30 Jul 2011 21:27:58 -0700 I'm interested in taking over maintainer-ship for this port. jhelfman@experts-exchange.com Thanks jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 04:40:06 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9AC71065673 for ; Sun, 31 Jul 2011 04:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B64F98FC17 for ; Sun, 31 Jul 2011 04: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 p6V4e6cr052594 for ; Sun, 31 Jul 2011 04: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 p6V4e6Ui052592; Sun, 31 Jul 2011 04:40:06 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 04:40:06 GMT Resent-Message-Id: <201107310440.p6V4e6Ui052592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brandon Gooch Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F1191065670 for ; Sun, 31 Jul 2011 04:38: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 8E52C8FC13 for ; Sun, 31 Jul 2011 04:38: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 p6V4clpe082759 for ; Sun, 31 Jul 2011 04:38:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6V4clu7082758; Sun, 31 Jul 2011 04:38:47 GMT (envelope-from nobody) Message-Id: <201107310438.p6V4clu7082758@red.freebsd.org> Date: Sun, 31 Jul 2011 04:38:47 GMT From: Brandon Gooch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159322: [PATCH] sysutils/fusefs-kmod doesn't build due to recent changes in vfs_flagopt(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, 31 Jul 2011 04:40:07 -0000 >Number: 159322 >Category: ports >Synopsis: [PATCH] sysutils/fusefs-kmod doesn't build due to recent changes in vfs_flagopt(9) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 04:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Brandon Gooch >Release: 9-CURRENT amd64 >Organization: >Environment: FreeBSD m6500.local 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224414: Tue Jul 26 02:22:28 CDT 2011 root@m6500.local:/usr/obj/usr/src/sys/DELL_M6500 amd64 >Description: A recent change to vfs_flagopt(9) has resulted in an un-buildable sysutils/fusefs-kmod. The patch provided brings the fusefs-kmod port's use of vfs_flagopt(9) up-to-date. >From the commit log: This update changes the mnt_flag field in the mount structure from 32 bits to 64 bits and eliminates the unused mnt_xflag field. The existing mnt_flag field is completely out of bits, so this update gives us room to expand. Note that the f_flags field in the statfs structure is already 64 bits, so the expanded mnt_flag field can be exported without having to make any changes in the statfs structure. Approved by: re (bz) http://svnweb.freebsd.org/base?view=revision&revision=224290 >How-To-Repeat: Try to build sysutils/fusefs-kmod on 9-CURRENT after r224290. >Fix: Drop the supplied patch into sysutils/fusefs-kmod/files/ (you can remove the .txt extension) -- overwriting the file that exists. Run `make clean` and then rebuild the port. Patch attached with submission follows: --- fuse_module/fuse_vfsops.c.orig 2008-02-04 23:25:57.000000000 -0600 +++ fuse_module/fuse_vfsops.c 2011-07-30 23:09:43.000000000 -0500 @@ -18,6 +18,7 @@ #include #include #include +#include #include "fuse.h" #include "fuse_session.h" @@ -60,14 +61,14 @@ }; SYSCTL_INT(_vfs_fuse, OID_AUTO, init_backgrounded, CTLFLAG_RD, - 0, 1, "indicate async handshake"); + 0, 1, "indicate async handshake"); static int fuse_enforce_dev_perms = 0; SYSCTL_LONG(_vfs_fuse, OID_AUTO, enforce_dev_perms, CTLFLAG_RW, - &fuse_enforce_dev_perms, 0, - "enforce fuse device permissions for secondary mounts"); + &fuse_enforce_dev_perms, 0, + "enforce fuse device permissions for secondary mounts"); static unsigned sync_unmount = 1; SYSCTL_UINT(_vfs_fuse, OID_AUTO, sync_unmount, CTLFLAG_RW, - &sync_unmount, 0, "specify when to use synchronous unmount"); + &sync_unmount, 0, "specify when to use synchronous unmount"); MALLOC_DEFINE(M_FUSEVFS, "fuse_filesystem", "buffer for fuse vfs layer"); @@ -155,8 +156,8 @@ if (VTOI(vp) == pmp->nodeid) { KASSERT(! pmp->valid, - ("more than one vnode seems to match #%llu", - (unsigned long long)pmp->nodeid)); + ("more than one vnode seems to match #%llu", + (unsigned long long)pmp->nodeid)); VTOFUD(vp)->parent_nid = pmp->parent_nid; pmp->valid = 1; } @@ -213,8 +214,14 @@ * Mount system call */ static int +#if VFSOPS_TAKES_THREAD fuse_mount(struct mount *mp, struct thread *td) { +#else +fuse_mount(struct mount *mp) +{ + struct thread *td = curthread; +#endif int err = 0; size_t len; char *fspec, *subtype = NULL; @@ -224,14 +231,13 @@ struct cdev *fdev; struct sx *slock; struct fuse_data *data; - int mntopts = 0, __mntopts = 0, max_read_set = 0, secondary = 0; + uint64_t mntopts = 0, __mntopts = 0, max_read_set = 0, secondary = 0; unsigned max_read = ~0; struct vnode *rvp; struct fuse_vnode_data *fvdat; GIANT_REQUIRED; - KASSERT(fuse_useco >= 0, - ("negative fuse usecount despite Giant")); + KASSERT(fuse_useco >= 0, ("negative fuse usecount despite Giant")); if (mp->mnt_flag & MNT_UPDATE) return (EOPNOTSUPP); @@ -257,7 +263,7 @@ /* * Not an update, or updating the name: look up the name * and verify that it refers to a sensible disk device. - */ + */ NDINIT(ndp, LOOKUP, FOLLOW, UIO_SYSSPACE, fspec, td); if ((err = namei(ndp)) != 0) @@ -318,10 +324,10 @@ FUSE_UNLOCK; dev_rel(fdev); return (ENXIO); - } + } FUSE_UNLOCK; - /* + /* * With the help of underscored options the mount program * can inform us from the flags it sets by default */ @@ -361,7 +367,7 @@ DEBUG2G("mntopts 0x%x\n", mntopts); - /* Sanity + permission checks */ + /* Sanity + permission checks */ if (! data->daemoncred) panic("fuse daemon found, but identity unknown"); @@ -371,7 +377,7 @@ if (data->dataflag & FSESS_PRIVATE) /* * device is owned and owner doesn't - * wanna share it with us + * wanna share it with us */ err = EPERM; if (/* actual option set differs from default */ @@ -422,9 +428,9 @@ if (! err) { err = vn_lock(rvp, LK_EXCLUSIVE | LK_RETRY #if VN_LOCK_TAKES_THREAD - , td + , td #endif - ); + ); #if NEW_VNODES_ADJUSTED_MANUALLY if (err) printf("fuse4bsd: leaking vnode %p\n", rvp); @@ -450,13 +456,13 @@ fdata_kick_set(data); sx_xunlock(slock); free(fvdat, M_FUSEVN); - goto out; + goto out; } else VOP_UNLOCK(rvp, 0 #if VOP_UNLOCK_TAKES_THREAD - , td + , td #endif - ); + ); data->mp = mp; data->mpri = FM_PRIMARY; data->dataflag |= mntopts; @@ -468,7 +474,7 @@ sx_xunlock(slock); - vfs_getnewfsid(mp); + vfs_getnewfsid(mp); mp->mnt_flag |= MNT_LOCAL; #ifdef MNTK_MPSAFE mp->mnt_kern_flag |= MNTK_MPSAFE; @@ -499,7 +505,7 @@ len++; } else { sprintf(mp->mnt_stat.f_mntfromname + len, "%d", - data->mntco - 1); + data->mntco - 1); len += log; } } @@ -529,8 +535,14 @@ * Unmount system call */ static int +#if VFSOPS_TAKES_THREAD fuse_unmount(struct mount *mp, int mntflags, struct thread *td) { +#else +fuse_unmount(struct mount *mp, int mntflags) +{ + struct thread *td = curthread; +#endif int flags = 0, err = 0; struct fuse_data *data; struct fuse_secondary_data *fsdat = NULL; @@ -558,7 +570,7 @@ struct vnode *vp, *nvp; #endif - if (! (mntflags & MNT_FORCE || + if (!(mntflags & MNT_FORCE || data->dataflag & FSESS_NEGLECT_SHARES || LIST_EMPTY(&data->slaves_head))) { err = EBUSY; @@ -590,14 +602,14 @@ #if FUSE_HAS_DESTROY if (data->dataflag & FSESS_SYNC_UNMOUNT && ((sync_unmount == 1 && - data->dataflag & FSESS_CAN_SYNC_UNMOUNT) || - sync_unmount == 2) && + data->dataflag & FSESS_CAN_SYNC_UNMOUNT) || + sync_unmount == 2) && !(mntflags & MNT_FORCE)) { struct fuse_dispatcher fdi; fdisp_init(&fdi, 0); fdisp_make(&fdi, mp, FUSE_DESTROY, FUSE_ROOT_ID, td, - NULL); + NULL); fdisp_wait_answ(&fdi); /* ignore return value */ } @@ -616,7 +628,7 @@ FUSE_LOCK; fdev = data->fdev; DEBUG2G("mntco %d, opened 0x%x\n", - data->mntco, data->dataflag & FSESS_OPENED); + data->mntco, data->dataflag & FSESS_OPENED); if (data->mntco == 0 && ! (data->dataflag & FSESS_OPENED)) { data->fdev->si_drv1 = NULL; fdata_destroy(data); @@ -629,12 +641,18 @@ mp->mnt_flag &= ~MNT_LOCAL; return (0); -} +} /* stolen from portalfs */ static int +#if VFSOPS_TAKES_THREAD fuse_root(struct mount *mp, int flags, struct vnode **vpp, struct thread *td) { +#else +fuse_root(struct mount *mp, int flags, struct vnode **vpp) +{ + struct thread *td = curthread; +#endif /* * Return locked reference to root. */ @@ -650,7 +668,11 @@ data = fsdat->master; sx_slock(&data->mhierlock); if (data->mpri == FM_PRIMARY) - err = fuse_root(data->mp, flags, vpp, td); + err = fuse_root(data->mp, flags, vpp +#if VFSOPS_TAKES_THREAD + , td +#endif + ); else err = ENXIO; sx_sunlock(&data->mhierlock); @@ -661,13 +683,17 @@ vref(vp); vn_lock(vp, flags | LK_RETRY #if VN_LOCK_TAKES_THREAD - , td + , td #endif - ); + ); if (vp->v_type == VNON) { struct vattr va; - (void)VOP_GETATTR(vp, &va, td->td_ucred, td); + (void)VOP_GETATTR(vp, &va, td->td_ucred +#if VOP_GETATTR_TAKES_THREAD + , td +#endif + ); } *vpp = vp; #if _DEBUG2G @@ -678,12 +704,18 @@ } static int +#if VFSOPS_TAKES_THREAD fuse_statfs(struct mount *mp, struct statfs *sbp, struct thread *td) { +#else +fuse_statfs(struct mount *mp, struct statfs *sbp) +{ + struct thread *td = curthread; +#endif struct fuse_dispatcher fdi; struct fuse_statfs_out *fsfo; struct fuse_data *data; - int err = 0; + int err = 0; DEBUG2G("mp %p: %s\n", mp, mp->mnt_stat.f_mntfromname); data = fusefs_get_data(mp); @@ -696,7 +728,11 @@ sx_slock(&data->mhierlock); if (data->mpri == FM_PRIMARY) - err = fuse_statfs(data->mp, sbp, td); + err = fuse_statfs(data->mp, sbp +#if VFSOPS_TAKES_THREAD + , td +#endif + ); else err = ENXIO; sx_sunlock(&data->mhierlock); @@ -752,14 +788,20 @@ */ sbp->f_bsize = fsfo->st.bsize; /* cast from uint32_t to uint64_t */ - DEBUG("fuse_statfs_out -- blocks: %llu, bfree: %llu, bavail: %llu, files: %llu, ffree: %llu, bsize: %i, namelen: %i\n", - (unsigned long long)fsfo->st.blocks, (unsigned long long)fsfo->st.bfree, (unsigned long long)fsfo->st.bavail, (unsigned long long)fsfo->st.files, (unsigned long long)fsfo->st.ffree, fsfo->st.bsize, fsfo->st.namelen); + DEBUG("fuse_statfs_out -- blocks: %llu, bfree: %llu, bavail: %llu," + "files: %llu, ffree: %llu, bsize: %i, namelen: %i\n", + (unsigned long long)fsfo->st.blocks, + (unsigned long long)fsfo->st.bfree, + (unsigned long long)fsfo->st.bavail, + (unsigned long long)fsfo->st.files, + (unsigned long long)fsfo->st.ffree, fsfo->st.bsize, + fsfo->st.namelen); fuse_ticket_drop(fdi.tick); return (0); fake: - sbp->f_blocks = 0; + sbp->f_blocks = 0; sbp->f_bfree = 0; sbp->f_bavail = 0; sbp->f_files = 0; @@ -777,8 +819,8 @@ int fuse_vget_i(struct mount *mp, struct thread *td, uint64_t nodeid, - enum vtype vtyp, struct vnode **vpp, enum vget_mode vmod, - uint64_t parentid) + enum vtype vtyp, struct vnode **vpp, enum vget_mode vmod, + uint64_t parentid) { #define myflags LK_EXCLUSIVE | LK_RETRY int err = 0; @@ -786,7 +828,7 @@ struct vnode *vp2; DEBUG("been asked for vno #%llu, parent #%llu\n", - (long long unsigned)nodeid, (long long unsigned)parentid); + (long long unsigned)nodeid, (long long unsigned)parentid); if (vtyp == VNON) return (EINVAL); @@ -794,7 +836,11 @@ if (nodeid == FUSE_ROOT_ID) { if (parentid != FUSE_NULL_ID) return (ENOENT); - err = VFS_ROOT(mp, myflags, vpp, td); + err = VFS_ROOT(mp, myflags, vpp +#if VFSOPS_TAKES_THREAD + , td +#endif + ); if (err) return (err); KASSERT(*vpp, ("we neither err'd nor found the root node")); @@ -809,7 +855,7 @@ if (vmod == VG_WANTNEW) *vpp = NULL; else if ((err = vfs_hash_get(mp, nodeid, /*flags*/ myflags, td, vpp, - fuse_vnode_cmp, &nodeid))) + fuse_vnode_cmp, &nodeid))) return (err); /* @@ -842,11 +888,10 @@ pmp.parent_nid = parentid; pmp.valid = 0; err = vfs_hash_get(mp, pmp.nodeid, 0, - td, &xvp, - fuse_vnode_setparent_cmp, - &pmp); + td, &xvp, + fuse_vnode_setparent_cmp, &pmp); KASSERT(xvp == NULL, - ("findparent routine has fetched a vnode")); + ("findparent routine has fetched a vnode")); } else /* parent mismatch for a directory */ err = EIO; @@ -882,25 +927,25 @@ #endif if (err) { - free(fvdat, M_FUSEVN); + free(fvdat, M_FUSEVN); VNASSERT(! *vpp, *vpp, - ("Maybe I misunderstood how getnewvnode() works...")); - return (err); + ("Maybe I misunderstood how getnewvnode() works...")); + return (err); } #if NEW_VNODES_ADJUSTED_MANUALLY err = vn_lock(*vpp, myflags #if VN_LOCK_TAKES_THREAD - , td + , td #endif - ); + ); if (err) printf("fuse4bsd: leaking vnode %p\n", *vpp); else err = insmntque(*vpp, mp); if (err) { - free(fvdat, M_FUSEVN); - return (err); + free(fvdat, M_FUSEVN); + return (err); } #endif @@ -912,7 +957,7 @@ */ fuse_vnode_init(*vpp, fvdat, nodeid, vtyp, parentid); err = vfs_hash_insert(*vpp, nodeid, /*flags*/ myflags, td, &vp2, - fuse_vnode_bgdrop_cmp, fvdat); + fuse_vnode_bgdrop_cmp, fvdat); if (err) { free(fvdat, M_FUSEVN); @@ -923,7 +968,8 @@ } if (vp2) { - DEBUG("gee, vfs hash collision for node #%llu\n", (unsigned long long)nodeid); + DEBUG("gee, vfs hash collision for node #%llu\n", + (unsigned long long)nodeid); if (vmod == VG_WANTNEW) { vput(vp2); *vpp = NULL; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 04:40:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A43106566C; Sun, 31 Jul 2011 04:40:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1B08FC0C; Sun, 31 Jul 2011 04:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6V4eHsM052763; Sun, 31 Jul 2011 04:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V4eHfP052759; Sun, 31 Jul 2011 04:40:17 GMT (envelope-from edwin) Date: Sun, 31 Jul 2011 04:40:17 GMT Message-Id: <201107310440.p6V4eHfP052759@freefall.freebsd.org> To: jamesbrandongooch@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159322: [PATCH] sysutils/fusefs-kmod doesn't build due to recent changes in vfs_flagopt(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, 31 Jul 2011 04:40:17 -0000 Synopsis: [PATCH] sysutils/fusefs-kmod doesn't build due to recent changes in vfs_flagopt(9) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 31 04:40:17 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159322 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 04: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 B6344106564A for ; Sun, 31 Jul 2011 04:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A2A2A8FC08 for ; Sun, 31 Jul 2011 04: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 p6V4o3aL061520 for ; Sun, 31 Jul 2011 04: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 p6V4o3ag061519; Sun, 31 Jul 2011 04:50:03 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 04:50:03 GMT Message-Id: <201107310450.p6V4o3ag061519@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159322: [PATCH] sysutils/fusefs-kmod doesn't build due to recent changes in vfs_flagopt(9) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 04:50:03 -0000 The following reply was made to PR ports/159322; it has been noted by GNATS. From: Edwin Groothuis To: amistry@am-productions.biz Cc: bug-followup@FreeBSD.org Subject: Re: ports/159322: [PATCH] sysutils/fusefs-kmod doesn't build due to recent changes in vfs_flagopt(9) Date: Sun, 31 Jul 2011 04:40:15 UT Maintainer of sysutils/fusefs-kmod, Please note that PR ports/159322 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/159322 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 04: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 9F2ED106566B for ; Sun, 31 Jul 2011 04: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 79A7C8FC12 for ; Sun, 31 Jul 2011 04: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 p6V4o4Fi061532 for ; Sun, 31 Jul 2011 04:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V4o4gM061531; Sun, 31 Jul 2011 04:50:04 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 04:50:04 GMT Resent-Message-Id: <201107310450.p6V4o4gM061531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C72F1065676 for ; Sun, 31 Jul 2011 04:43:31 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 7465A8FC1C for ; Sun, 31 Jul 2011 04:43:30 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p6V4hSko086063 for ; Sun, 31 Jul 2011 05:43:28 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p6V4hSrx086062; Sun, 31 Jul 2011 05:43:28 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201107310443.p6V4hSrx086062@beardz.net> Date: Sun, 31 Jul 2011 05:43:28 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159323: [MAINTAINER] devel/p5-Reflex: update to 0.090 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 04:50:04 -0000 >Number: 159323 >Category: ports >Synopsis: [MAINTAINER] devel/p5-Reflex: update to 0.090 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 04:50:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Update to 0.090 - Add license Changes: http://cpansearch.perl.org/src/RCAPUTO/Reflex-0.090/CHANGES Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Reflex-0.090.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Reflex.orig/Makefile /usr/ports/devel/p5-Reflex/Makefile --- /usr/ports/devel/p5-Reflex.orig/Makefile 2011-06-25 08:01:12.000000000 +0100 +++ /usr/ports/devel/p5-Reflex/Makefile 2011-07-31 05:30:55.137553657 +0100 @@ -6,7 +6,7 @@ # PORTNAME= Reflex -PORTVERSION= 0.088 +PORTVERSION= 0.090 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -15,6 +15,9 @@ MAINTAINER= freebsd@beardz.net COMMENT= Class library for flexible, reactive programs +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-POE>=1.294:${PORTSDIR}/devel/p5-POE \ p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Role-Parameterized>=0.23:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ @@ -33,8 +36,17 @@ Reflex::Callback::Promise.3 \ Reflex::Callbacks.3 \ Reflex::Client.3 \ + Reflex::Codec::Message.3 \ + Reflex::Codec::Message::Datagram.3 \ + Reflex::Codec::Message::Eof.3 \ + Reflex::Codec::Message::Stream.3 \ Reflex::Collection.3 \ Reflex::Connector.3 \ + Reflex::Decoder::Line.3 \ + Reflex::Eg.3 \ + Reflex::Eg::Inheritance::Moose.3 \ + Reflex::Eg::Inheritance::Plain.3 \ + Reflex::Encoder::Line.3 \ Reflex::Interval.3 \ Reflex::PID.3 \ Reflex::POE::Event.3 \ @@ -46,6 +58,10 @@ Reflex::Role::Accepting.3 \ Reflex::Role::Collectible.3 \ Reflex::Role::Connecting.3 \ + Reflex::Role::Decoding.3 \ + Reflex::Role::Decoding::Datagram.3 \ + Reflex::Role::Decoding::Stream.3 \ + Reflex::Role::Encoding.3 \ Reflex::Role::Interval.3 \ Reflex::Role::InStreaming.3 \ Reflex::Role::OutStreaming.3 \ @@ -66,16 +82,19 @@ Reflex::Timeout.3 \ Reflex::Trait::EmitsOnChange.3 \ Reflex::Trait::Observed.3 \ + Reflex::Trait::Watched.3 \ Reflex::UdpPeer.3 \ Reflex::Wakeup.3 post-install: .ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}" + @${MKDIR} ${EXAMPLESDIR}/proto @${MKDIR} ${EXAMPLESDIR}/ttl @${INSTALL_SCRIPT} ${WRKSRC}/eg/*.pl ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/eg/*.pm ${EXAMPLESDIR} @(cd ${WRKSRC}/eg/ttl && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/ttl) + @(cd ${WRKSRC}/eg/proto && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/proto) .endif .ifndef(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/devel/p5-Reflex.orig/distinfo /usr/ports/devel/p5-Reflex/distinfo --- /usr/ports/devel/p5-Reflex.orig/distinfo 2011-06-25 08:01:12.000000000 +0100 +++ /usr/ports/devel/p5-Reflex/distinfo 2011-07-31 05:31:06.811432002 +0100 @@ -1,2 +1,2 @@ -SHA256 (Reflex-0.088.tar.gz) = 4c59badf1b223d33292ab6702518660b59e01c16cba4b1703eb9a40dd8fdf4c4 -SIZE (Reflex-0.088.tar.gz) = 147120 +SHA256 (Reflex-0.090.tar.gz) = 9d9fa2c9d0ab644cf000698d900925f13e58099df1492e33c9f26a7cee9948d0 +SIZE (Reflex-0.090.tar.gz) = 171086 diff -ruN --exclude=CVS /usr/ports/devel/p5-Reflex.orig/pkg-plist /usr/ports/devel/p5-Reflex/pkg-plist --- /usr/ports/devel/p5-Reflex.orig/pkg-plist 2011-06-25 08:01:12.000000000 +0100 +++ /usr/ports/devel/p5-Reflex/pkg-plist 2011-07-31 05:30:55.107499347 +0100 @@ -5,6 +5,7 @@ %%SITE_PERL%%/Reflex/Client.pm %%SITE_PERL%%/Reflex/Collection.pm %%SITE_PERL%%/Reflex/Connector.pm +%%SITE_PERL%%/Reflex/Eg.pm %%SITE_PERL%%/Reflex/Interval.pm %%SITE_PERL%%/Reflex/PID.pm %%SITE_PERL%%/Reflex/Role.pm @@ -18,6 +19,14 @@ %%SITE_PERL%%/Reflex/Callback/CodeRef.pm %%SITE_PERL%%/Reflex/Callback/Method.pm %%SITE_PERL%%/Reflex/Callback/Promise.pm +%%SITE_PERL%%/Reflex/Codec/Message.pm +%%SITE_PERL%%/Reflex/Codec/Message/Datagram.pm +%%SITE_PERL%%/Reflex/Codec/Message/Eof.pm +%%SITE_PERL%%/Reflex/Codec/Message/Stream.pm +%%SITE_PERL%%/Reflex/Decoder/Line.pm +%%SITE_PERL%%/Reflex/Encoder/Line.pm +%%SITE_PERL%%/Reflex/Eg/Inheritance/Plain.pm +%%SITE_PERL%%/Reflex/Eg/Inheritance/Moose.pm %%SITE_PERL%%/Reflex/POE/Event.pm %%SITE_PERL%%/Reflex/POE/Postback.pm %%SITE_PERL%%/Reflex/POE/Session.pm @@ -26,6 +35,8 @@ %%SITE_PERL%%/Reflex/Role/Accepting.pm %%SITE_PERL%%/Reflex/Role/Collectible.pm %%SITE_PERL%%/Reflex/Role/Connecting.pm +%%SITE_PERL%%/Reflex/Role/Decoding.pm +%%SITE_PERL%%/Reflex/Role/Encoding.pm %%SITE_PERL%%/Reflex/Role/InStreaming.pm %%SITE_PERL%%/Reflex/Role/Interval.pm %%SITE_PERL%%/Reflex/Role/OutStreaming.pm @@ -40,8 +51,11 @@ %%SITE_PERL%%/Reflex/Role/Wakeup.pm %%SITE_PERL%%/Reflex/Role/Writable.pm %%SITE_PERL%%/Reflex/Role/Writing.pm +%%SITE_PERL%%/Reflex/Role/Decoding/Datagram.pm +%%SITE_PERL%%/Reflex/Role/Decoding/Stream.pm %%SITE_PERL%%/Reflex/Trait/EmitsOnChange.pm %%SITE_PERL%%/Reflex/Trait/Observed.pm +%%SITE_PERL%%/Reflex/Trait/Watched.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Reflex/.packlist %%PORTDOCS%%%%DOCSDIR%%/continuation-passing.otl %%PORTDOCS%%%%DOCSDIR%%/manual.otl @@ -59,11 +73,12 @@ %%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-subclass-use.pl %%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-use.pl %%PORTDOCS%%%%DOCSDIR%%/intro/intro.pod +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-02-encoding.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-04-inheritance.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-05-composition.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-06-moose-roles.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-07-wheel-run.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-08-observer-trait.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-08-watched-trait.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-11-poco-postback.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-12-poco-event.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-13-irc-bot.pl @@ -96,6 +111,19 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReflexPromise.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Runner.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/RunnerRole.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ZmqSocket.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/eg-61-run-collection.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/eg-52-subclassed-timeout.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/leonerd-resolver-poe.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/test-observer.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/Sidecar.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/sidecar.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/BaseUseWith.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/EventyRole.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/role-injects-itself.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/use-with.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/EventySubSystem.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/BaseClass.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Or.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Un.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/And.pm @@ -117,17 +145,28 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/ClockedNandRS.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/fail-ttl-counter.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/fail-ttl-simple.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmq-publish.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmq-subscriber.pl %%PORTDOCS%%@dirrm %%DOCSDIR%%/intro %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ttl/Ttl/Latch %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ttl/Ttl/FlipFlop %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ttl/Ttl %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ttl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto/role-injection +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Reflex @dirrm %%SITE_PERL%%/Reflex/Trait +@dirrm %%SITE_PERL%%/Reflex/Role/Decoding @dirrm %%SITE_PERL%%/Reflex/Role @dirrm %%SITE_PERL%%/Reflex/POE/Wheel @dirrm %%SITE_PERL%%/Reflex/POE +@dirrm %%SITE_PERL%%/Reflex/Encoder +@dirrm %%SITE_PERL%%/Reflex/Eg/Inheritance +@dirrm %%SITE_PERL%%/Reflex/Eg +@dirrm %%SITE_PERL%%/Reflex/Decoder +@dirrm %%SITE_PERL%%/Reflex/Codec/Message +@dirrm %%SITE_PERL%%/Reflex/Codec @dirrm %%SITE_PERL%%/Reflex/Callback -@dirrm %%SITE_PERL%%/Reflex +@dirrmtry %%SITE_PERL%%/Reflex --- p5-Reflex-0.090.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 04:50:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4031065688; Sun, 31 Jul 2011 04:50:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5817A8FC17; Sun, 31 Jul 2011 04:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6V4oIn0062138; Sun, 31 Jul 2011 04:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V4oIS2062128; Sun, 31 Jul 2011 04:50:18 GMT (envelope-from edwin) Date: Sun, 31 Jul 2011 04:50:18 GMT Message-Id: <201107310450.p6V4oIS2062128@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159323: [MAINTAINER] devel/p5-Reflex: update to 0.090 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 04:50:18 -0000 Synopsis: [MAINTAINER] devel/p5-Reflex: update to 0.090 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 31 04:50:17 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159323 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 05:40:03 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B6E81065670 for ; Sun, 31 Jul 2011 05:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6A7D8FC13 for ; Sun, 31 Jul 2011 05:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6V5e2XS012171 for ; Sun, 31 Jul 2011 05:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V5e23h012170; Sun, 31 Jul 2011 05:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 05:40:02 GMT Resent-Message-Id: <201107310540.p6V5e23h012170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BECDD106564A for ; Sun, 31 Jul 2011 05:36:29 +0000 (UTC) (envelope-from beyert@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4026A8FC13 for ; Sun, 31 Jul 2011 05:36:28 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id EC39720A99; Sun, 31 Jul 2011 01:18:01 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute3.internal (MEProxy); Sun, 31 Jul 2011 01:18:01 -0400 Received: from aeonserv.aeonnet.fastmail.fm (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240]) by mail.messagingengine.com (Postfix) with ESMTPSA id 27321415D7E; Sun, 31 Jul 2011 01:18:00 -0400 (EDT) Message-Id: <871ux7jaex.wl@fastmail.fm> Date: Sat, 30 Jul 2011 22:17:58 -0700 From: Timothy Beyer To: FreeBSD GNATS Submit Cc: Timothy Beyer Subject: ports/159325: new port: emulators/joytran X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 05:40:03 -0000 >Number: 159325 >Category: ports >Synopsis: new port: emulators/joytran >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 05:40:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 8.1-RELEASE i386 >Organization: no organization >Environment: System: FreeBSD aeonserv.aeonnet 8.1-RELEASE FreeBSD 8.1-RELEASE #7: Sat Sep 11 03:34:14 PDT 2010 beyert@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Joytran is a joystick to keyboard/mouse events translator written in C. I am the author of the program. >How-To-Repeat: extract shar archive and build port >Fix: The included shar, and all prerequisite shar files --- joytran.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: # # joytran # joytran/Makefile # joytran/distinfo # joytran/pkg-descr # joytran/pkg-plist # echo c - joytran mkdir -p joytran > /dev/null 2>&1 echo x - joytran/Makefile sed 's/^X//' >joytran/Makefile << 'f2725cc0690d33d3d704fe24506d28b1' X# New ports collection makefile for: joytran X# Date created: 30 Jul 2011 X# Whom: Timothy Beyer X# X# $FreeBSD: ports/emulators/joytran/Makefile,v 1.2 2011/07/30 19:15:39 beyert Exp $ X# X XPORTNAME= joytran XPORTVERSION= 0.8.1 XCATEGORIES= emulators XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= beyert@cs.ucr.edu XCOMMENT= Joystick to keyboard/mouse events translator written in C X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/COPYRIGHT X XUSE_BZIP2= yes XUSE_CMAKE= yes XCMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" XUSE_SDL= sdl XUSE_XORG= x11 X X.include f2725cc0690d33d3d704fe24506d28b1 echo x - joytran/distinfo sed 's/^X//' >joytran/distinfo << '7b3b9145accc425a38ce0c419fd7fcb1' XSHA256 (joytran-0.8.1.tar.bz2) = 4efc1cba0948be08b4371f8c7dda222f5daf38cb1d245514bab8999a56f8a575 XSIZE (joytran-0.8.1.tar.bz2) = 20401 7b3b9145accc425a38ce0c419fd7fcb1 echo x - joytran/pkg-descr sed 's/^X//' >joytran/pkg-descr << '014561e71194ec7586c5a6eb3cda8468' XJoytran is a joystick to keyboard/mouse events translator written in C. X XThe project has several advantages over similar software: X X- Portable to a wide variety of platforms, since it is based on SDL and the X11 X XTest Extension (Developed on FreeBSD) X- It is easy to use the joystick in places where it is not usually supported X- Supports keyboard and mouse emulation X- Supports multiple joysticks X- Handles the presence of non-joystick devices, such as USB mice/trackballs X that masquerade as joysticks gracefully X- Easy switching between profiles X- Lightweight, with few dependencies X- Comprehensive feature set (if there are features missing that are important X to you, I will at least consider implementing them) X- Freely available (MIT License) X XWWW: http://chiselapp.com/user/beyert/repository/joytran/ X X- Timothy Beyer Xbeyert@cs.ucr.edu 014561e71194ec7586c5a6eb3cda8468 echo x - joytran/pkg-plist sed 's/^X//' >joytran/pkg-plist << '14eb2beb91a24aaca7332bf282ed7c8c' Xbin/joytran 14eb2beb91a24aaca7332bf282ed7c8c exit --- joytran.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 08: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 8BD14106566C for ; Sun, 31 Jul 2011 08: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 6CA538FC16 for ; Sun, 31 Jul 2011 08: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 p6V8A7ie074743 for ; Sun, 31 Jul 2011 08: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 p6V8A7F0074742; Sun, 31 Jul 2011 08:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 08:10:07 GMT Resent-Message-Id: <201107310810.p6V8A7F0074742@freefall.freebsd.org> 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 07D75106566C for ; Sun, 31 Jul 2011 08:09:13 +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 CD7898FC0C for ; Sun, 31 Jul 2011 08:09:12 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 521FB2914; Sun, 31 Jul 2011 16:08:24 +0800 (CST) Message-Id: <20110731080824.521FB2914@sunpoet.net> Date: Sun, 31 Jul 2011 16:08:24 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159327: [REPOCOPY] repocopy sysutils/p5-mogilefs-server to sysutils/p5-MogileFS-Server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 08:10:07 -0000 >Number: 159327 >Category: ports >Synopsis: [REPOCOPY] repocopy sysutils/p5-mogilefs-server to sysutils/p5-MogileFS-Server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 08:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST 2011 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: Please repocopy sysutils/p5-mogilefs-server to sysutils/p5-MogileFS-Server. Thanks. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 08:10:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FDFB106564A; Sun, 31 Jul 2011 08:10:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECB468FC08; Sun, 31 Jul 2011 08: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 p6V8AGN5074954; Sun, 31 Jul 2011 08: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 p6V8AGaA074950; Sun, 31 Jul 2011 08:10:16 GMT (envelope-from edwin) Date: Sun, 31 Jul 2011 08:10:16 GMT Message-Id: <201107310810.p6V8AGaA074950@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159327: [REPOCOPY] repocopy sysutils/p5-mogilefs-server to sysutils/p5-MogileFS-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: Sun, 31 Jul 2011 08:10:17 -0000 Synopsis: [REPOCOPY] repocopy sysutils/p5-mogilefs-server to sysutils/p5-MogileFS-Server Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 31 08: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=159327 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 09:16: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 851BB106566C; Sun, 31 Jul 2011 09:16:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5EDD78FC13; Sun, 31 Jul 2011 09:16: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 p6V9GJpv042206; Sun, 31 Jul 2011 09:16:19 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6V9GJwP042202; Sun, 31 Jul 2011 09:16:19 GMT (envelope-from rene) Date: Sun, 31 Jul 2011 09:16:19 GMT Message-Id: <201107310916.p6V9GJwP042202@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/159250: [patch] multimedia/mplayer: clang detection fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 09:16:19 -0000 Synopsis: [patch] multimedia/mplayer: clang detection fails Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Sun Jul 31 09:15:58 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=159250 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 10:16:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9751B106564A; Sun, 31 Jul 2011 10:16:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FBBE8FC0A; Sun, 31 Jul 2011 10:16:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VAG1W3097201; Sun, 31 Jul 2011 10:16:01 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VAG1hm097197; Sun, 31 Jul 2011 10:16:01 GMT (envelope-from rene) Date: Sun, 31 Jul 2011 10:16:01 GMT Message-Id: <201107311016.p6VAG1hm097197@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/156984: www/analog doesn't recognize Chrome browser type properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 10:16:01 -0000 Synopsis: www/analog doesn't recognize Chrome browser type properly Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Sun Jul 31 10:15:27 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=156984 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 11:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0541065676 for ; Sun, 31 Jul 2011 11:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 488618FC13 for ; Sun, 31 Jul 2011 11:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VBo8Tl084670 for ; Sun, 31 Jul 2011 11:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VBo8hV084669; Sun, 31 Jul 2011 11:50:08 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 11:50:08 GMT Resent-Message-Id: <201107311150.p6VBo8hV084669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rainer Hurling Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EF54106566B for ; Sun, 31 Jul 2011 11:41: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 E9D168FC0A for ; Sun, 31 Jul 2011 11:41: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 p6VBfUfM017235 for ; Sun, 31 Jul 2011 11:41:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VBfUJc017234; Sun, 31 Jul 2011 11:41:30 GMT (envelope-from nobody) Message-Id: <201107311141.p6VBfUJc017234@red.freebsd.org> Date: Sun, 31 Jul 2011 11:41:30 GMT From: Rainer Hurling To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159328: [PATCH] fix math/ggobi to build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 11:50:08 -0000 >Number: 159328 >Category: ports >Synopsis: [PATCH] fix math/ggobi to build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 11:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rainer Hurling >Release: 9.0-CURRENT (amd64) >Organization: >Environment: FreeBSD xxx.xxx 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun Jul 17 12:47:15 CEST 2011 xxx@xxx.xxx:/usr/obj/usr/src/sys/XXX amd64 >Description: As criticised by pointyhad on 16/06/2011 and 24/07/2011 for amd64, port math/ggobi does not run with clang compiler. It seems, the main error is in the 'line control' statement of src/ggobi-data.c, l.45: #line 0 "data.gob" (and others). The GObject builder produced a line number 0 (zero) on this and some other places in GGobi's code. The official cpp online docs on http://gcc.gnu.org/onlinedocs/cpp/Line-Control.html define #line linenum linenum is a non-negative decimal integer constant. It specifies the line number which should be reported for the following line of input. Subsequent lines are counted from linenum. It seems gcc accepts the 0 as valid, whilst clang produces an error '#line directive requires a positive integer argument'. I think in this case it would be correct to change value 0 into 1 (#line 1). GCC is able to build that and it seems to work fine. I tried to contact the ggobi developers without success for more than a month now. At least with gcc this solution seems to work right. I had not been able to test it with clang. Please test with clang before committing. >How-To-Repeat: Build math/ggobi with clang. >Fix: Apply the attached patch. Patch attached with submission follows: diff -Naur ggobi.orig/Makefile ggobi/Makefile --- ggobi.orig/Makefile 2011-05-25 15:18:55.000000000 +0200 +++ ggobi/Makefile 2011-07-31 12:10:34.000000000 +0200 @@ -26,6 +26,11 @@ post-patch: @${REINPLACE_CMD} -e 's|ND_coord_i|ND_coord|' \ ${WRKSRC}/plugins/GraphLayout/graphviz.c + @${REINPLACE_CMD} -e 's|#line 0|#line 1|' \ + ${WRKSRC}/src/ggobi-data.c \ + ${WRKSRC}/src/ggobi-renderer-cairo.c \ + ${WRKSRC}/src/ggobi-renderer-factory.c \ + ${WRKSRC}/src/ggobi-renderer.c post-install: ${MKDIR} ${PREFIX}/etc/xdg/ggobi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 13: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 D69031065674 for ; Sun, 31 Jul 2011 13: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 74DA88FC17 for ; Sun, 31 Jul 2011 13: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 p6VDU9Ph075501 for ; Sun, 31 Jul 2011 13: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 p6VDU9R9075498; Sun, 31 Jul 2011 13:30:09 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 13:30:09 GMT Resent-Message-Id: <201107311330.p6VDU9R9075498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Schneider Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43825106564A for ; Sun, 31 Jul 2011 13:25:49 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx1.freebsd.org (Postfix) with ESMTP id D24AC8FC13 for ; Sun, 31 Jul 2011 13:25:48 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de ) by mailout11.t-online.de with smtp id 1QnW1b-0003kd-6k; Sun, 31 Jul 2011 15:25:47 +0200 Received: from BSDHelmut.charlieroot.de (TWH3QBZTrhqooZpHCNxCE30GGks3265pNjDAdHPnZ4AkMLcs4w8lZI98dJcBVAvQWt@[87.145.81.70]) by fwd23.aul.t-online.de with esmtp id 1QnW1a-0O8S9Y0; Sun, 31 Jul 2011 15:25:46 +0200 Received: by BSDHelmut.charlieroot.de (Postfix, from userid 1001) id 198FD1704A; Sun, 31 Jul 2011 15:25:46 +0200 (CEST) Message-Id: <20110731132546.198FD1704A@BSDHelmut.charlieroot.de> Date: Sun, 31 Jul 2011 15:25:46 +0200 (CEST) From: Helmut Schneider To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159329: [MAINTAINER] www/typo3: Prepare for 4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 13:30:09 -0000 >Number: 159329 >Category: ports >Synopsis: [MAINTAINER] www/typo3: Prepare for 4.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 13:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Helmut Schneider >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut.charlieroot.de 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #5: Sun May 29 15:33:21 CEST 2011 >Description: - Minor fix in Makefile - Prepare for 4.6 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- typo3-4.5.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/typo3.org/Makefile /usr/ports/www/typo3/Makefile --- /usr/ports/www/typo3.org/Makefile 2011-07-29 18:46:56.000000000 +0200 +++ /usr/ports/www/typo3/Makefile 2011-07-31 15:10:48.000000000 +0200 @@ -21,8 +21,8 @@ IGNORE_WITH_PHP=4 TYPO3WWW= www -TYPO3RELEASE= 45 -TYPO3SITE= ${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE} +TYPO3RELEASE= +TYPO3SITE= ${TYPO3WWW}/${PORTNAME} TYPO3PKG= ${PORTNAME}-${PORTVERSION} TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DUMMY= dummy-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/www/typo3.org/pkg-plist /usr/ports/www/typo3/pkg-plist --- /usr/ports/www/typo3.org/pkg-plist 2011-07-29 21:29:10.000000000 +0200 +++ /usr/ports/www/typo3/pkg-plist 2011-07-31 15:13:05.000000000 +0200 @@ -1,24 +1,24 @@ -%%WWWDIR%%-45/INSTALL.txt -%%WWWDIR%%-45/README.txt -%%WWWDIR%%-45/RELEASE_NOTES.txt -%%WWWDIR%%-45/clear.gif -%%WWWDIR%%-45/fileadmin/_temp_/.htaccess -%%WWWDIR%%-45/fileadmin/_temp_/index.html -%%WWWDIR%%-45/fileadmin/user_upload/index.html -%%WWWDIR%%-45/index.php -%%WWWDIR%%-45/t3lib -%%WWWDIR%%-45/typo3 -%%WWWDIR%%-45/typo3_src -%%WWWDIR%%-45/typo3conf/ext/index.html -%%WWWDIR%%-45/typo3conf/extTables.php -%%WWWDIR%%-45/typo3conf/index.html -%%WWWDIR%%-45/typo3conf/l10n/index.html -%%WWWDIR%%-45/typo3conf/localconf.php.dist -%%WWWDIR%%-45/typo3temp/index.html -%%WWWDIR%%-45/uploads/index.html -%%WWWDIR%%-45/uploads/media/index.html -%%WWWDIR%%-45/uploads/pics/index.html -%%WWWDIR%%-45/uploads/tf/index.html +%%WWWDIR%%/INSTALL.txt +%%WWWDIR%%/README.txt +%%WWWDIR%%/RELEASE_NOTES.txt +%%WWWDIR%%/clear.gif +%%WWWDIR%%/fileadmin/_temp_/.htaccess +%%WWWDIR%%/fileadmin/_temp_/index.html +%%WWWDIR%%/fileadmin/user_upload/index.html +%%WWWDIR%%/index.php +%%WWWDIR%%/t3lib +%%WWWDIR%%/typo3 +%%WWWDIR%%/typo3_src +%%WWWDIR%%/typo3conf/ext/index.html +%%WWWDIR%%/typo3conf/extTables.php +%%WWWDIR%%/typo3conf/index.html +%%WWWDIR%%/typo3conf/l10n/index.html +%%WWWDIR%%/typo3conf/localconf.php.dist +%%WWWDIR%%/typo3temp/index.html +%%WWWDIR%%/uploads/index.html +%%WWWDIR%%/uploads/media/index.html +%%WWWDIR%%/uploads/pics/index.html +%%WWWDIR%%/uploads/tf/index.html %%WWWDIR%%_src-4.5.4/ChangeLog %%WWWDIR%%_src-4.5.4/GPL.txt %%WWWDIR%%_src-4.5.4/INSTALL.txt @@ -8298,15 +8298,15 @@ @dirrm %%WWWDIR%%_src-4.5.4/t3lib/cache @dirrm %%WWWDIR%%_src-4.5.4/t3lib @dirrm %%WWWDIR%%_src-4.5.4 -@dirrm %%WWWDIR%%-45/uploads/tf -@dirrm %%WWWDIR%%-45/uploads/pics -@dirrm %%WWWDIR%%-45/uploads/media -@dirrm %%WWWDIR%%-45/uploads -@dirrm %%WWWDIR%%-45/typo3temp -@dirrm %%WWWDIR%%-45/typo3conf/l10n -@dirrm %%WWWDIR%%-45/typo3conf/ext -@dirrm %%WWWDIR%%-45/typo3conf -@dirrm %%WWWDIR%%-45/fileadmin/user_upload -@dirrm %%WWWDIR%%-45/fileadmin/_temp_ -@dirrm %%WWWDIR%%-45/fileadmin -@dirrm %%WWWDIR%%-45 +@dirrm %%WWWDIR%%/uploads/tf +@dirrm %%WWWDIR%%/uploads/pics +@dirrm %%WWWDIR%%/uploads/media +@dirrm %%WWWDIR%%/uploads +@dirrm %%WWWDIR%%/typo3temp +@dirrm %%WWWDIR%%/typo3conf/l10n +@dirrm %%WWWDIR%%/typo3conf/ext +@dirrm %%WWWDIR%%/typo3conf +@dirrm %%WWWDIR%%/fileadmin/user_upload +@dirrm %%WWWDIR%%/fileadmin/_temp_ +@dirrm %%WWWDIR%%/fileadmin +@dirrm %%WWWDIR%% --- typo3-4.5.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 13:50:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A9331065670 for ; Sun, 31 Jul 2011 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 12BFC8FC15 for ; Sun, 31 Jul 2011 13:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VDo2oL098161 for ; Sun, 31 Jul 2011 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VDo2wq098160; Sun, 31 Jul 2011 13:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 13:50:02 GMT Resent-Message-Id: <201107311350.p6VDo2wq098160@freefall.freebsd.org> 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 V. Chernikov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E362A106566C for ; Sun, 31 Jul 2011 13:40: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 C84618FC17 for ; Sun, 31 Jul 2011 13:40: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 p6VDee0S071800 for ; Sun, 31 Jul 2011 13:40:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VDee1o071799; Sun, 31 Jul 2011 13:40:40 GMT (envelope-from nobody) Message-Id: <201107311340.p6VDee1o071799@red.freebsd.org> Date: Sun, 31 Jul 2011 13:40:40 GMT From: "Alexander V. Chernikov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159330: [maintainer update] net/bird: update to 1.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 13:50:02 -0000 >Number: 159330 >Category: ports >Synopsis: [maintainer update] net/bird: update to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 13:50:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander V. Chernikov >Release: 8.2-STABLE >Organization: >Environment: FreeBSD ws.su29.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 5 23:38:27 MSD 2011 root@ws.su29.net:/var/xtmp/usj/obj/usr/src/sys/PTICHKO amd64 >Description: * Update to 1.3.2 * Update fibs patch (stop bird dumping core on shutdown) * Update include patch (config errors are displayed correctly after SIGHUP or configure) * Remove bgp patch (included in tree now) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN net/bird.orig/Makefile net/bird/Makefile --- net/bird.orig/Makefile 2011-06-26 08:59:02.000000000 +0400 +++ net/bird/Makefile 2011-07-31 17:04:15.000000000 +0400 @@ -6,8 +6,7 @@ # PORTNAME= bird -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ @@ -46,6 +45,8 @@ @${ECHO_MSG} @${ECHO_MSG} " WARNING: Please take a look on kern/134931" @${ECHO_MSG} " WARNING: before using multiple fibs in production!" + @${ECHO_MSG} " 8.2-STABLE kernel patch available here:" + @${ECHO_MSG} " http://static.ipfw.ru/patches/rtsock_82S-20110725.diff" @${ECHO_MSG} @${ECHO_MSG} ===================================================================== @${ECHO_MSG} diff -urN net/bird.orig/distinfo net/bird/distinfo --- net/bird.orig/distinfo 2011-06-02 23:52:40.000000000 +0400 +++ net/bird/distinfo 2011-07-31 16:30:28.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (bird-1.3.1.tar.gz) = 848be209aba6a1a85ae0ed6192710f8bcc2f1257068191fe2959398cdec01afb -SIZE (bird-1.3.1.tar.gz) = 826422 +SHA256 (bird-1.3.2.tar.gz) = dbf8794ef3560382f10b8926e2d158da9d34670703090bfe378c08892743f54b +SIZE (bird-1.3.2.tar.gz) = 744121 diff -urN net/bird.orig/files/extra-config_includes.diff net/bird/files/extra-config_includes.diff --- net/bird.orig/files/extra-config_includes.diff 2011-06-26 08:59:02.000000000 +0400 +++ net/bird/files/extra-config_includes.diff 2011-07-31 17:22:57.000000000 +0400 @@ -1,8 +1,8 @@ Index: conf/conf.c =================================================================== ---- conf/conf.c (revision 4873) -+++ conf/conf.c (revision 4875) -@@ -108,7 +108,7 @@ +--- conf/conf.c (revision 4962) ++++ conf/conf.c (working copy) +@@ -108,7 +108,7 @@ config_parse(struct config *c) cfg_mem = c->mem; if (setjmp(conf_jmpbuf)) return 0; @@ -11,7 +11,7 @@ sysdep_preconfig(c); protos_preconfig(c); rt_preconfig(c); -@@ -138,7 +138,7 @@ +@@ -138,7 +138,7 @@ cli_parse(struct config *c) cfg_mem = c->mem; if (setjmp(conf_jmpbuf)) return 0; @@ -20,7 +20,7 @@ cf_parse(); return 1; } -@@ -356,6 +356,7 @@ +@@ -356,6 +356,7 @@ cf_error(char *msg, ...) strcpy(buf, ""); new_config->err_msg = cfg_strdup(buf); new_config->err_lino = conf_lino; @@ -30,8 +30,8 @@ Index: conf/cf-lex.l =================================================================== ---- conf/cf-lex.l (revision 4873) -+++ conf/cf-lex.l (revision 4875) +--- conf/cf-lex.l (revision 4962) ++++ conf/cf-lex.l (working copy) @@ -30,6 +30,9 @@ #include #include @@ -42,7 +42,7 @@ #define PARSER 1 -@@ -64,18 +67,36 @@ +@@ -64,18 +67,36 @@ struct sym_scope { static struct sym_scope *conf_this_scope; int conf_lino; @@ -82,7 +82,7 @@ %} %option noyywrap -@@ -90,9 +111,12 @@ +@@ -90,9 +111,12 @@ DIGIT [0-9] XIGIT [0-9a-fA-F] ALNUM [a-zA-Z_0-9] WHITE [ \t] @@ -95,7 +95,7 @@ {DIGIT}+\.{DIGIT}+\.{DIGIT}+\.{DIGIT}+ { #ifdef IPV6 if (ipv4_pton_u32(yytext, &cf_lval.i32)) -@@ -184,7 +208,7 @@ +@@ -188,7 +212,7 @@ else: { ["][^"\n]*\n cf_error("Unterminated string"); @@ -104,7 +104,7 @@ {WHITE}+ -@@ -220,7 +244,67 @@ +@@ -224,7 +248,67 @@ else: { %% @@ -172,7 +172,7 @@ cf_hash(byte *c) { unsigned int h = 13; -@@ -363,11 +447,28 @@ +@@ -367,11 +451,28 @@ cf_lex_init_kh(void) * parsing of a new input. */ void @@ -204,9 +204,9 @@ BEGIN(CLI); Index: conf/conf.h =================================================================== ---- conf/conf.h (revision 4873) -+++ conf/conf.h (revision 4875) -@@ -38,7 +38,9 @@ +--- conf/conf.h (revision 4962) ++++ conf/conf.h (working copy) +@@ -38,7 +38,9 @@ struct config { int cli_debug; /* Tracing of CLI connections and commands */ char *err_msg; /* Parser error message */ int err_lino; /* Line containing error */ @@ -216,7 +216,7 @@ struct symbol **sym_hash; /* Lexer: symbol hash table */ struct symbol **sym_fallback; /* Lexer: fallback symbol hash table */ int obstacle_count; /* Number of items blocking freeing of this config */ -@@ -83,7 +85,7 @@ +@@ -83,7 +85,7 @@ char *cfg_strdup(char *c); /* Lexer */ @@ -225,7 +225,7 @@ struct symbol { struct symbol *next; -@@ -107,9 +109,10 @@ +@@ -107,9 +109,10 @@ struct symbol { #define SYM_VARIABLE 0x100 /* 0x100-0x1ff are variable types */ extern int conf_lino; @@ -239,8 +239,8 @@ struct symbol *cf_define_symbol(struct symbol *symbol, int type, void *def); Index: doc/bird.conf.example =================================================================== ---- doc/bird.conf.example (revision 4873) -+++ doc/bird.conf.example (revision 4875) +--- doc/bird.conf.example (revision 4962) ++++ doc/bird.conf.example (working copy) @@ -22,6 +22,9 @@ # else reject; #} @@ -253,9 +253,9 @@ Index: sysdep/unix/main.c =================================================================== ---- sysdep/unix/main.c (revision 4873) -+++ sysdep/unix/main.c (revision 4875) -@@ -122,13 +122,12 @@ +--- sysdep/unix/main.c (revision 4962) ++++ sysdep/unix/main.c (working copy) +@@ -149,13 +149,12 @@ read_iproute_table(char *file, char *prefix, int m #endif // PATH_IPROUTE_DIR @@ -271,7 +271,7 @@ if (l < 0) cf_error("Read error"); return l; -@@ -158,15 +157,15 @@ +@@ -185,15 +184,15 @@ static int unix_read_config(struct config **cp, char *name) { struct config *conf = config_alloc(name); @@ -291,7 +291,7 @@ return ret; } -@@ -178,7 +177,7 @@ +@@ -205,7 +204,7 @@ read_config(void) if (!unix_read_config(&conf, config_name)) { if (conf->err_msg) @@ -300,3 +300,21 @@ else die("Unable to open configuration file %s: %m", config_name); } +@@ -221,7 +220,7 @@ async_config(void) + if (!unix_read_config(&conf, config_name)) + { + if (conf->err_msg) +- log(L_ERR "%s, line %d: %s", config_name, conf->err_lino, conf->err_msg); ++ log(L_ERR "%s, line %d: %s", conf->err_fname, conf->err_lino, conf->err_msg); + else + log(L_ERR "Unable to open configuration file %s: %m", config_name); + config_free(conf); +@@ -244,7 +243,7 @@ cmd_reconfig(char *name, int type) + if (!unix_read_config(&conf, name)) + { + if (conf->err_msg) +- cli_msg(8002, "%s, line %d: %s", name, conf->err_lino, conf->err_msg); ++ cli_msg(8002, "%s, line %d: %s", conf->err_fname, conf->err_lino, conf->err_msg); + else + cli_msg(8002, "%s: %m", name); + config_free(conf); diff -urN net/bird.orig/files/fibs.diff net/bird/files/fibs.diff --- net/bird.orig/files/fibs.diff 2011-06-26 08:59:02.000000000 +0400 +++ net/bird/files/fibs.diff 2011-07-31 17:35:48.000000000 +0400 @@ -1,8 +1,8 @@ Index: sysdep/unix/krt.h =================================================================== ---- sysdep/unix/krt.h (revision 4869) -+++ sysdep/unix/krt.h (working copy) -@@ -67,6 +67,7 @@ +--- sysdep/unix/krt.h (revision 4963) ++++ sysdep/unix/krt.h (revision 4965) +@@ -67,6 +67,7 @@ struct krt_proto { #ifdef CONFIG_ALL_TABLES_AT_ONCE node instance_node; /* Node in krt instance list */ #endif @@ -12,9 +12,9 @@ Index: sysdep/bsd/krt-sock.h =================================================================== ---- sysdep/bsd/krt-sock.h (revision 4869) -+++ sysdep/bsd/krt-sock.h (working copy) -@@ -42,5 +42,8 @@ +--- sysdep/bsd/krt-sock.h (revision 4963) ++++ sysdep/bsd/krt-sock.h (revision 4965) +@@ -42,5 +42,8 @@ struct krt_if_status { static inline int krt_set_params_same(struct krt_set_params *o UNUSED, struct krt_set_params *n UNUSED) { return 1; } void krt_read_msg(struct proto *p, struct ks_msg *msg, int scan); @@ -26,7 +26,7 @@ Index: sysdep/bsd/fib.Y =================================================================== --- sysdep/bsd/fib.Y (revision 0) -+++ sysdep/bsd/fib.Y (revision 0) ++++ sysdep/bsd/fib.Y (revision 4965) @@ -0,0 +1,29 @@ +/* + * BIRD -- FreeBSD rtsock configuration @@ -59,17 +59,17 @@ +CF_END Index: sysdep/bsd/Modules =================================================================== ---- sysdep/bsd/Modules (revision 4869) -+++ sysdep/bsd/Modules (working copy) -@@ -4,3 +4,4 @@ +--- sysdep/bsd/Modules (revision 4963) ++++ sysdep/bsd/Modules (revision 4965) +@@ -4,3 +4,4 @@ sysio.h krt-set.h krt-sock.c krt-sock.h +fib.Y Index: sysdep/bsd/krt-scan.h =================================================================== ---- sysdep/bsd/krt-scan.h (revision 4869) -+++ sysdep/bsd/krt-scan.h (working copy) +--- sysdep/bsd/krt-scan.h (revision 4963) ++++ sysdep/bsd/krt-scan.h (revision 4965) @@ -10,6 +10,7 @@ #define _BIRD_KRT_SCAN_H_ @@ -80,8 +80,8 @@ struct krt_scan_status { Index: sysdep/bsd/krt-sock.c =================================================================== ---- sysdep/bsd/krt-sock.c (revision 4869) -+++ sysdep/bsd/krt-sock.c (working copy) +--- sysdep/bsd/krt-sock.c (revision 4963) ++++ sysdep/bsd/krt-sock.c (revision 4965) @@ -33,8 +33,6 @@ #include "lib/string.h" #include "lib/socket.h" @@ -91,7 +91,7 @@ int krt_capable(rte *e) { -@@ -53,6 +51,49 @@ +@@ -53,6 +51,49 @@ krt_capable(rte *e) ); } @@ -106,7 +106,7 @@ + return 1; + } + -+ //log(L_TRACE "Max fibs: %d", fibs); ++ log(L_TRACE "Max fibs: %d", fibs); + return fibs; +} + @@ -141,7 +141,7 @@ #define ROUNDUP(a) \ ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long)) -@@ -69,7 +110,7 @@ +@@ -69,7 +110,7 @@ krt_capable(rte *e) body += l;} static void @@ -150,7 +150,7 @@ { net *net = e->net; rta *a = e->attrs; -@@ -180,23 +221,23 @@ +@@ -180,23 +221,23 @@ static void l = body - (char *)&msg; msg.rtm.rtm_msglen = l; @@ -178,7 +178,7 @@ } } -@@ -218,25 +259,34 @@ +@@ -218,25 +259,34 @@ void krt_set_start(struct krt_proto *x, int first UNUSED) { sock *sk_rt; @@ -221,7 +221,7 @@ } #define SKIP(ARG...) do { DBG("KRT: Ignoring route - " ARG); return; } while(0) -@@ -624,6 +674,8 @@ +@@ -624,6 +674,8 @@ krt_sysctl_scan(struct proto *p, pool *pool, byte size_t obl, needed; struct ks_msg *m; int retries = 3; @@ -230,7 +230,7 @@ mib[0] = CTL_NET; mib[1] = PF_ROUTE; -@@ -632,6 +684,17 @@ +@@ -632,6 +684,17 @@ krt_sysctl_scan(struct proto *p, pool *pool, byte mib[4] = cmd; mib[5] = 0; @@ -248,7 +248,7 @@ try: if (sysctl(mib, 6 , NULL , &needed, NULL, 0) < 0) die("krt_sysctl_scan 1: %m"); -@@ -656,6 +719,7 @@ +@@ -656,6 +719,7 @@ krt_sysctl_scan(struct proto *p, pool *pool, byte goto try; log(L_ERR "KRT: Route scan failed"); @@ -256,7 +256,7 @@ return; } die("krt_sysctl_scan 2: %m"); -@@ -666,6 +730,8 @@ +@@ -666,6 +730,8 @@ krt_sysctl_scan(struct proto *p, pool *pool, byte m = (struct ks_msg *)next; krt_read_msg(p, m, 1); } @@ -265,10 +265,27 @@ } static byte *krt_buffer = NULL; +@@ -695,10 +761,13 @@ krt_set_construct(struct krt_config *c UNUSED) + } + + void +-krt_set_shutdown(struct krt_proto *x UNUSED, int last UNUSED) ++krt_set_shutdown(struct krt_proto *x UNUSED, int last) + { +- mb_free(krt_buffer); +- krt_buffer = NULL; ++ if (last) ++ { ++ mb_free(krt_buffer); ++ krt_buffer = NULL; ++ } + } + + void Index: sysdep/cf/bsd-v6.h =================================================================== ---- sysdep/cf/bsd-v6.h (revision 4869) -+++ sysdep/cf/bsd-v6.h (working copy) +--- sysdep/cf/bsd-v6.h (revision 4963) ++++ sysdep/cf/bsd-v6.h (revision 4965) @@ -10,7 +10,7 @@ #define CONFIG_AUTO_ROUTES @@ -280,8 +297,8 @@ #undef CONFIG_UNIX_SET Index: sysdep/cf/bsd.h =================================================================== ---- sysdep/cf/bsd.h (revision 4869) -+++ sysdep/cf/bsd.h (working copy) +--- sysdep/cf/bsd.h (revision 4963) ++++ sysdep/cf/bsd.h (revision 4965) @@ -8,7 +8,7 @@ #define CONFIG_AUTO_ROUTES @@ -291,3 +308,42 @@ #undef CONFIG_UNIX_IFACE #undef CONFIG_UNIX_SET +Index: sysdep/unix/krt.c +=================================================================== +--- sysdep/unix/krt.c (revision 4966) ++++ sysdep/unix/krt.c (revision 4967) +@@ -492,9 +492,9 @@ + + #ifdef CONFIG_ALL_TABLES_AT_ONCE + static timer *krt_scan_timer; +-static int krt_instance_count; + static list krt_instance_list; + #endif ++static int krt_instance_count; + + static void + krt_flush_routes(struct krt_proto *p) +@@ -830,6 +830,7 @@ + add_tail(&krt_instance_list, &p->instance_node); + #else + p->krt_pool = P->pool; ++ krt_instance_count++; + #endif + + #ifdef KRT_ALLOW_LEARN +@@ -859,11 +860,12 @@ + struct krt_proto *p = (struct krt_proto *) P; + int last = 1; + ++ if (--krt_instance_count) ++ last = 0; ++ + #ifdef CONFIG_ALL_TABLES_AT_ONCE + rem_node(&p->instance_node); +- if (--krt_instance_count) +- last = 0; +- else ++ if (!krt_instance_count) + #endif + tm_stop(p->scan_timer); + diff -urN net/bird.orig/files/patch-bgp-packet.c net/bird/files/patch-bgp-packet.c --- net/bird.orig/files/patch-bgp-packet.c 2011-06-26 08:59:02.000000000 +0400 +++ net/bird/files/patch-bgp-packet.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- proto/bgp/packets.c -+++ proto/bgp/packets.c -@@ -862,7 +862,7 @@ bgp_do_rx_update(struct bgp_conn *conn, - if (conn->state != BS_ESTABLISHED) /* fatal error during decoding */ - return; - -- if (a0 && bgp_set_next_hop(p, a0)) -+ if (a0 && nlri_len && bgp_set_next_hop(p, a0)) - a = rta_lookup(a0); - - while (nlri_len) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 14: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 6F7B3106578C for ; Sun, 31 Jul 2011 14: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 3AC928FC17 for ; Sun, 31 Jul 2011 14: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 p6VE0NYj007378 for ; Sun, 31 Jul 2011 14: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 p6VE0N7r007377; Sun, 31 Jul 2011 14:00:23 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 14:00:23 GMT Resent-Message-Id: <201107311400.p6VE0N7r007377@freefall.freebsd.org> 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 V. Chernikov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18767106566C for ; Sun, 31 Jul 2011 13:50: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 9743C8FC13 for ; Sun, 31 Jul 2011 13:50: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 p6VDo0Hd089037 for ; Sun, 31 Jul 2011 13:50:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VDo08D089035; Sun, 31 Jul 2011 13:50:00 GMT (envelope-from nobody) Message-Id: <201107311350.p6VDo08D089035@red.freebsd.org> Date: Sun, 31 Jul 2011 13:50:00 GMT From: "Alexander V. Chernikov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159331: [maintainer update] net/bird6: update to 1.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 14:00:29 -0000 >Number: 159331 >Category: ports >Synopsis: [maintainer update] net/bird6: update to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 14:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander V. Chernikov >Release: 8.2-STABLE >Organization: >Environment: FreeBSD ws.su29.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 5 23:38:27 MSD 2011 root@ws.su29.net:/var/xtmp/usj/obj/usr/src/sys/PTICHKO amd64 >Description: * Update to 1.3.2 * Add include patch (permit including other files in config) * Define LICENSE >How-To-Repeat: >Fix: Patch attached with submission follows: Files net/bird6.orig/.Makefile.swp and net/bird6/.Makefile.swp differ diff -urN net/bird6.orig/Makefile net/bird6/Makefile --- net/bird6.orig/Makefile 2011-06-02 23:52:40.000000000 +0400 +++ net/bird6/Makefile 2011-07-31 17:41:20.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= bird6 -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ DISTNAME= bird-${PORTVERSION} @@ -14,15 +14,23 @@ MAINTAINER= melifaro@ipfw.ru COMMENT= Dynamic IP routing daemon (IPv6 version) +LICENSE= GPLv2 + USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 +OPTIONS= CONFIG_INCLUDES "Permit config 'include' keyword" Off + MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= bird6 +.if defined(WITH_CONFIG_INCLUDES) +EXTRA_PATCHES+= ${FILESDIR}/extra-config_includes.diff +.endif + post-install: @if [ ! -f ${PREFIX}/etc/bird6.conf ]; then \ ${CP} -p ${PREFIX}/etc/bird6.conf.example ${PREFIX}/etc/bird6.conf ; \ diff -urN net/bird6.orig/distinfo net/bird6/distinfo --- net/bird6.orig/distinfo 2011-06-02 23:52:40.000000000 +0400 +++ net/bird6/distinfo 2011-07-31 17:39:53.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (bird-1.3.1.tar.gz) = 848be209aba6a1a85ae0ed6192710f8bcc2f1257068191fe2959398cdec01afb -SIZE (bird-1.3.1.tar.gz) = 826422 +SHA256 (bird-1.3.2.tar.gz) = dbf8794ef3560382f10b8926e2d158da9d34670703090bfe378c08892743f54b +SIZE (bird-1.3.2.tar.gz) = 744121 diff -urN net/bird6.orig/files/extra-config_includes.diff net/bird6/files/extra-config_includes.diff --- net/bird6.orig/files/extra-config_includes.diff 1970-01-01 03:00:00.000000000 +0300 +++ net/bird6/files/extra-config_includes.diff 2011-07-31 17:22:57.000000000 +0400 @@ -0,0 +1,320 @@ +Index: conf/conf.c +=================================================================== +--- conf/conf.c (revision 4962) ++++ conf/conf.c (working copy) +@@ -108,7 +108,7 @@ config_parse(struct config *c) + cfg_mem = c->mem; + if (setjmp(conf_jmpbuf)) + return 0; +- cf_lex_init(0); ++ cf_lex_init(c, 0); + sysdep_preconfig(c); + protos_preconfig(c); + rt_preconfig(c); +@@ -138,7 +138,7 @@ cli_parse(struct config *c) + cfg_mem = c->mem; + if (setjmp(conf_jmpbuf)) + return 0; +- cf_lex_init(1); ++ cf_lex_init(c, 1); + cf_parse(); + return 1; + } +@@ -356,6 +356,7 @@ cf_error(char *msg, ...) + strcpy(buf, ""); + new_config->err_msg = cfg_strdup(buf); + new_config->err_lino = conf_lino; ++ new_config->err_fname = conf_fname; + longjmp(conf_jmpbuf, 1); + } + +Index: conf/cf-lex.l +=================================================================== +--- conf/cf-lex.l (revision 4962) ++++ conf/cf-lex.l (working copy) +@@ -30,6 +30,9 @@ + #include + #include + #include ++#include ++#include ++#include + + #define PARSER 1 + +@@ -64,18 +67,36 @@ struct sym_scope { + static struct sym_scope *conf_this_scope; + + int conf_lino; ++char conf_fname[255]; ++int conf_fd; + ++char conf_base[255]; ++ + static int cf_hash(byte *c); + static struct symbol *cf_find_sym(byte *c, unsigned int h0); + + linpool *cfg_mem; + +-int (*cf_read_hook)(byte *buf, unsigned int max); ++int (*cf_read_hook)(byte *buf, unsigned int max, int fd); + +-#define YY_INPUT(buf,result,max) result = cf_read_hook(buf, max); +-#define YY_NO_UNPUT ++#define YY_INPUT(buf,result,max) result = cf_read_hook(buf, max, STACK(conf_fd)); + #define YY_FATAL_ERROR(msg) cf_error(msg) + ++#define MAX_INCLUDE_DEPTH 42 ++struct include_file_stack { ++ YY_BUFFER_STATE stack; /* Internal lexer state */ ++ unsigned int conf_lino; /* Current file lineno (at include) */ ++ char conf_fname[255]; /* Current file name */ ++ int conf_fd; /* Current file descriptor */ ++}; ++ ++static struct include_file_stack ifs[MAX_INCLUDE_DEPTH]; ++static int ifs_ind; /* Current stack depth */ ++#define STACK(x) ifs[ifs_ind].x ++ ++static void dispatch_include(void); ++static int check_eof(void); ++ + %} + + %option noyywrap +@@ -90,9 +111,12 @@ DIGIT [0-9] + XIGIT [0-9a-fA-F] + ALNUM [a-zA-Z_0-9] + WHITE [ \t] ++include ^{WHITE}*include{WHITE}*\".*\"{WHITE}*; + + %% + ++{include} { dispatch_include(); } ++ + {DIGIT}+\.{DIGIT}+\.{DIGIT}+\.{DIGIT}+ { + #ifdef IPV6 + if (ipv4_pton_u32(yytext, &cf_lval.i32)) +@@ -188,7 +212,7 @@ else: { + + ["][^"\n]*\n cf_error("Unterminated string"); + +-<> return END; ++<> { if (check_eof()) return END; } + + {WHITE}+ + +@@ -224,7 +248,67 @@ else: { + + %% + ++/* Open included file with properly swapped buffers */ ++static void ++dispatch_include(void) ++{ ++ char *fname, *p = NULL, full_name[255]; ++ int fd; ++ ++ if ((fname = strchr(yytext, '"')) != NULL) { ++ if ((p = strchr(++fname, '"')) != NULL) ++ *p = '\0'; ++ ++ if (*fname == '/') ++ snprintf(full_name, sizeof(full_name), "%s", fname); ++ else ++ snprintf(full_name, sizeof(full_name), "%s/%s", conf_base, fname); ++ ++ if (ifs_ind >= MAX_INCLUDE_DEPTH) ++ cf_error("Max include depth (%d) reached on file %s", MAX_INCLUDE_DEPTH, fname); ++ ++ if ((fd = open(full_name, O_RDONLY)) == -1) ++ cf_error("Error opening included file %s", full_name); ++ ++ /* Save current stack */ ++ STACK(conf_lino) = conf_lino; ++ STACK(stack) = YY_CURRENT_BUFFER; ++ /* Prepare new stack */ ++ ifs_ind++; ++ STACK(conf_lino) = 1; ++ strcpy(STACK(conf_fname), fname); /* XXX: strlcpy should be here */ ++ STACK(conf_fd) = fd; ++ /* Export to global variables */ ++ conf_lino = STACK(conf_lino); ++ conf_fd = STACK(conf_fd); ++ strcpy(conf_fname, STACK(conf_fname)); ++ ++ yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE)); ++ } ++} ++ + static int ++check_eof(void) ++{ ++ if (ifs_ind > 0) ++ close(STACK(conf_fd)); ++ if (--ifs_ind < 0) { ++ /* EOF in main config file */ ++ ifs_ind = 0; ++ conf_lino = 1; ++ return 1; ++ } ++ ++ /* switch buffer */ ++ conf_lino = STACK(conf_lino); ++ conf_fd = STACK(conf_fd); ++ strcpy(conf_fname, STACK(conf_fname)); ++ yy_delete_buffer(YY_CURRENT_BUFFER); ++ yy_switch_to_buffer(STACK(stack)); ++ return 0; ++} ++ ++static int + cf_hash(byte *c) + { + unsigned int h = 13; +@@ -367,11 +451,28 @@ cf_lex_init_kh(void) + * parsing of a new input. + */ + void +-cf_lex_init(int is_cli) ++cf_lex_init(struct config *c, int is_cli) + { + if (!kw_hash_inited) + cf_lex_init_kh(); + conf_lino = 1; ++ /* Zero stack */ ++ memset(ifs, 0, sizeof(ifs)); ++ memset(conf_base, 0, sizeof(conf_base)); ++ ifs_ind = 0; ++ if (!is_cli) { ++ /* Fill in level 0 */ ++ STACK(conf_lino) = 1; ++ STACK(conf_fd) = c->file_fd; ++ strcpy(STACK(conf_fname), c->file_name); ++ /* Save config directory path */ ++ strcpy(conf_base, dirname(STACK(conf_fname))); ++ } ++ /* Export to global variables */ ++ conf_lino = STACK(conf_lino); ++ conf_fd = STACK(conf_fd); ++ strcpy(conf_fname, STACK(conf_fname)); ++ + yyrestart(NULL); + if (is_cli) + BEGIN(CLI); +Index: conf/conf.h +=================================================================== +--- conf/conf.h (revision 4962) ++++ conf/conf.h (working copy) +@@ -38,7 +38,9 @@ struct config { + int cli_debug; /* Tracing of CLI connections and commands */ + char *err_msg; /* Parser error message */ + int err_lino; /* Line containing error */ ++ char *err_fname; /* File name containing error */ + char *file_name; /* Name of configuration file */ ++ int file_fd; /* Config file descriptor */ + struct symbol **sym_hash; /* Lexer: symbol hash table */ + struct symbol **sym_fallback; /* Lexer: fallback symbol hash table */ + int obstacle_count; /* Number of items blocking freeing of this config */ +@@ -83,7 +85,7 @@ char *cfg_strdup(char *c); + + /* Lexer */ + +-extern int (*cf_read_hook)(byte *buf, unsigned int max); ++extern int (*cf_read_hook)(byte *buf, unsigned int max, int fd); + + struct symbol { + struct symbol *next; +@@ -107,9 +109,10 @@ struct symbol { + #define SYM_VARIABLE 0x100 /* 0x100-0x1ff are variable types */ + + extern int conf_lino; ++extern char conf_fname[255]; + + int cf_lex(void); +-void cf_lex_init(int is_cli); ++void cf_lex_init(struct config *c, int is_cli); + struct symbol *cf_find_symbol(byte *c); + struct symbol *cf_default_name(char *template, int *counter); + struct symbol *cf_define_symbol(struct symbol *symbol, int type, void *def); +Index: doc/bird.conf.example +=================================================================== +--- doc/bird.conf.example (revision 4962) ++++ doc/bird.conf.example (working copy) +@@ -22,6 +22,9 @@ + # else reject; + #} + ++# Write more filters in included config file(s): ++#include "filters.conf"; ++ + #filter sink { reject; } + #filter okay { accept; } + +Index: sysdep/unix/main.c +=================================================================== +--- sysdep/unix/main.c (revision 4962) ++++ sysdep/unix/main.c (working copy) +@@ -149,13 +149,12 @@ read_iproute_table(char *file, char *prefix, int m + #endif // PATH_IPROUTE_DIR + + +-static int conf_fd; + static char *config_name = PATH_CONFIG; + + static int +-cf_read(byte *dest, unsigned int len) ++cf_read(byte *dest, unsigned int len, int fd) + { +- int l = read(conf_fd, dest, len); ++ int l = read(fd, dest, len); + if (l < 0) + cf_error("Read error"); + return l; +@@ -185,15 +184,15 @@ static int + unix_read_config(struct config **cp, char *name) + { + struct config *conf = config_alloc(name); +- int ret; ++ int ret, fd; + + *cp = conf; +- conf_fd = open(name, O_RDONLY); +- if (conf_fd < 0) ++ if ((fd = open(name, O_RDONLY)) == -1) + return 0; ++ conf->file_fd = fd; + cf_read_hook = cf_read; + ret = config_parse(conf); +- close(conf_fd); ++ close(fd); + return ret; + } + +@@ -205,7 +204,7 @@ read_config(void) + if (!unix_read_config(&conf, config_name)) + { + if (conf->err_msg) +- die("%s, line %d: %s", config_name, conf->err_lino, conf->err_msg); ++ die("%s, line %d: %s", conf->err_fname, conf->err_lino, conf->err_msg); + else + die("Unable to open configuration file %s: %m", config_name); + } +@@ -221,7 +220,7 @@ async_config(void) + if (!unix_read_config(&conf, config_name)) + { + if (conf->err_msg) +- log(L_ERR "%s, line %d: %s", config_name, conf->err_lino, conf->err_msg); ++ log(L_ERR "%s, line %d: %s", conf->err_fname, conf->err_lino, conf->err_msg); + else + log(L_ERR "Unable to open configuration file %s: %m", config_name); + config_free(conf); +@@ -244,7 +243,7 @@ cmd_reconfig(char *name, int type) + if (!unix_read_config(&conf, name)) + { + if (conf->err_msg) +- cli_msg(8002, "%s, line %d: %s", name, conf->err_lino, conf->err_msg); ++ cli_msg(8002, "%s, line %d: %s", conf->err_fname, conf->err_lino, conf->err_msg); + else + cli_msg(8002, "%s: %m", name); + config_free(conf); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 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 7D9BD1065673 for ; Sun, 31 Jul 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 5336E8FC1A for ; Sun, 31 Jul 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 p6VEAA6u016361 for ; Sun, 31 Jul 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 p6VEAAh7016360; Sun, 31 Jul 2011 14:10:10 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 14:10:10 GMT Message-Id: <201107311410.p6VEAAh7016360@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?iso-8859-1?Q?Tilman_Keskin=F6z?= Cc: Subject: Re: ports/159300: [PATCH] graphics/zathura: update to 0.0.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Tilman_Keskin=F6z?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 14:10:10 -0000 The following reply was made to PR ports/159300; it has been noted by GNATS. From: =?iso-8859-1?Q?Tilman_Keskin=F6z?= To: bug-followup@FreeBSD.org, acieroid@awesom.eu Cc: Subject: Re: ports/159300: [PATCH] graphics/zathura: update to 0.0.8.4 Date: Sun, 31 Jul 2011 16:03:55 +0200 pkg-plist patch missing. At least one file is missing, share/applications/zathura.desktop From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 14: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 9C7ED1065670 for ; Sun, 31 Jul 2011 14: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 791998FC1E for ; Sun, 31 Jul 2011 14: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 p6VEACwJ016381 for ; Sun, 31 Jul 2011 14: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 p6VEAC8e016380; Sun, 31 Jul 2011 14:10:12 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 14:10:12 GMT Resent-Message-Id: <201107311410.p6VEAC8e016380@freefall.freebsd.org> 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 B75D61065673 for ; Sun, 31 Jul 2011 14:07: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 8D5DF8FC14 for ; Sun, 31 Jul 2011 14:07: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 p6VE7wMj023844 for ; Sun, 31 Jul 2011 14:07:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VE7wo7023843; Sun, 31 Jul 2011 14:07:58 GMT (envelope-from nobody) Message-Id: <201107311407.p6VE7wo7023843@red.freebsd.org> Date: Sun, 31 Jul 2011 14:07:58 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159332: [Patch] Update x11-toolkits/sakura to version 2.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: Sun, 31 Jul 2011 14:10:12 -0000 >Number: 159332 >Category: ports >Synopsis: [Patch] Update x11-toolkits/sakura to version 2.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: Sun Jul 31 14:10:12 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 #0 r223561: Sun Jun 26 13:53:12 CEST 2011 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The attached patch updates x11-toolkits/sakura to version 2.4.2. >From pkg-descr: "Sakura is a terminal emulator based on GTK and VTE". Can anyone move this port to x11 and change CATEGORIES? This is the place where all other terminal emulators (eterm, xterm, rxvt-unicode, etc.) reside. So why x11-toolkits? >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN x11-toolkits/sakura.bak/Makefile x11-toolkits/sakura/Makefile --- x11-toolkits/sakura.bak/Makefile 2011-07-31 15:37:23.000000000 +0200 +++ x11-toolkits/sakura/Makefile 2011-07-31 15:41:30.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= sakura -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= http://www.pleyades.net/david/projects/sakura/ diff -ruN x11-toolkits/sakura.bak/distinfo x11-toolkits/sakura/distinfo --- x11-toolkits/sakura.bak/distinfo 2011-07-31 15:37:23.000000000 +0200 +++ x11-toolkits/sakura/distinfo 2011-07-31 15:41:30.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (sakura-2.4.0.tar.bz2) = 10ac2bf87edb5385728e0e1fcfd31db012a388a380305e7ca6faedb18aca698a -SIZE (sakura-2.4.0.tar.bz2) = 40996 +SHA256 (sakura-2.4.2.tar.bz2) = c5e6242ca4afba3ad43731939f7d2a728bd40056a93de50f34e5bf76a696fad6 +SIZE (sakura-2.4.2.tar.bz2) = 42082 diff -ruN x11-toolkits/sakura.bak/pkg-plist x11-toolkits/sakura/pkg-plist --- x11-toolkits/sakura.bak/pkg-plist 2011-07-31 15:37:23.000000000 +0200 +++ x11-toolkits/sakura/pkg-plist 2011-07-31 15:41:30.000000000 +0200 @@ -10,6 +10,7 @@ share/locale/hu/LC_MESSAGES/sakura.mo share/locale/it/LC_MESSAGES/sakura.mo share/locale/ja/LC_MESSAGES/sakura.mo +share/locale/ko/LC_MESSAGES/sakura.mo share/locale/pl/LC_MESSAGES/sakura.mo share/locale/pt_BR/LC_MESSAGES/sakura.mo share/locale/ru/LC_MESSAGES/sakura.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 14: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 A94411065672 for ; Sun, 31 Jul 2011 14: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 50B578FC14 for ; Sun, 31 Jul 2011 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VEK1qm026559 for ; Sun, 31 Jul 2011 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VEK14T026558; Sun, 31 Jul 2011 14:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 14:20:01 GMT Resent-Message-Id: <201107311420.p6VEK14T026558@freefall.freebsd.org> 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 6250C106566B for ; Sun, 31 Jul 2011 14:16:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 51C068FC12 for ; Sun, 31 Jul 2011 14:16:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VEGauU041321 for ; Sun, 31 Jul 2011 14:16:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VEGaFo041320; Sun, 31 Jul 2011 14:16:36 GMT (envelope-from nobody) Message-Id: <201107311416.p6VEGaFo041320@red.freebsd.org> Date: Sun, 31 Jul 2011 14:16:36 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159333: [Patch] Update audio/cmus to version 2.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: Sun, 31 Jul 2011 14:20:07 -0000 >Number: 159333 >Category: ports >Synopsis: [Patch] Update audio/cmus to version 2.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 14:20:00 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 #0 r223561: Sun Jun 26 13:53:12 CEST 2011 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The attached patch updates audio/cmus to version 2.4.2. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN audio/cmus.bak/Makefile audio/cmus/Makefile --- audio/cmus.bak/Makefile 2011-07-24 13:43:16.000000000 +0200 +++ audio/cmus/Makefile 2011-07-24 14:12:38.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= cmus -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.2 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-07-24 13:43:16.000000000 +0200 +++ audio/cmus/distinfo 2011-07-24 13:44:14.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (cmus-v2.4.0.tar.bz2) = 42a1ea7597d7388e50a1534ad1f51636ce05cf31a939e01b4901a539f7348803 -SIZE (cmus-v2.4.0.tar.bz2) = 202970 +SHA256 (cmus-v2.4.2.tar.bz2) = 1f54d94574f0f7f9beca34908b16141f8eb89070728305d8906b8dc19cca0c31 +SIZE (cmus-v2.4.2.tar.bz2) = 204285 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 14:30: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 CA130106564A for ; Sun, 31 Jul 2011 14:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0B028FC0A for ; Sun, 31 Jul 2011 14:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VEU6Ma035052 for ; Sun, 31 Jul 2011 14:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VEU6l0035048; Sun, 31 Jul 2011 14:30:06 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 14:30:06 GMT Resent-Message-Id: <201107311430.p6VEU6l0035048@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stas Timokhin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C3B21065670 for ; Sun, 31 Jul 2011 14:26: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 2A14D8FC08 for ; Sun, 31 Jul 2011 14:26: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 p6VEQmXP058912 for ; Sun, 31 Jul 2011 14:26:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VEQmWe058911; Sun, 31 Jul 2011 14:26:48 GMT (envelope-from nobody) Message-Id: <201107311426.p6VEQmWe058911@red.freebsd.org> Date: Sun, 31 Jul 2011 14:26:48 GMT From: Stas Timokhin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159334: Update science/paraview to 3.10.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 14:30:06 -0000 >Number: 159334 >Category: ports >Synopsis: Update science/paraview to 3.10.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 14:30:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stas Timokhin >Release: 9.0-current >Organization: None >Environment: >Description: *Update to version 3.10.1 *Switch to dependency from hdf5-1.8.7 *Add installation of some additional python headers >How-To-Repeat: >Fix: Patch attached with submission follows: --- pkg-plist.orig 2011-04-15 16:20:56.000000000 +0700 +++ pkg-plist 2011-07-31 14:54:14.000000000 +0700 @@ -1,11 +1,17 @@ bin/kwProcessXML bin/paraview +bin/pvbatch +bin/pvblot bin/pvdataserver +bin/pvpython bin/pvrenderserver bin/pvserver bin/smTestDriver bin/vtkEncodeString bin/vtkWrapClientServer +bin/vtkWrapHierarchy +bin/vtkWrapPython +bin/vtkWrapPythonInit include/paraview-%%VERMAJORMINOR%%/Cosmo/BasicDefinition.h include/paraview-%%VERMAJORMINOR%%/Cosmo/ChainingMesh.h include/paraview-%%VERMAJORMINOR%%/Cosmo/CosmoDefinition.h @@ -27,6 +33,10 @@ include/paraview-%%VERMAJORMINOR%%/DICOMParser.h include/paraview-%%VERMAJORMINOR%%/DICOMParserMap.h include/paraview-%%VERMAJORMINOR%%/DICOMTypes.h +include/paraview-%%VERMAJORMINOR%%/PyVTKClass.h +include/paraview-%%VERMAJORMINOR%%/PyVTKMutableObject.h +include/paraview-%%VERMAJORMINOR%%/PyVTKObject.h +include/paraview-%%VERMAJORMINOR%%/PyVTKSpecialObject.h include/paraview-%%VERMAJORMINOR%%/QFilterTreeProxyModel.h include/paraview-%%VERMAJORMINOR%%/QVTKApplication.h include/paraview-%%VERMAJORMINOR%%/QVTKInteractor.h @@ -379,6 +389,7 @@ include/paraview-%%VERMAJORMINOR%%/Qt/Core/Resources/Icons/pqNetwork16.png include/paraview-%%VERMAJORMINOR%%/Qt/Core/Resources/UI/pqFileDialog.ui include/paraview-%%VERMAJORMINOR%%/Qt/Core/Resources/UI/pqOutputWindow.ui +include/paraview-%%VERMAJORMINOR%%/Qt/Python/Resources/pqPythonDialog.ui include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/Icons/pqCollapsedGroup22.png include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/Icons/pqDelete16.png include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/Icons/pqDelete24.png @@ -387,6 +398,8 @@ include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/QtWidgets.qrc include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/UI/pqHelpWindow.ui include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/UI/pqQuickLaunchDialog.ui +include/paraview-%%VERMAJORMINOR%%/QtPythonConfig.h +include/paraview-%%VERMAJORMINOR%%/QtPythonExport.h include/paraview-%%VERMAJORMINOR%%/QtWidgetsExport.h include/paraview-%%VERMAJORMINOR%%/QtWidgetsPlugin.h include/paraview-%%VERMAJORMINOR%%/VPIC/GridExchange.h @@ -728,7 +741,12 @@ include/paraview-%%VERMAJORMINOR%%/pqProxySelectionWidget.h include/paraview-%%VERMAJORMINOR%%/pqProxyTabWidget.h include/paraview-%%VERMAJORMINOR%%/pqProxyUnRegisterUndoElement.h +include/paraview-%%VERMAJORMINOR%%/pqPythonDialog.h include/paraview-%%VERMAJORMINOR%%/pqPythonEventSourceImage.h +include/paraview-%%VERMAJORMINOR%%/pqPythonMacroSupervisor.h +include/paraview-%%VERMAJORMINOR%%/pqPythonManager.h +include/paraview-%%VERMAJORMINOR%%/pqPythonScriptEditor.h +include/paraview-%%VERMAJORMINOR%%/pqPythonShell.h include/paraview-%%VERMAJORMINOR%%/pqPythonShellReaction.h include/paraview-%%VERMAJORMINOR%%/pqQVTKWidget.h include/paraview-%%VERMAJORMINOR%%/pqQVTKWidgetEventPlayer.h @@ -896,12 +914,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkAbstractContextBufferId.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractContextItem.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractInterpolatedVelocityField.h -include/paraview-%%VERMAJORMINOR%%/vtkAbstractIterator.h -include/paraview-%%VERMAJORMINOR%%/vtkAbstractIterator.txx -include/paraview-%%VERMAJORMINOR%%/vtkAbstractList.h -include/paraview-%%VERMAJORMINOR%%/vtkAbstractList.txx -include/paraview-%%VERMAJORMINOR%%/vtkAbstractMap.h -include/paraview-%%VERMAJORMINOR%%/vtkAbstractMap.txx include/paraview-%%VERMAJORMINOR%%/vtkAbstractMapper.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractMapper3D.h include/paraview-%%VERMAJORMINOR%%/vtkAbstractParticleWriter.h @@ -967,10 +979,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkArrayIteratorTemplate.h include/paraview-%%VERMAJORMINOR%%/vtkArrayIteratorTemplate.txx include/paraview-%%VERMAJORMINOR%%/vtkArrayIteratorTemplateImplicit.txx -include/paraview-%%VERMAJORMINOR%%/vtkArrayMap.h -include/paraview-%%VERMAJORMINOR%%/vtkArrayMap.txx -include/paraview-%%VERMAJORMINOR%%/vtkArrayMapIterator.h -include/paraview-%%VERMAJORMINOR%%/vtkArrayMapIterator.txx include/paraview-%%VERMAJORMINOR%%/vtkArrayNorm.h include/paraview-%%VERMAJORMINOR%%/vtkArrayRange.h include/paraview-%%VERMAJORMINOR%%/vtkArrayReader.h @@ -1182,7 +1190,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkConnectivityFilter.h include/paraview-%%VERMAJORMINOR%%/vtkConstrained2DLayoutStrategy.h include/paraview-%%VERMAJORMINOR%%/vtkConstrainedPointHandleRepresentation.h -include/paraview-%%VERMAJORMINOR%%/vtkContainer.h include/paraview-%%VERMAJORMINOR%%/vtkContext2D.h include/paraview-%%VERMAJORMINOR%%/vtkContextActor.h include/paraview-%%VERMAJORMINOR%%/vtkContextBufferId.h @@ -1577,10 +1584,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkHandleWidget.h include/paraview-%%VERMAJORMINOR%%/vtkHardwareSelectionPolyDataPainter.h include/paraview-%%VERMAJORMINOR%%/vtkHardwareSelector.h -include/paraview-%%VERMAJORMINOR%%/vtkHashMap.h -include/paraview-%%VERMAJORMINOR%%/vtkHashMap.txx -include/paraview-%%VERMAJORMINOR%%/vtkHashMapIterator.h -include/paraview-%%VERMAJORMINOR%%/vtkHashMapIterator.txx include/paraview-%%VERMAJORMINOR%%/vtkHeap.h include/paraview-%%VERMAJORMINOR%%/vtkHedgeHog.h include/paraview-%%VERMAJORMINOR%%/vtkHexagonalPrism.h @@ -1912,10 +1915,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkLinearTransform.h include/paraview-%%VERMAJORMINOR%%/vtkLinesPainter.h include/paraview-%%VERMAJORMINOR%%/vtkLinkEdgels.h -include/paraview-%%VERMAJORMINOR%%/vtkLinkedList.h -include/paraview-%%VERMAJORMINOR%%/vtkLinkedList.txx -include/paraview-%%VERMAJORMINOR%%/vtkLinkedListIterator.h -include/paraview-%%VERMAJORMINOR%%/vtkLinkedListIterator.txx include/paraview-%%VERMAJORMINOR%%/vtkLocator.h include/paraview-%%VERMAJORMINOR%%/vtkLogLookupTable.h include/paraview-%%VERMAJORMINOR%%/vtkLogoRepresentation.h @@ -2447,8 +2446,13 @@ include/paraview-%%VERMAJORMINOR%%/vtkProperty2D.h include/paraview-%%VERMAJORMINOR%%/vtkPruneTreeFilter.h include/paraview-%%VERMAJORMINOR%%/vtkPyramid.h +include/paraview-%%VERMAJORMINOR%%/vtkPython.h +include/paraview-%%VERMAJORMINOR%%/vtkPythonArgs.h include/paraview-%%VERMAJORMINOR%%/vtkPythonCalculator.h +include/paraview-%%VERMAJORMINOR%%/vtkPythonCommand.h +include/paraview-%%VERMAJORMINOR%%/vtkPythonOverload.h include/paraview-%%VERMAJORMINOR%%/vtkPythonProgrammableFilter.h +include/paraview-%%VERMAJORMINOR%%/vtkPythonUtil.h include/paraview-%%VERMAJORMINOR%%/vtkQImageToImageSource.h include/paraview-%%VERMAJORMINOR%%/vtkQtAbstractModelAdapter.h include/paraview-%%VERMAJORMINOR%%/vtkQtAnnotationLayersModelAdapter.h @@ -2488,10 +2492,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkQuantizePolyDataPoints.h include/paraview-%%VERMAJORMINOR%%/vtkQuaternionInterpolator.h include/paraview-%%VERMAJORMINOR%%/vtkQuerySelectionSource.h -include/paraview-%%VERMAJORMINOR%%/vtkQueue.h -include/paraview-%%VERMAJORMINOR%%/vtkQueue.txx -include/paraview-%%VERMAJORMINOR%%/vtkQueueIterator.h -include/paraview-%%VERMAJORMINOR%%/vtkQueueIterator.txx include/paraview-%%VERMAJORMINOR%%/vtkRIBExporter.h include/paraview-%%VERMAJORMINOR%%/vtkRIBLight.h include/paraview-%%VERMAJORMINOR%%/vtkRIBProperty.h @@ -3150,10 +3150,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkVariantCreate.h include/paraview-%%VERMAJORMINOR%%/vtkVariantInlineOperators.h include/paraview-%%VERMAJORMINOR%%/vtkVector.h -include/paraview-%%VERMAJORMINOR%%/vtkVector.txx include/paraview-%%VERMAJORMINOR%%/vtkVectorDot.h -include/paraview-%%VERMAJORMINOR%%/vtkVectorIterator.h -include/paraview-%%VERMAJORMINOR%%/vtkVectorIterator.txx include/paraview-%%VERMAJORMINOR%%/vtkVectorNorm.h include/paraview-%%VERMAJORMINOR%%/vtkVectorText.h include/paraview-%%VERMAJORMINOR%%/vtkVersion.h @@ -3581,6 +3578,8 @@ lib/paraview-%%VERMAJORMINOR%%/CMake/ParaViewCPackOptions.cmake.in lib/paraview-%%VERMAJORMINOR%%/CMake/ParaViewMacros.cmake lib/paraview-%%VERMAJORMINOR%%/CMake/ParaViewPlugins.cmake +lib/paraview-%%VERMAJORMINOR%%/CMake/ParaViewTargets-release.cmake +lib/paraview-%%VERMAJORMINOR%%/CMake/ParaViewTargets.cmake lib/paraview-%%VERMAJORMINOR%%/CMake/ParaViewUse.cmake lib/paraview-%%VERMAJORMINOR%%/CMake/VTKVersionMacros.cmake lib/paraview-%%VERMAJORMINOR%%/CMake/branded_paraview_initializer.cxx.in @@ -3632,12 +3631,13 @@ lib/paraview-%%VERMAJORMINOR%%/KWCommonLibraryDepends.cmake lib/paraview-%%VERMAJORMINOR%%/ParaViewConfig.cmake lib/paraview-%%VERMAJORMINOR%%/ParaViewConfigVersion.cmake -lib/paraview-%%VERMAJORMINOR%%/ParaViewTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/paraview-%%VERMAJORMINOR%%/ParaViewTargets-release.cmake lib/paraview-%%VERMAJORMINOR%%/ParaViewTargets.cmake lib/paraview-%%VERMAJORMINOR%%/ParaViewUse.cmake lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/3d_widgets.xml lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/filters.xml lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/internal_writers.xml +lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/pythonfilter.xml lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/readers.xml lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/rendering.xml lib/paraview-%%VERMAJORMINOR%%/ServerManager/Resources/sources.xml @@ -3650,6 +3650,9 @@ lib/paraview-%%VERMAJORMINOR%%/VTKConfig.cmake lib/paraview-%%VERMAJORMINOR%%/VTKConfigQt.cmake lib/paraview-%%VERMAJORMINOR%%/VTKConfigVersion.cmake +lib/paraview-%%VERMAJORMINOR%%/async_io_helper.py +lib/paraview-%%VERMAJORMINOR%%/blot_common.py +lib/paraview-%%VERMAJORMINOR%%/blotish.py lib/paraview-%%VERMAJORMINOR%%/cmake_install.cmake lib/paraview-%%VERMAJORMINOR%%/doc/verdict/1.2.0/README lib/paraview-%%VERMAJORMINOR%%/doc/verdict/1.2.0/Verdict.doc @@ -3674,6 +3677,7 @@ lib/paraview-%%VERMAJORMINOR%%/libPrismServerPlugin.so lib/paraview-%%VERMAJORMINOR%%/libQVTK.so lib/paraview-%%VERMAJORMINOR%%/libQVTK.so.pv%%VERMAJORMINOR%% +lib/paraview-%%VERMAJORMINOR%%/libQtPython.so lib/paraview-%%VERMAJORMINOR%%/libQtTesting.so lib/paraview-%%VERMAJORMINOR%%/libSLACTools.so lib/paraview-%%VERMAJORMINOR%%/libSierraPlotTools.so @@ -3681,6 +3685,7 @@ lib/paraview-%%VERMAJORMINOR%%/libSurfaceLIC.so lib/paraview-%%VERMAJORMINOR%%/libVPIC.so lib/paraview-%%VERMAJORMINOR%%/libVPIC.so.pv%%VERMAJORMINOR%% +lib/paraview-%%VERMAJORMINOR%%/libVisTrailsPlugin.so lib/paraview-%%VERMAJORMINOR%%/libXdmf.so lib/paraview-%%VERMAJORMINOR%%/libmpistubs.so lib/paraview-%%VERMAJORMINOR%%/libmpistubs.so.pv%%VERMAJORMINOR%% @@ -3688,66 +3693,105 @@ lib/paraview-%%VERMAJORMINOR%%/libpqComponents.so lib/paraview-%%VERMAJORMINOR%%/libpqCore.so lib/paraview-%%VERMAJORMINOR%%/libpqWidgets.so +lib/paraview-%%VERMAJORMINOR%%/libpvblot.so lib/paraview-%%VERMAJORMINOR%%/libvtkCharts.so lib/paraview-%%VERMAJORMINOR%%/libvtkCharts.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkChartsCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkChartsPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkChartsPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkClientServer.so lib/paraview-%%VERMAJORMINOR%%/libvtkCommon.so lib/paraview-%%VERMAJORMINOR%%/libvtkCommon.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkCommonCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkCommonPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkCommonPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkDICOMParser.so lib/paraview-%%VERMAJORMINOR%%/libvtkDICOMParser.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkFiltering.so lib/paraview-%%VERMAJORMINOR%%/libvtkFiltering.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkFilteringCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkFilteringPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkFilteringPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkGenericFiltering.so lib/paraview-%%VERMAJORMINOR%%/libvtkGenericFiltering.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkGenericFilteringCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkGenericFilteringPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkGenericFilteringPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkGeovis.so lib/paraview-%%VERMAJORMINOR%%/libvtkGeovis.so.pv%%VERMAJORMINOR%% +lib/paraview-%%VERMAJORMINOR%%/libvtkGeovisPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkGeovisPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkGraphics.so lib/paraview-%%VERMAJORMINOR%%/libvtkGraphics.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkGraphicsCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkGraphicsPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkGraphicsPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkHybrid.so lib/paraview-%%VERMAJORMINOR%%/libvtkHybrid.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkHybridCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkHybridPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkHybridPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkIO.so lib/paraview-%%VERMAJORMINOR%%/libvtkIO.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkIOCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkIOPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkIOPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkImaging.so lib/paraview-%%VERMAJORMINOR%%/libvtkImaging.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkImagingCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkImagingPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkImagingPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkInfovis.so lib/paraview-%%VERMAJORMINOR%%/libvtkInfovis.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF.so lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF_cxx.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVCommandOptions.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVFilters.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVFiltersCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkPVFiltersPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkPVPython.so +lib/paraview-%%VERMAJORMINOR%%/libvtkPVPythonInterpretor.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerCommon.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerCommonCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerCommonPythonD.so lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManager.so +lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerPythonD.so lib/paraview-%%VERMAJORMINOR%%/libvtkParallel.so lib/paraview-%%VERMAJORMINOR%%/libvtkParallel.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkParallelCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkParallelPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkParallelPythonD.so.pv%%VERMAJORMINOR%% +lib/paraview-%%VERMAJORMINOR%%/libvtkPythonCore.so +lib/paraview-%%VERMAJORMINOR%%/libvtkPythonCore.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkRendering.so lib/paraview-%%VERMAJORMINOR%%/libvtkRendering.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkStreaming.so lib/paraview-%%VERMAJORMINOR%%/libvtkStreamingCS.so lib/paraview-%%VERMAJORMINOR%%/libvtkViews.so lib/paraview-%%VERMAJORMINOR%%/libvtkViews.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkViewsCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkViewsPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkViewsPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkVolumeRendering.so lib/paraview-%%VERMAJORMINOR%%/libvtkVolumeRendering.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkVolumeRenderingCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkVolumeRenderingPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkVolumeRenderingPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkWidgets.so lib/paraview-%%VERMAJORMINOR%%/libvtkWidgets.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkWidgetsCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkWidgetsPythonD.so +lib/paraview-%%VERMAJORMINOR%%/libvtkWidgetsPythonD.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkXdmf.so lib/paraview-%%VERMAJORMINOR%%/libvtkXdmfCS.so +lib/paraview-%%VERMAJORMINOR%%/libvtkXdmfPython.so lib/paraview-%%VERMAJORMINOR%%/libvtkalglib.so lib/paraview-%%VERMAJORMINOR%%/libvtkalglib.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkexoIIc.so @@ -3768,10 +3812,71 @@ lib/paraview-%%VERMAJORMINOR%%/libvtksys.so.pv%%VERMAJORMINOR%% lib/paraview-%%VERMAJORMINOR%%/libvtkverdict.so lib/paraview-%%VERMAJORMINOR%%/libvtkverdict.so.pv%%VERMAJORMINOR%% +lib/paraview-%%VERMAJORMINOR%%/number_list_parser.py lib/paraview-%%VERMAJORMINOR%%/paraview +lib/paraview-%%VERMAJORMINOR%%/pvbatch +lib/paraview-%%VERMAJORMINOR%%/pvblot.py lib/paraview-%%VERMAJORMINOR%%/pvdataserver +lib/paraview-%%VERMAJORMINOR%%/pvpython lib/paraview-%%VERMAJORMINOR%%/pvrenderserver lib/paraview-%%VERMAJORMINOR%%/pvserver +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/__init__.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/__init__.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/benchmark.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/benchmark.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/compile_all_pv.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/compile_all_pv.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/demos/demo1.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/demos/demo1.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/demos/show_grid_as_background.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/demos/show_grid_as_background.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/numeric.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/numeric.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/numpy_support.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/numpy_support.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/pv_compile_complete +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/pvfilters.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/pvfilters.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/servermanager.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/servermanager.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/simple.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/simple.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/smstate.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/smstate.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/smtrace.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/smtrace.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/util.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/util.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/variant.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/variant.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/__init__.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/__init__.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/algorithms.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/algorithms.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/dataset_adapter.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/dataset_adapter.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/genericfiltering.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/genericfiltering.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/geovis.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/geovis.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/hybrid.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/hybrid.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/imaging.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/imaging.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/infovis.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/infovis.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/io.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/io.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/parallel.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/parallel.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/views.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/views.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/volumerendering.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/volumerendering.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/widgets.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk/widgets.pyc +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtkConstants.py +lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtkConstants.pyc lib/paraview-%%VERMAJORMINOR%%/smTestDriver lib/paraview-%%VERMAJORMINOR%%/testing/FindString.tcl lib/paraview-%%VERMAJORMINOR%%/testing/HeaderTesting.py @@ -3780,30 +3885,816 @@ lib/paraview-%%VERMAJORMINOR%%/testing/WindowsMangleList.py lib/paraview-%%VERMAJORMINOR%%/testing/prtImageTest.tcl lib/paraview-%%VERMAJORMINOR%%/testing/rtImageTest.tcl +lib/paraview-%%VERMAJORMINOR%%/timestep_selection.py +lib/paraview-%%VERMAJORMINOR%%/tplot.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/api/VisTrails.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/api/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/analogy/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/analogy/eigen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/analogy/pipeline_utils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bookmark.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/checkbundle.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/installbundle.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/linux_fedora_install.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/linux_ubuntu_install.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/pyimport.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles/utils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/cache/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/cache/hasher.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/cache/utils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/command_line.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/common.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/configuration.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/console_mode.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/bijectivedict.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/graph.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/point.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/queue.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/rect.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures/stack.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/db/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/db/action.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/db/io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/db/locator.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/debug.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/dotty.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/ensemble_pipelines.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/external_connection.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/inspector.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter/base.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter/cached.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter/default.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter/noncached.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter/utils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/keychain.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log/controller.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log/log.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log/machine.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log/module_exec.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log/workflow_exec.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/basic_modules.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/constant_configuration.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/module_configure.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/module_registry.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/module_utils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/paramexplore.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/port_configure.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/resources/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/resources/colorconfig_rc.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/sub_module.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/tuple_configuration.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/vistrails_module.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/packagemanager.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/param_explore.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/query/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/query/version.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/query/visual.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/requirements.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/resources/default_vistrails_startup +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/resources/default_vistrails_startup_xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/startup.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/system/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/system/linux.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/system/osx.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/system/unix.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/system/windows.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/tree_layout_lw.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/color.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/enum.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/expression.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/gcutils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/lockmethod.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/timemethod.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/tracemethod.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils/uxml.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/abstraction_module.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/action.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/annotation.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/connection.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/group.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/location.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/module.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/module_function.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/module_param.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/operation.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/pipeline.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/plugin_data.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/port.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/port_spec.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/tag.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrails_tree_layout_lw.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/README +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/auto_gen_objects.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/et_auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/generate.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/parser.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/sql_auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin/xml_auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/action.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/action_chain.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/locator.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/log.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/specs/all.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/tests/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/tests/setup_db_tables.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/tests/sql_to_xml.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/tests/xml_to_sql.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence/xml/io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/addConnection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/addModule.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/addModulePort.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/changeAnnotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/changeParameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/deleteAnnotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/deleteConnection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/deleteFunction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/deleteModule.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/deleteModulePort.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/moveModule.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/addConnection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/addModule.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/addModulePort.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/changeAnnotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/changeParameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/deleteAnnotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/deleteConnection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/deleteFunction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/deleteModule.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/deleteModulePort.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/moveModule.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/translate/v0_3_0.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/xml/io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/xml/log.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/xml/workflow.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/execRec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/macro.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/session.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/wfExec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/translate/v0_3_1.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/xml/io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/abstractionRef.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/module_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs/workflow_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/translate/v0_3_1.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/translate/v0_5_0.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/xml/io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/abstractionRef.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/module_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs/workflow_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/translate/v0_6_0.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/abstractionRef.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/module_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs/workflow_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/translate/v0_7_0.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas/sql/vistrails.sql.bkp +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/abstractionRef.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/module_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs/workflow_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/translate/v0_8_0.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/log.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/abstractionRef.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/module_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs/workflow_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/translate/v0_8_1.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/log.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/abstractionRef.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/action.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/add.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/annotation.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/change.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/connection.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/delete.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/function.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/group.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/location.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/log.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/machine.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/module.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/module_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/other.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/parameter.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/port.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/portSpec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/tag.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/workflow.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs/workflow_exec.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/translate/v0_9_0.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/translate/v0_9_1.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/abstraction.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/id_scope.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/log.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain/workflow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/sql/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/sql/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/sql/sql_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/xml/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/xml/auto_gen.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/xml/xml_dao.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/schemas/sql/vistrails.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/schemas/sql/vistrails_drop.sql +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/schemas/xml/vistrail.xsd +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/specs/all.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/translate/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/translate/v0_9_1.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/translate/v0_9_2.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/application.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/bookmark_alias.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/bookmark_explore.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/bookmark_panel.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/bookmark_window.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/builder_window.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/common_widgets.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/configuration.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras/core/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras/core/db/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras/core/db/locator.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/graphics_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/method_dropbox.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/method_palette.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/module_annotation.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/module_documentation.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/module_methods.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/module_palette.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/open_db_window.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore/param_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore/pe_pipeline.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore/pe_tab.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore/pe_table.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore/virtual_cell.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/pipeline_tab.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/pipeline_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/port_documentation.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/preferences.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/qt.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/query_tab.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/shell.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/theme.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/utils.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/version_prop.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/version_tab.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/version_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/video_player.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/view_manager.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/view_tabbar.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/vis_diff.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/vistrail_controller.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/vistrail_toolbar.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/vistrail_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/CaptureAPI.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/resources/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/resources/images.qrc +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/resources/images/app_icon.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/resources/images_rc.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_action.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_application.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_core_system.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_db_io.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_graphics_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_gui_extra_locator.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_locator.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_qbuilderwindow.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_startup.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_theme.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_version_prop.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_version_tab.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_version_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_view_manager.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_vistrail.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_vistrail_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher/patch_vistrailcontroller.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pcore/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pcore/logger.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pcore/patch.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/addon_toolbar.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/application.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/builder_window.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/common_widgets.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/file_references.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/histogram_window.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/license.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/playback_toolbar.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/preferences.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images.qrc +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/README +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/arrow.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/back.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/close.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/empty.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/find.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/find_arrow.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/forward.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/logo.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/mac_close.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/new.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/open.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/pan.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/pause.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/pickversions.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/play.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/playback.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/redo.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/save.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/speed.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/speed_arrow.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/stop.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/undo.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/view_off.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/view_on.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images/zoom.png +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images_rc.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/search_toolbar.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/statistics/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/statistics/datasource.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/statistics/histogram.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/statistics/statistics.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/version_view.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/__init__.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/console_mode_test.py +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/dummy.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/dummy_broken.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/dummy_new.vt +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/dummy_new.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/dynamic_module_error.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/empty_bookmarks.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/pythonsource.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/test_abstraction.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/test_alias.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/test_change_vistrail.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/test_ticket_73.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/vtk.xml +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/vtkfiles/vtk_quadric_writer_test.vtk +lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/runtestsuite.py lib/paraview-%%VERMAJORMINOR%%/vtkChartsKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkChartsPython.so lib/paraview-%%VERMAJORMINOR%%/vtkCommonKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkCommonPython.so lib/paraview-%%VERMAJORMINOR%%/vtkFilteringKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkFilteringPython.so lib/paraview-%%VERMAJORMINOR%%/vtkGenericFilteringKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkGenericFilteringPython.so lib/paraview-%%VERMAJORMINOR%%/vtkGeovisKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkGeovisPython.so lib/paraview-%%VERMAJORMINOR%%/vtkGraphicsKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkGraphicsPython.so lib/paraview-%%VERMAJORMINOR%%/vtkHybridKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkHybridPython.so lib/paraview-%%VERMAJORMINOR%%/vtkIOKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkIOPython.so lib/paraview-%%VERMAJORMINOR%%/vtkImagingKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkImagingPython.so lib/paraview-%%VERMAJORMINOR%%/vtkInfovisKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkInfovisPython.so lib/paraview-%%VERMAJORMINOR%%/vtkPVFiltersKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkPVFiltersPython.so lib/paraview-%%VERMAJORMINOR%%/vtkPVServerCommonKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkPVServerCommonPython.so lib/paraview-%%VERMAJORMINOR%%/vtkPVServerManagerKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkPVServerManagerPython.so lib/paraview-%%VERMAJORMINOR%%/vtkParallelKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkParallelPython.so lib/paraview-%%VERMAJORMINOR%%/vtkPointSprite_GraphicsKit.cmake lib/paraview-%%VERMAJORMINOR%%/vtkPointSprite_RenderingKit.cmake lib/paraview-%%VERMAJORMINOR%%/vtkRenderingKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkRenderingPython.so lib/paraview-%%VERMAJORMINOR%%/vtkViewsKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkViewsPython.so lib/paraview-%%VERMAJORMINOR%%/vtkVolumeRenderingKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkVolumeRenderingPython.so lib/paraview-%%VERMAJORMINOR%%/vtkWidgetsKit.cmake +lib/paraview-%%VERMAJORMINOR%%/vtkWidgetsPython.so lib/paraview-%%VERMAJORMINOR%%/vtkXdmfKit.cmake -%%DOCSDIR%%/paraview.qch -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/paraview.qch +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources/vtkfiles +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/tests/resources +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/tests +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/statistics +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources/images +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui/resources +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pgui +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/pcore +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/patcher +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/resources/images +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app/resources +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin/app +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/plugin +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/paramexplore +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras/core/db +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras/core +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/gui/extras +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/gui +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_3 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_2 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_1 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_9_0 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_1 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_8_0 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_7_0 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_6_0 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence/sql +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_5_0 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/translate +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_1 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/schemas/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/schemas +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence/xml +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions/v0_3_0 +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/versions +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/tests +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/specs +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/services +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/persistence +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/domain +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db/bin +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/db +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/vistrail +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/utils +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/system +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/resources +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/query +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules/resources +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/modules +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/log +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/interpreter +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/db +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/data_structures +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/cache +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/bundles +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core/analogy +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/core +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails/api +@dirrm lib/paraview-%%VERMAJORMINOR%%/vistrails @dirrm lib/paraview-%%VERMAJORMINOR%%/testing +@dirrm lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/vtk +@dirrm lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview/demos +@dirrm lib/paraview-%%VERMAJORMINOR%%/site-packages/paraview +@dirrm lib/paraview-%%VERMAJORMINOR%%/site-packages @dirrm lib/paraview-%%VERMAJORMINOR%%/doc/verdict/1.2.0 @dirrm lib/paraview-%%VERMAJORMINOR%%/doc/verdict @dirrm lib/paraview-%%VERMAJORMINOR%%/doc @@ -3831,6 +4722,8 @@ @dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources/Icons @dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Widgets/Resources @dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Widgets +@dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Python/Resources +@dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Python @dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Core/Resources/UI @dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Core/Resources/Icons @dirrm include/paraview-%%VERMAJORMINOR%%/Qt/Core/Resources --- distinfo.orig 2011-04-15 16:20:55.000000000 +0700 +++ distinfo 2011-07-31 10:14:04.000000000 +0700 @@ -1,2 +1,2 @@ -SHA256 (ParaView-3.10.0.tar.gz) = fcd00d66cd0ccd046374d9887d510d779db66ff7e3943101e8be64ba8e3d9100 -SIZE (ParaView-3.10.0.tar.gz) = 39694496 +SHA256 (ParaView-3.10.1.tar.gz) = 453deee23b6fa62ecb010d951adbc49e740dcb8875680725f93b8f76b9df5cfc +SIZE (ParaView-3.10.1.tar.gz) = 40696006 --- Makefile.orig 2011-06-13 10:26:03.000000000 +0700 +++ Makefile 2011-07-31 10:12:00.000000000 +0700 @@ -6,7 +6,7 @@ # PORTNAME= paraview -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.1 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-${PORTVERSION} @@ -14,7 +14,7 @@ MAINTAINER= devel@stasyan.com COMMENT= Powerful scientific data visualization application -LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \ +LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 \ png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ @@ -46,7 +46,8 @@ -DVTK_INSTALL_QT_PLUGIN_DIR="${PREFIX}/${QT_PLUGINDIR_REL}/designer" \ -DPARAVIEW_INSTALL_DEVELOPMENT="ON" \ -DPV_INSTALL_DOC_DIR=${DOCSDIR} \ - -DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES="OFF" + -DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES="OFF" \ + -DPARAVIEW_ENABLE_PYTHON:BOOL="ON" # -DVTK_PYTHON_INCLUDE_PATH=${PYTHON_INCLUDEDIR} \ # -DPYTHON_INCLUDE_PATH:FILEPATH=${PYTHON_INCLUDEDIR} \ # -DVTK_WRAP_PYTHON:BOOL=ON \ --- files/patch-CMakeLists.txt.orig 2011-04-09 23:01:01.000000000 +0700 +++ files/patch-CMakeLists.txt 2011-07-31 10:19:23.000000000 +0700 @@ -1,20 +1,11 @@ ---- CMakeLists.txt.orig 2011-04-04 13:38:07.000000000 +0700 -+++ CMakeLists.txt 2011-04-04 13:38:21.000000000 +0700 -@@ -382,7 +382,7 @@ - SET(cmakeDevFiles - ${ParaView_CMAKE_DIR}/branded_splash.png - ${ParaView_SOURCE_DIR}/ParaViewUse.cmake -- ${ParaView_BINARY_DIR}/ParaViewLibraryDepends.cmake -+# ${ParaView_BINARY_DIR}/ParaViewLibraryDepends.cmake - ${ParaView_CMAKE_DIR}/ParaViewMacros.cmake - ${ParaView_CMAKE_DIR}/ParaViewPlugins.cmake - ${ParaView_CMAKE_DIR}/ParaViewBranding.cmake -@@ -449,7 +449,7 @@ - SET(PARAVIEW_SMTESTDRIVER_EXECUTABLE "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}/smTestDriver${PV_EXE_SUFFIX}") - SET(PARAVIEW_SERVER_MANAGER_RESOURCES_DIRECTORY "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_LIB_DIR}/Servers/ServerManager/Resources") - SET(VTKCS_CONFIG_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}") -- SET(PARAVIEW_LIBRARY_DEPENDS_FILE "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}/ParaViewLibraryDepends.cmake") -+# SET(PARAVIEW_LIBRARY_DEPENDS_FILE "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}/ParaViewLibraryDepends.cmake") - SET(PARAVIEW_TARGETS_FILE "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}/${PV_INSTALL_EXPORT_NAME}.cmake") - SET(VTK_MAKE_INSTANTIATOR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}") - +--- CMakeLists.txt.orig 2011-04-13 23:16:44.000000000 +0700 ++++ CMakeLists.txt 2011-07-31 10:18:50.000000000 +0700 +@@ -429,7 +429,7 @@ + SET(SOURCE_TREE ${ParaView_SOURCE_DIR}) + SET(BUILD_TREE ${ParaView_BINARY_DIR}) + SET(ParaView_CMAKE_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}") +- SET(ParaView_BINARY_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}") ++ #SET(ParaView_BINARY_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}") + SET(PARAVIEW_USE_FILE "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_CMAKE_DIR}/ParaViewUse.cmake") + SET(PARAVIEW_VTK_DIR "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_LIB_DIR}") + SET(VTK_WRAP_ClientServer_EXE_CONFIG "\${ParaView_INSTALL_PREFIX}/${PV_INSTALL_BIN_DIR}/vtkWrapClientServer") >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 14:40:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EF9C106566B for ; Sun, 31 Jul 2011 14:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B1BE8FC19 for ; Sun, 31 Jul 2011 14: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 p6VEe8hl045834 for ; Sun, 31 Jul 2011 14: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 p6VEe8ki045833; Sun, 31 Jul 2011 14:40:08 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 14:40:08 GMT Resent-Message-Id: <201107311440.p6VEe8ki045833@freefall.freebsd.org> 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 7F5801065672 for ; Sun, 31 Jul 2011 14:36:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 556D68FC1B for ; Sun, 31 Jul 2011 14:36:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VEa4mS076317 for ; Sun, 31 Jul 2011 14:36:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VEa4PF076316; Sun, 31 Jul 2011 14:36:04 GMT (envelope-from nobody) Message-Id: <201107311436.p6VEa4PF076316@red.freebsd.org> Date: Sun, 31 Jul 2011 14:36:04 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159335: [Patch] Update games/klavaro to version 1.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 14:40:08 -0000 >Number: 159335 >Category: ports >Synopsis: [Patch] Update games/klavaro to version 1.9.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 14:40:08 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 #0 r223561: Sun Jun 26 13:53:12 CEST 2011 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1 i386 >Description: The attached patch updates games/klavaro to version 1.9.3. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN games/klavaro.bak/Makefile games/klavaro/Makefile --- games/klavaro.bak/Makefile 2011-07-31 16:17:53.000000000 +0200 +++ games/klavaro/Makefile 2011-07-31 16:30:44.000000000 +0200 @@ -6,18 +6,18 @@ # PORTNAME= klavaro -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ MAINTAINER= h.skuhra@gmail.com COMMENT= Touchtyping trainer +LICENSE= GPLv3 + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ gtkdatabox-0.9.0.1:${PORTSDIR}/x11-toolkits/gtkdatabox -LICENSE= GPLv3 - USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gtk20 diff -ruN games/klavaro.bak/distinfo games/klavaro/distinfo --- games/klavaro.bak/distinfo 2011-07-31 16:17:53.000000000 +0200 +++ games/klavaro/distinfo 2011-07-31 16:18:17.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (klavaro-1.9.1.tar.bz2) = 9747e3094c678284de3589b42c4c63b13cd5536f906e6b53f28da9c75a581498 -SIZE (klavaro-1.9.1.tar.bz2) = 749820 +SHA256 (klavaro-1.9.3.tar.bz2) = 16c821264d247f70beac350953d841b85bd7e093a1c04369ba676c3a8b0b0013 +SIZE (klavaro-1.9.3.tar.bz2) = 750314 diff -ruN games/klavaro.bak/pkg-plist games/klavaro/pkg-plist --- games/klavaro.bak/pkg-plist 2011-07-31 16:17:53.000000000 +0200 +++ games/klavaro/pkg-plist 2011-07-31 16:25:19.000000000 +0200 @@ -19,6 +19,7 @@ %%DATADIR%%/de.words %%DATADIR%%/dvorak_br_nativo.kbd %%DATADIR%%/dvorak_br_us.kbd +%%DATADIR%%/dvorak_ca_fr.kbd %%DATADIR%%/dvorak_de_neo2.kbd %%DATADIR%%/dvorak_eo_eurokeys.kbd %%DATADIR%%/dvorak_eo_nativo.kbd @@ -82,6 +83,8 @@ %%DATADIR%%/qwerty_br.kbd %%DATADIR%%/qwerty_br_abnt2.kbd %%DATADIR%%/qwerty_ca_multling.kbd +%%DATADIR%%/qwerty_ca_quebec.kbd +%%DATADIR%%/qwerty_cn_us.kbd %%DATADIR%%/qwerty_cz.kbd %%DATADIR%%/qwerty_dk.kbd %%DATADIR%%/qwerty_es.kbd @@ -89,10 +92,11 @@ %%DATADIR%%/qwerty_il.kbd %%DATADIR%%/qwerty_il_old.kbd %%DATADIR%%/qwerty_it.kbd +%%DATADIR%%/qwerty_no.kbd %%DATADIR%%/qwerty_jp.kbd -%%DATADIR%%/qwerty_nb.kbd %%DATADIR%%/qwerty_pk_crulp.kbd %%DATADIR%%/qwerty_pk_nla.kbd +%%DATADIR%%/qwerty_pl_us.kbd %%DATADIR%%/qwerty_pt.kbd %%DATADIR%%/qwerty_se.kbd %%DATADIR%%/qwerty_tr.kbd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 15:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 260621065670 for ; Sun, 31 Jul 2011 15:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EFDF18FC14 for ; Sun, 31 Jul 2011 15: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 p6VFUADD090566 for ; Sun, 31 Jul 2011 15: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 p6VFUAEY090561; Sun, 31 Jul 2011 15:30:10 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 15:30:10 GMT Message-Id: <201107311530.p6VFUAEY090561@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Julien Laffaye Cc: Subject: Re: ports/159329: [MAINTAINER] www/typo3: Prepare for 4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julien Laffaye List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 15:30:11 -0000 The following reply was made to PR ports/159329; it has been noted by GNATS. From: Julien Laffaye To: bug-followup@FreeBSD.org, Helmut Schneider Cc: Subject: Re: ports/159329: [MAINTAINER] www/typo3: Prepare for 4.6 Date: Sun, 31 Jul 2011 16:26:51 +0200 Why make it in two steps and not directly submit the update to 4.6 (including these changes) ? From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 15:44: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 54E26106564A; Sun, 31 Jul 2011 15:44:18 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD0A8FC1B; Sun, 31 Jul 2011 15:44: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 p6VFiIhS009197; Sun, 31 Jul 2011 15:44:18 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VFiHrd009193; Sun, 31 Jul 2011 15:44:17 GMT (envelope-from arved) Date: Sun, 31 Jul 2011 15:44:17 GMT Message-Id: <201107311544.p6VFiHrd009193@freefall.freebsd.org> To: shoesoft@gmx.net, freebsd@grem.de, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159031: [PATCH] devel/Ice: Fix close socket and incorporate security patch for IceGrid X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 15:44:18 -0000 Synopsis: [PATCH] devel/Ice: Fix close socket and incorporate security patch for IceGrid State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Sun Jul 31 15:43:54 UTC 2011 State-Changed-Why: Commited the first patch. Thanks for reporting http://www.freebsd.org/cgi/query-pr.cgi?pr=159031 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 15:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38C8F106564A for ; Sun, 31 Jul 2011 15:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 284D28FC08 for ; Sun, 31 Jul 2011 15:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VFo7nS009997 for ; Sun, 31 Jul 2011 15:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VFo7Tq009996; Sun, 31 Jul 2011 15:50:07 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 15:50:07 GMT Message-Id: <201107311550.p6VFo7Tq009996@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159031: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 15:50:07 -0000 The following reply was made to PR ports/159031; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159031: commit references a PR Date: Sun, 31 Jul 2011 15:43:40 +0000 (UTC) arved 2011-07-31 15:43:30 UTC FreeBSD ports repository Modified files: devel/ice Makefile Added files: devel/ice/files patch-cpp-src-Ice-Network.cpp Log: Fix a compatibility issue with FreeBSD's implementation of close(2) which results in Ice reporting errno ECONNRESET (connection reset by peer). PR: 159031 Submitted by: Michael Gmelin Approved by: maintainer Revision Changes Path 1.19 +1 -0 ports/devel/ice/Makefile 1.1 +15 -0 ports/devel/ice/files/patch-cpp-src-Ice-Network.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 16:02: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 7DD5A106564A; Sun, 31 Jul 2011 16:02:41 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 561898FC15; Sun, 31 Jul 2011 16:02: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 p6VG2fOm026570; Sun, 31 Jul 2011 16:02:41 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VG2fTs026566; Sun, 31 Jul 2011 16:02:41 GMT (envelope-from zi) Date: Sun, 31 Jul 2011 16:02:41 GMT Message-Id: <201107311602.p6VG2fTs026566@freefall.freebsd.org> To: zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159334: Update science/paraview to 3.10.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 16:02:41 -0000 Synopsis: Update science/paraview to 3.10.1 Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Sun Jul 31 16:02:40 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159334 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 16:03: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 0E358106564A; Sun, 31 Jul 2011 16:03:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DAA448FC19; Sun, 31 Jul 2011 16:03: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 p6VG3LGC026775; Sun, 31 Jul 2011 16:03:21 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VG3LYH026771; Sun, 31 Jul 2011 16:03:21 GMT (envelope-from zi) Date: Sun, 31 Jul 2011 16:03:21 GMT Message-Id: <201107311603.p6VG3LYH026771@freefall.freebsd.org> To: zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159300: [PATCH] graphics/zathura: update to 0.0.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 16:03:22 -0000 Synopsis: [PATCH] graphics/zathura: update to 0.0.8.4 Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Sun Jul 31 16:03:21 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159300 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 16:18: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 E0F63106566B; Sun, 31 Jul 2011 16:18: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 B8FA88FC18; Sun, 31 Jul 2011 16:18: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 p6VGIr7a037251; Sun, 31 Jul 2011 16:18:53 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VGIrVp037247; Sun, 31 Jul 2011 16:18:53 GMT (envelope-from culot) Date: Sun, 31 Jul 2011 16:18:53 GMT Message-Id: <201107311618.p6VGIrVp037247@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159333: [Patch] Update audio/cmus to version 2.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: Sun, 31 Jul 2011 16:18:54 -0000 Synopsis: [Patch] Update audio/cmus to version 2.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Sun Jul 31 16:18:53 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159333 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 16: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 11E8E1065672 for ; Sun, 31 Jul 2011 16: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 DDD8F8FC12 for ; Sun, 31 Jul 2011 16: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 p6VGU9fR045839 for ; Sun, 31 Jul 2011 16: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 p6VGU9bW045836; Sun, 31 Jul 2011 16:30:09 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 16:30:09 GMT Resent-Message-Id: <201107311630.p6VGU9bW045836@freefall.freebsd.org> 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@thistledew.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBF8A106566C for ; Sun, 31 Jul 2011 16:22:42 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id C142D8FC08 for ; Sun, 31 Jul 2011 16:22:42 +0000 (UTC) Received: by pzk5 with SMTP id 5so29638092pzk.17 for ; Sun, 31 Jul 2011 09:22:42 -0700 (PDT) Received: by 10.68.17.40 with SMTP id l8mr4338242pbd.80.1312129361912; Sun, 31 Jul 2011 09:22:41 -0700 (PDT) Received: from mail.thistledew.org (174-21-113-53.tukw.qwest.net [174.21.113.53]) by mx.google.com with ESMTPS id l7sm4513358pbh.42.2011.07.31.09.22.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 31 Jul 2011 09:22:40 -0700 (PDT) Received: by mail.thistledew.org (Postfix, from userid 0) id C037911542; Sun, 31 Jul 2011 09:22:36 -0700 (PDT) Message-Id: <20110731162236.C037911542@mail.thistledew.org> Date: Sun, 31 Jul 2011 09:22:36 -0700 (PDT) From: paul@thistledew.org Sender: paul beard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159336: evince fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paul@thistledew.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 16:30:10 -0000 >Number: 159336 >Category: ports >Synopsis: evince fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 16:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 8.2-RELEASE-p2 i386 >Organization: none >Environment: System: FreeBSD shuttle.paulbeard.org 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #1: Thu Jul 14 16:22:24 PDT 2011 root@shuttle.paulbeard.org:/usr/obj/usr/src/sys/SHUTTLE i386 >Description: xsltproc -o evince-es.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang es --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/graphics/evince/work/evince-2.32.0/help/evince.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` es/evince.xml || { rm -f "evince-es.omf"; exit 1; } http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-pub.ent:1: parser error : Content error in the external subset HTTP/1.1 200 OK ^ http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-pub.ent:1: validity error : All markup of the conditional section is not in the same entity HTTP/1.1 200 OK ^ http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-pub.ent:1: parser error : Content error in the external subset HTTP/1.1 200 OK ^ http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-pub.ent:1: validity error : All markup of the conditional section is not in the same entity HTTP/1.1 200 OK ^ http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-pub.ent:1: parser error : Content error in the external subset HTTP/1.1 200 OK >How-To-Repeat: make clean && make / portupgrade, both after pulling updates through csup. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 16:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E04391065670 for ; Sun, 31 Jul 2011 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9308FC15 for ; Sun, 31 Jul 2011 16:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VGo7mN065249 for ; Sun, 31 Jul 2011 16:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VGo7do065248; Sun, 31 Jul 2011 16:50:07 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 16:50:07 GMT Resent-Message-Id: <201107311650.p6VGo7do065248@freefall.freebsd.org> 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 E5A67106564A for ; Sun, 31 Jul 2011 16:49:18 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm13-vm0.bullet.mail.bf1.yahoo.com (nm13-vm0.bullet.mail.bf1.yahoo.com [98.139.213.79]) by mx1.freebsd.org (Postfix) with SMTP id 843F58FC12 for ; Sun, 31 Jul 2011 16:49:18 +0000 (UTC) Received: from [98.139.212.153] by nm13.bullet.mail.bf1.yahoo.com with NNFMP; 31 Jul 2011 16:49:17 -0000 Received: from [98.139.221.65] by tm10.bullet.mail.bf1.yahoo.com with NNFMP; 31 Jul 2011 16:49:17 -0000 Received: from [127.0.0.1] by smtp102.rog.mail.bf1.yahoo.com with NNFMP; 31 Jul 2011 16:49:17 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp102.rog.mail.bf1.yahoo.com with SMTP; 31 Jul 2011 09:49:16 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Sun, 31 Jul 2011 12:49:16 -0400 Message-Id: <799138.38587.bm@smtp102.rog.mail.bf1.yahoo.com> Date: Sun, 31 Jul 2011 12:49:16 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159337: Update Port: www/drood => 3.0 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, 31 Jul 2011 16:50:08 -0000 >Number: 159337 >Category: ports >Synopsis: Update Port: www/drood => 3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 16:50:07 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 #11: Sat Jul 2 10:49:17 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-07-06 12:50:32.000000000 -0400 +++ ./drood/Makefile 2011-07-30 13:18:29.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 2.7 +PORTVERSION= 3.0 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2011-07-06 12:50:32.000000000 -0400 +++ ./drood/distinfo 2011-07-31 12:41:45.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (drood-2.7.tar.gz) = 809b1911c4fb2ec167cfd8ecac601edd4f50fd2e290a222ab81159bc09a964cc -SIZE (drood-2.7.tar.gz) = 51653 +SHA256 (drood-3.0.tar.gz) = cca43c884743f781c48a97c1664faf91aa4d281f772a33a64fd7f81ccad1c303 +SIZE (drood-3.0.tar.gz) = 48369 --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 16:50:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 477C3106564A; Sun, 31 Jul 2011 16:50:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F98B8FC19; Sun, 31 Jul 2011 16: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 p6VGoIVE065928; Sun, 31 Jul 2011 16:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VGoIsP065919; Sun, 31 Jul 2011 16:50:18 GMT (envelope-from edwin) Date: Sun, 31 Jul 2011 16:50:18 GMT Message-Id: <201107311650.p6VGoIsP065919@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159337: Update Port: www/drood => 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 16:50:19 -0000 Synopsis: Update Port: www/drood => 3.0 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 31 16:50:18 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159337 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 17:28: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 204421065677; Sun, 31 Jul 2011 17:28:18 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC3618FC12; Sun, 31 Jul 2011 17:28: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 p6VHSHJG000578; Sun, 31 Jul 2011 17:28:17 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VHSHP9000574; Sun, 31 Jul 2011 19:28:17 +0200 (CEST) (envelope-from jlaffaye) Date: Sun, 31 Jul 2011 19:28:17 +0200 (CEST) Message-Id: <201107311728.p6VHSHP9000574@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159329: [MAINTAINER] www/typo3: Prepare for 4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 17:28:18 -0000 Synopsis: [MAINTAINER] www/typo3: Prepare for 4.6 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Sun Jul 31 19:28:17 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159329 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 18: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 2EDE81065675 for ; Sun, 31 Jul 2011 18: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 EA5658FC0A for ; Sun, 31 Jul 2011 18: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 p6VI0LWx028619 for ; Sun, 31 Jul 2011 18: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 p6VI0Lla028618; Sun, 31 Jul 2011 18:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 18:00:21 GMT Resent-Message-Id: <201107311800.p6VI0Lla028618@freefall.freebsd.org> 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 B691E1065670 for ; Sun, 31 Jul 2011 17:58:38 +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 7EF118FC08 for ; Sun, 31 Jul 2011 17:58:38 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 16BD32CD5; Mon, 1 Aug 2011 01:57:49 +0800 (CST) Message-Id: <20110731175749.16BD32CD5@sunpoet.net> Date: Mon, 1 Aug 2011 01:57:49 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/159338: [PATCH] devel/p5-ExtUtils-ParseXS: update to 2.22.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 18:00:22 -0000 >Number: 159338 >Category: ports >Synopsis: [PATCH] devel/p5-ExtUtils-ParseXS: update to 2.22.06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 18:00:21 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: Sat Jul 9 23:23:51 CST >Description: - Update to 2.22.06 - Pet portlint Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-ExtUtils-ParseXS-2.22.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-ExtUtils-ParseXS/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 15 Feb 2010 15:28:31 -0000 1.17 +++ Makefile 31 Jul 2011 17:58:15 -0000 @@ -6,11 +6,11 @@ # PORTNAME= ExtUtils-ParseXS -PORTVERSION= 2.22.03 +PORTVERSION= 2.22.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN -DISTNAME= ${PORTNAME}-2.2203 PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= demon@FreeBSD.org COMMENT= Converts Perl XS code into C code Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-ExtUtils-ParseXS/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 3 Jul 2011 14:57:12 -0000 1.14 +++ distinfo 31 Jul 2011 17:58:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-ParseXS-2.2203.tar.gz) = 886942503fb39988fb9ad78665fe639e93fa53c14dafc01758b4c250d55395ff -SIZE (ExtUtils-ParseXS-2.2203.tar.gz) = 40797 +SHA256 (ExtUtils-ParseXS-2.2206.tar.gz) = 6bef94a93e7cbbe4c845ddac438b364f60df42af808f0091da1c1961660e5f96 +SIZE (ExtUtils-ParseXS-2.2206.tar.gz) = 40872 --- p5-ExtUtils-ParseXS-2.22.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 18: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 EA365106566B; Sun, 31 Jul 2011 18: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 C27BF8FC17; Sun, 31 Jul 2011 18: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 p6VI0XcL029104; Sun, 31 Jul 2011 18: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 p6VI0Xh3029094; Sun, 31 Jul 2011 18:00:33 GMT (envelope-from edwin) Date: Sun, 31 Jul 2011 18:00:33 GMT Message-Id: <201107311800.p6VI0Xh3029094@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159338: [PATCH] devel/p5-ExtUtils-ParseXS: update to 2.22.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 18:00:34 -0000 Synopsis: [PATCH] devel/p5-ExtUtils-ParseXS: update to 2.22.06 Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 31 18:00:32 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159338 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 19:25: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 3E671106564A; Sun, 31 Jul 2011 19:25:25 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 176F48FC08; Sun, 31 Jul 2011 19:25: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 p6VJPOFR010481; Sun, 31 Jul 2011 19:25:24 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VJPO4b010477; Sun, 31 Jul 2011 19:25:24 GMT (envelope-from arved) Date: Sun, 31 Jul 2011 19:25:24 GMT Message-Id: <201107311925.p6VJPO4b010477@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159336: evince fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 19:25:25 -0000 Synopsis: evince fails to build Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: arved Responsible-Changed-When: Sun Jul 31 19:25:02 UTC 2011 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=159336 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 19:37:50 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A905106566C; Sun, 31 Jul 2011 19:37:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0D48FC08; Sun, 31 Jul 2011 19:37:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VJborU021058; Sun, 31 Jul 2011 19:37:50 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VJbowv021054; Sun, 31 Jul 2011 19:37:50 GMT (envelope-from arved) Date: Sun, 31 Jul 2011 19:37:50 GMT Message-Id: <201107311937.p6VJbowv021054@freefall.freebsd.org> To: h.skuhra@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159335: [Patch] Update games/klavaro to version 1.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 19:37:50 -0000 Synopsis: [Patch] Update games/klavaro to version 1.9.3 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Jul 31 19:36:11 UTC 2011 State-Changed-Why: Sers Herbert, I think a patchfile is missing: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I/usr/local/include -I/usr/local/include/gtkdatabox -Wall -export-dynamic -O2 -pipe -fno-strict-aliasing -MT auxiliar.o -MD -MP -MF .deps/auxiliar.Tpo -c -o auxiliar.o auxiliar.c In file included from main.c:27: callbacks.h:13:24: error: gtkdatabox.h: No such file or directory In file included from main.c:27: callbacks.h:57: error: expected ')' before '*' token Can you investigate http://www.freebsd.org/cgi/query-pr.cgi?pr=159335 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 19: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 6ECA51065673; Sun, 31 Jul 2011 19:56:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 479AE8FC0A; Sun, 31 Jul 2011 19: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 p6VJuwum038012; Sun, 31 Jul 2011 19:56:58 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VJuw1Z038008; Sun, 31 Jul 2011 19:56:58 GMT (envelope-from arved) Date: Sun, 31 Jul 2011 19:56:58 GMT Message-Id: <201107311956.p6VJuw1Z038008@freefall.freebsd.org> To: h.skuhra@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159332: [Patch] Update x11-toolkits/sakura to version 2.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: Sun, 31 Jul 2011 19:56:58 -0000 Synopsis: [Patch] Update x11-toolkits/sakura to version 2.4.2 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Jul 31 19:56:53 UTC 2011 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=159332 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 20: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 C1E7E106566B for ; Sun, 31 Jul 2011 20: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 9D4E38FC12 for ; Sun, 31 Jul 2011 20: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 p6VK0JDG038115 for ; Sun, 31 Jul 2011 20: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 p6VK0JdX038114; Sun, 31 Jul 2011 20:00:19 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 20:00:19 GMT Resent-Message-Id: <201107312000.p6VK0JdX038114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hon-Yu Lawrence Cheung Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D22E106566B for ; Sun, 31 Jul 2011 19:55: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 0BE678FC08 for ; Sun, 31 Jul 2011 19:55: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 p6VJtiUT042781 for ; Sun, 31 Jul 2011 19:55:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VJtiow042780; Sun, 31 Jul 2011 19:55:44 GMT (envelope-from nobody) Message-Id: <201107311955.p6VJtiow042780@red.freebsd.org> Date: Sun, 31 Jul 2011 19:55:44 GMT From: Hon-Yu Lawrence Cheung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159339: submiting a new port: rednotebook X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 20:00:19 -0000 >Number: 159339 >Category: ports >Synopsis: submiting a new port: rednotebook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 20:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hon-Yu Lawrence Cheung >Release: 8-Stable >Organization: N/A >Environment: FreeBSD acer.honyucheung.net 8.2-STABLE FreeBSD 8.2-STABLE #2: Sun July 31 21:11:52 HKT 2011 root@acer.honyucheung.net:/usr/obj/usr/src/sys/ACER amd64 >Description: submiting a new port: rednotebook >How-To-Repeat: n/a >Fix: I upload the shar file with .txt extension 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: # # rednotebook # rednotebook/Makefile # rednotebook/pkg-plist # rednotebook/pkg-descr # rednotebook/distinfo # echo c - rednotebook mkdir -p rednotebook > /dev/null 2>&1 echo x - rednotebook/Makefile sed 's/^X//' >rednotebook/Makefile << '263ba58c6e5003cde2135d265eea4ffc' X# Ports collection makefile for: rednotebook X# Date created: Mon Auguest 1, 2011 X# Whom: Hon-Yu Lawrence Cheung (cheunghonyu@gmail.com) X# X# $FreeBSD$ X# X XPORTNAME= rednotebook XPORTVERSION= 1.1.7 XCATEGORIES= deskutils python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= rednotebook XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= cheunghonyu@gmail.com XCOMMENT= A modern journal written in python X XLICENSE= GPLv2 X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ X ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \ X ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \ X ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet X XUSE_GETTEXT= yes X XINSTALLS_ICONS= yes X XUSE_PYTHON= 2.5-2.7 XUSE_PYDISTUTILS= yes X X.include 263ba58c6e5003cde2135d265eea4ffc echo x - rednotebook/pkg-plist sed 's/^X//' >rednotebook/pkg-plist << '9df749e1755266fed395cc54e77a25f2' X%%PYTHON_SITELIBDIR%%/rednotebook/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/backup.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/backup.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/backup.py X%%PYTHON_SITELIBDIR%%/rednotebook/configuration.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/configuration.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/configuration.py X%%PYTHON_SITELIBDIR%%/rednotebook/data.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/data.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/data.py X%%PYTHON_SITELIBDIR%%/rednotebook/encrypt.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/encrypt.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/encrypt.py X%%PYTHON_SITELIBDIR%%/rednotebook/external/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/external/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/external/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/external/elibintl.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/external/elibintl.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/external/elibintl.py X%%PYTHON_SITELIBDIR%%/rednotebook/external/htmltextview.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/external/htmltextview.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/external/htmltextview.py X%%PYTHON_SITELIBDIR%%/rednotebook/external/msgfmt.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/external/msgfmt.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/external/msgfmt.py X%%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.py X%%PYTHON_SITELIBDIR%%/rednotebook/files/default.cfg X%%PYTHON_SITELIBDIR%%/rednotebook/files/main_window.glade X%%PYTHON_SITELIBDIR%%/rednotebook/files/stylesheet.css X%%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/browser.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/browser.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/browser.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/categories.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/categories.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/categories.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/clouds.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/clouds.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/clouds.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/customwidgets.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/customwidgets.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/customwidgets.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/htmlparser.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/htmlparser.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/htmlparser.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/journalgeist.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/journalgeist.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/journalgeist.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/basetreeview.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/basetreeview.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/basetreeview.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/colortool.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/colortool.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/colortool.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_app_options.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_app_options.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_app_options.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_drag_drop_test.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_drag_drop_test.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_drag_drop_test.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_find.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_find.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_find.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_image_resize.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_image_resize.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_image_resize.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_node_icon.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_node_icon.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_node_icon.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_update_notebook.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_update_notebook.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_update_notebook.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_wait.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_wait.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/dialog_wait.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/editor.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/editor.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/editor.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/font_selector.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/font_selector.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/font_selector.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/icon_menu.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/icon_menu.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/icon_menu.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/listview.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/listview.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/listview.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/main_window.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/main_window.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/main_window.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/indent_handler.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/indent_handler.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/indent_handler.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtext_html.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtext_html.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtext_html.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtext_tags.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtext_tags.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtext_tags.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbase_tags.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbase_tags.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbase_tags.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbasebuffer.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbasebuffer.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbasebuffer.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbuffer.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbuffer.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/richtextbuffer.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/textbuffer_tools.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/textbuffer_tools.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/textbuffer_tools.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/undo_handler.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/undo_handler.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext/undo_handler.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/screenshot_win.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/screenshot_win.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/screenshot_win.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/treemodel.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/treemodel.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/treemodel.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/treeview.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/treeview.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/treeview.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/linked_list.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/linked_list.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/linked_list.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/linked_tree.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/linked_tree.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/linked_tree.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/listening.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/listening.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/listening.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/undo.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/undo.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/undo.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/menu.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/menu.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/menu.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/options.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/options.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/options.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/richtext.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/richtext.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/richtext.py X%%PYTHON_SITELIBDIR%%/rednotebook/gui/t2t_highlight.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/gui/t2t_highlight.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/gui/t2t_highlight.py X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ar/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ast/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/be/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/bg/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ca/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/cs/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/cy/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/da/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/de/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/el/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/en_GB/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/eo/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/es/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/eu/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/fi/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/fo/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/fr/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/gl/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/he/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/hr/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/hu/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/id/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/it/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ja/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/kk/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ko/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/lt/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/mn/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ms/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/nb/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/nds/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/nl/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/nn/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/pl/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/pt/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/pt_BR/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ro/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ru/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/si/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/sk/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/sr/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/sv/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ta/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/te/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/tl/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/tr/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/ug/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/uk/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/vi/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/wae/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/zh_CN/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/i18n/zh_TW/LC_MESSAGES/rednotebook.mo X%%PYTHON_SITELIBDIR%%/rednotebook/images/bulletlist.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/date.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/insert-image-16.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/insert-image-22.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/line.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/linebreak.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/link.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/numberedlist.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/picture.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-128.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-16.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-22.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-256.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-32.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-48.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-64.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/table.png X%%PYTHON_SITELIBDIR%%/rednotebook/images/title.png X%%PYTHON_SITELIBDIR%%/rednotebook/info.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/info.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/info.py X%%PYTHON_SITELIBDIR%%/rednotebook/journal.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/journal.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/journal.py X%%PYTHON_SITELIBDIR%%/rednotebook/storage.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/storage.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/storage.py X%%PYTHON_SITELIBDIR%%/rednotebook/templates.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/templates.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/templates.py X%%PYTHON_SITELIBDIR%%/rednotebook/undo.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/undo.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/undo.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/__init__.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/__init__.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/__init__.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/dates.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/dates.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/dates.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/filesystem.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/filesystem.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/filesystem.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/markup.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/markup.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/markup.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/statistics.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/statistics.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/statistics.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/unicode.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/unicode.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/unicode.py X%%PYTHON_SITELIBDIR%%/rednotebook/util/utils.pyo X%%PYTHON_SITELIBDIR%%/rednotebook/util/utils.pyc X%%PYTHON_SITELIBDIR%%/rednotebook/util/utils.py X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/external X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/files X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/util X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/images X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui/richtext X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote/gui X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/gui/keepnote X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/gui X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ar/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ar X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ast/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ast X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/be/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/be X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/bg/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/bg X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ca/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ca X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/cs/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/cs X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/cy/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/cy X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/da/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/da X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/de/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/de X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/el/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/el X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/en_GB/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/en_GB X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/eo/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/eo X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/es/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/es X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/eu/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/eu X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/fi/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/fi X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/fo/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/fo X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/fr/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/fr X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/gl/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/gl X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/he/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/he X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/hr/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/hr X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/hu/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/hu X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/id/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/id X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/it/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/it X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ja/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ja X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/kk/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/kk X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ko/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ko X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/lt/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/lt X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/mn/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/mn X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ms/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ms X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nb/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nb X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nds/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nds X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nl/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nl X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nn/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/nn X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/pl/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/pl X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/pt/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/pt X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/pt_BR/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/pt_BR X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ro/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ro X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ru/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ru X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/si/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/si X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/sk/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/sk X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/sr/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/sr X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/sv/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/sv X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ta/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ta X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/te/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/te X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/tl/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/tl X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/tr/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/tr X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ug/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/ug X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/uk/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/uk X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/vi/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/vi X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/wae/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/wae X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/zh_CN/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/zh_CN X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/zh_TW/LC_MESSAGES X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n/zh_TW X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook/i18n X@dirrm %%PYTHON_SITELIBDIR%%/rednotebook Xbin/rednotebook Xshare/applications/rednotebook.desktop Xshare/icons/hicolor/48x48/apps/rednotebook.png Xshare/pixmaps/rednotebook.png 9df749e1755266fed395cc54e77a25f2 echo x - rednotebook/pkg-descr sed 's/^X//' >rednotebook/pkg-descr << '5369ca5c251b7300888cd8214f6d1044' XRedNotebook is a modern journal written by python 2.x. X XWWW: http://rednotebook.sourceforge.net/ 5369ca5c251b7300888cd8214f6d1044 echo x - rednotebook/distinfo sed 's/^X//' >rednotebook/distinfo << '98f4ac3a568824010af14444e4f7ec78' XSHA256 (rednotebook-1.1.7.tar.gz) = ce01c8773d61475a0aa7f4b0885d50fa7c697b304f605466451b088acc16d9cf XSIZE (rednotebook-1.1.7.tar.gz) = 633461 98f4ac3a568824010af14444e4f7ec78 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 20: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 3039D106566C for ; Sun, 31 Jul 2011 20: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 205E38FC14 for ; Sun, 31 Jul 2011 20: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 p6VK0M4O038200 for ; Sun, 31 Jul 2011 20: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 p6VK0Mnh038199; Sun, 31 Jul 2011 20:00:22 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 20:00:22 GMT Message-Id: <201107312000.p6VK0Mnh038199@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159332: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 20:00:23 -0000 The following reply was made to PR ports/159332; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159332: commit references a PR Date: Sun, 31 Jul 2011 19:56:52 +0000 (UTC) arved 2011-07-31 19:56:44 UTC FreeBSD ports repository Modified files: x11-toolkits/sakura Makefile distinfo pkg-plist Log: Update to 2.4.2 PR: 159332 Submitted by: "Herbert J. Skuhra" Revision Changes Path 1.21 +1 -1 ports/x11-toolkits/sakura/Makefile 1.11 +2 -2 ports/x11-toolkits/sakura/distinfo 1.5 +1 -0 ports/x11-toolkits/sakura/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 Sun Jul 31 21:20: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 F058F106566C; Sun, 31 Jul 2011 21:20:29 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 50F6B8FC13; Sun, 31 Jul 2011 21:20:28 +0000 (UTC) Received: by fxe4 with SMTP id 4so5464856fxe.13 for ; Sun, 31 Jul 2011 14:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:mime-version:content-type; bh=NA6GO8ATb0m++99taKGHvoKzxUd/5tKy576ZHAUnchw=; b=J0ANySb9qFA+5gp6bW4at4XmV9DiplZO8s/6zhoIkrDtWqdpfr6zHT8Te8CQTbSXzX qjLaL4NpxMCvkjDB0IPmAM1bG5Ml5wGD9UcT+WDMDc/DuUWjpQByHEnH9yBp0NdPJoXc +cuVF3Pg5mYtHFXOsOf0VgeW3DdtnCTfdCTcM= Received: by 10.223.16.140 with SMTP id o12mr910593faa.89.1312145845283; Sun, 31 Jul 2011 13:57:25 -0700 (PDT) Received: from oslo.ath.cx (d91-128-195-5.cust.tele2.at [91.128.195.5]) by mx.google.com with ESMTPS id g20sm1958996fai.21.2011.07.31.13.57.24 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 31 Jul 2011 13:57:24 -0700 (PDT) Date: Sun, 31 Jul 2011 22:57:23 +0200 Message-ID: <87aabuxj63.wl%h.skuhra@gmail.com> From: "Herbert J. Skuhra" To: arved@FreeBSD.org In-Reply-To: <201107311937.p6VJbowv021054@freefall.freebsd.org> References: <201107311937.p6VJbowv021054@freefall.freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/159335: [Patch] Update games/klavaro to version 1.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 21:20:30 -0000 Hi Tilman, at the moment I cannot reproduce this build error on my systems. A few minutes ago I successfully built the port on another machine: FreeBSD 9.0-CURRENT amd64 (r224307). Is x11-toolkits/gtkdatabox (fully) installed? Do you have '/usr/local/include/gtkdatabox/gtkdatabox.h'? Can you successfully build the port at version 1.9.1? -Herbert From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 23: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 9D18C106566C for ; Sun, 31 Jul 2011 23: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 8C3B48FC16 for ; Sun, 31 Jul 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 p6VNUCad029114 for ; Sun, 31 Jul 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 p6VNUCP8029111; Sun, 31 Jul 2011 23:30:12 GMT (envelope-from gnats) Date: Sun, 31 Jul 2011 23:30:12 GMT Message-Id: <201107312330.p6VNUCP8029111@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hon-Yu Lawrence Cheung Cc: Subject: Re: ports/159339: submiting a new port: rednotebook X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hon-Yu Lawrence Cheung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 23:30:12 -0000 The following reply was made to PR ports/159339; it has been noted by GNATS. From: Hon-Yu Lawrence Cheung To: bug-followup@FreeBSD.org, cheunghonyu@gmail.com Cc: Subject: Re: ports/159339: submiting a new port: rednotebook Date: Mon, 1 Aug 2011 07:04:34 +0800 --0016364c7545c3527704a96589d3 Content-Type: multipart/alternative; boundary=0016364c7545c3526c04a96589d1 --0016364c7545c3526c04a96589d1 Content-Type: text/plain; charset=UTF-8 I find a minor error about checking dependence of x11-toolkits/py-gtk2. The official method is use USE_GNOME=pygtk2 so that I delete one line from RUN_DEPENDS and add new line USE_GNOME=pygtk2 to Makefile --0016364c7545c3526c04a96589d1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I find a minor error about checking dependence of x11-toolkits/py-gtk2.
The official method is use USE_GNOME=3Dpygtk2 so that I delete one line fro= m RUN_DEPENDS and add=C2=A0 new line USE_GNOME=3Dpygtk2 to Makefile
--0016364c7545c3526c04a96589d1-- --0016364c7545c3527704a96589d3 Content-Type: text/plain; charset=US-ASCII; name="Makefile_patch.txt" Content-Disposition: attachment; filename="Makefile_patch.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gqsmbuej0 MjBjMjAsMjEKPCBSVU5fREVQRU5EUz0JCSR7UFlUSE9OX1NJVEVMSUJESVJ9L3lhbWwvX19pbml0 X18ucHk6JHtQT1JUU0RJUn0vZGV2ZWwvcHkteWFtbCBcCi0tLQo+IFJVTl9ERVBFTkRTPQkJJHtQ WVRIT05fU0lURUxJQkRJUn0vZ3RrLTIuMC9ndGsvX19pbml0X18ucHk6JHtQT1JUU0RJUn0veDEx LXRvb2xraXRzL3B5LWd0azIgXAo+IAkJCSR7UFlUSE9OX1NJVEVMSUJESVJ9L3lhbWwvX19pbml0 X18ucHk6JHtQT1JUU0RJUn0vZGV2ZWwvcHkteWFtbCBcCjI4LDI5ZDI4CjwgVVNFX0dOT01FPQkJ cHlndGsyCjwgCg== --0016364c7545c3527704a96589d3-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 31 23: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 8E0231065672 for ; Sun, 31 Jul 2011 23:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC578FC14 for ; Sun, 31 Jul 2011 23:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VNe7U7039416 for ; Sun, 31 Jul 2011 23:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6VNe7Uw039415; Sun, 31 Jul 2011 23:40:07 GMT (envelope-from gnats) Resent-Date: Sun, 31 Jul 2011 23:40:07 GMT Resent-Message-Id: <201107312340.p6VNe7Uw039415@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joel Ray Holveck Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F539106566B for ; Sun, 31 Jul 2011 23:34: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 0EBBF8FC12 for ; Sun, 31 Jul 2011 23:34: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 p6VNYPP5034590 for ; Sun, 31 Jul 2011 23:34:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6VNYPSM034589; Sun, 31 Jul 2011 23:34:25 GMT (envelope-from nobody) Message-Id: <201107312334.p6VNYPSM034589@red.freebsd.org> Date: Sun, 31 Jul 2011 23:34:25 GMT From: Joel Ray Holveck To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159340: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 31 Jul 2011 23:40:07 -0000 >Number: 159340 >Category: ports >Synopsis: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed >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 Jul 31 23:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joel Ray Holveck >Release: 8.2-STABLE >Organization: >Environment: FreeBSD thor.piquan.org 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun Jul 24 01:54:17 PDT 2011 root@thor.piquan.org:/usr/local/src/freebsd/src/sys/i386/compile/THOR i386 >Description: The configure process will search for alsalib using CPPFLAGS, which the port's Makefile sets to -I${LOCALBASE}/include. However, the actual make will only use CFLAGS, so if configure found alsalib, the make will fail because it can't find the .h files. >How-To-Repeat: Install audio/alsa-lib, then try to build emulators/bochs >Fix: Add ${CPPFLAGS} to CFLAGS in emulators/bochs/Makefile Patch attached with submission follows: --- emulators/bochs/Makefile.orig 2011-06-25 18:26:27.000000000 -0700 +++ emulators/bochs/Makefile 2011-07-31 16:28:13.000000000 -0700 @@ -68,7 +68,7 @@ X86_64 "Enable AMD x86-64 support" off \ XPM "Enable XPM library support" off -CFLAGS+= -fno-exceptions -fomit-frame-pointer +CFLAGS+= -fno-exceptions -fomit-frame-pointer ${CPPFLAGS} CXXFLAGS+= -fno-rtti CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 01: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 C73DB1065672 for ; Mon, 1 Aug 2011 01: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 A061A8FC14 for ; Mon, 1 Aug 2011 01: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 p711e7X1052419 for ; Mon, 1 Aug 2011 01: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 p711e7rB052418; Mon, 1 Aug 2011 01:40:07 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 01:40:07 GMT Resent-Message-Id: <201108010140.p711e7rB052418@freefall.freebsd.org> 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 9A36B1065672 for ; Mon, 1 Aug 2011 01:30:55 +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 6408E8FC14 for ; Mon, 1 Aug 2011 01:30:55 +0000 (UTC) Received: by iyb11 with SMTP id 11so8366020iyb.13 for ; Sun, 31 Jul 2011 18:30:54 -0700 (PDT) Received: by 10.231.30.72 with SMTP id t8mr631353ibc.181.1312162254707; Sun, 31 Jul 2011 18:30:54 -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 fx7sm416677ibb.36.2011.07.31.18.30.52 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 31 Jul 2011 18:30:54 -0700 (PDT) Received: by compaq.yuetime (sSMTP sendmail emulation); Sun, 31 Jul 2011 20:30:51 -0500 Message-Id: <4e3601ce.47cfe70a.63b2.09ce@mx.google.com> Date: Sun, 31 Jul 2011 20:30:51 -0500 From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159342: UPDATE: www/httpsqs-1.7 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, 01 Aug 2011 01:40:08 -0000 >Number: 159342 >Category: ports >Synopsis: UPDATE: www/httpsqs-1.7 >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 Aug 01 01:40:07 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 #4 r224501: Fri Jul 29 22:28:38 CDT 2011 lichray@compaq.yuetime:/usr/obj/home/lichray/devel/freebsd-stable/sys/HOUKAGO amd64 >Description: HTTPSQS is updated to 1.7. The only code change is a bugfix: https://code.google.com/p/httpsqs/source/detail?r=86 Others are Makefile changes, while I already wrote a FreeBSD-specific one. >How-To-Repeat: >Fix: --- httpsqs-1.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/httpsqs.orig/Makefile /usr/ports/www/httpsqs/Makefile --- /usr/ports/www/httpsqs.orig/Makefile 2011-05-05 08:48:05.000000000 -0500 +++ /usr/ports/www/httpsqs/Makefile 2011-07-31 20:24:10.523279343 -0500 @@ -6,8 +6,7 @@ # PORTNAME= httpsqs -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff -ruN --exclude=CVS /usr/ports/www/httpsqs.orig/distinfo /usr/ports/www/httpsqs/distinfo --- /usr/ports/www/httpsqs.orig/distinfo 2011-04-27 06:23:33.000000000 -0500 +++ /usr/ports/www/httpsqs/distinfo 2011-07-31 20:24:22.396513787 -0500 @@ -1,2 +1,2 @@ -SHA256 (httpsqs-1.6.tar.gz) = 784043357e52556830e9efa20dfb1d66161cbca781dcd6c367b017fe5d3dbb68 -SIZE (httpsqs-1.6.tar.gz) = 8871 +SHA256 (httpsqs-1.7.tar.gz) = 2b05fc0161ade4f1bf4946e2b2b2b631b6afbe3ef18eba55b22c4da2754c1f3a +SIZE (httpsqs-1.7.tar.gz) = 8884 --- httpsqs-1.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 02: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 337D61065670 for ; Mon, 1 Aug 2011 02: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 141F58FC15 for ; Mon, 1 Aug 2011 02: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 p712A75u078011 for ; Mon, 1 Aug 2011 02: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 p712A7Ee078010; Mon, 1 Aug 2011 02:10:07 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 02:10:07 GMT Resent-Message-Id: <201108010210.p712A7Ee078010@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108D6106566C for ; Mon, 1 Aug 2011 02:02:59 +0000 (UTC) (envelope-from markun@daemon.onohara.to) Received: from daemon.onohara.to (daemon.onohara.to [204.109.63.90]) by mx1.freebsd.org (Postfix) with ESMTP id ECFAD8FC0C for ; Mon, 1 Aug 2011 02:02:58 +0000 (UTC) Received: by daemon.onohara.to (Postfix, from userid 1000) id A338F28456; Mon, 1 Aug 2011 11:02:58 +0900 (JST) Message-Id: <20110801020258.A338F28456@daemon.onohara.to> Date: Mon, 1 Aug 2011 11:02:58 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159343: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 02:10:08 -0000 >Number: 159343 >Category: ports >Synopsis: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.33 >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 Aug 01 02:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD daemon.onohara.to 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: - Update to 0.33 - Add LICENSE Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-WWW-Mixi-Scraper-0.33.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mixi-Scraper/Makefile /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/Makefile --- /usr/ports/www/p5-WWW-Mixi-Scraper/Makefile 2011-05-31 19:52:38.000000000 +0900 +++ /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/Makefile 2011-08-01 11:02:03.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mixi-Scraper -PORTVERSION= 0.30 +PORTVERSION= 0.33 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,16 @@ MAINTAINER= markun@onohara.to COMMENT= Yet another mixi scraper -BUILD_DEPENDS= p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Web-Scraper>=0.17:${PORTSDIR}/www/p5-Web-Scraper \ p5-WWW-Mechanize>=1.50:${PORTSDIR}/www/p5-WWW-Mechanize -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes USE_DOS2UNIX= yes diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mixi-Scraper/distinfo /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/distinfo --- /usr/ports/www/p5-WWW-Mixi-Scraper/distinfo 2011-05-31 19:52:38.000000000 +0900 +++ /usr/home/markun/work/ports/p5-WWW-Mixi-Scraper/distinfo 2011-08-01 11:02:03.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (WWW-Mixi-Scraper-0.30.tar.gz) = bc0f619c99268cfae4feb272f1503033c2752c28db70c309620be69ece48e85d -SIZE (WWW-Mixi-Scraper-0.30.tar.gz) = 19032 +SHA256 (WWW-Mixi-Scraper-0.33.tar.gz) = 0ee3b763570df1bc5c0e94876069d1ce3a1a6ed48a20d1cf3e5d47b0b3ee2da3 +SIZE (WWW-Mixi-Scraper-0.33.tar.gz) = 19014 --- p5-WWW-Mixi-Scraper-0.33.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 3FAC51065680; Mon, 1 Aug 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 177898FC13; Mon, 1 Aug 2011 02: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 p712AJYo078745; Mon, 1 Aug 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 p712AJUw078731; Mon, 1 Aug 2011 02:10:19 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 02:10:19 GMT Message-Id: <201108010210.p712AJUw078731@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159343: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 02:10:20 -0000 Synopsis: [MAINTAINER] www/p5-WWW-Mixi-Scraper: update to 0.33 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 1 02:10:19 UTC 2011 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159343 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 07:01: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 149611065670; Mon, 1 Aug 2011 07:01:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E08758FC23; Mon, 1 Aug 2011 07:01: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 p7171gEF058210; Mon, 1 Aug 2011 07:01:42 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7171gTd058199; Mon, 1 Aug 2011 07:01:42 GMT (envelope-from linimon) Date: Mon, 1 Aug 2011 07:01:42 GMT Message-Id: <201108010701.p7171gTd058199@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159346: www/xpi-live_http_headers: files corruption after last commit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 07:01:43 -0000 Synopsis: www/xpi-live_http_headers: files corruption after last commit Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 1 07:01:19 UTC 2011 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=159346 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 08:40:05 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F736106566C for ; Mon, 1 Aug 2011 08:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC1488FC12 for ; Mon, 1 Aug 2011 08: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 p718e4c9073762 for ; Mon, 1 Aug 2011 08: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 p718e40U073761; Mon, 1 Aug 2011 08:40:04 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 08:40:04 GMT Resent-Message-Id: <201108010840.p718e40U073761@freefall.freebsd.org> 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 Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A86B106564A for ; Mon, 1 Aug 2011 08:37:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3A4B98FC15 for ; Mon, 1 Aug 2011 08:37:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p718bd02012735 for ; Mon, 1 Aug 2011 08:37:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p718bcQO012734; Mon, 1 Aug 2011 08:37:38 GMT (envelope-from nobody) Message-Id: <201108010837.p718bcQO012734@red.freebsd.org> Date: Mon, 1 Aug 2011 08:37:38 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159347: [ERROR] cannot portupgrade net-im/telepathy-glib to version 0.12.7_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, 01 Aug 2011 08:40:05 -0000 >Number: 159347 >Category: ports >Synopsis: [ERROR] cannot portupgrade net-im/telepathy-glib to version 0.12.7_1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 08:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.2-STABLE >Organization: Technica-03, Inc. >Environment: # uname -a FreeBSD datacenter.technica-03.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue Jul 26 14:04:06 EEST 2011 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64 amd64 >Description: ===> Building for telepathy-glib-0.12.7_1 gmake all-recursive gmake[1]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7' Making all in m4 gmake[2]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/m4' gmake[2]: Цель `all' не требует выполнения команд. gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/m4' Making all in tools gmake[2]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/tools' gmake[2]: Цель `all' не требует выполнения команд. gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/tools' Making all in spec gmake[2]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/spec' gmake[2]: Цель `all' не требует выполнения команд. gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/spec' Making all in telepathy-glib gmake[2]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' gmake all-am gmake[3]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' gmake[3]: Цель `all-am' не требует выполнения команд. gmake[3]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/telepathy-glib' Making all in vala gmake[2]: Вход в каталог `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/vala' /usr/local/bin/vapigen \ --library telepathy-glib \ --pkg gio-2.0 \ ../telepathy-glib/TelepathyGLib-0.12.gir \ error: Package `GLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `Gio-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories Generation failed: 3 error(s), 0 warning(s) gmake[2]: *** [telepathy-glib.vapi] Ошибка 1 gmake[2]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7/vala' gmake[1]: *** [all-recursive] Ошибка 1 gmake[1]: Выход из каталога `/usr/ports/net-im/telepathy-glib/work/telepathy-glib-0.12.7' gmake: *** [all] Ошибка 2 *** Error code 1 Stop in /usr/ports/net-im/telepathy-glib. >How-To-Repeat: # cd /usr/ports/net-im/telepathy-glib # make clean && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 6B131106566C; Mon, 1 Aug 2011 08:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 43BF98FC08; Mon, 1 Aug 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 p718eEJh073966; Mon, 1 Aug 2011 08:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p718eEfX073962; Mon, 1 Aug 2011 08:40:14 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 08:40:14 GMT Message-Id: <201108010840.p718eEfX073962@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159347: [ERROR] cannot portupgrade net-im/telepathy-glib to version 0.12.7_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, 01 Aug 2011 08:40:14 -0000 Synopsis: [ERROR] cannot portupgrade net-im/telepathy-glib to version 0.12.7_1 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 1 08:40:13 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159347 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 09: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 E1E07106566C for ; Mon, 1 Aug 2011 09: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 BFDE58FC19 for ; Mon, 1 Aug 2011 09: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 p7190J3w091613 for ; Mon, 1 Aug 2011 09: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 p7190Juc091612; Mon, 1 Aug 2011 09:00:19 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 09:00:19 GMT Resent-Message-Id: <201108010900.p7190Juc091612@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor PALI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77D18106566B for ; Mon, 1 Aug 2011 08:57:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 684418FC16 for ; Mon, 1 Aug 2011 08:57:16 +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 p718vGFf048011 for ; Mon, 1 Aug 2011 08:57:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p718vG5g048010; Mon, 1 Aug 2011 08:57:16 GMT (envelope-from nobody) Message-Id: <201108010857.p718vG5g048010@red.freebsd.org> Date: Mon, 1 Aug 2011 08:57:16 GMT From: Gabor PALI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159348: [patch] devel/git-annex: Update to 3.20110707 and Cabalize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 09:00:20 -0000 >Number: 159348 >Category: ports >Synopsis: [patch] devel/git-annex: Update to 3.20110707 and Cabalize >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 Aug 01 09:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gabor PALI >Release: n/a >Organization: The FreeBSD Project >Environment: n/a >Description: - Update to 3.20110707 - Rewrite the port as a Haskell Cabal package transcript - Move to devel/hs-git-annex (see the FreeBSD Haskell repository [1]) [1] https://github.com/freebsd-haskell/freebsd-haskell >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN git-annex/Makefile hs-git-annex/Makefile --- git-annex/Makefile 2011-08-01 10:01:55.000000000 +0200 +++ hs-git-annex/Makefile 2011-08-01 10:52:12.000000000 +0200 @@ -6,46 +6,33 @@ # PORTNAME= git-annex -PORTVERSION= 3.20110702 +PORTVERSION= 3.20110707 CATEGORIES= devel haskell -MASTER_SITES= http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/ -DISTFILES= ${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= frase@frase.id.au -COMMENT= Manage file hierarchies with git - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \ - hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \ - hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ - hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ - hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ - hs-curl>0:${PORTSDIR}/ftp/hs-curl \ - git:${PORTSDIR}/devel/git \ - rsync:${PORTSDIR}/net/rsync - -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \ - hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \ - hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \ - hs-SHA>=0:${PORTSDIR}/security/hs-SHA \ - hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc \ - hs-curl>0:${PORTSDIR}/ftp/hs-curl \ - git:${PORTSDIR}/devel/git \ - rsync:${PORTSDIR}/net/rsync - -USE_PERL5= yes -USE_GMAKE= yes - -MAN1= git-annex.1 \ - git-annex-shell.1 \ - git-union-merge.1 +COMMENT= Manage files with git, without checking their contents into git LICENSE= GPLv3 +FILE_LICENSE= GPL + +USE_CABAL= dataenc hS3 hslogger HTTP MissingH mtl network pcre-light \ + SHA utf8-string +CABAL_SETUP= Setup.hs + +USE_GMAKE= yes +USE_PERL5_BUILD= yes + +BUILD_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ + git:${PORTSDIR}/devel/git + +RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ + git:${PORTSDIR}/devel/git + +EXECUTABLE= git-union-merge git-annex-shell git-annex +STANDALONE= yes -PLIST_FILES= bin/git-annex \ - bin/git-annex-shell \ - bin/git-union-merge +MAN1SRC= . +MAN1= git-union-merge.1 git-annex-shell.1 git-annex.1 -.include +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include diff -urN git-annex/distinfo hs-git-annex/distinfo --- git-annex/distinfo 2011-07-31 17:16:24.000000000 +0200 +++ hs-git-annex/distinfo 2011-07-13 14:07:12.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (git-annex/3.20110702) = 66d633bcbd49d4a34b241222bf83f35e85af3207454de3fde4afaf1dd1409580 -SIZE (git-annex/3.20110702) = 378351 +SHA256 (cabal/git-annex-3.20110707.tar.gz) = 174713eb7af035d10f90b8189ed1dc241ce379f70eba9ca416ac2c66089a0461 +SIZE (cabal/git-annex-3.20110707.tar.gz) = 374279 diff -urN git-annex/files/patch-Makefile hs-git-annex/files/patch-Makefile --- git-annex/files/patch-Makefile 2011-08-01 09:35:37.000000000 +0200 +++ hs-git-annex/files/patch-Makefile 2011-07-10 20:01:25.000000000 +0200 @@ -1,45 +1,11 @@ ---- ./Makefile.orig 2011-07-02 21:08:05.000000000 +0200 -+++ ./Makefile 2011-08-01 09:35:21.000000000 +0200 -@@ -1,4 +1,4 @@ --PREFIX=/usr -+PREFIX?=/usr/local - IGNORE=-ignore-package monads-fd - GHCFLAGS=-O2 -Wall $(IGNORE) -fspec-constr-count=5 - ifdef PROFILE -@@ -43,12 +43,8 @@ - install: all - install -d $(DESTDIR)$(PREFIX)/bin - install $(bins) $(DESTDIR)$(PREFIX)/bin -- install -d $(DESTDIR)$(PREFIX)/share/man/man1 -- install -m 0644 $(mans) $(DESTDIR)$(PREFIX)/share/man/man1 -- install -d $(DESTDIR)$(PREFIX)/share/doc/git-annex -- if [ -d html ]; then \ -- rsync -a --delete html/ $(DESTDIR)$(PREFIX)/share/doc/git-annex/html/; \ -- fi -+ install -d $(DESTDIR)$(PREFIX)/man/man1 -+ install -m 0644 $(mans) $(DESTDIR)$(PREFIX)/man/man1 +--- ./Makefile.orig 2011-07-02 23:11:38.000000000 +0200 ++++ ./Makefile 2011-07-08 23:10:32.979799493 +0200 +@@ -73,6 +73,8 @@ + IKIWIKI=ikiwiki + endif - test: $(bins) - @if ! $(GHCMAKE) -O0 test; then \ -@@ -65,21 +61,7 @@ - @hpc report test --exclude=Main --exclude=QC - @hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null - --# If ikiwiki is available, build static html docs suitable for being --# shipped in the software package. --ifeq ($(shell which ikiwiki),) --IKIWIKI=@echo "** ikiwiki not found, skipping building docs" >&2; true --else --IKIWIKI=ikiwiki --endif -- ++manuals: $(mans) ++ docs: $(mans) -- $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ -- --no-usedirs --disable-plugin=openid --plugin=sidebar \ -- --underlaydir=/dev/null --disable-plugin=shortcut \ -- --disable-plugin=smiley \ -- --plugin=comments --set comments_pagespec="*" \ -- --exclude='news/.*' - - clean: - rm -rf build $(bins) $(mans) test configure *.tix .hpc \ + $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ + --no-usedirs --disable-plugin=openid --plugin=sidebar \ diff -urN git-annex/files/patch-Setup.hs hs-git-annex/files/patch-Setup.hs --- git-annex/files/patch-Setup.hs 1970-01-01 01:00:00.000000000 +0100 +++ hs-git-annex/files/patch-Setup.hs 2011-07-10 20:01:25.000000000 +0200 @@ -0,0 +1,14 @@ +--- ./Setup.hs.orig 2011-07-02 23:11:40.000000000 +0200 ++++ ./Setup.hs 2011-07-08 23:11:28.256484379 +0200 +@@ -9,9 +9,9 @@ + } + + makeSources _ _ = do +- system "make sources" ++ system "gmake sources manuals" + return (Nothing, []) + + makeClean _ _ _ _ = do +- system "make clean" ++ system "gmake clean" + return () >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 09:00:31 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA4C106564A; Mon, 1 Aug 2011 09:00:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 564068FC08; Mon, 1 Aug 2011 09:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7190V4s091901; Mon, 1 Aug 2011 09:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7190VEk091888; Mon, 1 Aug 2011 09:00:31 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 09:00:31 GMT Message-Id: <201108010900.p7190VEk091888@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, haskell@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159348: [patch] devel/git-annex: Update to 3.20110707 and Cabalize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 09:00:31 -0000 Synopsis: [patch] devel/git-annex: Update to 3.20110707 and Cabalize Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 1 09:00:30 UTC 2011 Responsible-Changed-Why: haskell@ wants this category PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159348 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 11:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58AD5106566C for ; Mon, 1 Aug 2011 11:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3861A8FC1C for ; Mon, 1 Aug 2011 11:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71Bo7Ri057552 for ; Mon, 1 Aug 2011 11:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71Bo7PH057551; Mon, 1 Aug 2011 11:50:07 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 11:50:07 GMT Resent-Message-Id: <201108011150.p71Bo7PH057551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ralf van der Enden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6BC1106566B for ; Mon, 1 Aug 2011 11:41:23 +0000 (UTC) (envelope-from root@cainites.net) Received: from cainites.net (tunnel3563.ipv6.xs4all.nl [IPv6:2001:888:10:deb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE978FC16 for ; Mon, 1 Aug 2011 11:41:22 +0000 (UTC) Received: from root by cainites.net with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1Qnqs3-00092l-QP for FreeBSD-gnats-submit@freebsd.org; Mon, 01 Aug 2011 13:41:19 +0200 Message-Id: Date: Mon, 01 Aug 2011 13:41:19 +0200 From: Ralf van der Enden To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159349: [MAINTAINER] dns/powerdns: update to 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 11:50:07 -0000 >Number: 159349 >Category: ports >Synopsis: [MAINTAINER] dns/powerdns: update to 3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 11:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD lan.cainites.net 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #3: Thu Jul 7 13:50:12 CEST >Description: - Update to 3.0 Removed file(s): - files/tables-mssql_or_sybase.sql - files/tables-mysql.sql - files/tables-pgsql.sql - files/tables-sqlite.sql Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- powerdns-3.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/Makefile /usr/ports/dns/powerdns/Makefile --- /usr/ports/dns/powerdns.orig/Makefile 2010-12-04 08:31:32.000000000 +0100 +++ /usr/ports/dns/powerdns/Makefile 2011-08-01 13:38:38.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= powerdns -PORTVERSION= 2.9.22 -PORTREVISION= 2 +PORTVERSION= 3.0 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ \ http://mirrors.evolva.ro/powerdns.com/releases/ @@ -17,7 +16,13 @@ COMMENT= An advanced DNS server with multiple backends including SQL BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ - ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs + ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ + ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp + +LIB_DEPENDS+= botan.0:${PORTSDIR}/security/botan + +USE_LUA=5.1 +LUA_COMPS=lua CONFLICTS= powerdns-devel-[0-9]* @@ -27,10 +32,12 @@ USE_LDCONFIG= YES CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --with-modules="pipe" \ - --with-dynmodules="${CONFIGURE_MODULES}" \ +CONFIGURE_ARGS+= --with-modules="" \ + --with-dynmodules="pipe ${CONFIGURE_MODULES}" \ --sysconfdir="${PREFIX}/etc/pdns" \ -# --enable-debug + --with-boost="${LOCALBASE}" \ + --enable-botan1.8 \ + --enable-cryptopp SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR2="${.CURDIR}" \ MKDIR="${MKDIR}" \ @@ -41,11 +48,14 @@ SUB_FILES= pkg-message OPTIONS= PGSQL "PostgreSQL backend" on \ + PGSQL_LOCAL "RUN_DEPEND on PostgreSQL" off \ MYSQL "MySQL backend" off \ + MYSQL_LOCAL "RUN_DEPEND on MySQL server" off \ SQLITE "SQLite 2 backend" off \ SQLITE3 "SQLite 3 backend" off \ OPENDBX "OpenDBX backend" off \ OPENLDAP "OpenLDAP backend" off \ + OPENLDAP_LOCAL "RUN_DEPEND on OpenLDAP server" off \ GEO "Geo backend" off .include @@ -65,32 +75,59 @@ .if defined(WITH_PGSQL) USE_PGSQL?= YES -CONFIGURE_MODULES+= "gpgsql" CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} +CONFIGURE_MODULES+= "gpgsql" PLIST_SUB+= WITHPGSQL="" .else -CONFIGURE_ARGS+= --disable-pgsql +CONFIGURE_ARGS+= --without-pgsql PLIST_SUB+= WITHPGSQL="@comment " .endif .if defined(WITH_MYSQL) USE_MYSQL?= YES +CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} CONFIGURE_MODULES+= "gmysql" -CXXFLAGS+= -I${LOCALBASE}/include/mysql -LDFLAGS+= -L${LOCALBASE}/lib/mysql +#CXXFLAGS+= -I${LOCALBASE}/include/mysql +#LDFLAGS+= -L${LOCALBASE}/lib/mysql PLIST_SUB+= WITHMYSQL="" .else -CONFIGURE_ARGS+= --disable-mysql +CONFIGURE_ARGS+= --without-mysql PLIST_SUB+= WITHMYSQL="@comment " .endif +.if defined(WITH_OPENDBX) || defined(WITH_PGSQL) +. if defined(WITH_PGSQL_LOCAL) +USE_PGSQL?= YES +RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server +SUB_LIST+= PGSQL=postgresql +. else +SUB_LIST+= PGSQL= +. endif +.endif +.if defined(WITH_OPENDBX) || defined(WITH_MYSQL) +. if defined(WITH_MYSQL_LOCAL) +USE_MYSQL?= YES +RUN_DEPENDS+= mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +SUB_LIST+= MYSQL=mysql +. else +SUB_LIST+= MYSQL= +. endif +.endif + .if defined(WITH_OPENLDAP) USE_OPENLDAP?= YES CONFIGURE_MODULES+= "ldap" CXXFLAGS+= -L${LOCALBASE}/lib -DLDAP_DEPRECATED=1 PLIST_SUB+= WITHOPENLDAP="" +. if defined(WITH_OPENLDAP_LOCAL) +RUN_DEPENDS+= openldap-server>=0:${PORTSDIR}/net/openldap${WANT_OPENLDAP_VER}-server +SUB_LIST+= SLAPD=slapd +. else +SUB_LIST+= SLAPD= +. endif .else PLIST_SUB+= WITHOPENLDAP="@comment " +SUB_LIST+= SLAPD= .endif .if defined(WITH_SQLITE) @@ -118,8 +155,8 @@ PLIST_SUB+= WITHOPENDBX="@comment " .endif -.if defined(WITH_OPENLDAP) post-patch: +.if defined(WITH_OPENLDAP) ${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \ -e 's;la_LDFLAGS =;la_LDFLAGS = -L${LOCALBASE}/lib;' \ ${WRKSRC}/modules/ldapbackend/Makefile.in @@ -128,20 +165,27 @@ ${WRKSRC}/pdns/Makefile.in .endif .if defined(WITH_PGSQL) -pre-configure: @${REINPLACE_CMD} -E -e 's;(PGSQL_inc_check="\$$withval/include/pgsql)";\1 \$$withval/include";' \ ${WRKSRC}/configure .endif + post-install: .if !exists(${PREFIX}/etc/pdns/pdns.conf) ${INSTALL_DATA} ${PREFIX}/etc/pdns/pdns.conf-dist ${PREFIX}/etc/pdns/pdns.conf .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} -.for i in pdns.conf tables-mssql_or_sybase.sql tables-mysql.sql tables-pgsql.sql tables-sqlite.sql +.for i in pdns.conf ${INSTALL_DATA} ${FILESDIR}/$i ${EXAMPLESDIR}/ .endfor .endif +.for j in libgpgsqlbackend.so libgmysqlbackend.so libgsqlitebackend.so \ + libgsqlite3backend.so libldapbackend.so libopendbxbackend.so \ + libgeobackend.so libpipebackend.so + @if ([ -f ${PREFIX}/lib/$j ] && [ ! -f ${PREFIX}/lib/$j.0 ]); then \ + ${LN} -sf ${PREFIX}/lib/$j ${PREFIX}/lib/$j.0; \ + fi +.endfor @${CAT} ${PKGMESSAGE} .include diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/distinfo /usr/ports/dns/powerdns/distinfo --- /usr/ports/dns/powerdns.orig/distinfo 2011-03-20 13:49:01.000000000 +0100 +++ /usr/ports/dns/powerdns/distinfo 2011-07-25 10:39:50.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (pdns-2.9.22.tar.gz) = 7c03da01c2cbd8bbe897180bc3bd50ca8cfaa63ada94dc6b29f7745b82e17525 -SIZE (pdns-2.9.22.tar.gz) = 1072257 +SHA256 (pdns-3.0.tar.gz) = a468b24b35c2595cc81119c3c8f2db4bd3566266431853e7d6be5930f692b0a2 +SIZE (pdns-3.0.tar.gz) = 1202795 diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/pdns.conf /usr/ports/dns/powerdns/files/pdns.conf --- /usr/ports/dns/powerdns.orig/files/pdns.conf 2007-04-27 09:25:40.000000000 +0200 +++ /usr/ports/dns/powerdns/files/pdns.conf 2011-08-01 13:29:44.000000000 +0200 @@ -29,7 +29,7 @@ #ldap-secret (default "") #ldap-method (default "simple") #ldap-filter-axfr (default "(:target:)" ) -ldap-filter-lookup (default "(:target:)" ) +#ldap-filter-lookup (default "(:target:)" ) # OpenDBX (check http://www.linuxnetworks.de for more information) #launch=opendbx @@ -44,7 +44,7 @@ ################################# # allow-axfr-ips Allow zonetransfers only to these subnets # -# allow-axfr-ips=0.0.0.0/0 +# allow-axfr-ips=0.0.0.0/0,::/0 ################################# # allow-recursion List of subnets that are allowed to recurse @@ -69,7 +69,7 @@ ################################# # config-dir Location of configuration directory (pdns.conf) # -# config-dir=/usr/local/etc +# config-dir=/usr/local/etc/pdns ################################# # config-name Name of this virtual configuration - will rename the binary image @@ -117,6 +117,21 @@ # do-ipv6-additional-processing=no ################################# +# edns-subnet-option-number EDNS option number to use +# +# edns-subnet-option-number=20730 + +################################# +# edns-subnet-processing If we should act on EDNS Subnet options +# +# edns-subnet-processing=no + +################################# +# entropy-source If set, read entropy from this file +# +# entropy-source=/dev/urandom + +################################# # fancy-records Process URL and MBOXFW records # # fancy-records=no @@ -162,12 +177,17 @@ # log-dns-details= ################################# +# log-dns-queries If PDNS should log all incoming DNS queries +# +# log-dns-queries=no + +################################# # log-failed-updates If PDNS should log failed update requests # # log-failed-updates= ################################# -# logfile Logfile to use +# logfile Logfile to use (Windows only) # # logfile=pdns.log @@ -187,6 +207,11 @@ # master=no ################################# +# max-cache-entries Maximum number of cache entries +# +# max-cache-entries=1000000 + +################################# # max-queue-length Maximum queuelength before considering situation lost # # max-queue-length=5000 @@ -217,6 +242,16 @@ # out-of-zone-additional-processing=yes ################################# +# overload-queue-length Maximum queuelength moving to packetcache only +# +# overload-queue-length=0 + +################################# +# per-zone-axfr-acls When set, backends that implement it perform per-zone AXFL ACL checks +# +# per-zone-axfr-acls=off + +################################# # pipebackend-abi-version Version of the pipe backend ABI # # pipebackend-abi-version=1 @@ -229,7 +264,12 @@ ################################# # query-local-address Source IP address for sending queries # -# query-local-address= +# query-local-address=0.0.0.0 + +################################# +# query-local-address6 Source IPv6 address for sending queries +# +# query-local-address6=:: ################################# # query-logging Hint backends that queries should be logged @@ -242,6 +282,11 @@ # queue-limit=1500 ################################# +# receiver-threads Default number of Distributor (backend) threads to start +# +# receiver-threads=1 + +################################# # recursive-cache-ttl Seconds to store packets in the PacketCache # # recursive-cache-ttl=10 @@ -252,11 +297,21 @@ # recursor=no ################################# +# retrieval-threads Number of AXFR-retrieval threads for slave operation +# +# retrieval-threads=2 + +################################# # send-root-referral Send out old-fashioned root-referral instead of ServFail in case of no authority # # send-root-referral=no ################################# +# server-id Returned when queried for 'server.id' TXT or NSID, defaults to hostname +# +# server-id= + +################################# # setgid If set, change group id to this gid for more security # # setgid= @@ -267,6 +322,11 @@ # setuid= ################################# +# signing-threads Default number of signer threads to start +# +# signing-threads=3 + +################################# # skip-cname Do not perform CNAME indirection for each query # # skip-cname=no @@ -282,6 +342,11 @@ # slave-cycle-interval=60 ################################# +# slave-renotify If we should send out notifications for slaved updates +# +# slave-renotify=no + +################################# # smtpredirector Our smtpredir MX host # # smtpredirector=a.misconfigured.powerdns.smtp.server @@ -322,12 +387,37 @@ # strict-rfc-axfrs=no ################################# +# tcp-control-address If set, PowerDNS can be controlled over TCP on this address +# +# tcp-control-address= + +################################# +# tcp-control-port If set, PowerDNS can be controlled over TCP on this address +# +# tcp-control-port=53000 + +################################# +# tcp-control-range If set, remote control of PowerDNS is possible over these networks only +# +# tcp-control-range=127.0.0.0/8, 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fe80::/10 + +################################# +# tcp-control-secret If set, PowerDNS can be controlled over TCP after passing this secret +# +# tcp-control-secret= + +################################# +# trusted-notification-proxy IP address of incoming notification proxy +# +# trusted-notification-proxy= + +################################# # urlredirector Where we send hosts to that need to be url redirected # # urlredirector=127.0.0.1 ################################# -# use-logfile Use a log file +# use-logfile Use a log file (Windows only) # # use-logfile=no @@ -370,3 +460,5 @@ # wildcards Honor wildcards in the database # # wildcards= + + diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/pdns.in /usr/ports/dns/powerdns/files/pdns.in --- /usr/ports/dns/powerdns.orig/files/pdns.in 2010-03-27 01:12:57.000000000 +0100 +++ /usr/ports/dns/powerdns/files/pdns.in 2011-08-01 13:26:23.000000000 +0200 @@ -4,7 +4,7 @@ # # PROVIDE: pdns_server -# REQUIRE: DAEMON +# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%SLAPD%% # KEYWORD: shutdown # diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/tables-mssql_or_sybase.sql /usr/ports/dns/powerdns/files/tables-mssql_or_sybase.sql --- /usr/ports/dns/powerdns.orig/files/tables-mssql_or_sybase.sql 2007-04-27 09:25:40.000000000 +0200 +++ /usr/ports/dns/powerdns/files/tables-mssql_or_sybase.sql 1970-01-01 01:00:00.000000000 +0100 @@ -1,56 +0,0 @@ -SET quoted_identifier ON; - - -CREATE TABLE "domains" ( - "id" INTEGER NOT NULL IDENTITY, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "master" VARCHAR(40) DEFAULT '' NOT NULL, - "account" VARCHAR(40) DEFAULT '' NOT NULL, - "notified_serial" INTEGER NULL, - "last_check" INTEGER NULL, - "status" CHAR(1) DEFAULT 'A' NOT NULL, -CONSTRAINT "pk_domains_id" - PRIMARY KEY ("id"), -CONSTRAINT "unq_domains_name" - UNIQUE ("name") -); - -CREATE INDEX "idx_domains_status_type" ON "domains" ("status","type"); - - - -CREATE TABLE "records" ( - "id" INTEGER NOT NULL IDENTITY, - "domain_id" INTEGER NOT NULL, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "ttl" INTEGER NULL, - "prio" INTEGER NULL, - "content" VARCHAR(255) NOT NULL, - "change_date" INTEGER NULL, -CONSTRAINT "pk_records_id" - PRIMARY KEY ("id"), -CONSTRAINT "fk_records_domainid" - FOREIGN KEY ("domain_id") - REFERENCES "domains" ("id") -); - -CREATE INDEX "idx_records_name_type" ON "records" ("name","type"); -CREATE INDEX "idx_records_type" ON "records" ("type"); - - - -CREATE TABLE "supermasters" ( - "ip" VARCHAR(40) NOT NULL, - "nameserver" VARCHAR(255) NOT NULL, - "account" VARCHAR(40) DEFAULT '' NOT NULL -); - -CREATE INDEX "idx_smip_smns" ON "supermasters" ("ip","nameserver"); - - - -GRANT SELECT ON "supermasters" TO "powerdns"; -GRANT ALL ON "domains" TO "powerdns"; -GRANT ALL ON "records" TO "powerdns"; diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/tables-mysql.sql /usr/ports/dns/powerdns/files/tables-mysql.sql --- /usr/ports/dns/powerdns.orig/files/tables-mysql.sql 2007-04-27 09:25:40.000000000 +0200 +++ /usr/ports/dns/powerdns/files/tables-mysql.sql 1970-01-01 01:00:00.000000000 +0100 @@ -1,57 +0,0 @@ -SET SESSION sql_mode='ANSI'; - -CREATE TABLE "domains" ( - "id" INTEGER NOT NULL AUTO_INCREMENT, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "master" VARCHAR(40) NOT NULL DEFAULT '', - "account" VARCHAR(40) NOT NULL DEFAULT '', - "notified_serial" INTEGER DEFAULT NULL, - "last_check" INTEGER DEFAULT NULL, - "status" CHAR(1) NOT NULL DEFAULT 'A', -CONSTRAINT "pk_domains_id" - PRIMARY KEY ("id"), -CONSTRAINT "unq_domains_name" - UNIQUE ("name") -) type=InnoDB; - -CREATE INDEX "idx_domains_status_type" ON "domains" ("status","type"); - - - -CREATE TABLE "records" ( - "id" INTEGER NOT NULL AUTO_INCREMENT, - "domain_id" INTEGER NOT NULL, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "ttl" INTEGER DEFAULT NULL, - "prio" INTEGER DEFAULT NULL, - "content" VARCHAR(255) NOT NULL, - "change_date" INTEGER DEFAULT NULL, -CONSTRAINT "pk_records_id" - PRIMARY KEY ("id"), -CONSTRAINT "fk_records_domainid" - FOREIGN KEY ("domain_id") - REFERENCES "domains" ("id") - ON UPDATE CASCADE - ON DELETE CASCADE -) type=InnoDB; - -CREATE INDEX "idx_records_name_type" ON "records" ("name","type"); -CREATE INDEX "idx_records_type" ON "records" ("type"); - - - -CREATE TABLE "supermasters" ( - "ip" VARCHAR(40) NOT NULL, - "nameserver" VARCHAR(255) NOT NULL, - "account" VARCHAR(40) NOT NULL DEFAULT '' -); - -CREATE INDEX "idx_smip_smns" ON "supermasters" ("ip","nameserver"); - - - -GRANT SELECT ON "supermasters" TO "powerdns"; -GRANT ALL ON "domains" TO "powerdns"; -GRANT ALL ON "records" TO "powerdns"; diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/tables-pgsql.sql /usr/ports/dns/powerdns/files/tables-pgsql.sql --- /usr/ports/dns/powerdns.orig/files/tables-pgsql.sql 2007-04-27 09:25:40.000000000 +0200 +++ /usr/ports/dns/powerdns/files/tables-pgsql.sql 1970-01-01 01:00:00.000000000 +0100 @@ -1,57 +0,0 @@ -CREATE TABLE "domains" ( - "id" SERIAL NOT NULL, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "master" VARCHAR(40) NOT NULL DEFAULT '', - "account" VARCHAR(40) NOT NULL DEFAULT '', - "notified_serial" INTEGER DEFAULT NULL, - "last_check" INTEGER DEFAULT NULL, - "status" CHAR(1) NOT NULL DEFAULT 'A', -CONSTRAINT "pk_domains_id" - PRIMARY KEY ("id"), -CONSTRAINT "unq_domains_name" - UNIQUE ("name") -); - -CREATE INDEX "idx_domains_status_type" ON "domains" ("status","type"); - - - -CREATE TABLE "records" ( - "id" SERIAL NOT NULL, - "domain_id" INTEGER NOT NULL, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "ttl" INTEGER DEFAULT NULL, - "prio" INTEGER DEFAULT NULL, - "content" VARCHAR(255) NOT NULL, - "change_date" INTEGER DEFAULT NULL, -CONSTRAINT "pk_records_id" - PRIMARY KEY ("id"), -CONSTRAINT "fk_records_domainid" - FOREIGN KEY ("domain_id") - REFERENCES domains ("id") - ON UPDATE CASCADE - ON DELETE CASCADE -); - -CREATE INDEX "idx_records_name_type" ON "records" ("name","type"); -CREATE INDEX "idx_records_type" ON "records" ("type"); - - - -CREATE TABLE "supermasters" ( - "ip" VARCHAR(40) NOT NULL, - "nameserver" VARCHAR(255) NOT NULL, - "account" VARCHAR(40) NOT NULL DEFAULT '' -); - -CREATE INDEX "idx_smaster_ip_ns" ON "supermasters" ("ip","nameserver"); - - - -GRANT SELECT ON "supermasters" TO "powerdns"; -GRANT ALL ON "domains" TO "powerdns"; -GRANT ALL ON "domains_id_seq" TO "powerdns"; -GRANT ALL ON "records" TO "powerdns"; -GRANT ALL ON "records_id_seq" TO "powerdns"; diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/files/tables-sqlite.sql /usr/ports/dns/powerdns/files/tables-sqlite.sql --- /usr/ports/dns/powerdns.orig/files/tables-sqlite.sql 2007-04-27 09:25:40.000000000 +0200 +++ /usr/ports/dns/powerdns/files/tables-sqlite.sql 1970-01-01 01:00:00.000000000 +0100 @@ -1,51 +0,0 @@ -CREATE TABLE "domains" ( - "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "master" VARCHAR(40) NOT NULL DEFAULT '', - "account" VARCHAR(40) NOT NULL DEFAULT '', - "notified_serial" INTEGER DEFAULT NULL, - "last_check" INTEGER DEFAULT NULL, - "status" CHAR(1) NOT NULL DEFAULT 'A', -CONSTRAINT "unq_domains_name" - UNIQUE ("name") -); - -CREATE INDEX "idx_domains_status_type" ON "domains" ("status","type"); - - - -CREATE TABLE "records" ( - "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, - "domain_id" INTEGER NOT NULL, - "name" VARCHAR(255) NOT NULL, - "type" VARCHAR(6) NOT NULL, - "ttl" INTEGER DEFAULT NULL, - "prio" INTEGER DEFAULT NULL, - "content" VARCHAR(255) NOT NULL, - "change_date" INTEGER DEFAULT NULL, -CONSTRAINT "fk_records_domainid" - FOREIGN KEY ("domain_id") - REFERENCES "domains" ("id") - ON UPDATE CASCADE - ON DELETE CASCADE -); - -CREATE INDEX "idx_records_name_type" ON "records" ("name","type"); -CREATE INDEX "idx_records_type" ON "records" ("type"); - - - -CREATE TABLE "supermasters" ( - "ip" VARCHAR(40) NOT NULL, - "nameserver" VARCHAR(255) NOT NULL, - "account" VARCHAR(40) NOT NULL DEFAULT '' -); - -CREATE INDEX "idx_smip_smns" ON "supermasters" ("ip","nameserver"); - - - -GRANT SELECT ON "supermasters" TO "powerdns"; -GRANT ALL ON "domains" TO "powerdns"; -GRANT ALL ON "records" TO "powerdns"; diff -ruN --exclude=CVS /usr/ports/dns/powerdns.orig/pkg-plist /usr/ports/dns/powerdns/pkg-plist --- /usr/ports/dns/powerdns.orig/pkg-plist 2009-02-01 17:51:56.000000000 +0100 +++ /usr/ports/dns/powerdns/pkg-plist 2011-04-15 12:00:32.000000000 +0200 @@ -1,38 +1,44 @@ +bin/dnsreplay bin/pdns_control +bin/pdnssec bin/zone2ldap bin/zone2sql sbin/pdns_server %%WITHPGSQL%%lib/libgpgsqlbackend.a %%WITHPGSQL%%lib/libgpgsqlbackend.la %%WITHPGSQL%%lib/libgpgsqlbackend.so +%%WITHPGSQL%%lib/libgpgsqlbackend.so.0 %%WITHMYSQL%%lib/libgmysqlbackend.a %%WITHMYSQL%%lib/libgmysqlbackend.la %%WITHMYSQL%%lib/libgmysqlbackend.so +%%WITHMYSQL%%lib/libgmysqlbackend.so.0 %%WITHSQLITE%%lib/libgsqlitebackend.a %%WITHSQLITE%%lib/libgsqlitebackend.la %%WITHSQLITE%%lib/libgsqlitebackend.so +%%WITHSQLITE%%lib/libgsqlitebackend.so.0 %%WITHSQLITE3%%lib/libgsqlite3backend.a %%WITHSQLITE3%%lib/libgsqlite3backend.la %%WITHSQLITE3%%lib/libgsqlite3backend.so +%%WITHSQLITE3%%lib/libgsqlite3backend.so.0 %%WITHOPENLDAP%%lib/libldapbackend.a %%WITHOPENLDAP%%lib/libldapbackend.la %%WITHOPENLDAP%%lib/libldapbackend.so +%%WITHOPENLDAP%%lib/libldapbackend.so.0 %%WITHOPENDBX%%lib/libopendbxbackend.a %%WITHOPENDBX%%lib/libopendbxbackend.la %%WITHOPENDBX%%lib/libopendbxbackend.so +%%WITHOPENDBX%%lib/libopendbxbackend.so.0 %%WITHGEO%%lib/libgeobackend.a %%WITHGEO%%lib/libgeobackend.la %%WITHGEO%%lib/libgeobackend.so +%%WITHGEO%%lib/libgeobackend.so.0 lib/libpipebackend.a lib/libpipebackend.la lib/libpipebackend.so +lib/libpipebackend.so.0 @unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi etc/pdns/pdns.conf-dist @exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pdns.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-mssql_or_sybase.sql -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-mysql.sql -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-pgsql.sql -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tables-sqlite.sql %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrmtry etc/pdns --- powerdns-3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 12: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 29DE010656B0 for ; Mon, 1 Aug 2011 12: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 E59C38FC16 for ; Mon, 1 Aug 2011 12: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 p71C0JIl065708 for ; Mon, 1 Aug 2011 12: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 p71C0Jjt065706; Mon, 1 Aug 2011 12:00:19 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 12:00:19 GMT Resent-Message-Id: <201108011200.p71C0Jjt065706@freefall.freebsd.org> 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 31C59106564A for ; Mon, 1 Aug 2011 11:55:23 +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 02B078FC08 for ; Mon, 1 Aug 2011 11:55:22 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 1D5A5BF0; Mon, 1 Aug 2011 19:54:29 +0800 (CST) Message-Id: <20110801115429.1D5A5BF0@sunpoet.net> Date: Mon, 1 Aug 2011 19:54:29 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159350: [PATCH] Mk/bsd.perl.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 12:00:20 -0000 >Number: 159350 >Category: ports >Synopsis: [PATCH] Mk/bsd.perl.mk >Confidential: no >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 Aug 01 12:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST 2011 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: - Update USE_PERL5_REASON message as we have lang/perl5.14 in ports tree >How-To-Repeat: >Fix: --- bsd.perl.mk.patch begins here --- Index: bsd.perl.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.perl.mk,v retrieving revision 1.20 diff -u -r1.20 bsd.perl.mk --- bsd.perl.mk 3 Jul 2011 15:51:18 -0000 1.20 +++ bsd.perl.mk 1 Aug 2011 11:48:42 -0000 @@ -153,7 +153,7 @@ .if ${want_perl_sign} == "+" .if ${USE_PERL5_LEVEL} > ${masked_PERL_LEVEL} -USE_PERL5_REASON?= requires Perl ${want_perl_ver} or later, install lang/perl5.8 or lang/perl5.10 or lang/perl5.12 and try again +USE_PERL5_REASON?= requires Perl ${want_perl_ver} or later, install lang/perl5.8, lang/perl5.10, lang/perl5.12 or lang/perl5.14 and try again IGNORE= ${USE_PERL5_REASON} .endif # ${USE_PERL5_LEVEL} > ${masked_PERL_LEVEL} .elif ${want_perl_sign} == "" --- bsd.perl.mk.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 12:00: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 EA55D106567E; Mon, 1 Aug 2011 12:00:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C31C98FC16; Mon, 1 Aug 2011 12:00: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 p71C0ugE067330; Mon, 1 Aug 2011 12:00:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71C0u9a067311; Mon, 1 Aug 2011 12:00:56 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 12:00:56 GMT Message-Id: <201108011200.p71C0u9a067311@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159350: [PATCH] Mk/bsd.perl.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 12:00:57 -0000 Synopsis: [PATCH] Mk/bsd.perl.mk Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 1 12:00:55 UTC 2011 Responsible-Changed-Why: bsd.perl.mk is perl territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159350 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 12:43: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 DAF8E1065672; Mon, 1 Aug 2011 12:43: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 B3C558FC0C; Mon, 1 Aug 2011 12:43: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 p71ChwuH012949; Mon, 1 Aug 2011 12:43:58 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71Chwjb012945; Mon, 1 Aug 2011 12:43:58 GMT (envelope-from culot) Date: Mon, 1 Aug 2011 12:43:58 GMT Message-Id: <201108011243.p71Chwjb012945@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159342: UPDATE: www/httpsqs-1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 12:43:58 -0000 Synopsis: UPDATE: www/httpsqs-1.7 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Mon Aug 1 12:43:58 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159342 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 12:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BB99106566C for ; Mon, 1 Aug 2011 12:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 70DAE8FC08 for ; Mon, 1 Aug 2011 12:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71CoBVj013736 for ; Mon, 1 Aug 2011 12:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71CoBRp013735; Mon, 1 Aug 2011 12:50:11 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 12:50:11 GMT Message-Id: <201108011250.p71CoBRp013735@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hon-Yu Lawrence Cheung Cc: Subject: Re: ports/159339: [new port] deskutils/rednotebook: A modern journal written in python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hon-Yu Lawrence Cheung List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 12:50:11 -0000 The following reply was made to PR ports/159339; it has been noted by GNATS. From: Hon-Yu Lawrence Cheung To: bug-followup@FreeBSD.org, cheunghonyu@gmail.com Cc: Subject: Re: ports/159339: [new port] deskutils/rednotebook: A modern journal written in python Date: Mon, 1 Aug 2011 20:45:55 +0800 --000e0ce0d81a2188af04a97103d3 Content-Type: multipart/alternative; boundary=000e0ce0d81a2188a804a97103d1 --000e0ce0d81a2188a804a97103d1 Content-Type: text/plain; charset=UTF-8 Upload a PORTREVISION=1 Makefile here Updated reason: I test the program after installation. I found one run-time error in log. A procedure in /usr/local/lib/python2.7/site-packages/rednotebook/util/filesystem.py calls /usr/local/bin/xdg-open to open a file/url. /usr/local/bin/xdg is not installed by default in FreeBSD. /usr/local/bin/xdg is in the /devel/xdg-utils port. Changing Log: PORTREVISION change to 1 add one more entry into RUN_DEPENDS (add /devel/xdg-utils ) Rgds, Hon-Yu Lawrence Cheung --000e0ce0d81a2188a804a97103d1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Upload a PORTREVISION=3D1 Makefile here

Updated reason:
I test th= e program after installation. I found one run-time error in log.
A proce= dure in /usr/local/lib/python2.7/site-packages/rednotebook/util/filesystem.= py calls /usr/local/bin/xdg-open to open a file/url.
/usr/local/bin/xdg is not installed by default in FreeBSD.
/usr/local/bi= n/xdg is in the /devel/xdg-utils port.

Changing Log:
PORTREVISION= change to 1
add one more entry into RUN_DEPENDS (add /devel/xdg-utils )=

Rgds,
Hon-Yu Lawrence Cheung
--000e0ce0d81a2188a804a97103d1-- --000e0ce0d81a2188af04a97103d3 Content-Type: text/plain; charset=US-ASCII; name="Makefile.txt" Content-Disposition: attachment; filename="Makefile.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gqtf9hse0 IyBQb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjoJcmVkbm90ZWJvb2sKIyBEYXRlIGNyZWF0 ZWQ6CQkJCU1vbiBBdWd1ZXN0IDEsIDIwMTEKIyBXaG9tOgkJCQkJSG9uLVl1IExhd3JlbmNlIENo ZXVuZyAoY2hldW5naG9ueXVAZ21haWwuY29tKQojCiMgJEZyZWVCU0QkCiMKClBPUlROQU1FPQkJ cmVkbm90ZWJvb2sKUE9SVFZFUlNJT049CQkxLjEuNwpQT1JUUkVWSVNJT049CQkxCkNBVEVHT1JJ RVM9CQlkZXNrdXRpbHMgcHl0aG9uCk1BU1RFUl9TSVRFUz0JCSR7TUFTVEVSX1NJVEVfU09VUkNF Rk9SR0V9Ck1BU1RFUl9TSVRFX1NVQkRJUj0JcmVkbm90ZWJvb2sKUEtHTkFNRVBSRUZJWD0JCSR7 UFlUSE9OX1BLR05BTUVQUkVGSVh9CgpNQUlOVEFJTkVSPQkJY2hldW5naG9ueXVAZ21haWwuY29t CkNPTU1FTlQ9CQlBIG1vZGVybiBqb3VybmFsIHdyaXR0ZW4gaW4gcHl0aG9uCgpMSUNFTlNFPQkJ R1BMdjIKClJVTl9ERVBFTkRTPQkJJHtQWVRIT05fU0lURUxJQkRJUn0veWFtbC9fX2luaXRfXy5w eToke1BPUlRTRElSfS9kZXZlbC9weS15YW1sIFwKCQkJJHtQWVRIT05fU0lURUxJQkRJUn0vd2Vi a2l0L19faW5pdF9fLnB5OiR7UE9SVFNESVJ9L3d3dy9weS13ZWJraXRndGsgXAoJCQkke1BZVEhP Tl9TSVRFTElCRElSfS9jaGFyZGV0L19faW5pdF9fLnB5OiR7UE9SVFNESVJ9L3RleHRwcm9jL3B5 LWNoYXJkZXQgXAoJCQkke0xPQ0FMQkFTRX0vYmluL3hkZy1vcGVuOiR7UE9SVFNESVJ9L2RldmVs L3hkZy11dGlscwoKVVNFX0dFVFRFWFQ9CQl5ZXMKCklOU1RBTExTX0lDT05TPQkJeWVzCgpVU0Vf R05PTUU9CQlweWd0azIKClVTRV9QWVRIT049CQkyLjUtMi43ClVTRV9QWURJU1RVVElMUz0JeWVz CgouaW5jbHVkZSA8YnNkLnBvcnQubWs+Cg== --000e0ce0d81a2188af04a97103d3-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 13: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 D8C5B106568D for ; Mon, 1 Aug 2011 13:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 501038FC13 for ; Mon, 1 Aug 2011 13: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 p71D0Qd1021919 for ; Mon, 1 Aug 2011 13:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71D0Q7Q021918; Mon, 1 Aug 2011 13:00:26 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 13:00:26 GMT Message-Id: <201108011300.p71D0Q7Q021918@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ralf van der Enden Cc: Subject: Re: ports/159349: [MAINTAINER] dns/powerdns: update to 3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ralf van der Enden List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 13:00:32 -0000 The following reply was made to PR ports/159349; it has been noted by GNATS. From: Ralf van der Enden To: bug-followup@FreeBSD.org, tremere@cainites.net Cc: Subject: Re: ports/159349: [MAINTAINER] dns/powerdns: update to 3.0 Date: Mon, 01 Aug 2011 13:59:53 +0200 Please add the following text to /usr/ports/UPDATING (date might need an update): ----------------------------------------------------------------------------------------------------------------------- 20110801: AFFECTS: users of dns/powerdns AUTHOR: tremere@cainites.net The port has been updated to PowerDNS 3.0, which includes support for DNSSEC. Before upgrading please read the the following: http://doc.powerdns.com/upgrades.html#from2.9to3.0 Make sure to read the documentation and wiki on http://powerdnssec.org/ on how to enable DNSSEC mode in the configuration-file and for the necessary database changes!!! Take note that not all backends support DNSSEC!!! The ones that do are BIND, SQLite3 and Generic MySQL and PgSQL (http://doc.powerdns.com) As of this version 3 new dependencies are required to build: - lang/lua - security/botan and - security/cryptopp ----------------------------------------------------------------------------------------------------------------------- Thanks. Best regards, Ralf van der Enden DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 13:30:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31161106566C for ; Mon, 1 Aug 2011 13:30: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 1FDB68FC13 for ; Mon, 1 Aug 2011 13:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71DUFJT048871 for ; Mon, 1 Aug 2011 13:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71DUFid048868; Mon, 1 Aug 2011 13:30:15 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 13:30:15 GMT Message-Id: <201108011330.p71DUFid048868@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Krzysztof Stryjek Cc: Subject: Re: Re: ports/159223: [PATCH] net-mgmt/collectd: update to 5.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 13:30:16 -0000 The following reply was made to PR ports/159223; it has been noted by GNATS. From: Krzysztof Stryjek To: bug-followup@FreeBSD.org Cc: Subject: Re: Re: ports/159223: [PATCH] net-mgmt/collectd: update to 5.0.0 Date: Mon, 1 Aug 2011 15:23:36 +0200 Hello, On Wed, Jul 27, 2011 at 07:10:16AM +0000, Edwin Groothuis wrote: > Maintainer of net-mgmt/collectd, > > Please note that PR ports/159223 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/159223 > I think it is good idea to make a new port net-mgmt/collectd5. According to http://www.collectd.org/wiki/index.php/V4_to_v5_migration_guide there is many differences between collectd4 (current ports version) and collectd5. I think there could be many production installations of collectd, so this update could very problematic. So my conclusion it to make a new port. Greetings, P.S. Sorry for late answer, but I was on vacations. -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 13: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 A6C021065672 for ; Mon, 1 Aug 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 839C58FC1C for ; Mon, 1 Aug 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 p71DeACn059618 for ; Mon, 1 Aug 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 p71DeA6m059617; Mon, 1 Aug 2011 13:40:10 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 13:40:10 GMT Resent-Message-Id: <201108011340.p71DeA6m059617@freefall.freebsd.org> 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 Smolenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46F2106566B for ; Mon, 1 Aug 2011 13:34:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C9AFB8FC12 for ; Mon, 1 Aug 2011 13:34: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 p71DYBZX087712 for ; Mon, 1 Aug 2011 13:34:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71DYBCx087693; Mon, 1 Aug 2011 13:34:11 GMT (envelope-from nobody) Message-Id: <201108011334.p71DYBCx087693@red.freebsd.org> Date: Mon, 1 Aug 2011 13:34:11 GMT From: Emil Smolenski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159354: [PATCH] net-mgmt/net-snmp doesn't build without /dev/kmem [regression] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 13:40:10 -0000 >Number: 159354 >Category: ports >Synopsis: [PATCH] net-mgmt/net-snmp doesn't build without /dev/kmem [regression] >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 Aug 01 13:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Emil Smolenski >Release: FreeBSD 8.2-STABLE >Organization: >Environment: FreeBSD testsnmp 8.2-STABLE FreeBSD 8.2-STABLE #6: Fri Jul 15 11:46:06 CEST 2011 root@arrow:/usr/obj/usr/src/sys/ARROW amd64 >Description: Port net-mgmt/net-snmp fails to build when /dev/kmem file is not available (eg. in jail): /bin/sh ../libtool --mode=link cc -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Ufreebsd8 -Dfreebsd8=freebsd8 -DAPPLLIB_EXP="/usr/local/lib/perl5/5.12.4/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/lib/perl5/5.12.4/mach/CORE -o snmpd snmpd.lo -L../snmplib/.libs -L../snmplib -L./.libs -L/usr/lib -lm -lkvm -ldevstat libnetsnmpagent.la libnetsnmpmibs.la ../snmplib/libnetsnmp.la -lelf -lssp_nonshared -Wl,-R/usr/local/lib/perl5/5.12.4/mach/CORE libtool: link: cc -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Ufreebsd8 -Dfreebsd8=freebsd8 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.12.4/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/lib/perl5/5.12.4/mach/CORE -o .libs/snmpd .libs/snmpd.o -Wl,-R/usr/local/lib/perl5/5.12.4/mach/CORE -L../snmplib/.libs -L../snmplib -L./.libs -L/usr/lib ./.libs/libnetsnmpagent.so -L/usr/local/lib -L/usr/local/lib/perl5/5.12.4/mach/CORE ./.libs/libnetsnmpmibs.so /var/ports/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7/agent/.libs/libnetsnmpagent.so -lwrap -lperl -lcrypt -lutil /var/ports/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7/snmplib/.libs/libnetsnmp.so ../snmplib/.libs/libnetsnmp.so -lm -lkvm -ldevstat -lcrypto -lelf -lssp_nonshared -Wl,-rpath -Wl,/usr/local/lib ./.libs/libnetsnmpmibs.so: undefined reference to `kd' *** Error code 1 Stop in /var/ports/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7/agent. *** Error code 1 Stop in /var/ports/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7. *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp. *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp. I think this change is the cause of this issue: http://net-snmp.svn.sourceforge.net/viewvc/net-snmp/trunk/net-snmp/acconfig.h?r1=19436&r2=19435&pathrev=19436 >How-To-Repeat: # cd /usr/ports/net-mgmt/net-snmp # make >Fix: Put attached file in /usr/ports/net-mgmt/net-snmp/files directory. Patch attached with submission follows: --- include/net-snmp/net-snmp-config.h.in.orig 2011-08-01 11:29:54.355677478 +0000 +++ include/net-snmp/net-snmp-config.h.in 2011-08-01 11:30:08.191927270 +0000 @@ -2061,7 +2061,7 @@ #define UCD_SNMP_LIBRARY 1 /* final conclusion on nlist usage */ -#if defined(HAVE_NLIST) && defined(HAVE_STRUCT_NLIST_N_VALUE) && !defined(NETSNMP_DONT_USE_NLIST) && defined(HAVE_KMEM) && !defined(NETSNMP_NO_KMEM_USAGE) +#if defined(HAVE_NLIST) && defined(HAVE_STRUCT_NLIST_N_VALUE) && !defined(NETSNMP_DONT_USE_NLIST) && !defined(NETSNMP_NO_KMEM_USAGE) #define NETSNMP_CAN_USE_NLIST #endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 13:40: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 0ECB41065670; Mon, 1 Aug 2011 13:40:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB14D8FC17; Mon, 1 Aug 2011 13:40:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71Deqa6064475; Mon, 1 Aug 2011 13:40:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71DeqmW064464; Mon, 1 Aug 2011 13:40:52 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 13:40:52 GMT Message-Id: <201108011340.p71DeqmW064464@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159354: [PATCH] net-mgmt/net-snmp doesn't build without /dev/kmem [regression] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 13:40:53 -0000 Synopsis: [PATCH] net-mgmt/net-snmp doesn't build without /dev/kmem [regression] Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 1 13:40:52 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159354 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 15: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 6F7AC106566B for ; Mon, 1 Aug 2011 15: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 49F808FC1E for ; Mon, 1 Aug 2011 15: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 p71FABbU039892 for ; Mon, 1 Aug 2011 15: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 p71FABel039891; Mon, 1 Aug 2011 15:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 15:10:11 GMT Resent-Message-Id: <201108011510.p71FABel039891@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Kochergin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DA5A106566C for ; Mon, 1 Aug 2011 15:02:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 836D18FC12 for ; Mon, 1 Aug 2011 15:02: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 p71F2Bkp040972 for ; Mon, 1 Aug 2011 15:02:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71F2Bwi040971; Mon, 1 Aug 2011 15:02:11 GMT (envelope-from nobody) Message-Id: <201108011502.p71F2Bwi040971@red.freebsd.org> Date: Mon, 1 Aug 2011 15:02:11 GMT From: Boris Kochergin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159358: [UPDATE] sysutils/geomWatch to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 15:10:11 -0000 >Number: 159358 >Category: ports >Synopsis: [UPDATE] sysutils/geomWatch to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 15:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Boris Kochergin >Release: 9.0-CURRENT >Organization: New York Internet >Environment: FreeBSD t42 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Fri Jun 24 10:13:30 EDT 2011 root@t42:/usr/obj/usr/src/sys/GENERIC i386 >Description: * New features: * Added support for ZFS version 28. * Added a -t command-line option for testing SMTP configuration. * Bug fixes: * SMTP error messages from previous attempts to send mail are no longer carried over and prepended to new ones. * Fixed a bug that caused all e-mail after the first one to be sent to only the last configured recipient. * The value of the "from" configuration parameter should not be sent as the SMTP envelope sender, as that has the possibility of violating RFC 2821. Consequently, the "from" configuration parameter has been replaced by the "senderName" and "senderAddress" parameters, from which a correct envelope sender and "From" message header will be generated. So as not to break existing configuration files, if the "senderName" parameter is missing, it will be set to "GEOM Watch", and if the "senderAddress" parameter is missing, it will be set to "geomwatch@" followed by the system's hostname. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN geomWatch.old/Makefile geomWatch/Makefile --- geomWatch.old/Makefile 2010-06-03 18:03:14.000000000 -0400 +++ geomWatch/Makefile 2011-08-01 10:49:17.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= geomWatch -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= sysutils MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \ http://bk.macroblock.net/${PORTNAME}/ @@ -28,6 +28,12 @@ .elif ${OSVERSION} < 702102 || \ (${OSVERSION} >= 800000 && ${OSVERSION} < 800054) MAKE_ARGS+= WITH_ZFS=6 +.elif (${OSVERSION} >= 702102 && ${OSVERSION} < 800000) || \ + (${OSVERSION} >= 800054 && ${OSVERSION} < 802506) || \ + (${OSVERSION} >= 900000 && ${OSVERSION} < 900033) +MAKE_ARGS+= WITH_ZFS=13 +.else +MAKE_ARGS+= WITH_ZFS=28 .endif post-install: diff -ruN geomWatch.old/distinfo geomWatch/distinfo --- geomWatch.old/distinfo 2011-03-19 12:06:22.000000000 -0400 +++ geomWatch/distinfo 2011-08-01 10:51:40.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (geomWatch-1.2.2.tbz) = 24bf1c23f9bb1a2fe4ea61835ad9dd8bfcdfc261f20339ba4fdcca049ec59ad0 -SIZE (geomWatch-1.2.2.tbz) = 82665 +SHA256 (geomWatch-1.3.0.tbz) = ef81cbaf27558d9e957f924697e681d20cc2e44fafa0eff6c192fd2c1c242570 +SIZE (geomWatch-1.3.0.tbz) = 128787 diff -ruN geomWatch.old/files/pkg-message.in geomWatch/files/pkg-message.in --- geomWatch.old/files/pkg-message.in 2010-05-17 00:06:18.000000000 -0400 +++ geomWatch/files/pkg-message.in 2011-08-01 10:13:47.000000000 -0400 @@ -8,3 +8,7 @@ %%PREFIX%%/etc/rc.d/geomWatch start +You can also test your SMTP configuration by running the following command: + +%%PREFIX%%/sbin/geomWatch -t + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 15:47: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 1DEAF1065674; Mon, 1 Aug 2011 15:47:24 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E99F78FC17; Mon, 1 Aug 2011 15:47: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 p71FlNZO077078; Mon, 1 Aug 2011 15:47:23 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71FlMJt077057; Mon, 1 Aug 2011 17:47:22 +0200 (CEST) (envelope-from jlaffaye) Date: Mon, 1 Aug 2011 17:47:22 +0200 (CEST) Message-Id: <201108011547.p71FlMJt077057@freefall.freebsd.org> To: moggie@elasticmind.net, jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159166: [UPDATE] www/py-werkzeug to 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: Mon, 01 Aug 2011 15:47:24 -0000 Synopsis: [UPDATE] www/py-werkzeug to 0.7 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Mon Aug 1 17:47:22 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159166 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 16:41: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 84BC81065672; Mon, 1 Aug 2011 16:41:56 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBA48FC08; Mon, 1 Aug 2011 16:41: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 p71Gfu6B033496; Mon, 1 Aug 2011 16:41:56 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71Gfu91033492; Mon, 1 Aug 2011 18:41:56 +0200 (CEST) (envelope-from jlaffaye) Date: Mon, 1 Aug 2011 18:41:56 +0200 (CEST) Message-Id: <201108011641.p71Gfu91033492@freefall.freebsd.org> To: "Marco Brömarco.broeder@gmx.euöder" , jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/158872: [maintainer-update] [patch] devel/diffuse: Update to 0.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: Mon, 01 Aug 2011 16:41:56 -0000 Synopsis: [maintainer-update] [patch] devel/diffuse: Update to 0.4.5 State-Changed-From-To: open->closed State-Changed-By: jlaffaye State-Changed-When: Mon Aug 1 18:39:19 CEST 2011 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=158872 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 16:50:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45A491065673 for ; Mon, 1 Aug 2011 16:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35F6E8FC08 for ; Mon, 1 Aug 2011 16:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71GoER4034431 for ; Mon, 1 Aug 2011 16:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71GoE84034430; Mon, 1 Aug 2011 16:50:14 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 16:50:14 GMT Message-Id: <201108011650.p71GoE84034430@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/158872: 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, 01 Aug 2011 16:50:14 -0000 The following reply was made to PR ports/158872; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158872: commit references a PR Date: Mon, 1 Aug 2011 16:38:27 +0000 (UTC) jlaffaye 2011-08-01 16:38:18 UTC FreeBSD ports repository Modified files: devel/diffuse Makefile distinfo pkg-descr pkg-plist Log: Update to 0.4.5 PR: ports/158872 Submitted by: Marco Bröder (maintainer) Revision Changes Path 1.14 +17 -42 ports/devel/diffuse/Makefile 1.9 +2 -2 ports/devel/diffuse/distinfo 1.2 +2 -2 ports/devel/diffuse/pkg-descr 1.9 +5 -8 ports/devel/diffuse/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 Mon Aug 1 17: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 55866106567B for ; Mon, 1 Aug 2011 17: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 D16278FC27 for ; Mon, 1 Aug 2011 17: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 p71H0LsY042494 for ; Mon, 1 Aug 2011 17: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 p71H0Lhh042493; Mon, 1 Aug 2011 17:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 17:00:21 GMT Resent-Message-Id: <201108011700.p71H0Lhh042493@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D35EE106566C for ; Mon, 1 Aug 2011 16:56:30 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 971208FC12 for ; Mon, 1 Aug 2011 16:56:30 +0000 (UTC) Received: by qwc9 with SMTP id 9so4046600qwc.13 for ; Mon, 01 Aug 2011 09:56:29 -0700 (PDT) Received: by 10.52.175.167 with SMTP id cb7mr4622719vdc.74.1312217789769; Mon, 01 Aug 2011 09:56:29 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net [71.61.40.68]) by mx.google.com with ESMTPS id fc7sm544764vdc.0.2011.08.01.09.56.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Aug 2011 09:56:26 -0700 (PDT) Message-Id: <4e36daba.87b9340a.7b09.142e@mx.google.com> Date: Mon, 01 Aug 2011 09:56:26 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159359: [MAINTAINER] finance/libalkimia: Update to 4.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 17:00:29 -0000 >Number: 159359 >Category: ports >Synopsis: [MAINTAINER] finance/libalkimia: Update to 4.3.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 Aug 01 17:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 8.2-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386 >Description: - Update finance/libalkimia to 4.3.1 - this version is required for shortly upcoming finance/kmymoney-kde4 update - Pet portlint by moving LICENSE >How-To-Repeat: Use attached diff >Fix: --- 2011-08-01-libalkimia.diff begins here --- diff -ruN libalkimia.orig/Makefile libalkimia/Makefile --- libalkimia.orig/Makefile 2011-08-01 12:04:13.000000000 -0400 +++ libalkimia/Makefile 2011-08-01 12:17:19.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libalkimia -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.1 CATEGORIES= finance kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 137323-${PORTNAME}-${PORTVERSION} @@ -14,6 +14,8 @@ MAINTAINER= bsdkaffee@gmail.com COMMENT= Financial data handling library for KDE4 +LICENSE= LGPL21 + LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes @@ -22,8 +24,6 @@ USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build -LICENSE= LGPL21 - MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes @@ -32,7 +32,7 @@ post-patch: @${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \ - -e 's|KDE4_INCLUDE_DIR|INCLUDE_INSTALL_DIR|g' \ + -e 's|KDE4_DATA_DIR|DATA_INSTALL_DIR|g' \ -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \ ${WRKSRC}/CMakeLists.txt \ ${WRKSRC}/libalkimia.pc.in diff -ruN libalkimia.orig/distinfo libalkimia/distinfo --- libalkimia.orig/distinfo 2011-08-01 12:04:13.000000000 -0400 +++ libalkimia/distinfo 2011-08-01 12:05:58.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (137323-libalkimia-4.3.0.tar.bz2) = ea888c5ab72b165f732146275898b5a4e082e65f8d690905e3edf95f33ba997a -SIZE (137323-libalkimia-4.3.0.tar.bz2) = 25264 +SHA256 (137323-libalkimia-4.3.1.tar.bz2) = 69a46d017350c2c5cc8d77d419cb4caf1d9d323a5bbc82c9d44113c6817bb2d0 +SIZE (137323-libalkimia-4.3.1.tar.bz2) = 30529 diff -ruN libalkimia.orig/pkg-plist libalkimia/pkg-plist --- libalkimia.orig/pkg-plist 2011-08-01 12:04:13.000000000 -0400 +++ libalkimia/pkg-plist 2011-08-01 12:28:14.000000000 -0400 @@ -1,7 +1,10 @@ include/alkimia/alk_export.h +include/alkimia/alkcompany.h +include/alkimia/alkquoteitem.h include/alkimia/alkvalue.h lib/libalkimia.so lib/libalkimia.so.4 -lib/libalkimia.so.4.3.0 +lib/libalkimia.so.4.3.1 libdata/pkgconfig/libalkimia.pc +share/apps/cmake/modules/FindLibAlkimia.cmake @dirrm include/alkimia --- 2011-08-01-libalkimia.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 F2276106566B for ; Mon, 1 Aug 2011 17: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 C8B048FC18 for ; Mon, 1 Aug 2011 17: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 p71HABDI051310 for ; Mon, 1 Aug 2011 17: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 p71HABeG051308; Mon, 1 Aug 2011 17:10:11 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 17:10:11 GMT Message-Id: <201108011710.p71HABeG051308@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Phil Phillips Cc: Subject: Re: ports/159317: net-mgmt/zenoss - missing log directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Phillips List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 17:10:12 -0000 The following reply was made to PR ports/159317; it has been noted by GNATS. From: Phil Phillips To: bug-followup@FreeBSD.org, freebsd@deman.com Cc: Subject: Re: ports/159317: net-mgmt/zenoss - missing log directory Date: Mon, 01 Aug 2011 10:00:59 -0700 The init script included with zenoss (see pkg-message) creates the log directory, along with everything else needed to get an initial setup going. To run: # service zenoss init or # /usr/local/etc/rc.d/zenoss init Thanks for trying out zenoss on FreeBSD! :) -Phil From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 17:30:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F9781065674 for ; Mon, 1 Aug 2011 17:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0A838FC18 for ; Mon, 1 Aug 2011 17:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71HUGpI069735 for ; Mon, 1 Aug 2011 17:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71HUGVn069732; Mon, 1 Aug 2011 17:30:16 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 17:30:16 GMT Resent-Message-Id: <201108011730.p71HUGVn069732@freefall.freebsd.org> 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 Lidl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C800D106566C for ; Mon, 1 Aug 2011 17:22: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 B7DBD8FC13 for ; Mon, 1 Aug 2011 17:22: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 p71HMUNq093026 for ; Mon, 1 Aug 2011 17:22:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71HMU1C093006; Mon, 1 Aug 2011 17:22:30 GMT (envelope-from nobody) Message-Id: <201108011722.p71HMU1C093006@red.freebsd.org> Date: Mon, 1 Aug 2011 17:22:30 GMT From: Kurt Lidl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159360: analog doesn't decode windows vista/windows 7 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: Mon, 01 Aug 2011 17:30:17 -0000 >Number: 159360 >Category: ports >Synopsis: analog doesn't decode windows vista/windows 7 clients >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 Aug 01 17:30:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kurt Lidl >Release: FreeBSD 8.2-RELEASE (32bit x86) >Organization: Cello Software, LLC >Environment: FreeBSD webserver.fairview-park.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: In the "Operating System Report" section of Analog's output, it summarizes different client operating systems, as reported by the browser's User-Agent string. Analog doesn't know how to figure out what is Windows Vista or Windows 7. >How-To-Repeat: Run analog on a web report, notice the large number "Windows Unknown" entries that largely correspond to the windows vista/windows 7 clients. >Fix: Attached patch extends the files/patch-ab file to understand these two operating systems, along with what ought to be the version number for Windows 8, when it is released. Patch attached with submission follows: --- src/tree.c.orig 2004-12-19 08:51:31.000000000 -0500 +++ src/tree.c 2011-08-01 12:49:29.176805068 -0400 @@ -769,11 +769,13 @@ if (((*name = strstr(whole, "Mosaic")) != NULL && (len = 6)) || ((*name = strstr(whole, "mosaic")) != NULL && (len = 6)) || ((*name = strstr(whole, "Konqueror")) != NULL && (len = 9)) || + ((*name = strstr(whole, "Baiduspider")) != NULL && (len = 11)) || ((*name = strstr(whole, "Galeon")) != NULL && (len = 6)) || ((*name = strstr(whole, "Phoenix")) != NULL && (len = 7)) || ((*name = strstr(whole, "Firebird")) != NULL && (len = 8)) || ((*name = strstr(whole, "Firefox")) != NULL && (len = 7)) || ((*name = strstr(whole, "Chimera")) != NULL && (len = 7)) || + ((*name = strstr(whole, "Chrome")) != NULL && (len = 6)) || ((*name = strstr(whole, "Camino")) != NULL && (len = 6)) || ((*name = strstr(whole, "Safari")) != NULL && (len = 6)) || ((*name = strstr(whole, "WebTV")) != NULL && (len = 5)) || @@ -871,7 +873,17 @@ else *name = "Windows:Unknown Windows"; } - else if (*c >= '6' && *c <= '9') + else if (*c == '6') { + if (*(c + 1) == '.' && (*(c + 2) == '0')) + *name = "Windows:Windows Vista"; + else if (*(c + 1) == '.' && (*(c + 2) == '1')) + *name = "Windows:Windows 7"; + else if (*(c + 1) == '.' && (*(c + 2) == '2')) + *name = "Windows:Windows 8"; + else + *name = "Windows:Unknown Windows"; + } + else if (*c >= '7' && *c <= '9') *name = "Windows:Unknown Windows"; else *name = "Windows:Windows NT"; @@ -904,8 +916,16 @@ *name = "Macintosh"; else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL) *name = "Unix:Linux"; - else if (strstr(whole, "BSD") != NULL) - *name = "Unix:BSD"; + else if (strstr(whole, "FreeBSD") != NULL || strstr(whole, "freebsd") != NULL) + *name = "Unix:FreeBSD"; + else if (strstr(whole, "OpenBSD") != NULL || strstr(whole, "openbsd") != NULL) + *name = "Unix:OpenBSD"; + else if (strstr(whole, "NetBSD") != NULL || strstr(whole, "netbsd") != NULL) + *name = "Unix:NetBSD"; + else if (strstr(whole, "BSD/OS") != NULL || strstr(whole, "bsd/os") != NULL) + *name = "Unix:BSD/OS"; + else if (strstr(whole, "BSD") != NULL || strstr(whole, "bsd") != NULL) + *name = "Unix:Unknown BSD"; else if (strstr(whole, "SunOS") != NULL || strstr(whole, "sunos") != NULL) *name = "Unix:SunOS"; else if (strstr(whole, "HP-UX") != NULL || strstr(whole, "HPUX") != NULL || >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 17:30:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8512C1065676 for ; Mon, 1 Aug 2011 17:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 639AF8FC1A for ; Mon, 1 Aug 2011 17:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71HUHZV069770 for ; Mon, 1 Aug 2011 17:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71HUHQ4069765; Mon, 1 Aug 2011 17:30:17 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 17:30:17 GMT Resent-Message-Id: <201108011730.p71HUHQ4069765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alvaro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC5DF106566B for ; Mon, 1 Aug 2011 17:29:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 83CB08FC13 for ; Mon, 1 Aug 2011 17:29:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p71HTq5a007972 for ; Mon, 1 Aug 2011 17:29:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71HTqWs007971; Mon, 1 Aug 2011 17:29:52 GMT (envelope-from nobody) Message-Id: <201108011729.p71HTqWs007971@red.freebsd.org> Date: Mon, 1 Aug 2011 17:29:52 GMT From: Alvaro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159361: fusefs-kmod doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 17:30:17 -0000 >Number: 159361 >Category: ports >Synopsis: fusefs-kmod doesn't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 17:30:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alvaro >Release: FreeBSD 9.0-BETA1 amd64 >Organization: none >Environment: FreeBSD shuttle0.lan 9.0-BETA1 FreeBSD 9.0-BETA1 #0: Sat Jul 30 18:35:07 WEST 2011 netSys@shuttle0.lan:/usr/obj/usr/src/sys/HYDROGEN amd64 >Description: Doesn't compile fusefs-kmod. http://pastie.org/private/gu5kviuzngfhi7gyhmjdiq These ports have been updated today 18:29 GMT0 >How-To-Repeat: # cd /usr/ports/sysutils/fusefs-kmod # make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 17:48: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 E34CA1065678; Mon, 1 Aug 2011 17:48:41 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB7AF8FC21; Mon, 1 Aug 2011 17:48: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 p71HmfUr088556; Mon, 1 Aug 2011 17:48:41 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71Hmf0o088552; Mon, 1 Aug 2011 17:48:41 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 17:48:41 GMT Message-Id: <201108011748.p71Hmf0o088552@freefall.freebsd.org> To: h.skuhra@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159335: [Patch] Update games/klavaro to version 1.9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 17:48:42 -0000 Synopsis: [Patch] Update games/klavaro to version 1.9.3 State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 17:48:27 UTC 2011 State-Changed-Why: committed, thanks. Sorry for the noise, it was a local problem.. http://www.freebsd.org/cgi/query-pr.cgi?pr=159335 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 17: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 052D01065670 for ; Mon, 1 Aug 2011 17: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 E99A08FC08 for ; Mon, 1 Aug 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 p71HoB3W088806 for ; Mon, 1 Aug 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 p71HoBmC088805; Mon, 1 Aug 2011 17:50:11 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 17:50:11 GMT Message-Id: <201108011750.p71HoBmC088805@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159335: 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, 01 Aug 2011 17:50:12 -0000 The following reply was made to PR ports/159335; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159335: commit references a PR Date: Mon, 1 Aug 2011 17:48:21 +0000 (UTC) arved 2011-08-01 17:48:07 UTC FreeBSD ports repository Modified files: games/klavaro Makefile distinfo pkg-plist Log: Update to 1.9.3 PR: 159335 Submitted by: maintainer Revision Changes Path 1.28 +3 -3 ports/games/klavaro/Makefile 1.16 +2 -2 ports/games/klavaro/distinfo 1.14 +5 -1 ports/games/klavaro/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 Mon Aug 1 17:57:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0375E1065673; Mon, 1 Aug 2011 17:57:37 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D033B8FC16; Mon, 1 Aug 2011 17:57: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 p71Hvaga096867; Mon, 1 Aug 2011 17:57:36 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71HvaeS096863; Mon, 1 Aug 2011 17:57:36 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 17:57:36 GMT Message-Id: <201108011757.p71HvaeS096863@freefall.freebsd.org> To: bsdkaffee@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159359: [MAINTAINER] finance/libalkimia: Update to 4.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 17:57:37 -0000 Synopsis: [MAINTAINER] finance/libalkimia: Update to 4.3.1 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 17:57:26 UTC 2011 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=159359 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 E77EC1065670 for ; Mon, 1 Aug 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 D7C7B8FC12 for ; Mon, 1 Aug 2011 18: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 p71I0S6I097023 for ; Mon, 1 Aug 2011 18: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 p71I0SEl097022; Mon, 1 Aug 2011 18:00:28 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 18:00:28 GMT Message-Id: <201108011800.p71I0SEl097022@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159359: 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, 01 Aug 2011 18:00:29 -0000 The following reply was made to PR ports/159359; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159359: commit references a PR Date: Mon, 1 Aug 2011 17:57:31 +0000 (UTC) arved 2011-08-01 17:57:18 UTC FreeBSD ports repository Modified files: finance/libalkimia Makefile distinfo pkg-plist Log: Update to 4.3.1 PR: 159359 Submitted by: maintainer Revision Changes Path 1.2 +4 -4 ports/finance/libalkimia/Makefile 1.2 +2 -2 ports/finance/libalkimia/distinfo 1.2 +4 -1 ports/finance/libalkimia/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 Mon Aug 1 18:03: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 62C30106568A; Mon, 1 Aug 2011 18:03:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E34078FC17; Mon, 1 Aug 2011 18:03: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 p71I3GSO005422; Mon, 1 Aug 2011 18:03:16 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71I3G4b005417; Mon, 1 Aug 2011 18:03:16 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:03:16 GMT Message-Id: <201108011803.p71I3G4b005417@freefall.freebsd.org> To: barbara.xxx1975@libero.it, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159346: www/xpi-live_http_headers: files corruption after last commit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:03:17 -0000 Synopsis: www/xpi-live_http_headers: files corruption after last commit State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 18:03:09 UTC 2011 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=159346 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:05:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28C401065673; Mon, 1 Aug 2011 18:05:40 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 010F68FC12; Mon, 1 Aug 2011 18:05:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71I5dWc005785; Mon, 1 Aug 2011 18:05:39 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71I5dlp005781; Mon, 1 Aug 2011 18:05:39 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:05:39 GMT Message-Id: <201108011805.p71I5dlp005781@freefall.freebsd.org> To: spawk@acm.poly.edu, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159358: [UPDATE] sysutils/geomWatch to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 18:05:40 -0000 Synopsis: [UPDATE] sysutils/geomWatch to 1.3.0 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 18:05:34 UTC 2011 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=159358 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18: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 A6B32106564A for ; Mon, 1 Aug 2011 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 94A238FC14 for ; Mon, 1 Aug 2011 18: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 p71IA9nX005944 for ; Mon, 1 Aug 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 p71IA9uU005943; Mon, 1 Aug 2011 18:10:09 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 18:10:09 GMT Message-Id: <201108011810.p71IA9uU005943@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159346: 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, 01 Aug 2011 18:10:09 -0000 The following reply was made to PR ports/159346; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159346: commit references a PR Date: Mon, 1 Aug 2011 18:03:11 +0000 (UTC) arved 2011-08-01 18:03:02 UTC FreeBSD ports repository Modified files: www/xpi-live_http_headers Makefile Log: Limit DOS2UNIX to text files PR: 159346 Submitted by: Barbara Pointy hat to: arved Revision Changes Path 1.6 +2 -1 ports/www/xpi-live_http_headers/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 Aug 1 18:10:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8972E106566B for ; Mon, 1 Aug 2011 18:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 798208FC1D for ; Mon, 1 Aug 2011 18:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71IABsQ005955 for ; Mon, 1 Aug 2011 18: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 p71IABoF005954; Mon, 1 Aug 2011 18:10:11 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 18:10:11 GMT Message-Id: <201108011810.p71IABoF005954@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159358: 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, 01 Aug 2011 18:10:11 -0000 The following reply was made to PR ports/159358; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159358: commit references a PR Date: Mon, 1 Aug 2011 18:05:34 +0000 (UTC) arved 2011-08-01 18:05:25 UTC FreeBSD ports repository Modified files: sysutils/geomWatch Makefile distinfo sysutils/geomWatch/files pkg-message.in Log: Update to 1.3.0, which supports ZFS version 28 PR: 159358 Submitted by: maintainer Revision Changes Path 1.11 +7 -1 ports/sysutils/geomWatch/Makefile 1.9 +2 -2 ports/sysutils/geomWatch/distinfo 1.5 +4 -0 ports/sysutils/geomWatch/files/pkg-message.in _______________________________________________ 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 Aug 1 18: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 13F501065670 for ; Mon, 1 Aug 2011 18: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 CD07F8FC1E for ; Mon, 1 Aug 2011 18:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71IABLh005964 for ; Mon, 1 Aug 2011 18: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 p71IABcG005963; Mon, 1 Aug 2011 18:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 18:10:11 GMT Resent-Message-Id: <201108011810.p71IABcG005963@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A4FE106566C for ; Mon, 1 Aug 2011 18:07: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 2AEC18FC14 for ; Mon, 1 Aug 2011 18:07: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 p71I7POO079257 for ; Mon, 1 Aug 2011 18:07:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71I7PWs079256; Mon, 1 Aug 2011 18:07:25 GMT (envelope-from nobody) Message-Id: <201108011807.p71I7PWs079256@red.freebsd.org> Date: Mon, 1 Aug 2011 18:07:25 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159362: Minor cleanup to www/phpbb3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:10:12 -0000 >Number: 159362 >Category: ports >Synopsis: Minor cleanup to www/phpbb3 >Confidential: no >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 Aug 01 18:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011 root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD amd64 >Description: Minor enhancements: - define USE_PHP - Add License (GPLv2). While here... phpBB version previous to 3.0.x are not supported anymore so I'd recommend moving this port to www/phpbb and either remove the old phpbb or repocopy it to phpbb2. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN phpbb3.orig/Makefile phpbb3/Makefile --- phpbb3.orig/Makefile 2011-08-01 10:13:41.000000000 +0000 +++ phpbb3/Makefile 2011-08-01 12:53:35.000000000 +0000 @@ -18,7 +18,10 @@ CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \ phpbb-[0-2]* +LICENSE= GPLv2 + USE_BZIP2= yes +USE_PHP= yes # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:10: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 6A73710656D1; Mon, 1 Aug 2011 18:10: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 42E658FC13; Mon, 1 Aug 2011 18:10: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 p71IAUf8008172; Mon, 1 Aug 2011 18:10:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IAUO8008160; Mon, 1 Aug 2011 18:10:30 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 18:10:30 GMT Message-Id: <201108011810.p71IAUO8008160@freefall.freebsd.org> To: giffunip@tutopia.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159362: Minor cleanup to www/phpbb3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:10:30 -0000 Synopsis: Minor cleanup to www/phpbb3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Aug 1 18:10:29 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159362 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 6ACD61065670 for ; Mon, 1 Aug 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 5AF9C8FC14 for ; Mon, 1 Aug 2011 18: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 p71IKD4v016072 for ; Mon, 1 Aug 2011 18: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 p71IKD4n016070; Mon, 1 Aug 2011 18:20:13 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 18:20:13 GMT Message-Id: <201108011820.p71IKD4n016070@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159362: Minor cleanup to www/phpbb3 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, 01 Aug 2011 18:20:13 -0000 The following reply was made to PR ports/159362; it has been noted by GNATS. From: Edwin Groothuis To: appleboy.tw@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159362: Minor cleanup to www/phpbb3 Date: Mon, 1 Aug 2011 18:10:27 UT Maintainer of www/phpbb3, Please note that PR ports/159362 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/159362 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 475FC106566C for ; Mon, 1 Aug 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 1CDD18FC19 for ; Mon, 1 Aug 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 p71IKEbf016080 for ; Mon, 1 Aug 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 p71IKEJD016079; Mon, 1 Aug 2011 18:20:14 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 18:20:14 GMT Message-Id: <201108011820.p71IKEJD016079@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: =?iso-8859-1?Q?Tilman_Keskin=F6z?= Cc: Subject: Re: ports/155593: lang/mpd .16.1 ignores embedded cue sheets in FLAC files with or without libcue installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Tilman_Keskin=F6z?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 18:20:15 -0000 The following reply was made to PR ports/155593; it has been noted by GNATS. From: =?iso-8859-1?Q?Tilman_Keskin=F6z?= To: bug-followup@FreeBSD.org, hemi@bigblock.com.au Cc: Subject: Re: ports/155593: lang/mpd .16.1 ignores embedded cue sheets in FLAC files with or without libcue installed Date: Mon, 1 Aug 2011 20:12:28 +0200 Did you report this upstream to the mpd developers? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:25: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 5441E1065672; Mon, 1 Aug 2011 18:25:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C39B8FC15; Mon, 1 Aug 2011 18:25: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 p71IPH2p024112; Mon, 1 Aug 2011 18:25:17 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IPHZQ024108; Mon, 1 Aug 2011 18:25:17 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:25:17 GMT Message-Id: <201108011825.p71IPHZQ024108@freefall.freebsd.org> To: joelh@piquan.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159340: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:25:17 -0000 Synopsis: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Aug 1 18:24:20 UTC 2011 State-Changed-Why: If the port compiles against alsa-lib, it needs a dependency on alsalib. Can you supply a patch, that adds this dependency? http://www.freebsd.org/cgi/query-pr.cgi?pr=159340 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:25:41 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F3041065672; Mon, 1 Aug 2011 18:25:41 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAECB8FC18; Mon, 1 Aug 2011 18:25:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71IPeqK024154; Mon, 1 Aug 2011 18:25:40 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IPeiW024150; Mon, 1 Aug 2011 18:25:40 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:25:40 GMT Message-Id: <201108011825.p71IPeiW024150@freefall.freebsd.org> To: yuri@tsoft.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/154902: [patch] Port devel/libedit: added libedit.pc for gnome-config to be able to find it X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:25:41 -0000 Synopsis: [patch] Port devel/libedit: added libedit.pc for gnome-config to be able to find it State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 18:25:34 UTC 2011 State-Changed-Why: Patch rejected by miwi http://www.freebsd.org/cgi/query-pr.cgi?pr=154902 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:27: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 4528E1065675; Mon, 1 Aug 2011 18:27:30 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9528FC16; Mon, 1 Aug 2011 18:27: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 p71IRTFS024256; Mon, 1 Aug 2011 18:27:30 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IRTVT024252; Mon, 1 Aug 2011 18:27:29 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:27:29 GMT Message-Id: <201108011827.p71IRTVT024252@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rea@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/140939: [patch] security/vuxml: fix and extend files/newentry.sh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:27:30 -0000 Synopsis: [patch] security/vuxml: fix and extend files/newentry.sh Responsible-Changed-From-To: freebsd-ports-bugs->rea Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 1 18:27:04 UTC 2011 Responsible-Changed-Why: Submitter promised to look at this http://www.freebsd.org/cgi/query-pr.cgi?pr=140939 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:28:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EF531065677; Mon, 1 Aug 2011 18:28:40 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6582B8FC15; Mon, 1 Aug 2011 18:28:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71ISeFm024329; Mon, 1 Aug 2011 18:28:40 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71ISeaa024325; Mon, 1 Aug 2011 18:28:40 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:28:40 GMT Message-Id: <201108011828.p71ISeaa024325@freefall.freebsd.org> To: honza@betik.cz, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/147943: New port: net/radsecproxy Radsecproxy is a generic RADIUS proxy that in addition to to usual RADIUS UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:28:40 -0000 Synopsis: New port: net/radsecproxy Radsecproxy is a generic RADIUS proxy that in addition to to usual RADIUS UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:28:08 UTC 2011 State-Changed-Why: A new shar was submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=147943 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:29: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 0A5041065673; Mon, 1 Aug 2011 18:29:20 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6C628FC12; Mon, 1 Aug 2011 18:29: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 p71ITJBu024373; Mon, 1 Aug 2011 18:29:19 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71ITJod024369; Mon, 1 Aug 2011 18:29:19 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:29:19 GMT Message-Id: <201108011829.p71ITJod024369@freefall.freebsd.org> To: devel@stasyan.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/148027: New port: graphics/ramenhdr, node based video compositor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:29:20 -0000 Synopsis: New port: graphics/ramenhdr, node based video compositor State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 18:29:07 UTC 2011 State-Changed-Why: Patch rejected by miwi http://www.freebsd.org/cgi/query-pr.cgi?pr=148027 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:30: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 3FD32106566C; Mon, 1 Aug 2011 18:30:46 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17E0C8FC1A; Mon, 1 Aug 2011 18:30: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 p71IUjA2027371; Mon, 1 Aug 2011 18:30:45 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IUjea027356; Mon, 1 Aug 2011 18:30:45 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:30:45 GMT Message-Id: <201108011830.p71IUjea027356@freefall.freebsd.org> To: rodrigo@bebik.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/149947: [NEW PORT] devel/smartCVS, a powerful graphical CVS client written in Java X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:30:46 -0000 Synopsis: [NEW PORT] devel/smartCVS, a powerful graphical CVS client written in Java State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:30:20 UTC 2011 State-Changed-Why: New shar was submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=149947 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:33: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 5FF00106566C; Mon, 1 Aug 2011 18:33:03 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36F1B8FC18; Mon, 1 Aug 2011 18:33: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 p71IX3Hp034475; Mon, 1 Aug 2011 18:33:03 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IX2oD034471; Mon, 1 Aug 2011 18:33:02 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:33:02 GMT Message-Id: <201108011833.p71IX2oD034471@freefall.freebsd.org> To: amistry@am-productions.biz, mirror176@cox.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/151296: [patch] ports/sysutils/fusefs-kmod build fails: MNT_NFS4ACLS undeclared X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:33:03 -0000 Synopsis: [patch] ports/sysutils/fusefs-kmod build fails: MNT_NFS4ACLS undeclared State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:32:43 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=151296 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:36: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 44570106566C; Mon, 1 Aug 2011 18:36:12 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2608FC13; Mon, 1 Aug 2011 18:36: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 p71IaBQ1034942; Mon, 1 Aug 2011 18:36:11 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IaBq8034938; Mon, 1 Aug 2011 18:36:11 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:36:11 GMT Message-Id: <201108011836.p71IaBq8034938@freefall.freebsd.org> To: alexey@renatasystems.org, p.christias@noc.ntua.gr, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/151689: dns/rbldnsd does not use preassigned UID/GIDs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 18:36:12 -0000 Synopsis: dns/rbldnsd does not use preassigned UID/GIDs State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:35:45 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=151689 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:37: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 99482106566C; Mon, 1 Aug 2011 18:37:20 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7201B8FC18; Mon, 1 Aug 2011 18:37: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 p71IbK9C035002; Mon, 1 Aug 2011 18:37:20 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IbK61034998; Mon, 1 Aug 2011 18:37:20 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:37:20 GMT Message-Id: <201108011837.p71IbK61034998@freefall.freebsd.org> To: andrey.zonov@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/151774: [new port] sysutils/pprotectd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:37:20 -0000 Synopsis: [new port] sysutils/pprotectd State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:37:04 UTC 2011 State-Changed-Why: new patch arrived http://www.freebsd.org/cgi/query-pr.cgi?pr=151774 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:38: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 93DA2106566B; Mon, 1 Aug 2011 18:38:00 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BEA78FC1A; Mon, 1 Aug 2011 18:38: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 p71Ic08U035048; Mon, 1 Aug 2011 18:38:00 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IbxbR035044; Mon, 1 Aug 2011 18:37:59 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:37:59 GMT Message-Id: <201108011837.p71IbxbR035044@freefall.freebsd.org> To: chalpin@cs.wisc.edu, victor@bsdes.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/151783: mail/fetchmail: rc.d script broken in case of MDA use X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:38:00 -0000 Synopsis: mail/fetchmail: rc.d script broken in case of MDA use State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:37:38 UTC 2011 State-Changed-Why: Maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=151783 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 18:38: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 4EC0B1065674; Mon, 1 Aug 2011 18:38:36 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 25B598FC08; Mon, 1 Aug 2011 18:38: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 p71Ica7a035099; Mon, 1 Aug 2011 18:38:36 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71IcYVV035095; Mon, 1 Aug 2011 18:38:34 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 18:38:34 GMT Message-Id: <201108011838.p71IcYVV035095@freefall.freebsd.org> To: jura@netams.com, am@raisa.eu.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/151930: [PATCH] net-mgmt/netams links to libmysqlclient/libpq but doesn't register correct dependencies [regression] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 18:38:36 -0000 Synopsis: [PATCH] net-mgmt/netams links to libmysqlclient/libpq but doesn't register correct dependencies [regression] State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 18:38:17 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=151930 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:26:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 618351065673; Mon, 1 Aug 2011 19:26:01 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 39AA48FC12; Mon, 1 Aug 2011 19:26:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71JQ1hB078690; Mon, 1 Aug 2011 19:26:01 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JQ0mG078686; Mon, 1 Aug 2011 19:26:00 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:26:00 GMT Message-Id: <201108011926.p71JQ0mG078686@freefall.freebsd.org> To: sawp@sawp.com.br, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153148: change port: deskutils/x-tile A tiling application for 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: Mon, 01 Aug 2011 19:26:01 -0000 Synopsis: change port: deskutils/x-tile A tiling application for X State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 19:25:41 UTC 2011 State-Changed-Why: Submission rejected. http://www.freebsd.org/cgi/query-pr.cgi?pr=153148 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:26: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 ECE261065670; Mon, 1 Aug 2011 19:26:53 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5E38FC18; Mon, 1 Aug 2011 19:26: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 p71JQrRr078742; Mon, 1 Aug 2011 19:26:53 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JQq4P078738; Mon, 1 Aug 2011 19:26:52 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:26:52 GMT Message-Id: <201108011926.p71JQq4P078738@freefall.freebsd.org> To: janos.mohacsi@bsd.hu, dgeo@centrale-marseille.fr, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153287: [PATCH] net-mgmt/ndpmon: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:26:54 -0000 Synopsis: [PATCH] net-mgmt/ndpmon: [SUMMARIZE CHANGES] State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:26:20 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=153287 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:28: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 9C7B9106566B; Mon, 1 Aug 2011 19:28:03 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 742C38FC08; Mon, 1 Aug 2011 19:28: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 p71JS3Fe078797; Mon, 1 Aug 2011 19:28:03 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JS3MJ078793; Mon, 1 Aug 2011 19:28:03 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:28:03 GMT Message-Id: <201108011928.p71JS3MJ078793@freefall.freebsd.org> To: janos.mohacsi@bsd.hu, fumifumi@abacustech.jp, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153425: [PATCH] www/limesurvey: Added a switch to use PostgreSQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:28:03 -0000 Synopsis: [PATCH] www/limesurvey: Added a switch to use PostgreSQL State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:27:44 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=153425 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:28: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 925FE106566B; Mon, 1 Aug 2011 19:28:56 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A96E8FC08; Mon, 1 Aug 2011 19:28: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 p71JSuWZ078847; Mon, 1 Aug 2011 19:28:56 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JSuwB078843; Mon, 1 Aug 2011 19:28:56 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:28:56 GMT Message-Id: <201108011928.p71JSuwB078843@freefall.freebsd.org> To: swell.k@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153437: [patch] emulators/dgen-sdl: mark BROKEN on non-i386 archs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:28:56 -0000 Synopsis: [patch] emulators/dgen-sdl: mark BROKEN on non-i386 archs State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:28:36 UTC 2011 State-Changed-Why: feedback received http://www.freebsd.org/cgi/query-pr.cgi?pr=153437 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:29: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 827E41065673; Mon, 1 Aug 2011 19:29:41 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A47F8FC15; Mon, 1 Aug 2011 19:29: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 p71JTfAT078899; Mon, 1 Aug 2011 19:29:41 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JTewG078895; Mon, 1 Aug 2011 19:29:40 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:29:40 GMT Message-Id: <201108011929.p71JTewG078895@freefall.freebsd.org> To: johnson.peter@gmail.com, giffunip@tutopia.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153607: Update devel/djgpp-binutils to version 2.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:29:41 -0000 Synopsis: Update devel/djgpp-binutils to version 2.17 State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:29:22 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=153607 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:30:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B21B106564A; Mon, 1 Aug 2011 19:30:37 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8681D8FC13; Mon, 1 Aug 2011 19:30:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71JUb7o081551; Mon, 1 Aug 2011 19:30:37 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JUaT1081439; Mon, 1 Aug 2011 19:30:36 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:30:36 GMT Message-Id: <201108011930.p71JUaT1081439@freefall.freebsd.org> To: jflemer@alum.rpi.edu, giffunip@tutopia.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153612: Update devel/arm-elf-binutils to version 2.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:30:38 -0000 Synopsis: Update devel/arm-elf-binutils to version 2.17 State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:30:11 UTC 2011 State-Changed-Why: maintainer approved http://www.freebsd.org/cgi/query-pr.cgi?pr=153612 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:31:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8378106566B; Mon, 1 Aug 2011 19:31:38 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1518FC12; Mon, 1 Aug 2011 19:31: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 p71JVckp087392; Mon, 1 Aug 2011 19:31:38 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JVcEk087384; Mon, 1 Aug 2011 19:31:38 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:31:38 GMT Message-Id: <201108011931.p71JVcEk087384@freefall.freebsd.org> To: swell.k@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/153842: [patch] multimedia/mplayer: add VAAPI 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, 01 Aug 2011 19:31:38 -0000 Synopsis: [patch] multimedia/mplayer: add VAAPI option State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 19:31:30 UTC 2011 State-Changed-Why: Rejected by maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=153842 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:32:50 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10B271065672; Mon, 1 Aug 2011 19:32:50 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC9138FC16; Mon, 1 Aug 2011 19:32:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71JWnh8088992; Mon, 1 Aug 2011 19:32:49 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JWnIL088987; Mon, 1 Aug 2011 19:32:49 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:32:49 GMT Message-Id: <201108011932.p71JWnIL088987@freefall.freebsd.org> To: sakaue.mamoru-cmfho5lt@samurai.mwghennn.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/154217: New port: ports-mgmt/portsreinstall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 19:32:50 -0000 Synopsis: New port: ports-mgmt/portsreinstall State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:32:31 UTC 2011 State-Changed-Why: Feedback received http://www.freebsd.org/cgi/query-pr.cgi?pr=154217 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:32: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 398591065676; Mon, 1 Aug 2011 19:32:50 +0000 (UTC) (envelope-from alexey@renatasystems.org) Received: from mail-2.renatasystems.org (66.reserved.isbiz.ru [91.217.74.66]) by mx1.freebsd.org (Postfix) with ESMTP id DD24D8FC17; Mon, 1 Aug 2011 19:32:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=renatasystems.org; s=y2011; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=3YOZ8BkB3BsRLZQu2WZthKOh8sI1bttm+Ja2a97wZS4=; b=KErno1L2kD4U7moD4iXBrccE7+C1m+nEjsDi01aJQrzJkpfyyyTuZyQk6us22Opp1MQqdT/6OCPOZ43unv2/TOZiibwUbw7csot3iEdzCpyKrJ8Swdp61XbvtVD2balu; X-ACL-Warn: Received: from svc-1.renatasystems.org ([87.242.77.204]) by mail-2.renatasystems.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QnxoO-0008kF-9E; Mon, 01 Aug 2011 19:06:01 +0000 Received: by svc-1.renatasystems.org (sSMTP sendmail emulation); Mon, 01 Aug 2011 23:05:59 +0400 Date: Mon, 1 Aug 2011 23:05:59 +0400 From: "Alexey V. Degtyarev" To: arved@FreeBSD.org Message-ID: <20110801190559.GV94672@svc-1.renatasystems.org> References: <201108011836.p71IaBq8034938@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201108011836.p71IaBq8034938@freefall.freebsd.org> X-PGP-Key: http://renatasystems.org/pubkey.asc X-Operating-System: FreeBSD 8.2-RELEASE User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Ystatus: hits=-2.40 X-Spam-Flag: NO X-Spam-Yversion: Spamooborona-3.2 Cc: freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org, p.christias@noc.ntua.gr Subject: Re: ports/151689: dns/rbldnsd does not use preassigned UID/GIDs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:32:50 -0000 On 18:36 Mon 01 Aug, arved@FreeBSD.org wrote: > Synopsis: dns/rbldnsd does not use preassigned UID/GIDs > > State-Changed-From-To: feedback->open > State-Changed-By: arved > State-Changed-When: Mon Aug 1 18:35:45 UTC 2011 > State-Changed-Why: > maintainer timeout > There is ports/157601 [1] which already resolved the same problem. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157601 -- Alexey V. Degtyarev From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:34: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 B8F3D106564A; Mon, 1 Aug 2011 19:34:32 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9160E8FC0A; Mon, 1 Aug 2011 19:34: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 p71JYWi3089278; Mon, 1 Aug 2011 19:34:32 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JYWHu089274; Mon, 1 Aug 2011 19:34:32 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:34:32 GMT Message-Id: <201108011934.p71JYWHu089274@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sobomax@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/154431: [patch] ports/Tools/scripts: python scripts use bad shebang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 19:34:32 -0000 Synopsis: [patch] ports/Tools/scripts: python scripts use bad shebang Responsible-Changed-From-To: freebsd-ports-bugs->sobomax Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 1 19:33:07 UTC 2011 Responsible-Changed-Why: over to maintainer of theses scripts http://www.freebsd.org/cgi/query-pr.cgi?pr=154431 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22C12106566C for ; Mon, 1 Aug 2011 19:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 120B88FC0A for ; Mon, 1 Aug 2011 19: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 p71JeCaO089610 for ; Mon, 1 Aug 2011 19:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JeCMD089609; Mon, 1 Aug 2011 19:40:12 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 19:40:12 GMT Message-Id: <201108011940.p71JeCMD089609@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Alexey V. Degtyarev" Cc: Subject: Re: ports/151689: dns/rbldnsd does not use preassigned UID/GIDs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V. Degtyarev" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:40:13 -0000 The following reply was made to PR ports/151689; it has been noted by GNATS. From: "Alexey V. Degtyarev" To: arved@FreeBSD.org Cc: p.christias@noc.ntua.gr, freebsd-ports-bugs@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/151689: dns/rbldnsd does not use preassigned UID/GIDs Date: Mon, 1 Aug 2011 23:05:59 +0400 On 18:36 Mon 01 Aug, arved@FreeBSD.org wrote: > Synopsis: dns/rbldnsd does not use preassigned UID/GIDs > > State-Changed-From-To: feedback->open > State-Changed-By: arved > State-Changed-When: Mon Aug 1 18:35:45 UTC 2011 > State-Changed-Why: > maintainer timeout > There is ports/157601 [1] which already resolved the same problem. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157601 -- Alexey V. Degtyarev From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:41:58 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B465106564A; Mon, 1 Aug 2011 19:41:58 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32EAF8FC12; Mon, 1 Aug 2011 19:41:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71JfwbY097581; Mon, 1 Aug 2011 19:41:58 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JfwfR097577; Mon, 1 Aug 2011 19:41:58 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:41:58 GMT Message-Id: <201108011941.p71JfwfR097577@freefall.freebsd.org> To: alexey@renatasystems.org, p.christias@noc.ntua.gr, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/151689: dns/rbldnsd does not use preassigned UID/GIDs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:41:58 -0000 Synopsis: dns/rbldnsd does not use preassigned UID/GIDs State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 19:41:50 UTC 2011 State-Changed-Why: Issue resolved http://www.freebsd.org/cgi/query-pr.cgi?pr=151689 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:55: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 ACE14106564A; Mon, 1 Aug 2011 19:55:14 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D90E8FC15; Mon, 1 Aug 2011 19:55: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 p71JtE1U006842; Mon, 1 Aug 2011 19:55:14 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JtCGN006828; Mon, 1 Aug 2011 19:55:12 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:55:12 GMT Message-Id: <201108011955.p71JtCGN006828@freefall.freebsd.org> To: stucchi@gufi.org, warrior-frela@mail.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/154682: net/iaxmodem: add rc script for running more than 1 iaxmodem with configuration files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 19:55:14 -0000 Synopsis: net/iaxmodem: add rc script for running more than 1 iaxmodem with configuration files State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Mon Aug 1 19:54:56 UTC 2011 State-Changed-Why: maintainer timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=154682 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 19:59: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 8A2BC1065670; Mon, 1 Aug 2011 19:59:46 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 624F78FC13; Mon, 1 Aug 2011 19:59: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 p71Jxkhx006919; Mon, 1 Aug 2011 19:59:46 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71JxkbA006915; Mon, 1 Aug 2011 19:59:46 GMT (envelope-from arved) Date: Mon, 1 Aug 2011 19:59:46 GMT Message-Id: <201108011959.p71JxkbA006915@freefall.freebsd.org> To: ports@c0decafe.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/154765: [NEW PORT] games/ghost++: Warcraft 3 game hosting bot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 19:59:46 -0000 Synopsis: [NEW PORT] games/ghost++: Warcraft 3 game hosting bot State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 1 19:59:34 UTC 2011 State-Changed-Why: build fails, submitter timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=154765 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 20:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A48E31065672 for ; Mon, 1 Aug 2011 20:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68B188FC15 for ; Mon, 1 Aug 2011 20:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71KK6Le025686 for ; Mon, 1 Aug 2011 20:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71KK6qc025685; Mon, 1 Aug 2011 20:20:06 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 20:20:06 GMT Resent-Message-Id: <201108012020.p71KK6qc025685@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Daneliuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B55AD1065673 for ; Mon, 1 Aug 2011 20:11: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 A56E98FC1A for ; Mon, 1 Aug 2011 20:11: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 p71KBmcO091317 for ; Mon, 1 Aug 2011 20:11:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71KBmbC091316; Mon, 1 Aug 2011 20:11:48 GMT (envelope-from nobody) Message-Id: <201108012011.p71KBmbC091316@red.freebsd.org> Date: Mon, 1 Aug 2011 20:11:48 GMT From: Tim Daneliuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159363: Upgrade sysutils/tren from 1.239 to 1.242 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 20:20:09 -0000 >Number: 159363 >Category: ports >Synopsis: Upgrade sysutils/tren from 1.239 to 1.242 >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 Aug 01 20:20:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Tim Daneliuk >Release: 8.2-Stable >Organization: TundraWare Inc. >Environment: N/A >Description: Upgrade sysutils/tren from 1.239 to 1.242 >How-To-Repeat: N/A >Fix: diff -urN /usr/ports/sysutils/tren/Makefile tren/Makefile --- /usr/ports/sysutils/tren/Makefile 2010-11-18 06:36:54.000000000 -0600 +++ tren/Makefile 2011-08-01 15:08:58.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= tren -PORTVERSION= 1.239 +PORTVERSION= 1.242 CATEGORIES= sysutils python MASTER_SITES= http://www.tundraware.com/Software/tren/ diff -urN /usr/ports/sysutils/tren/distinfo tren/distinfo --- /usr/ports/sysutils/tren/distinfo 2010-11-18 06:36:54.000000000 -0600 +++ tren/distinfo 2011-08-01 15:09:31.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (tren-1.239.tar.gz) = a80b4b35a068ec5b2e7b277a7b2111aa27ed66e1310aec5494d910ad9300b47f -SIZE (tren-1.239.tar.gz) = 644677 +SHA256 (tren-1.242.tar.gz) = c70a895b9971c813ddf8ea24a76b15822b531d52e7476b97b1c0c1531b6c93c4 +SIZE (tren-1.242.tar.gz) = 646897 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 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 49BF21065672 for ; Mon, 1 Aug 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 269F38FC20 for ; Mon, 1 Aug 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 p71LAAAx070941 for ; Mon, 1 Aug 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 p71LA95b070940; Mon, 1 Aug 2011 21:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 21:10:10 GMT Resent-Message-Id: <201108012110.p71LA95b070940@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3A6A106564A for ; Mon, 1 Aug 2011 21:00:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A95688FC13 for ; Mon, 1 Aug 2011 21:00:19 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p71L0Jme078712 for ; Mon, 1 Aug 2011 21:00:19 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71L0J1I078711; Mon, 1 Aug 2011 21:00:19 GMT (envelope-from nobody) Message-Id: <201108012100.p71L0J1I078711@red.freebsd.org> Date: Mon, 1 Aug 2011 21:00:19 GMT From: Andrew To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159364: Update net/rabbitmq to 2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 21:10:10 -0000 >Number: 159364 >Category: ports >Synopsis: Update net/rabbitmq to 2.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 21:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: 8.2-STABLE >Organization: >Environment: >Description: Update net/rabbitmq to 2.5.1 NOTE: Patch removes rabbitmq-multi usage as it has been removed in upstream so and the rc script is adjusted to start as per docs (rabbitmq-server -detached) and use rabbitmqctl to stop, so this only supports a single instance per host with the rc script now. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ur ../rabbitmq.orig/Makefile ./Makefile --- ../rabbitmq.orig/Makefile 2011-06-14 20:34:49.000000000 +0100 +++ ./Makefile 2011-08-01 21:46:38.088094043 +0100 @@ -6,8 +6,7 @@ # PORTNAME= rabbitmq -PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTVERSION= 2.5.1 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} @@ -38,8 +37,8 @@ RABBITMQ_UID=${RABBITMQ_UID} \ RABBITMQ_USER=${RABBITMQ_USER} -MAN1= rabbitmq-multi.1 rabbitmq-server.1 rabbitmqctl.1 -MAN5= rabbitmq.conf.5 +MAN1= rabbitmq-server.1 rabbitmqctl.1 +MAN5= rabbitmq-env.conf.5 MANCOMPRESSED= yes SCRIPTS_DIR= ${WRKSRC}/scripts/ @@ -48,7 +47,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/rabbitmq|${PREFIX}/etc/rabbitmq|g ; s|/var/lib|/var/db|g ; s|erl|${LOCALBASE}/bin/erl|g' \ - ${SCRIPTS_DIR}/rabbitmq-multi ${SCRIPTS_DIR}/rabbitmq-server ${SCRIPTS_DIR}/rabbitmqctl ${SCRIPTS_DIR}/rabbitmq-env + ${SCRIPTS_DIR}/rabbitmq-server ${SCRIPTS_DIR}/rabbitmqctl ${SCRIPTS_DIR}/rabbitmq-env @${FIND} ${WRKSRC} -name "*.bak" | ${XARGS} ${RM} pre-install: diff -ur ../rabbitmq.orig/distinfo ./distinfo --- ../rabbitmq.orig/distinfo 2011-02-09 20:12:01.000000000 +0000 +++ ./distinfo 2011-08-01 15:56:14.780010000 +0100 @@ -1,2 +1,2 @@ -SHA256 (rabbitmq-server-2.3.1.tar.gz) = 3bb6c4004031fc3e57c886452e03dd10e2c23cd64f1cca180f34aba5b30d9f24 -SIZE (rabbitmq-server-2.3.1.tar.gz) = 301044 +SHA256 (rabbitmq-server-2.5.1.tar.gz) = f5afeb8429508644738b68a158ed1f4a4dfc4bcbe1ebdab5ba818a75545e942f +SIZE (rabbitmq-server-2.5.1.tar.gz) = 332560 diff -ur ../rabbitmq.orig/files/patch-rabbitmqctl ./files/patch-rabbitmqctl --- ../rabbitmq.orig/files/patch-rabbitmqctl 2011-01-13 06:09:59.000000000 +0000 +++ ./files/patch-rabbitmqctl 2011-08-01 16:43:54.746292632 +0100 @@ -1,6 +1,6 @@ ---- scripts/rabbitmqctl.orig 2011-01-12 09:22:10.000000000 -0300 -+++ scripts/rabbitmqctl 2011-01-12 09:23:31.000000000 -0300 -@@ -38,7 +38,7 @@ +--- scripts/rabbitmqctl.orig 2011-08-01 15:59:26.057347310 +0100 ++++ scripts/rabbitmqctl 2011-08-01 16:00:07.303513263 +0100 +@@ -20,7 +20,7 @@ [ "x" = "x$RABBITMQ_NODENAME" ] && RABBITMQ_NODENAME=${NODENAME} [ "x" = "x$RABBITMQ_CTL_ERL_ARGS" ] && RABBITMQ_CTL_ERL_ARGS=${CTL_ERL_ARGS} Only in ../rabbitmq.orig/files: patch-src-rabbit_networking-erl diff -ur ../rabbitmq.orig/files/rabbitmq.in ./files/rabbitmq.in --- ../rabbitmq.orig/files/rabbitmq.in 2010-03-27 00:13:55.000000000 +0000 +++ ./files/rabbitmq.in 2011-08-01 21:49:50.516558604 +0100 @@ -20,13 +20,13 @@ # Set some defaults rabbitmq_enable=${rabbitmq_enable:-"NO"} rabbitmq_user=${rabbitmq_user:-"rabbitmq"} -rabbitmq_nodes=${rabbitmq_nodes:-"1"} -rabbitmq_multi="%%PREFIX%%/sbin/rabbitmq-multi" +rabbitmq_server="%%PREFIX%%/sbin/rabbitmq-server" +rabbitmq_ctl="%%PREFIX%%/sbin/rabbitmqctl" -start_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_multi} start_all ${rabbitmq_nodes}\"'" -stop_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_multi} stop_all\"'" -rotate_logs_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_multi} rotate_logs\"'" -status_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_multi} status\"'" +start_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_server} -detached\"'" +stop_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_ctl} stop\"'" +rotate_logs_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_ctl} rotate_logs\"'" +status_cmd="env HOME=/var/db/rabbitmq su -m ${rabbitmq_user} -c 'sh -c \"${rabbitmq_ctl} status\"'" extra_commands="rotate_logs status" load_rc_config $name diff -ur ../rabbitmq.orig/pkg-plist ./pkg-plist --- ../rabbitmq.orig/pkg-plist 2011-02-09 20:12:01.000000000 +0000 +++ ./pkg-plist 2011-08-01 16:28:59.182626174 +0100 @@ -1,5 +1,4 @@ sbin/rabbitmq-env -sbin/rabbitmq-multi sbin/rabbitmq-server sbin/rabbitmqctl lib/erlang/lib/rabbitmq_server-%%VERSION%%/INSTALL @@ -11,6 +10,10 @@ lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/file_handle_cache.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gatherer.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gen_server2.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gm.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gm_soak_test.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gm_speed_test.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gm_tests.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/pg_local.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/priority_queue.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit.app @@ -43,13 +46,13 @@ lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_direct.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_error_logger.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_error_logger_file_h.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_event.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange_type.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange_type_direct.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange_type_fanout.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange_type_headers.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange_type_topic.beam -lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_event.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_framing.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_framing_amqp_0_8.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_framing_amqp_0_9_1.beam @@ -60,8 +63,6 @@ lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_memory_monitor.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_misc.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_mnesia.beam -lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_multi.beam -lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_multi_usage.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_msg_file.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_msg_store.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_msg_store_ets_index.beam @@ -82,10 +83,12 @@ lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_sup.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_tests.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_tests_event_receiver.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_trace.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_types.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_upgrade.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_upgrade_functions.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_variable_queue.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_version.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_vhost.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_writer.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/supervisor2.beam @@ -98,6 +101,7 @@ lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/worker_pool.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/worker_pool_sup.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/worker_pool_worker.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/gm_specs.hrl lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit.hrl lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit_auth_backend_spec.hrl lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit_auth_mechanism_spec.hrl @@ -108,7 +112,6 @@ lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit_msg_store_index.hrl lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/README lib/erlang/lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-env -lib/erlang/lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-multi lib/erlang/lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-server lib/erlang/lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmqctl @dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 21: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 F2F861065678; Mon, 1 Aug 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 CAB518FC1E; Mon, 1 Aug 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 p71LAKn7071506; Mon, 1 Aug 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 p71LAKYY071474; Mon, 1 Aug 2011 21:10:20 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 21:10:20 GMT Message-Id: <201108012110.p71LAKYY071474@freefall.freebsd.org> To: andrew@flarn.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159364: Update net/rabbitmq to 2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 21:10:21 -0000 Synopsis: Update net/rabbitmq to 2.5.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Aug 1 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=159364 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 21:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31193106564A for ; Mon, 1 Aug 2011 21: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 1C2598FC13 for ; Mon, 1 Aug 2011 21: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 p71LK89Y081162 for ; Mon, 1 Aug 2011 21:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71LK8du081161; Mon, 1 Aug 2011 21:20:08 GMT (envelope-from gnats) Date: Mon, 1 Aug 2011 21:20:08 GMT Message-Id: <201108012120.p71LK8du081161@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159364: Update net/rabbitmq to 2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 21:20:09 -0000 The following reply was made to PR ports/159364; it has been noted by GNATS. From: Edwin Groothuis To: pneumann@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159364: Update net/rabbitmq to 2.5.1 Date: Mon, 1 Aug 2011 21:10:18 UT Maintainer of net/rabbitmq, Please note that PR ports/159364 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/159364 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 21:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99DEE1065673 for ; Mon, 1 Aug 2011 21: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 6C37B8FC15 for ; Mon, 1 Aug 2011 21: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 p71LK9NC081174 for ; Mon, 1 Aug 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 p71LK9wO081173; Mon, 1 Aug 2011 21:20:09 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 21:20:09 GMT Resent-Message-Id: <201108012120.p71LK9wO081173@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACA711065674 for ; Mon, 1 Aug 2011 21:11:46 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF8C8FC19 for ; Mon, 1 Aug 2011 21:11:46 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 496346F516C for ; Mon, 1 Aug 2011 14:11:46 -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 kKi09HlQuZQX for ; Mon, 1 Aug 2011 14:11:46 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 26BB86F5169 for ; Mon, 1 Aug 2011 14:11:46 -0700 (PDT) Received: (nullmailer pid 11700 invoked by uid 1001); Mon, 01 Aug 2011 21:11:03 -0000 Message-Id: <1312233063.715616.11699.nullmailer@experts-exchange.com> Date: Mon, 01 Aug 2011 14:11:03 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159365: [patch] mail/p5-Mail-SpamAssassin: fix WITH_AWL option, add option WITHOUT_FREEMAIL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 21:20:09 -0000 >Number: 159365 >Category: ports >Synopsis: [patch] mail/p5-Mail-SpamAssassin: fix WITH_AWL option, add option WITHOUT_FREEMAIL >Confidential: no >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 Aug 01 21:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: AWL is not defined by default in the rules, so sed syntax needs to change. (WITH_AWL) Added a new option to disable a rule in v330. (WITHOUT_FREEMAIL) Builds and patches as expected cleanly in Tinderbox, and results are clean in resulting package. >How-To-Repeat: >Fix: Index: p5-Mail-SpamAssassin/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v retrieving revision 1.140 diff -u -r1.140 Makefile --- p5-Mail-SpamAssassin/Makefile 12 Jul 2011 02:10:30 -0000 1.140 +++ p5-Mail-SpamAssassin/Makefile 1 Aug 2011 21:06:33 -0000 @@ -7,6 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan @@ -261,12 +262,15 @@ .if defined(WITH_DCC) ${REINPLACE_CMD} -e '/DCC/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre .endif -.if !defined(WITH_AWL) - ${REINPLACE_CMD} -e '/AWL/s/^loadplugin/#loadplugin/' ${WRKSRC}/rules/v310.pre +.if defined(WITH_AWL) + ${REINPLACE_CMD} -e '/AWL/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre .endif .if defined(WITH_SACOMPILE) ${REINPLACE_CMD} -e '/Rule2XSBody/s/^# loadplugin/loadplugin/' ${WRKSRC}/rules/v320.pre .endif +.if defined(WITHOUT_FREEMAIL) + ${REINPLACE_CMD} -e '/FreeMail/s/^loadplugin/#loadplugin/' ${WRKSRC}/rules/v330.pre +.endif pre-install: @${MKDIR} ${DATADIR} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 21:20:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDF7106566C; Mon, 1 Aug 2011 21:20:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 077F58FC1C; Mon, 1 Aug 2011 21:20:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71LKOHB082668; Mon, 1 Aug 2011 21:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71LKOsO082657; Mon, 1 Aug 2011 21:20:24 GMT (envelope-from edwin) Date: Mon, 1 Aug 2011 21:20:24 GMT Message-Id: <201108012120.p71LKOsO082657@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159365: [patch] mail/p5-Mail-SpamAssassin: fix WITH_AWL option, add option WITHOUT_FREEMAIL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 21:20:25 -0000 Synopsis: [patch] mail/p5-Mail-SpamAssassin: fix WITH_AWL option, add option WITHOUT_FREEMAIL Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 1 21:20:24 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=159365 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 22:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E0051065673 for ; Mon, 1 Aug 2011 22: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 407498FC12 for ; Mon, 1 Aug 2011 22: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 p71M0IxM016927 for ; Mon, 1 Aug 2011 22: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 p71M0Iam016926; Mon, 1 Aug 2011 22:00:18 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 22:00:18 GMT Resent-Message-Id: <201108012200.p71M0Iam016926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicole Reid Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF73E1065672 for ; Mon, 1 Aug 2011 21:55:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CEB128FC08 for ; Mon, 1 Aug 2011 21:55:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p71Ltt5k083376 for ; Mon, 1 Aug 2011 21:55:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p71LttEe083375; Mon, 1 Aug 2011 21:55:55 GMT (envelope-from nobody) Message-Id: <201108012155.p71LttEe083375@red.freebsd.org> Date: Mon, 1 Aug 2011 21:55:55 GMT From: Nicole Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159367: [New port] www/subsonic: subsonic media streamer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 22:00:19 -0000 >Number: 159367 >Category: ports >Synopsis: [New port] www/subsonic: subsonic media streamer >Confidential: no >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 Aug 01 22:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicole Reid >Release: >Organization: >Environment: >Description: Subsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. >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: # # subsonic # subsonic/files # subsonic/files/pkg-message.in # subsonic/pkg-plist # subsonic/distinfo # subsonic/Makefile # subsonic/pkg-descr # echo c - subsonic mkdir -p subsonic > /dev/null 2>&1 echo c - subsonic/files mkdir -p subsonic/files > /dev/null 2>&1 echo x - subsonic/files/pkg-message.in sed 's/^X//' >subsonic/files/pkg-message.in << '08dc66e836f606e526832f1a0a774a4a' X X======================================================================== X XAccess Subsonic at http://localhost:8180/subsonic/ (if using the default XTomcat HTTP port). X XIf you encounter problems with thumbnails, start tomcat with X%%TOMCATOPTS%%="-Djava.awt.headless=true" X X======================================================================== 08dc66e836f606e526832f1a0a774a4a echo x - subsonic/pkg-plist sed 's/^X//' >subsonic/pkg-plist << '4b055beae1009b461c428e9a292d0666' X%%WEBAPPS%%/subsonic.war X@unexec if [ ! -d %%WEBAPPS%%/subsonic ]; then rm -f %%WEBAPPS%%/subsonic; fi X@unexec test -d %%SUBSONIC_HOME%% && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %%SUBSONIC_HOME%% and its contents manually.") X@exec mkdir -p %%SUBSONIC_HOME%% X%%TRANSCODING%%@exec ln -sf %%PREFIX/bin/ffmpeg %%SUBSONIC_HOME%%/transcode/ffmpeg X%%TRANSCODING%%@exec ln -sf %%PREFIX%%/bin/lame %%SUBSONIC_HOME%%/transcode/lame X%%TRANSCODING%%@unexec rm -f %%SUBSONIC_HOME%%/transcode/ffmpeg X%%TRANSCODING%%@unexec rm -f %%SUBSONIC_HOME%%/transcode/lame 4b055beae1009b461c428e9a292d0666 echo x - subsonic/distinfo sed 's/^X//' >subsonic/distinfo << 'efd5a0d6f4d16daebf8bd6c21433850c' XSHA256 (subsonic-4.4-war.zip) = 6ad572f6e94620f03d2a39d84d56e790884c5100aa92b3ec7c7310e23ab684ca XSIZE (subsonic-4.4-war.zip) = 18254238 efd5a0d6f4d16daebf8bd6c21433850c echo x - subsonic/Makefile sed 's/^X//' >subsonic/Makefile << 'c5b585539e0c0f8be5f5a7d936efb35c' X# New ports collection makefile for: subsonic X# Date created: 2011-02-01 X# Whom: Nicole Reid X# X# $FreeBSD$ X# X XPORTNAME= subsonic XPORTVERSION= 4.4 XCATEGORIES= www java XMASTER_SITES= SF XDISTNAME= ${PORTNAME}-${PORTVERSION}-war X XMAINTAINER= root@cooltrainer.org XCOMMENT= Subsonic streaming media server X XBUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6 XRUN_DEPENDS+= ${JAVAJARDIR}/servlet-api.jar:${PORTSDIR}/www/servlet-api X XOPTIONS= TRANSCODING "Enable transcoding with FFmpeg and LAME" On X X.include X X.if defined(WITH_TRANSCODING) XRUN_DEPENDS+= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ X lame:${PORTSDIR}/audio/lame X.endif X X#Subsonic does not currently run on Tomcat 7 XSUB_FILES= pkg-message X.if exists(${LOCALBASE}/apache-tomcat-6.0/webapps) XWEBAPPDIR= ${PREFIX}/apache-tomcat-6.0/webapps XBUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6 XRUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6 XSUB_LIST= TOMCATOPTS="tomcat60_java_opts" X.elif exists(${LOCALBASE}/tomcat5.5/webapps) XWEBAPPDIR= ${PREFIX}/tomcat5.5/webapps XBUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 XRUN_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 XSUB_LIST= TOMCATOPTS="tomcat55_java_opts" X.elif exists(${LOCALBASE}/apache-tomcat4.1/webapps) XWEBAPPDIR= ${PREFIX}/apache-tomcat4.1/webapps XBUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat4.1:${PORTSDIR}/www/tomcat41 XRUN_DEPENDS+= ${LOCALBASE}/apache-tomcat4.1:${PORTSDIR}/www/tomcat41 XSUB_LIST= TOMCATOPTS="tomcat41_java_opts" X.else XWEBAPPDIR= ${PREFIX}/apache-tomcat-6.0/webapps XBUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6 XRUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6 XSUB_LIST= TOMCATOPTS="tomcat60_java_opts" X.endif X XNO_BUILD= yes XUSE_JAVA= yes XJAVA_VERSION= 1.5+ XUSE_ZIP= yes XUSER= www XGROUP= www XSUBSONIC_HOME= /var/subsonic XPLIST_SUB+= SUBSONIC_HOME="${SUBSONIC_HOME}" X X.if defined(WITH_TRANSCODING) XPLIST_SUB+= TRANSCODING="" X.else XPLIST_SUB+= TRANSCODING="@comment " X.endif X XPLIST_SUB+= WEBAPPS=${WEBAPPDIR:S|^${PREFIX}/||} X Xdo-install: X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.war ${WEBAPPDIR} X @${MKDIR} ${SUBSONIC_HOME} X @${CHOWN} ${USER}:${GROUP} ${SUBSONIC_HOME} X Xpost-install: X.if defined(WITH_TRANSCODING) X @${MKDIR} ${SUBSONIC_HOME}/transcode X @${LN} -sf ${PREFIX}/bin/ffmpeg ${SUBSONIC_HOME}/transcode/ffmpeg X @${LN} -sf ${PREFIX}/bin/lame ${SUBSONIC_HOME}/transcode/lame X.endif X @${CAT} ${PKGMESSAGE} X X.include c5b585539e0c0f8be5f5a7d936efb35c echo x - subsonic/pkg-descr sed 's/^X//' >subsonic/pkg-descr << '5b9eba57a533ae1fbe8bd0976b2dff89' XSubsonic is a free, web-based media streamer, providing ubiquitous Xaccess to your music. Use it to share your music with friends, Xor to listen to your own music while at work. XYou can stream to multiple players simultaneously, Xfor instance to one player in your kitchen and another in your living Xroom. 5b9eba57a533ae1fbe8bd0976b2dff89 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 22:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2614A1065672 for ; Mon, 1 Aug 2011 22: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 DF88A8FC0A for ; Mon, 1 Aug 2011 22:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71M0HhS016909 for ; Mon, 1 Aug 2011 22:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71M0HUh016908; Mon, 1 Aug 2011 22:00:17 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2011 22:00:17 GMT Resent-Message-Id: <201108012200.p71M0HUh016908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Christopher J. Ruwe" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADA23106566C for ; Mon, 1 Aug 2011 21:52:44 +0000 (UTC) (envelope-from cjr@cruwe.de) Received: from cruwe.de (cruwe.de [188.40.164.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3648FC0A for ; Mon, 1 Aug 2011 21:52:43 +0000 (UTC) Received: from cruwe.de (unknown [127.0.0.4]) by cruwe.de (Postfix) with ESMTP id 38FCC2063A; Mon, 1 Aug 2011 23:33:59 +0200 (CEST) Received: by cruwe.de (Postfix, from userid 1001) id 15B4520639; Mon, 1 Aug 2011 23:33:59 +0200 (CEST) Message-Id: <20110801213359.15B4520639@cruwe.de> Date: Mon, 1 Aug 2011 23:33:59 +0200 (CEST) From: "Christopher J. Ruwe" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: cjr@cruwe.de Subject: ports/159366: [maintainer-update] Emacs Speaks Statistics 5.13 -> 5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Christopher J. Ruwe" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 22:00:19 -0000 >Number: 159366 >Category: ports >Synopsis: [maintainer-update] Emacs Speaks Statistics 5.13 -> 5.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 22:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Christopher J. Ruwe >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD dijkstra.cruwe.de 8.2-STABLE FreeBSD 8.2-STABLE #4 r224482: Sat Jul 30 12:28:24 CEST 2011 root@dijkstra.cruwe.de:/usr/obj/usr/src/sys/DIJKSTRA amd64 >Description: As of 30th July 2011 latest version of Emacs Speaks Statistics, a statistics / R - mode for Emacsen is 5.14, which this PR is adressing >How-To-Repeat: >Fix: ports attached --- ess-5.14.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: # # ess # ess/pkg-plist # ess/pkg-descr # ess/Makefile # ess/pkg-message # ess/distinfo # echo c - ess mkdir -p ess > /dev/null 2>&1 echo x - ess/pkg-plist sed 's/^X//' >ess/pkg-plist << 'aedea25df6c129505f9a33de142ebb53' X%%EMACS_LIBDIR%%/etc/ess/BACKBUG5.BAT X%%EMACS_LIBDIR%%/etc/ess/BACKBUGS.BAT X%%EMACS_LIBDIR%%/etc/ess/backbug5 X%%EMACS_LIBDIR%%/etc/ess/backbugs X%%EMACS_LIBDIR%%/etc/ess/config.guess X%%EMACS_LIBDIR%%/etc/ess/ess-s4.S X%%EMACS_LIBDIR%%/etc/ess/ess-sas-sh-command X%%EMACS_LIBDIR%%/etc/ess/ess-sp3.S X%%EMACS_LIBDIR%%/etc/ess/function-outline.S X%%EMACS_LIBDIR%%/etc/ess/icons/rbuffer.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/rfunction.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/rline.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/rregion.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/splus_letter_small.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/splus_letters_large.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/spluslogo.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/startr.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/switch_ess.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/switchr.xpm X%%EMACS_LIBDIR%%/etc/ess/icons/switchs.xpm X%%EMACS_LIBDIR%%/etc/ess/sas-keys.doc X%%EMACS_LIBDIR%%/etc/ess/sas-keys.ps X%%EMACS_LIBDIR%%/etc/ess/sas-keys.rtf X%%EMACS_SITE_LISPDIR%%/ChangeLog X%%EMACS_SITE_LISPDIR%%/ess-arc-d.el X%%EMACS_SITE_LISPDIR%%/ess-arc-d.elc X%%EMACS_SITE_LISPDIR%%/ess-bugs-d.el X%%EMACS_SITE_LISPDIR%%/ess-bugs-d.elc X%%EMACS_SITE_LISPDIR%%/ess-bugs-l.el X%%EMACS_SITE_LISPDIR%%/ess-bugs-l.elc X%%EMACS_SITE_LISPDIR%%/ess-comp.el X%%EMACS_SITE_LISPDIR%%/ess-comp.elc X%%EMACS_SITE_LISPDIR%%/ess-compat.el X%%EMACS_SITE_LISPDIR%%/ess-compat.elc X%%EMACS_SITE_LISPDIR%%/ess-custom.el X%%EMACS_SITE_LISPDIR%%/ess-custom.elc X%%EMACS_SITE_LISPDIR%%/ess-dde.el X%%EMACS_SITE_LISPDIR%%/ess-dde.elc X%%EMACS_SITE_LISPDIR%%/ess-eldoc.el X%%EMACS_SITE_LISPDIR%%/ess-eldoc.elc X%%EMACS_SITE_LISPDIR%%/ess-font-lock.el X%%EMACS_SITE_LISPDIR%%/ess-font-lock.elc X%%EMACS_SITE_LISPDIR%%/ess-help.el X%%EMACS_SITE_LISPDIR%%/ess-help.elc X%%EMACS_SITE_LISPDIR%%/ess-inf.el X%%EMACS_SITE_LISPDIR%%/ess-inf.elc X%%EMACS_SITE_LISPDIR%%/ess-jags-d.el X%%EMACS_SITE_LISPDIR%%/ess-jags-d.elc X%%EMACS_SITE_LISPDIR%%/ess-lsp-l.el X%%EMACS_SITE_LISPDIR%%/ess-lsp-l.elc X%%EMACS_SITE_LISPDIR%%/ess-menu.el X%%EMACS_SITE_LISPDIR%%/ess-menu.elc X%%EMACS_SITE_LISPDIR%%/ess-mode.el X%%EMACS_SITE_LISPDIR%%/ess-mode.elc X%%EMACS_SITE_LISPDIR%%/ess-mouse.el X%%EMACS_SITE_LISPDIR%%/ess-mouse.elc X%%EMACS_SITE_LISPDIR%%/ess-noweb.el X%%EMACS_SITE_LISPDIR%%/ess-noweb.elc X%%EMACS_SITE_LISPDIR%%/ess-omg-d.el X%%EMACS_SITE_LISPDIR%%/ess-omg-d.elc X%%EMACS_SITE_LISPDIR%%/ess-omg-l.el X%%EMACS_SITE_LISPDIR%%/ess-omg-l.elc X%%EMACS_SITE_LISPDIR%%/ess-r-args.el X%%EMACS_SITE_LISPDIR%%/ess-r-args.elc X%%EMACS_SITE_LISPDIR%%/ess-r-d.el X%%EMACS_SITE_LISPDIR%%/ess-r-d.elc X%%EMACS_SITE_LISPDIR%%/ess-rd.el X%%EMACS_SITE_LISPDIR%%/ess-rd.elc X%%EMACS_SITE_LISPDIR%%/ess-rdired.el X%%EMACS_SITE_LISPDIR%%/ess-rdired.elc X%%EMACS_SITE_LISPDIR%%/ess-roxy.el X%%EMACS_SITE_LISPDIR%%/ess-roxy.elc X%%EMACS_SITE_LISPDIR%%/ess-rutils.el X%%EMACS_SITE_LISPDIR%%/ess-rutils.elc X%%EMACS_SITE_LISPDIR%%/ess-s-l.el X%%EMACS_SITE_LISPDIR%%/ess-s-l.elc X%%EMACS_SITE_LISPDIR%%/ess-s3-d.el X%%EMACS_SITE_LISPDIR%%/ess-s3-d.elc X%%EMACS_SITE_LISPDIR%%/ess-s4-d.el X%%EMACS_SITE_LISPDIR%%/ess-s4-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sas-a.el X%%EMACS_SITE_LISPDIR%%/ess-sas-a.elc X%%EMACS_SITE_LISPDIR%%/ess-sas-d.el X%%EMACS_SITE_LISPDIR%%/ess-sas-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sas-l.el X%%EMACS_SITE_LISPDIR%%/ess-sas-l.elc X%%EMACS_SITE_LISPDIR%%/ess-site.el X%%EMACS_SITE_LISPDIR%%/ess-site.elc X%%EMACS_SITE_LISPDIR%%/ess-sp3-d.el X%%EMACS_SITE_LISPDIR%%/ess-sp3-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sp4-d.el X%%EMACS_SITE_LISPDIR%%/ess-sp4-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sp5-d.el X%%EMACS_SITE_LISPDIR%%/ess-sp5-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sp6-d.el X%%EMACS_SITE_LISPDIR%%/ess-sp6-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sp6w-d.el X%%EMACS_SITE_LISPDIR%%/ess-sp6w-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sta-d.el X%%EMACS_SITE_LISPDIR%%/ess-sta-d.elc X%%EMACS_SITE_LISPDIR%%/ess-sta-l.el X%%EMACS_SITE_LISPDIR%%/ess-sta-l.elc X%%EMACS_SITE_LISPDIR%%/ess-swv.el X%%EMACS_SITE_LISPDIR%%/ess-swv.elc X%%EMACS_SITE_LISPDIR%%/ess-toolbar.el X%%EMACS_SITE_LISPDIR%%/ess-toolbar.elc X%%EMACS_SITE_LISPDIR%%/ess-trns.el X%%EMACS_SITE_LISPDIR%%/ess-trns.elc X%%EMACS_SITE_LISPDIR%%/ess-utils.el X%%EMACS_SITE_LISPDIR%%/ess-utils.elc X%%EMACS_SITE_LISPDIR%%/ess-vst-d.el X%%EMACS_SITE_LISPDIR%%/ess-vst-d.elc X%%EMACS_SITE_LISPDIR%%/ess-xls-d.el X%%EMACS_SITE_LISPDIR%%/ess-xls-d.elc X%%EMACS_SITE_LISPDIR%%/ess.el X%%EMACS_SITE_LISPDIR%%/ess.elc X%%EMACS_SITE_LISPDIR%%/essd-els.el X%%EMACS_SITE_LISPDIR%%/essd-els.elc X%%EMACS_SITE_LISPDIR%%/make-regexp.el X%%EMACS_SITE_LISPDIR%%/make-regexp.elc X%%EMACS_SITE_LISPDIR%%/mouseme.el X%%EMACS_SITE_LISPDIR%%/mouseme.elc X%%EMACS_SITE_LISPDIR%%/msdos.el X%%EMACS_SITE_LISPDIR%%/msdos.elc X%%EMACS_SITE_LISPDIR%%/noweb-font-lock-mode.el X%%EMACS_SITE_LISPDIR%%/noweb-font-lock-mode.elc X%%EMACS_SITE_LISPDIR%%/noweb-mode.el X%%EMACS_SITE_LISPDIR%%/noweb-mode.elc X@dirrm %%EMACS_LIBDIR%%/etc/ess/icons X@dirrm %%EMACS_LIBDIR%%/etc/ess X@dirrmtry %%EMACS_LIBDIR%%/etc aedea25df6c129505f9a33de142ebb53 echo x - ess/pkg-descr sed 's/^X//' >ess/pkg-descr << '3ec18badb463e1adf9514aaf7e381eb4' XEmacs Speaks Statistics (ESS) is an add-on package for emacs text editors Xsuch as GNU Emacs and XEmacs. It is designed to support editing of scripts Xand interaction with various statistical analysis programs such as R, S-Plus, XSAS, Stata and JAGS. X XWWW: http://ess.r-project.org 3ec18badb463e1adf9514aaf7e381eb4 echo x - ess/Makefile sed 's/^X//' >ess/Makefile << '7c3819bc523927b92565c34dc6389bb5' X# New ports collection makefile for: ess X# Date created: 01 August 2011 X# Whom: Christopher J.s Ruwe X XPORTNAME= ess XPORTVERSION= 5.14 XCATEGORIES= math XMASTER_SITES= http://ess.r-project.org/downloads/ess/ XEXTRACT_SUFX= .tgz X XMAINTAINER= cjr@cruwe.de XCOMMENT= R support for Emacsen X XRUN_DEPENDS= R:${PORTSDIR}/math/R X XLICENSE= GPLv2 X XUSE_EMACS= yes XUSE_GMAKE= yes X X.if !defined(NOPORTDOCS) XINFO= ess X.endif X Xpost-patch: X ${REINPLACE_CMD} -e "\|^PREFIX=|d" -e "\|^INSTALL=|d" \ X -e "\|^EMACS=|s|=.*|=${EMACS_NAME}|" \ X -e "\|^ETCDIR=|s|=.*|=${PREFIX}/${EMACS_LIBDIR}/etc/ess|" \ X -e "\|^INFODIR=|s|=.*|=${PREFIX}/${INFO_PATH}|" \ X -e "\|^LISPDIR=|s|=.*|=${PREFIX}/${EMACS_SITE_LISPDIR}|" \ X ${WRKSRC}/Makeconf X ${REINPLACE_CMD} -e "\|cd doc; \$$(MAKE) \$$@|d" \ X ${WRKSRC}/Makefile X ${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_DATA}|g" \ X ${WRKSRC}/doc/Makefile ${WRKSRC}/etc/Makefile X ${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_SCRIPT}|g" \ X ${WRKSRC}/lisp/Makefile X X.if !defined(NOPORTDOCS) Xpost-build: X @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \ X ${MAKE_ARGS} info) X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \ X ${MAKE_ARGS} install-info) X.endif X @${ECHO_MSG} "" X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} "" X X.include 7c3819bc523927b92565c34dc6389bb5 echo x - ess/pkg-message sed 's/^X//' >ess/pkg-message << 'e7c61cbee9192fa83cb45654da1e2b77' X***************************************************************************** XFor convenience, users may want to add: X X;;;Emacs ESS X (require 'ess-site) X Xto their ~/.emacs or ~/.xemacs/init.el file. X X***************************************************************************** e7c61cbee9192fa83cb45654da1e2b77 echo x - ess/distinfo sed 's/^X//' >ess/distinfo << '5a506e887af9088aaf9ca52402dd3c68' XSHA256 (ess-5.14.tgz) = 982b625f5c3f0e11d2cd8903e15026b5ecac6775415e8eb3cd120d0b9950dcc6 XSIZE (ess-5.14.tgz) = 7272065 5a506e887af9088aaf9ca52402dd3c68 exit --- ess-5.14.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 23:13:08 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 CC7CF106566B; Mon, 1 Aug 2011 23:13:08 +0000 (UTC) (envelope-from joelh@piquan.org) Received: from thor.piquan.org (unknown [IPv6:2001:470:1f05:1741:201:2ff:fe8b:103e]) by mx1.freebsd.org (Postfix) with ESMTP id A90058FC13; Mon, 1 Aug 2011 23:13:08 +0000 (UTC) Received: from frigg.pvt.piquan.org (frigg.pvt.piquan.org [192.168.13.48]) (authenticated bits=0) by thor.piquan.org (8.14.5/8.14.5) with ESMTP id p71ND57k055275 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 1 Aug 2011 16:13:06 -0700 (PDT) (envelope-from joelh@piquan.org) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: Joel Ray Holveck In-Reply-To: <201108011825.p71IPHZQ024108@freefall.freebsd.org> Date: Mon, 1 Aug 2011 16:13:05 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <7503DF98-1051-4894-B4AF-BB08C746BBC4@piquan.org> References: <201108011825.p71IPHZQ024108@freefall.freebsd.org> To: arved@FreeBSD.org X-Mailer: Apple Mail (2.1244.3) Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/159340: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 01 Aug 2011 23:13:08 -0000 On Aug 1, 2011, at 11:25, arved@FreeBSD.org wrote: > If the port compiles against alsa-lib, it needs a dependency on = alsalib. > Can you supply a patch, that adds this dependency? The port will compile against alsa-lib if it's installed, but otherwise = will work without it. (There's not a corresponding configure argument.) = Should the dependency be conditional against a WITH_ALSA option (that = has no effect other than add the dependency), or a .if exists = conditional? Thanks, joelh= From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 23:24:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF30106566C; Mon, 1 Aug 2011 23:24:01 +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 B5B868FC16; Mon, 1 Aug 2011 23:24:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71NO1kO097944; Mon, 1 Aug 2011 23:24:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71NO1Ff097940; Mon, 1 Aug 2011 23:24:01 GMT (envelope-from linimon) Date: Mon, 1 Aug 2011 23:24:01 GMT Message-Id: <201108012324.p71NO1Ff097940@freefall.freebsd.org> To: cjr@cruwe.de, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159366: [maintainer-update] math/ess: Emacs Speaks Statistics 5.13 -> 5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 23:24:01 -0000 Old Synopsis: [maintainer-update] Emacs Speaks Statistics 5.13 -> 5.14 New Synopsis: [maintainer-update] math/ess: Emacs Speaks Statistics 5.13 -> 5.14 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Mon Aug 1 23:22:57 UTC 2011 State-Changed-Why: To submitter: per the Porter's Handbook, we prefer port updates to be in diff format, so that we can more easily see what changed. Also, it helps our classification tools to put category/portname in the Synopsis. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=159366 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 1 23:26:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB111065670; Mon, 1 Aug 2011 23:26:01 +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 8479E8FC0C; Mon, 1 Aug 2011 23:26:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p71NQ1cM098031; Mon, 1 Aug 2011 23:26:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p71NQ0vd098027; Mon, 1 Aug 2011 23:26:00 GMT (envelope-from linimon) Date: Mon, 1 Aug 2011 23:26:00 GMT Message-Id: <201108012326.p71NQ0vd098027@freefall.freebsd.org> To: ports@bsdserwis.com, linpct@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159223: [PATCH] net-mgmt/collectd: update to 5.0.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, 01 Aug 2011 23:26:01 -0000 Synopsis: [PATCH] net-mgmt/collectd: update to 5.0.0 State-Changed-From-To: feedback->analyzed State-Changed-By: linimon State-Changed-When: Mon Aug 1 23:25:38 UTC 2011 State-Changed-Why: Maintainer would prefer that instead it be a new port. http://www.freebsd.org/cgi/query-pr.cgi?pr=159223 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 00:39: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 A83861065672; Tue, 2 Aug 2011 00:39:15 +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 80CB38FC16; Tue, 2 Aug 2011 00:39: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 p720dFuv066206; Tue, 2 Aug 2011 00:39:15 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p720dFYP066202; Tue, 2 Aug 2011 00:39:15 GMT (envelope-from wen) Date: Tue, 2 Aug 2011 00:39:15 GMT Message-Id: <201108020039.p720dFYP066202@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/159339: [new port] deskutils/rednotebook: A modern journal written in python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 00:39:15 -0000 Synopsis: [new port] deskutils/rednotebook: A modern journal written in python Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Tue Aug 2 00:39:15 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159339 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 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 D6DEB106564A for ; Tue, 2 Aug 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 AD8438FC19 for ; Tue, 2 Aug 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 p720eAtw066301 for ; Tue, 2 Aug 2011 00: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 p720eAi6066300; Tue, 2 Aug 2011 00:40:10 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 00:40:10 GMT Message-Id: <201108020040.p720eAi6066300@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael DeMan Cc: Subject: Re: ports/159317: net-mgmt/zenoss - missing log directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael DeMan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 00:40:10 -0000 The following reply was made to PR ports/159317; it has been noted by GNATS. From: Michael DeMan To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159317: net-mgmt/zenoss - missing log directory Date: Mon, 1 Aug 2011 17:14:44 -0700 Gotcha, I now realize I never ran the 'init' - hence probably a good = assortment of problems. I ended up doing the install on CentOS 5.6 instead, will give the = FreeBSD port a whirl another time, but that would be weeks/months in the = future. I presume it would be best to close this out since almost assuredly the = problem I ran into was from not doing the zenoss 'init'. - Mike From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 02:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A231D106564A for ; Tue, 2 Aug 2011 02:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C56F8FC0C for ; Tue, 2 Aug 2011 02:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p722KBJm056454 for ; Tue, 2 Aug 2011 02:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p722KB8p056453; Tue, 2 Aug 2011 02:20:11 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 02:20:11 GMT Resent-Message-Id: <201108020220.p722KB8p056453@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nbari@dalmp.com Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64B1A1065670 for ; Tue, 2 Aug 2011 02:10:41 +0000 (UTC) (envelope-from root@eu.route.mx) Received: from eu.route.mx (eu.route.mx [46.137.95.40]) by mx1.freebsd.org (Postfix) with ESMTP id A3F488FC08 for ; Tue, 2 Aug 2011 02:10:40 +0000 (UTC) Received: (qmail 3045 invoked by uid 0); 2 Aug 2011 01:43:58 -0000 Message-Id: <20110802014358.3044.qmail@eu.route.mx> Date: 2 Aug 2011 01:43:58 -0000 From: nbari@dalmp.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nbari@dalmp.com Subject: ports/159368: update port databases/dalmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nbari@dalmp.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 02:20:11 -0000 >Number: 159368 >Category: ports >Synopsis: update port databases/dalmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 02:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicolas de Bari Embriz >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: >Description: * SSL support added * sessions ref value on sqlite / db changed to data/varchar instead of INT so user can store in ref integers or chars for example it could store some json encoded data * added redisX and memCacheX methods so user can extend functionality of the object using all the available methods for each cache system * fixed and improvement to SessionsRef >How-To-Repeat: >Fix: --- dalmp.diff begins here --- diff -urN dalmp-old/Makefile dalmp/Makefile --- dalmp-old/Makefile 2011-08-02 01:36:10.000000000 +0000 +++ dalmp/Makefile 2011-08-02 01:36:20.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= dalmp -PORTVERSION= 0.9.308 +PORTVERSION= 0.9.313 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff -urN dalmp-old/distinfo dalmp/distinfo --- dalmp-old/distinfo 2011-08-02 01:36:10.000000000 +0000 +++ dalmp/distinfo 2011-08-02 01:36:23.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (dalmp-0.9.308.tar.bz2) = 52d8fff39f439a461460180c9b39bdc39e5fbf497caa4f196e182c2860f98e99 -SIZE (dalmp-0.9.308.tar.bz2) = 17469 +SHA256 (dalmp-0.9.313.tar.bz2) = 25d06baa54c3386bd70161a7751ce230e8fe76abf0fa2cb15115dbaadaad9c56 +SIZE (dalmp-0.9.313.tar.bz2) = 17622 --- dalmp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 02: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 7E4C81065672 for ; Tue, 2 Aug 2011 02:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 503878FC18 for ; Tue, 2 Aug 2011 02: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 p722eAqk075733 for ; Tue, 2 Aug 2011 02: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 p722eAiw075732; Tue, 2 Aug 2011 02:40:10 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 02:40:10 GMT Resent-Message-Id: <201108020240.p722eAiw075732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CAA9106566B for ; Tue, 2 Aug 2011 02:33:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AF7C08FC13 for ; Tue, 2 Aug 2011 02:33:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p722Xtcq009751 for ; Tue, 2 Aug 2011 02:33:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p722XtxC009727; Tue, 2 Aug 2011 02:33:55 GMT (envelope-from nobody) Message-Id: <201108020233.p722XtxC009727@red.freebsd.org> Date: Tue, 2 Aug 2011 02:33:55 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 02:40:10 -0000 >Number: 159369 >Category: ports >Synopsis: [patch] databases/pgtune: Update to latest version, request mainainership >Confidential: no >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 Aug 02 02:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 9-CURRENT amd64 >Organization: >Environment: >Description: Update databases/pgtune to latest version (updated in 2009, so while here, request maintainership). >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/pgtune/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 17 May 2009 10:14:08 -0000 1.1 +++ Makefile 2 Aug 2011 02:28:56 -0000 @@ -6,12 +6,12 @@ # PORTNAME= pgtune -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.3 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2068/ \ - http://mirror.labs.fr/pub/FreeBSD/distfiles/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \ + http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ -MAINTAINER= matthieu@labs.fr +MAINTAINER= gjb@FreeBSD.org COMMENT= Postgresql.conf tuning tips based on hardware and load type USE_PYTHON= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/databases/pgtune/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 20 Mar 2011 12:47:48 -0000 1.2 +++ distinfo 2 Aug 2011 02:28:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (pgtune-0.9.0.tar.gz) = 864960dd100bb234eacd63803befe0a35d251cc48d41abfadf321eb82335b92d -SIZE (pgtune-0.9.0.tar.gz) = 22414 +SHA256 (pgtune-0.9.3.tar.gz) = 31ac5774766dd9793d8d2d3681d1edb45760897c8eda3afc48b8d59350dee0ea +SIZE (pgtune-0.9.3.tar.gz) = 34408 Index: files/patch-pgtune =================================================================== RCS file: /home/pcvs/ports/databases/pgtune/files/patch-pgtune,v retrieving revision 1.1 diff -u -r1.1 patch-pgtune --- files/patch-pgtune 17 May 2009 10:14:08 -0000 1.1 +++ files/patch-pgtune 2 Aug 2011 02:28:56 -0000 @@ -1,16 +1,16 @@ ---- pgtune-original 2009-01-26 17:11:05.000000000 +0100 -+++ pgtune 2009-02-18 08:20:59.000000000 +0100 +--- pgtune.orig 2009-10-28 21:16:39.000000000 -0400 ++++ pgtune 2011-08-01 15:32:10.000000000 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/local/bin/python """ pgtune -@@ -248,7 +248,7 @@ +@@ -277,7 +277,7 @@ if platform.architecture()[0]=="64bit": platformBits=64 - # TODO Base this file location on where this script is at # TODO Support handling versions other than 8.4 -- settingDumpFile="pg_settings-8.4-"+str(platformBits) + # TODO Allow passing in platform bit size +- settingDumpFile=os.path.join(settings_dir,"pg_settings-8.4-"+str(platformBits)) + settingDumpFile="/usr/local/share/pgtune/settings/pg_settings-8.4-"+str(platformBits) settingColumns=["name","setting","unit","category","short_desc", "extra_desc","context","vartype","min_val","max_val","enumvals", >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 02: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 B1138106564A; Tue, 2 Aug 2011 02: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 89C3D8FC12; Tue, 2 Aug 2011 02: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 p722eKjd076217; Tue, 2 Aug 2011 02: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 p722eKhM076213; Tue, 2 Aug 2011 02:40:20 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 02:40:20 GMT Message-Id: <201108020240.p722eKhM076213@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gjb@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 02:40:20 -0000 Synopsis: [patch] databases/pgtune: Update to latest version, request mainainership Responsible-Changed-From-To: freebsd-ports-bugs->gjb Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 02:40:20 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159369 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 02:44: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 A7E1B106566B; Tue, 2 Aug 2011 02:44:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF5D8FC0A; Tue, 2 Aug 2011 02:44: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 p722ikMo084102; Tue, 2 Aug 2011 02:44:46 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p722ikX5084098; Tue, 2 Aug 2011 02:44:46 GMT (envelope-from gjb) Date: Tue, 2 Aug 2011 02:44:46 GMT Message-Id: <201108020244.p722ikX5084098@freefall.freebsd.org> To: matthieu@labs.fr, gjb@FreeBSD.org, gjb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 02:44:46 -0000 Synopsis: [patch] databases/pgtune: Update to latest version, request mainainership Responsible-Changed-From-To: gjb->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Tue Aug 2 02:44:07 UTC 2011 Responsible-Changed-Why: Back over to the ports committers. http://www.freebsd.org/cgi/query-pr.cgi?pr=159369 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 02: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 23D0C1065674 for ; Tue, 2 Aug 2011 02: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 13B9B8FC0C for ; Tue, 2 Aug 2011 02: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 p722oAO1084908 for ; Tue, 2 Aug 2011 02: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 p722oAVD084907; Tue, 2 Aug 2011 02:50:10 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 02:50:10 GMT Message-Id: <201108020250.p722oAVD084907@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 02:50:11 -0000 The following reply was made to PR ports/159369; it has been noted by GNATS. From: Edwin Groothuis To: matthieu@labs.fr Cc: bug-followup@FreeBSD.org Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership Date: Tue, 2 Aug 2011 02:40:22 UT Maintainer of databases/pgtune, Please note that PR ports/159369 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/159369 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 03:10:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66567106564A for ; Tue, 2 Aug 2011 03:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD0F8FC17 for ; Tue, 2 Aug 2011 03:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p723ADSD002128 for ; Tue, 2 Aug 2011 03:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p723ADXh002127; Tue, 2 Aug 2011 03:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 03:10:13 GMT Resent-Message-Id: <201108020310.p723ADXh002127@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2454106566B; Tue, 2 Aug 2011 03:05:59 +0000 (UTC) (envelope-from gasol@aqua.pixnet.tw) Received: from epaper.pixnet.net (srvnat.pixnet.tw [60.199.247.250]) by mx1.freebsd.org (Postfix) with ESMTP id 5384B8FC08; Tue, 2 Aug 2011 03:05:58 +0000 (UTC) Message-Id: <20110801181747.B27F62E034@aqua.pixnet.tw> Date: Tue, 2 Aug 2011 02:17:47 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/159370: [PATCH] devel/thrift: update to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 03:10:13 -0000 >Number: 159370 >Category: ports >Synopsis: [PATCH] devel/thrift: update to 0.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 03:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >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: - Update to 0.6.1 Removed file(s): - pkg-plist Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- thrift-0.6.1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/thrift/Makefile /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/Makefile --- /usr/ports/devel/thrift/Makefile 2010-12-11 07:05:04.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/Makefile 2011-08-02 01:21:11.762486000 +0800 @@ -6,12 +6,11 @@ # PORTNAME= thrift -PORTVERSION= 0.4.0 +PORTVERSION= 0.6.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE -MASTER_SITE_SUBDIR= incubator/thrift/${PORTVERSION}-incubating -DISTNAME= thrift-${PORTVERSION} +MASTER_SITE_SUBDIR= /thrift/${PORTVERSION} MAINTAINER= skv@FreeBSD.org COMMENT= Framework for scalable cross-language services development @@ -19,8 +18,8 @@ LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ event-1.4:${PORTSDIR}/devel/libevent -USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \ - automake:env libtool:env +USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env automake:env libtool:env + USE_GNOME= pkgconfig USE_GCC= 4.2+ GNU_CONFIGURE= yes @@ -45,8 +44,12 @@ --without-java \ --without-perl \ --without-php \ - --without-py \ - --without-ruby + --without-php_extension \ + --without-python \ + --without-ruby \ + --without-haskell + +PLIST_FILES= bin/thrift .include @@ -54,22 +57,13 @@ BROKEN= Does not compile on sparc64 .endif -post-patch: - @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am - -pre-configure: - @(cd ${WRKSRC} && ./bootstrap.sh) - post-install: - @${LN} -sf ${PREFIX}/lib/libthrift.so.0 ${PREFIX}/lib/libthrift.so - @${LN} -sf ${PREFIX}/lib/libthriftnb.so.0 ${PREFIX}/lib/libthriftnb.so - @${LN} -sf ${PREFIX}/lib/libthriftz.so.0 ${PREFIX}/lib/libthriftz.so @${ECHO_MSG} @${ECHO_MSG} "For use with C++, the same compiler as used to build this port must be used" @${ECHO_MSG} "to compile and link your generated IDL bindings." @${ECHO_MSG} @${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:" - @${ECHO_MSG} "http://incubator.apache.org/thrift/static/thrift-20070401.pdf" + @${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf" @${ECHO_MSG} .include diff -ruN --exclude=CVS /usr/ports/devel/thrift/distinfo /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/distinfo --- /usr/ports/devel/thrift/distinfo 2011-07-03 22:59:16.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/distinfo 2011-08-01 17:18:12.844880000 +0800 @@ -1,2 +1,2 @@ -SHA256 (thrift-0.4.0.tar.gz) = 7cb8825a8888686ed6a9e229c9e9fcd9878a4af623785e1b22cdcc01a578d248 -SIZE (thrift-0.4.0.tar.gz) = 1206710 +SHA256 (thrift-0.6.1.tar.gz) = 1bed1ea17bf31c861fa8dd6e0182360eb8234383f32d0e4a36b70047b2e6b313 +SIZE (thrift-0.6.1.tar.gz) = 2034583 diff -ruN --exclude=CVS /usr/ports/devel/thrift/pkg-descr /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-descr --- /usr/ports/devel/thrift/pkg-descr 2009-06-24 06:20:17.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-descr 2011-08-02 01:19:42.151416000 +0800 @@ -9,4 +9,4 @@ Thrift is specifically designed to support non-atomic version changes across client and server code. -WWW: http://incubator.apache.org/thrift/ +WWW: http://thrift.apache.org diff -ruN --exclude=CVS /usr/ports/devel/thrift/pkg-plist /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-plist --- /usr/ports/devel/thrift/pkg-plist 2010-12-11 07:05:04.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-plist 1970-01-01 08:00:00.000000000 +0800 @@ -1,71 +0,0 @@ -@comment $FreeBSD: ports/devel/thrift/pkg-plist,v 1.4 2010/12/10 23:05:04 pgollucci Exp $ -bin/thrift -include/thrift/TApplicationException.h -include/thrift/TLogging.h -include/thrift/TProcessor.h -include/thrift/TReflectionLocal.h -include/thrift/Thrift.h -include/thrift/concurrency/Exception.h -include/thrift/concurrency/FunctionRunner.h -include/thrift/concurrency/Monitor.h -include/thrift/concurrency/Mutex.h -include/thrift/concurrency/PosixThreadFactory.h -include/thrift/concurrency/Thread.h -include/thrift/concurrency/ThreadManager.h -include/thrift/concurrency/TimerManager.h -include/thrift/concurrency/Util.h -include/thrift/config.h -include/thrift/processor/PeekProcessor.h -include/thrift/processor/StatsProcessor.h -include/thrift/protocol/TBase64Utils.h -include/thrift/protocol/TBinaryProtocol.h -include/thrift/protocol/TCompactProtocol.h -include/thrift/protocol/TDebugProtocol.h -include/thrift/protocol/TDenseProtocol.h -include/thrift/protocol/TJSONProtocol.h -include/thrift/protocol/TOneWayProtocol.h -include/thrift/protocol/TProtocol.h -include/thrift/protocol/TProtocolException.h -include/thrift/protocol/TProtocolTap.h -include/thrift/server/TNonblockingServer.h -include/thrift/server/TServer.h -include/thrift/server/TSimpleServer.h -include/thrift/server/TThreadPoolServer.h -include/thrift/server/TThreadedServer.h -include/thrift/transport/TBufferTransports.h -include/thrift/transport/TFDTransport.h -include/thrift/transport/TFileTransport.h -include/thrift/transport/THttpClient.h -include/thrift/transport/THttpServer.h -include/thrift/transport/THttpTransport.h -include/thrift/transport/TServerSocket.h -include/thrift/transport/TServerTransport.h -include/thrift/transport/TShortReadTransport.h -include/thrift/transport/TSimpleFileTransport.h -include/thrift/transport/TSocket.h -include/thrift/transport/TSocketPool.h -include/thrift/transport/TTransport.h -include/thrift/transport/TTransportException.h -include/thrift/transport/TTransportUtils.h -include/thrift/transport/TZlibTransport.h -lib/libthrift.a -lib/libthrift.la -lib/libthrift.so -lib/libthrift.so.0 -lib/libthriftnb.a -lib/libthriftnb.la -lib/libthriftnb.so -lib/libthriftnb.so.0 -lib/libthriftz.a -lib/libthriftz.la -lib/libthriftz.so -lib/libthriftz.so.0 -libdata/pkgconfig/thrift-nb.pc -libdata/pkgconfig/thrift-z.pc -libdata/pkgconfig/thrift.pc -@dirrm include/thrift/transport -@dirrm include/thrift/server -@dirrm include/thrift/protocol -@dirrm include/thrift/processor -@dirrm include/thrift/concurrency -@dirrm include/thrift --- thrift-0.6.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 03: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 9B9B0106564A; Tue, 2 Aug 2011 03: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 74B5C8FC18; Tue, 2 Aug 2011 03: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 p723APfZ002333; Tue, 2 Aug 2011 03:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p723APLM002329; Tue, 2 Aug 2011 03:10:25 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 03:10:25 GMT Message-Id: <201108020310.p723APLM002329@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159370: [PATCH] devel/thrift: update to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 03:10:25 -0000 Synopsis: [PATCH] devel/thrift: update to 0.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 03: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=159370 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 03:19:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D698106566C; Tue, 2 Aug 2011 03:19:02 +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 267AB8FC08; Tue, 2 Aug 2011 03:19: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 p723J2Au012298; Tue, 2 Aug 2011 03:19:02 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p723J14K012293; Tue, 2 Aug 2011 03:19:01 GMT (envelope-from eadler) Date: Tue, 2 Aug 2011 03:19:01 GMT Message-Id: <201108020319.p723J14K012293@freefall.freebsd.org> To: vangyzen@stat.duke.edu, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/57498: HEIMDAL_HOME should be defined in src or ports Makefiles security/heimdal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 03:19:02 -0000 Synopsis: HEIMDAL_HOME should be defined in src or ports Makefiles security/heimdal State-Changed-From-To: suspended->open State-Changed-By: eadler State-Changed-When: Tue Aug 2 03:19:01 UTC 2011 State-Changed-Why: This should not be suspended http://www.freebsd.org/cgi/query-pr.cgi?pr=57498 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 03: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 30F65106564A for ; Tue, 2 Aug 2011 03: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 157FD8FC15 for ; Tue, 2 Aug 2011 03: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 p723KA5S012499 for ; Tue, 2 Aug 2011 03: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 p723KA8f012498; Tue, 2 Aug 2011 03:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 03:20:10 GMT Resent-Message-Id: <201108020320.p723KA8f012498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37BAA106566B; Tue, 2 Aug 2011 03:15:59 +0000 (UTC) (envelope-from gasol@aqua.pixnet.tw) Received: from epaper.pixnet.net (srvnat.pixnet.tw [60.199.247.250]) by mx1.freebsd.org (Postfix) with ESMTP id BD0FA8FC08; Tue, 2 Aug 2011 03:15:58 +0000 (UTC) Message-Id: <20110801175051.6BA612E030@aqua.pixnet.tw> Date: Tue, 2 Aug 2011 01:50:51 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/159371: [PATCH] devel/thrift: update to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 03:20:11 -0000 >Number: 159371 >Category: ports >Synopsis: [PATCH] devel/thrift: update to 0.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 03:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >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: - Update to 0.6.1 Removed file(s): - pkg-plist Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- thrift-0.6.1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/thrift/Makefile /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/Makefile --- /usr/ports/devel/thrift/Makefile 2010-12-11 07:05:04.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/Makefile 2011-08-02 01:21:11.762486000 +0800 @@ -6,12 +6,11 @@ # PORTNAME= thrift -PORTVERSION= 0.4.0 +PORTVERSION= 0.6.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE -MASTER_SITE_SUBDIR= incubator/thrift/${PORTVERSION}-incubating -DISTNAME= thrift-${PORTVERSION} +MASTER_SITE_SUBDIR= /thrift/${PORTVERSION} MAINTAINER= skv@FreeBSD.org COMMENT= Framework for scalable cross-language services development @@ -19,8 +18,8 @@ LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ event-1.4:${PORTSDIR}/devel/libevent -USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \ - automake:env libtool:env +USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env automake:env libtool:env + USE_GNOME= pkgconfig USE_GCC= 4.2+ GNU_CONFIGURE= yes @@ -45,8 +44,12 @@ --without-java \ --without-perl \ --without-php \ - --without-py \ - --without-ruby + --without-php_extension \ + --without-python \ + --without-ruby \ + --without-haskell + +PLIST_FILES= bin/thrift .include @@ -54,22 +57,13 @@ BROKEN= Does not compile on sparc64 .endif -post-patch: - @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am - -pre-configure: - @(cd ${WRKSRC} && ./bootstrap.sh) - post-install: - @${LN} -sf ${PREFIX}/lib/libthrift.so.0 ${PREFIX}/lib/libthrift.so - @${LN} -sf ${PREFIX}/lib/libthriftnb.so.0 ${PREFIX}/lib/libthriftnb.so - @${LN} -sf ${PREFIX}/lib/libthriftz.so.0 ${PREFIX}/lib/libthriftz.so @${ECHO_MSG} @${ECHO_MSG} "For use with C++, the same compiler as used to build this port must be used" @${ECHO_MSG} "to compile and link your generated IDL bindings." @${ECHO_MSG} @${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:" - @${ECHO_MSG} "http://incubator.apache.org/thrift/static/thrift-20070401.pdf" + @${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf" @${ECHO_MSG} .include diff -ruN --exclude=CVS /usr/ports/devel/thrift/distinfo /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/distinfo --- /usr/ports/devel/thrift/distinfo 2011-07-03 22:59:16.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/distinfo 2011-08-01 17:18:12.844880000 +0800 @@ -1,2 +1,2 @@ -SHA256 (thrift-0.4.0.tar.gz) = 7cb8825a8888686ed6a9e229c9e9fcd9878a4af623785e1b22cdcc01a578d248 -SIZE (thrift-0.4.0.tar.gz) = 1206710 +SHA256 (thrift-0.6.1.tar.gz) = 1bed1ea17bf31c861fa8dd6e0182360eb8234383f32d0e4a36b70047b2e6b313 +SIZE (thrift-0.6.1.tar.gz) = 2034583 diff -ruN --exclude=CVS /usr/ports/devel/thrift/pkg-descr /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-descr --- /usr/ports/devel/thrift/pkg-descr 2009-06-24 06:20:17.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-descr 2011-08-02 01:19:42.151416000 +0800 @@ -9,4 +9,4 @@ Thrift is specifically designed to support non-atomic version changes across client and server code. -WWW: http://incubator.apache.org/thrift/ +WWW: http://thrift.apache.org diff -ruN --exclude=CVS /usr/ports/devel/thrift/pkg-plist /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-plist --- /usr/ports/devel/thrift/pkg-plist 2010-12-11 07:05:04.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-plist 1970-01-01 08:00:00.000000000 +0800 @@ -1,71 +0,0 @@ -@comment $FreeBSD: ports/devel/thrift/pkg-plist,v 1.4 2010/12/10 23:05:04 pgollucci Exp $ -bin/thrift -include/thrift/TApplicationException.h -include/thrift/TLogging.h -include/thrift/TProcessor.h -include/thrift/TReflectionLocal.h -include/thrift/Thrift.h -include/thrift/concurrency/Exception.h -include/thrift/concurrency/FunctionRunner.h -include/thrift/concurrency/Monitor.h -include/thrift/concurrency/Mutex.h -include/thrift/concurrency/PosixThreadFactory.h -include/thrift/concurrency/Thread.h -include/thrift/concurrency/ThreadManager.h -include/thrift/concurrency/TimerManager.h -include/thrift/concurrency/Util.h -include/thrift/config.h -include/thrift/processor/PeekProcessor.h -include/thrift/processor/StatsProcessor.h -include/thrift/protocol/TBase64Utils.h -include/thrift/protocol/TBinaryProtocol.h -include/thrift/protocol/TCompactProtocol.h -include/thrift/protocol/TDebugProtocol.h -include/thrift/protocol/TDenseProtocol.h -include/thrift/protocol/TJSONProtocol.h -include/thrift/protocol/TOneWayProtocol.h -include/thrift/protocol/TProtocol.h -include/thrift/protocol/TProtocolException.h -include/thrift/protocol/TProtocolTap.h -include/thrift/server/TNonblockingServer.h -include/thrift/server/TServer.h -include/thrift/server/TSimpleServer.h -include/thrift/server/TThreadPoolServer.h -include/thrift/server/TThreadedServer.h -include/thrift/transport/TBufferTransports.h -include/thrift/transport/TFDTransport.h -include/thrift/transport/TFileTransport.h -include/thrift/transport/THttpClient.h -include/thrift/transport/THttpServer.h -include/thrift/transport/THttpTransport.h -include/thrift/transport/TServerSocket.h -include/thrift/transport/TServerTransport.h -include/thrift/transport/TShortReadTransport.h -include/thrift/transport/TSimpleFileTransport.h -include/thrift/transport/TSocket.h -include/thrift/transport/TSocketPool.h -include/thrift/transport/TTransport.h -include/thrift/transport/TTransportException.h -include/thrift/transport/TTransportUtils.h -include/thrift/transport/TZlibTransport.h -lib/libthrift.a -lib/libthrift.la -lib/libthrift.so -lib/libthrift.so.0 -lib/libthriftnb.a -lib/libthriftnb.la -lib/libthriftnb.so -lib/libthriftnb.so.0 -lib/libthriftz.a -lib/libthriftz.la -lib/libthriftz.so -lib/libthriftz.so.0 -libdata/pkgconfig/thrift-nb.pc -libdata/pkgconfig/thrift-z.pc -libdata/pkgconfig/thrift.pc -@dirrm include/thrift/transport -@dirrm include/thrift/server -@dirrm include/thrift/protocol -@dirrm include/thrift/processor -@dirrm include/thrift/concurrency -@dirrm include/thrift --- thrift-0.6.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 03:20:22 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39D11106568E; Tue, 2 Aug 2011 03:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 12B338FC12; Tue, 2 Aug 2011 03: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 p723KL3x012694; Tue, 2 Aug 2011 03:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p723KLNo012690; Tue, 2 Aug 2011 03:20:21 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 03:20:21 GMT Message-Id: <201108020320.p723KLNo012690@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159371: [PATCH] devel/thrift: update to 0.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 03:20:22 -0000 Synopsis: [PATCH] devel/thrift: update to 0.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 03:20:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159371 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 03: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 676CA106564A for ; Tue, 2 Aug 2011 03: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 4255D8FC0A for ; Tue, 2 Aug 2011 03: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 p723UC9b020932 for ; Tue, 2 Aug 2011 03: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 p723UCX4020928; Tue, 2 Aug 2011 03:30:12 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 03:30:12 GMT Resent-Message-Id: <201108020330.p723UCX4020928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD2631065675 for ; Tue, 2 Aug 2011 03:21:05 +0000 (UTC) (envelope-from beyert@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 7D4F58FC1D for ; Tue, 2 Aug 2011 03:21:05 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 7A9FD20A10; Mon, 1 Aug 2011 23:21:04 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 01 Aug 2011 23:21:04 -0400 Received: from aeonserv.aeonnet.fastmail.fm (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240]) by mail.messagingengine.com (Postfix) with ESMTPSA id B475D457655; Mon, 1 Aug 2011 23:21:03 -0400 (EDT) Message-Id: <87zkjsijmq.wl@fastmail.fm> Date: Mon, 01 Aug 2011 20:21:01 -0700 From: Timothy Beyer To: FreeBSD GNATS Submit Cc: Timothy Beyer Subject: ports/159372: new port: net/opennx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 03:30:12 -0000 >Number: 159372 >Category: ports >Synopsis: new port: net/opennx >Confidential: no >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 Aug 02 03:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 8.1-RELEASE i386 >Organization: no organization >Environment: System: FreeBSD aeonserv.aeonnet 8.1-RELEASE FreeBSD 8.1-RELEASE #7: Sat Sep 11 03:34:14 PDT 2010 beyert@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386 >Description: OpenNX is an open source drop in replacement for NoMachine's NX client. It is compatible to the original client in that it uses the same syntax for the session configuration files (.nxs files). OpenNX is distributed under the GNU Lesser Public License v2.1. OpenNX is written in C++ and uses the excellent wxWidgets toolkit. >How-To-Repeat: extract shar archive and build port >Fix: The included shar, and all prerequisite shar files --- opennx.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: # # opennx # opennx/Makefile # opennx/distinfo # opennx/pkg-descr # opennx/pkg-plist # echo c - opennx mkdir -p opennx > /dev/null 2>&1 echo x - opennx/Makefile sed 's/^X//' >opennx/Makefile << '0be2ea807cfac86e00cbb202958bbd6a' X# New ports collection makefile for: opennx X# Date created: Fri 29 Jul 2011 X# Whom: Timothy Beyer X# X# $FreeBSD: ports/net/opennx/Makefile,v 1.14 2011/07/29 18:02:46 beyert Exp $ X# X XPORTNAME= opennx XPORTVERSION= 0.16.0.648 XCATEGORIES= net XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source X XMAINTAINER= beyert@cs.ucr.edu XCOMMENT= Open source drop in replacement for NoMachine\'s NX client X XLICENSE= LGPL21 XLICENSE_FILE= ${WRKSRC}/COPYING X XLIB_DEPENDS= smbclient:${PORTSDIR}/net/samba-libsmbclient \ X cups:${PORTSDIR}/print/cups-base X XWRKSRC= ${WRKDIR}/${PORTNAME}-0.16 XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_WX= 2.8+ XWX_UNICODE= yes XCONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} XCPPFLAGS= "-I${LOCALBASE}/include" XCONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" XMAKE_JOBS_SAFE= yes X X.include 0be2ea807cfac86e00cbb202958bbd6a echo x - opennx/distinfo sed 's/^X//' >opennx/distinfo << '19d143c9a143906e2894e0a98c54f357' XSHA256 (opennx-0.16.0.648.tar.gz) = b8846081e9e8b7fcf936a90df847b348764960e3ee8c1fd06acefae886a13e2b XSIZE (opennx-0.16.0.648.tar.gz) = 5572559 19d143c9a143906e2894e0a98c54f357 echo x - opennx/pkg-descr sed 's/^X//' >opennx/pkg-descr << 'b1010f8b4ba334f5defe0accd1e6d289' XOpenNX is an open source drop in replacement for NoMachine's NX client. It is Xcompatible to the original client in that it uses the same syntax for the Xsession configuration files (.nxs files). OpenNX is distributed under the GNU XLesser Public License v2.1. OpenNX is written in C++ and uses the excellent XwxWidgets toolkit. Compared to the original client, it also adds some Xadditional features which improve usability: X X - Ability to use the OpenSC framework to enable SmartCard based X authentication for the initial SSH connection. X X - Ability to use a variety of different proxy types. X X - Ability to fetch session configuration files via http (read only) X X - Ability to disable configuration controls by providing a read only X configuration file. X X - Dynamic use of libsmbclient, libcups, libopensc and pulseaudio (no static X dependencies). X X - Uses libjpeg-turbo for speed improvement (if available). X XWWW: http://opennx.net/ b1010f8b4ba334f5defe0accd1e6d289 echo x - opennx/pkg-plist sed 's/^X//' >opennx/pkg-plist << 'd7047cdced92008b81f839b8fedce01f' Xbin/opennx Xbin/pconnect Xbin/watchreader Xshare/applnk/xdg/innovidata-opennx-admin.desktop Xshare/applnk/xdg/innovidata-opennx-wizard.desktop Xshare/applnk/xdg/innovidata-opennx.desktop Xshare/applnk/xdg/innovidata-opennx.directory Xshare/cups/mime.convs Xshare/cups/mime.types Xshare/icons/128x128/apps/nx.png Xshare/icons/128x128/apps/opennx-admin.png Xshare/icons/128x128/apps/opennx-wizard.png Xshare/icons/128x128/mimetypes/nx-desktop.png Xshare/icons/16x16/apps/nx.png Xshare/icons/16x16/apps/opennx-admin.png Xshare/icons/16x16/apps/opennx-wizard.png Xshare/icons/16x16/mimetypes/nx-desktop.png Xshare/icons/256x256/apps/nx.png Xshare/icons/256x256/apps/opennx-admin.png Xshare/icons/256x256/apps/opennx-wizard.png Xshare/icons/256x256/mimetypes/nx-desktop.png Xshare/icons/32x32/apps/nx.png Xshare/icons/32x32/apps/opennx-admin.png Xshare/icons/32x32/apps/opennx-wizard.png Xshare/icons/32x32/mimetypes/nx-desktop.png Xshare/icons/48x48/apps/nx.png Xshare/icons/48x48/apps/opennx-admin.png Xshare/icons/48x48/apps/opennx-wizard.png Xshare/icons/48x48/mimetypes/nx-desktop.png Xshare/icons/512x512/apps/nx.png Xshare/icons/512x512/apps/opennx-admin.png Xshare/icons/512x512/apps/opennx-wizard.png Xshare/icons/512x512/mimetypes/nx-desktop.png Xshare/icons/scalable/apps/nx.svg Xshare/icons/scalable/apps/opennx-admin.svg Xshare/icons/scalable/apps/opennx-wizard.svg Xshare/icons/scalable/mimetypes/nx-desktop.svg Xshare/keyboards Xshare/keys/server.id_dsa.key Xshare/locale/de/LC_MESSAGES/opennx.mo Xshare/locale/ru/LC_MESSAGES/opennx.mo Xshare/pconnect.html X@dirrm share/keys X@dirrmtry share/icons/scalable/mimetypes X@dirrmtry share/icons/scalable/apps X@dirrmtry share/icons/scalable X@dirrmtry share/icons/512x512/mimetypes X@dirrmtry share/icons/512x512/apps X@dirrmtry share/icons/512x512 X@dirrmtry share/icons/48x48/mimetypes X@dirrmtry share/icons/48x48/apps X@dirrmtry share/icons/48x48 X@dirrmtry share/icons/32x32/mimetypes X@dirrmtry share/icons/32x32/apps X@dirrmtry share/icons/32x32 X@dirrmtry share/icons/256x256/mimetypes X@dirrmtry share/icons/256x256/apps X@dirrmtry share/icons/256x256 X@dirrmtry share/icons/16x16/mimetypes X@dirrmtry share/icons/16x16/apps X@dirrmtry share/icons/16x16 X@dirrmtry share/icons/128x128/mimetypes X@dirrmtry share/icons/128x128/apps X@dirrmtry share/icons/128x128 X@dirrmtry share/icons X@dirrmtry share/cups X@dirrmtry share/applnk/xdg X@dirrmtry share/applnk d7047cdced92008b81f839b8fedce01f exit --- opennx.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 04: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 649441065673 for ; Tue, 2 Aug 2011 04: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 36C838FC14 for ; Tue, 2 Aug 2011 04: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 p724A7KK057534 for ; Tue, 2 Aug 2011 04: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 p724A732057533; Tue, 2 Aug 2011 04:10:07 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 04:10:07 GMT Resent-Message-Id: <201108020410.p724A732057533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Brooks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FF83106566C for ; Tue, 2 Aug 2011 04:05:38 +0000 (UTC) (envelope-from dab@rj45.org) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id DCBDD8FC1C for ; Tue, 2 Aug 2011 04:05:37 +0000 (UTC) Received: by ywm39 with SMTP id 39so1395623ywm.13 for ; Mon, 01 Aug 2011 21:05:37 -0700 (PDT) Received: by 10.236.192.166 with SMTP id i26mr3929026yhn.114.1312256369451; Mon, 01 Aug 2011 20:39:29 -0700 (PDT) Received: from dab@rj45.org (c-24-126-162-231.hsd1.ga.comcast.net [24.126.162.231]) by mx.google.com with ESMTPS id b24sm1559533yhm.11.2011.08.01.20.39.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Aug 2011 20:39:28 -0700 (PDT) Received: by dab@rj45.org (sSMTP sendmail emulation); Mon, 01 Aug 2011 23:14:07 -0400 Message-Id: <4e377170.a4b0ec0a.125a.55a8@mx.google.com> Date: Mon, 01 Aug 2011 23:14:07 -0400 From: David Brooks To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159373: MAINTAINER UPDATE: news/sabnzbdplus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Brooks List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 04:10:07 -0000 >Number: 159373 >Category: ports >Synopsis: MAINTAINER UPDATE: news/sabnzbdplus >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 Aug 02 04:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: David Brooks >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD landfill.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Port update for news/sabzbdplus to bring the verison to 0.6.6, which contains numerous bug fixes. >How-To-Repeat: n/a >Fix: n/a --- sabnzbdplus.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: # # sabnzbdplus # sabnzbdplus/Makefile # sabnzbdplus/distinfo # sabnzbdplus/pkg-descr # sabnzbdplus/pkg-plist # sabnzbdplus/files # sabnzbdplus/files/patch-SABnzbd.py # sabnzbdplus/files/pkg-message.in # sabnzbdplus/files/sabnzbd.in # echo c - sabnzbdplus mkdir -p sabnzbdplus > /dev/null 2>&1 echo x - sabnzbdplus/Makefile sed 's/^X//' >sabnzbdplus/Makefile << 'a4fe2b0fc520194424ac47dd9c792ccf' X# New ports collection makefile for: sabnzdbplus X# Date created: January 2008 X# Whom: David Brooks X# X# $FreeBSD: ports/news/sabnzbdplus/Makefile,v 1.38 2011/06/27 13:22:20 jlaffaye Exp $ X# X XPORTNAME= sabnzbdplus XPORTVERSION= 0.6.6 XCATEGORIES= news XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sabnzbd-${PORTVERSION} XDISTNAME= SABnzbd-${PORTVERSION}-src X XMAINTAINER= dab@rj45.org XCOMMENT= A web-interface based binary newsgrabber in python, with nzb support X XRUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah \ X ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.0:${PORTSDIR}/www/py-cherrypy \ X ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils \ X ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 X XLICENSE= GPLv2 X XUSE_PYTHON= 2.5+ X XNO_BUILD= yes XWRKSRC= ${WRKDIR}/SABnzbd-${PORTVERSION} XPLIST_SUB= PORTNAME=${PORTNAME} XSUB_LIST+= PORTNAME=${PORTNAME} XSUB_FILES= pkg-message XUSE_RC_SUBR= sabnzbd XCONFLICTS= sabzndb-0.* X XUSERS= _sabnzbd XGROUPS= _sabnzbd X XOPTIONS= PAR2CMDLINE "Required for postprocessing of par files." on \ X UNRAR "Often required for unpacking many downloads." on \ X FEEDPARSER "rss-feed support." on \ X YENC "yenc support." on \ X OPENSSL "SSL support" on X X.include X X.if !defined(WITHOUT_PAR2CMDLINE) XRUN_DEPENDS+= par2repair:${PORTSDIR}/archivers/par2cmdline X.endif X X.if !defined(WITHOUT_FEEDPARSER) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl X.endif X X.if !defined(WITHOUT_YENC) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_yenc.so:${PORTSDIR}/news/py-yenc X.endif X X.if !defined(WITHOUT_OPENSSL) XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser X.endif X X.if !defined(WITHOUT_UNRAR) XRUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar X.endif X Xpost-patch: X @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \ X ${WRKSRC}/SABnzbd.py X @${REINPLACE_CMD} -e "s:%%PREFIX%%:'${DATADIR}':g" \ X ${WRKSRC}/SABnzbd.py X X# the NO_BUILD option stops execution after configure. This should really be X# post-build Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/SABnzbd.py ${PREFIX}/bin/SABnzbd.py X ${INSTALL} -d ${PYTHONPREFIX_SITELIBDIR}/ X ${CP} -rp ${WRKSRC}/sabnzbd ${PYTHONPREFIX_SITELIBDIR}/ X ${INSTALL} -d ${DATADIR} X ${CP} -rp ${WRKSRC}/interfaces ${DATADIR} X ${CP} -rp ${WRKSRC}/locale ${DATADIR} X ${CP} -rp ${WRKSRC}/po ${DATADIR} X ${CP} -rp ${WRKSRC}/tools ${DATADIR} X ${CP} -rp ${WRKSRC}/util ${DATADIR} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in *.txt licenses/*.txt X ${CP} ${WRKSRC}/$i ${DOCSDIR} X.endfor X.endif X ${MKDIR} ${PREFIX}/sabnzbd X ${CHOWN} _sabnzbd:_sabnzbd ${PREFIX}/sabnzbd X @${CAT} ${WRKDIR}/pkg-message X X.include a4fe2b0fc520194424ac47dd9c792ccf echo x - sabnzbdplus/distinfo sed 's/^X//' >sabnzbdplus/distinfo << '195986460a963fbef035c8166a088720' XSHA256 (SABnzbd-0.6.6-src.tar.gz) = 5cb60d51bc7142eb3397e222c105a433490ff7b1f9176e2e81660d8e4794675b XSIZE (SABnzbd-0.6.6-src.tar.gz) = 1898069 195986460a963fbef035c8166a088720 echo x - sabnzbdplus/pkg-descr sed 's/^X//' >sabnzbdplus/pkg-descr << '564545defddbbb80961a216b3d48021f' XSABnzbd is a cross-platform binary newsreader. It makes downloading Xfrom Usenet easy by automating the whole thing. You give it an NZB Xfile or an RSS feed, it does the rest. Has a web-browser based UI Xand an API for 3rd-party apps. Ideal for servers too. X XWWW: http://sabnzbd.org/ 564545defddbbb80961a216b3d48021f echo x - sabnzbdplus/pkg-plist sed 's/^X//' >sabnzbdplus/pkg-plist << '8586fbc89bfe17cd40858cdaa3a86af3' Xbin/SABnzbd.py X%%PYTHON_SITELIBDIR%%/sabnzbd/__init__.py X%%PYTHON_SITELIBDIR%%/sabnzbd/api.py X%%PYTHON_SITELIBDIR%%/sabnzbd/articlecache.py X%%PYTHON_SITELIBDIR%%/sabnzbd/assembler.py X%%PYTHON_SITELIBDIR%%/sabnzbd/bpsmeter.py X%%PYTHON_SITELIBDIR%%/sabnzbd/cfg.py X%%PYTHON_SITELIBDIR%%/sabnzbd/config.py X%%PYTHON_SITELIBDIR%%/sabnzbd/constants.py X%%PYTHON_SITELIBDIR%%/sabnzbd/database.py X%%PYTHON_SITELIBDIR%%/sabnzbd/decoder.py X%%PYTHON_SITELIBDIR%%/sabnzbd/decorators.py X%%PYTHON_SITELIBDIR%%/sabnzbd/dirscanner.py X%%PYTHON_SITELIBDIR%%/sabnzbd/downloader.py X%%PYTHON_SITELIBDIR%%/sabnzbd/emailer.py X%%PYTHON_SITELIBDIR%%/sabnzbd/encoding.py X%%PYTHON_SITELIBDIR%%/sabnzbd/interface.py X%%PYTHON_SITELIBDIR%%/sabnzbd/lang.py X%%PYTHON_SITELIBDIR%%/sabnzbd/misc.py X%%PYTHON_SITELIBDIR%%/sabnzbd/newsunpack.py X%%PYTHON_SITELIBDIR%%/sabnzbd/newswrapper.py X%%PYTHON_SITELIBDIR%%/sabnzbd/newzbin.py X%%PYTHON_SITELIBDIR%%/sabnzbd/nzbqueue.py X%%PYTHON_SITELIBDIR%%/sabnzbd/nzbstuff.py X%%PYTHON_SITELIBDIR%%/sabnzbd/osxmenu.py X%%PYTHON_SITELIBDIR%%/sabnzbd/panic.py X%%PYTHON_SITELIBDIR%%/sabnzbd/postproc.py X%%PYTHON_SITELIBDIR%%/sabnzbd/powersup.py X%%PYTHON_SITELIBDIR%%/sabnzbd/rss.py X%%PYTHON_SITELIBDIR%%/sabnzbd/scheduler.py X%%PYTHON_SITELIBDIR%%/sabnzbd/skintext.py X%%PYTHON_SITELIBDIR%%/sabnzbd/trylist.py X%%PYTHON_SITELIBDIR%%/sabnzbd/tvsort.py X%%PYTHON_SITELIBDIR%%/sabnzbd/urlgrabber.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/__init__.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/certgen.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/configobj.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/feedparser.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/json.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/kronos.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/listquote.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/osx.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/pathbrowser.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/rarfile.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/rsslib.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/servertests.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/ssmtplib.py X%%PYTHON_SITELIBDIR%%/sabnzbd/utils/upload.py X%%PYTHON_SITELIBDIR%%/sabnzbd/version.py X%%PYTHON_SITELIBDIR%%/sabnzbd/wizard.py X%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.txt X%%PORTDOCS%%%%DOCSDIR%%/GPL2.txt X%%PORTDOCS%%%%DOCSDIR%%/GPL3.txt X%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt X%%PORTDOCS%%%%DOCSDIR%%/ISSUES.txt X%%PORTDOCS%%%%DOCSDIR%%/License-CherryPy.txt X%%PORTDOCS%%%%DOCSDIR%%/License-Python.txt X%%PORTDOCS%%%%DOCSDIR%%/License-configobj.txt X%%PORTDOCS%%%%DOCSDIR%%/License-feedparser.txt X%%PORTDOCS%%%%DOCSDIR%%/License-json.txt X%%PORTDOCS%%%%DOCSDIR%%/License-kronos.txt X%%PORTDOCS%%%%DOCSDIR%%/License-listquote.txt X%%PORTDOCS%%%%DOCSDIR%%/License-msgfmt.txt X%%PORTDOCS%%%%DOCSDIR%%/License-pynewsleecher.txt X%%PORTDOCS%%%%DOCSDIR%%/License-rarfile.txt X%%PORTDOCS%%%%DOCSDIR%%/License-rsslib.txt X%%PORTDOCS%%%%DOCSDIR%%/License-ssmtplib.txt X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%DATADIR%%/interfaces/Classic/README.TXT X%%DATADIR%%/interfaces/Classic/templates/config.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_cat.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_directories.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_email.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_general.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_newzbin.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_rss.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_scheduling.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_server.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_sorting.tmpl X%%DATADIR%%/interfaces/Classic/templates/config_switches.tmpl X%%DATADIR%%/interfaces/Classic/templates/connection_info.tmpl X%%DATADIR%%/interfaces/Classic/templates/history.tmpl X%%DATADIR%%/interfaces/Classic/templates/inc_bottom.tmpl X%%DATADIR%%/interfaces/Classic/templates/inc_cmenu.tmpl X%%DATADIR%%/interfaces/Classic/templates/inc_top.tmpl X%%DATADIR%%/interfaces/Classic/templates/main.tmpl X%%DATADIR%%/interfaces/Classic/templates/nzo.tmpl X%%DATADIR%%/interfaces/Classic/templates/queue.tmpl X%%DATADIR%%/interfaces/Classic/templates/static/images/favicon.ico X%%DATADIR%%/interfaces/Classic/templates/static/javascript/dropdown.js X%%DATADIR%%/interfaces/Classic/templates/static/placeholder.txt X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/black.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/classic.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/darkblue.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/green.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/lightblue.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/red.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes/white-black.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/default.css X%%DATADIR%%/interfaces/Classic/templates/static/stylesheets/defaultcolors.css X%%DATADIR%%/interfaces/Mobile/README.txt X%%DATADIR%%/interfaces/Mobile/licenses/LICENSE-BSD.txt X%%DATADIR%%/interfaces/Mobile/licenses/LICENSE-CC.txt X%%DATADIR%%/interfaces/Mobile/licenses/LICENSE-GPL.txt X%%DATADIR%%/interfaces/Mobile/licenses/LICENSE-MIT.txt X%%DATADIR%%/interfaces/Mobile/templates/main.tmpl X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/back_button.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/back_button_clicked.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/button.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/button_clicked.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/chevron.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/chevron_circle.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/grayButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/loading.gif X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/on_off.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/rowhead.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/toggle.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/toggleOn.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/toolbar.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/dark/whiteButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/backButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/blueButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/cancel.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/chevron.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/grayButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/listArrowSel.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/listGroup.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/loading.gif X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/on_off.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/pinstripes.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/selection.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/thumb.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/toggle.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/toggleOn.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/toolButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/toolbar.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/light/whiteButton.png X%%DATADIR%%/interfaces/Mobile/templates/static/images/sab.png X%%DATADIR%%/interfaces/Mobile/templates/static/javascripts/mobile.js X%%DATADIR%%/interfaces/Mobile/templates/static/stylesheets/colorschemes/dark.css X%%DATADIR%%/interfaces/Mobile/templates/static/stylesheets/colorschemes/light.css X%%DATADIR%%/interfaces/Mobile/templates/static/stylesheets/jqtouch.css X%%DATADIR%%/interfaces/Plush/README.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-BSD.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-CC.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-GPL.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-GPL3.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-LGPL.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-MIT.txt X%%DATADIR%%/interfaces/Plush/licenses/LICENSE-WebToolkit.txt X%%DATADIR%%/interfaces/Plush/templates/_inc_footer.tmpl X%%DATADIR%%/interfaces/Plush/templates/_inc_header.tmpl X%%DATADIR%%/interfaces/Plush/templates/_inc_modals.tmpl X%%DATADIR%%/interfaces/Plush/templates/config.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_cat.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_directories.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_email.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_general.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_newzbin.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_rss.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_scheduling.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_server.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_sorting.tmpl X%%DATADIR%%/interfaces/Plush/templates/config_switches.tmpl X%%DATADIR%%/interfaces/Plush/templates/connection_info.tmpl X%%DATADIR%%/interfaces/Plush/templates/history.tmpl X%%DATADIR%%/interfaces/Plush/templates/main.tmpl X%%DATADIR%%/interfaces/Plush/templates/nzo.tmpl X%%DATADIR%%/interfaces/Plush/templates/queue.tmpl X%%DATADIR%%/interfaces/Plush/templates/static/javascripts/config.js X%%DATADIR%%/interfaces/Plush/templates/static/javascripts/lib.js X%%DATADIR%%/interfaces/Plush/templates/static/javascripts/plush.js X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/gold.css X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images-split.tar.gz X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/colorbox-border.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/colorbox-controls.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/loading-bar.gif X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/loading-spinner.gif X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/addnzb-grey.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/addnzb.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/config.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/connections-grey.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/connections.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/downloads-grey.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/downloads.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/help-grey.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/help.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/options.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/refresh-grey.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/refresh.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/rss-grey.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav/rss.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sabnzbdplus.ico X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-config.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-main.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-tilex.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/sprite-tiley.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_0_eeeeee_40x100.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_55_c0402a_40x100.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_flat_55_eeeeee_40x100.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_35_dddddd_1x400.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_glass_60_eeeeee_1x400.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_inset-hard_75_999999_1x100.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_3383bb_256x240.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_454545_256x240.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_70b2e1_256x240.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_999999_256x240.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images/ui-icons_fbc856_256x240.png X%%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/jquery-ui-1.8.9.custom.css X%%DATADIR%%/interfaces/smpl/CreativeCommons2-5.txt X%%DATADIR%%/interfaces/smpl/CreativeCommons3-0.txt X%%DATADIR%%/interfaces/smpl/GPL2.txt X%%DATADIR%%/interfaces/smpl/GPL3.txt X%%DATADIR%%/interfaces/smpl/LICENCE-silk_icons.txt X%%DATADIR%%/interfaces/smpl/LICENSE.txt X%%DATADIR%%/interfaces/smpl/License-ExCanvas.txt X%%DATADIR%%/interfaces/smpl/License-MochiKit.txt X%%DATADIR%%/interfaces/smpl/License-Nuvola.txt X%%DATADIR%%/interfaces/smpl/License-PlotKit.txt X%%DATADIR%%/interfaces/smpl/License-getElementPosition.txt X%%DATADIR%%/interfaces/smpl/README.txt X%%DATADIR%%/interfaces/smpl/templates/config.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_cat.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_directories.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_email.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_general.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_newzbin.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_rss.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_scheduling.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_server.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_sorting.tmpl X%%DATADIR%%/interfaces/smpl/templates/config_switches.tmpl X%%DATADIR%%/interfaces/smpl/templates/connection_info.tmpl X%%DATADIR%%/interfaces/smpl/templates/history.tmpl X%%DATADIR%%/interfaces/smpl/templates/main.tmpl X%%DATADIR%%/interfaces/smpl/templates/nzo.tmpl X%%DATADIR%%/interfaces/smpl/templates/queue.tmpl X%%DATADIR%%/interfaces/smpl/templates/static/MochiKit/MochiKit.js X%%DATADIR%%/interfaces/smpl/templates/static/MochiKit/__package__.js X%%DATADIR%%/interfaces/smpl/templates/static/PlotKit/PlotKit.js X%%DATADIR%%/interfaces/smpl/templates/static/excanvas/excanvas.js X%%DATADIR%%/interfaces/smpl/templates/static/feed-icon-14x14.png X%%DATADIR%%/interfaces/smpl/templates/static/images/browser.png X%%DATADIR%%/interfaces/smpl/templates/static/images/bullet_arrow_down.png X%%DATADIR%%/interfaces/smpl/templates/static/images/control_pause.png X%%DATADIR%%/interfaces/smpl/templates/static/images/control_play.png X%%DATADIR%%/interfaces/smpl/templates/static/images/down.gif X%%DATADIR%%/interfaces/smpl/templates/static/images/drive.png X%%DATADIR%%/interfaces/smpl/templates/static/images/drive_go.png X%%DATADIR%%/interfaces/smpl/templates/static/images/favicon.ico X%%DATADIR%%/interfaces/smpl/templates/static/images/key_enter.png X%%DATADIR%%/interfaces/smpl/templates/static/images/messagebox_critical.png X%%DATADIR%%/interfaces/smpl/templates/static/images/newzbin.png X%%DATADIR%%/interfaces/smpl/templates/static/images/nuvola/kgpg.png X%%DATADIR%%/interfaces/smpl/templates/static/images/up.gif X%%DATADIR%%/interfaces/smpl/templates/static/sabnzbd_small4.png X%%DATADIR%%/interfaces/smpl/templates/static/stylesheets/colorschemes/black.css X%%DATADIR%%/interfaces/smpl/templates/static/stylesheets/colorschemes/white.css X%%DATADIR%%/interfaces/smpl/templates/static/stylesheets/smpl.css X%%DATADIR%%/interfaces/wizard/README.TXT X%%DATADIR%%/interfaces/wizard/four.html X%%DATADIR%%/interfaces/wizard/inc_bottom.tmpl X%%DATADIR%%/interfaces/wizard/inc_top.tmpl X%%DATADIR%%/interfaces/wizard/index.html X%%DATADIR%%/interfaces/wizard/one.html X%%DATADIR%%/interfaces/wizard/static/images/classic-th.png X%%DATADIR%%/interfaces/wizard/static/images/classic.png X%%DATADIR%%/interfaces/wizard/static/images/favicon.ico X%%DATADIR%%/interfaces/wizard/static/images/flags/da.png X%%DATADIR%%/interfaces/wizard/static/images/flags/de.png X%%DATADIR%%/interfaces/wizard/static/images/flags/en.png X%%DATADIR%%/interfaces/wizard/static/images/flags/fr.png X%%DATADIR%%/interfaces/wizard/static/images/flags/nb.png X%%DATADIR%%/interfaces/wizard/static/images/flags/nl.png X%%DATADIR%%/interfaces/wizard/static/images/flags/ro.png X%%DATADIR%%/interfaces/wizard/static/images/flags/sv.png X%%DATADIR%%/interfaces/wizard/static/images/icon_sab.png X%%DATADIR%%/interfaces/wizard/static/images/plush-th.png X%%DATADIR%%/interfaces/wizard/static/images/plush.png X%%DATADIR%%/interfaces/wizard/static/images/smpl-th.png X%%DATADIR%%/interfaces/wizard/static/images/smpl.png X%%DATADIR%%/interfaces/wizard/static/javascript/checkserver.js X%%DATADIR%%/interfaces/wizard/static/javascript/jquery.js X%%DATADIR%%/interfaces/wizard/static/javascript/pagetwo.js X%%DATADIR%%/interfaces/wizard/static/javascript/restart.js X%%DATADIR%%/interfaces/wizard/static/style.css X%%DATADIR%%/interfaces/wizard/three.html X%%DATADIR%%/interfaces/wizard/two.html X%%DATADIR%%/locale/da/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/locale/de/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/locale/fr/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/locale/nb/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/locale/nl/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/locale/ro/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/locale/sv/LC_MESSAGES/SABnzbd.mo X%%DATADIR%%/po/email/SABemail.pot X%%DATADIR%%/po/email/da.po X%%DATADIR%%/po/email/de.po X%%DATADIR%%/po/email/en.po X%%DATADIR%%/po/email/fr.po X%%DATADIR%%/po/email/nb.po X%%DATADIR%%/po/email/nl.po X%%DATADIR%%/po/email/ro.po X%%DATADIR%%/po/email/ro.px X%%DATADIR%%/po/email/sv.po X%%DATADIR%%/po/main/SABnzbd.pot X%%DATADIR%%/po/main/da.po X%%DATADIR%%/po/main/de.po X%%DATADIR%%/po/main/fr.po X%%DATADIR%%/po/main/nb.po X%%DATADIR%%/po/main/nl.po X%%DATADIR%%/po/main/ro.po X%%DATADIR%%/po/main/ro.px X%%DATADIR%%/po/main/sv.po X%%DATADIR%%/po/nsis/SABnsis.pot X%%DATADIR%%/po/nsis/da.po X%%DATADIR%%/po/nsis/de.po X%%DATADIR%%/po/nsis/fr.po X%%DATADIR%%/po/nsis/nb.po X%%DATADIR%%/po/nsis/nl.po X%%DATADIR%%/po/nsis/ro.po X%%DATADIR%%/po/nsis/ro.px X%%DATADIR%%/po/nsis/sv.po X%%DATADIR%%/tools/make_mo.py X%%DATADIR%%/tools/msgfmt.py X%%DATADIR%%/util/__init__.py X%%DATADIR%%/util/apireg.py X%%DATADIR%%/util/mailslot.py X@dirrm %%DATADIR%%/util X@dirrm %%DATADIR%%/tools X@dirrm %%DATADIR%%/po/nsis X@dirrm %%DATADIR%%/po/main X@dirrm %%DATADIR%%/po/email X@dirrm %%DATADIR%%/po X@dirrm %%DATADIR%%/locale/sv/LC_MESSAGES X@dirrm %%DATADIR%%/locale/sv X@dirrm %%DATADIR%%/locale/ro/LC_MESSAGES X@dirrm %%DATADIR%%/locale/ro X@dirrm %%DATADIR%%/locale/nl/LC_MESSAGES X@dirrm %%DATADIR%%/locale/nl X@dirrm %%DATADIR%%/locale/nb/LC_MESSAGES X@dirrm %%DATADIR%%/locale/nb X@dirrm %%DATADIR%%/locale/fr/LC_MESSAGES X@dirrm %%DATADIR%%/locale/fr X@dirrm %%DATADIR%%/locale/de/LC_MESSAGES X@dirrm %%DATADIR%%/locale/de X@dirrm %%DATADIR%%/locale/da/LC_MESSAGES X@dirrm %%DATADIR%%/locale/da X@dirrm %%DATADIR%%/locale X@dirrm %%DATADIR%%/interfaces/wizard/static/javascript X@dirrm %%DATADIR%%/interfaces/wizard/static/images/flags X@dirrm %%DATADIR%%/interfaces/wizard/static/images X@dirrm %%DATADIR%%/interfaces/wizard/static X@dirrm %%DATADIR%%/interfaces/wizard X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/stylesheets/colorschemes X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/stylesheets X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/images/nuvola X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/images X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/excanvas X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/PlotKit X@dirrm %%DATADIR%%/interfaces/smpl/templates/static/MochiKit X@dirrm %%DATADIR%%/interfaces/smpl/templates/static X@dirrm %%DATADIR%%/interfaces/smpl/templates X@dirrm %%DATADIR%%/interfaces/smpl X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast/images X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui/overcast X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/jqueryui X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images/nav X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold/images X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes/gold X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets/colorschemes X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/stylesheets X@dirrm %%DATADIR%%/interfaces/Plush/templates/static/javascripts X@dirrm %%DATADIR%%/interfaces/Plush/templates/static X@dirrm %%DATADIR%%/interfaces/Plush/templates X@dirrm %%DATADIR%%/interfaces/Plush/licenses X@dirrm %%DATADIR%%/interfaces/Plush X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static/stylesheets/colorschemes X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static/stylesheets X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static/javascripts X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static/images/light X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static/images/dark X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static/images X@dirrm %%DATADIR%%/interfaces/Mobile/templates/static X@dirrm %%DATADIR%%/interfaces/Mobile/templates X@dirrm %%DATADIR%%/interfaces/Mobile/licenses X@dirrm %%DATADIR%%/interfaces/Mobile X@dirrm %%DATADIR%%/interfaces/Classic/templates/static/stylesheets/colorschemes X@dirrm %%DATADIR%%/interfaces/Classic/templates/static/stylesheets X@dirrm %%DATADIR%%/interfaces/Classic/templates/static/javascript X@dirrm %%DATADIR%%/interfaces/Classic/templates/static/images X@dirrm %%DATADIR%%/interfaces/Classic/templates/static X@dirrm %%DATADIR%%/interfaces/Classic/templates X@dirrm %%DATADIR%%/interfaces/Classic X@dirrm %%DATADIR%%/interfaces X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrmtry sabnzbd X@dirrmtry %%PYTHON_SITELIBDIR%%/sabnzbd/utils X@dirrmtry %%PYTHON_SITELIBDIR%%/sabnzbd X@dirrmtry %%PYTHON_SITELIBDIR%% X@exec mkdir -p %D/sabnzbd 8586fbc89bfe17cd40858cdaa3a86af3 echo c - sabnzbdplus/files mkdir -p sabnzbdplus/files > /dev/null 2>&1 echo x - sabnzbdplus/files/patch-SABnzbd.py sed 's/^X//' >sabnzbdplus/files/patch-SABnzbd.py << '5c8fbd4db2ddb20830d91512311f9341' X--- SABnzbd.py 2011-07-26 14:57:12.000000000 -0400 X+++ SABnzbd.py.new 2011-08-01 22:47:35.614282615 -0400 X@@ -928,7 +928,7 @@ X X sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME)) X sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME) X- sabnzbd.DIR_PROG = os.path.dirname(sabnzbd.MY_FULLNAME) X+ sabnzbd.DIR_PROG = %%PREFIX%% X sabnzbd.DIR_INTERFACES = real_path(sabnzbd.DIR_PROG, DEF_INTERFACES) X sabnzbd.DIR_LANGUAGE = real_path(sabnzbd.DIR_PROG, DEF_LANGUAGE) X org_dir = os.getcwd() 5c8fbd4db2ddb20830d91512311f9341 echo x - sabnzbdplus/files/pkg-message.in sed 's/^X//' >sabnzbdplus/files/pkg-message.in << 'de751c1b4983147a24e75c78a1ba2eef' X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * X Xnews/sabnzbdplus includes an RC script: X%%PREFIX%%/etc/rc.d/sabnzbd X XTO START SABNZBD ON BOOT: Xecho 'sabnzbd_enable="YES"' >> /etc/rc.conf X XSTART MANUALLY: X%%PREFIX%%/etc/rc.d/sabnzbd start X XOnce started, visit the following to configure: Xhttp://localhost:8080/sabnzbd/ X XNote that your URL may differ slightly if you have an old sabnzbd.ini Xthat specifies a different address to bind to. X X* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * de751c1b4983147a24e75c78a1ba2eef echo x - sabnzbdplus/files/sabnzbd.in sed 's/^X//' >sabnzbdplus/files/sabnzbd.in << 'e9a75d5e9560b3cd0576b85c710718ab' X#!/bin/sh X# X# PROVIDE: sabnzbd X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# sabnzbd_enable (bool): Set to NO by default. X# Set it to YES to enable it. X# sabnzbd_conf_dir: Directory where sabnzbd configuration X# data is stored. X# Default: %%PREFIX%%/sabnzbd X# sabnzbd_user: The user account sabnzbd daemon runs as what X# you want it to be. It uses '_sabnzbd' user by X# default. Do not sets it as empty or it will run X# as root. X# sabnzbd_group: The group account sabnzbd daemon runs as what X# you want it to be. It uses '_sabnzbd' group by X# default. Do not sets it as empty or it will run X# as wheel. X X. /etc/rc.subr X Xname="sabnzbd" Xrcvar=${name}_enable X Xload_rc_config ${name} X X: ${sabnzbd_enable:="NO"} X: ${sabnzbd_user:="_sabnzbd"} X: ${sabnzbd_group:="_sabnzbd"} X: ${sabnzbd_conf_dir:="%%PREFIX%%/sabnzbd"} X Xrequired_dirs=${sabnzbd_conf_dir} X Xstatus_cmd="${name}_status" Xstop_cmd="${name}_stop" Xstart_precmd=sabnzbd_check_dir X Xcommand="/usr/sbin/daemon" Xcommand_args="-f %%PREFIX%%/bin/SABnzbd.py ${sabnzbd_flags} --daemon -b 0 -w 0 -l 0 -f ${sabnzbd_conf_dir}" X X# SABnzbd can only be cleanly stopped by calling the http api Xsabnzbd_stop() { X echo "Stopping $name" X if [ -f "${sabnzbd_conf_dir}/sabnzbd.ini" ]; then X apikey=`grep ^api_key ${sabnzbd_conf_dir}/sabnzbd.ini | tr -d " _"` X host=`grep -m1 -E '^host\ =\ [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' ${sabnzbd_conf_dir}/sabnzbd.ini | tr -dc '[0-9].'` X if [ ${host} = "0.0.0.0" ] ; then host="localhost" ; fi X port=`grep -m1 ^port ${sabnzbd_conf_dir}/sabnzbd.ini | tr -dc '[0-9]'` X fetch -o /dev/null "http://${host}:${port}/api?mode=shutdown&${apikey}" > /dev/null 2>&1 X else X sabnzbd_pid=`ps -U ${sabnzbd_user} | grep "python.*SABnzbd.py.*--daemon" | grep -v 'grep' | awk '{print $1}'` X if [ -n "${sabnzbd_pid}" ]; then X kill ${sabnzbd_pid} X fi X fi X} X Xsabnzbd_status() { X sabnzbd_pid=`ps -U ${sabnzbd_user} | grep "python.*SABnzbd.py.*--daemon" | grep -v 'grep' | awk '{print $1}'` X if [ -n "${sabnzbd_pid}" ]; then X echo "$name is running as ${sabnzbd_pid}" X else X echo "$name is not running" X fi X} X Xsabnzbd_check_dir() { X if [ ! -f "${required_dirs}" -a ! -d "${required_dirs}" -a ! -L "${required_dirs}" ]; then X mkdir -p ${required_dirs} X chown ${sabnzbd_user}:${sabnzbd_group} ${required_dirs} X fi X} X Xrun_rc_command "$1" e9a75d5e9560b3cd0576b85c710718ab exit --- sabnzbdplus.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 05:44:46 2011 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D675B1065673 for ; Tue, 2 Aug 2011 05:44:46 +0000 (UTC) (envelope-from arved@gazoz.arved.priv.at) Received: from gazoz.arved.priv.at (cl-1383.ham-01.de.sixxs.net [IPv6:2001:6f8:900:566::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6729C8FC15 for ; Tue, 2 Aug 2011 05:44:45 +0000 (UTC) Received: from gazoz.arved.priv.at (localhost [127.0.0.1]) by gazoz.arved.priv.at (8.14.4/8.14.4) with ESMTP id p725iiDA054020; Tue, 2 Aug 2011 07:44:44 +0200 (CEST) (envelope-from arved@gazoz.arved.priv.at) Received: (from arved@localhost) by gazoz.arved.priv.at (8.14.4/8.14.4/Submit) id p725ih2M054019; Tue, 2 Aug 2011 07:44:43 +0200 (CEST) (envelope-from arved) Date: Tue, 2 Aug 2011 07:44:43 +0200 From: Tilman Keskinoz To: Joel Ray Holveck Message-ID: <20110802054443.GF55423@arved.priv.at> References: <201108011825.p71IPHZQ024108@freefall.freebsd.org> <7503DF98-1051-4894-B4AF-BB08C746BBC4@piquan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7503DF98-1051-4894-B4AF-BB08C746BBC4@piquan.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/159340: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 05:44:46 -0000 * Joel Ray Holveck [2011-08-02 01:13]: > > If the port compiles against alsa-lib, it needs a dependency on alsalib. > > Can you supply a patch, that adds this dependency? > > The port will compile against alsa-lib if it's installed, but otherwise will work without it. (There's not a corresponding configure argument.) Should the dependency be conditional against a WITH_ALSA option (that has no effect other than add the dependency), or a .if exists conditional? Welcome to Freebsd-ports. I don't know this port and how useful it is to add the dependency on alsa-lib Thats why i was getting back to you :) If it is useful, maybe it should be a nonoptional dependency. If it is not useful for most users, it could be an option. Some people don't like .if exists dependencies. But if it requires an amount of work to patch the port to add the feature of disabling it, it is ok. What do you think? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 05:45: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 5DDF41065686; Tue, 2 Aug 2011 05:45:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35D1A8FC13; Tue, 2 Aug 2011 05:45: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 p725jph9054398; Tue, 2 Aug 2011 05:45:51 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p725jpO7054394; Tue, 2 Aug 2011 05:45:51 GMT (envelope-from arved) Date: Tue, 2 Aug 2011 05:45:51 GMT Message-Id: <201108020545.p725jpO7054394@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/159340: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 05:45:51 -0000 Synopsis: [patch] emulators/bochs: CFLAGS needs -I${LOCALBASE}/include if alsalib is installed Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 2 05:45:28 UTC 2011 Responsible-Changed-Why: Take the PR, i am working with the submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=159340 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 05:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D16981065670 for ; Tue, 2 Aug 2011 05:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B9C1E8FC14 for ; Tue, 2 Aug 2011 05:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p725o7eT055073 for ; Tue, 2 Aug 2011 05:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p725o7JH055070; Tue, 2 Aug 2011 05:50:07 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 05:50:07 GMT Message-Id: <201108020550.p725o7JH055070@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thom Cc: Subject: Re: ports/155593: lang/mpd .16.1 ignores embedded cue sheets in FLAC files with or without libcue installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 05:50:07 -0000 The following reply was made to PR ports/155593; it has been noted by GNATS. From: Thom To: Tilman =?ISO-8859-1?Q?Keskin=F6z?= Cc: Subject: Re: ports/155593: lang/mpd .16.1 ignores embedded cue sheets in FLAC files with or without libcue installed Date: Tue, 02 Aug 2011 09:38:39 +1000 --=-3bXhUERkB800ZDhKmciI Content-Type: text/plain; charset=utf-8 Content-ID: <1312241918.15816.7.camel@Nokia-N900> Content-Transfer-Encoding: 7bit Hi Tilman, No I didn't. IIRC the Linux version was working at the time. I'll check and get back to you if it doesn't. Regs, Thom ----- Original message ----- > Did you report this upstream to the mpd developers? --=-3bXhUERkB800ZDhKmciI Content-Type: text/html; charset=utf-8 Content-ID: <1312241918.15816.9.camel@Nokia-N900> Content-Transfer-Encoding: 7bit

Hi Tilman,

No I didn't. IIRC the Linux version was working at the time. I'll check and get back to you if it doesn't.

Regs,
Thom

----- Original message -----
> Did you report this upstream to the mpd developers?

--=-3bXhUERkB800ZDhKmciI-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 08:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 570491065672 for ; Tue, 2 Aug 2011 08:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 329858FC18 for ; Tue, 2 Aug 2011 08:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p728oAVr052428 for ; Tue, 2 Aug 2011 08:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p728oA3v052427; Tue, 2 Aug 2011 08:50:10 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 08:50:10 GMT Resent-Message-Id: <201108020850.p728oA3v052427@freefall.freebsd.org> 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 59CAC106566C for ; Tue, 2 Aug 2011 08:50:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 414EA8FC0A for ; Tue, 2 Aug 2011 08:50:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p728o1Pb072471 for ; Tue, 2 Aug 2011 08:50:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p728o17F072470; Tue, 2 Aug 2011 08:50:01 GMT (envelope-from nobody) Message-Id: <201108020850.p728o17F072470@red.freebsd.org> Date: Tue, 2 Aug 2011 08:50:01 GMT From: Aliaksandr Zahatski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159375: [PATCH] lang/rakudo update to July 2011 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: Tue, 02 Aug 2011 08:50:10 -0000 >Number: 159375 >Category: ports >Synopsis: [PATCH] lang/rakudo update to July 2011 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: Tue Aug 02 08:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aliaksandr Zahatski >Release: >Organization: >Environment: >Description: Update to July 2011 release of "Rakudo Star". This release of Rakudo Star adds the following features over the previous Star release: * 10%-30% improvement in compile and execution speed * New gcd (greatest common divisor) and lcm (largest common multiple) operators * Int.base * Call counter for Perl 6-level subroutines * Better handling of &infix:<=> right associativity * Fix bug in exponentiation of negative numbers * Fix building on systems with smaller RAM Changes: http://rakudo.org/2011/07/29/rakudo-star-2011-07-released/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/lang/rakudo/Makefile rakudo/Makefile --- /usr/ports/lang/rakudo/Makefile 2011-07-16 09:31:43.000000000 +0400 +++ rakudo/Makefile 2011-08-02 12:43:00.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= rakudo -PORTVERSION= 2011.04 +PORTVERSION= 2011.07 PORTEPOCH= 3 CATEGORIES= lang MASTER_SITES= http://cloud.github.com/downloads/rakudo/star/ @@ -24,7 +24,7 @@ LICENSE= ART20 CONFLICTS= parrot-[0-9]* -PARROT_VERSION=3.3.0 +PARROT_VERSION=3.6.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-05-10 17:28:06.000000000 +0400 +++ rakudo/distinfo 2011-07-31 22:24:29.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (rakudo-star-2011.04.tar.gz) = 0132787179dc4b11c8eaa0f9281b9bcf12635f1d377c7817ab397cef1484e6cb -SIZE (rakudo-star-2011.04.tar.gz) = 5617948 +SHA256 (rakudo-star-2011.07.tar.gz) = f42bef0be82762eee885a3e965a1710e26fe824b4cffac5f3bb0a2a1b32de925 +SIZE (rakudo-star-2011.07.tar.gz) = 5705151 diff -urN /usr/ports/lang/rakudo/pkg-plist rakudo/pkg-plist --- /usr/ports/lang/rakudo/pkg-plist 2011-05-10 17:28:06.000000000 +0400 +++ rakudo/pkg-plist 2011-08-02 12:31:08.000000000 +0400 @@ -13,6 +13,7 @@ bin/perl6 bin/ufo bin/ufobuilder +bin/winxed include/parrot/%%PARROT_VERSION%%/imcc/api.h include/parrot/%%PARROT_VERSION%%/imcc/embed.h include/parrot/%%PARROT_VERSION%%/imcc/yyscanner.h @@ -152,6 +153,7 @@ include/parrot/%%PARROT_VERSION%%/pmc/pmc_packfileopmap.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_packfilerawsegment.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_packfilesegment.h +include/parrot/%%PARROT_VERSION%%/pmc/pmc_packfileview.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_parrotinterpreter.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_parrotlibrary.h include/parrot/%%PARROT_VERSION%%/pmc/pmc_parrotthread.h @@ -221,6 +223,7 @@ lib/parrot/%%PARROT_VERSION%%/include/iterator.pasm lib/parrot/%%PARROT_VERSION%%/include/libpaths.pasm lib/parrot/%%PARROT_VERSION%%/include/longopt.pasm +lib/parrot/%%PARROT_VERSION%%/include/parrot_version.pir lib/parrot/%%PARROT_VERSION%%/include/parrotlib.pbc lib/parrot/%%PARROT_VERSION%%/include/pmctypes.pasm lib/parrot/%%PARROT_VERSION%%/include/signal.pasm @@ -268,8 +271,6 @@ lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Find.pm lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/File/Mkdir.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/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 @@ -322,6 +323,8 @@ 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/Shell/Command.pir +lib/parrot/%%PARROT_VERSION%%/languages/perl6/lib/Shell/Command.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 @@ -352,6 +355,7 @@ 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%%/languages/winxed/winxed.pbc lib/parrot/%%PARROT_VERSION%%/library/Archive/Tar.pbc lib/parrot/%%PARROT_VERSION%%/library/Archive/Tar.pir lib/parrot/%%PARROT_VERSION%%/library/Archive/Zip.pbc @@ -506,7 +510,6 @@ 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 @@ -522,7 +525,6 @@ 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 @@ -534,7 +536,6 @@ 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 @@ -713,6 +714,7 @@ src/parrot/%%PARROT_VERSION%%/pmc/packfileopmap.dump src/parrot/%%PARROT_VERSION%%/pmc/packfilerawsegment.dump src/parrot/%%PARROT_VERSION%%/pmc/packfilesegment.dump +src/parrot/%%PARROT_VERSION%%/pmc/packfileview.dump src/parrot/%%PARROT_VERSION%%/pmc/parrotinterpreter.dump src/parrot/%%PARROT_VERSION%%/pmc/parrotlibrary.dump src/parrot/%%PARROT_VERSION%%/pmc/parrotthread.dump @@ -805,6 +807,7 @@ @dirrmtry lib/parrot/%%PARROT_VERSION%%/library/CGI @dirrmtry lib/parrot/%%PARROT_VERSION%%/library/Archive @dirrmtry lib/parrot/%%PARROT_VERSION%%/library +@dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/winxed @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/tge/TGE @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/tge @dirrmtry lib/parrot/%%PARROT_VERSION%%/languages/pge/PGE @@ -812,6 +815,7 @@ @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/Shell @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 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 08: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 74403106564A; Tue, 2 Aug 2011 08: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 4C54D8FC0A; Tue, 2 Aug 2011 08: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 p728oKH5052663; Tue, 2 Aug 2011 08: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 p728oKVb052654; Tue, 2 Aug 2011 08:50:20 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 08:50:20 GMT Message-Id: <201108020850.p728oKVb052654@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159375: [PATCH] lang/rakudo update to July 2011 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: Tue, 02 Aug 2011 08:50:20 -0000 Synopsis: [PATCH] lang/rakudo update to July 2011 release of "Rakudo Star" Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 08:50:19 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159375 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 09: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 24AC3106566C for ; Tue, 2 Aug 2011 09: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 018FE8FC1A for ; Tue, 2 Aug 2011 09: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 p7290Q32060970 for ; Tue, 2 Aug 2011 09: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 p7290Qd6060969; Tue, 2 Aug 2011 09:00:26 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 09:00:26 GMT Resent-Message-Id: <201108020900.p7290Qd6060969@freefall.freebsd.org> 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 Panyushkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A5C0106566C for ; Tue, 2 Aug 2011 08:55:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 204D28FC08 for ; Tue, 2 Aug 2011 08:55:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p728tHmh089999 for ; Tue, 2 Aug 2011 08:55:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p728tHpI089998; Tue, 2 Aug 2011 08:55:17 GMT (envelope-from nobody) Message-Id: <201108020855.p728tHpI089998@red.freebsd.org> Date: Tue, 2 Aug 2011 08:55:17 GMT From: Alexander Panyushkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159376: Nmap 5.59BETA1 not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 09:00:27 -0000 >Number: 159376 >Category: ports >Synopsis: Nmap 5.59BETA1 not working >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 09:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Panyushkin >Release: FreeBSD 8.2-STABLE >Organization: Home >Environment: FreeBSD admin.informalians.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jul 24 14:57:31 EEST 2011 root@admin.informalians.local:/usr/obj/usr/src/sys/Kernel amd64 >Description: After update port security/nmap nmap not working Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-08-02 11:53 EEST Error compiling our pcap filter: icmp6 not supported pkg_info nmap-5.59.b1 ---------------------------- Information for nmap-5.59.b1: Comment: Port scanning utility for large networks =============== CUT ================ WWW: http://nmap.org/ See the web page and the Phrack Magazine article (Volume 7, Issue 51 September 01, 1997, article 11 of 17) http://nmap.org/p51-11.html cat /etc/make.conf --------------------- CPUTYPE?= nocona NO_CPU_CFLAGS= # Don't add -march= to CFLAGS automatically NO_CPU_COPTFLAGS= # Don't add -march= to COPTFLAGS automatically KERNCONF=Kernel .if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*} || ${.CURDIR:M*/tmp/obj/*} CFLAGS+= -O2 -pipe -fno-strict-aliasing -march=native -mtune=native -fno-delete-null-pointer-checks -fno-omit-frame-pointer -s CXXFLAGS+= -fconserve-space -s COPTFLAGS= -O2 -pipe -s MAKEOPTS= -j1 INSTALL_NODEBUG=yes STRIP= .endif .if ${.CURDIR:M*/ports/*} CFLAGS+= -O2 -pipe -fno-strict-aliasing -march=native -mtune=native -fno-delete-null-pointer-checks -fstack-protector -fno-omit-frame-pointer -Wformat -s #-Wformat-security CXXFLAGS+= -fconserve-space -s MAKEOPTS= -j1 .endif MAKE_SHELL?=sh WITH_MMX= yes WITH_SSE= yes WITH_3DNOW= yes WITH_THREADS= yes WITHOUT_PROFILE= yes WITHOUT_DEBUG= yes WITH_SYSTEM_ICU= yes WITHOUT_MODULES= bktr plip PRINTERDEVICE= ps DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R SUP_UPDATE= YES SUP= /usr/bin/csup SUPFLAGS= -4 -L 2 SUPHOST= cvsup10.FreeBSD.org PORTSSUPFILE= /etc/CVSup/ports-supfile X_WINDOW_SYSTEM= xorg WRKDIRPREFIX= /tmp .if ${.CURDIR:N*/ports/www/firefox-i18n} == "" FIREFOX_I18N= ru .endif .if ${.CURDIR:N*/ports/editors/openoffice.org-3} == "" LOCALIZED_LANG= ru .endif .if ${.CURDIR:N*/ports/mail/thunderbird-i18n} == "" THUNDERBIRD_I18N= ru .endif .if ${.CURDIR:N*/ports/x11/mrxvt} == "" CONFIGURE_ARGS+= --disable-xim --disable-cjk CONFIGURE_ARGS+= --enable-xft .endif .if exists(/usr/local/bin/wget) FETCH_CMD=wget FETCH_BEFORE_ARGS= -c -t 3 FETCH_OUTPUT_ARGS= -O DISABLE_SIZE=yes .endif OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 PYTHON_DEFAULT_VERSION=python2.7 PERL_VERSION=5.14.1 cat /etc/src.conf ------------------- WITHOUT_AMD=YES WITHOUT_ASSERT_DEBUG=YES WITHOUT_ATM=YES WITHOUT_AUDIT=YES WITHOUT_AUTHPF=YES WITHOUT_BLUETOOTH=YES WITHOUT_BSNMP=YES WITHOUT_CTM=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_GAMES=YES WITHOUT_HTML=YES WITHOUT_IDEA=YES WITHOUT_INET6=YES WITHOUT_IPFILTER=YES WITHOUT_IPFW=YES WITHOUT_IPX=YES WITHOUT_KERBEROS=YES WITHOUT_NCP=yes WITHOUT_NIS=YES WITHOUT_PROFILE=YES WITHOUT_RCMDS=YES WITHOUT_RCS=YES WITHOUT_WIRELESS=YES WITHOUT_WPA_SUPPLICANT_EAPOL=YES LOADER_ZFS_SUPPORT=YES >How-To-Repeat: nmap 127.0.0.1 Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-08-02 11:53 EEST Error compiling our pcap filter: icmp6 not supported >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 09: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 10DCA106566C for ; Tue, 2 Aug 2011 09: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 DAB318FC14 for ; Tue, 2 Aug 2011 09: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 p729ADa6069999 for ; Tue, 2 Aug 2011 09:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p729ADcn069998; Tue, 2 Aug 2011 09:10:13 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 09:10:13 GMT Message-Id: <201108020910.p729ADcn069998@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthieu BOUTHORS Cc: Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthieu BOUTHORS List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 09:10:14 -0000 The following reply was made to PR ports/159369; it has been noted by GNATS. From: Matthieu BOUTHORS To: bug-followup@freebsd.org Cc: Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request mainainership Date: Tue, 2 Aug 2011 10:38:32 +0200 --bcaec5485adc43392d04a981ac66 Content-Type: text/plain; charset=ISO-8859-1 Hello, I approve this patch. Matthieu On Tue, Aug 2, 2011 at 4:40 AM, Edwin Groothuis wrote: > Maintainer of databases/pgtune, > > Please note that PR ports/159369 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/159369 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --bcaec5485adc43392d04a981ac66 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I approve this patch.=A0

Matthieu

On Tue, Aug 2, 2011 at 4:40 AM,= Edwin Groothuis <edwin@freebsd.org> wrote:
Maintainer of databases/pgtune,

Please note that PR ports/159369 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/159= 369

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

--bcaec5485adc43392d04a981ac66-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 10:00:27 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D588106564A for ; Tue, 2 Aug 2011 10:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 036058FC13 for ; Tue, 2 Aug 2011 10:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72A0QK8016870 for ; Tue, 2 Aug 2011 10:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72A0Qjl016869; Tue, 2 Aug 2011 10:00:26 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 10:00:26 GMT Message-Id: <201108021000.p72A0Qjl016869@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Panyushkin Cc: Subject: Re: ports/159376: Nmap 5.59BETA1 not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Panyushkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 10:00:27 -0000 The following reply was made to PR ports/159376; it has been noted by GNATS. From: Alexander Panyushkin To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159376: Nmap 5.59BETA1 not working Date: Tue, 02 Aug 2011 12:33:14 +0300 Please, reclassify to ports. -- Alexander Panyushkin From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 10:26:49 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83FD61065676; Tue, 2 Aug 2011 10:26:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7658FC0A; Tue, 2 Aug 2011 10:26:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72AQnbe044146; Tue, 2 Aug 2011 10:26:49 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72AQnJA044142; Tue, 2 Aug 2011 10:26:49 GMT (envelope-from gjb) Date: Tue, 2 Aug 2011 10:26:49 GMT Message-Id: <201108021026.p72AQnJA044142@freefall.freebsd.org> To: matthieu@labs.fr, gjb@FreeBSD.org, gjb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: ports/159369: [patch] databases/pgtune: Update to latest version, request maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 10:26:49 -0000 Synopsis: [patch] databases/pgtune: Update to latest version, request maintainership State-Changed-From-To: feedback->open State-Changed-By: gjb State-Changed-When: Tue Aug 2 10:25:33 UTC 2011 State-Changed-Why: Approved by current maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=159369 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 10:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AE641065676 for ; Tue, 2 Aug 2011 10:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFF238FC12 for ; Tue, 2 Aug 2011 10: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 p72AeBDi058516 for ; Tue, 2 Aug 2011 10: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 p72AeBcs058515; Tue, 2 Aug 2011 10:40:11 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 10:40:11 GMT Resent-Message-Id: <201108021040.p72AeBcs058515@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39D87106566B for ; Tue, 2 Aug 2011 10:33:06 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id B06F28FC14 for ; Tue, 2 Aug 2011 10:33:04 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id BF3665C10; Tue, 2 Aug 2011 18:33:02 +0800 (CST) Message-Id: <20110802103302.BF3665C10@deep.tw> Date: Tue, 2 Aug 2011 18:33:02 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159378: [NEW PORT] lang/php-plua: PLua is a PHP extension which with the Lua interpreter embed in X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 10:40:13 -0000 >Number: 159378 >Category: ports >Synopsis: [NEW PORT] lang/php-plua: PLua is a PHP extension which with the Lua interpreter embed in >Confidential: no >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 Aug 02 10:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 8.2-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011 >Description: PLua is a PHP extension which with the Lua interpreter embed in. WWW: http://code.google.com/p/plua/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- php-plua-1.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: # # php-plua # php-plua/Makefile # php-plua/distinfo # php-plua/pkg-descr # php-plua/files # php-plua/files/patch-config.m4 # php-plua/pkg-plist # echo c - php-plua mkdir -p php-plua > /dev/null 2>&1 echo x - php-plua/Makefile sed 's/^X//' >php-plua/Makefile << '6d75e9d273517d8bd3136b41c03bee4f' X# New ports collection makefile for: php-plua X# Date created: 2011-08-02 X# Whom: Jin-Sih Lin X# X# $FreeBSD:$ X# X XPORTNAME= plua XPORTVERSION= 1.0.1 XCATEGORIES= lang XMASTER_SITES= GOOGLE_CODE XPKGNAMEPREFIX= php- X XMAINTAINER= linpct@gmail.com XCOMMENT= PLua is a PHP extension which with the Lua interpreter embed in X XCFLAGS+= -I${LOCALBASE}/include XCONFIGURE_ARGS= --with-plua=${LUA_INCDIR} --with-lua-lib=${LUA_LIBDIR} X XUSE_LUA= 5.1 XWANT_LUA_VER= 5.1 X XWRKSRC= ${WRKDIR}/${PORTNAME} X XUSE_PHP= yes XIGNORE_WITH_PHP=4 XUSE_PHPIZE= yes XPHP_MODNAME= ${PORTNAME} X Xpre-install: X @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR} X @${INSTALL_DATA} ${WRKSRC}/modules/${PHP_MODNAME}.so \ X ${PREFIX}/lib/php/${PHP_EXT_DIR} X. for header in . ${PHP_HEADER_DIRS} X @${MKDIR} ${PREFIX}/include/php/ext/${PHP_MODNAME}/${header} X @${INSTALL_DATA} ${WRKSRC}/${header}/*.h \ X ${PREFIX}/include/php/ext/${PHP_MODNAME}/${header} X. endfor X @${RM} -f ${PREFIX}/include/php/ext/${PHP_MODNAME}/config.h X @${GREP} "#define \(COMPILE\|HAVE\|USE\)_" ${WRKSRC}/config.h \ X > ${PREFIX}/include/php/ext/${PHP_MODNAME}/config.h X @${ECHO_CMD} \#include \"ext/${PHP_MODNAME}/config.h\" \ X >> ${PREFIX}/include/php/ext/php_config.h X @${MKDIR} ${PREFIX}/etc/php X @${ECHO_CMD} extension=${PHP_MODNAME}.so \ X >> ${PREFIX}/etc/php/extensions.ini X X.include 6d75e9d273517d8bd3136b41c03bee4f echo x - php-plua/distinfo sed 's/^X//' >php-plua/distinfo << '997610261807ca24f95d886f59746ad8' XSHA256 (plua-1.0.1.tar.gz) = a158bac9871f69090b850577b4b21200a2554bd4c15dba48b2ad6fabf58237d0 XSIZE (plua-1.0.1.tar.gz) = 7191 XSHA256 (/usr/ports/lang/php-plua/files/patch-config.m4) = 8491441bc822c42eeeae960decc42344899e33e73cc6ac8ef761588709db5d8c XSIZE (/usr/ports/lang/php-plua/files/patch-config.m4) = 1323 997610261807ca24f95d886f59746ad8 echo x - php-plua/pkg-descr sed 's/^X//' >php-plua/pkg-descr << '0b36ff0b3ac4ce1d457b61f32c8a0a22' XPLua is a PHP extension which with the Lua interpreter embed in. X XWWW: http://code.google.com/p/plua/ 0b36ff0b3ac4ce1d457b61f32c8a0a22 echo c - php-plua/files mkdir -p php-plua/files > /dev/null 2>&1 echo x - php-plua/files/patch-config.m4 sed 's/^X//' >php-plua/files/patch-config.m4 << '360fa08d6b7bfa556352081f159f5a8f' X--- config.m4.orig 2011-08-02 15:25:42.000000000 +0800 X+++ config.m4 2011-08-02 15:27:37.000000000 +0800 X@@ -1,9 +1,9 @@ X dnl $Id: config.m4 2 2011-06-18 12:51:46Z laruence@gmail.com $ X-PHP_ARG_WITH(plua, for lua support, X-[ --with-plua=[DIR] Include php lua support]) X+PHP_ARG_WITH(plua, for lua support, [ --with-plua=[DIR] Include php lua support]) X+PHP_ARG_WITH(lua_lib, for lua lib support, [ --with-lua_lib=[DIR] Include php lua lib support]) X X if test "$PHP_PLUA" != "no"; then X- if test -r $PHP_PLUA/include/lua.h; then X+ if test -r $PHP_PLUA/lua.h; then X LUA_DIR=$PHP_PLUA X else X AC_MSG_CHECKING(for lua in default path) X@@ -23,8 +23,8 @@ X X LUA_LIB_NAME=lua X X- if test -r $PHP_PLUA/$PHP_LIBDIR/lib${LUA_LIB_NAME}.a; then X- LUA_LIB_DIR=$PHP_PLUA/$PHP_LIBDIR X+ if test -r $PHP_LUA_LIB/lib${LUA_LIB_NAME}.a; then X+ LUA_LIB_DIR=$PHP_LUA_LIB X else X AC_MSG_CHECKING(for lua library in default path) X for i in /usr/lib /usr/lib64; do X@@ -41,7 +41,7 @@ X AC_MSG_ERROR(Please reinstall the lua distribution - lua library should be in /lib/) X fi X X- PHP_ADD_INCLUDE($LUA_DIR/include) X+ PHP_ADD_INCLUDE($LUA_DIR) X PHP_ADD_LIBRARY_WITH_PATH(lua, $LUA_LIB_DIR, PLUA_SHARED_LIBADD) X PHP_SUBST(PLUA_SHARED_LIBADD) X PHP_NEW_EXTENSION(plua, plua.c, $ext_shared) 360fa08d6b7bfa556352081f159f5a8f echo x - php-plua/pkg-plist sed 's/^X//' >php-plua/pkg-plist << 'f9353e63c4e09bc634fd12bdd3d62339' Xinclude/php/ext/plua/config.h Xinclude/php/ext/plua/php_plua.h Xlib/php/%%PHP_EXT_DIR%%/plua.so X@dirrmtry lib/php/%%PHP_EXT_DIR%% X@dirrmtry include/php/ext/plua f9353e63c4e09bc634fd12bdd3d62339 exit --- php-plua-1.0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 11: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 7EAF11065673 for ; Tue, 2 Aug 2011 11: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 5345A8FC0A for ; Tue, 2 Aug 2011 11: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 p72B0Ngu075919 for ; Tue, 2 Aug 2011 11: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 p72B0N5O075918; Tue, 2 Aug 2011 11:00:23 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 11:00:23 GMT Resent-Message-Id: <201108021100.p72B0N5O075918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05CF11065672; Tue, 2 Aug 2011 11:00:02 +0000 (UTC) (envelope-from gasol@pixnet.tw) Received: from epaper.pixnet.net (srvnat.pixnet.tw [60.199.247.250]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2DF8FC12; Tue, 2 Aug 2011 11:00:02 +0000 (UTC) Message-Id: <20110802104852.E25D32E030@aqua.pixnet.tw> Date: Tue, 2 Aug 2011 18:48:52 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/159380: [PATCH] devel/thrift: update to 0.6.1 (replace ports/159370) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 11:00:23 -0000 >Number: 159380 >Category: ports >Synopsis: [PATCH] devel/thrift: update to 0.6.1 (replace ports/159370) >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 Aug 02 11:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >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: replace obsolete report: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159370 - Update to 0.6.1 - fix THRIFT-1102 and THRIFT-705 Added file(s): - files/patch-configure.ac Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- thrift-0.6.1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/thrift/Makefile /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/Makefile --- /usr/ports/devel/thrift/Makefile 2010-12-11 07:05:04.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/Makefile 2011-08-02 15:45:41.927864000 +0800 @@ -6,21 +6,21 @@ # PORTNAME= thrift -PORTVERSION= 0.4.0 +PORTVERSION= 0.6.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE -MASTER_SITE_SUBDIR= incubator/thrift/${PORTVERSION}-incubating -DISTNAME= thrift-${PORTVERSION} +MASTER_SITE_SUBDIR= /thrift/${PORTVERSION} MAINTAINER= skv@FreeBSD.org COMMENT= Framework for scalable cross-language services development -LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ - event-1.4:${PORTSDIR}/devel/libevent +LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs + +USE_AUTOTOOLS= autoconf autoheader:env aclocal automake libtool +ACLOCAL_ARGS= -I${WRKSRC}/aclocal +AUTOMAKE_ARGS= --foreign --add-missing --copy -USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \ - automake:env libtool:env USE_GNOME= pkgconfig USE_GCC= 4.2+ GNU_CONFIGURE= yes @@ -29,8 +29,7 @@ MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -CONFIGURE_ARGS= --with-boost=${LOCALBASE} --with-libevent=${LOCALBASE} \ - --enable-shared --enable-static --with-zlib +CONFIGURE_ARGS= --with-boost=${LOCALBASE} --enable-shared --enable-static CONFIGURE_ENV+= ${MAKE_ENV} # For Erlang support, use devel/erlang-thrift. @@ -40,13 +39,16 @@ # Other languages are not yet supported, please feel free to contribute # using one of the leaf ports as an example. CONFIGURE_ARGS+= \ + --with-cpp \ --without-csharp \ --without-erlang \ --without-java \ --without-perl \ --without-php \ - --without-py \ - --without-ruby + --without-php_extension \ + --without-python \ + --without-ruby \ + --without-haskell .include @@ -54,22 +56,22 @@ BROKEN= Does not compile on sparc64 .endif +.if !defined(WITHOUT_EVENT) +LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent +CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} +.endif + post-patch: @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am - -pre-configure: - @(cd ${WRKSRC} && ./bootstrap.sh) + @${REINPLACE_CMD} '/config.h/d' ${WRKSRC}/lib/cpp/Makefile.am post-install: - @${LN} -sf ${PREFIX}/lib/libthrift.so.0 ${PREFIX}/lib/libthrift.so - @${LN} -sf ${PREFIX}/lib/libthriftnb.so.0 ${PREFIX}/lib/libthriftnb.so - @${LN} -sf ${PREFIX}/lib/libthriftz.so.0 ${PREFIX}/lib/libthriftz.so @${ECHO_MSG} @${ECHO_MSG} "For use with C++, the same compiler as used to build this port must be used" @${ECHO_MSG} "to compile and link your generated IDL bindings." @${ECHO_MSG} @${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:" - @${ECHO_MSG} "http://incubator.apache.org/thrift/static/thrift-20070401.pdf" + @${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf" @${ECHO_MSG} .include diff -ruN --exclude=CVS /usr/ports/devel/thrift/distinfo /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/distinfo --- /usr/ports/devel/thrift/distinfo 2011-07-03 22:59:16.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/distinfo 2011-08-01 17:18:12.844880000 +0800 @@ -1,2 +1,2 @@ -SHA256 (thrift-0.4.0.tar.gz) = 7cb8825a8888686ed6a9e229c9e9fcd9878a4af623785e1b22cdcc01a578d248 -SIZE (thrift-0.4.0.tar.gz) = 1206710 +SHA256 (thrift-0.6.1.tar.gz) = 1bed1ea17bf31c861fa8dd6e0182360eb8234383f32d0e4a36b70047b2e6b313 +SIZE (thrift-0.6.1.tar.gz) = 2034583 diff -ruN --exclude=CVS /usr/ports/devel/thrift/files/patch-configure.ac /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/files/patch-configure.ac --- /usr/ports/devel/thrift/files/patch-configure.ac 1970-01-01 08:00:00.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/files/patch-configure.ac 2011-08-02 12:09:10.267239000 +0800 @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2011-08-02 12:08:58.444207000 +0800 ++++ ./configure.ac 2011-08-02 12:09:05.875591000 +0800 +@@ -85,7 +85,7 @@ + have_cpp=no + if test "$with_cpp" = "yes"; then + AX_BOOST_BASE([1.33.1]) +- if test "x$succeeded" == "xyes" ; then ++ if test "x$succeeded" = "xyes" ; then + have_cpp="yes" + fi + diff -ruN --exclude=CVS /usr/ports/devel/thrift/pkg-descr /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-descr --- /usr/ports/devel/thrift/pkg-descr 2009-06-24 06:20:17.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-descr 2011-08-02 01:19:42.151416000 +0800 @@ -9,4 +9,4 @@ Thrift is specifically designed to support non-atomic version changes across client and server code. -WWW: http://incubator.apache.org/thrift/ +WWW: http://thrift.apache.org diff -ruN --exclude=CVS /usr/ports/devel/thrift/pkg-plist /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-plist --- /usr/ports/devel/thrift/pkg-plist 2010-12-11 07:05:04.000000000 +0800 +++ /.amd_mnt/10.1.1.100/vol/users/pixuser/gasol/ports/devel/thrift/pkg-plist 2011-08-02 15:36:08.133574000 +0800 @@ -1,71 +1,87 @@ -@comment $FreeBSD: ports/devel/thrift/pkg-plist,v 1.4 2010/12/10 23:05:04 pgollucci Exp $ -bin/thrift -include/thrift/TApplicationException.h -include/thrift/TLogging.h -include/thrift/TProcessor.h -include/thrift/TReflectionLocal.h -include/thrift/Thrift.h -include/thrift/concurrency/Exception.h -include/thrift/concurrency/FunctionRunner.h -include/thrift/concurrency/Monitor.h -include/thrift/concurrency/Mutex.h -include/thrift/concurrency/PosixThreadFactory.h -include/thrift/concurrency/Thread.h -include/thrift/concurrency/ThreadManager.h -include/thrift/concurrency/TimerManager.h -include/thrift/concurrency/Util.h -include/thrift/config.h -include/thrift/processor/PeekProcessor.h -include/thrift/processor/StatsProcessor.h -include/thrift/protocol/TBase64Utils.h -include/thrift/protocol/TBinaryProtocol.h -include/thrift/protocol/TCompactProtocol.h -include/thrift/protocol/TDebugProtocol.h -include/thrift/protocol/TDenseProtocol.h -include/thrift/protocol/TJSONProtocol.h -include/thrift/protocol/TOneWayProtocol.h -include/thrift/protocol/TProtocol.h -include/thrift/protocol/TProtocolException.h -include/thrift/protocol/TProtocolTap.h -include/thrift/server/TNonblockingServer.h -include/thrift/server/TServer.h -include/thrift/server/TSimpleServer.h -include/thrift/server/TThreadPoolServer.h -include/thrift/server/TThreadedServer.h -include/thrift/transport/TBufferTransports.h -include/thrift/transport/TFDTransport.h -include/thrift/transport/TFileTransport.h -include/thrift/transport/THttpClient.h -include/thrift/transport/THttpServer.h -include/thrift/transport/THttpTransport.h -include/thrift/transport/TServerSocket.h -include/thrift/transport/TServerTransport.h -include/thrift/transport/TShortReadTransport.h -include/thrift/transport/TSimpleFileTransport.h -include/thrift/transport/TSocket.h -include/thrift/transport/TSocketPool.h -include/thrift/transport/TTransport.h -include/thrift/transport/TTransportException.h -include/thrift/transport/TTransportUtils.h -include/thrift/transport/TZlibTransport.h -lib/libthrift.a -lib/libthrift.la -lib/libthrift.so -lib/libthrift.so.0 -lib/libthriftnb.a -lib/libthriftnb.la -lib/libthriftnb.so -lib/libthriftnb.so.0 -lib/libthriftz.a -lib/libthriftz.la -lib/libthriftz.so -lib/libthriftz.so.0 -libdata/pkgconfig/thrift-nb.pc -libdata/pkgconfig/thrift-z.pc -libdata/pkgconfig/thrift.pc -@dirrm include/thrift/transport -@dirrm include/thrift/server -@dirrm include/thrift/protocol -@dirrm include/thrift/processor -@dirrm include/thrift/concurrency -@dirrm include/thrift +usr/local/bin/thrift +usr/local/include/thrift/TApplicationException.h +usr/local/include/thrift/TLogging.h +usr/local/include/thrift/TProcessor.h +usr/local/include/thrift/TReflectionLocal.h +usr/local/include/thrift/Thrift.h +usr/local/include/thrift/async/SimpleCallback.h +usr/local/include/thrift/async/TAsyncBufferProcessor.h +usr/local/include/thrift/async/TAsyncChannel.h +usr/local/include/thrift/async/TAsyncProcessor.h +usr/local/include/thrift/async/TAsyncProtocolProcessor.h +usr/local/include/thrift/async/TEvhttpClientChannel.h +usr/local/include/thrift/async/TEvhttpServer.h +usr/local/include/thrift/concurrency/Exception.h +usr/local/include/thrift/concurrency/FunctionRunner.h +usr/local/include/thrift/concurrency/Monitor.h +usr/local/include/thrift/concurrency/Mutex.h +usr/local/include/thrift/concurrency/PosixThreadFactory.h +usr/local/include/thrift/concurrency/Thread.h +usr/local/include/thrift/concurrency/ThreadManager.h +usr/local/include/thrift/concurrency/TimerManager.h +usr/local/include/thrift/concurrency/Util.h +usr/local/include/thrift/processor/PeekProcessor.h +usr/local/include/thrift/processor/StatsProcessor.h +usr/local/include/thrift/protocol/TBase64Utils.h +usr/local/include/thrift/protocol/TBinaryProtocol.h +usr/local/include/thrift/protocol/TBinaryProtocol.tcc +usr/local/include/thrift/protocol/TCompactProtocol.h +usr/local/include/thrift/protocol/TCompactProtocol.tcc +usr/local/include/thrift/protocol/TDebugProtocol.h +usr/local/include/thrift/protocol/TDenseProtocol.h +usr/local/include/thrift/protocol/TJSONProtocol.h +usr/local/include/thrift/protocol/TProtocol.h +usr/local/include/thrift/protocol/TProtocolException.h +usr/local/include/thrift/protocol/TProtocolTap.h +usr/local/include/thrift/protocol/TVirtualProtocol.h +usr/local/include/thrift/server/TNonblockingServer.h +usr/local/include/thrift/server/TServer.h +usr/local/include/thrift/server/TSimpleServer.h +usr/local/include/thrift/server/TThreadPoolServer.h +usr/local/include/thrift/server/TThreadedServer.h +usr/local/include/thrift/transport/TBufferTransports.h +usr/local/include/thrift/transport/TFDTransport.h +usr/local/include/thrift/transport/TFileTransport.h +usr/local/include/thrift/transport/THttpClient.h +usr/local/include/thrift/transport/THttpServer.h +usr/local/include/thrift/transport/THttpTransport.h +usr/local/include/thrift/transport/TServerSocket.h +usr/local/include/thrift/transport/TServerTransport.h +usr/local/include/thrift/transport/TShortReadTransport.h +usr/local/include/thrift/transport/TSimpleFileTransport.h +usr/local/include/thrift/transport/TSocket.h +usr/local/include/thrift/transport/TSocketPool.h +usr/local/include/thrift/transport/TTransport.h +usr/local/include/thrift/transport/TTransportException.h +usr/local/include/thrift/transport/TTransportUtils.h +usr/local/include/thrift/transport/TVirtualTransport.h +usr/local/include/thrift/transport/TZlibTransport.h +usr/local/lib/libthrift.a +usr/local/lib/libthrift.la +usr/local/lib/libthrift.so +usr/local/lib/libthrift.so.0 +usr/local/lib/libthriftnb.a +usr/local/lib/libthriftnb.la +usr/local/lib/libthriftnb.so +usr/local/lib/libthriftnb.so.0 +usr/local/lib/libthriftz.a +usr/local/lib/libthriftz.la +usr/local/lib/libthriftz.so +usr/local/lib/libthriftz.so.0 +usr/local/libdata/pkgconfig/thrift-nb.pc +usr/local/libdata/pkgconfig/thrift-z.pc +usr/local/libdata/pkgconfig/thrift.pc +@dirrm usr/local/libdata/pkgconfig +@dirrm usr/local/libdata +@dirrm usr/local/lib +@dirrm usr/local/include/thrift/transport +@dirrm usr/local/include/thrift/server +@dirrm usr/local/include/thrift/protocol +@dirrm usr/local/include/thrift/processor +@dirrm usr/local/include/thrift/concurrency +@dirrm usr/local/include/thrift/async +@dirrm usr/local/include/thrift +@dirrm usr/local/include +@dirrm usr/local/bin +@dirrm usr/local +@dirrm usr --- thrift-0.6.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 11:00:35 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20B2D1065674; Tue, 2 Aug 2011 11:00:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EDBCB8FC19; Tue, 2 Aug 2011 11:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72B0Yfk076746; Tue, 2 Aug 2011 11:00:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72B0YYG076740; Tue, 2 Aug 2011 11:00:34 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 11:00:34 GMT Message-Id: <201108021100.p72B0YYG076740@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159380: [PATCH] devel/thrift: update to 0.6.1 (replace ports/159370) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 11:00:35 -0000 Synopsis: [PATCH] devel/thrift: update to 0.6.1 (replace ports/159370) Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 11:00:33 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159380 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 11:06:49 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12950106566B; Tue, 2 Aug 2011 11:06:49 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E02828FC13; Tue, 2 Aug 2011 11:06:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72B6m0f084829; Tue, 2 Aug 2011 11:06:48 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72B6mUc084825; Tue, 2 Aug 2011 11:06:48 GMT (envelope-from zi) Date: Tue, 2 Aug 2011 11:06:48 GMT Message-Id: <201108021106.p72B6mUc084825@freefall.freebsd.org> To: zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159373: MAINTAINER UPDATE: news/sabnzbdplus X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 11:06:49 -0000 Synopsis: MAINTAINER UPDATE: news/sabnzbdplus Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Tue Aug 2 11:06:48 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159373 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 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 9CE351065687 for ; Tue, 2 Aug 2011 12:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2A68FC19 for ; Tue, 2 Aug 2011 12:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72C0P1r034445 for ; Tue, 2 Aug 2011 12:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72C0Ppc034444; Tue, 2 Aug 2011 12:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 12:00:25 GMT Resent-Message-Id: <201108021200.p72C0Ppc034444@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Keda Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B04106566B for ; Tue, 2 Aug 2011 11:59: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 7A2738FC0A for ; Tue, 2 Aug 2011 11:59: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 p72Bxdog015127 for ; Tue, 2 Aug 2011 11:59:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72BxdjY015126; Tue, 2 Aug 2011 11:59:39 GMT (envelope-from nobody) Message-Id: <201108021159.p72BxdjY015126@red.freebsd.org> Date: Tue, 2 Aug 2011 11:59:39 GMT From: Alex Keda To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159381: update lang/php52 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 12:00:33 -0000 >Number: 159381 >Category: ports >Synopsis: update lang/php52 >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 Aug 02 12:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alex Keda >Release: 9.0-CURRENT >Organization: USSR >Environment: FreeBSD lissyara.moskb.local 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224487: Fri Jul 29 08:27:06 MSK 2011 root@lissyara.moskb.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: after last update net-snmp change library version >How-To-Repeat: >Fix: see patch Patch attached with submission follows: diff -Nru lang/php52.orig/Makefile.ext lang/php52/Makefile.ext --- lang/php52.orig/Makefile.ext 2011-08-02 15:55:32.000000000 +0400 +++ lang/php52/Makefile.ext 2011-08-02 15:55:48.000000000 +0400 @@ -378,7 +378,7 @@ --with-openssl-dir=${OPENSSLBASE} \ --enable-ucd-snmp-hack -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USE_OPENSSL= yes .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 12:07:47 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E2D106566B; Tue, 2 Aug 2011 12:07:47 +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 CB2CA8FC19; Tue, 2 Aug 2011 12:07:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72C7lEE043277; Tue, 2 Aug 2011 12:07:47 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72C7l2H043273; Tue, 2 Aug 2011 12:07:47 GMT (envelope-from culot) Date: Tue, 2 Aug 2011 12:07:47 GMT Message-Id: <201108021207.p72C7l2H043273@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159363: Upgrade sysutils/tren from 1.239 to 1.242 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 12:07:48 -0000 Synopsis: Upgrade sysutils/tren from 1.239 to 1.242 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Aug 2 12:07:47 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159363 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 12:09:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 480CC106564A; Tue, 2 Aug 2011 12:09:02 +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 21B5A8FC0C; Tue, 2 Aug 2011 12:09: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 p72C926W043395; Tue, 2 Aug 2011 12:09:02 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72C917o043391; Tue, 2 Aug 2011 12:09:02 GMT (envelope-from culot) Date: Tue, 2 Aug 2011 12:09:02 GMT Message-Id: <201108021209.p72C917o043391@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159368: update port databases/dalmp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 12:09:02 -0000 Synopsis: update port databases/dalmp Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Aug 2 12:09:01 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159368 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 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 C8C031065670 for ; Tue, 2 Aug 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 9FD848FC18 for ; Tue, 2 Aug 2011 12:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72CUBIW062370 for ; Tue, 2 Aug 2011 12:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72CUBss062366; Tue, 2 Aug 2011 12:30:11 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 12:30:11 GMT Resent-Message-Id: <201108021230.p72CUBss062366@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED65106564A for ; Tue, 2 Aug 2011 12:23:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 84CCD8FC12 for ; Tue, 2 Aug 2011 12:23:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p72CNs9c061679 for ; Tue, 2 Aug 2011 12:23:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72CNs48061665; Tue, 2 Aug 2011 12:23:54 GMT (envelope-from nobody) Message-Id: <201108021223.p72CNs48061665@red.freebsd.org> Date: Tue, 2 Aug 2011 12:23:54 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159382: [PATCH] multimedia/playd update to v1.21.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 12:30:12 -0000 >Number: 159382 >Category: ports >Synopsis: [PATCH] multimedia/playd update to v1.21.0 >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 Aug 02 12:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: Update playd to v1.21.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u playd.bak/Makefile playd/Makefile --- playd.bak/Makefile 2010-12-21 23:56:42.000000000 +0200 +++ playd/Makefile 2011-08-02 15:20:04.746852959 +0300 @@ -6,7 +6,7 @@ # PORTNAME= playd -PORTVERSION= 1.19.1 +PORTVERSION= 1.21.0 CATEGORIES= multimedia MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= playd.sh-${PORTVERSION} @@ -23,7 +23,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/playd-sh-${REV} -REV= e0821b1e458d +REV= 377f785920e0 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd diff -u playd.bak/distinfo playd/distinfo --- playd.bak/distinfo 2010-12-21 23:56:42.000000000 +0200 +++ playd/distinfo 2011-08-02 15:19:25.417866606 +0300 @@ -1,2 +1,2 @@ -SHA256 (playd.sh-1.19.1.tar.gz) = 9afe63dc36d16b2da45865b8bcb74cc81fefd5355901769afe5d56951fb1e0cb -SIZE (playd.sh-1.19.1.tar.gz) = 11531 +SHA256 (playd.sh-1.21.0.tar.gz) = 971f6ec8e0bc81c16f9b36c89f2fc7e9b2ca7942c5854a68ad872f957792e285 +SIZE (playd.sh-1.21.0.tar.gz) = 11854 diff -u playd.bak/pkg-descr playd/pkg-descr --- playd.bak/pkg-descr 2010-11-24 14:18:09.000000000 +0200 +++ playd/pkg-descr 2011-08-02 15:19:12.031509391 +0300 @@ -4,7 +4,7 @@ player because playd supports playlists. It is easy to integrate playd into a window manager menu (e.g. FVWM). -WWW: http://wiki.bsdroot.lv/playd +WWW: http://hg.bsdroot.lv/aldis/playd.sh/ -- Aldis Berjoza >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 13: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 3E76C106567E for ; Tue, 2 Aug 2011 13: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 0E9968FC18 for ; Tue, 2 Aug 2011 13: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 p72D0Lj7091066 for ; Tue, 2 Aug 2011 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72D0LkN091065; Tue, 2 Aug 2011 13:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 13:00:21 GMT Resent-Message-Id: <201108021300.p72D0LkN091065@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, UMENO Takashi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020D3106567D for ; Tue, 2 Aug 2011 12:56:23 +0000 (UTC) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.freebsd.org (Postfix) with ESMTP id 507258FC24 for ; Tue, 2 Aug 2011 12:56:21 +0000 (UTC) Received: from belldandy.unnumbered.net (localhost [127.0.0.1]) by belldandy.unnumbered.net (8.14.5/8.14.5) with ESMTP id p72CuJY3005774 for ; Tue, 2 Aug 2011 21:56:19 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.14.5/8.14.5/Submit) id p72CuJfb005773; Tue, 2 Aug 2011 21:56:19 +0900 (JST) (envelope-from umeno) Message-Id: <201108021256.p72CuJfb005773@belldandy.unnumbered.net> Date: Tue, 2 Aug 2011 21:56:19 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159383: Maintainer Update: games/ninix to 4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 13:00:22 -0000 >Number: 159383 >Category: ports >Synopsis: Maintainer Update: games/ninix to 4.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 13:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 8.2-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Jul 6 22:37:47 JST 2011 root@belldandy.unnumbered.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Maintainer Update: games/ninix to 4.2 >How-To-Repeat: N/A >Fix: diff -urN ninix-aya.orig/Makefile ninix-aya/Makefile --- ninix-aya.orig/Makefile 2011-07-20 20:25:19.000000000 +0900 +++ ninix-aya/Makefile 2011-08-01 23:36:06.000000000 +0900 @@ -6,10 +6,10 @@ # PORTNAME= ninix-aya -PORTVERSION= 4.1.12 +PORTVERSION= 4.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ninix-aya/52630 +MASTER_SITE_SUBDIR= ninix-aya/52726 DISTNAME= ninix-aya-${PORTVERSION} EXTRACT_SUFX= .tgz diff -urN ninix-aya.orig/distinfo ninix-aya/distinfo --- ninix-aya.orig/distinfo 2011-07-20 20:25:19.000000000 +0900 +++ ninix-aya/distinfo 2011-08-02 21:18:53.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ninix-aya-4.1.12.tgz) = 486e70b5cacff183d43043615cf48b7b52b88b80bb9b1991bf734ddbbdcc974c -SIZE (ninix-aya-4.1.12.tgz) = 304891 +SHA256 (ninix-aya-4.2.tgz) = f0a34542b08393f013d76b0442b2a09bf4e9684baa2575032cadea7fd5f94a05 +SIZE (ninix-aya-4.2.tgz) = 304850 diff -urN ninix-aya.orig/pkg-plist ninix-aya/pkg-plist --- ninix-aya.orig/pkg-plist 2010-07-06 17:50:48.000000000 +0900 +++ ninix-aya/pkg-plist 2011-08-02 21:30:39.000000000 +0900 @@ -46,13 +46,11 @@ libexec/ninix/ninix/home.py libexec/ninix/ninix/keymap.py libexec/ninix/ninix/kinoko.py -libexec/ninix/ninix/main.py libexec/ninix/ninix/makoto.py libexec/ninix/ninix/menu.py libexec/ninix/ninix/nekodorif.py libexec/ninix/ninix/ngm.py libexec/ninix/ninix/pix.py -libexec/ninix/ninix/plugin.py libexec/ninix/ninix/prefs.py libexec/ninix/ninix/sakura.py libexec/ninix/ninix/script.py @@ -70,13 +68,13 @@ libexec/ninix/ninix/home.pyc libexec/ninix/ninix/keymap.pyc libexec/ninix/ninix/kinoko.pyc -libexec/ninix/ninix/main.pyc +libexec/ninix/ninix/lock.py +libexec/ninix/ninix/lock.pyc libexec/ninix/ninix/menu.pyc libexec/ninix/ninix/makoto.pyc libexec/ninix/ninix/nekodorif.pyc libexec/ninix/ninix/ngm.pyc libexec/ninix/ninix/pix.pyc -libexec/ninix/ninix/plugin.pyc libexec/ninix/ninix/prefs.pyc libexec/ninix/ninix/sakura.pyc libexec/ninix/ninix/seriko.pyc @@ -86,9 +84,11 @@ libexec/ninix/ninix/entry_db.pyc libexec/ninix/ninix/script.pyc libexec/ninix/ninix/version.pyc -libexec/ninix/sstplib.py +libexec/ninix/main.py +libexec/ninix/main.pyc libexec/ninix/ninix-install.py libexec/ninix/ninix-install.pyc +libexec/ninix/sstplib.py libexec/ninix/sstplib.pyc %%NLS%%share/locale/ja/LC_MESSAGES/ninix.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ninix.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 13: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 C9432106567F for ; Tue, 2 Aug 2011 13: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 852908FC1A for ; Tue, 2 Aug 2011 13: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 p72D0MQf091086 for ; Tue, 2 Aug 2011 13: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 p72D0MaE091085; Tue, 2 Aug 2011 13:00:22 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 13:00:22 GMT Resent-Message-Id: <201108021300.p72D0MaE091085@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Larsson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84CA81065734 for ; Tue, 2 Aug 2011 12:56:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6E28FC16 for ; Tue, 2 Aug 2011 12:56:41 +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 p72Cue0t022747 for ; Tue, 2 Aug 2011 12:56:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72CueGn022746; Tue, 2 Aug 2011 12:56:40 GMT (envelope-from nobody) Message-Id: <201108021256.p72CueGn022746@red.freebsd.org> Date: Tue, 2 Aug 2011 12:56:40 GMT From: Henrik Larsson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159384: ports/py27-fail2ban, custom jail.conf file overwritten after 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: Tue, 02 Aug 2011 13:00:22 -0000 >Number: 159384 >Category: ports >Synopsis: ports/py27-fail2ban, custom jail.conf file overwritten after upgrade >Confidential: no >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 Aug 02 13:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Henrik Larsson >Release: >Organization: >Environment: >Description: After an upgrade of the py27-fail2ban port from py27-fail2ban-0.8.4_1 to py27-fail2ban-0.8.4_2, the edited /usr/local/etc/fail2ban/jail.conf file is overwritten with the default one. I used the following command to upgrade: "portmaster py27-fail2ban" Is this the expected behavior? If yes, how can I keep my edited jail.conf during upgrades of this port? Best regards Henrik Larsson >How-To-Repeat: - Install old version of py27-fail2ban port - Edit /usr/local/etc/fail2ban/jail.conf - Upgrade py27-fail2ban port - The jail.conf file is now back to default >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 13:07: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 EEEA4106566B; Tue, 2 Aug 2011 13:07: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 C86028FC08; Tue, 2 Aug 2011 13:07: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 p72D7wOu000183; Tue, 2 Aug 2011 13:07:58 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72D7wlh000179; Tue, 2 Aug 2011 13:07:58 GMT (envelope-from culot) Date: Tue, 2 Aug 2011 13:07:58 GMT Message-Id: <201108021307.p72D7wlh000179@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159383: Maintainer Update: games/ninix to 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: Tue, 02 Aug 2011 13:07:59 -0000 Synopsis: Maintainer Update: games/ninix to 4.2 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Aug 2 13:07:58 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159383 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 13:10:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFFD91065676 for ; Tue, 2 Aug 2011 13:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A83148FC1B for ; Tue, 2 Aug 2011 13: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 p72DADrk000287 for ; Tue, 2 Aug 2011 13:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72DADNA000286; Tue, 2 Aug 2011 13:10:13 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 13:10:13 GMT Resent-Message-Id: <201108021310.p72DADNA000286@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CD69106566B for ; Tue, 2 Aug 2011 13:04:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4788FC15 for ; Tue, 2 Aug 2011 13:04:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p72D4rLG040538 for ; Tue, 2 Aug 2011 13:04:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72D4r0B040537; Tue, 2 Aug 2011 13:04:53 GMT (envelope-from nobody) Message-Id: <201108021304.p72D4r0B040537@red.freebsd.org> Date: Tue, 2 Aug 2011 13:04:53 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159385: [PATCH] devel/avra UNBREAK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 13:10:16 -0000 >Number: 159385 >Category: ports >Synopsis: [PATCH] devel/avra UNBREAK >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: Tue Aug 02 13:10:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: Attached patch to fix avra. I'd like to become maintainer. Patch to update avra to latest version comming soon >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u avra.bak/Makefile avra/Makefile --- avra.bak/Makefile 2011-08-02 15:57:52.066591715 +0300 +++ avra/Makefile 2011-08-02 16:03:54.273198739 +0300 @@ -10,13 +10,11 @@ PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= devel -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= aldis@bsdroot.lv COMMENT= Macro Assembler for Atmel AVR microcontrollers -BROKEN= does not fetch - WRKSRC= ${WRKDIR} USE_AUTOTOOLS= aclocal autoconf automake AUTOMAKE_ARGS= -a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 14:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B6E51065670 for ; Tue, 2 Aug 2011 14:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBE0D8FC16 for ; Tue, 2 Aug 2011 14:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72EKAK6065550 for ; Tue, 2 Aug 2011 14:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72EKAZ5065549; Tue, 2 Aug 2011 14:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 14:20:10 GMT Resent-Message-Id: <201108021420.p72EKAZ5065549@freefall.freebsd.org> 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 Smolenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6907A106566C for ; Tue, 2 Aug 2011 14:19:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 59BAD8FC12 for ; Tue, 2 Aug 2011 14:19:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p72EJDum056805 for ; Tue, 2 Aug 2011 14:19:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72EJDst056804; Tue, 2 Aug 2011 14:19:13 GMT (envelope-from nobody) Message-Id: <201108021419.p72EJDst056804@red.freebsd.org> Date: Tue, 2 Aug 2011 14:19:13 GMT From: Emil Smolenski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159386: [PATCH] net-mgmt/net-snmp unclean deinstall without ipv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 14:20:11 -0000 >Number: 159386 >Category: ports >Synopsis: [PATCH] net-mgmt/net-snmp unclean deinstall without ipv6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 14:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Emil Smolenski >Release: FreeBSD 8.2-STABLE >Organization: >Environment: FreeBSD testsnmp 8.2-STABLE FreeBSD 8.2-STABLE #6: Fri Jul 15 11:46:06 CEST 2011 root@arrow:/usr/obj/usr/src/sys/ARROW amd64 >Description: When net-mgmt/net-snmp is installed without WITH_IPV6 option, pkg_delete displays warning on deinstall: # pkg_delete net-snmp-5.7_1 pkg_delete: file '/usr/local/include/net-snmp/library/snmpIPv6BaseDomain.h' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) # cd /usr/ports/net-mgmt/net-snmp # make -V WITHOUT_IPV6 true # make -V WITH_IPV6 # >How-To-Repeat: Install net-mgmt/net-snmp without WITH_IPV6 option and deinstall it. >Fix: Apply attached patch. Patch attached with submission follows: diff -ruN net-mgmt/net-snmp.orig/pkg-plist net-mgmt/net-snmp/pkg-plist --- net-mgmt/net-snmp.orig/pkg-plist 2011-07-27 22:18:34.000000000 +0200 +++ net-mgmt/net-snmp/pkg-plist 2011-08-02 15:49:11.634782758 +0200 @@ -132,7 +132,7 @@ include/net-snmp/library/snmpusm.h include/net-snmp/library/snmpv3-security-includes.h include/net-snmp/library/snmpv3.h -include/net-snmp/library/snmpIPv6BaseDomain.h +%%WITH_IPV6%%include/net-snmp/library/snmpIPv6BaseDomain.h include/net-snmp/library/snmpUDPBaseDomain.h include/net-snmp/library/snmpUDPIPv4BaseDomain.h include/net-snmp/library/snmpTCPBaseDomain.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 14: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 01119106566B; Tue, 2 Aug 2011 14: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 952248FC08; Tue, 2 Aug 2011 14: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 p72EKMdl066223; Tue, 2 Aug 2011 14: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 p72EKMRE066219; Tue, 2 Aug 2011 14:20:22 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 14:20:22 GMT Message-Id: <201108021420.p72EKMRE066219@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159386: [PATCH] net-mgmt/net-snmp unclean deinstall without ipv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 14:20:23 -0000 Synopsis: [PATCH] net-mgmt/net-snmp unclean deinstall without ipv6 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 14:20:22 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159386 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 15:30:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 163801065673 for ; Tue, 2 Aug 2011 15:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7F268FC14 for ; Tue, 2 Aug 2011 15:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72FUEPk028870 for ; Tue, 2 Aug 2011 15:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72FUEj1028869; Tue, 2 Aug 2011 15:30:14 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 15:30:14 GMT Resent-Message-Id: <201108021530.p72FUEj1028869@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicole Reid Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 091831065672 for ; Tue, 2 Aug 2011 15:29:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E499B8FC08 for ; Tue, 2 Aug 2011 15:29:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p72FTa5u080886 for ; Tue, 2 Aug 2011 15:29:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72FTaO5080885; Tue, 2 Aug 2011 15:29:36 GMT (envelope-from nobody) Message-Id: <201108021529.p72FTaO5080885@red.freebsd.org> Date: Tue, 2 Aug 2011 15:29:36 GMT From: Nicole Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159387: [Update] emulators/visualboyadvance-m to r1001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 15:30:15 -0000 >Number: 159387 >Category: ports >Synopsis: [Update] emulators/visualboyadvance-m to r1001 >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 Aug 02 15:30:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicole Reid >Release: >Organization: >Environment: >Description: New features highlights for the GTK+ port are the following : - Added support for GBA cheats - Added RTC support - Added vba-over.ini support - Added internationalization support - Added 7zip support >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN visualboyadvance-m.966/Makefile visualboyadvance-m/Makefile --- visualboyadvance-m.966/Makefile 2011-03-21 22:19:02.857112572 -0400 +++ visualboyadvance-m/Makefile 2011-08-02 11:11:34.790390123 -0400 @@ -30,13 +30,13 @@ USE_SDL= sdl USE_CMAKE= yes CMAKE_ARGS+= -DVERSION:STRING="${PORTVERSION}" -DSYSCONFDIR:STRING="${PREFIX}/etc" -SVN_REV= 966 +SVN_REV= 1001 .include .if defined(WITH_ASM) && ${ARCH} == "i386" BUILD_DEPENDS+= as:${PORTSDIR}/devel/binutils -CMAKE_ARGS+= -DUSE_ASM_CORE=yes -DUSE_ASM_SCALERS=yes +CMAKE_ARGS+= -DENABLE_ASM_CORE:BOOL=yes -DENABLE_ASM_SCALERS:BOOL=yes .endif .if defined(WITH_GVBAM) @@ -49,7 +49,16 @@ gdkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm .else PLIST_SUB+= GVBAM="@comment " -CMAKE_ARGS+= -DNO_GTK:BOOL=yes +CMAKE_ARGS+= -DENABLE_GTK:BOOL=no +.endif + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CMAKE_ARGS+= -DENABLE_NLS:BOOL=yes +PLIST_SUB+= NLS="" +.else +CMAKE_ARGS+= -DENABLE_NLS:BOOL=no +PLIST_SUB+= NLS="@comment " .endif post-patch: diff -ruN visualboyadvance-m.966/distinfo visualboyadvance-m/distinfo --- visualboyadvance-m.966/distinfo 2011-03-21 22:19:02.857112572 -0400 +++ visualboyadvance-m/distinfo 2011-08-02 10:34:39.573205304 -0400 @@ -1,2 +1,2 @@ -SHA256 (visualboyadvance-m-1.8.0r966.tar.bz2) = 921bcc750fdaff4a41c72f1a52efa90886022cdefbefa909881da7b096b64021 -SIZE (visualboyadvance-m-1.8.0r966.tar.bz2) = 746183 +SHA256 (visualboyadvance-m-1.8.0r1001.tar.bz2) = 8668c8b556826681c8e848d999ff3ba1383daf78e3410a20bcfc0e8f2eeed4c2 +SIZE (visualboyadvance-m-1.8.0r1001.tar.bz2) = 766938 diff -ruN visualboyadvance-m.966/files/patch-CMakeLists.txt visualboyadvance-m/files/patch-CMakeLists.txt --- visualboyadvance-m.966/files/patch-CMakeLists.txt 2011-03-21 22:19:02.856114393 -0400 +++ visualboyadvance-m/files/patch-CMakeLists.txt 2011-03-21 22:22:18.350432630 -0400 @@ -1,18 +1,19 @@ --- CMakeLists.txt.orig 2010-03-14 23:36:45.000000000 -0400 +++ CMakeLists.txt 2010-11-26 03:08:11.543538713 -0500 @@ -1,5 +1,5 @@ - # The project's name is VBA-M it uses assembly, C and C++ code --PROJECT(VBA-M ASM C CXX) + # The project's name is VBA-M it uses C and C++ code +-PROJECT(VBA-M C CXX) +PROJECT(VBA-M) - cmake_minimum_required( VERSION 2.4.6 ) + cmake_minimum_required( VERSION 2.6.0 ) if( COMMAND cmake_policy ) -@@ -341,8 +341,7 @@ +@@ -344,8 +344,7 @@ INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/vbam DESTINATION bin) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/sdl/vbam.cfg-example - DESTINATION ${SYSCONFDIR} - RENAME vbam.cfg) + DESTINATION ${SYSCONFDIR}) + ENDIF( ENABLE_SDL ) - ENDIF( CAN_BUILD_VBAM ) + IF( ENABLE_GTK ) diff -ruN visualboyadvance-m.966/pkg-plist visualboyadvance-m/pkg-plist --- visualboyadvance-m.966/pkg-plist 2011-03-21 22:19:02.856114393 -0400 +++ visualboyadvance-m/pkg-plist 2011-08-02 10:53:59.718030076 -0400 @@ -9,25 +9,31 @@ %%GVBAM%%share/icons/hicolor/24x24/apps/vbam.png %%GVBAM%%share/icons/hicolor/32x32/apps/vbam.png %%GVBAM%%share/icons/hicolor/scalable/apps/vbam.svg -%%GVBAM%%share/vbam/ui/sound.ui -%%GVBAM%%share/vbam/ui/gameboyadvance.ui +%%GVBAM%%%%NLS%%share/locale/en/LC_MESSAGES/gvbam.mo +%%GVBAM%%%%NLS%%share/locale/fr/LC_MESSAGES/gvbam.mo +%%GVBAM%%share/vbam/ui/cheatedit.ui +%%GVBAM%%share/vbam/ui/cheatlist.ui %%GVBAM%%share/vbam/ui/display.ui %%GVBAM%%share/vbam/ui/gameboy.ui -%%GVBAM%%share/vbam/ui/vbam.glade -%%GVBAM%%@dirrmtry share/icons/hicolor/16x16/apps/ -%%GVBAM%%@dirrmtry share/icons/hicolor/22x22/apps/ -%%GVBAM%%@dirrmtry share/icons/hicolor/24x24/apps/ -%%GVBAM%%@dirrmtry share/icons/hicolor/32x32/apps/ -%%GVBAM%%@dirrmtry share/icons/hicolor/scalable/apps/ -%%GVBAM%%@dirrmtry share/icons/hicolor/16x16/ -%%GVBAM%%@dirrmtry share/icons/hicolor/22x22/ -%%GVBAM%%@dirrmtry share/icons/hicolor/24x24/ -%%GVBAM%%@dirrmtry share/icons/hicolor/32x32/ -%%GVBAM%%@dirrmtry share/icons/hicolor/scalable/ -%%GVBAM%%@dirrmtry share/icons/hicolor/ -%%GVBAM%%@dirrmtry share/icons/ +%%GVBAM%%share/vbam/ui/gameboyadvance.ui +%%GVBAM%%share/vbam/ui/preferences.ui +%%GVBAM%%share/vbam/ui/sound.ui +%%GVBAM%%share/vbam/ui/vbam.ui +%%GVBAM%%share/vbam/vba-over.ini %%GVBAM%%@dirrm share/vbam/ui %%GVBAM%%@dirrm share/vbam -%%GVBAM%%@dirrmtry share/applications +%%GVBAM%%@dirrm share/icons/hicolor/scalable/apps +%%GVBAM%%@dirrm share/icons/hicolor/scalable +%%GVBAM%%@dirrm share/icons/hicolor/32x32/apps +%%GVBAM%%@dirrm share/icons/hicolor/32x32 +%%GVBAM%%@dirrm share/icons/hicolor/24x24/apps +%%GVBAM%%@dirrm share/icons/hicolor/24x24 +%%GVBAM%%@dirrm share/icons/hicolor/22x22/apps +%%GVBAM%%@dirrm share/icons/hicolor/22x22 +%%GVBAM%%@dirrm share/icons/hicolor/16x16/apps +%%GVBAM%%@dirrm share/icons/hicolor/16x16 +%%GVBAM%%@dirrm share/icons/hicolor +%%GVBAM%%@dirrm share/icons +%%GVBAM%%@dirrm share/applications %%GVBAM%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true %%GVBAM%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 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 20AE91065675 for ; Tue, 2 Aug 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 EB4078FC0A for ; Tue, 2 Aug 2011 16:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72G0OCx056372 for ; Tue, 2 Aug 2011 16:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72G0Ox8056371; Tue, 2 Aug 2011 16:00:24 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 16:00:24 GMT Message-Id: <201108021600.p72G0Ox8056371@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Cc: Subject: Re: ports/158454: Update port: devel/avra to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 16:00:25 -0000 The following reply was made to PR ports/158454; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158454: Update port: devel/avra to 1.3.0 Date: Wed, 3 Aug 2011 01:00:00 +0900 Remake of the patch against current tree. diff -urN /usr/ports/devel/avra/Makefile devel/avra/Makefile --- /usr/ports/devel/avra/Makefile 2011-08-02 22:23:36.000000000 +0900 +++ devel/avra/Makefile 2011-08-02 22:59:07.000000000 +0900 @@ -6,31 +6,36 @@ # PORTNAME= avra -PORTVERSION= 1.2.1 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -src +PORTVERSION= 1.3.0 CATEGORIES= devel -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Macro Assembler for Atmel AVR microcontrollers -BROKEN= does not fetch +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -WRKSRC= ${WRKDIR} -USE_AUTOTOOLS= aclocal autoconf automake -AUTOMAKE_ARGS= -a +WRKSRC= ${WRKDIR}/${DISTNAME}/src -PORTDOCS= README +USE_BZIP2= yes +USE_GMAKE= yes +MAKEFILE= ${WRKSRC}/makefiles/Makefile.linux +MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" + +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/avra -# Install the Avra README file as docs - -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/avra ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @(cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/../examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .include diff -urN /usr/ports/devel/avra/distinfo devel/avra/distinfo --- /usr/ports/devel/avra/distinfo 2011-07-04 01:56:59.000000000 +0900 +++ devel/avra/distinfo 2011-04-15 04:26:58.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (avra-1.2.1-src.tar.gz) = fe22468ec74ffbd97dcac4de8ba7291dcebd0fcca72baf085746e1930de5c09f -SIZE (avra-1.2.1-src.tar.gz) = 108243 +SHA256 (avra-1.3.0.tar.bz2) = a62cbf8662caf9cc4e75da6c634efce402778639202a65eb2d149002c1049712 +SIZE (avra-1.3.0.tar.bz2) = 314903 diff -urN /usr/ports/devel/avra/pkg-plist devel/avra/pkg-plist --- /usr/ports/devel/avra/pkg-plist 2009-12-11 16:14:14.000000000 +0900 +++ devel/avra/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/avra -share/nls/POSIX -share/nls/en_US.US-ASCII From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 16: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 C76D2106567B for ; Tue, 2 Aug 2011 16: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 A6B5B8FC17 for ; Tue, 2 Aug 2011 16: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 p72GUBlD083242 for ; Tue, 2 Aug 2011 16: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 p72GUBxX083240; Tue, 2 Aug 2011 16:30:11 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 16:30:11 GMT Resent-Message-Id: <201108021630.p72GUBxX083240@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F1AD106564A; Tue, 2 Aug 2011 16:26:29 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id A62358FC0C; Tue, 2 Aug 2011 16:26:28 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p72GQQrp004900; Tue, 2 Aug 2011 17:26:26 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p72GQPYw004899; Tue, 2 Aug 2011 17:26:26 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201108021626.p72GQPYw004899@beardz.net> Date: Tue, 2 Aug 2011 17:26:26 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/159388: [PATCH] security/p5-POE-Filter-SSL: update to 0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 16:30:12 -0000 >Number: 159388 >Category: ports >Synopsis: [PATCH] security/p5-POE-Filter-SSL: update to 0.24 >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 Aug 02 16:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Update to 0.24 - Add license Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Filter-SSL-0.24.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-POE-Filter-SSL.orig/Makefile /usr/ports/security/p5-POE-Filter-SSL/Makefile --- /usr/ports/security/p5-POE-Filter-SSL.orig/Makefile 2010-12-22 18:38:32.000000000 +0000 +++ /usr/ports/security/p5-POE-Filter-SSL/Makefile 2011-08-02 17:25:01.955759119 +0100 @@ -6,14 +6,18 @@ # PORTNAME= POE-Filter-SSL -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= security perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PRIVI PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= The easiest and flexiblest way to SSL in POEIntegrate SSL into POE +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE \ @@ -22,6 +26,8 @@ ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE +WRKSRC= ${WRKDIR} + PERL_CONFIGURE= yes MAN3= POE::Filter::SSL.3 diff -ruN --exclude=CVS /usr/ports/security/p5-POE-Filter-SSL.orig/distinfo /usr/ports/security/p5-POE-Filter-SSL/distinfo --- /usr/ports/security/p5-POE-Filter-SSL.orig/distinfo 2011-07-03 15:03:19.000000000 +0100 +++ /usr/ports/security/p5-POE-Filter-SSL/distinfo 2011-08-02 17:19:23.034767674 +0100 @@ -1,2 +1,2 @@ -SHA256 (POE-Filter-SSL-0.22.tar.gz) = 49d3cec3f55999feded92da10fbd3ab9eb923eae320c6b9d039dbd00f883c047 -SIZE (POE-Filter-SSL-0.22.tar.gz) = 55926 +SHA256 (POE-Filter-SSL-0.24.tar.gz) = 36d71b2b2b5a9f4cdf7a3a84fcb3f01487124dea3851e20fe9a9b928dcfe8e87 +SIZE (POE-Filter-SSL-0.24.tar.gz) = 56362 --- p5-POE-Filter-SSL-0.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 16: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 E9BEC106564A; Tue, 2 Aug 2011 16: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 C277D8FC08; Tue, 2 Aug 2011 16: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 p72GUN8f084090; Tue, 2 Aug 2011 16: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 p72GUNhJ084079; Tue, 2 Aug 2011 16:30:23 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 16:30:23 GMT Message-Id: <201108021630.p72GUNhJ084079@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159388: [PATCH] security/p5-POE-Filter-SSL: update to 0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 16:30:24 -0000 Synopsis: [PATCH] security/p5-POE-Filter-SSL: update to 0.24 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 16:30:22 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159388 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 16:49:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE19F106564A; Tue, 2 Aug 2011 16:49:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B687D8FC0A; Tue, 2 Aug 2011 16:49:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72GneGH003365; Tue, 2 Aug 2011 16:49:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72Gneea003361; Tue, 2 Aug 2011 16:49:40 GMT (envelope-from linimon) Date: Tue, 2 Aug 2011 16:49:40 GMT Message-Id: <201108021649.p72Gneea003361@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159376: security/nmap 5.59BETA1 not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 16:49:41 -0000 Old Synopsis: Nmap 5.59BETA1 not working New Synopsis: security/nmap 5.59BETA1 not working Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: linimon Responsible-Changed-When: Tue Aug 2 16:48:29 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=159376 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 16:56: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 DA8C31065670; Tue, 2 Aug 2011 16:56:15 +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 B3C188FC12; Tue, 2 Aug 2011 16:56: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 p72GuFaF011635; Tue, 2 Aug 2011 16:56:15 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72GuFe8011631; Tue, 2 Aug 2011 16:56:15 GMT (envelope-from culot) Date: Tue, 2 Aug 2011 16:56:15 GMT Message-Id: <201108021656.p72GuFe8011631@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159385: [PATCH] devel/avra UNBREAK X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 16:56:15 -0000 Synopsis: [PATCH] devel/avra UNBREAK Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Tue Aug 2 16:56:15 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159385 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 17:40:49 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2FB8106566C; Tue, 2 Aug 2011 17:40:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B37D8FC15; Tue, 2 Aug 2011 17:40:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72Hen7L054497; Tue, 2 Aug 2011 17:40:49 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72Henwc054484; Tue, 2 Aug 2011 17:40:49 GMT (envelope-from amdmi3) Date: Tue, 2 Aug 2011 17:40:49 GMT Message-Id: <201108021740.p72Henwc054484@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/156495: [NEW PORT] audio/mscore: MuseScore music notation program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 17:40:49 -0000 Synopsis: [NEW PORT] audio/mscore: MuseScore music notation program Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Tue Aug 2 17:40:48 UTC 2011 Responsible-Changed-Why: I've committed audio/musescore on my own, take this PR to grab some useful stuff http://www.freebsd.org/cgi/query-pr.cgi?pr=156495 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 18:00:27 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9AA9106567A for ; Tue, 2 Aug 2011 18: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 C98C48FC15 for ; Tue, 2 Aug 2011 18: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 p72I0OJG066448 for ; Tue, 2 Aug 2011 18:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72I0OcF066447; Tue, 2 Aug 2011 18:00:24 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 18:00:24 GMT Resent-Message-Id: <201108021800.p72I0OcF066447@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andriy Gapon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295FE106566B for ; Tue, 2 Aug 2011 17:54:04 +0000 (UTC) (envelope-from avg@pautina.in.ua) Received: from smtp.pautina-nau.net (smtp.pautina-nau.net [194.0.89.243]) by mx1.freebsd.org (Postfix) with ESMTP id D97EA8FC17 for ; Tue, 2 Aug 2011 17:54:03 +0000 (UTC) Received: from [92.249.64.71] (helo=trant.local.) by smtp.pautina-nau.net with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QoIal-0007FM-R5 for FreeBSD-gnats-submit@freebsd.org; Tue, 02 Aug 2011 20:17:19 +0300 Received: from trant.local. (localhost [127.0.0.1]) by trant.local. (8.14.5/8.14.5) with ESMTP id p72HHIrM080583 for ; Tue, 2 Aug 2011 20:17:18 +0300 (EEST) (envelope-from avg@trant.local) Received: (from root@localhost) by trant.local. (8.14.5/8.14.4/Submit) id p72HHIpf080468; Tue, 2 Aug 2011 20:17:18 +0300 (EEST) (envelope-from avg) Message-Id: <201108021717.p72HHIpf080468@trant.local.> Date: Tue, 2 Aug 2011 20:17:18 +0300 (EEST) From: Andriy Gapon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159389: [MAINTAINER] deskutils/gxmessage: fix MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 18:00:28 -0000 >Number: 159389 >Category: ports >Synopsis: [MAINTAINER] deskutils/gxmessage: fix MASTER_SITES >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 Aug 02 18:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 9.0-BETA1 amd64 >Organization: >Environment: System: FreeBSD 9.0-BETA1 amd64 >Description: [DESCRIBE CHANGES] Fix MASTER_SITES. Thanks to bapt for prodding. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gxmessage-2.12.4.patch begins here --- Files /usr/ports/deskutils/gxmessage.orig/.Makefile.swp and /usr/ports/deskutils/gxmessage/.Makefile.swp differ diff -ruN --exclude=CVS /usr/ports/deskutils/gxmessage.orig/Makefile /usr/ports/deskutils/gxmessage/Makefile --- /usr/ports/deskutils/gxmessage.orig/Makefile 2010-10-05 10:09:30.000000000 +0300 +++ /usr/ports/deskutils/gxmessage/Makefile 2011-08-02 20:15:16.162107931 +0300 @@ -8,7 +8,7 @@ PORTNAME= gxmessage PORTVERSION= 2.12.4 CATEGORIES= deskutils -MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/ \ +MASTER_SITES= GNU \ LOCAL/martymac MAINTAINER= avg@icyb.net.ua --- gxmessage-2.12.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 19: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 DED7A1065672 for ; Tue, 2 Aug 2011 19: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 BAF348FC0C for ; Tue, 2 Aug 2011 19: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 p72JKAR7039761 for ; Tue, 2 Aug 2011 19: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 p72JKArq039760; Tue, 2 Aug 2011 19:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 19:20:10 GMT Resent-Message-Id: <201108021920.p72JKArq039760@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFD2F1065670 for ; Tue, 2 Aug 2011 19:19:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE7848FC0C for ; Tue, 2 Aug 2011 19:19: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 p72JJcuY039679 for ; Tue, 2 Aug 2011 19:19:38 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72JJcIj039678; Tue, 2 Aug 2011 19:19:38 GMT (envelope-from dougb) Message-Id: <201108021919.p72JJcIj039678@freefall.freebsd.org> Date: Tue, 2 Aug 2011 19:19:38 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159391: x11/gdm needs hal dep, rc.d fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 19:20:10 -0000 >Number: 159391 >Category: ports >Synopsis: x11/gdm needs hal dep, rc.d fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 19:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The rc.d script calls lshal which is provided by hal, so the port needs to have that dependency. (Noticed when installing gdm as part of xfce4.) The rc.d script itself has some problems, which are addressed in the following patch: 1. If gnome_enable is not set, gdm_enable will remain undefined. 2. Change the order of calling load_rc_config() and setting the default variables to the typical order for ports 3. Not only is the checkyesno for gdm_enable in gdm_start() not needed, it causes problems if, for example the user does '/usr/local/etc/rc.d/gdm onestart' from the command line. 4. Switch to using 'unlink' instead of 'rm -f' 5. If lshal does not exist, error out instead of looping 6. Mark a variable local >How-To-Repeat: DNA >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/gdm/Makefile,v retrieving revision 1.138 diff -u -r1.138 Makefile --- Makefile 25 Jun 2011 14:52:18 -0000 1.138 +++ Makefile 2 Aug 2011 19:10:56 -0000 @@ -8,7 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.30.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Index: files/gdm.in =================================================================== RCS file: /home/pcvs/ports/x11/gdm/files/gdm.in,v retrieving revision 1.20 diff -u -r1.20 gdm.in --- files/gdm.in 25 Jul 2010 19:35:05 -0000 1.20 +++ files/gdm.in 2 Aug 2011 19:10:56 -0000 @@ -1,26 +1,30 @@ #!/bin/sh + # $FreeBSD: ports/x11/gdm/files/gdm.in,v 1.20 2010/07/25 19:35:05 kwm Exp $ # $MCom: ports-stable/x11/gdm/files/gdm.in,v 1.5 2010/07/21 13:50:46 kwm Exp $ - +# # PROVIDE: gdm # REQUIRE: LOGIN cleanvar moused syscons dbus # # Add the following to /etc/rc.conf to start GDM at boot time: # # gdm_enable="YES" -# . /etc/rc.subr . %%GNOME_SUBR%% -gdm_enable=${gdm_enable-${gnome_enable}} -gdm_preserve_base_pam_conf=${gdm_preserve_base_pam_conf-NO} -gdm_lang=${gdm_lang-${LANG}} - export PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%LOCALBASE%%/bin:%%LOCALBASE%%/sbin name="gdm" rcvar=`set_rcvar` + +load_rc_config ${name} + +gnome_enable=${gnome_enable:-NO} +gdm_enable=${gdm_enable-${gnome_enable}} +gdm_preserve_base_pam_conf=${gdm_preserve_base_pam_conf-NO} +gdm_lang=${gdm_lang-${LANG}} + command="%%PREFIX%%/sbin/${name}" pidfile="/var/run/${name}.pid" procname="%%PREFIX%%/sbin/gdm-binary" @@ -28,15 +32,14 @@ gdm_start() { - if ! checkyesno gdm_enable ; then - return 0 - fi + local iter + echo "Starting ${name}." # make sure there is no pam configuration for gdm service in base system if ! checkyesno gdm_preserve_base_pam_conf && [ -f /etc/pam.d/gdm ]; then cp -p /etc/pam.d/gdm /etc/pam.d/gdm_disabled - rm -f /etc/pam.d/gdm + unlink /etc/pam.d/gdm fi ( iter=0 @@ -49,6 +52,9 @@ done iter=0 while ! %%LOCALBASE%%/bin/lshal >/dev/null 2>&1 ; do + if [ ! -x %%LOCALBASE%%/bin/lshal ]; then + err 1 "%%LOCALBASE%%/bin/lshal is not installed" + fi if [ ${iter} -eq 60 ]; then break fi @@ -58,5 +64,4 @@ LANG=${gdm_lang} ${command} ${gdm_flags} ) & } -load_rc_config ${name} run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 19: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 5AA16106564A; Tue, 2 Aug 2011 19: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 326C98FC15; Tue, 2 Aug 2011 19:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72JKLup040354; Tue, 2 Aug 2011 19:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72JKLkX040343; Tue, 2 Aug 2011 19:20:21 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 19:20:21 GMT Message-Id: <201108021920.p72JKLkX040343@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159391: x11/gdm needs hal dep, rc.d 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: Tue, 02 Aug 2011 19:20:21 -0000 Synopsis: x11/gdm needs hal dep, rc.d fixes Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 19: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=159391 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 19:30:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB9E0106564A for ; Tue, 2 Aug 2011 19:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 963308FC12 for ; Tue, 2 Aug 2011 19:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72JUCHn048070 for ; Tue, 2 Aug 2011 19:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72JUCnJ048067; Tue, 2 Aug 2011 19:30:12 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 19:30:12 GMT Resent-Message-Id: <201108021930.p72JUCnJ048067@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicole Reid Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CE8C106566B for ; Tue, 2 Aug 2011 19:22:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA3A8FC16 for ; Tue, 2 Aug 2011 19:22:41 +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 p72JMfgh001310 for ; Tue, 2 Aug 2011 19:22:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72JMfmI001304; Tue, 2 Aug 2011 19:22:41 GMT (envelope-from nobody) Message-Id: <201108021922.p72JMfmI001304@red.freebsd.org> Date: Tue, 2 Aug 2011 19:22:41 GMT From: Nicole Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159392: [New port] x11-themes/gnome-icons-elementary: ElementaryOS icons X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 19:30:12 -0000 >Number: 159392 >Category: ports >Synopsis: [New port] x11-themes/gnome-icons-elementary: ElementaryOS icons >Confidential: no >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 Aug 02 19:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicole Reid >Release: >Organization: >Environment: >Description: It all started with a little blue folder and about five other icons for Object-Dock. Today, elementary icons is one of the most beautiful, professional, and popular tango-styled icon sets on Gnome-Look, it has won editor's choice on UpToDown.com, inspired many new works such as the popular gnome-colors and new-wave themes, and has even been proposed and implemented as the default look for quite a few Linux distributions including Freezy Linux and Frugalware Linux. WWW: http://danrabbit.deviantart.com/art/elementary-Icons-65437279 Gzipped >100KiB shar >How-To-Repeat: >Fix: Patch attached with submission follows: ‹¢M8NÛòzfì?¾Ê±ŒõrÏí]•‡ƒŠ^ÅT‚LŽâ¥*oþóóSt³3Â!*ÜN‘Ò‡Æn⋽碟û1Iƒô^ÜîEpM¯±›÷ô|·ãÒ)y==ÀÍ9ýx—?â,}€«K|Lî—G8ºvÚÙŸÓÛý¿õg'“‡9”üìíHrŠÅn´?ßm_®† …-Ò´8Ñ¡p+v™·ËT7€q“ÌÀÃ-¢')˳ô¶O?í4PÜs~D›õðìç‚'Îékêçá“ÅýV¦}ìlÔc•Çç¿2í9ç'¿¥¥sp»Ø70ˆŽÑÍnqz–ü ~ýõW7Cf¯ì yêÇ ~Ðe<û]†yÐe¿Ët¡ßeüxÐeüðºŒïê¢ßýºhy ü„Ówa‡‚kúÊíƒvÞâ¯}eGõMíxíëxíÝèx­Sw¼Ö[^ìF—ÔîhÔ›_ÃÚ¯aí¶×°vÏkX»á,ÞíÛÉm³Ä»]ÃÚÝ®aín×°v·kX»Û¬Þí,¹DXLôüxáž‹‰ž/Üs1Ñóã…{.&z~¼pÏÅDÏèùñÁ=÷[îý¢Õ>dÔó«}Ȩç‹UûQϪö!£ž/RíCE}_ Ú‡Šª+`í,Æ‘ÒYL ¾Ç$:§¯Atw‡ÓEKÖÜyí8úzt­§Yã$ŒÖÃ[¶Þ£sr ìÝx‹¹“Ë_/At<¥tÀdt´åžHšÜ<½øág{ =<|DÜÙQE_öA–F´ÿÍ^ãƒëŸLJ{æŽ o ¼^£s@=ԃƫ~þ‹ÎþÅ£Ýß”v‹øp vôðÚ‡ã% ¾ÓÁä¯t,µeßt ¼a_o™ò*–ì)¿E*{¿J»ï·k}þ¢¾NÎCó6__¿ÓS;FtáqòÂ. ì}•ï¤‡ƒ"ýà£ð·,~‰³øz°sñ1ÎߊôfŸªýWžì“sR|ië„ìôUœ.ûôÓŽØÅí} «¥Î‡t UÚÆÉþ8š|H IçHO!é|< …dÉë¤HíCûÅÒO*/Ú‘] *çu%èuXWz¨¬kWÊAB¯™JT< ¬Ø«‚Þ÷÷kqw#ÚáœX³ β”œ&^”Cê‰ñnLüÜoǨÆ5ä©–: –<Õ€Ò÷HžúÔ¦>_±±[ôOÛz™ÞâãÀþñ>²øf^Nü=ôr¶àÆe[UiRqö=¦‡»ûïÔEÆǤ°‹ús\¬&rNq÷ÌeU FÑí$×¼ˆÎgWJ±º âÅ[íÓûjý„8D×ÃzRê!oƒCœx.¸äÇÈ]%÷˜ÀL쬉sÞ©2ÔÅÄê'FãŠ`ÎŒk‚X¸WDf°¢°»î(³áÙûPŸjàËŒ>Æì„úµF€ÄBeÀÙ¹Eáà¼û1¯sú³¨È•dý“rõ4ŸIÝÁÇD¸^»T ºƒ:ªJ•'9ø¨¥±'/L:?é¡,¢Êä©H1aŠ !&:ˆ$¸ÅY`Ò4€§)äbKC§'Ô﮾ûä"(—×’TF^ó)îq?NEbd4ÂoL\Æš3¹–T}‘5ÇŸ$ÞËNXÓ¸û:dÛ÷`·Š/î“/ºú}ððPZi<9NÖõ^Ô憭 …1÷]˜ îðÌv¥Ï1ÇpÕwhìâÃ=â盟/ù…É}~†‹ß*S¾øÍqJñ[ÅÑÅoƒ+Ùœ­O%[É“•l=®Gë1d%[IÂÑ g­T²9Ž®d³kW²9óÔþ§Õqèâ·Žá~ ]üÖ1àò»ÀMO +!G°Åo}ÆåU¹}'º³ê³.6ë¡à¤<@éíÅ„(j“ÑG™õÿ˜Ã!pÑWÛ2U×ØÊ)+ɲøvŽá™V3»¾ü¢ïJEå1|„Rƒ?…Û Ÿ&5öåÅñsȬQ ³ZX(išcñaXY©0›Y¡´ÅRRÖ½ãجûŽ“Æ:„»klÞ¹Cªu”ËõÃo: sÕ-ÃDq‰$õÖKRo͹$õƒ“ÔK„™ºÄ´sKr‹.5‘Ü¡ç8†85ådÖy‡°yº-ÉíÉ{ÉãDÖùä"PlÖy‹pQ(2ë¼%˜È™uÞJÖùÌìøجóÑÒÆ[œ “Ià-Q®ÑÊÔ ¶O‰éã#ž[äõÈj]Y¤Ì‚tŒ³ûºáSЂn”t#¤ 6Ý°)è†NA7]ÂsüéÎ,h¬:ê 1æ‘Ê ïFøRLb³äW–ü˜(nÛe¤Ìô1j[d”äzC$×2¹ÞÉõ¦÷‰Š¨"¸e†¬ÀQŸÆoØ4~æñ×@nÿfs8ägØìÿ  y—µrC” 8ÛrÖf—§\•áª ÷AœÚžÉ”ªCV%º*ÁU †ªJ0Íçsé^­Ô~iØô´¾u4\}…ñª¯0b}…>ÒÓ‡h&»“WÆf;ý«>+TÌ°DWÑ«F [5b¸ªCVê‹B•9^db¸"Ù¾ÈÄPE&†)21Ì‚œ5W’b¸’Ö¤º$¥&˜Å YÃbèCÖ°ÔöŸñáÎ5¡•½t,cO—½ 1¸^ Å¨áF,{™üeo¦RöÒÃȲ— Iÿ6ºìe *-2ã"ó£Ú/“1Z™Ì#ï€ö½¤YXj™ú^Ò””Úĵ ‡UK4 Ùï%ÍÓÒeò\‡õ½¤9Vº^ü¬ÖpõS†ªŸ2Tý”á¾—TÛK¡F²ÞªØÖðU°†ª‚5̧šœµX3k˜O5Ykn£+WئÂÖ0¶†¯°mº¤±!¹ð¿Xa;Û˜‰ñѶ-Â'¿ @f€òo”>DÕâbEq‹ó[ƒÜÄ2P­ABòç–Õ^5ÈSœåØGÎ}sk„1[ˆAÉ3³˜Õj¥GúÍ­×X1xA¬•f7YšÝbRiö€æ‹z¤Òì>†~ªk)ïXÌ=…å5™áÞ!p¬²C˜GÍÉ;–žgmÍ=ŽF[š<íqx ¤Ñ šdÕdÝc£Ï`K vUu5ÜhR‰S’¿Lâͤû'•8%éßÆJ%N@¥Ef\d¤k{8i§¶g¥Gy4©ÄYXj™’Jœ’R›xIÙc¤‡$+•8OK?–Hâq”Tâ+]/|ŠYSÄ®J¬­ñX(%•XÛKa;N*±Ø`•kWÛSR‰-ƒŸ»¶³õ‘J\ÀÉ~MÆ-)©ÄÆ/—i 6>F%:Öö”TbÍÇ d.eC˜\Ê‚ó#ÀØÒ¹”Jò4H.îÀ`Ïà1GÌÀ´$.•XR‰ÖžJïlì¹AIŠrŽcåz >2“ŠrA½¤¬¢\‡po©(×Ô°Á¦µ;„U”k"žK§Î[†U”«xÃDdæ·ÖXf~kÎeæwœ™_"ÌÊ‚ËeóøICÜ~@­p(¬(猙÷Ž­>è6½¾%¹(©¦(7¹sVQ®E¸£RQ®%˜ã²t£%”Ò9˜ …°ŠrŸ·kŠrcPýZyJ‡ ) ×ÄâÏKحdz÷ÓIaÌjZÓIƒÄ:MÒIqhùÒƒ—yRÕSËqUO¦T=i¾@ÑI`¨NÚZGs’£èŠ•W­ÆÔrt¡bË{ Y¨hIº†ªÏ+‹²•(5ÂL%Bh|²ÇCöÓà!ýéîþ°vH~Â7¿¼J_@¹/ †ôç3Cò«!ýIÆPù$cÈ~’1$>É*Ÿd ù¯†>_R õÂwÄBéSU¡òù£ÿ0Q(|4(¤>‡Ê¸ õЄü§b:„L¶$78úÄB[œ‹u0æ‰+A«S‚Vëtn i)ð PÖÝ íiiÍÞÖìý홬ûí™.Ðü×#]¥6µèNìoÌ®q¼Äî$ÄÞÀ‰¸ï+½Ùÿ‚íÍÝP÷‘lôzÞìRôµz£&°·ì\ ¾Ù±ôõ¾©˜Øš]íj7Ù¨åo¬/îuJÞ£ûí¸)Õ2IÞðkü‘—½¿?Ùíâöê`ŸSÎyr¹¹5 ÿp‚0øò©/›òo M)ÆžZ8²š -wÏcvvË¿®Ñž)ZkhÍ\¿öï/É+÷ž×h½­ÇLõ¦/ҵä¢ °Ú63™qtaFcn»S$çcšæ‡s¿ ÷}⾸>Òê†4“(Å`*`-ä«ø*¾;'Pö«ê)û5}Eëäôðq)>âè5>ñJ©kyAC†}Lüq”w/K„a+¡M9fè’¡b¨)Þ!ÜÐÿ ?‹¯û%ýÄpx:$OCúÐ0dÏ CöÈ0dO CÃ9/ ñãÂÐã´0ºï¶ÜÏÛRk3(ó¢Nf­ü¾;Ü,|D’'”ÎÞ>¡$/2t[²gš¡û¿ê‘f c_Rhì‰Ð=Ð ùóÌ=Î ŸQ’¥NêyK¹µ?#‹Ó=&™SRkŒ_hµÌ=G××;j·bÁn7f G¶!vbR¶!q^â'°Î4=ßË÷Îö•øzÜ­±òãJøj4$zCôœ7„yCê”×Z—âÔøõvæÛÛ»ÆÜÉŽcÞ©çbZŒ§Ü:{<åÖ}J¹u†dÊ­CÎ÷Ø.ƒ‘ ±ÚºHÓ¼œÆšh€ÊžÊ™„ãž9—p܂׸pZÕÚm†s^z‘­ÜQÈ–³µfO"»@²8¾æ§”¹BŠó”Å7üVzpdŠó”CÃc’"Ðç>âŸâ<õFº:NqîP0Źȱ‹›vÉçÁ³¨ZŽ’µ›âÜ‚XŠsk¦8;{"Ź4×RœÇ(Fà)Î¥5†t˜Š\š"ÙÎHq.Í‹,Ž.vß̾{tnôW@˜²Â.l #"CÕK”Ö¨q L†áŠ0 W„aÍßì.Ÿ:~AZ3U†¬ò0Z•‡‘ª< \åaØ*ƒWy©Ê££ÀžOUy4öܺ^¨òèAø[#ØnMÊoAV(¿¾'n" ^:H(xia¦K /=WðÒ§ê%MpIòÜ GI4A½^°l¢Öþz¿ÄtšÛ 𮔪ãéÌÉ:ž´³KBIL=‚àoøµÄ5.ìÐÃŒ…R9Rã)©Á”#)w¹m2ªDpj„ÀÎk:©©|³Š£ìp"\[ʹ¶øê© KœåŒYú%2„ÆpÃÁ0­^kÂÁgW²ìÛRelease-Note: >Audit-Trail: >Unformatted: >lˆòa×[ÄUðÕycÁB]˜91½$Ç4ÃN6¹jfƒV3¦šÙPÕÌF/M6bi²á?áÔ1pϨí?²-á‚iSLï#ð!7Æ»_° ggO’1–TÔZÊœ¹òärËÐÄãž=~ý€ÿ„š`~Å-+[heÐbcúhkŽß°Ú¿_)ó–øD—–@3¬šá$Ð #fH 4K NÍ hÖÐn4±ÕAy¢\ÖB§-Ë«•ŽPj_²¨Z©3fÔJK{FzÔ°ôhi|¶uðÉb£Œ‹:{\;ÔZ3Uߥ927;CRàÓ!Ðüä )L PZ–¥= :¹8cè”˲“οX6‚Þ1`HÂXÀÔ²Ú‹Žaµl&œ'§X œ¢µ†å-(ÝWšòë‹QJ|ÖS¿«evi ëÙ9kBznh¾¹oiÍ1é9gÎ(Ãì¡Ë”ávÏ°Û®ùdoıõ(ð‘1Bl­=Õy±Äëˆu0ó‹@±ÖžÒk)PÓ«µ‡§DF «gÎ tµ ,ÐÕ'8RiŠd2;CB]©4gE’"’äÀ"Iµ1¼êäĉà §1è”,€œðx_ÈØADÉ^Á…ŒB 2!š¡ —Yî®Ð…Œ=”/dœÀ W$ö¸;Qþ¶N¦z±4'ŽجG°z±´ƒÛx  5ÆKûœ1uvÈ–öuµ´!êôjk¬Gé•w˜ê=p!µåÖ¡xaœ3Ö2„B·’Bs˜B®Ê-äj¬¡òªÆ¯–j x¿ÂWK5Õ߸ ¨`ª™ZßÞðF-Älé¸ £°ÏMõ®ff" “:‚(Lª!jQÏ&5‘ßB&5öÔZ+Lr€^hähxXcwÆdY#°² k‰—9c¤,ÈüàÊ‚†öHYДöé>òJSd}ã É*-‡œãèpÚ#+ìÒúîT¸ímGŸ€­KÍ=Æ=(Ò×·&®ZË8Cªˆ­0[´ìÅÚRÅq¥=¢è^‚+§Ò¸xIÀ^‹Åù!\q׃ßãræøK/·»ÀXBÉaèÎ_ v ©!¾%·Stýbô¸1øµÐ«}¡±'×"ðÚ£%>âý86 f V‹–¦üfÕbœŽ¥˜òRkÿj¯ 5uï³/Æ*u­R×ÒŽ®­ÁÂØʵ#.¨¶š#£6SmëÌßì.Ÿ:~AZå¼#{è÷ å¼s+Œê´ƒnðuIiù|€õÅ•)[_Ü£ÀžÏÔ·öܺ¾­If¢l!s‡`ûÁÚ¸·^B…Z°Y U«: |OÜDÀh÷ ¾@»ƒ™.h·öTö€ª—4A©Ùzeî}&(°(¼³¿Þ/q†$Í´¼+eêÈ{æ\y Âuä}‚àß–¸Æö­>áNo´—uRQ–aŒb.ËP[gñÜlpŽõשðëò!ugÇ×9ûZq¶L Zq†TZl \£K!dYœ5&Ëâ,aYk,Ȳ8 •eq¶`zkŠÏ›vVQ9kNÄŨˆ‹µeE\âªïë @tcpa„_œ}rL3ì™Òˆ©í1CX#Æ1ÎZÔˆ±¨¤ÓqÔÑ¥ÓÙ£1ŽmÇnn‡ºÉåuÝ뺕ƴ®›£üuݼȇ¼^"q ¼;)N£ìØ–‡;ÓõÑ›[À½¹B’‹·ÞÜ’ø}ŽÆÏÑ=ÕêF´«fÕêF¸öcٙ䗠>îƒc®2žµC•ñœ)«ŒW2G÷AkêkÌ–Ç™íÈ?©ªÉuë `C÷„柳ã¸æŸ5Î SÁŽvfÖ<z}—9cdýcŽ[°B™-Í¥tµòÏ )œ’ÖJ‰±S ºˆ¥1¡‹ØÚs)ý5Ã$S³ò‹-r´±³¢Ð#Ü8€óúD‰ ®ñGßÜÉb~ŠÁ¡ƒ‰l N$²ÄÐúHVNÒ!°œdß9É)F¬EU9É JÊINx¼ž¸æè:D^†²ƒÁÅ‚e(;„¡B4CËP.³Ü]¡e({(/C9)¤Ìr à]V½²‡À½¿°¯hlGjzî…ÅÅœ-!{Yš鯬~({YZº@8Ô'ªv3‹-AÊS벞 Ü~ŠóÜÍ·´×myaŽm)jŽm)ú'zÌ^=šœ½z¤Ð³µÙËÚìåHyþ±°8ÿt¤0…t°8…LPSˆ¥µ)ÄüÒRÂ;ÊO!$ü6Ÿ)dˆÃ”ñœ ŒÿL`üg‚±‹«}‘ãxS\`ÅýôF<(i´â!Ý, XóCo%®á(Ú +áÀk»ül<çbãµ]nqnœ0ÒTÞ&»)¬BÙž¥íÏŸ¶è0êþÜ’ìþÜ"Ý}zÏò¨£¥G©®­Œ¾¶ 2êÚÊÈk«Ž¬fbòˆ)Œhö…ñXy=h<â}˜_L¶pYíù³¬ `q%:vÀ­Dº5ÒJÔ¨+Q£¬D¸mN•qÉkkÄ5¬Ùy†Avþa±‹—t+…sfŸó˜çŸ÷Ø÷àÆ4½n´†+¶uíøur-IfHz­5ŸEn¡²~l=D„õåN µ”Ô”ŸÅô5ØÎ+DÕ£¥Ÿ+®Ávz|k§Æ·vr|«G’k°Odl'GÆv>‘±fÄSçð«¡o\nâ€ZíÔ¸ÜNŠËíÔ¸ÜN‰Ëíĸ\ÃI#„Ïjh'Eôj ×ûØbÁyÑxæ@™QúÒîÿRÉ(;lIá­Ñ¹ >¦ùÂ÷‰+zÓq'Éþ]ðUÐØÃÁÛÁ–ºÒ {Œ÷÷×WbÀ: §ñ‰‹,úð¸!9Žá[”8‘wyà¸Å™|á·SZxŽÍ=:€]õÛÁÓççß÷¶ÿŸ¼<üñÇYûn_Å _é,=Ç®xÇãú³û^~zäÑãOì›·]¾¸æÁ•4Ê÷ž[mi:„5v`·œ®V‚<Çšx)‹”ä‹øˆ÷uý9ãâàs„[ñJ(o†Ä·,^¡<Ç“¡<óÃ뤹ũ¯‘ê2ZJš …“æ–b7ÊȾ»âI³ùAŸ4[Dr¯ ™-=J1ÊÙ#…ªE9Í5ÊÙ#É(§™ý—H³/Œ_5rí“ùáqÒl|ꦌôe«y|p¶kÁÙ‰*8kÔš1#•Œµ”0XñÁY#Všµº×ÊÀæœâ$%giIæ9–ý™¡g~hèŸ:vAEµÆ0Û¿Æ<ßÏƨ~ s½mLÓ›“Ш‹ò쪡g.g-ËÉ,ÊC)3Ô31C)3Ô*CŸÇÐ+Ç1ôÉq åÇPÏq ÕÇPÎq =rgõˆX\†>é‚,.âBŸ|ÃÐ7ßpâ€ZÄ…j¾a(å†j¾a¨ä†b¾a(ç†~ù†¡”oØêš‹¸Y vmf´ ±¯v©Å°w_üªÿ²Ú`:³ôòó~½Øweý‰ (kÂ6”^n÷­XV@4¦öYòåï!÷clkoA~È×­—YKðÖÆ$Чê¨àº¼á ÀÞô6|HÞȧ7iïãAn—~jû~û-}±5X{ž/y+µPY¨9è#KìdLsäú.$—w!·º ùÅ]¨¯íÆ(GQ#¨…Þɹ$$ׂ¡´ Ç+Á ìñ",`òÕ6‹HT®·a?DÔvƒÌNL_¶Xç=ÐHýÉ–ï—ƒ•ö~ ¢3ùºÔ ±£€¾­˜²äX"m*B¯=EÈo)B}G1Ö$›å ö¡°°ÌûÁ.*ñ¥°±—ác/Ž½Ì’âõâ‹ -ö2ÉØË<ïâŸ{™‡Å'D÷^rab/¥93*<&ö2ë‰÷!#5–‚-GÌ8D0ÂZóÁˆçg!ÑBTWa‚9Œhâ¢ÌÓîåœÞn_Üüi¼bæivÞk#„<Œò0TÈÃH!£„<Œò0tÈÃ!k¿³\e{Ë’ÍÊùB½”†¨˜qD%‰ãøûî¯FÄñ€Ì½çë_‚_$9Šš:È}pû=ÚÛi­šŸ´»4öBÿâ‘fÃQæé%MK9£àõžçôB¸8–‘âX½ïäHê­oÜ¿j¡C)õÌnˆk˜[Ÿ0ǶæÉîo ñµ\г«táÄ·–"oƒpJløSbÃá”اÄ%Áܰݳt²¼òÛwJùNÌ#ßÑyä;2|Çå‘ïø<òžG>A9ŠY…íø<ò™G¾“òÈw>yäSXÀä«¥ŽÂfIåz¹£°)Ê…Íó(¸9š‡åû…8vjùä!bM°“óÏ$sijóH\ŸaÉÁK ¨ï¼×w|âúNO\ßy$ ïØLò ûáv £°csÕw|®úŽÏUß±¹ê;>W}GçªïØ\õŸ«Þ"\Gá‚©;=!~‚ÂáÍY’¼)dxs†¯• oÎó(>ƒëáÍyX|Bô+BÎML xsÇ$Äï–?ë‰÷!‡ËvLBüNLˆï>ÀÌXDte§$ÅøŸ¿ã’âwBRüŽNŠ7?¤Ð…û[™ï>äËR}C3Í1Ù¢FP®vucóî[†³fŸ"*!!DdhnCÊp;{4ᄊebw†ù6¼Æ·™H|SåS¬ê}ÖïC^‡Lu(Ö‡JYk¨”¨†|‰jÈ•¨†B‰j—¨Æ—½ýGõµèêÛ8+ÒÛ/ÎVá æ–Š®nàÄS·+ÕõÃ&ù»ÒÃÝý5§›kA®Á—è=u¹–l{-Ç5—\niVDv¸'Ûë@®Aw2L6µu˜<%nÑáÍNälCF6§vBz~n˜:ojiBqM1ãü„"›bÆù)Æ5Æg‡ŽMÁ ŠmŠ.f8®9æ-žPPSFêñcŠkŠêñcŠlŠêñŒmì=>§· <Σd£Ürjdü¸žÓèHsYzÛ§Ÿ¶w^ vsO_î׿ߊô¡kÁžkž[‚Îp\sätäì6Îl‹=’k^õ®jÕ;ÅÈƘilL±MQÓØ”#›s%{ôD¯ÐàV¾¿miEÌRÉù|Ï‹,Ú*¹š‡ñ.1/ùGºQ_;Ë¥¯ëÁòYèv\é™…²B€èë,~ˆöí²i#.µæ&þ<Ä£©é[úg·4Ùˆv,º˜Yã¾fÑí”Ä3ã0¿¹àO~ŠãÇ]$³‡ŠÎ¬;f¼¤Ù%*ò }yIqë·þµ ~Lsù99Æù)…@¶­ÞsuMy<ßÕfÜtËR÷®&×WÛRwJcÙÕÅÇÏ Û§^‹òûõ7I¢3´ÜYöpÌ"ñÉ4ªoh>Êg/ñA¸•Ÿv"óþì&[lL°ìwÛ'…<3©ßXÚÎÚ½Ÿë6Nª…;ƒä®—',±µ_bõ_|¸mº-p` aŒq»ë1ýzµ ¸‰™°â£ý]»¯åŠ#ùóIý&,y-öÇ%z@grn4nãÜd»¬Ë÷.QQ‘¥ù›t¥·¯âdÿÇþ«ˆéF ü‚‹L»·à¦yŒ9k‹Ïg|8Á‹»]%H¨Ø÷Ä×ûTþ°-èÂ/5òC²®-Ô™–§î „±·úñv@û^¼œ£Ã?â»LþP( ”Ï„ÂÁ‘O€‡H=(>àaQ8w ùc§r‰²BmîÇŸüS~O³}’óÜGôŽø‰ZødÿPØÿ–?cæðª‡ÛÁ‡u!|V>½¤çcœý„‡Ó{+Ø—Ð1¸åO»Æ¿Dà(XEv‹¯8Vˆ5_•líÅÃÌP:Ë —Nh˜ Þ‚ ø]ZàáÐÞŸæ³VXp W…ÏiqσïÁs°óö%×=ñDî웋 r¾‰Í-瘎=þyùŠF^N«Ú'Þk".½ìÁýËm`3ù´ñã˜ÍÿŠ0¿èA¨¯zôtÁ…Ê7Ý<äg¹6à#¹òW‡™âå÷hX³û„ .º>ÈÅ÷?~9Ÿ—$»]u.î>[Dè¡aÍpGæ5ÔÆ/ád†¤Oí¤è)nºõ¼|n aÈÖ)›nÁž^ì]D•ê GÄàÀVÚû꛲Õâ-¤$ÂÒ=1/ Ó£ãÑÅ–÷iº®%6¸%\N×À7 õp*B¹wï`G‡#uE|±—PÄ?ñ:ù°ª(¯vP8¡g·äÓ ¨ííIÀQ±´wׯ˜K„î¼Ú~YÙè {Ì©ø é L1Ôn”×_ñÀž”¯ºz€‹‡ÜV0tÍ.ºæåë8?`Ř*°ìAÍXõèíÂ{þ“CWüá§þË.ЀeJ.À¢78-`Ùš!°ìNXtA†®y³V\‰+ž„œ„eỏÿ¢ÿ¡†NPŠ s8(ΰ€‚2³´ 2êó0!‡Y×t˜Åqy‡Y\X Ð"ó´þ ae†9˜*,â¤^Ã’ V\ ‚¡s<.£0G㊠s´ÞYýžU·¿à@ØÜs‚¡”†W´+D2{øÇÌÃã4¥Eƒ¹ˆ!#rj(‘S‹œNäÔp"§†95‚È©áDN)rj‘SÊœ‘SÊœ‘S£ˆœVäÔˆ"§95°È©AENÍ)rÚãš/–WG]pAßIÕ0ê¨FQG5ê¨VG5¢:ª¡ÔQªŽjPuTê£\Õ(ê¨FWG5¬:ªÑÔQ ŽjuTC«£YÕ ê¨UG5Š:ª¡ÔQ¯Žj8uÔž9¸eâÔQ¯Žj$uT#¨£¶ €¢n\¨M‹¯ÑA5%’¦„Ï„ÀíâÔQ[{ Eu s ƒSoj´±‰q5NµµÇýuÔ D5D„õ„X©ŽÚÂ3º ¨ŽÚÚ£ê¨ÀÌ^¸%Xb ª£TÕÀꨆQG5œ:ªÁÕQ¢ŽZC ©·ª„T*¤jt!U£ ©MHÕHBªFR5 êîYRQ\Âá†'ÏÙŽ8RuDcuµcˆIz±XõëbJçqºÊuÞZÚ:OS¥3.ü$E1‡D-æ{Û1ŸDÑ+îPtö'–·ú6ÇÔ´Òmi…¬t3>Õ«3‘Õ 3ÈâÊ`E劸ŒrÆW?9rÀMN`5ŽS ªû›`ZÞ¬…£ªñ¦4^‚·Èê¿,›r¨°ç„Īéf0´„n‚RšöœàZ•ÔŒ¸4jÊŠý«\šÁ¨r¥Y^å ÔÅ+Z¸3ƒ![û)&•è̺Ñ8íM‚„=§.ì9a9aÏ Fû¦T×3Åèbž‰ ì¼rŠA§—S ‹N8g­qÌÙé ÎÑL]@žS ö\@9§) —ùLPqDAki& 8Ç`U3c ŠæŽ ü©© Ìr¦šæ€D…-{Ö*RÙGØ3ô’EW­1,imáU&·ãD•)¦Ôh-)¥ÆÒžTj¬ÜWjl×}‰1ÜuD8wÅ‘w•ó¦·ÒŽéH-çž Úò¾ýýþ¹¡ÜGµLFuåfåA÷E_¸Ráª4Š¿ìÁý‹U*>âÇ1Û¼/`|у|x±êÑÓ{¤±ìˆ:ÝØtóûà nyótoVW<§#Ë^ Á5ÚþlÆQRºéÜtà n:Ã7ÝPƒ›Þ0Á57Õ"\`pÛ™pt¶â‘ 9E[vã?À’ƒk®àcºì‰Ýª«¸xÈ!W]Áƒ«^°lÏ)W<€G–ËÔÓËUÞ.¼ç?E`pÍ~ú¸ì=ˆ\ö œI.zƒ'—= '•ËàCËE¸ÀàªøtÅy ºâI8]öÆœ<.zñ L`pÕ$0¸ê?]ôá¿d€J—<ƒ+^0º+s$&Á2G‚ºs(&²2G‚z+s()8ï‚×UYðɤ̳¸Tà OSDõ ÖFÏœTàŒ¦»_ñÀ㯺z€‹‡ÜR¥qÕ¬Ò¸êåë8yaŘǰìAMiXõèíÂ{þST×üá) Ë.Ðì „eJ¢Â¢78gaÙš¾°ìÎdXt«4®zS#V\Y+ž„„‰eoL:¢ÿ¡ÀTW]@*«ðL‰ExnÁª Ï‹@S)–<B+^ò|è`̬ÿ[âCr;ïK_ı¥ótÝÓoŸn¸šª5{sÑ5OfqäûÆýA”åZI"4\&z óçÃEÐì‘U“ÏjKon,>êòÊU/ÄÿÄtá e=Ìp˜VVëbêù\… Xmº+p=ªÅ`÷./µè~ÀÕ¢Þ½ŠÓÇ ºû8CÁ’wg(Xüîã Ëà}œ pA¼´¢Ó!!Q½"¹Å 6Š\/Öƒ‚ëЊPCp½Zj®7@«B{‚ìкОÀ[?¸œ$\ž¶“§-ÇdZË1™ÖÂ¥cÊQù„š€Àqb@®Ëw!uþYƒÚë1 *š€¨GÆ5¤˜Ð hBƒÐ ‚&4š– ̪º€«êB.7 ¸t(Ä"  ‹€/ ¾(ð" À‹€/ ¸(Ì" À‹€/ ¼(ð" À‹€B. »xT-U‹€‚. ¾'èâƒÐB|ŸÔ1¬Û%A]ô ){rœP2Ä ~2BIŸÒ¾JÙ µðj'ÔÂO¨žP <+fb&Wø¾§-CÎS†4aîÒ„©Cš€0mcH¦p iuŽ!Czµ£jç= îŽÈ’GAš6²g§‹ M Ù³ÓA G‹,ªtÄcÈž.‚x Ù³ÓA0qÑÈ& jøÆB‘>DßXÓ‡¨á[¯éCÔð­Öô nøÆÖjz<|áa—ªyëcÃ6@5k}PÙ¨æ¬_hiT3Ö/³´gÎì 0Ô‚3EºŒÚip¦H®ŒŽ3à °„˜1 à±–ÐB<êY ‰¬>…ÄDÖGŸ‚B R¤Ú‘\ŠT‚ë%P Âf}ôP”àzŒ°Y=$È^ ‡ xÝw ¸"à%ß Šð¦´ “ò£7«ˆ%îÏ­¾í|B=¹g :þ‚ʆ~—¥´#{ Ó^Xufš°õN.—^ž%yÙÔIÎøzåT·vxµR¨-‘l¹¤[K%ÝZ:éÖ²I·–Hºµ`Ò­Õ'ÝZ:ñÔR‰§–M<µlÒb®”Žú,sŸXŸ†PWx³g?Ž–q¬ˆþ:Ø:N×Þ¹uÈr¯óJb¿á »´=¦¾´¡½4á.MàKôÒÌøìÃO£ÈÍèïÒ,‰óÑ<õ}*a2÷d`wØÝû »´=¦¾´Ñ\ÚßfI–-¨³3cÝX”vÊò.¬ÊÎo´f”†·T†¿T†ÇÔ†Ú5®©ÇÊ»ñZíNØÔú¬öè*ýekè([CÿCÙjKôûfgè(µ¥×*\Å o*;Å×vþ®ì÷[ÚùŒViá¦iõÒ’æAwíýÏ»kïwBÏ,ß½Ï¸<«^ÓMj;¿ój;¿Ój;¿³¶vÊòüÎÙÚù;Heè3Š—S÷ÿv–~î,ý>ÜYú½¸·T—é÷ä ÞÒïË­©Ïl?$ºA{gé÷æÎÒïͥߛ{Ku™~oî-ýÞÜšúÌšhWáЖ±ß§-c¿[[Æ~϶‘’ýþmû]ÜXû,ÃõZãßÊÌïÙÊÌïÓÊÌïÍÚLWšßƒµ™ßwµÝ…ªZ¯Í*Ynß{ 7Æ O7Æ 7Æ ¯·Œ‘’O e¬x{k¯eT:ñ_n¤~‘úIDêÇ©ŸA¤~&ã‹k×™}ëuÔúÓ]ù(Óyjo^¹êâêb_O¯¦fv™ñåÅ• £ù¹\Læ“‹qä\õ¦ÂÅ"È]¸ “â>ƒER‹8˜.6qPË(W³ œ¦›"˜'qP}†)¨êwÙÉÍoÓÿ£bôs¹¨|LgáÓwAsa[Ë$Ò•ƒçÃešÁ4.w>Ì7‹ïNnÖY:óÜuÜpñ]Uã:]oaáê.åÅÓÂ]dYVÇEYXðKåˆ_Óô“+ )‚û0ÝÏãYR¤Ù·yàìbµÒôŸëéÏ¥ü¥ËÒx•¯Ëd¡`®ž‚Uü”‹gyo"烼ºÄ]ýÛ¯¦‹4Ë« +¿2ÓøäÆ™¹iJ}¹eåñC¼rwåþp·³NËÇVþ*Y®ko”ÿ® ŸÅóp³(‚…»ø “çÅàMRÄÎÿsw1¿&«Íç`ÿIÚ¤òß*ZlÊ´ÂàïYÿëikäÊ?¹ù{¶¹ ®“Ö?==¹9¹ùý÷ß¿q_ëïÏÎfá* §åa6eø–Ï¥(]qæþßÞTÊ^ŠkÄ“ë_#ò6á·á§xž,b] ÞYWX\ö*º˜N&q|Ûè<>Ÿ]Ùó‰ŒÃ«‹™qøÏÁ;ç¬ríÉ=êt±ˆ«ß=Óm1έ߿8\W ÿìÂÌ ÚϾñb|~q>:—Q9âþ9øý>]º¾xçHWÔû8™?diZü-JÓE‘…É*ÎNÓìîGg]ß”å?>üüMõï“› üöþã»Wo_¿|Ñ®µüé½~ÿáÍoï^¾pãÆÉÍO¯>¾þå·÷o^xùâóÅŨnSµCOnÞ¾úðñõûÛo>–¿ß>Íz£ÞiïBÎúì .¯ëí«7ï>ºÿ^¿ùâÐý¸+úííÛ×ï>¾|ñºÛ‡Ë~W–ð뛟^¿ûànì—üú0.rZ7Î8øÓ7ÿwúÓ?ßÿüæý¿ÏNOÛ—q6Íg§­Ÿ.?ý©þPþº|’îç?žøžýIü9)NNþäg2êí From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 19:54: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 838D4106564A; Tue, 2 Aug 2011 19:54:16 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B3978FC14; Tue, 2 Aug 2011 19:54: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 p72JsGhQ075273; Tue, 2 Aug 2011 19:54:16 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72JsG2B075269; Tue, 2 Aug 2011 19:54:16 GMT (envelope-from dougb) Date: Tue, 2 Aug 2011 19:54:16 GMT Message-Id: <201108021954.p72JsG2B075269@freefall.freebsd.org> To: hostmaster@iecc.com, dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: dougb@FreeBSD.org Cc: Subject: Re: ports/158265: fix for editors/xxe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 19:54:16 -0000 Synopsis: fix for editors/xxe State-Changed-From-To: feedback->closed State-Changed-By: dougb State-Changed-When: Tue Aug 2 19:52:25 UTC 2011 State-Changed-Why: Thanks for your interest, but ... Please submit updates to ports as patches, not shars, and The port required extensive plist updates (as it usually does). Thanks again, Doug http://www.freebsd.org/cgi/query-pr.cgi?pr=158265 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 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 2CDA01065686 for ; Tue, 2 Aug 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 1AF8F8FC12 for ; Tue, 2 Aug 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 p72KKBbN094200 for ; Tue, 2 Aug 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 p72KKBcn094199; Tue, 2 Aug 2011 20:20:11 GMT (envelope-from gnats) Date: Tue, 2 Aug 2011 20:20:11 GMT Message-Id: <201108022020.p72KKBcn094199@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Christopher J. Ruwe" Cc: Subject: Re: ports/159366: math/ess - Emacs Speaks Statistics 5.13 -> 5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Christopher J. Ruwe" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 20:20:12 -0000 The following reply was made to PR ports/159366; it has been noted by GNATS. From: "Christopher J. Ruwe" To: bug-followup@FreeBSD.org Cc: cjr@cruwe.de, "linimon@FreeBSD.org" Subject: Re: ports/159366: math/ess - Emacs Speaks Statistics 5.13 -> 5.14 Date: Tue, 2 Aug 2011 21:56:27 +0200 This is a multi-part message in MIME format. --Multipart=_Tue__2_Aug_2011_21_56_27_+0200_py7XxVOHkda8PJnS Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit By suggestion from linimon on the audit trail, I include a recursive diff as an attachment. From what I gather from the changelog, the new version consists largely of bug fixes and feature additions to ESS for SAS to existing files, enabling further ESS support for SAS programs. The new version is not a one-years-step, writing March 06 2010 in the original port was a typo and was meant to be March 06 2011. Please excuse any inconveniance, kind regards, -- Christopher J. Ruwe --Multipart=_Tue__2_Aug_2011_21_56_27_+0200_py7XxVOHkda8PJnS Content-Type: text/x-diff; name="ess.diff" Content-Disposition: attachment; filename="ess.diff" Content-Transfer-Encoding: 7bit diff -r /usr/ports/math/ess/Makefile /usr/home/chris/workspace/ess/Makefile 2c2 < # Date created: 06 March 2010 --- > # Date created: 01 August 2011 4,6d3 < # < # $FreeBSD: ports/math/ess/Makefile,v 1.2 2011/07/28 04:19:57 bf Exp $ < # 9,10c6 < PORTVERSION= 5.13 < PORTREVISION= 1 --- > PORTVERSION= 5.14 diff -r /usr/ports/math/ess/distinfo /usr/home/chris/workspace/ess/distinfo 1,2c1,2 < SHA256 (ess-5.13.tgz) = 26e78fb207f034e9f08f07073589faaa1e4d66a886de3e46769b79fd5e1072c4 < SIZE (ess-5.13.tgz) = 7245294 --- > SHA256 (ess-5.14.tgz) = 982b625f5c3f0e11d2cd8903e15026b5ecac6775415e8eb3cd120d0b9950dcc6 > SIZE (ess-5.14.tgz) = 7272065 --Multipart=_Tue__2_Aug_2011_21_56_27_+0200_py7XxVOHkda8PJnS-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 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 9CA4B1065689 for ; Tue, 2 Aug 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 784968FC14 for ; Tue, 2 Aug 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 p72KKCR9094214 for ; Tue, 2 Aug 2011 20: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 p72KKCqA094213; Tue, 2 Aug 2011 20:20:12 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 20:20:12 GMT Resent-Message-Id: <201108022020.p72KKCqA094213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicole Reid Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D014106566B for ; Tue, 2 Aug 2011 20:15: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 EF4E48FC13 for ; Tue, 2 Aug 2011 20:15:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p72KFvLc007631 for ; Tue, 2 Aug 2011 20:15:57 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72KFvIa007630; Tue, 2 Aug 2011 20:15:57 GMT (envelope-from nobody) Message-Id: <201108022015.p72KFvIa007630@red.freebsd.org> Date: Tue, 2 Aug 2011 20:15:57 GMT From: Nicole Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159393: [New port] x11/gnome-color-chooser: customize appearance of GNOME/GTK+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 20:20:12 -0000 >Number: 159393 >Category: ports >Synopsis: [New port] x11/gnome-color-chooser: customize appearance of GNOME/GTK+ >Confidential: no >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 Aug 02 20:20:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicole Reid >Release: >Organization: >Environment: >Description: An application for customizing the appearance of the GNOME(/GTK+) desktop. It can change colors and sizes of GTK widgets, colorize desktop icons, configure your gtk engines and let your current theme be drawn by an installed gtk engine of your choice. WWW: http://gnomecc.sourceforge.net/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnome-color-chooser # gnome-color-chooser/distinfo # gnome-color-chooser/Makefile # gnome-color-chooser/pkg-plist # gnome-color-chooser/pkg-descr # echo c - gnome-color-chooser mkdir -p gnome-color-chooser > /dev/null 2>&1 echo x - gnome-color-chooser/distinfo sed 's/^X//' >gnome-color-chooser/distinfo << '59a49c70b8769b4bc07840a2b0808053' XSHA256 (gnome-color-chooser-0.2.5.tar.gz) = b3245c7df8edd7df106e2c137e5f3e43175e7e559a7c46c563c64bb7e26b1143 XSIZE (gnome-color-chooser-0.2.5.tar.gz) = 276906 59a49c70b8769b4bc07840a2b0808053 echo x - gnome-color-chooser/Makefile sed 's/^X//' >gnome-color-chooser/Makefile << 'da9f75f3a537758acb1208047ae982a0' X# New ports collection makefile for: gnome-color-chooser X# Date created: 2010-04-16 X# Whom: Nicole Reid X# X# $FreeBSD$ X# X XPORTNAME= gnome-color-chooser XPORTVERSION= 0.2.5 XCATEGORIES= x11 gnome XMASTER_SITES= SF XMASTER_SITE_SUBDIR= gnomecc/${PORTNAME}/${PORTVERSION} X XMAINTAINER= root@cooltrainer.org XCOMMENT= GTK+/GNOME desktop appearance customization tool X XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser X XGNU_CONFIGURE= yes XUSE_GNOME= gtk20 XUSE_GMAKE= yes XUSE_PERL5= 5.8.1+ XMAN1= gnome-color-chooser.1 XLICENSE= GPLv3 X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XUSE_GNOME+= intltool XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.endif X X.include da9f75f3a537758acb1208047ae982a0 echo x - gnome-color-chooser/pkg-plist sed 's/^X//' >gnome-color-chooser/pkg-plist << '2f26c418609a19945f82f590e8f222e0' Xbin/gnome-color-chooser X%%NLS%%lib/locale/ar/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/bg/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/cs/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/de/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/en_CA/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/es/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/fi/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/fr/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/he/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/hu/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/id/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/it/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/nb/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/nl/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/oc/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/pl/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/pt/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/pt_BR/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/ru/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/sv/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/th/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/tr/LC_MESSAGES/gnome-color-chooser.mo X%%NLS%%lib/locale/zh_CN/LC_MESSAGES/gnome-color-chooser.mo Xshare/applications/gnome-color-chooser.desktop X%%DATADIR%%/glade/gnome-color-chooser.glade X%%DATADIR%%/gnome-color-chooser.xml X%%DATADIR%%/profiles/compact.xml Xshare/pixmaps/gnome-color-chooser.svg X@dirrm %%DATADIR%%/profiles X@dirrm %%DATADIR%%/glade X@dirrm %%DATADIR%% X@dirrmtry share/applications X%%NLS%%@dirrmtry lib/locale/zh_CN/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/zh_CN X%%NLS%%@dirrmtry lib/locale/tr/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/tr X%%NLS%%@dirrmtry lib/locale/th/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/th X%%NLS%%@dirrmtry lib/locale/sv/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/sv X%%NLS%%@dirrmtry lib/locale/ru/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/ru X%%NLS%%@dirrmtry lib/locale/pt_BR/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/pt_BR X%%NLS%%@dirrmtry lib/locale/pt/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/pt X%%NLS%%@dirrmtry lib/locale/pl/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/pl X%%NLS%%@dirrmtry lib/locale/oc/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/oc X%%NLS%%@dirrmtry lib/locale/nl/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/nl X%%NLS%%@dirrmtry lib/locale/nb/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/nb X%%NLS%%@dirrmtry lib/locale/it/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/it X%%NLS%%@dirrmtry lib/locale/id/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/id X%%NLS%%@dirrmtry lib/locale/hu/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/hu X%%NLS%%@dirrmtry lib/locale/he/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/he X%%NLS%%@dirrmtry lib/locale/fr/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/fr X%%NLS%%@dirrmtry lib/locale/fi/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/fi X%%NLS%%@dirrmtry lib/locale/es/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/es X%%NLS%%@dirrmtry lib/locale/en_CA/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/en_CA X%%NLS%%@dirrmtry lib/locale/de/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/de X%%NLS%%@dirrmtry lib/locale/cs/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/cs X%%NLS%%@dirrmtry lib/locale/bg/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/bg X%%NLS%%@dirrmtry lib/locale/ar/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/ar X%%NLS%%@dirrmtry lib/locale 2f26c418609a19945f82f590e8f222e0 echo x - gnome-color-chooser/pkg-descr sed 's/^X//' >gnome-color-chooser/pkg-descr << 'a5221b9db4465c40207814cfafc086bf' XAn application for customizing the appearance of the GNOME(/GTK+) Xdesktop. It can change colors and sizes of GTK widgets, colorize desktop Xicons, configure your gtk engines and let your current theme be drawn by Xan installed gtk engine of your choice. X XWWW: http://gnomecc.sourceforge.net/ a5221b9db4465c40207814cfafc086bf exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 20: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 6E81F106566C for ; Tue, 2 Aug 2011 20: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 434678FC12 for ; Tue, 2 Aug 2011 20:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72KUAU6002456 for ; Tue, 2 Aug 2011 20:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72KUAqR002454; Tue, 2 Aug 2011 20:30:10 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 20:30:10 GMT Resent-Message-Id: <201108022030.p72KUAqR002454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B697106566C for ; Tue, 2 Aug 2011 20:24:05 +0000 (UTC) (envelope-from lists@eitanadler.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 1C33F8FC0A for ; Tue, 2 Aug 2011 20:24:04 +0000 (UTC) Received: by qyk30 with SMTP id 30so2217364qyk.13 for ; Tue, 02 Aug 2011 13:24:04 -0700 (PDT) Received: by 10.229.31.202 with SMTP id z10mr4483516qcc.260.1312316644155; Tue, 02 Aug 2011 13:24:04 -0700 (PDT) Received: from radar (216-165-29-133.DYNAPOOL.NYU.EDU [216.165.29.133]) by mx.google.com with ESMTPS id o4sm89782qct.25.2011.08.02.13.24.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Aug 2011 13:24:03 -0700 (PDT) Received: by radar (sSMTP sendmail emulation); Tue, 02 Aug 2011 16:23:43 +0000 Message-Id: <4e385ce3.c487e50a.6407.05db@mx.google.com> Date: Tue, 02 Aug 2011 16:23:43 +0000 From: Eitan Adler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159394: [patch] take maintainership of 4 more 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: Tue, 02 Aug 2011 20:30:10 -0000 >Number: 159394 >Category: ports >Synopsis: [patch] take maintainership of 4 more 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: Tue Aug 02 20:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: I want these ports. See patch. >How-To-Repeat: >Fix: --- take-more-ports.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/gtklife/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 6 Jun 2008 13:31:30 -0000 1.11 +++ Makefile 2 Aug 2011 20:19:20 -0000 @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= http://ironphoenix.org/tril/gtklife/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@eitanadler.com COMMENT= A GTK+ implementation of Conway's Game of Life WANT_GNOME= yes Index: Makefile =================================================================== RCS file: /home/ncvs/ports/dns/adns/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 16 Jun 2011 06:17:32 -0000 1.23 +++ Makefile 2 Aug 2011 20:19:44 -0000 @@ -11,7 +11,7 @@ CATEGORIES= dns MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@eitanadler.com COMMENT= Easy to use, asynchronous-capable DNS client library and utilities GNU_CONFIGURE= yes Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/launchy/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 22 Jun 2010 16:34:59 -0000 1.8 +++ Makefile 2 Aug 2011 20:19:46 -0000 @@ -10,7 +10,7 @@ CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@eitanadler.com COMMENT= An open source keystroke launcher BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/core.hpp:${PORTSDIR}/devel/boost-libs Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/html2text/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 29 May 2010 11:59:47 -0000 1.6 +++ Makefile 2 Aug 2011 20:20:30 -0000 @@ -12,7 +12,7 @@ http://www.mbayer.de/html2text/downloads/ MASTER_SITE_SUBDIR= apps/www/converters -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@eitanadler.com COMMENT= Converts HTML documents into plain text HAS_CONFIGURE= yes --- take-more-ports.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 20:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 902A91065670 for ; Tue, 2 Aug 2011 20:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6400D8FC18 for ; Tue, 2 Aug 2011 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72Ko9D4022288 for ; Tue, 2 Aug 2011 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72Ko9aY022287; Tue, 2 Aug 2011 20:50:09 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 20:50:09 GMT Resent-Message-Id: <201108022050.p72Ko9aY022287@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A6F106566B for ; Tue, 2 Aug 2011 20:41:13 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 18D248FC1B for ; Tue, 2 Aug 2011 20:41:12 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id C8DA46F555B for ; Tue, 2 Aug 2011 13:41:12 -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 ButfxM0XeH6w for ; Tue, 2 Aug 2011 13:41:12 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id A5D7D6F5559 for ; Tue, 2 Aug 2011 13:41:12 -0700 (PDT) Received: (nullmailer pid 18914 invoked by uid 1001); Tue, 02 Aug 2011 20:40:30 -0000 Message-Id: <1312317630.106148.18913.nullmailer@experts-exchange.com> Date: Tue, 02 Aug 2011 13:40:30 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159396: [patch][maintainer-update] graphics/rubygem-dragonfly: update to 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 20:50:09 -0000 >Number: 159396 >Category: ports >Synopsis: [patch][maintainer-update] graphics/rubygem-dragonfly: update to 0.9.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 20:50:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to 0.9.5 >How-To-Repeat: >Fix: Index: rubygem-dragonfly/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/graphics/rubygem-dragonfly/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- rubygem-dragonfly/Makefile 20 Jun 2011 17:25:41 -0000 1.6 +++ rubygem-dragonfly/Makefile 2 Aug 2011 20:37:42 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/graphics/rubygem-dragonfly/Makefile,v 1.6 2011/06/20 17:25:41 pgollucci Exp $ PORTNAME= dragonfly -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= graphics rubygems MASTER_SITES= RG Index: rubygem-dragonfly/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/graphics/rubygem-dragonfly/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- rubygem-dragonfly/distinfo 15 Jun 2011 23:09:34 -0000 1.5 +++ rubygem-dragonfly/distinfo 2 Aug 2011 20:37:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (rubygem/dragonfly-0.9.4.gem) = 442afdd0c5321aa87c7d17854fb25a9a9779411022f21120c6d28b0b7bec7372 -SIZE (rubygem/dragonfly-0.9.4.gem) = 411136 +SHA256 (rubygem/dragonfly-0.9.5.gem) = 5621ca8ed29e68593f85693a53a4c3c6752d699130809f91eaa03e1ded0f97c5 +SIZE (rubygem/dragonfly-0.9.5.gem) = 411648 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 20:50:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EB00106564A; Tue, 2 Aug 2011 20:50:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE1D8FC13; Tue, 2 Aug 2011 20:50:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72KoJP0022761; Tue, 2 Aug 2011 20:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72KoJ1Q022752; Tue, 2 Aug 2011 20:50:19 GMT (envelope-from edwin) Date: Tue, 2 Aug 2011 20:50:19 GMT Message-Id: <201108022050.p72KoJ1Q022752@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159396: [patch][maintainer-update] graphics/rubygem-dragonfly: update to 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 20:50:19 -0000 Synopsis: [patch][maintainer-update] graphics/rubygem-dragonfly: update to 0.9.5 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 2 20:50:18 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=159396 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 21:10:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59DCE1065670 for ; Tue, 2 Aug 2011 21:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 343D08FC1D for ; Tue, 2 Aug 2011 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72LABJl039321 for ; Tue, 2 Aug 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 p72LABCH039320; Tue, 2 Aug 2011 21:10:11 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 21:10:11 GMT Resent-Message-Id: <201108022110.p72LABCH039320@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Mikhail T." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6792106564A for ; Tue, 2 Aug 2011 21:01:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3E38FC0C for ; Tue, 2 Aug 2011 21:01:16 +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 p72L1GJZ087339 for ; Tue, 2 Aug 2011 21:01:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72L1GnC087336; Tue, 2 Aug 2011 21:01:16 GMT (envelope-from nobody) Message-Id: <201108022101.p72L1GnC087336@red.freebsd.org> Date: Tue, 2 Aug 2011 21:01:16 GMT From: "Mikhail T." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159397: [NEW PORT] rubygem-sprockets: Ruby library that preprocesses and concatenates JavaScript files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 21:10:11 -0000 >Number: 159397 >Category: ports >Synopsis: [NEW PORT] rubygem-sprockets: Ruby library that preprocesses and concatenates JavaScript files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 21:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: 8.2 >Organization: >Environment: FreeBSD red 8.2-RELEASE FreeBSD 8.2-RELEASE #1 r218780: Thu Mar 10 21:36:01 MSK 2011 root@red/usr/obj/usr/src/sys/XGATE amd64 >Description: Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-sprockets # rubygem-sprockets/Makefile # rubygem-sprockets/distinfo # rubygem-sprockets/pkg-descr # echo c - rubygem-sprockets mkdir -p rubygem-sprockets > /dev/null 2>&1 echo x - rubygem-sprockets/Makefile sed 's/^X//' >rubygem-sprockets/Makefile << '160cb55bfc0edc4a0bd91d60e515cb98' X# Ports collection makefile for: rubygem-sprockets X# Date created: 31 July 2011 X# Whom: Mikhail T. X XPORTNAME= sprockets XPORTVERSION= 1.0.2 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= m.tsatsenko@gmail.com XCOMMENT= Ruby library that preprocesses and concatenates JavaScript files X XLICENSE= MIT X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XPLIST_FILES= bin/sprocketize X X.include 160cb55bfc0edc4a0bd91d60e515cb98 echo x - rubygem-sprockets/distinfo sed 's/^X//' >rubygem-sprockets/distinfo << '4626f920b8db088d43980814031bffe6' XSHA256 (rubygem/sprockets-1.0.2.gem) = 16ff3188a5f22eb3eb670f50dd991c3fca01d63dcba57045338c36d15e5cb707 XSIZE (rubygem/sprockets-1.0.2.gem) = 13312 4626f920b8db088d43980814031bffe6 echo x - rubygem-sprockets/pkg-descr sed 's/^X//' >rubygem-sprockets/pkg-descr << '16c136d6a06039c719b49130e9acee43' XSprockets is a Ruby library that preprocesses and concatenates XJavaScript source files. It takes any number of source files Xand preprocesses them line-by-line in order to build a single Xconcatenation. X XWWW: http://getsprockets.org/ 16c136d6a06039c719b49130e9acee43 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 22:01:45 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E1831065676; Tue, 2 Aug 2011 22:01:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D93498FC14; Tue, 2 Aug 2011 22:01: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 p72M1ilS092227; Tue, 2 Aug 2011 22:01:44 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72M1i5d092214; Tue, 2 Aug 2011 22:01:44 GMT (envelope-from amdmi3) Date: Tue, 2 Aug 2011 22:01:44 GMT Message-Id: <201108022201.p72M1i5d092214@freefall.freebsd.org> To: 6yearold@gmail.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/155062: Port update: devel/antlr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 22:01:45 -0000 Synopsis: Port update: devel/antlr State-Changed-From-To: analyzed->closed State-Changed-By: amdmi3 State-Changed-When: Tue Aug 2 22:01:44 UTC 2011 State-Changed-Why: Close by submitter's request http://www.freebsd.org/cgi/query-pr.cgi?pr=155062 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 22:01:50 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECA701065672; Tue, 2 Aug 2011 22:01:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C36C18FC17; Tue, 2 Aug 2011 22:01:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72M1oam092849; Tue, 2 Aug 2011 22:01:50 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72M1oZr092835; Tue, 2 Aug 2011 22:01:50 GMT (envelope-from amdmi3) Date: Tue, 2 Aug 2011 22:01:50 GMT Message-Id: <201108022201.p72M1oZr092835@freefall.freebsd.org> To: 6yearold@gmail.com, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/155064: New port: devel/stringtemplate, a java lib for text formatting X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 02 Aug 2011 22:01:51 -0000 Synopsis: New port: devel/stringtemplate, a java lib for text formatting State-Changed-From-To: open->closed State-Changed-By: amdmi3 State-Changed-When: Tue Aug 2 22:01:50 UTC 2011 State-Changed-Why: Close by submitter's request http://www.freebsd.org/cgi/query-pr.cgi?pr=155064 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 22:40:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 770BC1065672 for ; Tue, 2 Aug 2011 22:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 531DC8FC1D for ; Tue, 2 Aug 2011 22:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72MeCsh023815 for ; Tue, 2 Aug 2011 22:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72MeCis023814; Tue, 2 Aug 2011 22:40:12 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 22:40:12 GMT Resent-Message-Id: <201108022240.p72MeCis023814@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Harry Coin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FC151065673 for ; Tue, 2 Aug 2011 22:30:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 713A68FC1B for ; Tue, 2 Aug 2011 22:30: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 p72MUBHY055326 for ; Tue, 2 Aug 2011 22:30:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72MUBub055325; Tue, 2 Aug 2011 22:30:11 GMT (envelope-from nobody) Message-Id: <201108022230.p72MUBub055325@red.freebsd.org> Date: Tue, 2 Aug 2011 22:30:11 GMT From: Harry Coin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159398: openssl slapd tls init def ctx failed: -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, 02 Aug 2011 22:40:12 -0000 >Number: 159398 >Category: ports >Synopsis: openssl slapd tls init def ctx failed: -1 >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 Aug 02 22:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Harry Coin >Release: 8.2-STABLE >Organization: Quiet Fountain LLC >Environment: 8.2-STABLE generic amd64 >Description: openldap slapd fails to start at boot time, blocking directory server operations, every time under certain undocumented conditions. If slapd.conf has TLSCACertificatePath /some/legal/path/to/CACerts and there exists even one file in that directory that is protected against reading by user ldap:ldap (such as perhaps the .srl file for folk who have their own internal CA root certificates for signing multiple ldap servers, which openssl looks for in the same directory with the certificates) then: ../rc.d/slapd start fails to start, and the debug log has the obscure error tls init def ctx failed: -1 This, even though all the certificates necessary for slapd operation are there and readable by the ldap user. >How-To-Repeat: 1. Use "openssl verify" ... to prove the certificates are good. 2. be sure one file exists in the TLSCACertificatePath directory that is not readable by user ldap:ldap. The file can be anything, any length, unrelated to slapd operations, not even a certificate at all. 3. As root, run .../libexec/slapd manually and notice proper operations. 4. then notice failure every time running ../libexec/slapd -u ldap -g ldap or .../rc.d/slapd start >Fix: Workaround: Make sure all the files in the certificate directory are readable by user LDAP, no matter what their purpose or content. Otherwise, it needs a source fix. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 22:40:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC6A11065674 for ; Tue, 2 Aug 2011 22:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B28AC8FC23 for ; Tue, 2 Aug 2011 22:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p72MeC9q023829 for ; Tue, 2 Aug 2011 22:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72MeC9P023828; Tue, 2 Aug 2011 22:40:12 GMT (envelope-from gnats) Resent-Date: Tue, 2 Aug 2011 22:40:12 GMT Resent-Message-Id: <201108022240.p72MeC9P023828@freefall.freebsd.org> 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 O'Gorman" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C64E6106566B for ; Tue, 2 Aug 2011 22:32:39 +0000 (UTC) (envelope-from jamesog@mantaray.netinertia.co.uk) Received: from mantaray.netinertia.co.uk (mantaray.netinertia.co.uk [IPv6:2a01:348:14:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B917C8FC1D for ; Tue, 2 Aug 2011 22:32:38 +0000 (UTC) Received: from mantaray.netinertia.co.uk (localhost [127.0.0.1]) by mantaray.netinertia.co.uk (Postfix) with ESMTP id 9B9444357 for ; Tue, 2 Aug 2011 23:32:37 +0100 (BST) Received: from mantaray.netinertia.co.uk ([127.0.0.1]) by mantaray.netinertia.co.uk (mantaray.netinertia.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wKdWpAbYsx1w for ; Tue, 2 Aug 2011 23:32:32 +0100 (BST) Received: by mantaray.netinertia.co.uk (Postfix, from userid 1000) id F02C44352; Tue, 2 Aug 2011 23:32:31 +0100 (BST) Message-Id: <20110802223231.F02C44352@mantaray.netinertia.co.uk> Date: Tue, 2 Aug 2011 23:32:31 +0100 (BST) From: "James O'Gorman" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159399: [maintainer update] Update sysutils/boxbackup to 0.11.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James O'Gorman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 22:40:12 -0000 >Number: 159399 >Category: ports >Synopsis: [maintainer update] Update sysutils/boxbackup to 0.11.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 22:40:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: James O'Gorman >Release: >Organization: >Environment: >Description: - Update to 0.11.1 - Include new manpages - Add new periodic script (disabled by default) - Move files/bbackupd.sh.in to files/bbackupd.in - Move files/bbstored.sh.in to files/bbstored.in - Remove patch files (changes included upstream) - Remove pkg-install and pkg-deinstall - Make use of USERS and GROUPS macros Also update UIDs to correct name in GECOS field, and update shell to nologin. >How-To-Repeat: >Fix: --- boxbackup.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/boxbackup/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 4 Dec 2010 07:33:33 -0000 1.17 +++ Makefile 2 Aug 2011 20:43:49 -0000 @@ -6,10 +6,10 @@ # PORTNAME= boxbackup -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.11.1 CATEGORIES= sysutils MASTER_SITES= SF +PKGNAMESUFFIX= ${CLIENT_OR_SERVER} EXTRACT_SUFX= .tgz MAINTAINER= james@netinertia.co.uk @@ -21,17 +21,18 @@ USE_AUTOTOOLS= autoconf aclocal autoheader ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 +# Box now defaults to /etc for configuration. Linux devs make me sad. +# Override this. +CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc + PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS= CLIENT "Install the bbackupd client" On \ SERVER "Install the bbstored server" On \ - GNUREADLINE "Enable the use of GNU readline" Off \ - TESTS "Allows use of a 'test' target to run tests" Off + GNUREADLINE "Enable the use of GNU readline" Off .include -TARGETOS!= ${ECHO_CMD} `${UNAME} -s``${UNAME} -r | ${SED} -e 's/[-(].*//'` | ${TR} A-Z a-z - .if defined(WITH_GNUREADLINE) CONFIGURE_ARGS+=--enable-gnu-readline .endif @@ -41,55 +42,42 @@ Please 'make config' again .endif -.if defined(WITHOUT_CLIENT) -PLIST_SUB+= CLIENT="@comment " -.else -USE_RC_SUBR+= bbackupd.sh +MANCOMPRESSED= yes +.if defined(WITH_CLIENT) +USE_RC_SUBR+= bbackupd PLIST_SUB+= CLIENT="" -ALL_TARGET+= parcels/${DISTNAME}-backup-client-${TARGETOS}.tgz +ALL_TARGET+= build-backup-client INSTALL_TARGET+=install-backup-client +MAN5+= bbackupd.conf.5 +MAN8+= bbackupd.8 bbackupctl.8 bbackupd-config.8 bbackupquery.8 +SUB_FILES+= 999.boxbackup +.else +PLIST_SUB+= CLIENT="@comment " .endif -.if defined(WITHOUT_SERVER) -PLIST_SUB+= SERVER="@comment " -.else -USE_RC_SUBR+= bbstored.sh +.if defined(WITH_SERVER) +USE_RC_SUBR+= bbstored +USERS+= _bbstored +GROUPS+= _bbstored PLIST_SUB+= SERVER="" -ALL_TARGET+= parcels/${DISTNAME}-backup-server-${TARGETOS}.tgz +ALL_TARGET+= build-backup-server INSTALL_TARGET+=install-backup-server +MAN5+= bbstored.conf.5 raidfile.conf.5 +MAN8+= bbstored.8 bbstoreaccounts.8 bbstored-certs.8 bbstored-config.8 raidfile-config.8 +.else +PLIST_SUB+= SERVER="@comment " .endif CONFLICTS= boxbackup-server-[0-9]* boxbackup-client-[0-9]* .if defined(WITHOUT_CLIENT) CONFLICTS= boxbackup-client-[0-9]* -PKGNAMESUFFIX= -server +CLIENT_OR_SERVER=-server .elif defined(WITHOUT_SERVER) CONFLICTS= boxbackup-server-[0-9]* -PKGNAMESUFFIX= -client +CLIENT_OR_SERVER=-client .endif post-patch: -# Replace hard-coded /etc/box with $PREFIX/etc/box - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ - ${WRKSRC}/lib/common/BoxPortsAndFiles.h -# Fix path to perl - @${FIND} ${WRKSRC} -name "*.pl" -exec \ - ${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' {} \; - @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' \ - ${WRKSRC}/bin/bbackupd/bbackupd-config \ - ${WRKSRC}/bin/bbstored/bbstored-certs \ - ${WRKSRC}/bin/bbstored/bbstored-config \ - ${WRKSRC}/lib/raidfile/raidfile-config - @${FIND} ${WRKSRC} -name "Makefile.extra" -exec \ - ${REINPLACE_CMD} -e 's,perl,${PERL},g' {} \; - @${REINPLACE_CMD} -e 's,perl ,${PERL} ,g' \ - ${WRKSRC}/test/bbackupd/testfiles/bbackupd.conf \ - ${WRKSRC}/infrastructure/makebuildenv.pl - @${REINPLACE_CMD} -e 's,"perl ,PERL_EXECUTABLE " ,g' \ - ${WRKSRC}/test/backupstorefix/testbackupstorefix.cpp -# Fix hard-coded g++ - @${REINPLACE_CMD} -e 's,g++,${CXX},' \ - ${WRKSRC}/infrastructure/makebuildenv.pl .if !defined(WITHOUT_CLIENT) @${CAT} ${FILESDIR}/pkg-message.client >> ${PKGMESSAGE} .endif @@ -97,10 +85,11 @@ @${CAT} ${FILESDIR}/pkg-message.server >> ${PKGMESSAGE} .endif -.if !defined(WITHOUT_SERVER) -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL +do-install: + @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) +.if !defined(WITHOUT_CLIENT) + @${MKDIR} ${PREFIX}/etc/periodic/monthly; \ + ${INSTALL_SCRIPT} ${WRKDIR}/999.boxbackup ${PREFIX}/etc/periodic/monthly .endif post-install: @@ -112,10 +101,8 @@ .endif @${CAT} ${PKGMESSAGE} -.if defined(WITH_TESTS) test: @${ECHO_CMD} "===> Running tests" @${MAKE} -C ${WRKSRC} test -.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/boxbackup/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 19 Mar 2011 12:32:01 -0000 1.4 +++ distinfo 2 Aug 2011 20:04:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (boxbackup-0.10.tgz) = 09e88f4ee26b76b3d6e6a0cf3fc374e55d79dd84e9884dfc6a7635593862d361 -SIZE (boxbackup-0.10.tgz) = 842450 +SHA256 (boxbackup-0.11.1.tgz) = 1328b010477259c4767276dbfebab6580e883336cc9d25696c39991b09cc6d32 +SIZE (boxbackup-0.11.1.tgz) = 1863270 Index: pkg-deinstall =================================================================== RCS file: pkg-deinstall diff -N pkg-deinstall --- pkg-deinstall 24 Mar 2006 19:31:14 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,69 +0,0 @@ -#! /bin/sh -# -# ex:ts=4 - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then - read -p "${question} [${default}]? " answer - fi - echo ${answer:-${default}} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -delete_account() { - local u pw - - u=$1 - pw=`pw usershow ${u} >/dev/null 2>&1` - if [ $? -eq 0 ]; then - if yesno "Do you want me to remove user \"${u}\"" n; then - pw userdel -n ${u} - echo "Done." - fi - fi -} - -case $2 in - -DEINSTALL) - if ps -axc | grep -qw bbstored; then - if yesno "bbstored is still running. Shall I stop it?" y; then - killall bbstored - sleep 2 - else - echo "OK ... I hope you know what you are doing." - fi - fi - - if ps -axc | grep -qw bbackupd; then - if yesno "bbackupd is still running. Shall I stop it?" y; then - killall bbackupd - sleep 2 - else - echo "OK ... I hope you know what you are doing." - fi - fi - - delete_account _bbstored - - ;; - -esac Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/sysutils/boxbackup/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 25 Feb 2005 09:09:51 -0000 1.1 +++ pkg-descr 2 Aug 2011 20:04:54 -0000 @@ -10,4 +10,4 @@ Once set up, there should be no need for user or administrative intervention, apart from usual system maintenance. -WWW: http://www.fluffy.co.uk/boxbackup/ +WWW: http://www.boxbackup.org/ Index: pkg-install =================================================================== RCS file: pkg-install diff -N pkg-install --- pkg-install 24 Mar 2006 19:31:14 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,36 +0,0 @@ -#!/bin/sh - -# $FreeBSD: ports/sysutils/boxbackup/pkg-install,v 1.3 2006/03/24 19:31:14 mnag Exp $ - -case $2 in -PRE-INSTALL) - USER=_bbstored - GROUP=${USER} - UID=505 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -c "Box Backup Store Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/boxbackup/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 24 Mar 2006 19:31:14 -0000 1.3 +++ pkg-plist 2 Aug 2011 20:18:41 -0000 @@ -1,12 +1,12 @@ -%%CLIENT%%bin/bbackupctl -%%CLIENT%%bin/bbackupd -%%CLIENT%%bin/bbackupd-config -%%CLIENT%%bin/bbackupquery -%%SERVER%%bin/bbstoreaccounts -%%SERVER%%bin/bbstored -%%SERVER%%bin/bbstored-certs -%%SERVER%%bin/bbstored-config -%%SERVER%%bin/raidfile-config +%%CLIENT%%sbin/bbackupctl +%%CLIENT%%sbin/bbackupd +%%CLIENT%%sbin/bbackupd-config +%%CLIENT%%sbin/bbackupquery +%%SERVER%%sbin/bbstoreaccounts +%%SERVER%%sbin/bbstored +%%SERVER%%sbin/bbstored-certs +%%SERVER%%sbin/bbstored-config +%%SERVER%%sbin/raidfile-config %%CLIENT%%@exec mkdir -p -m 0700 %D/etc/box/bbackupd %%SERVER%%@exec mkdir -p -m 0700 %D/etc/box/bbstored %%CLIENT%%@dirrmtry etc/box/bbackupd Index: files/999.boxbackup.in =================================================================== RCS file: files/999.boxbackup.in diff -N files/999.boxbackup.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/999.boxbackup.in 2 Aug 2011 20:15:24 -0000 @@ -0,0 +1,66 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# Box Backup monthly store compare +# +# Add the following to /etc/periodic.conf to enable the monthly compare: +# monthly_boxbackup_compare_enable="YES" +# +# By default the script will run "compare -aq". If you want to change this to +# run a full compare, add the following to periodic.conf: +# monthly_boxbackup_compare_args="-a" +# +# NOTE: This script will cause the monthly periodic(8) run to take much longer +# than usual, depending on the size of your backup store. +# +# If you wish to run this independently of the monthly job, you can create a +# new periodic entry as follows: +# +# # mkdir /usr/local/etc/periodic/boxbackup +# # mv /usr/local/etc/periodic/monthly/999.boxbackup \ +# /usr/local/etc/periodic/boxbackup/100.compare +# +# Then add the following to /etc/crontab: +# 30 5 1 * * root periodic boxbackup +# +# (adjust the timings as necessary) +# +# You may also wish to add boxbackup_output="root" to periodic.conf so that +# mail comes from periodic rather than cron. + +monthly_boxbackup_compare_enable="NO" +monthly_boxbackup_compare_args="-aq" + +if [ -r /etc/defaults/periodic.conf ] +then + . /etc/defaults/periodic.conf + source_periodic_confs +fi + +rc=0 + +case "$monthly_boxbackup_compare_enable" in + [Yy][Ee][Ss]) + echo + echo "Running Box Backup store compare:" + %%PREFIX%%/sbin/bbackupquery -q "compare -c $monthly_boxbackup_compare_args" quit + + # Return codes: + # 1 Comparison was exact + # 2 Differences were found + # 3 An error occured + if [ $? -eq 2 ]; then + echo + echo "Differences were found. Please check the output." + rc=3 + elif [ $? -eq 3 ]; then + echo + echo "An error occurred. Please check the output." + rc=3 + fi + + ;; +esac + +exit $rc Index: files/bbackupd.in =================================================================== RCS file: files/bbackupd.in diff -N files/bbackupd.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/bbackupd.in 27 Mar 2010 00:14:53 -0000 @@ -0,0 +1,27 @@ +#!/bin/sh +# +# $FreeBSD: ports/sysutils/boxbackup/files/bbackupd.sh.in,v 1.3 2010/03/27 00:14:53 dougb Exp $ +# +# PROVIDE: bbackupd +# REQUIRE: NETWORKING +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable bbackupd: +# +#bbackupd_enable="YES" +# + +: ${bbackupd_enable:="NO"} +: ${bbackupd_flags:="%%PREFIX%%/etc/box/bbackupd.conf"} +: ${bbackupd_pidfile:="/var/run/bbackupd.pid"} + +. /etc/rc.subr + +name="bbackupd" +rcvar=`set_rcvar` +command="%%PREFIX%%/bin/bbackupd" +extra_commands="reload" + +load_rc_config $name +run_rc_command "$1" Index: files/bbackupd.sh.in =================================================================== RCS file: files/bbackupd.sh.in diff -N files/bbackupd.sh.in --- files/bbackupd.sh.in 27 Mar 2010 00:14:53 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/sysutils/boxbackup/files/bbackupd.sh.in,v 1.3 2010/03/27 00:14:53 dougb Exp $ -# -# PROVIDE: bbackupd -# REQUIRE: NETWORKING -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable bbackupd: -# -#bbackupd_enable="YES" -# - -: ${bbackupd_enable:="NO"} -: ${bbackupd_flags:="%%PREFIX%%/etc/box/bbackupd.conf"} -: ${bbackupd_pidfile:="/var/run/bbackupd.pid"} - -. /etc/rc.subr - -name="bbackupd" -rcvar=`set_rcvar` -command="%%PREFIX%%/bin/bbackupd" -extra_commands="reload" - -load_rc_config $name -run_rc_command "$1" Index: files/bbstored.in =================================================================== RCS file: files/bbstored.in diff -N files/bbstored.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/bbstored.in 27 Mar 2010 00:14:53 -0000 @@ -0,0 +1,27 @@ +#!/bin/sh +# +# $FreeBSD: ports/sysutils/boxbackup/files/bbstored.sh.in,v 1.3 2010/03/27 00:14:53 dougb Exp $ +# +# PROVIDE: bbstored +# REQUIRE: NETWORKING +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable bbstored: +# +#bbstored_enable="YES" +# + +: ${bbstored_enable:="NO"} +: ${bbstored_flags:="%%PREFIX%%/etc/box/bbstored.conf"} +: ${bbstored_pidfile:="/var/run/bbstored.pid"} + +. /etc/rc.subr + +name="bbstored" +rcvar=`set_rcvar` +command="%%PREFIX%%/bin/bbstored" +extra_commands="reload" + +load_rc_config $name +run_rc_command "$1" Index: files/bbstored.sh.in =================================================================== RCS file: files/bbstored.sh.in diff -N files/bbstored.sh.in --- files/bbstored.sh.in 27 Mar 2010 00:14:53 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/sysutils/boxbackup/files/bbstored.sh.in,v 1.3 2010/03/27 00:14:53 dougb Exp $ -# -# PROVIDE: bbstored -# REQUIRE: NETWORKING -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable bbstored: -# -#bbstored_enable="YES" -# - -: ${bbstored_enable:="NO"} -: ${bbstored_flags:="%%PREFIX%%/etc/box/bbstored.conf"} -: ${bbstored_pidfile:="/var/run/bbstored.pid"} - -. /etc/rc.subr - -name="bbstored" -rcvar=`set_rcvar` -command="%%PREFIX%%/bin/bbstored" -extra_commands="reload" - -load_rc_config $name -run_rc_command "$1" Index: files/patch-configure.ac =================================================================== RCS file: files/patch-configure.ac diff -N files/patch-configure.ac --- files/patch-configure.ac 15 May 2006 01:37:46 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,35 +0,0 @@ ---- configure.ac.orig Thu Mar 16 22:26:39 2006 -+++ configure.ac Thu Mar 16 22:28:31 2006 -@@ -2,7 +2,7 @@ - # Process this file with autoconf to produce a configure script. - - AC_PREREQ(2.59) --AC_INIT([Box Backup], 0.09, [box@fluffy.co.uk]) -+AC_INIT([Box Backup], 0.10, [box@fluffy.co.uk]) - AC_CONFIG_SRCDIR([lib/common/Box.h]) - AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) - -@@ -26,6 +26,12 @@ - # Use -rdynamic if we have gcc. This is needed for backtrace - AC_SUBST([LDADD_RDYNAMIC], ['-rdynamic']) - fi -+AC_PATH_PROG([PERL], [perl], [no]) -+if test "x$PERL" != "xno"; then -+ AC_DEFINE_UNQUOTED([PERL_EXECUTABLE], ["$PERL"], [Location of the perl executable]) -+else -+ AC_MSG_ERROR([[perl executable was not found]]) -+fi - - - ### Checks for libraries. -@@ -208,8 +214,8 @@ - - # Configure the Box build system - echo --perl ./infrastructure/makebuildenv.pl && -- perl ./infrastructure/makeparcels.pl -+$PERL ./infrastructure/makebuildenv.pl && -+ $PERL ./infrastructure/makeparcels.pl - - # Write summary of important info - cat <Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 2 23:55: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 C3EA7106566B; Tue, 2 Aug 2011 23:55:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B1E78FC08; Tue, 2 Aug 2011 23:55: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 p72Ntukd096736; Tue, 2 Aug 2011 23:55:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p72NtuQr096732; Tue, 2 Aug 2011 23:55:56 GMT (envelope-from linimon) Date: Tue, 2 Aug 2011 23:55:56 GMT Message-Id: <201108022355.p72NtuQr096732@freefall.freebsd.org> To: cjr@cruwe.de, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159366: [maintainer-update] math/ess: Emacs Speaks Statistics 5.13 -> 5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 23:55:56 -0000 Synopsis: [maintainer-update] math/ess: Emacs Speaks Statistics 5.13 -> 5.14 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Aug 2 23:55:40 UTC 2011 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=159366 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 00: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 07498106564A for ; Wed, 3 Aug 2011 00: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 B06388FC12 for ; Wed, 3 Aug 2011 00: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 p7300RSK096942 for ; Wed, 3 Aug 2011 00: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 p7300Rth096941; Wed, 3 Aug 2011 00:00:27 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 00:00:27 GMT Resent-Message-Id: <201108030000.p7300Rth096941@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFA91106566C for ; Tue, 2 Aug 2011 23:53: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 DF2C38FC0A for ; Tue, 2 Aug 2011 23:53: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 p72Nr62k099764 for ; Tue, 2 Aug 2011 23:53:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p72Nr6d6099758; Tue, 2 Aug 2011 23:53:06 GMT (envelope-from nobody) Message-Id: <201108022353.p72Nr6d6099758@red.freebsd.org> Date: Tue, 2 Aug 2011 23:53:06 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159400: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 00:00:28 -0000 >Number: 159400 >Category: ports >Synopsis: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr >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 Aug 03 00:00:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 9-CURRENT amd64 >Organization: >Environment: >Description: The WWW entry in mail/demime/pkg-descr no longer exists. The attached patch removes the WWW entry. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/mail/demime/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 21 Dec 2009 02:17:26 -0000 1.2 +++ pkg-descr 2 Aug 2011 23:51:02 -0000 @@ -2,5 +2,3 @@ archives more readable. This tool is designed to run with the Majordomo list manager, but can most likely be adapted to different list software. - -WWW: http://scifi.squawk.com/demime.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 00: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 61EE9106566C; Wed, 3 Aug 2011 00: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 3A2468FC1C; Wed, 3 Aug 2011 00: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 p7300iDm097169; Wed, 3 Aug 2011 00: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 p7300ik5097158; Wed, 3 Aug 2011 00:00:44 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 00:00:44 GMT Message-Id: <201108030000.p7300ik5097158@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gjb@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159400: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 00:00:44 -0000 Synopsis: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->gjb Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 00:00:42 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=159400 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 00:08: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 A183D106566C; Wed, 3 Aug 2011 00:08:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7951F8FC0A; Wed, 3 Aug 2011 00:08: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 p7308ATk008398; Wed, 3 Aug 2011 00:08:10 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7308AQq008394; Wed, 3 Aug 2011 00:08:10 GMT (envelope-from gjb) Date: Wed, 3 Aug 2011 00:08:10 GMT Message-Id: <201108030008.p7308AQq008394@freefall.freebsd.org> To: gjb@FreeBSD.org, gjb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: ports/159400: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 00:08:10 -0000 Synopsis: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr Responsible-Changed-From-To: gjb->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Wed Aug 3 00:07:49 UTC 2011 Responsible-Changed-Why: Back over to the ports committers. http://www.freebsd.org/cgi/query-pr.cgi?pr=159400 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 01:07: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 82EF2106566C; Wed, 3 Aug 2011 01:07:26 +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 5AEB08FC18; Wed, 3 Aug 2011 01:07:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7317Qnw063379; Wed, 3 Aug 2011 01:07:26 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7317QIK063375; Wed, 3 Aug 2011 01:07:26 GMT (envelope-from sunpoet) Date: Wed, 3 Aug 2011 01:07:26 GMT Message-Id: <201108030107.p7317QIK063375@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/159400: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 01:07:26 -0000 Synopsis: [patch] mail/demime: Remove defunct 'WWW' entry in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Wed Aug 3 01:07:25 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159400 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 02:01: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 5D4491065672; Wed, 3 Aug 2011 02:01:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3567E8FC08; Wed, 3 Aug 2011 02:01: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 p7321WaY014651; Wed, 3 Aug 2011 02:01:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7321Wv2014647; Wed, 3 Aug 2011 02:01:32 GMT (envelope-from linimon) Date: Wed, 3 Aug 2011 02:01:32 GMT Message-Id: <201108030201.p7321Wv2014647@freefall.freebsd.org> To: harrycoin@aol.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159398: openssl slapd tls init def ctx failed: -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, 03 Aug 2011 02:01:32 -0000 Synopsis: openssl slapd tls init def ctx failed: -1 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Wed Aug 3 02:01:19 UTC 2011 State-Changed-Why: to which port does this PR apply? http://www.freebsd.org/cgi/query-pr.cgi?pr=159398 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 02:18:56 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 2D397106566B; Wed, 3 Aug 2011 02:18:56 +0000 (UTC) (envelope-from harrycoin@aol.com) Received: from imr-db03.mx.aol.com (imr-db03.mx.aol.com [205.188.91.97]) by mx1.freebsd.org (Postfix) with ESMTP id E78798FC17; Wed, 3 Aug 2011 02:18:55 +0000 (UTC) Received: from mtaout-mb05.r1000.mx.aol.com (mtaout-mb05.r1000.mx.aol.com [172.29.41.69]) by imr-db03.mx.aol.com (8.14.1/8.14.1) with ESMTP id p7328g4K012139; Tue, 2 Aug 2011 22:08:42 -0400 Received: from [192.168.11.103] (unknown [64.4.171.39]) by mtaout-mb05.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPA id 940B0E0000B3; Tue, 2 Aug 2011 22:08:42 -0400 (EDT) Message-ID: <4E38AD47.1020802@aol.com> Date: Tue, 02 Aug 2011 21:07:03 -0500 From: Harry Coin User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: linimon@FreeBSD.org References: <201108030201.p7321Wv2014647@freefall.freebsd.org> In-Reply-To: <201108030201.p7321Wv2014647@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:416226624:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29454e38adaa6ac8 X-AOL-IP: 64.4.171.39 Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/159398: openssl slapd tls init def ctx failed: -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, 03 Aug 2011 02:18:56 -0000 On 8/2/2011 9:01 PM, linimon@FreeBSD.org wrote: > Synopsis: openssl slapd tls init def ctx failed: -1 > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Wed Aug 3 02:01:19 UTC 2011 > State-Changed-Why: > to which port does this PR apply? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=159398 > openssl , though it appears in /usr/src/crypto/openssl, and also in the ports tree at /usr/ports/security/openssl. Is it part of the 'world' for 8.2-stable, or is it a port, or both, or, well, what? From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 02: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 B7EFD106564A for ; Wed, 3 Aug 2011 02: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 8E32E8FC13 for ; Wed, 3 Aug 2011 02: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 p732KDVS028067 for ; Wed, 3 Aug 2011 02: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 p732KDMh028066; Wed, 3 Aug 2011 02:20:13 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 02:20:13 GMT Message-Id: <201108030220.p732KDMh028066@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bo-Yi Wu Cc: Subject: Re: ports/159362: Minor cleanup to www/phpbb3 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, 03 Aug 2011 02:20:13 -0000 The following reply was made to PR ports/159362; it has been noted by GNATS. From: Bo-Yi Wu To: bug-followup@freebsd.org Cc: Subject: Re: ports/159362: Minor cleanup to www/phpbb3 Date: Wed, 3 Aug 2011 09:53:10 +0800 --0016364c78ab8c622304a990210d Content-Type: text/plain; charset=ISO-8859-1 Please commit it. Thanks. -- # Name: Bo-Yi Wu # Nick name:appleboy # M.S National Chung Cheng University Electric Engineering # Resume(C.V): http://blog.wu-boy.com/about/ On Tue, Aug 2, 2011 at 2:10 AM, Edwin Groothuis wrote: > Maintainer of www/phpbb3, > > Please note that PR ports/159362 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/159362 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --0016364c78ab8c622304a990210d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Please commit it.

Thanks.

--
# Name: Bo-Yi Wu
# Nick name:appleboy
# M.S National= Chung Cheng University Electric Engineering
# Resume(C.V): http://blog.wu-boy.com/abou= t/



On Tue, Aug 2, 2011 at 2:10 AM, Edwin Gr= oothuis <edwin@fr= eebsd.org> wrote:
Maintainer of www/phpbb3,

Please note that PR ports/159362 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/159= 362

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

--0016364c78ab8c622304a990210d-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 04:08: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 D27441065673; Wed, 3 Aug 2011 04:08:55 +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 A87FC8FC12; Wed, 3 Aug 2011 04:08: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 p7348tkU028250; Wed, 3 Aug 2011 04:08:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7348tSn028246; Wed, 3 Aug 2011 04:08:55 GMT (envelope-from linimon) Date: Wed, 3 Aug 2011 04:08:55 GMT Message-Id: <201108030408.p7348tSn028246@freefall.freebsd.org> To: appleboy.tw@gmail.com, giffunip@tutopia.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159362: Minor cleanup to www/phpbb3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 04:08:55 -0000 Synopsis: Minor cleanup to www/phpbb3 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Wed Aug 3 04:08:45 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=159362 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 04:17: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 4129F1065673; Wed, 3 Aug 2011 04:17:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 187F28FC13; Wed, 3 Aug 2011 04:17: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 p734HUeD038001; Wed, 3 Aug 2011 04:17:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p734HUGT037997; Wed, 3 Aug 2011 04:17:30 GMT (envelope-from linimon) Date: Wed, 3 Aug 2011 04:17:30 GMT Message-Id: <201108030417.p734HUGT037997@freefall.freebsd.org> To: lists@eitanadler.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159394: [patch] take maintainership of 4 more ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 04:17:31 -0000 Synopsis: [patch] take maintainership of 4 more ports State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Aug 3 04:16:56 UTC 2011 State-Changed-Why: Committed, thanks. Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Wed Aug 3 04:16:56 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=159394 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 05: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 275DA1065670 for ; Wed, 3 Aug 2011 05: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 E570B8FC13 for ; Wed, 3 Aug 2011 05: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 p735K9nW098227 for ; Wed, 3 Aug 2011 05: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 p735K9PJ098226; Wed, 3 Aug 2011 05:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 05:20:09 GMT Resent-Message-Id: <201108030520.p735K9PJ098226@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E41C9106564A for ; Wed, 3 Aug 2011 05:14:48 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id C3D5A8FC15 for ; Wed, 3 Aug 2011 05:14:48 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 678046F577A for ; Tue, 2 Aug 2011 22:14:48 -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 bxSmN-ZNGzc5 for ; Tue, 2 Aug 2011 22:14:48 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 42EE66F5776 for ; Tue, 2 Aug 2011 22:14:48 -0700 (PDT) Received: (nullmailer pid 41970 invoked by uid 1001); Wed, 03 Aug 2011 05:14:05 -0000 Message-Id: <1312348445.662207.41969.nullmailer@experts-exchange.com> Date: Tue, 02 Aug 2011 22:14:05 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159403: [patch][maintainer-update] devel/libvirt: update to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 05:20:10 -0000 >Number: 159403 >Category: ports >Synopsis: [patch][maintainer-update] devel/libvirt: update to 0.9.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 Aug 03 05:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to 0.9.5 Builds cleanly in Tinderbox files/patch-libvirtd.h (dead, fixed upstream) ====== This is again a fairly big release with more than 400 commits included, both new API, improvement and a large amount of fixes: Features: - bandwidth QoS control (Michal Privoznik) - Add new API virDomainBlockPull* (Adam Litke) - save: new API to manipulate save file images (Eric Blake) - CPU bandwidth limits support (Wen Congyang) - allow to send NMI and key event to guests (Lai Jiangshan) - new API virDomainUndefineFlags (Osier Yang) - Implement code to attach to external QEMU instances. (Daniel P. Berrange) - various missing python binding (Hu Tao and Lai Jiangshan) - bios: Add support for SGA (Michal Privoznik) >How-To-Repeat: >Fix: Index: libvirt/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- libvirt/Makefile 6 Jul 2011 22:34:54 -0000 1.6 +++ libvirt/Makefile 3 Aug 2011 04:26:57 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libvirt -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ Index: libvirt/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- libvirt/distinfo 6 Jul 2011 22:34:54 -0000 1.3 +++ libvirt/distinfo 3 Aug 2011 04:29:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (libvirt-0.9.3.tar.gz) = 4d673be9aa7b5618c0fef3cfdbbbeff02df1c83e26680fe40defad2b32a56ae3 -SIZE (libvirt-0.9.3.tar.gz) = 15958983 +SHA256 (libvirt-0.9.4.tar.gz) = e76c026646ae4885b162bf711b854f36195f93538d6fcbee48479c2354a342af +SIZE (libvirt-0.9.4.tar.gz) = 16643543 Index: libvirt/pkg-plist =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- libvirt/pkg-plist 10 Jun 2011 21:44:41 -0000 1.3 +++ libvirt/pkg-plist 26 Jul 2011 18:55:33 -0000 @@ -151,11 +151,13 @@ share/gtk-doc/html/libvirt/style.css share/gtk-doc/html/libvirt/up.png %%DATADIR%%/cpu_map.xml +%%DATADIR%%/schemas/basictypes.rng %%DATADIR%%/schemas/capability.rng %%DATADIR%%/schemas/domain.rng %%DATADIR%%/schemas/domainsnapshot.rng %%DATADIR%%/schemas/interface.rng %%DATADIR%%/schemas/network.rng +%%DATADIR%%/schemas/networkcommon.rng %%DATADIR%%/schemas/nodedev.rng %%DATADIR%%/schemas/nwfilter.rng %%DATADIR%%/schemas/secret.rng Index: libvirt/files/patch-libvirtd.h =================================================================== RCS file: libvirt/files/patch-libvirtd.h diff -N libvirt/files/patch-libvirtd.h --- libvirt/files/patch-libvirtd.h 6 Jul 2011 22:34:54 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,32 +0,0 @@ ---- ./daemon/libvirtd.h -+++ ./daemon/libvirtd.h -@@ -38,7 +38,9 @@ - # include "logging.h" - # include "threads.h" - # include "network.h" --# include "virnetsaslcontext.h" -+# if HAVE_SASL -+# include "virnetsaslcontext.h" -+# endif - # include "virnetserverprogram.h" - - # if WITH_DTRACE -@@ -70,7 +72,9 @@ struct daemonClientPrivate { - - int domainEventCallbackID[VIR_DOMAIN_EVENT_ID_LAST]; - -+# if HAVE_SASL - virNetSASLSessionPtr sasl; -+# endif - - /* This is only valid if a remote open call has been made on this - * connection, otherwise it will be NULL. Also if remote close is -@@ -81,7 +85,9 @@ struct daemonClientPrivate { - daemonClientStreamPtr streams; - }; - -+# if HAVE_SASL - extern virNetSASLContextPtr saslCtxt; -+# endif - extern virNetServerProgramPtr remoteProgram; - extern virNetServerProgramPtr qemuProgram; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 05:30:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 239B01065679 for ; Wed, 3 Aug 2011 05:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 16E808FC18 for ; Wed, 3 Aug 2011 05: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 p735UB6g006501 for ; Wed, 3 Aug 2011 05: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 p735UBmG006499; Wed, 3 Aug 2011 05:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 05:30:11 GMT Resent-Message-Id: <201108030530.p735UBmG006499@freefall.freebsd.org> 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 51F75106564A for ; Wed, 3 Aug 2011 05:22:12 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm10-vm0.bullet.mail.bf1.yahoo.com (nm10-vm0.bullet.mail.bf1.yahoo.com [98.139.213.147]) by mx1.freebsd.org (Postfix) with SMTP id BA8968FC0A for ; Wed, 3 Aug 2011 05:22:11 +0000 (UTC) Received: from [98.139.212.148] by nm10.bullet.mail.bf1.yahoo.com with NNFMP; 03 Aug 2011 05:22:10 -0000 Received: from [98.139.221.68] by tm5.bullet.mail.bf1.yahoo.com with NNFMP; 03 Aug 2011 05:22:10 -0000 Received: from [127.0.0.1] by smtp105.rog.mail.bf1.yahoo.com with NNFMP; 03 Aug 2011 05:22:10 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp105.rog.mail.bf1.yahoo.com with SMTP; 02 Aug 2011 22:22:09 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Wed, 03 Aug 2011 01:22:08 -0400 Message-Id: <832230.74034.bm@smtp105.rog.mail.bf1.yahoo.com> Date: Wed, 03 Aug 2011 01:22:08 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159404: Update Port: devel/libserver => 1.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 05:30:15 -0000 >Number: 159404 >Category: ports >Synopsis: Update Port: devel/libserver => 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 05: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 #11: Sat Jul 2 10:49:17 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- libserver.diff begins here --- diff -ruN /usr/ports/devel/libserver//Makefile ./libserver/Makefile --- /usr/ports/devel/libserver//Makefile 2011-05-23 23:11:11.000000000 -0400 +++ ./libserver/Makefile 2011-08-02 23:41:49.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libserver -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/devel/libserver//distinfo ./libserver/distinfo --- /usr/ports/devel/libserver//distinfo 2011-05-23 23:11:11.000000000 -0400 +++ ./libserver/distinfo 2011-08-03 01:15:37.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libserver-1.6.tar.gz) = b66632edf36a4a6b1e24690ad62a954431760cc426260bc0da7e291c76f6997f -SIZE (libserver-1.6.tar.gz) = 9872 +SHA256 (libserver-1.7.tar.gz) = 85df8af89fdc2733cd52a6f6de0399fd570c59a3d6aeac86426ea26c5915b125 +SIZE (libserver-1.7.tar.gz) = 9787 diff -ruN /usr/ports/devel/libserver//pkg-plist ./libserver/pkg-plist --- /usr/ports/devel/libserver//pkg-plist 2011-05-23 23:11:11.000000000 -0400 +++ ./libserver/pkg-plist 2011-08-02 23:41:40.000000000 -0400 @@ -1,3 +1,3 @@ include/server.h lib/libserver.so -lib/libserver.so.1.6 +lib/libserver.so.1.7 --- libserver.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 05:30:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 992AB106567E for ; Wed, 3 Aug 2011 05:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1D28FC1A for ; Wed, 3 Aug 2011 05: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 p735UC2G006526 for ; Wed, 3 Aug 2011 05: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 p735UCAp006524; Wed, 3 Aug 2011 05:30:12 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 05:30:12 GMT Resent-Message-Id: <201108030530.p735UCAp006524@freefall.freebsd.org> 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 386B7106566B for ; Wed, 3 Aug 2011 05:22:59 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm28-vm0.bullet.mail.bf1.yahoo.com (nm28-vm0.bullet.mail.bf1.yahoo.com [98.139.213.149]) by mx1.freebsd.org (Postfix) with SMTP id DEDE48FC15 for ; Wed, 3 Aug 2011 05:22:58 +0000 (UTC) Received: from [98.139.212.151] by nm28.bullet.mail.bf1.yahoo.com with NNFMP; 03 Aug 2011 05:22:58 -0000 Received: from [98.139.221.67] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 03 Aug 2011 05:22:58 -0000 Received: from [127.0.0.1] by smtp104.rog.mail.bf1.yahoo.com with NNFMP; 03 Aug 2011 05:22:58 -0000 Received: from localhost (jimmy@99.255.2.249 with login) by smtp104.rog.mail.bf1.yahoo.com with SMTP; 02 Aug 2011 22:22:57 -0700 PDT Received: by localhost (sSMTP sendmail emulation); Wed, 03 Aug 2011 01:22:56 -0400 Message-Id: <369287.76142.bm@smtp104.rog.mail.bf1.yahoo.com> Date: Wed, 03 Aug 2011 01:22:56 -0400 From: "Charlie &" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159405: Update Port: devel/libdombey => 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 05:30:15 -0000 >Number: 159405 >Category: ports >Synopsis: Update Port: devel/libdombey => 1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 05: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 #11: Sat Jul 2 10:49:17 EDT 2011 jbailie@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- libdombey.diff begins here --- diff -ruN /usr/ports/devel/libdombey/Makefile ./libdombey/Makefile --- /usr/ports/devel/libdombey/Makefile 2011-05-23 23:10:06.000000000 -0400 +++ ./libdombey/Makefile 2011-08-02 23:41:22.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libdombey -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/devel/libdombey/distinfo ./libdombey/distinfo --- /usr/ports/devel/libdombey/distinfo 2011-05-23 23:10:06.000000000 -0400 +++ ./libdombey/distinfo 2011-08-03 01:16:26.000000000 -0400 @@ -1,2 +1,2 @@ -SHA256 (libdombey-1.8.tar.gz) = 06c38603eccacfcd0252e89a466145bf268be33199d2b6388a4e177844ce1b6d -SIZE (libdombey-1.8.tar.gz) = 13752 +SHA256 (libdombey-1.9.tar.gz) = 6fb445c222b0a29a363125599b19e1f31ea43f53ef09ed733bbf0d0b0150805d +SIZE (libdombey-1.9.tar.gz) = 13675 diff -ruN /usr/ports/devel/libdombey/pkg-plist ./libdombey/pkg-plist --- /usr/ports/devel/libdombey/pkg-plist 2011-05-23 23:10:06.000000000 -0400 +++ ./libdombey/pkg-plist 2011-08-02 23:41:11.000000000 -0400 @@ -1,3 +1,3 @@ include/dombey.h lib/libdombey.so -lib/libdombey.so.1.8 +lib/libdombey.so.1.9 --- libdombey.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 05: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 89CF3106566B; Wed, 3 Aug 2011 05: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 61EC58FC0C; Wed, 3 Aug 2011 05:30:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p735UQaY007386; Wed, 3 Aug 2011 05:30:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p735UQMU007378; Wed, 3 Aug 2011 05:30:26 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 05:30:26 GMT Message-Id: <201108030530.p735UQMU007378@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159404: Update Port: devel/libserver => 1.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: Wed, 03 Aug 2011 05:30:26 -0000 Synopsis: Update Port: devel/libserver => 1.7 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 05:30:25 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159404 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 05:30:35 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01793106566B; Wed, 3 Aug 2011 05:30:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CDA8F8FC14; Wed, 3 Aug 2011 05:30:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p735UYAi008151; Wed, 3 Aug 2011 05:30:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p735UYQn008140; Wed, 3 Aug 2011 05:30:34 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 05:30:34 GMT Message-Id: <201108030530.p735UYQn008140@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159405: Update Port: devel/libdombey => 1.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 05:30:35 -0000 Synopsis: Update Port: devel/libdombey => 1.9 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 05:30:34 UTC 2011 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159405 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 05: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 47405106566B for ; Wed, 3 Aug 2011 05: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 132148FC13 for ; Wed, 3 Aug 2011 05: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 p735e8vF017592 for ; Wed, 3 Aug 2011 05: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 p735e8Yl017591; Wed, 3 Aug 2011 05:40:08 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 05:40:08 GMT Message-Id: <201108030540.p735e8Yl017591@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jason Helfman" Cc: Subject: Re: ports/159403: [patch][maintainer-update] devel/libvirt: update to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 05:40:09 -0000 The following reply was made to PR ports/159403; it has been noted by GNATS. From: "Jason Helfman" To: bug-followup@freebsd.org Cc: Subject: Re: ports/159403: [patch][maintainer-update] devel/libvirt: update to 0.9.4 Date: Tue, 2 Aug 2011 22:22:51 -0700 For consistency, Description should read: Update to 0.9.4 -jgh From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 06: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 9BE9E1065674 for ; Wed, 3 Aug 2011 06: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 55F278FC16 for ; Wed, 3 Aug 2011 06: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 p736e9j8072855 for ; Wed, 3 Aug 2011 06: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 p736e90v072854; Wed, 3 Aug 2011 06:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 06:40:09 GMT Resent-Message-Id: <201108030640.p736e90v072854@freefall.freebsd.org> 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 4EF6B106566B for ; Wed, 3 Aug 2011 06:34:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3E76D8FC0A for ; Wed, 3 Aug 2011 06:34:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p736YZxd045293 for ; Wed, 3 Aug 2011 06:34:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p736YYIQ045276; Wed, 3 Aug 2011 06:34:34 GMT (envelope-from nobody) Message-Id: <201108030634.p736YYIQ045276@red.freebsd.org> Date: Wed, 3 Aug 2011 06:34:34 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159406: [maintainer] [patch] math/scilab Fix build on 8-stable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 06:40:09 -0000 >Number: 159406 >Category: ports >Synopsis: [maintainer] [patch] math/scilab Fix build on 8-stable >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 Aug 03 06:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rob Farmer >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD turquoise.predatorlabs.net 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224615: Tue Aug 2 14:55:32 PDT 2011 rfarmer@turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE amd64 >Description: Fix bashism in the configure script that works on FreeBSD 9 but not 8 (or presumably 7). >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/scilab/Makefile,v retrieving revision 1.79 diff -u -r1.79 Makefile --- Makefile 28 Jul 2011 18:07:09 -0000 1.79 +++ Makefile 3 Aug 2011 06:03:49 -0000 @@ -188,6 +188,8 @@ @${REINPLACE_CMD} -e 's|-ldl | |' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lumfpack|-lumfpack -lamd -lcholmod -lcolamd $$BLAS_LIBS $$LAPACK_LIBS|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|TCLTK_LIBS=" -ldl"|TCLTK_LIBS=" "|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|"x=" ==|"x" =|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|"x" ==|"x" =|g' ${WRKSRC}/configure @# Build fixes @${REINPLACE_CMD} -e 's|$$(CFLAGS:-O%=)|-I${LOCALBASE}/include -L${LOCALBASE}/lib|' ${WRKSRC}/modules/elementary_functions/Makefile.in @${REINPLACE_CMD} -e 's|freebsd|__FreeBSD__|g' ${WRKSRC}/modules/sparse/includes/spConfig.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 06:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3159106566B for ; Wed, 3 Aug 2011 06: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 CC9108FC12 for ; Wed, 3 Aug 2011 06: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 p736e9F5072864 for ; Wed, 3 Aug 2011 06: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 p736e99X072863; Wed, 3 Aug 2011 06:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 06:40:09 GMT Resent-Message-Id: <201108030640.p736e99X072863@freefall.freebsd.org> 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 Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69470106566C for ; Wed, 3 Aug 2011 06:35:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6EF8FC16 for ; Wed, 3 Aug 2011 06:35:16 +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 p736ZGGu054157 for ; Wed, 3 Aug 2011 06:35:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p736ZFHe054153; Wed, 3 Aug 2011 06:35:15 GMT (envelope-from nobody) Message-Id: <201108030635.p736ZFHe054153@red.freebsd.org> Date: Wed, 3 Aug 2011 06:35:15 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159407: [ERROR] cannot portupgrade java/netbeans X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 06:40:10 -0000 >Number: 159407 >Category: ports >Synopsis: [ERROR] cannot portupgrade java/netbeans >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 Aug 03 06:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.2-STABLE >Organization: Technica-03, Inc. >Environment: FreeBSD datacenter.technica-03.local 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Aug 1 14:00:04 EEST 2011 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64 amd64 >Description: # portupgrade netb\* ---> Upgrading 'netbeans-7.0' to 'netbeans-7.0_1' (java/netbeans) ---> Building '/usr/ports/java/netbeans' ===> Cleaning for netbeans-7.0_1 ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for netbeans-7.0_1 => SHA256 Checksum OK for netbeans-7.0-201104080000-ml.zip. ===> netbeans-7.0_1 depends on file: /usr/local/bin/unzip - found ===> Patching for netbeans-7.0_1 ===> Applying FreeBSD patches for netbeans-7.0_1 ===> Configuring for netbeans-7.0_1 ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'netbeans-7.0' pkg_delete: '/usr/local/netbeans-7.0/etc/netbeans.conf' fails original MD5 checksum - deleted anyway. pkg_delete: unable to completely remove directory '/usr/local/netbeans-7.0/profiler/lib/deployed/jdk16' pkg_delete: unable to completely remove directory '/usr/local/netbeans-7.0/profiler/lib/deployed/jdk15' pkg_delete: unable to completely remove directory '/usr/local/netbeans-7.0/profiler/lib/deployed' pkg_delete: unable to completely remove directory '/usr/local/netbeans-7.0/profiler/lib' pkg_delete: unable to completely remove directory '/usr/local/netbeans-7.0/profiler' pkg_delete: unable to completely remove directory '/usr/local/netbeans-7.0' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) [Updating the pkgdb in /var/db/pkg ... - 1153 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for netbeans-7.0_1 ===> netbeans-7.0_1 depends on file: /usr/local/jdk1.6.0/bin/java - found ===> Generating temporary packing list ===> Checking if java/netbeans already installed chmod: /usr/local/netbeans-7.0/java/maven/bin/mv: No such file or directory *** Error code 1 Stop in /usr/ports/java/netbeans. *** Error code 1 Stop in /usr/ports/java/netbeans. ** Command failed [exit code 1]: /usr/bin/script -qa /var/tmp/portupgrade20110803-77227-ik6ngq-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=netbeans-7.0 UPGRADE_PORT_VER=7.0 make reinstall ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 1154 packages found (-0 +1) . done] ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! java/netbeans (netbeans-7.0) (install error) >How-To-Repeat: >Fix: Fix /usr/ports/java/netbeans/Makefile -@${CHMOD} ${BINMODE} ${DATADIR}/java/maven/bin/mv +@${CHMOD} ${BINMODE} ${DATADIR}/java/maven/bin/mvn >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 06: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 4E9B91065676; Wed, 3 Aug 2011 06: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 268988FC1C; Wed, 3 Aug 2011 06:40:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p736eQUp073330; Wed, 3 Aug 2011 06:40:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p736ePYX073321; Wed, 3 Aug 2011 06:40:26 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 06:40:26 GMT Message-Id: <201108030640.p736ePYX073321@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159407: [ERROR] cannot portupgrade java/netbeans X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 06:40:26 -0000 Synopsis: [ERROR] cannot portupgrade java/netbeans Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 06:40:25 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159407 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 07: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 E8D4E106564A for ; Wed, 3 Aug 2011 07: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 BE5868FC08 for ; Wed, 3 Aug 2011 07: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 p737eAxA053071 for ; Wed, 3 Aug 2011 07: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 p737eAoi053070; Wed, 3 Aug 2011 07:40:10 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 07:40:10 GMT Message-Id: <201108030740.p737eAoi053070@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Cc: Subject: Re: ports/158445: Update port: sysutils/eiciel to 0.9.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 07:40:11 -0000 The following reply was made to PR ports/158445; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158445: Update port: sysutils/eiciel to 0.9.8.1 Date: Wed, 3 Aug 2011 16:30:06 +0900 Remake of the patch against current tree. diff -urN /usr/ports/sysutils/eiciel/Makefile sysutils/eiciel/Makefile --- /usr/ports/sysutils/eiciel/Makefile 2011-08-03 15:47:58.000000000 +0900 +++ sysutils/eiciel/Makefile 2011-08-03 15:49:00.000000000 +0900 @@ -6,32 +6,33 @@ # PORTNAME= eiciel -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.8.1 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME-based ACL editor, with integration into Nautilus -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui +USE_GNOME= gnomehack gnomeprefix intlhack libgnome nautilus2 USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-gnome-version=2 \ + --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 MAKE_JOBS_SAFE= yes MAN1= eiciel.1 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + post-install: @${CAT} ${PKGMESSAGE} diff -urN /usr/ports/sysutils/eiciel/distinfo sysutils/eiciel/distinfo --- /usr/ports/sysutils/eiciel/distinfo 2011-03-20 02:52:38.000000000 +0900 +++ sysutils/eiciel/distinfo 2011-05-16 16:14:41.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (eiciel-0.9.8.tar.bz2) = 911f331ed152b354fdb61297393c6f18780b54f9f0b274c29a137c0ec8c1a747 -SIZE (eiciel-0.9.8.tar.bz2) = 593641 +SHA256 (eiciel-0.9.8.1.tar.bz2) = 1e0e16e624235d4e93770146fec3665d362421f277322fd50b02c33d774e6b8a +SIZE (eiciel-0.9.8.1.tar.bz2) = 617663 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 07:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF211065670 for ; Wed, 3 Aug 2011 07:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52C308FC0C for ; Wed, 3 Aug 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 p737eDZG053086 for ; Wed, 3 Aug 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 p737eDXP053085; Wed, 3 Aug 2011 07:40:13 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 07:40:13 GMT Message-Id: <201108030740.p737eDXP053085@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Cc: Subject: Re: ports/158454: Update port: devel/avra to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 07:40:13 -0000 The following reply was made to PR ports/158454; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158454: Update port: devel/avra to 1.3.0 Date: Wed, 3 Aug 2011 16:30:09 +0900 Remake of the patch against current tree. diff -urN /usr/ports/devel/avra/Makefile devel/avra/Makefile --- /usr/ports/devel/avra/Makefile 2011-08-03 15:22:58.000000000 +0900 +++ devel/avra/Makefile 2011-08-03 15:27:42.000000000 +0900 @@ -6,29 +6,36 @@ # PORTNAME= avra -PORTVERSION= 1.2.1 -DISTVERSIONSUFFIX= -src -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= aldis@bsdroot.lv COMMENT= Macro Assembler for Atmel AVR microcontrollers -WRKSRC= ${WRKDIR} -USE_AUTOTOOLS= aclocal autoconf automake -AUTOMAKE_ARGS= -a +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -PORTDOCS= README +WRKSRC= ${WRKDIR}/${DISTNAME}/src -# Install the Avra README file as docs +USE_BZIP2= yes +USE_GMAKE= yes +MAKEFILE= ${WRKSRC}/makefiles/Makefile.linux +MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" + +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/avra -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/avra ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + @(cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/../examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .include diff -urN /usr/ports/devel/avra/distinfo devel/avra/distinfo --- /usr/ports/devel/avra/distinfo 2011-07-04 01:56:59.000000000 +0900 +++ devel/avra/distinfo 2011-04-15 04:26:58.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (avra-1.2.1-src.tar.gz) = fe22468ec74ffbd97dcac4de8ba7291dcebd0fcca72baf085746e1930de5c09f -SIZE (avra-1.2.1-src.tar.gz) = 108243 +SHA256 (avra-1.3.0.tar.bz2) = a62cbf8662caf9cc4e75da6c634efce402778639202a65eb2d149002c1049712 +SIZE (avra-1.3.0.tar.bz2) = 314903 diff -urN /usr/ports/devel/avra/pkg-plist devel/avra/pkg-plist --- /usr/ports/devel/avra/pkg-plist 2009-12-11 16:14:14.000000000 +0900 +++ devel/avra/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/avra -share/nls/POSIX -share/nls/en_US.US-ASCII From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 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 0B29C106564A for ; Wed, 3 Aug 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 D6C098FC14 for ; Wed, 3 Aug 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 p737eD7s053098 for ; Wed, 3 Aug 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 p737eDG7053097; Wed, 3 Aug 2011 07:40:13 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 07:40:13 GMT Resent-Message-Id: <201108030740.p737eDG7053097@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Luckie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13BA11065678 for ; Wed, 3 Aug 2011 07:36:45 +0000 (UTC) (envelope-from mjl@luckie.org.nz) Received: from mailfilter9.ihug.co.nz (mailfilter9.ihug.co.nz [203.109.136.9]) by mx1.freebsd.org (Postfix) with ESMTP id DC7B58FC15 for ; Wed, 3 Aug 2011 07:36:42 +0000 (UTC) Received: from 118-92-64-176.dsl.dyn.ihug.co.nz (HELO spandex.luckie.org.nz) ([118.92.64.176]) by cust.filter6.content.vf.net.nz with ESMTP/TLS/DHE-RSA-AES256-SHA; 03 Aug 2011 19:07:09 +1200 Received: from mylar.luckie.org.nz ([192.168.1.24]) by spandex.luckie.org.nz with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QoVXp-000H2k-Tr for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Aug 2011 19:07:09 +1200 Received: from mjl by mylar.luckie.org.nz with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QoVXx-0002U9-Lv for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Aug 2011 19:07:17 +1200 Message-Id: Date: Wed, 03 Aug 2011 19:07:17 +1200 From: Matthew Luckie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159408: [patch] update net/scamper to 20110803 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Luckie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 07:40:14 -0000 >Number: 159408 >Category: ports >Synopsis: [patch] update net/scamper to 20110803 >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 Aug 03 07:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Luckie >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD mylar.luckie.org.nz 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Mon Feb 28 13:21:58 NZDT 2011 root@mylar.luckie.org.nz:/usr/obj/usr/src/sys/mylar i386 >Description: Update net/scamper to 20110803. * fix scamper man page to say -d can be used to set the ICMP checksum value in Paris traceroute. noticed by Alistair. * add scamper_addr_netaddr, a routine to mask the network portion of an IP address in a scamper_addr_t. * fix scamper's ping to actually set the tos byte that is passed in. noticed by Alistair. * fix scamper's ping to record ICMPv6 PTB messages. * fix the result code set on sniff tasks when a sniff task is halted. * fix compiler warnings >How-To-Repeat: >Fix: --- patch-scamper-20110803 begins here --- diff -uNr scamper/Makefile scamper-new/Makefile --- scamper/Makefile 2011-07-03 19:01:05.000000000 +1200 +++ scamper-new/Makefile 2011-08-03 18:49:28.000000000 +1200 @@ -6,7 +6,7 @@ # PORTNAME= scamper -PORTVERSION= 20110623 +PORTVERSION= 20110803 CATEGORIES= net ipv6 MASTER_SITES= http://www.wand.net.nz/scamper/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} diff -uNr scamper/distinfo scamper-new/distinfo --- scamper/distinfo 2011-07-03 19:01:05.000000000 +1200 +++ scamper-new/distinfo 2011-08-03 18:49:42.000000000 +1200 @@ -1,2 +1,2 @@ -SHA256 (scamper-cvs-20110623.tar.gz) = 948657dbec28ad8a643171b0f4aceab4009b6d4000422a6155388923fbfcdd2c -SIZE (scamper-cvs-20110623.tar.gz) = 1097477 +SHA256 (scamper-cvs-20110803.tar.gz) = 36cbc22aa9a65c1da72835a9ea3fee7cc907c082ced7e6e0f7c303eb07787978 +SIZE (scamper-cvs-20110803.tar.gz) = 1097746 --- patch-scamper-20110803 ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 07: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 80794106566B for ; Wed, 3 Aug 2011 07:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC9C8FC08 for ; Wed, 3 Aug 2011 07: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 p737oAb5062212 for ; Wed, 3 Aug 2011 07: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 p737oAXb062211; Wed, 3 Aug 2011 07:50:10 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 07:50:10 GMT Message-Id: <201108030750.p737oAXb062211@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: KATO Tsuguru Cc: Subject: Re: ports/158477: Update port: japanese/today to 2.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 07:50:10 -0000 The following reply was made to PR ports/158477; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/158477: Update port: japanese/today to 2.12 Date: Wed, 3 Aug 2011 16:45:05 +0900 Remake of the patch against current tree. diff -urN /usr/ports/japanese/today/Makefile japanese/today/Makefile --- /usr/ports/japanese/today/Makefile 2011-06-16 20:14:47.000000000 +0900 +++ japanese/today/Makefile 2011-08-03 16:39:14.000000000 +0900 @@ -6,9 +6,9 @@ # PORTNAME= today -PORTVERSION= 2.11a +PORTVERSION= 2.12 CATEGORIES= japanese games -MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/personal/calendar/today/ +MASTER_SITES= http://ftp.vector.co.jp/pack/dos/personal/calendar/today/ DISTNAME= ja-${PORTNAME}-${PORTVERSION} DISTFILES= td${PORTVERSION:S/.//}s.lzh \ td${PORTVERSION:S/.//}m.lzh @@ -16,9 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tells you what day today is -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha \ nkf:${PORTSDIR}/japanese/nkf @@ -28,25 +25,29 @@ NO_WRKSUBDIR= yes +MAKEFILE= ${FILESDIR}/Makefile + post-extract: + @(cd ${WRKSRC}; lha xiqf utility.lzh src/dayinfo.c ) @${ECHO_MSG} "===> Extracting tbl file for ${DISTNAME}" @(cd ${WRKSRC}; lha xqf tbl.lzh ) @${ECHO_MSG} "===> Converting Kanji code for ${DISTNAME}" @(cd ${WRKSRC}; \ for i in *.c *.h *.doc *.cnf birthday.tbl event*.tbl flower.tbl \ - gengo.tbl hist??.tbl history.tbl holiday.tbl magazine.tbl \ - monthly.tbl schedule.tbl suffix.tbl week.tbl; \ + gengo.tbl hist??.tbl history.tbl holiday.tbl magazine.tbl \ + monthly.tbl schedule.tbl suffix.tbl week.tbl; \ do \ ${SED} 's/.$$//' $$i | nkf -Se > $$i.tmp ;\ ${MV} -f $$i.tmp $$i ; \ done) - @(cd ${WRKSRC}; lha xiqf utility.lzh src/dayinfo.c ) - -pre-patch: - @${ECHO_MSG} "===> Installing custom Makefile for ${DISTNAME}" - @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.cnf + @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/*.cnf + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/today.doc ${DOCSDIR} +.endif .include diff -urN /usr/ports/japanese/today/distinfo japanese/today/distinfo --- /usr/ports/japanese/today/distinfo 2011-03-19 09:27:12.000000000 +0900 +++ japanese/today/distinfo 2011-04-16 21:13:50.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (td211as.lzh) = e597849a8f1f5ceb88aefe41b869fa0fa97083d6075a8efbffda1a9bce5d0be6 -SIZE (td211as.lzh) = 180925 -SHA256 (td211am.lzh) = c55a73d76eac8b03e21bbb2fc94f0a5cebcfe2482feefe2372e119b4367b627e -SIZE (td211am.lzh) = 380771 +SHA256 (td212s.lzh) = 3dc22910825e9be0cb71957265a0d8cc8369c392f9f7c12923f4a863b38c8ed0 +SIZE (td212s.lzh) = 208034 +SHA256 (td212m.lzh) = f10908f2a15c45f6549173224626f478893f420aa64c30e90ac1b5b419b01f06 +SIZE (td212m.lzh) = 463411 diff -urN /usr/ports/japanese/today/files/Makefile japanese/today/files/Makefile --- /usr/ports/japanese/today/files/Makefile 2000-02-22 02:05:49.000000000 +0900 +++ japanese/today/files/Makefile 2011-06-28 23:56:11.000000000 +0900 @@ -4,7 +4,7 @@ # $FreeBSD: ports/japanese/today/files/Makefile,v 1.4 2000/02/21 17:05:49 taoka Exp $ CC ?= cc -CFLAGS += -DTRANS -DMSG_STYLE -DINTERNAL_KYUREKI_TBL -D_T_SEARCH_CMDPATH=\"${PREFIX}/etc\" #-DUSE_TERMCAP +CFLAGS += -DTRANS -DMSG_STYLE -DINTERNAL_KYUREKI_TBL -D_T_SEARCH_DEFPATHS=\"${PREFIX}/etc\" #-DUSE_TERMCAP LDLIBS = -lm #-ltermcap HFILES = cdefs.h chu68k.h cmsdos.h cunix.h cwin32.h extern.h @@ -29,8 +29,8 @@ ${BSD_INSTALL_DATA} today.cnf ${PREFIX}/etc mkdir -p ${PREFIX}/share/today ${BSD_INSTALL_DATA} *.tbl ${PREFIX}/share/today - mkdir -p ${PREFIX}/share/doc/ja/today - ${BSD_INSTALL_DATA} today.doc ${PREFIX}/share/doc/ja/today +# mkdir -p ${PREFIX}/share/doc/ja/today +# ${BSD_INSTALL_DATA} today.doc ${PREFIX}/share/doc/ja/today calendar: $(OBJS_CAL) $(CC) $(OBJS_CAL) $(LDLIBS) -o $@ diff -urN /usr/ports/japanese/today/files/patch-ai japanese/today/files/patch-ai --- /usr/ports/japanese/today/files/patch-ai 2000-02-22 02:05:56.000000000 +0900 +++ japanese/today/files/patch-ai 2011-04-16 21:25:18.000000000 +0900 @@ -1,6 +1,6 @@ ---- today.cnf.orig Sun Mar 14 00:00:00 1999 -+++ today.cnf Sun Feb 13 15:59:51 2000 -@@ -182,10 +182,10 @@ +--- today.cnf.orig 2011-04-16 21:23:23.000000000 +0900 ++++ today.cnf 2011-04-16 21:25:05.000000000 +0900 +@@ -200,10 +200,10 @@ # pager = # $B30It%Z!<%8%c!<$N;XDj(B # $B;XDj$7$J$1$l$P!"FbB"%Z!<%8%c!<;HMQ(B @@ -12,13 +12,13 @@ +pause_last = no # $BFbB"%Z!<%8%c!<(B $BI=<(=*N;8e0l;~Dd;_@)8f(B # yes $B0l;~Dd;_(B # *no $BDd;_$7$J$$(B - outputfile = %c%y%m%d.tdy # $B=PNO%U%!%$%kL>(B ($BC^L+YD(B:%c%y%m%d.tdy/%p.tdy) -@@ -369,7 +369,7 @@ + outputfile = %c%y%m%d.tdy # $B=PNO%U%!%$%kL>(B ($B%G%U%)%k%H(B:%c%y%m%d.tdy/%p.tdy) +@@ -404,7 +404,7 @@ # $common # $B0J9_(B $B6&DL4D6-Dj5AIt(B --#table_path = c:/bin/tbl # $B3F%F!<%V%k$N8!:w%Q%9L>(B -+table_path = %%PREFIX%%/share/today # $B3F%F!<%V%k$N8!:w%Q%9L>(B +-table_path = %ExecCmdPath%/tbl # $B3F%F!<%V%k$N8!:w%Q%9L>(B ++table_path = %%DATADIR%% # $B3F%F!<%V%k$N8!:w%Q%9L>(B # ';' $B$G6h@Z$jJ#?t;XDj2DG=(B - # $BL$Dj5A$N>l9g!"4D6-JQ?t(B TODAYTBL $B$N>l=j(B - + # $BL$Dj5A$N>l9g!"4D6-JQ?t(B TODAYTBL $B$N>l(B + # diff -urN /usr/ports/japanese/today/files/patch-al japanese/today/files/patch-al --- /usr/ports/japanese/today/files/patch-al 2000-02-22 02:05:57.000000000 +0900 +++ japanese/today/files/patch-al 2011-04-16 21:49:36.000000000 +0900 @@ -1,22 +1,21 @@ ---- cunix.h.orig Tue Feb 15 03:17:23 2000 -+++ cunix.h Sun Feb 13 16:38:34 2000 -@@ -38,7 +38,9 @@ - #define _T_FPBUFSIZE (64 * 1024) /* fopen $B%P%C%U%!D9(B */ - #define _T_TMPENV "temp" /* temporary $B4D6-JQ?tL>(B */ - #define _T_TMPDIR "/tmp" /* temporary directory */ --#define _T_SEARCH_CMDPATH "/usr/local/lib:/usr/lib" -+#ifndef _T_SEARCH_CMDPATH -+#define _T_SEARCH_CMDPATH "/usr/local/etc" +--- cunix.h.orig 2011-04-16 21:25:44.000000000 +0900 ++++ cunix.h 2011-04-16 21:27:40.000000000 +0900 +@@ -40,7 +40,9 @@ + #define _T_TMPENV "TEMP" /* temporary $B4D6-JQ?tL>(B */ + #define _T_TMPENV2 "TMPDIR" /* temporary $B4D6-JQ?tL>(B */ + #define _T_TMPDIR "/tmp" /* temporary directory */ ++#if 0 + #define _T_SEARCH_DEFPATHS "/usr/local/lib/today:/opt/local/lib/today:/usr/local/share/today:/opt/local/share/today:/usr/lib/today:/opt/lib/today:/usr/share/today:/opt/share/today:/usr/local/lib:/opt/local/lib:/usr/lib:/opt/lib" +#endif - #define _T_HOMEENV "HOME" /* home $B4D6-JQ?t(B */ - #define _T_PATHSEPARATOR ":" /* path list separator char */ - #define _T_PATHSEP_CHR ':' /* path list separator char */ -@@ -53,7 +55,7 @@ + /* default search path list */ + #define _T_HOMEENV "HOME" /* home $B4D6-JQ?t(B */ + #define _T_PATHENV "PATH" /* path $B4D6-JQ?tL>(B */ +@@ -60,7 +62,7 @@ #define _T_OUTFILE_DEFAULT "%c%y%m%d.today" #define _T_OUTFILE_TMPNAME "%p.today" -#if defined(linux) +#if defined(linux) || defined(__FreeBSD__) - #define _T_ACCESS_ROK R_OK - #define strnicmp strncasecmp - #else + #define _T_ACCESS_ROK R_OK + #define _T_HAVE_STRTOK_R + #define stricmp(a,b) strcasecmp(a,b) diff -urN /usr/ports/japanese/today/pkg-descr japanese/today/pkg-descr --- /usr/ports/japanese/today/pkg-descr 1996-10-19 00:04:50.000000000 +0900 +++ japanese/today/pkg-descr 2011-04-16 21:31:01.000000000 +0900 @@ -7,3 +7,5 @@ Of course, it may not know about all the important dates. Also, it will also display your birthday, assuming you registered it. This version also has a simple scheduler. + +WWW: http://www.vector.co.jp/soft/dos/personal/se002657.html diff -urN /usr/ports/japanese/today/pkg-plist japanese/today/pkg-plist --- /usr/ports/japanese/today/pkg-plist 2000-02-22 02:05:58.000000000 +0900 +++ japanese/today/pkg-plist 2011-04-16 21:18:39.000000000 +0900 @@ -2,42 +2,42 @@ bin/calendar-today bin/dayinfo etc/today.cnf -share/doc/ja/today/today.doc -share/today/birthday.tbl -share/today/event01.tbl -share/today/event02.tbl -share/today/event03.tbl -share/today/event04.tbl -share/today/event05.tbl -share/today/event06.tbl -share/today/event07.tbl -share/today/event08.tbl -share/today/event09.tbl -share/today/event10.tbl -share/today/event11.tbl -share/today/event12.tbl -share/today/flower.tbl -share/today/gengo.tbl -share/today/hist01.tbl -share/today/hist02.tbl -share/today/hist03.tbl -share/today/hist04.tbl -share/today/hist05.tbl -share/today/hist06.tbl -share/today/hist07.tbl -share/today/hist08.tbl -share/today/hist09.tbl -share/today/hist10.tbl -share/today/hist11.tbl -share/today/hist12.tbl -share/today/history.tbl -share/today/holiday.tbl -share/today/kyureki.tbl -share/today/magazine.tbl -share/today/monthly.tbl -share/today/schedule.tbl -share/today/sekki.tbl -share/today/suffix.tbl -share/today/week.tbl -@dirrm share/today -@dirrm share/doc/ja/today +%%PORTDOCS%%%%DOCSDIR%%/today.doc +%%DATADIR%%/birthday.tbl +%%DATADIR%%/event01.tbl +%%DATADIR%%/event02.tbl +%%DATADIR%%/event03.tbl +%%DATADIR%%/event04.tbl +%%DATADIR%%/event05.tbl +%%DATADIR%%/event06.tbl +%%DATADIR%%/event07.tbl +%%DATADIR%%/event08.tbl +%%DATADIR%%/event09.tbl +%%DATADIR%%/event10.tbl +%%DATADIR%%/event11.tbl +%%DATADIR%%/event12.tbl +%%DATADIR%%/flower.tbl +%%DATADIR%%/gengo.tbl +%%DATADIR%%/hist01.tbl +%%DATADIR%%/hist02.tbl +%%DATADIR%%/hist03.tbl +%%DATADIR%%/hist04.tbl +%%DATADIR%%/hist05.tbl +%%DATADIR%%/hist06.tbl +%%DATADIR%%/hist07.tbl +%%DATADIR%%/hist08.tbl +%%DATADIR%%/hist09.tbl +%%DATADIR%%/hist10.tbl +%%DATADIR%%/hist11.tbl +%%DATADIR%%/hist12.tbl +%%DATADIR%%/history.tbl +%%DATADIR%%/holiday.tbl +%%DATADIR%%/kyureki.tbl +%%DATADIR%%/magazine.tbl +%%DATADIR%%/monthly.tbl +%%DATADIR%%/schedule.tbl +%%DATADIR%%/sekki.tbl +%%DATADIR%%/suffix.tbl +%%DATADIR%%/week.tbl +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 08:03: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 AB32C106566B; Wed, 3 Aug 2011 08:03: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 8336A8FC0A; Wed, 3 Aug 2011 08:03: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 p7383HvZ079477; Wed, 3 Aug 2011 08:03:17 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7383HEV079473; Wed, 3 Aug 2011 08:03:17 GMT (envelope-from culot) Date: Wed, 3 Aug 2011 08:03:17 GMT Message-Id: <201108030803.p7383HEV079473@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/158454: Update port: devel/avra to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 08:03:17 -0000 Synopsis: Update port: devel/avra to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Aug 3 08:03:17 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=158454 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 08:38:49 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF008106564A; Wed, 3 Aug 2011 08:38:49 +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 973738FC12; Wed, 3 Aug 2011 08:38:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p738cnMj012791; Wed, 3 Aug 2011 08:38:49 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p738cnqF012787; Wed, 3 Aug 2011 08:38:49 GMT (envelope-from culot) Date: Wed, 3 Aug 2011 08:38:49 GMT Message-Id: <201108030838.p738cnqF012787@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159408: [patch] update net/scamper to 20110803 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 08:38:49 -0000 Synopsis: [patch] update net/scamper to 20110803 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Aug 3 08:38:49 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159408 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 08:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1884C1065674 for ; Wed, 3 Aug 2011 08:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1D3E8FC0C for ; Wed, 3 Aug 2011 08:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p738o725021651 for ; Wed, 3 Aug 2011 08:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p738o70a021650; Wed, 3 Aug 2011 08:50:07 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 08:50:07 GMT Resent-Message-Id: <201108030850.p738o70a021650@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ychsiao Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DBCA106564A for ; Wed, 3 Aug 2011 08:41:20 +0000 (UTC) (envelope-from ychsiao@FreeBSD.stu.edu.tw) Received: from FreeBSD.stu.edu.tw (FreeBSD.stu.edu.tw [IPv6:2001:e10:c41:eeee::3]) by mx1.freebsd.org (Postfix) with ESMTP id 20F668FC0C for ; Wed, 3 Aug 2011 08:41:18 +0000 (UTC) Received: by FreeBSD.stu.edu.tw (Postfix, from userid 1000) id 0593230E035; Wed, 3 Aug 2011 16:41:17 +0800 (CST) Message-Id: <20110803084117.0593230E035@FreeBSD.stu.edu.tw> Date: Wed, 3 Aug 2011 16:41:17 +0800 (CST) From: ychsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: peter.schuller@infidyne.com Subject: ports/159409: [PATCH] devel/py-boto: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 08:50:08 -0000 >Number: 159409 >Category: ports >Synopsis: [PATCH] devel/py-boto: update to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 08:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: ychsiao >Release: FreeBSD 8.2-RELEASE-p1 amd64 >Organization: Shu-Te University >Environment: System: FreeBSD FreeBSD.stu.edu.tw 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Mon May 2 22:39:45 CST >Description: - Update to 2.0 Port maintainer (peter.schuller@infidyne.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py26-boto-2.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-boto/Makefile /home/ychsiao/project/py-boto/Makefile --- /usr/ports/devel/py-boto/Makefile 2011-02-08 12:01:29.000000000 +0800 +++ /home/ychsiao/project/py-boto/Makefile 2011-08-03 16:27:48.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= boto -PORTVERSION= 1.9b +PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ diff -ruN --exclude=CVS /usr/ports/devel/py-boto/distinfo /home/ychsiao/project/py-boto/distinfo --- /usr/ports/devel/py-boto/distinfo 2011-02-08 12:01:29.000000000 +0800 +++ /home/ychsiao/project/py-boto/distinfo 2011-08-03 16:27:59.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (boto-1.9b.tar.gz) = 9f2372515a73260199aa041b93e490ef63bb6eaf9f95c58f6b3da7535b1b394e -SIZE (boto-1.9b.tar.gz) = 218406 +SHA256 (boto-2.0.tar.gz) = 7b8714b0a6054f3a8c1b8e0908b8a0606c528c2c04b2910fb6dbd4337692e16b +SIZE (boto-2.0.tar.gz) = 302074 diff -ruN --exclude=CVS /usr/ports/devel/py-boto/pkg-plist /home/ychsiao/project/py-boto/pkg-plist --- /usr/ports/devel/py-boto/pkg-plist 2010-01-06 12:01:17.000000000 +0800 +++ /home/ychsiao/project/py-boto/pkg-plist 2011-08-03 16:38:00.000000000 +0800 @@ -1,12 +1,32 @@ -@comment $FreeBSD: ports/devel/py-boto/pkg-plist,v 1.10 2010/01/05 07:06:52 wen Exp $ +bin/bundle_image +bin/cfadmin +bin/cq +bin/elbadmin +bin/fetch_file +bin/kill_instance +bin/launch_instance +bin/list_instances +bin/lss3 +bin/pyami_sendmail +bin/route53 +bin/s3put +bin/sdbadmin +bin/taskadmin %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/bundle_image +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/cfadmin +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/cq %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/elbadmin %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/fetch_file +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/kill_instance %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/launch_instance %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/list_instances +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/lss3 +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/pyami_sendmail +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/route53 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/s3put %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/sdbadmin %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/taskadmin @@ -14,6 +34,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/auth.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/auth.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/auth_handler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/auth_handler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/auth_handler.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cacerts/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cacerts/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cacerts/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/__init__.pyo @@ -26,12 +55,18 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/identity.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/identity.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/identity.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/invalidation.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/invalidation.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/invalidation.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/logging.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/logging.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/logging.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/object.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/object.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/object.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/origin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/origin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/origin.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/signers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/signers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront/signers.pyo @@ -68,24 +103,36 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/launchconfig.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/launchconfig.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/launchconfig.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/policy.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/policy.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/policy.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/request.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/request.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/request.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/trigger.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/trigger.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/trigger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/scheduled.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/scheduled.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale/scheduled.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/blockdevicemapping.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/blockdevicemapping.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/blockdevicemapping.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/bundleinstance.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/bundleinstance.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/bundleinstance.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/buyreservation.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/buyreservation.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/buyreservation.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/alarm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/alarm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/alarm.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/datapoint.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/datapoint.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/datapoint.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/listelement.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/listelement.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/listelement.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/metric.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/metric.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch/metric.pyo @@ -113,6 +160,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/loadbalancer.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/loadbalancer.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/loadbalancer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/policies.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/policies.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/policies.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/securitygroup.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/securitygroup.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb/securitygroup.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/image.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/image.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/image.pyo @@ -128,6 +181,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/launchspecification.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/launchspecification.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/launchspecification.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/placementgroup.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/placementgroup.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/placementgroup.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/regioninfo.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/regioninfo.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/regioninfo.pyo @@ -149,24 +205,99 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/spotpricehistory.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/spotpricehistory.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/spotpricehistory.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/tag.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/tag.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/tag.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/volume.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/volume.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/volume.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/zone.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/zone.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/zone.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs/item.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs/item.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs/item.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/bootstrap_action.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/bootstrap_action.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/bootstrap_action.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/emrobject.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/emrobject.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/emrobject.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/instance_group.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/instance_group.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/instance_group.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/step.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/step.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr/step.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/exception.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/exception.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/exception.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/bucket.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/bucket.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/bucket.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/key.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/key.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/key.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/simpleresultset.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/simpleresultset.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file/simpleresultset.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps/connection.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps/connection.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/acl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/acl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/acl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/bucket.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/bucket.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/bucket.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/key.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/key.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/key.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/resumable_upload_handler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/resumable_upload_handler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/resumable_upload_handler.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/user.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/user.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs/user.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/handler.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/handler.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/handler.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/https_connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/https_connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/https_connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/jsonresponse.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/jsonresponse.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/jsonresponse.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/manage/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/manage/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/manage/__init__.pyo @@ -221,6 +352,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/mturk/question.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/mturk/question.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/mturk/question.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/plugin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/plugin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/plugin.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/provider.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/provider.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/provider.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/pyami/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/pyami/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/pyami/__init__.pyo @@ -263,9 +400,42 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds/parametergroup.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds/parametergroup.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds/parametergroup.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds/regioninfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds/regioninfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds/regioninfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/regioninfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/regioninfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/regioninfo.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/resultset.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/resultset.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/resultset.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/awsqueryrequest.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/awsqueryrequest.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/awsqueryrequest.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/awsqueryservice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/awsqueryservice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/awsqueryservice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/param.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/param.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto/param.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/exception.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/exception.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/exception.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/hostedzone.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/hostedzone.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/hostedzone.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/record.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/record.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53/record.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/__init__.pyo @@ -281,12 +451,21 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/connection.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/connection.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/deletemarker.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/deletemarker.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/deletemarker.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/key.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/key.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/key.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/multipart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/multipart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/multipart.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/prefix.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/prefix.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/prefix.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/resumable_download_handler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/resumable_download_handler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/resumable_download_handler.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/user.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/user.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3/user.pyo @@ -326,6 +505,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/query.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/query.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/query.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/sequence.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/sequence.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/sequence.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/test_db.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/test_db.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/test_db.pyo @@ -335,21 +517,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/item.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/item.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/item.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/checker.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/checker.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/checker.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/object.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/object.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/object.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/property.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/property.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/property.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/test_persist.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/test_persist.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist/test_persist.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/queryresultset.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/queryresultset.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/queryresultset.pyo @@ -380,6 +547,18 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/services/submit.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/services/submit.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/services/submit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns/connection.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs/__init__.pyo @@ -401,27 +580,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs/regioninfo.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs/regioninfo.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs/regioninfo.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/devpay_s3.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/devpay_s3.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/devpay_s3.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_ec2connection.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_ec2connection.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_ec2connection.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_s3connection.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_s3connection.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_s3connection.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_sdbconnection.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_sdbconnection.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_sdbconnection.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_sqsconnection.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_sqsconnection.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests/test_sqsconnection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/storage_uri.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/storage_uri.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/storage_uri.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/utils.pyo @@ -446,34 +607,35 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/vpc/vpngateway.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/vpc/vpngateway.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/vpc/vpngateway.pyo -bin/elbadmin -bin/fetch_file -bin/launch_instance -bin/list_instances -bin/s3put -bin/sdbadmin -bin/taskadmin @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/vpc -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/tests @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sqs +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sns +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ses @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/services -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/persist @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db/manager @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb/db @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/sdb @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/s3 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/route53 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/roboto @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/rds @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/pyami @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/mturk @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/mashups @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/manage +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/iam +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/gs @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/fps +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/file +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/emr +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ecs @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/elb @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/cloudwatch @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2/autoscale @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/ec2 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/contrib @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cloudfront +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto/cacerts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/boto @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO --- py26-boto-2.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 08:50:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E9C106566C; Wed, 3 Aug 2011 08:50:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30F358FC14; Wed, 3 Aug 2011 08:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p738oINi021993; Wed, 3 Aug 2011 08:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p738oI4O021980; Wed, 3 Aug 2011 08:50:18 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 08:50:18 GMT Message-Id: <201108030850.p738oI4O021980@freefall.freebsd.org> To: ychsiao@ychsiao.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159409: [PATCH] devel/py-boto: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 08:50:18 -0000 Synopsis: [PATCH] devel/py-boto: update to 2.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Aug 3 08:50:17 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159409 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 09: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 5ACBF1065674 for ; Wed, 3 Aug 2011 09: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 3E48F8FC0C for ; Wed, 3 Aug 2011 09: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 p7390RQ0030133 for ; Wed, 3 Aug 2011 09: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 p7390R7x030132; Wed, 3 Aug 2011 09:00:27 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 09:00:27 GMT Message-Id: <201108030900.p7390R7x030132@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159409: [PATCH] devel/py-boto: update to 2.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, 03 Aug 2011 09:00:27 -0000 The following reply was made to PR ports/159409; it has been noted by GNATS. From: Edwin Groothuis To: peter.schuller@infidyne.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159409: [PATCH] devel/py-boto: update to 2.0 Date: Wed, 3 Aug 2011 08:50:15 UT Maintainer of devel/py-boto, Please note that PR ports/159409 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/159409 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 10:06: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 CA220106566B; Wed, 3 Aug 2011 10:06:17 +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 A24918FC19; Wed, 3 Aug 2011 10:06: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 p73A6H2x093205; Wed, 3 Aug 2011 10:06:17 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73A6HoM093201; Wed, 3 Aug 2011 10:06:17 GMT (envelope-from beech) Date: Wed, 3 Aug 2011 10:06:17 GMT Message-Id: <201108031006.p73A6HoM093201@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/159406: [maintainer] [patch] math/scilab Fix build on 8-stable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 10:06:17 -0000 Synopsis: [maintainer] [patch] math/scilab Fix build on 8-stable Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Aug 3 10:05:44 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=159406 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 10:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB6C106566C for ; Wed, 3 Aug 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 D70598FC1D for ; Wed, 3 Aug 2011 10:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73AK5fM003415 for ; Wed, 3 Aug 2011 10:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73AK5Xc003414; Wed, 3 Aug 2011 10:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 10:20:05 GMT Resent-Message-Id: <201108031020.p73AK5Xc003414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86565106564A for ; Wed, 3 Aug 2011 10:13:51 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 06B958FC0C for ; Wed, 3 Aug 2011 10:13:50 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 5A0E85C12; Wed, 3 Aug 2011 18:13:49 +0800 (CST) Message-Id: <20110803101349.5A0E85C12@deep.tw> Date: Wed, 3 Aug 2011 18:13:49 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159410: [MAINTAINER] www/node: update to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 10:20:11 -0000 >Number: 159410 >Category: ports >Synopsis: [MAINTAINER] www/node: update to 0.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 10:20:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 8.2-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011 >Description: - Update to 0.5.3 Added file(s): - files/patch-deps-uv-config-unix.mk - files/patch-uv-unix.c - files/patch-wscript Removed file(s): - files/patch-man-and-pkgconfig-path - files/patch-platform-freebsd Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- node-0.5.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/Makefile /usr/ports/www/node-devel/Makefile --- /usr/ports/www/node-devel.orig/Makefile 2011-03-18 22:01:30.000000000 +0800 +++ /usr/ports/www/node-devel/Makefile 2011-08-03 18:12:23.000000000 +0800 @@ -1,22 +1,19 @@ # New ports collection makefile for: node -# Date created: 2010-10-26 +# Date created: 2010-04-12 # Whom: Jin-Sih Lin # -# $FreeBSD: ports/www/node-devel/Makefile,v 1.11 2011/03/18 14:01:30 araujo Exp $ +# $FreeBSD: ports/www/node-devel/Makefile,v 1.31 2011/07/21 09:11:45 sunpoet Exp $ # PORTNAME= node -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.3 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/ -PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com COMMENT= V8 javascript for client and server -IGNORE= is currently suspended, install www/node that is the current stable version - LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo MAN1= node.1 @@ -24,21 +21,31 @@ HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= pkgconfig - -ONLY_FOR_ARCHS= i386 -MAKE_JOBS_SAFE= yes +USE_GMAKE= yes -CONFLICTS= node-0.2.[0-9]* +CONFLICTS= node-0.4.[0-9]* +ONLY_FOR_ARCHS= i386 amd64 +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} +.include + +.if ${ARCH} == amd64 +LIB_DEPENDS+= v8.1:${PORTSDIR}/lang/v8 +CONFIGURE_ARGS+= --shared-v8-includes=${LOCALBASE}/include --shared-v8-libpath=${LOCALBASE}/lib +PLIST_SUB+= SHAREDV8="@comment " +.else +PLIST_SUB+= SHAREDV8="" +.endif + .if !defined(DISABLE_MAKE_JOBS) WAF_ARGS= --jobs=${MAKE_JOBS_NUMBER} .endif do-build: + @(cd ${WRKSRC}; ${CP} -p deps/v8/src/jsregexp.h deps/v8/src/ia32/jsregexp.h) @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} tools/waf-light ${WAF_ARGS} build) do-install: @@ -47,4 +54,4 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/doc/node.1 ${MANPREFIX}/man/man1/ -.include +.include diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/distinfo /usr/ports/www/node-devel/distinfo --- /usr/ports/www/node-devel.orig/distinfo 2011-02-20 17:19:25.000000000 +0800 +++ /usr/ports/www/node-devel/distinfo 2011-08-03 08:00:19.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.4.1.tar.gz) = fdd61c479a0c9f30102454ee53d2ba0c5fc9f6d06d1073958ae2fd3fc314de23 -SIZE (node-v0.4.1.tar.gz) = 4855576 +SHA256 (node-v0.5.3.tar.gz) = 27e5a488040e59e192b3db6675c5f0b6b00cccdd53f1a7cdf98b6477220fbb1e +SIZE (node-v0.5.3.tar.gz) = 5539172 diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/files/patch-deps-uv-config-unix.mk /usr/ports/www/node-devel/files/patch-deps-uv-config-unix.mk --- /usr/ports/www/node-devel.orig/files/patch-deps-uv-config-unix.mk 1970-01-01 08:00:00.000000000 +0800 +++ /usr/ports/www/node-devel/files/patch-deps-uv-config-unix.mk 2011-08-03 16:59:41.000000000 +0800 @@ -0,0 +1,13 @@ +--- deps/uv/config-unix.mk.orig 2011-08-02 15:17:41.000000000 +0800 ++++ deps/uv/config-unix.mk 2011-08-03 16:27:45.000000000 +0800 +@@ -18,8 +18,8 @@ + # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + # IN THE SOFTWARE. + +-CC = $(PREFIX)gcc +-AR = $(PREFIX)ar ++CC = /usr/bin/gcc ++AR = /usr/bin/ar + E= + CSTDFLAG=--std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter + CFLAGS=-g diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/files/patch-man-and-pkgconfig-path /usr/ports/www/node-devel/files/patch-man-and-pkgconfig-path --- /usr/ports/www/node-devel.orig/files/patch-man-and-pkgconfig-path 2011-02-11 01:30:19.000000000 +0800 +++ /usr/ports/www/node-devel/files/patch-man-and-pkgconfig-path 1970-01-01 08:00:00.000000000 +0800 @@ -1,20 +0,0 @@ ---- wscript.orig 2011-02-05 15:45:34.000000000 +0800 -+++ wscript 2011-02-05 15:46:27.000000000 +0800 -@@ -810,8 +810,6 @@ - - # Only install the man page if it exists. - # Do 'make doc install' to build and install it. -- if os.path.exists('doc/node.1'): -- bld.install_files('${PREFIX}/share/man/man1/', 'doc/node.1') - - bld.install_files('${PREFIX}/bin/', 'tools/node-waf', chmod=0755) - bld.install_files('${PREFIX}/lib/node/wafadmin', 'tools/wafadmin/*.py') -@@ -823,7 +821,7 @@ - node_conf.target = 'tools/nodejs.pc' - node_conf.dict = subflags(node) - -- bld.install_files('${PREFIX}/lib/pkgconfig', 'tools/nodejs.pc') -+ bld.install_files('${PREFIX}/libdata/pkgconfig', 'tools/nodejs.pc') - - def shutdown(): - Options.options.debug diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/files/patch-platform-freebsd /usr/ports/www/node-devel/files/patch-platform-freebsd --- /usr/ports/www/node-devel.orig/files/patch-platform-freebsd 2011-02-11 01:30:19.000000000 +0800 +++ /usr/ports/www/node-devel/files/patch-platform-freebsd 1970-01-01 08:00:00.000000000 +0800 @@ -1,28 +0,0 @@ ---- deps/v8/src/platform-freebsd.cc.orig 2011-02-05 15:15:52.000000000 +0800 -+++ deps/v8/src/platform-freebsd.cc 2011-02-05 15:34:20.000000000 +0800 -@@ -526,6 +526,16 @@ - return result; - } - -+ virtual bool TryLock() { -+ int result = pthread_mutex_trylock(&mutex_); -+ // Return false if the lock is busy and locking failed. -+ if (result == EBUSY) { -+ return false; -+ } -+ ASSERT(result == 0); // Verify no other errors. -+ return true; -+ } -+ - private: - pthread_mutex_t mutex_; // Pthread mutex for POSIX platforms. - }; -@@ -604,7 +614,7 @@ - TickSample sample; - - // We always sample the VM state. -- sample.state = VMState::current_state(); -+ // sample.state = VMState::current_state(); - - // If profiling, we extract the current pc and sp. - if (active_sampler_->IsProfiling()) { diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/files/patch-uv-unix.c /usr/ports/www/node-devel/files/patch-uv-unix.c --- /usr/ports/www/node-devel.orig/files/patch-uv-unix.c 1970-01-01 08:00:00.000000000 +0800 +++ /usr/ports/www/node-devel/files/patch-uv-unix.c 2011-08-03 17:00:04.000000000 +0800 @@ -0,0 +1,10 @@ +--- deps/uv/src/uv-unix.c.orig 2011-08-02 15:17:41.000000000 +0800 ++++ deps/uv/src/uv-unix.c 2011-08-03 16:27:45.000000000 +0800 +@@ -54,6 +54,7 @@ + + #if defined(__FreeBSD__) + #include ++#include + #endif + + diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/files/patch-wafadmin-Node.py /usr/ports/www/node-devel/files/patch-wafadmin-Node.py --- /usr/ports/www/node-devel.orig/files/patch-wafadmin-Node.py 2010-11-19 02:02:30.000000000 +0800 +++ /usr/ports/www/node-devel/files/patch-wafadmin-Node.py 2011-08-03 16:58:59.000000000 +0800 @@ -1,5 +1,5 @@ ---- tools/wafadmin/Node.py.orig 2010-10-25 05:45:39.000000000 +0800 -+++ tools/wafadmin/Node.py 2010-10-27 18:30:12.000000000 +0800 +--- tools/wafadmin/Node.py.orig 2011-08-03 16:32:55.000000000 +0800 ++++ tools/wafadmin/Node.py 2011-08-03 16:56:11.000000000 +0800 @@ -349,6 +349,12 @@ if self == from_node: return '.' if from_node.parent == self: return '..' diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/files/patch-wscript /usr/ports/www/node-devel/files/patch-wscript --- /usr/ports/www/node-devel.orig/files/patch-wscript 1970-01-01 08:00:00.000000000 +0800 +++ /usr/ports/www/node-devel/files/patch-wscript 2011-08-03 16:59:04.000000000 +0800 @@ -0,0 +1,20 @@ +--- wscript.orig 2011-08-03 16:28:40.000000000 +0800 ++++ wscript 2011-08-03 16:29:22.000000000 +0800 +@@ -623,7 +623,7 @@ + # + cmd = 'cp -r ' + sh_escape(srcdir) + '/* ' + sh_escape(blddir) + if not sys.platform.startswith('win32'): +- cmd += ' && if [[ -z "$NODE_MAKE" ]]; then NODE_MAKE=make; fi; $NODE_MAKE -C ' + sh_escape(blddir) ++ cmd += ' && gmake -C ' + sh_escape(blddir) + else: + cmd += ' && make -C ' + sh_escape(blddir) + return cmd +@@ -949,8 +949,6 @@ + + # Only install the man page if it exists. + # Do 'make doc install' to build and install it. +- if os.path.exists('doc/node.1'): +- bld.install_files('${PREFIX}/share/man/man1/', 'doc/node.1') + + bld.install_files('${PREFIX}/bin/', 'tools/node-waf', chmod=0755) + bld.install_files('${LIBDIR}/node/wafadmin', 'tools/wafadmin/*.py') diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/pkg-plist /usr/ports/www/node-devel/pkg-plist --- /usr/ports/www/node-devel.orig/pkg-plist 2010-12-29 01:50:43.000000000 +0800 +++ /usr/ports/www/node-devel/pkg-plist 2011-08-03 17:53:21.000000000 +0800 @@ -1,14 +1,31 @@ bin/node bin/node-waf +include/node/ares.h +include/node/ares_version.h +include/node/c-ares/ares.h +include/node/c-ares/ares_version.h include/node/config.h include/node/eio.h include/node/ev.h +include/node/ev/config_cygwin.h +include/node/ev/config_darwin.h +include/node/ev/config_freebsd.h +include/node/ev/config_linux.h +include/node/ev/config_sunos.h +include/node/ev/ev++.h +include/node/ev/ev_vars.h +include/node/ev/ev_wrap.h +include/node/ev/event.h +include/node/ngx-queue.h include/node/node.h include/node/node_buffer.h include/node/node_config.h -include/node/node_events.h include/node/node_object_wrap.h include/node/node_version.h +include/node/tree.h +include/node/uv-unix.h +include/node/uv-win.h +include/node/uv.h include/node/v8-debug.h include/node/v8-preparser.h include/node/v8-profiler.h @@ -64,8 +81,9 @@ lib/node/wafadmin/ansiterm.py lib/node/wafadmin/pproc.py lib/node/wafadmin/py3kfixes.py -libdata/pkgconfig/nodejs.pc @dirrm lib/node/wafadmin/Tools @dirrm lib/node/wafadmin @dirrm lib/node +@dirrm include/node/ev +@dirrm include/node/c-ares @dirrm include/node --- node-0.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 12: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 4F7E41065672 for ; Wed, 3 Aug 2011 12: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 2BF418FC0C for ; Wed, 3 Aug 2011 12: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 p73CeCjt047233 for ; Wed, 3 Aug 2011 12:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73CeCjk047232; Wed, 3 Aug 2011 12:40:12 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 12:40:12 GMT Resent-Message-Id: <201108031240.p73CeCjk047232@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 064BD1065670 for ; Wed, 3 Aug 2011 12:33: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 EB5658FC08 for ; Wed, 3 Aug 2011 12:33: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 p73CXWp7088931 for ; Wed, 3 Aug 2011 12:33:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p73CXWPc088925; Wed, 3 Aug 2011 12:33:32 GMT (envelope-from nobody) Message-Id: <201108031233.p73CXWPc088925@red.freebsd.org> Date: Wed, 3 Aug 2011 12:33:32 GMT From: Steven Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159413: [PATCH] update databases/memcached to 1.4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 12:40:12 -0000 >Number: 159413 >Category: ports >Synopsis: [PATCH] update databases/memcached to 1.4.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 12:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steven Wills >Release: >Organization: >Environment: >Description: Attached patch updates databases/memcached to latest version 1.4.6. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/memcached/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 1 Jul 2011 22:33:09 -0000 1.48 +++ Makefile 3 Aug 2011 12:31:21 -0000 @@ -6,8 +6,7 @@ # PORTNAME= memcached -PORTVERSION= 1.4.5 -PORTREVISION= 3 +PORTVERSION= 1.4.6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_GENTOO} @@ -34,7 +33,7 @@ include/memcached/protocol_binary.h PLIST_DIRS= include/memcached /var/run/memcached -PORTDOCS= protocol.txt threads.txt readme.txt +PORTDOCS= protocol.txt readme.txt .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/memcached/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- distinfo 2 Mar 2011 04:08:13 -0000 1.23 +++ distinfo 3 Aug 2011 12:29:37 -0000 @@ -1,4 +1,2 @@ -SHA256 (memcached-1.4.5.tar.gz) = 9571b4b85484e46b3b10f07ccba77a1fa97d60660b32859f990effefb3005f91 -SIZE (memcached-1.4.5.tar.gz) = 302516 -SHA256 (repcached-2.3.1-1.4.5.patch.gz) = 379389827b3e56faabe75fc80ed2da1e002a2cc38d18546a061495d0e0b2c55a -SIZE (repcached-2.3.1-1.4.5.patch.gz) = 19311 +SHA256 (memcached-1.4.6.tar.gz) = 4dba55457e4e7f5a3e8255325671bf1e1efbe89ee224fcc6993fcd659956d3f7 +SIZE (memcached-1.4.6.tar.gz) = 306498 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 12:40: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 7C2A9106566B; Wed, 3 Aug 2011 12:40:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 554B08FC15; Wed, 3 Aug 2011 12:40: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 p73CeM3Z047729; Wed, 3 Aug 2011 12:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73CeMba047719; Wed, 3 Aug 2011 12:40:22 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 12:40:22 GMT Message-Id: <201108031240.p73CeMba047719@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mnag@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159413: [PATCH] update databases/memcached to 1.4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 12:40:22 -0000 Synopsis: [PATCH] update databases/memcached to 1.4.6 Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 12:40:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159413 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 13:00:30 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 520ED106568A for ; Wed, 3 Aug 2011 13:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DAE158FC1D for ; Wed, 3 Aug 2011 13:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73D0OQf064201 for ; Wed, 3 Aug 2011 13:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73D0Ob6064200; Wed, 3 Aug 2011 13:00:24 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 13:00:24 GMT Resent-Message-Id: <201108031300.p73D0Ob6064200@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alvaro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A81C106566B for ; Wed, 3 Aug 2011 12:50:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7B1288FC17 for ; Wed, 3 Aug 2011 12:50:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p73CoSmA020699 for ; Wed, 3 Aug 2011 12:50:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p73CoS04020698; Wed, 3 Aug 2011 12:50:28 GMT (envelope-from nobody) Message-Id: <201108031250.p73CoS04020698@red.freebsd.org> Date: Wed, 3 Aug 2011 12:50:28 GMT From: Alvaro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159415: Support more plasmoids as Google Translator with devel/py-simplejson X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 13:00:32 -0000 >Number: 159415 >Category: ports >Synopsis: Support more plasmoids as Google Translator with devel/py-simplejson >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 Aug 03 13:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alvaro >Release: FreeBSD 9.0-BETA1 >Organization: none >Environment: FreeBSD shuttle0.lan 9.0-BETA1 FreeBSD 9.0-BETA1 #0: Sat Jul 30 18:35:07 WEST 2011 netSys@shuttle0.lan:/usr/obj/usr/src/sys/HYDROGEN amd64 >Description: When I installed Google-translator plasmoids (http://kde-look.org/content/show.php?content=113890), this is doesn't work. http://pastie.org/2313993 You need install devel/py-simplejson and re-login KDE. Can you add this port on x11/kde4 or deskutils/kdeplasma-addons ? Maybe this can give support other plasmoids. (Only, I have tested with google-translator) >How-To-Repeat: Download google-translator module Install it Try to execute and wont' work. >Fix: Add on x11/kde4 or deskutils/kdeplasma-addons to fix it. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 13:00: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 D71D2106564A; Wed, 3 Aug 2011 13:00: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 AF69D8FC13; Wed, 3 Aug 2011 13:00: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 p73D0h6b064594; Wed, 3 Aug 2011 13:00:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73D0hmr064582; Wed, 3 Aug 2011 13:00:43 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 13:00:43 GMT Message-Id: <201108031300.p73D0hmr064582@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159415: Support more plasmoids as Google Translator with devel/py-simplejson X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 13:00:43 -0000 Synopsis: Support more plasmoids as Google Translator with devel/py-simplejson Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 13:00:42 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159415 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 13: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 027381065674 for ; Wed, 3 Aug 2011 13: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 BAAF38FC15 for ; Wed, 3 Aug 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 p73DA6no073015 for ; Wed, 3 Aug 2011 13: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 p73DA6o7073014; Wed, 3 Aug 2011 13:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 13:10:06 GMT Resent-Message-Id: <201108031310.p73DA6o7073014@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ludger Bolmerg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E5E106564A for ; Wed, 3 Aug 2011 13:00:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 83E3B8FC12 for ; Wed, 3 Aug 2011 13:00:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p73D0odl038628 for ; Wed, 3 Aug 2011 13:00:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p73D0o33038627; Wed, 3 Aug 2011 13:00:50 GMT (envelope-from nobody) Message-Id: <201108031300.p73D0o33038627@red.freebsd.org> Date: Wed, 3 Aug 2011 13:00:50 GMT From: Ludger Bolmerg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159416: de-hunspell-20110609_1 build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 13:10:13 -0000 >Number: 159416 >Category: ports >Synopsis: de-hunspell-20110609_1 build error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 13:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ludger Bolmerg >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD bsd-new.berliner.de 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: make in /usr/ports/german/hunspell gives the following error message: .. + test -z hunspell-capmain-plus_de_DE.tmp.tmp 3: ./bin/iso2dic: RE error: illegal byte sequence + + grep '^[A-Z��]' hunspell-capmain-plus_de_DE.tmp.tmp + + ./bin/myspellfixprefix.pl./bin/lcfirst.plsed 's:$:/ozm: ; s:/\(.*\)/:/\1: ; s:--x::' + grep -v -- --x + echo gmake: *** [hunspell-capmain-plus_de_DE.tmp] Error 1 *** Error code 1 Stop in /usr/ports/german/hunspell. *** Error code 1 Stop in /usr/ports/german/hunspell. >How-To-Repeat: run make clean; make in /usr/ports/german/hunspell >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 15:13: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 33BE71065673; Wed, 3 Aug 2011 15:13:35 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D16E8FC1F; Wed, 3 Aug 2011 15:13: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 p73FDYCj090659; Wed, 3 Aug 2011 15:13:34 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73FDYcT090652; Wed, 3 Aug 2011 17:13:34 +0200 (CEST) (envelope-from jlaffaye) Date: Wed, 3 Aug 2011 17:13:34 +0200 (CEST) Message-Id: <201108031513.p73FDYcT090652@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159416: german/hunspell: build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 15:13:35 -0000 Old Synopsis: de-hunspell-20110609_1 build error New Synopsis: german/hunspell: build error Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: jlaffaye Responsible-Changed-When: Wed Aug 3 17:11:48 CEST 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=159416 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 16: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 166071065670 for ; Wed, 3 Aug 2011 16: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 C6DB78FC16 for ; Wed, 3 Aug 2011 16: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 p73GKAnj046513 for ; Wed, 3 Aug 2011 16: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 p73GKAXI046512; Wed, 3 Aug 2011 16:20:10 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 16:20:10 GMT Resent-Message-Id: <201108031620.p73GKAXI046512@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Durian Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA211065672 for ; Wed, 3 Aug 2011 16:13:20 +0000 (UTC) (envelope-from durian@boogie.com) Received: from mail.boogie.com (boogie.com [63.224.89.73]) by mx1.freebsd.org (Postfix) with ESMTP id 879328FC0A for ; Wed, 3 Aug 2011 16:13:20 +0000 (UTC) Received: from mail.boogie.com (localhost [127.0.0.1]) by mail.boogie.com (8.14.4/8.14.4) with ESMTP id p73FtXbi071749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 3 Aug 2011 09:55:33 -0600 (MDT) (envelope-from durian@mail.boogie.com) Received: (from durian@localhost) by mail.boogie.com (8.14.4/8.14.4/Submit) id p73FtXYY071748; Wed, 3 Aug 2011 09:55:33 -0600 (MDT) (envelope-from durian) Message-Id: <201108031555.p73FtXYY071748@mail.boogie.com> Date: Wed, 3 Aug 2011 09:55:33 -0600 (MDT) From: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159419: audio/freeswitch-sounds audio too soft X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Durian List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 16:20:11 -0000 >Number: 159419 >Category: ports >Synopsis: audio/freeswitch-sounds audio too soft >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 16:20:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mike Durian >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD fever.boogie.com 8.2-STABLE FreeBSD 8.2-STABLE #5: Fri Feb 25 13:59:04 MST 2011 root@fever.boogie.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The Makefile in audio/freeswitch-sounds uses sox to scale down the audio samples. This make the recordings too soft. I'm sure this scaling was introduced intentionally, but it is not applicable in all situations. Perhaps the scaling can conditionalized by a config setting. >How-To-Repeat: Install sounds, listen to voicemail prompt using FusionPBX (or freeswitch itself I assume). >Fix: Change 'sox -v 0.2' to 'sox -v 1.0' in Makefile. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 16: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 5FA32106566C; Wed, 3 Aug 2011 16:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 374BC8FC0C; Wed, 3 Aug 2011 16:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73GKL7f047007; Wed, 3 Aug 2011 16:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73GKLeu046996; Wed, 3 Aug 2011 16:20:21 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 16:20:21 GMT Message-Id: <201108031620.p73GKLeu046996@freefall.freebsd.org> To: durian@boogie.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159419: audio/freeswitch-sounds audio too soft X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 16:20:21 -0000 Synopsis: audio/freeswitch-sounds audio too soft State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Aug 3 16:20:20 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159419 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 16:30:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F26EA106566B for ; Wed, 3 Aug 2011 16:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E25458FC0A for ; Wed, 3 Aug 2011 16:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73GUHq0054968 for ; Wed, 3 Aug 2011 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73GUHqp054965; Wed, 3 Aug 2011 16:30:17 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 16:30:17 GMT Message-Id: <201108031630.p73GUHqp054965@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159419: audio/freeswitch-sounds audio too soft 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, 03 Aug 2011 16:30:18 -0000 The following reply was made to PR ports/159419; it has been noted by GNATS. From: Edwin Groothuis To: ecrist@secure-computing.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/159419: audio/freeswitch-sounds audio too soft Date: Wed, 3 Aug 2011 16:20:18 UT Maintainer of audio/freeswitch-sounds, Please note that PR ports/159419 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/159419 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92A92106567C for ; Wed, 3 Aug 2011 18:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 683718FC08 for ; Wed, 3 Aug 2011 18: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 p73IeDRI075255 for ; Wed, 3 Aug 2011 18: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 p73IeDX2075254; Wed, 3 Aug 2011 18:40:13 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:13 GMT Resent-Message-Id: <201108031840.p73IeDX2075254@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A2B2106564A for ; Wed, 3 Aug 2011 18:30:28 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id A73458FC14 for ; Wed, 3 Aug 2011 18:30:27 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 4E9102BC03B for ; Thu, 4 Aug 2011 03:30:19 +0900 (JST) Message-Id: <20110804032014.e3f50112.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159422: Update port: audio/gogo to 3.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, 03 Aug 2011 18:40:13 -0000 >Number: 159422 >Category: ports >Synopsis: Update port: audio/gogo to 3.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 3.13 New file: files/patch-engine__i386__cpu.c engine__i386__fftsse.nas Remove file: files/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/gogo/Makefile audio/gogo/Makefile --- /usr/ports/audio/gogo/Makefile 2008-08-23 15:26:06.000000000 +0900 +++ audio/gogo/Makefile 2011-08-02 22:03:15.000000000 +0900 @@ -6,57 +6,51 @@ # PORTNAME= gogo -PORTVERSION= 2.39b -PORTREVISION= 1 +PORTVERSION= 3.13 CATEGORIES= audio -MASTER_SITES= ftp://ftp.csie.ncu.edu.tw/FreeBSD/ports/distfiles/ \ - ftp://ftp.thu.edu.tw/FreeBSD/ports/distfiles/ \ - ftp://ftp.42.org/pub/FreeBSD/distfiles/ - -DISTNAME= gogo239b +MASTER_SITES= http://homepage2.nifty.com/kei-i/petit/ +DISTNAME= petit313 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Very fast MP3 encoder using recent x86 processors' features -OPTIONS= THREADS "Use linuxthreads for increased SMP performance" off +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING # More than version 0.98 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -USE_GMAKE= yes -ALL_TARGET= gogo -MAKE_ARGS= CC="${CC}" LD="${CC}" - RESTRICTED= Condition is not clear ONLY_FOR_ARCHS= i386 -PLIST_FILES= bin/cdda2mp3.gogo bin/gogo +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CFLAGS+= -fomit-frame-pointer -ffast-math -funroll-loops + PORTDOCS= cdda2mp3.gogo.en cdda2mp3.gogo.ja +PLIST_FILES= bin/cdda2mp3.gogo bin/gogo -# A sample of heavily optimized CFLAGS(typically used with pgcc). -# Recommended ONLY for benchmarks. -# CFLAGS=-march=pentiumpro -O6 -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -foptimize-register-move -ffast-math -fdefer-pop -mfancy-math-387 - -.include - -.if defined(WITHOUT_THREADS) -MAKE_ARGS+= "USE_MT=no" -.else -MAKE_ARGS+= "USE_MT=yes" -LIB_DEPENDS= lthread.3:${PORTSDIR}/devel/linuxthreads -.endif +post-extract: + @${TOUCH} ${WRKSRC}/readme.txt + +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s| -pipe| $${CFLAGS}|g ; \ + s|^CFLAGS|#CFLAGS|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3.bsd \ + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3/cdda2mp3.bsd \ ${PREFIX}/bin/cdda2mp3.gogo .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/gogo - ${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.txt \ - ${PREFIX}/share/doc/gogo/cdda2mp3.gogo.en - ${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3.euc \ - ${PREFIX}/share/doc/gogo/cdda2mp3.gogo.ja + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3/cdda2mp3.txt \ + ${DOCSDIR}/cdda2mp3.gogo.en + ${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3/cdda2mp3.euc \ + ${DOCSDIR}/cdda2mp3.gogo.ja .endif -.include +.include diff -urN /usr/ports/audio/gogo/distinfo audio/gogo/distinfo --- /usr/ports/audio/gogo/distinfo 2011-03-20 02:13:45.000000000 +0900 +++ audio/gogo/distinfo 2011-08-02 21:25:17.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gogo239b.tgz) = 4e6e5e78d9f33b4baad5107ef506d978d99891b0fee9df83ac1dfb7ba49c359d -SIZE (gogo239b.tgz) = 293494 +SHA256 (petit313.tgz) = 8dfb28f0af57c3b442cf9ceafdab903358e27a7a1aa905b5cebd66df804c71f1 +SIZE (petit313.tgz) = 389322 diff -urN /usr/ports/audio/gogo/files/patch-ac audio/gogo/files/patch-ac --- /usr/ports/audio/gogo/files/patch-ac 2005-04-19 22:55:25.000000000 +0900 +++ audio/gogo/files/patch-ac 1970-01-01 09:00:00.000000000 +0900 @@ -1,32 +0,0 @@ ---- Makefile.orig Sat Jan 6 22:36:06 2001 -+++ Makefile Sun Jan 7 06:15:55 2001 -@@ -12,8 +12,8 @@ - # This option is available for gcc-2.8.x - #CC=gcc -c -mcpu=pentiumpro -malign-double -O6 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops - # This option is available for gcc-2.95.1, gcc-2.95.2, gcc-2.95.3,... on P6 or later - #CC=gcc -c -mcpu=pentiumpro -march=pentiumpro -O9 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops -ffast-math -foptimize-register-move -fdefer-pop -mfancy-math-387 --CFLAGS=-Wall $(PROF) -DNDEBUG $(E3DN) $(VBR) -DRAW_INPUT -+CFLAGS+=-Wall $(PROF) -DNDEBUG $(E3DN) $(VBR) -DRAW_INPUT - - - # OS specific definition -@@ -62,8 +62,8 @@ - ifeq ($(OS),FreeBSD) - CFLAGS+= -DDISPLAY_REALTIME - ifeq ($(USE_MT),yes) -- LIBS+= -L/usr/local/lib -llthread -llgcc_r -- CFLAGS+= -DUSE_PTHREAD -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -+ LIBS+= -L${LOCALBASE}/lib -llthread -llgcc_r -+ CFLAGS+= -DUSE_PTHREAD -D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads - endif - endif - ifeq ($(OS),OpenBSD) -@@ -110,7 +110,7 @@ - # $(AS) $(ASFLAGS) $< -o $@ - - .c.o: -- $(CC) $(CFLAGS) $< -+ $(CC) -c $(CFLAGS) $< - - - clean: diff -urN /usr/ports/audio/gogo/files/patch-engine__i386__cpu.c audio/gogo/files/patch-engine__i386__cpu.c --- /usr/ports/audio/gogo/files/patch-engine__i386__cpu.c 1970-01-01 09:00:00.000000000 +0900 +++ audio/gogo/files/patch-engine__i386__cpu.c 2011-08-02 21:41:51.000000000 +0900 @@ -0,0 +1,10 @@ +--- engine/i386/cpu.c.orig 2003-10-05 09:50:36.000000000 +0900 ++++ engine/i386/cpu.c 2011-08-02 21:40:31.000000000 +0900 +@@ -12,6 +12,7 @@ + #include + #include + #if defined(__FreeBSD__) ++ #include + #include + #endif + #endif diff -urN /usr/ports/audio/gogo/files/patch-engine__i386__fftsse.nas audio/gogo/files/patch-engine__i386__fftsse.nas --- /usr/ports/audio/gogo/files/patch-engine__i386__fftsse.nas 1970-01-01 09:00:00.000000000 +0900 +++ audio/gogo/files/patch-engine__i386__fftsse.nas 2011-08-02 21:49:33.000000000 +0900 @@ -0,0 +1,25 @@ +--- engine/i386/fftsse.nas.orig 2003-10-05 09:50:37.000000000 +0900 ++++ engine/i386/fftsse.nas 2011-08-02 21:49:00.000000000 +0900 +@@ -23,14 +23,14 @@ + Q_SQRT2 dd 1.41421356237, 1.41421356237, 1.41421356237, 1.41421356237 + + Q_1 dd 1.0, 1.0, 1.0, 1.0 +-costab dd 9.238795325112867e-01F, 9.238795325112867e-01F, 9.238795325112867e-01F, 9.238795325112867e-01F +- dd 3.826834323650898e-01F, 3.826834323650898e-01F, 3.826834323650898e-01F, 3.826834323650898e-01F +- dd 9.951847266721969e-01F, 9.951847266721969e-01F, 9.951847266721969e-01F, 9.951847266721969e-01F +- dd 9.801714032956060e-02F, 9.801714032956060e-02F, 9.801714032956060e-02F, 9.801714032956060e-02F +- dd 9.996988186962042e-01F, 9.996988186962042e-01F, 9.996988186962042e-01F, 9.996988186962042e-01F +- dd 2.454122852291229e-02F, 2.454122852291229e-02F, 2.454122852291229e-02F, 2.454122852291229e-02F +- dd 9.999811752826011e-01F, 9.999811752826011e-01F, 9.999811752826011e-01F, 9.999811752826011e-01F +- dd 6.135884649154475e-03F, 6.135884649154475e-03F, 6.135884649154475e-03F, 6.135884649154475e-03F ++costab dd 9.238795325112867e-01, 9.238795325112867e-01, 9.238795325112867e-01, 9.238795325112867e-01 ++ dd 3.826834323650898e-01, 3.826834323650898e-01, 3.826834323650898e-01, 3.826834323650898e-01 ++ dd 9.951847266721969e-01, 9.951847266721969e-01, 9.951847266721969e-01, 9.951847266721969e-01 ++ dd 9.801714032956060e-02, 9.801714032956060e-02, 9.801714032956060e-02, 9.801714032956060e-02 ++ dd 9.996988186962042e-01, 9.996988186962042e-01, 9.996988186962042e-01, 9.996988186962042e-01 ++ dd 2.454122852291229e-02, 2.454122852291229e-02, 2.454122852291229e-02, 2.454122852291229e-02 ++ dd 9.999811752826011e-01, 9.999811752826011e-01, 9.999811752826011e-01, 9.999811752826011e-01 ++ dd 6.135884649154475e-03, 6.135884649154475e-03, 6.135884649154475e-03, 6.135884649154475e-03 + + align 32 + revLongInit db 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 diff -urN /usr/ports/audio/gogo/pkg-descr audio/gogo/pkg-descr --- /usr/ports/audio/gogo/pkg-descr 2000-06-05 19:19:39.000000000 +0900 +++ audio/gogo/pkg-descr 2011-08-02 21:22:18.000000000 +0900 @@ -9,4 +9,4 @@ Overclocking may cause serious internal errors and crazy results. Or you need gigantic heatsink and extra-noisy fans. :-) -WWW: http://homepage1.nifty.com/herumi/gogo_e.html +WWW: http://www.marinecat.net/free/windows/mct_free.htm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAEF0106567E for ; Wed, 3 Aug 2011 18:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCF4B8FC12 for ; Wed, 3 Aug 2011 18: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 p73IeDIM075275 for ; Wed, 3 Aug 2011 18: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 p73IeDok075274; Wed, 3 Aug 2011 18:40:13 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:13 GMT Resent-Message-Id: <201108031840.p73IeDok075274@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D60106566B for ; Wed, 3 Aug 2011 18:30:35 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6D78FC12 for ; Wed, 3 Aug 2011 18:30:35 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 32EA634034 for ; Thu, 4 Aug 2011 03:30:31 +0900 (JST) Message-Id: <20110804032019.5d3d4f54.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159423: Update port: audio/gx2osd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:14 -0000 >Number: 159423 >Category: ports >Synopsis: Update port: audio/gx2osd >Confidential: no >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 Aug 03 18:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/gx2osd/Makefile audio/gx2osd/Makefile --- /usr/ports/audio/gx2osd/Makefile 2011-08-02 15:44:25.000000000 +0900 +++ audio/gx2osd/Makefile 2011-08-02 15:47:07.000000000 +0900 @@ -8,37 +8,48 @@ PORTVERSION= 0.2 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://eclipser.no-ip.org/ +MASTER_SITES= http://eclipser.xmms2.org/ MAINTAINER= ports@FreeBSD.org COMMENT= An OSD client for XMMS2 -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ +LIB_DEPENDS= xmmsclient++.4:${PORTSDIR}/audio/cpp-xmms2 \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - xerces-c.27:${PORTSDIR}/textproc/xerces-c2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2 -RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2 + xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ + gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 -BROKEN= does not configure +WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes -USE_PYTHON_BUILD= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" WAF_HOME=. +USE_PYTHON_BUILD=yes +MAKE_JOBS_SAFE= yes MAN1= gx2osd.1 +.include + +.if defined(BATCH) || defined(PACKAGE_BUILDING) +WAF_VERBOSE= --verbose +.endif + +.if defined(MAKE_JOBS_NUMBER) +WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER} +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + "/CXXFLAGS/s|= cxxflags|= '${CXXFLAGS}'|" ${WRKSRC}/wscript + do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf --conf-prefix=${LOCALBASE} --with-mandir=${PREFIX}/man --prefix=${PREFIX} configure + @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} \ + --prefix=${PREFIX} \ + --conf-prefix=${LOCALBASE} \ + --with-mandir=${MANPREFIX}/man configure) do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build + @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) do-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf ${INSTALL_TARGET} + @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) -.include +.include diff -urN /usr/ports/audio/gx2osd/pkg-descr audio/gx2osd/pkg-descr --- /usr/ports/audio/gx2osd/pkg-descr 2006-11-13 08:57:10.000000000 +0900 +++ audio/gx2osd/pkg-descr 2011-07-24 03:25:12.000000000 +0900 @@ -1,3 +1,3 @@ A simple on-screen display client for XMMS2 with cover-art support. -WWW: http://wiki.xmms2.xmms.se/index.php/Client:gx2osd +WWW: http://eclipser.xmms2.org/gx2osd.xhtml >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 54C25106566C for ; Wed, 3 Aug 2011 18: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 1E1BA8FC14 for ; Wed, 3 Aug 2011 18: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 p73IeDsh075288 for ; Wed, 3 Aug 2011 18: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 p73IeDXE075287; Wed, 3 Aug 2011 18:40:13 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:13 GMT Resent-Message-Id: <201108031840.p73IeDXE075287@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0FA1106566C for ; Wed, 3 Aug 2011 18:30:39 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id B742A8FC17 for ; Wed, 3 Aug 2011 18:30:39 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 8BE1523C031 for ; Thu, 4 Aug 2011 03:30:37 +0900 (JST) Message-Id: <20110804032023.09f076a1.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159424: Update port: audio/lash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:14 -0000 >Number: 159424 >Category: ports >Synopsis: Update port: audio/lash >Confidential: no >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 Aug 03 18:40:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/lash/Makefile audio/lash/Makefile --- /usr/ports/audio/lash/Makefile 2011-08-02 19:02:18.000000000 +0900 +++ audio/lash/Makefile 2011-08-02 19:11:08.000000000 +0900 @@ -9,23 +9,28 @@ PORTVERSION= 0.5.4 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= http://download.savannah.gnu.org/releases/lash/ +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Session management system for JACK audio applications -BROKEN= Does not fetch - LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_GNOME= gnomehack gtk20 libxml2 +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/dssi -L${LOCALBASE}/lib -USE_GMAKE= yes -USE_GNOME= gtk20 libxml2 gnomehack +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 A1B771065674 for ; Wed, 3 Aug 2011 18: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 6B05A8FC1B for ; Wed, 3 Aug 2011 18: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 p73IeEQC075300 for ; Wed, 3 Aug 2011 18: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 p73IeEet075299; Wed, 3 Aug 2011 18:40:14 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:14 GMT Resent-Message-Id: <201108031840.p73IeEet075299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A422106566B for ; Wed, 3 Aug 2011 18:30:44 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 224548FC1A for ; Wed, 3 Aug 2011 18:30:44 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 252B623C031 for ; Thu, 4 Aug 2011 03:30:41 +0900 (JST) Message-Id: <20110804032027.e8b95248.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159425: Update port: audio/libconvolve X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:14 -0000 >Number: 159425 >Category: ports >Synopsis: Update port: audio/libconvolve >Confidential: no >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 Aug 03 18:40:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Add LICENSE - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/libconvolve/Makefile audio/libconvolve/Makefile --- /usr/ports/audio/libconvolve/Makefile 2011-06-17 20:12:49.000000000 +0900 +++ audio/libconvolve/Makefile 2011-06-29 13:11:42.000000000 +0900 @@ -19,6 +19,9 @@ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GMAKE= yes USE_LDCONFIG= yes diff -urN /usr/ports/audio/libconvolve/pkg-descr audio/libconvolve/pkg-descr --- /usr/ports/audio/libconvolve/pkg-descr 2011-08-03 15:19:41.000000000 +0900 +++ audio/libconvolve/pkg-descr 2011-05-30 04:43:39.000000000 +0900 @@ -1 +1,3 @@ Simple C library for partitioned convolution. + +WWW: http://heaven.sourceforge.net/index.php/programs/audio >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 C34EA106567F for ; Wed, 3 Aug 2011 18: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 A46468FC1E for ; Wed, 3 Aug 2011 18: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 p73IeEhc075309 for ; Wed, 3 Aug 2011 18: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 p73IeERR075308; Wed, 3 Aug 2011 18:40:14 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:14 GMT Resent-Message-Id: <201108031840.p73IeERR075308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED31D106566C for ; Wed, 3 Aug 2011 18:30:54 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA2A8FC14 for ; Wed, 3 Aug 2011 18:30:54 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id B4F1834034 for ; Thu, 4 Aug 2011 03:30:46 +0900 (JST) Message-Id: <20110804032031.a226e706.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159426: Update port: audio/patchage to 0.5.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, 03 Aug 2011 18:40:14 -0000 >Number: 159426 >Category: ports >Synopsis: Update port: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update audio/patchage to version 0.5.0 - Update audio/raul to version 0.8.0 - Update x11-toolkits/flowcanvas to 0.7.1 [audio/raul] Remove file: files/patch-raul-AtomicInt.hpp files/patch-raul-AtomicPtr.hpp [x11-toolkits/flowcanvas] Remove file: files/patch-configure >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: # # audio_patchage.diff # audio_raul.diff # x11-toolkits_flowcanvas.diff # echo x - audio_patchage.diff sed 's/^X//' >audio_patchage.diff << '1c3ed9304583dc875b5738807b56d697' Xdiff -urN /usr/ports/audio/patchage/Makefile audio/patchage/Makefile X--- /usr/ports/audio/patchage/Makefile 2011-03-17 09:35:03.000000000 +0900 X+++ audio/patchage/Makefile 2011-07-24 04:51:48.000000000 +0900 X@@ -6,29 +6,57 @@ X # X X PORTNAME= patchage X-PORTVERSION= 0.4.2 X-PORTREVISION= 3 X+PORTVERSION= 0.5.0 X CATEGORIES= audio X MASTER_SITES= http://download.drobilla.net/ X X MAINTAINER= ports@FreeBSD.org X COMMENT= Modular patch bay for Jack X X-LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ X+LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ X+ raul.10:${PORTSDIR}/audio/raul \ X+ boost_date_time.4:${PORTSDIR}/devel/boost-libs \ X+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ X glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ X glademm-2.4:${PORTSDIR}/devel/libglademm24 \ X- raul.2:${PORTSDIR}/audio/raul \ X- flowcanvas.2:${PORTSDIR}/x11-toolkits/flowcanvas X+ flowcanvas.5:${PORTSDIR}/x11-toolkits/flowcanvas X X-GNU_CONFIGURE= yes X-USE_GMAKE= yes X-CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include" X+LICENSE= GPLv2 GPLv3 X+LICENSE_COMB= dual X+ X+USE_BZIP2= yes X+USE_PYTHON_BUILD=yes X INSTALLS_ICONS= yes X+MAKE_JOBS_SAFE= yes X+ X+MAN1= patchage.1 X+ X+CFLAGS+= -I${LOCALBASE}/include X X .include X X-.if ${OSVERSION} >= 900027 X-BROKEN= does not build on 9.X after log2 addition X+.if defined(BATCH) || defined(PACKAGE_BUILDING) X+WAF_VERBOSE= --verbose X+.endif X+ X+.if defined(MAKE_JOBS_NUMBER) X+WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER} X .endif X X+post-patch: X+ @${REINPLACE_CMD} -e \ X+ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ X+ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ X+ ${WRKSRC}/autowaf/autowaf.py X+ X+do-configure: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} \ X+ --mandir=${MANPREFIX}/man --no-alsa --no-lash configure) X+ X+do-build: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) X+ X+do-install: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) X+ X .include Xdiff -urN /usr/ports/audio/patchage/distinfo audio/patchage/distinfo X--- /usr/ports/audio/patchage/distinfo 2011-03-20 02:15:47.000000000 +0900 X+++ audio/patchage/distinfo 2011-07-23 22:04:22.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (patchage-0.4.2.tar.gz) = b53b431a55f7f8fb77bb7c171bd70c3b58783640002623755408d8dfb0fb543a X-SIZE (patchage-0.4.2.tar.gz) = 404442 X+SHA256 (patchage-0.5.0.tar.bz2) = 9bb9d1ba0205c0ad95c6dbecba56c513ff706f1057348d33ff7567bc9cbd89d2 X+SIZE (patchage-0.5.0.tar.bz2) = 411848 Xdiff -urN /usr/ports/audio/patchage/files/patch-src-Patchage.cpp audio/patchage/files/patch-src-Patchage.cpp X--- /usr/ports/audio/patchage/files/patch-src-Patchage.cpp 2008-11-17 04:26:24.000000000 +0900 X+++ audio/patchage/files/patch-src-Patchage.cpp 2011-07-24 02:44:12.000000000 +0900 X@@ -1,15 +1,14 @@ X---- src/Patchage.cpp.orig 2008-07-22 22:19:44.000000000 +0200 X-+++ src/Patchage.cpp 2008-07-22 22:22:20.000000000 +0200 X-@@ -342,6 +342,12 @@ X- } X+--- src/Patchage.cpp.orig 2011-01-10 07:53:06.000000000 +0900 X++++ src/Patchage.cpp 2011-07-24 02:43:38.000000000 +0900 X+@@ -21,6 +21,11 @@ X+ #include X+ #include X X- X-+static float X-+log2f(float x) X-+{ X-+ return (logf(x) / logf(2.0)); X-+} X++#include X++#if __FreeBSD_version <= 704100 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027) X++#define log2f(x) (logf(x) / logf(2)) X++#endif X + X- void X- Patchage::update_toolbar() X- { X+ #include X+ #include X+ #include Xdiff -urN /usr/ports/audio/patchage/pkg-descr audio/patchage/pkg-descr X--- /usr/ports/audio/patchage/pkg-descr 2008-11-17 04:26:24.000000000 +0900 X+++ audio/patchage/pkg-descr 2011-07-23 21:57:33.000000000 +0900 X@@ -1,4 +1,4 @@ X Patchage is a modular patch bay for audio and MIDI systems based X on Jack and Lash audio systems. X X-WWW: http://wiki.drobilla.net/Patchage X+WWW: http://drobilla.net/software/patchage/ Xdiff -urN /usr/ports/audio/patchage/pkg-plist audio/patchage/pkg-plist X--- /usr/ports/audio/patchage/pkg-plist 2008-11-17 04:26:24.000000000 +0900 X+++ audio/patchage/pkg-plist 2011-07-24 02:32:25.000000000 +0900 X@@ -1,12 +1,14 @@ X bin/patchage X share/applications/patchage.desktop X-@dirrmtry share/applications X+share/icons/hicolor/128x128/apps/patchage.png X share/icons/hicolor/16x16/apps/patchage.png X share/icons/hicolor/22x22/apps/patchage.png X share/icons/hicolor/24x24/apps/patchage.png X+share/icons/hicolor/256x256/apps/patchage.png X share/icons/hicolor/32x32/apps/patchage.png X share/icons/hicolor/48x48/apps/patchage.png X+share/icons/hicolor/512x512/apps/patchage.png X share/icons/hicolor/scalable/apps/patchage.svg X-share/icons/hicolor/icon-theme.cache X %%DATADIR%%/patchage.glade X @dirrm %%DATADIR%% X+@dirrmtry share/applications 1c3ed9304583dc875b5738807b56d697 echo x - audio_raul.diff sed 's/^X//' >audio_raul.diff << '5792c4878e3b84f16ca9211505ce9359' Xdiff -urN /usr/ports/audio/raul/Makefile audio/raul/Makefile X--- /usr/ports/audio/raul/Makefile 2010-10-26 19:25:24.000000000 +0900 X+++ audio/raul/Makefile 2011-07-24 04:53:16.000000000 +0900 X@@ -6,31 +6,48 @@ X # X X PORTNAME= raul X-PORTVERSION= 0.5.1 X-PORTREVISION= 3 X+PORTVERSION= 0.8.0 X CATEGORIES= audio X MASTER_SITES= http://download.drobilla.net/ X X MAINTAINER= ports@FreeBSD.org X COMMENT= C++ utility library primarily aimed at audio/musical applications X X-LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ X- jack.0:${PORTSDIR}/audio/jack \ X- lash.2:${PORTSDIR}/audio/lash \ X- glibmm-2.4.1:${PORTSDIR}/devel/glibmm X- X-GNU_CONFIGURE= yes X-USE_GMAKE= yes X-USE_GNOME= gnomehack X+LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs X+ X+LICENSE= GPLv2 GPLv3 X+LICENSE_COMB= dual X+ X+USE_BZIP2= yes X+USE_GNOME= glib20 X+USE_PYTHON_BUILD=yes X USE_LDCONFIG= yes X-CXXFLAGS+= ${CFLAGS} X-CONFIGURE_ENV= "-I${LOCALBASE}/include" X-CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include" X+ X+CFLAGS+= -I${LOCALBASE}/include X X .include X X-.if ${OSVERSION} < 700000 X-BROKEN= Does not compile X+.if defined(BATCH) || defined(PACKAGE_BUILDING) X+WAF_VERBOSE= --verbose X+.endif X+ X+.if defined(MAKE_JOBS_NUMBER) X+WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER} X .endif X X+post-patch: X+ @${REINPLACE_CMD} -e \ X+ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ X+ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ X+ ${WRKSRC}/autowaf/autowaf.py X+ X+do-configure: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) X+ X+do-build: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) X+ X+do-install: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) X+ X .include Xdiff -urN /usr/ports/audio/raul/distinfo audio/raul/distinfo X--- /usr/ports/audio/raul/distinfo 2011-03-20 02:17:25.000000000 +0900 X+++ audio/raul/distinfo 2011-07-23 21:28:43.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (raul-0.5.1.tar.gz) = e82c3b8f95c13fedc83430f6b70e588304fe9bf04eb4b17758be914bbd0f79a0 X-SIZE (raul-0.5.1.tar.gz) = 391193 X+SHA256 (raul-0.8.0.tar.bz2) = 0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26 X+SIZE (raul-0.8.0.tar.bz2) = 155450 Xdiff -urN /usr/ports/audio/raul/files/patch-raul-AtomicInt.hpp audio/raul/files/patch-raul-AtomicInt.hpp X--- /usr/ports/audio/raul/files/patch-raul-AtomicInt.hpp 2008-11-17 00:48:41.000000000 +0900 X+++ audio/raul/files/patch-raul-AtomicInt.hpp 1970-01-01 09:00:00.000000000 +0900 X@@ -1,65 +0,0 @@ X---- raul/AtomicInt.hpp.orig 2008-11-16 16:23:19.000000000 +0100 X-+++ raul/AtomicInt.hpp 2008-11-16 16:32:45.000000000 +0100 X-@@ -27,22 +27,22 @@ X- public: X- X- inline AtomicInt(int val) X-- { g_atomic_int_set(&_val, val); } X-+ { g_atomic_int_set((volatile gint *)&_val, (gint)val); } X- X- inline AtomicInt(const AtomicInt& copy) X-- { g_atomic_int_set(&_val, copy.get()); } X-+ { g_atomic_int_set((volatile gint *)&_val, (gint)copy.get()); } X- X- inline int get() const X-- { return g_atomic_int_get(&_val); } X-+ { return g_atomic_int_get((volatile gint *)&_val); } X- X- inline void operator=(int val) X-- { g_atomic_int_set(&_val, val); } X-+ { g_atomic_int_set((volatile gint *)&_val, (gint)val); } X- X- inline void operator+=(int val) X-- { g_atomic_int_add(&_val, val); } X-+ { g_atomic_int_add((volatile gint *)&_val, (gint)val); } X- X- inline void operator-=(int val) X-- { g_atomic_int_add(&_val, -val); } X-+ { g_atomic_int_add((volatile gint *)&_val, (gint)-val); } X- X- inline bool operator==(int val) const X- { return get() == val; } X-@@ -51,28 +51,28 @@ X- { return get() + val; } X- X- inline AtomicInt& operator++() // prefix X-- { g_atomic_int_inc(&_val); return *this; } X-+ { g_atomic_int_inc((volatile gint *)&_val); return *this; } X- X- inline AtomicInt& operator--() // prefix X-- { g_atomic_int_add(&_val, -1); return *this; } X-+ { g_atomic_int_add((volatile gint *)&_val, -1); return *this; } X- X- /** Set value to newval iff current value is oldval. X- * @return whether set succeeded. X- */ X- inline bool compare_and_exchange(int oldval, int newval) X-- { return g_atomic_int_compare_and_exchange(&_val, oldval, newval); } X-+ { return g_atomic_int_compare_and_exchange((volatile gint *)&_val, (gint)oldval, (gint)newval); } X- X- /** Add val to value. X- * @return value immediately before addition took place. X- */ X- inline int exchange_and_add(int val) X-- { return g_atomic_int_exchange_and_add(&_val, val); } X-+ { return g_atomic_int_exchange_and_add((volatile gint *)&_val, (gint)val); } X- X- /** Decrement value. X- * @return true if value is now 0, otherwise false. X- */ X- inline bool decrement_and_test() X-- { return g_atomic_int_dec_and_test(&_val); } X-+ { return g_atomic_int_dec_and_test((gint *)&_val); } X- X- private: X- volatile int _val; Xdiff -urN /usr/ports/audio/raul/files/patch-raul-AtomicPtr.hpp audio/raul/files/patch-raul-AtomicPtr.hpp X--- /usr/ports/audio/raul/files/patch-raul-AtomicPtr.hpp 2008-11-17 00:48:41.000000000 +0900 X+++ audio/raul/files/patch-raul-AtomicPtr.hpp 1970-01-01 09:00:00.000000000 +0900 X@@ -1,28 +0,0 @@ X---- raul/AtomicPtr.hpp.orig 2008-11-16 16:20:09.000000000 +0100 X-+++ raul/AtomicPtr.hpp 2008-11-16 16:23:06.000000000 +0100 X-@@ -28,20 +28,20 @@ X- public: X- X- inline AtomicPtr() X-- { g_atomic_pointer_set(&_val, NULL); } X-+ { g_atomic_pointer_set((volatile gpointer *)&_val, NULL); } X- X- inline AtomicPtr(const AtomicPtr& copy) X-- { g_atomic_pointer_set(&_val, copy.get()); } X-+ { g_atomic_pointer_set((volatile gpointer *)&_val, (gpointer)copy.get()); } X- X- inline T* get() const X-- { return (T*)g_atomic_pointer_get(&_val); } X-+ { return (T*)g_atomic_pointer_get((volatile gpointer *)&_val); } X- X- inline void operator=(T* val) X-- { g_atomic_pointer_set(&_val, val); } X-+ { g_atomic_pointer_set((volatile gpointer *)&_val, (gpointer)val); } X- X- /** Set value to newval iff current value is oldval */ X- inline bool compare_and_exchange(int oldval, int newval) X-- { return g_atomic_pointer_compare_and_exchange(&_val, oldval, newval); } X-+ { return g_atomic_pointer_compare_and_exchange((volatile gpointer *)&_val, oldval, newval); } X- X- private: X- volatile T* _val; Xdiff -urN /usr/ports/audio/raul/pkg-descr audio/raul/pkg-descr X--- /usr/ports/audio/raul/pkg-descr 2008-11-17 00:48:41.000000000 +0900 X+++ audio/raul/pkg-descr 2011-07-23 21:45:15.000000000 +0900 X@@ -3,4 +3,4 @@ X X It is used by Ingen, Patchage, and Machina. X X-WWW: http://wiki.drobilla.net/Raul X+WWW: http://drobilla.net/software/raul/ Xdiff -urN /usr/ports/audio/raul/pkg-plist audio/raul/pkg-plist X--- /usr/ports/audio/raul/pkg-plist 2008-11-17 00:48:41.000000000 +0900 X+++ audio/raul/pkg-plist 2011-07-23 21:46:34.000000000 +0900 X@@ -1,43 +1,44 @@ X include/raul/Array.hpp X+include/raul/ArrayStack.hpp X include/raul/Atom.hpp X-include/raul/AtomicInt.hpp X-include/raul/AtomicPtr.hpp X include/raul/AtomLiblo.hpp X include/raul/AtomRDF.hpp X-include/raul/Command.hpp X+include/raul/AtomicInt.hpp X+include/raul/AtomicPtr.hpp X+include/raul/Configuration.hpp X include/raul/Deletable.hpp X include/raul/DoubleBuffer.hpp X include/raul/EventRingBuffer.hpp X-include/raul/JackDriver.hpp X+include/raul/IntrusivePtr.hpp X include/raul/List.hpp X include/raul/ListImpl.hpp X-include/raul/lv2_event.h X-include/raul/Maid.hpp X-include/raul/midi_events.h X-include/raul/midi_names.h X include/raul/MIDISink.hpp X+include/raul/Maid.hpp X include/raul/Path.hpp X include/raul/PathTable.hpp X include/raul/Process.hpp X include/raul/Quantizer.hpp X include/raul/RingBuffer.hpp X-include/raul/Semaphore.hpp X-include/raul/SharedPtr.hpp X-include/raul/Slave.hpp X include/raul/SMFReader.hpp X include/raul/SMFWriter.hpp X include/raul/SRMWQueue.hpp X include/raul/SRSWQueue.hpp X-include/raul/Stateful.hpp X+include/raul/Semaphore.hpp X+include/raul/SharedPtr.hpp X+include/raul/Slave.hpp X include/raul/Symbol.hpp X include/raul/Table.hpp X include/raul/TableImpl.hpp X include/raul/Thread.hpp X include/raul/TimeSlice.hpp X include/raul/TimeStamp.hpp X+include/raul/URI.hpp X include/raul/WeakPtr.hpp X-@dirrm include/raul X-lib/libraul.so.2 X+include/raul/log.hpp X+include/raul/midi_events.h X+include/raul/midi_names.h X lib/libraul.so X-lib/libraul.la X+lib/libraul.so.10 X+lib/libraul.so.10.0.0 X libdata/pkgconfig/raul.pc X+@dirrm include/raul 5792c4878e3b84f16ca9211505ce9359 echo x - x11-toolkits_flowcanvas.diff sed 's/^X//' >x11-toolkits_flowcanvas.diff << 'acec343e796f03344e9132402a1b1ec6' Xdiff -urN /usr/ports/x11-toolkits/flowcanvas/Makefile x11-toolkits/flowcanvas/Makefile X--- /usr/ports/x11-toolkits/flowcanvas/Makefile 2011-05-21 02:17:36.000000000 +0900 X+++ x11-toolkits/flowcanvas/Makefile 2011-07-24 04:53:51.000000000 +0900 X@@ -6,23 +6,51 @@ X # X X PORTNAME= flowcanvas X-PORTVERSION= 0.5.1 X-PORTREVISION= 5 X+PORTVERSION= 0.7.1 X CATEGORIES= x11-toolkits X MASTER_SITES= http://download.drobilla.net/ X X MAINTAINER= ports@FreeBSD.org X-COMMENT= FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget X+COMMENT= An interactive Gtkmm/Gnomecanvasmm widget X X LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ X- gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ X+ gvc.6:${PORTSDIR}/graphics/graphviz \ X gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \ X- gvc:${PORTSDIR}/graphics/graphviz X+ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 X X-GNU_CONFIGURE= yes X-USE_GMAKE= yes X-USE_GNOME= gnomehack X+LICENSE= GPLv2 GPLv3 X+LICENSE_COMB= dual X+ X+USE_BZIP2= yes X+USE_PYTHON_BUILD=yes X USE_LDCONFIG= yes X-CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include" X+MAKE_JOBS_SAFE= yes X+ X+CFLAGS+= -I${LOCALBASE}/include X+ X+.include X+ X+.if defined(BATCH) || defined(PACKAGE_BUILDING) X+WAF_VERBOSE= --verbose X+.endif X+ X+.if defined(MAKE_JOBS_NUMBER) X+WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER} X+.endif X+ X+post-patch: X+ @${REINPLACE_CMD} -e \ X+ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ X+ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ X+ ${WRKSRC}/autowaf/autowaf.py X+ X+do-configure: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) X+ X+do-build: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) X+ X+do-install: X+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) X X-.include X+.include Xdiff -urN /usr/ports/x11-toolkits/flowcanvas/distinfo x11-toolkits/flowcanvas/distinfo X--- /usr/ports/x11-toolkits/flowcanvas/distinfo 2011-07-03 15:28:02.000000000 +0900 X+++ x11-toolkits/flowcanvas/distinfo 2011-07-23 22:04:47.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (flowcanvas-0.5.1.tar.gz) = 43c8cad97981732d53a11ceaac27fb9f3a378ae0050694bfb79567b107b276a5 X-SIZE (flowcanvas-0.5.1.tar.gz) = 366502 X+SHA256 (flowcanvas-0.7.1.tar.bz2) = 047928d858fd1e9296a9984de7468c86bbe23fc42e286691b8f273541402c596 X+SIZE (flowcanvas-0.7.1.tar.bz2) = 139471 Xdiff -urN /usr/ports/x11-toolkits/flowcanvas/files/patch-configure x11-toolkits/flowcanvas/files/patch-configure X--- /usr/ports/x11-toolkits/flowcanvas/files/patch-configure 2008-08-25 05:02:23.000000000 +0900 X+++ x11-toolkits/flowcanvas/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 X@@ -1,13 +0,0 @@ X---- configure.orig 2008-07-22 21:46:45.000000000 +0200 X-+++ configure 2008-07-22 21:47:36.000000000 +0200 X-@@ -22253,8 +22253,8 @@ X- done X- done X- ;; X-- "set_aa":C) sed 's/\(\/\*CANVASBASE\*\/\).*/\1Gnome::Canvas::CanvasAA/' -i $srcdir/flowcanvas/Canvas.hpp ;; X-- "set_no_aa":C) sed 's/\(\/\*CANVASBASE\*\/\).*/\1Gnome::Canvas::Canvas/' -i $srcdir/flowcanvas/Canvas.hpp ;; X-+ "set_aa":C) sed -i '' 's/\(\/\*CANVASBASE\*\/\).*/\1Gnome::Canvas::CanvasAA/' $srcdir/flowcanvas/Canvas.hpp ;; X-+ "set_no_aa":C) sed -i '' 's/\(\/\*CANVASBASE\*\/\).*/\1Gnome::Canvas::Canvas/' $srcdir/flowcanvas/Canvas.hpp ;; X- X- esac X- done # for ac_tag Xdiff -urN /usr/ports/x11-toolkits/flowcanvas/pkg-descr x11-toolkits/flowcanvas/pkg-descr X--- /usr/ports/x11-toolkits/flowcanvas/pkg-descr 2008-08-25 05:02:23.000000000 +0900 X+++ x11-toolkits/flowcanvas/pkg-descr 2011-07-23 22:01:13.000000000 +0900 X@@ -2,4 +2,4 @@ X and lines" environments (ie modular synths or interactive finite X state automata diagrams). X X-WWW: http://wiki.drobilla.net/FlowCanvas X+WWW: http://drobilla.net/software/flowcanvas/ Xdiff -urN /usr/ports/x11-toolkits/flowcanvas/pkg-plist x11-toolkits/flowcanvas/pkg-plist X--- /usr/ports/x11-toolkits/flowcanvas/pkg-plist 2008-11-10 02:05:40.000000000 +0900 X+++ x11-toolkits/flowcanvas/pkg-plist 2011-07-24 02:17:43.000000000 +0900 X@@ -7,8 +7,8 @@ X include/flowcanvas/Port.hpp X include/flowcanvas/flowcanvas.hpp X include/flowcanvas/types.hpp X-@dirrm include/flowcanvas X-lib/libflowcanvas.so.2 X lib/libflowcanvas.so X-lib/libflowcanvas.la X+lib/libflowcanvas.so.5 X+lib/libflowcanvas.so.5.1.0 X libdata/pkgconfig/flowcanvas.pc X+@dirrm include/flowcanvas acec343e796f03344e9132402a1b1ec6 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 1DCDF1065677 for ; Wed, 3 Aug 2011 18:40: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 004CC8FC21 for ; Wed, 3 Aug 2011 18:40: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 p73IeEVN075320 for ; Wed, 3 Aug 2011 18: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 p73IeEG6075319; Wed, 3 Aug 2011 18:40:14 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:14 GMT Resent-Message-Id: <201108031840.p73IeEG6075319@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC671065673 for ; Wed, 3 Aug 2011 18:30:58 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 46D268FC0C for ; Wed, 3 Aug 2011 18:30:58 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 836DA50036 for ; Thu, 4 Aug 2011 03:30:56 +0900 (JST) Message-Id: <20110804032035.5e382b69.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:35 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159427: Update port: audio/s3mod X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:15 -0000 >Number: 159427 >Category: ports >Synopsis: Update port: audio/s3mod >Confidential: no >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 Aug 03 18:40:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/s3mod/pkg-descr audio/s3mod/pkg-descr --- /usr/ports/audio/s3mod/pkg-descr 2011-08-03 15:20:09.000000000 +0900 +++ audio/s3mod/pkg-descr 2011-07-03 22:32:37.000000000 +0900 @@ -5,3 +5,5 @@ playing programs are available that give results mostly compatible with each other. s3mod just plays the specified files in sequence according to the current options. + +WWW: http://dj1.willowmail.com/~jeske/s3mod.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 6B759106567A for ; Wed, 3 Aug 2011 18:40: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 4D6728FC23 for ; Wed, 3 Aug 2011 18:40: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 p73IeF20075330 for ; Wed, 3 Aug 2011 18:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeFJ9075329; Wed, 3 Aug 2011 18:40:15 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:15 GMT Resent-Message-Id: <201108031840.p73IeFJ9075329@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE6E01065670 for ; Wed, 3 Aug 2011 18:31:02 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id B2B008FC1C for ; Wed, 3 Aug 2011 18:31:02 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 935E52BC03B for ; Thu, 4 Aug 2011 03:31:00 +0900 (JST) Message-Id: <20110804032039.e7cc8a99.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:39 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159428: Update port: audio/xmms-fc to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:15 -0000 >Number: 159428 >Category: ports >Synopsis: Update port: audio/xmms-fc to 0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:14 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xmms-fc/Makefile audio/xmms-fc/Makefile --- /usr/ports/audio/xmms-fc/Makefile 2011-08-02 19:02:31.000000000 +0900 +++ audio/xmms-fc/Makefile 2011-08-02 19:56:23.000000000 +0900 @@ -6,25 +6,45 @@ # PORTNAME= xmms-fc -PORTVERSION= 0.5.4 -PORTREVISION= 4 +PORTVERSION= 0.6 CATEGORIES= audio -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ + SF/${PORTNAME}/${LIBFC_PORTNAME}:libfc +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${LIBFC_DISTNAME}${EXTRACT_SUFX}:libfc MAINTAINER= ports@FreeBSD.org COMMENT= A XMMS future composer input plugin -BROKEN= does not fetch - BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Input/libfc.so lib/xmms/Input/libfc.la -GNU_CONFIGURE= yes +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_BZIP2= yes USE_GNOME= gtk12 +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" \ + ac_cv_lib_fc14audiodecoder_fc14dec_new=yes +CONFIGURE_ARGS= --disable-gtktest USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure +PLIST_FILES= lib/xmms/Input/fcdecoder.so lib/xmms/Input/fcdecoder.la + +CPPFLAGS= -I${WRKDIR}/${LIBFC_DISTNAME}/src +LDFLAGS= -L${WRKDIR}/${LIBFC_DISTNAME}/src/.libs -lstdc++ + +LIBFC_PORTNAME= libfc14audiodecoder +LIBFC_PORTVERSION= 1.0.2 +LIBFC_DISTNAME= ${LIBFC_PORTNAME}-${LIBFC_PORTVERSION} + +pre-configure: + @(cd ${WRKDIR}/${LIBFC_DISTNAME} && ./configure --disable-shared \ + CC="${CC}" CFLAGS="${CFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}") + +pre-build: + @(cd ${WRKDIR}/${LIBFC_DISTNAME} && ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET} ${MAKE_ARGS}) .include diff -urN /usr/ports/audio/xmms-fc/distinfo audio/xmms-fc/distinfo --- /usr/ports/audio/xmms-fc/distinfo 2011-03-20 02:18:00.000000000 +0900 +++ audio/xmms-fc/distinfo 2011-04-21 01:25:07.000000000 +0900 @@ -1,2 +1,4 @@ -SHA256 (xmms-fc-0.5.4.tar.gz) = 406c362f2f00b5569940bf3ae4e78927cb93eb724016323547fd6f4c36c65c62 -SIZE (xmms-fc-0.5.4.tar.gz) = 326474 +SHA256 (xmms-fc-0.6.tar.bz2) = 75882111045f9443a8d64743aaa5aa06697e80ed0fcd261471ae4a2b72d2f0ca +SIZE (xmms-fc-0.6.tar.bz2) = 260473 +SHA256 (libfc14audiodecoder-1.0.2.tar.bz2) = 41065b4ec18a2fb453dbc193072b01b9ec6feb64938a5cb63b3ce5ccea92145f +SIZE (libfc14audiodecoder-1.0.2.tar.bz2) = 271043 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 BAB1F106567D for ; Wed, 3 Aug 2011 18:40: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 9D5268FC2B for ; Wed, 3 Aug 2011 18:40: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 p73IeFBG075339 for ; Wed, 3 Aug 2011 18:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeFlu075338; Wed, 3 Aug 2011 18:40:15 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:15 GMT Resent-Message-Id: <201108031840.p73IeFlu075338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 572481065677 for ; Wed, 3 Aug 2011 18:31:07 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4B68FC1F for ; Wed, 3 Aug 2011 18:31:07 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 633CC4AC036 for ; Thu, 4 Aug 2011 03:31:05 +0900 (JST) Message-Id: <20110804032043.501d9d42.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:43 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159429: Update port: audio/xmms2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:15 -0000 >Number: 159429 >Category: ports >Synopsis: Update port: audio/xmms2 >Confidential: no >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 Aug 03 18:40:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xmms2/pkg-descr audio/xmms2/pkg-descr --- /usr/ports/audio/xmms2/pkg-descr 2005-12-21 18:50:39.000000000 +0900 +++ audio/xmms2/pkg-descr 2011-07-03 23:18:17.000000000 +0900 @@ -3,4 +3,4 @@ and graphical. All common audio formats are supported using plugins. On top of this, there is a flexible media library to organize your music. -WWW: http://xmms2.xmms.org +WWW: http://xmms2.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C6C0106566C for ; Wed, 3 Aug 2011 18:40: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 E9D548FC2E for ; Wed, 3 Aug 2011 18:40: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 p73IeFcx075348 for ; Wed, 3 Aug 2011 18:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeFgm075347; Wed, 3 Aug 2011 18:40:15 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:15 GMT Resent-Message-Id: <201108031840.p73IeFgm075347@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 896D2106567F for ; Wed, 3 Aug 2011 18:31:11 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 622138FC1A for ; Wed, 3 Aug 2011 18:31:11 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id AA32550036 for ; Thu, 4 Aug 2011 03:31:09 +0900 (JST) Message-Id: <20110804032047.adbf9c45.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159430: Update port: deskutils/rubrica X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:16 -0000 >Number: 159430 >Category: ports >Synopsis: Update port: deskutils/rubrica >Confidential: no >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 Aug 03 18:40:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Add LICENSE - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/rubrica/Makefile deskutils/rubrica/Makefile --- /usr/ports/deskutils/rubrica/Makefile 2010-12-04 22:17:04.000000000 +0900 +++ deskutils/rubrica/Makefile 2011-03-14 09:24:15.000000000 +0900 @@ -18,6 +18,9 @@ LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_BZIP2= yes USE_GNOME= gconf2 gnomehack gnomeprefix libglade2 USE_GETTEXT= yes diff -urN /usr/ports/deskutils/rubrica/pkg-descr deskutils/rubrica/pkg-descr --- /usr/ports/deskutils/rubrica/pkg-descr 2011-08-03 15:22:33.000000000 +0900 +++ deskutils/rubrica/pkg-descr 2011-03-14 03:54:24.000000000 +0900 @@ -2,3 +2,5 @@ (first name, last name,...), web urls and emails, telepnone numbers (home,...), job data (company name, company address, assigment in company), notes (contact is married,...) + +WWW: http://www.nicolafragale.org/rubrica >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77E221065673 for ; Wed, 3 Aug 2011 18:40: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 40DAB8FC32 for ; Wed, 3 Aug 2011 18:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeGXR075357 for ; Wed, 3 Aug 2011 18:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeG3k075356; Wed, 3 Aug 2011 18:40:16 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:16 GMT Resent-Message-Id: <201108031840.p73IeG3k075356@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1751106564A for ; Wed, 3 Aug 2011 18:31:16 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id A87EE8FC17 for ; Wed, 3 Aug 2011 18:31:16 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 2E1FA47C036 for ; Thu, 4 Aug 2011 03:31:13 +0900 (JST) Message-Id: <20110804032051.de034bd1.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159431: Update port: devel/gettext-lint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:16 -0000 >Number: 159431 >Category: ports >Synopsis: Update port: devel/gettext-lint >Confidential: no >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 Aug 03 18:40:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Add LICENSE - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/gettext-lint/Makefile devel/gettext-lint/Makefile --- /usr/ports/devel/gettext-lint/Makefile 2010-09-16 18:53:32.000000000 +0900 +++ devel/gettext-lint/Makefile 2011-08-03 00:46:46.000000000 +0900 @@ -15,10 +15,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Check the validity and consistency of PO and POT files -USE_GETTEXT= run -USE_PYTHON= yes +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + NO_BUILD= yes +USE_GETTEXT= run +USE_PYTHON_RUN= yes + MAN1= POFileChecker.1 POFileClean.1 POFileConsistency.1 \ POFileEquiv.1 POFileFill.1 POFileGlossary.1 \ POFileSpell.1 POFileStatus.1 diff -urN /usr/ports/devel/gettext-lint/pkg-descr devel/gettext-lint/pkg-descr --- /usr/ports/devel/gettext-lint/pkg-descr 2011-08-03 15:23:40.000000000 +0900 +++ devel/gettext-lint/pkg-descr 2011-08-03 00:44:44.000000000 +0900 @@ -13,3 +13,5 @@ All tools generate XML to the standard output; just run them with a list of PO or POT files to check. Some have extra options, run the command with no parameters for a short usage message. + +WWW: http://gettext-lint.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADF1A106567F for ; Wed, 3 Aug 2011 18:40: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 8FB778FC08 for ; Wed, 3 Aug 2011 18:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeG3O075366 for ; Wed, 3 Aug 2011 18:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeG6B075365; Wed, 3 Aug 2011 18:40:16 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:16 GMT Resent-Message-Id: <201108031840.p73IeG6B075365@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 817B51065677 for ; Wed, 3 Aug 2011 18:31:22 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 492F68FC14 for ; Wed, 3 Aug 2011 18:31:22 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id D28EA4AC036 for ; Thu, 4 Aug 2011 03:31:18 +0900 (JST) Message-Id: <20110804032055.80633b28.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159432: Update port: devel/guile-lib to 0.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, 03 Aug 2011 18:40:16 -0000 >Number: 159432 >Category: ports >Synopsis: Update port: devel/guile-lib to 0.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.2.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/guile-lib/Makefile devel/guile-lib/Makefile --- /usr/ports/devel/guile-lib/Makefile 2011-08-01 02:40:31.000000000 +0900 +++ devel/guile-lib/Makefile 2011-08-03 00:54:34.000000000 +0900 @@ -7,19 +7,17 @@ # PORTNAME= guile-lib -PORTVERSION= 0.1.6 -PORTREVISION= 4 +PORTVERSION= 0.2.1 CATEGORIES= devel scheme -MASTER_SITES= http://download.gna.org/guile-lib/ +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= A down-scaled, limited-scope CPAN for Guile -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -RUN_DEPENDS= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes INFO= guile-library diff -urN /usr/ports/devel/guile-lib/distinfo devel/guile-lib/distinfo --- /usr/ports/devel/guile-lib/distinfo 2011-07-04 01:57:40.000000000 +0900 +++ devel/guile-lib/distinfo 2011-08-03 00:52:06.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (guile-lib-0.1.6.tar.gz) = 827744c7954078f1f37e0bf70252ec70b4d60c1482a3542a49bd09723cf65d12 -SIZE (guile-lib-0.1.6.tar.gz) = 508682 +SHA256 (guile-lib-0.2.1.tar.gz) = 744b36341a1c3c767ec438c3deeca1efc56e4070c3d2730a25fbb2e40e45e129 +SIZE (guile-lib-0.2.1.tar.gz) = 465525 diff -urN /usr/ports/devel/guile-lib/pkg-descr devel/guile-lib/pkg-descr --- /usr/ports/devel/guile-lib/pkg-descr 2011-08-03 15:23:53.000000000 +0900 +++ devel/guile-lib/pkg-descr 2011-08-03 00:58:43.000000000 +0900 @@ -5,3 +5,5 @@ Also, it can be seen as a code staging area for Guile; the Guile developers could decide to integrate some of the code into guile-core. An example for a possible candidate is SRFI-35. + +WWW: http://www.nongnu.org/guile-lib/ diff -urN /usr/ports/devel/guile-lib/pkg-plist devel/guile-lib/pkg-plist --- /usr/ports/devel/guile-lib/pkg-plist 2007-10-25 20:16:06.000000000 +0900 +++ devel/guile-lib/pkg-plist 2011-08-03 01:09:04.000000000 +0900 @@ -1,9 +1,9 @@ share/guile/site/apicheck.scm +share/guile/site/compat/guile-2.scm share/guile/site/config/load.scm share/guile/site/container/async-queue.scm share/guile/site/container/delay-tree.scm share/guile/site/container/nodal-tree.scm -share/guile/site/container/queue.scm share/guile/site/debugging/assert.scm share/guile/site/debugging/time.scm share/guile/site/graph/topological-sort.scm @@ -15,16 +15,11 @@ share/guile/site/match-bind.scm share/guile/site/math/minima.scm share/guile/site/math/primes.scm -share/guile/site/math/rationalize.scm share/guile/site/md5.scm share/guile/site/os/process.scm share/guile/site/scheme/documentation.scm share/guile/site/scheme/kwargs.scm -share/guile/site/scheme/session.scm share/guile/site/search/basic.scm -share/guile/site/srfi/srfi-34.scm -share/guile/site/srfi/srfi-35.scm -share/guile/site/srfi/srfi-40.scm share/guile/site/statprof.scm share/guile/site/string/completion.scm share/guile/site/string/soundex.scm @@ -37,13 +32,13 @@ share/guile/site/sxml/ssax.scm share/guile/site/sxml/ssax/input-parse.scm share/guile/site/sxml/transform.scm +share/guile/site/sxml/unicode.scm share/guile/site/sxml/upstream/SSAX-expanded.scm share/guile/site/sxml/upstream/SSAX.scm share/guile/site/sxml/upstream/SXML-tree-trans.scm share/guile/site/sxml/upstream/SXPath-old.scm share/guile/site/sxml/upstream/assert.scm share/guile/site/sxml/upstream/input-parse.scm -share/guile/site/sxml/upstream/packages.scm share/guile/site/sxml/xpath.scm share/guile/site/term/ansi-color.scm share/guile/site/texinfo.scm @@ -63,7 +58,6 @@ @dirrm share/guile/site/sxml/ssax @dirrm share/guile/site/sxml @dirrm share/guile/site/string -@dirrm share/guile/site/srfi @dirrm share/guile/site/search @dirrm share/guile/site/scheme @dirrm share/guile/site/os @@ -74,4 +68,5 @@ @dirrm share/guile/site/debugging @dirrm share/guile/site/container @dirrm share/guile/site/config +@dirrm share/guile/site/compat @dirrm share/guile/site >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C8201065675 for ; Wed, 3 Aug 2011 18:40: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 E1C198FC26 for ; Wed, 3 Aug 2011 18:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeGBV075375 for ; Wed, 3 Aug 2011 18:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeGqC075374; Wed, 3 Aug 2011 18:40:16 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:16 GMT Resent-Message-Id: <201108031840.p73IeGqC075374@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00CDB106566B for ; Wed, 3 Aug 2011 18:31:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id BAFE48FC24 for ; Wed, 3 Aug 2011 18:31:28 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 2D7642BC03B for ; Thu, 4 Aug 2011 03:31:24 +0900 (JST) Message-Id: <20110804032059.e40feeb2.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159433: Update port: devel/make++ to 1.40.1a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:17 -0000 >Number: 159433 >Category: ports >Synopsis: Update port: devel/make++ to 1.40.1a >Confidential: no >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 Aug 03 18:40:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.40.1a >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/make++/Makefile devel/make++/Makefile --- /usr/ports/devel/make++/Makefile 2010-09-22 01:55:28.000000000 +0900 +++ devel/make++/Makefile 2011-08-03 03:11:06.000000000 +0900 @@ -7,17 +7,35 @@ # PORTNAME= make++ -PORTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.40.1a CATEGORIES= devel perl5 -MASTER_SITES= SF/makepp/makepp/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:S/+/p/g}/${PORTVERSION:S/a//} DISTNAME= ${PORTNAME:S/+/p/g}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A drop-in replacement for GNU make +LICENSE= ART10 GPLv1 GPLv2 GPLv3 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/${PORTNAME:S/+/p/g}-${PORTVERSION:R} + USE_PERL5= yes -DATADIR= ${PREFIX}/share/makepp +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +DATADIR= ${PREFIX}/share/${PORTNAME:S/+/p/g} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/+/p/g} + +MAN1= makepp.1 makepp_build_algorithm.1 \ + makepp_builtin.1 makepp_command.1 \ + makepp_cookbook.1 makepp_extending.1 \ + makepp_functions.1 makepp_incompatibilities.1 \ + makepp_release_notes.1 makepp_repositories.1 \ + makepp_rules.1 makepp_scanning.1 \ + makepp_signatures.1 makepp_statements.1 \ + makepp_tutorial.1 makepp_tutorial_compilation.1 \ + makepp_variables.1 makeppclient.1 .include @@ -25,19 +43,13 @@ RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 .endif -do-build: - @${PERL} -pi -e "s|\@htmldir\@|${PREFIX}/share/makepp/html|g ; \ - s|\@datadir\@|${PREFIX}/share/makepp|g" ${WRKSRC}/makepp - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/makepp ${PREFIX}/bin - @${MKDIR} ${DATADIR}/Signature - ${INSTALL_SCRIPT} ${WRKSRC}/recursive_makepp ${DATADIR} - @(cd ${WRKSRC} ; \ - ${FIND} . -name "*.pm" -maxdepth 1 -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) - @(cd ${WRKSRC}/Signature ; \ - ${FIND} . -name "*.pm" -exec ${INSTALL_SCRIPT} {} ${DATADIR}/Signature \;) - @(cd ${WRKSRC} ; \ - ${FIND} . -name "*.mk" -exec ${INSTALL_SCRIPT} {} ${DATADIR} \;) +.if defined(NOPORTDOCS) +CONFIGURE_ARGS+=--htmldir=none +.else +CONFIGURE_ARGS+=--htmldir=${DOCSDIR}/html +.endif + +post-extract: + @${RM} -f ${WRKSRC}/makepp_tests/wildcard_repositories.test .include diff -urN /usr/ports/devel/make++/distinfo devel/make++/distinfo --- /usr/ports/devel/make++/distinfo 2011-07-04 01:58:10.000000000 +0900 +++ devel/make++/distinfo 2011-08-03 02:26:40.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (makepp-1.19.tar.gz) = 47951629d562e95b0a96157c4a278f2b9c25de9673ba618cfca2098b03bd0ce6 -SIZE (makepp-1.19.tar.gz) = 217453 +SHA256 (makepp-1.40.1a.tar.gz) = eb9991e9c726836e9b214377976dc15f66f4f6045f9713cd36c8c6b73c1f8e83 +SIZE (makepp-1.40.1a.tar.gz) = 278170 diff -urN /usr/ports/devel/make++/pkg-plist devel/make++/pkg-plist --- /usr/ports/devel/make++/pkg-plist 2006-04-21 22:43:17.000000000 +0900 +++ devel/make++/pkg-plist 2011-08-03 03:08:02.000000000 +0900 @@ -1,22 +1,56 @@ bin/makepp -share/makepp/AutoloadComponent.pm -share/makepp/FileInfo.pm -share/makepp/FileInfo_makepp.pm -share/makepp/Glob.pm -share/makepp/MakeEvent.pm -share/makepp/Makefile.pm -share/makepp/Makesubs.pm -share/makepp/Rule.pm -share/makepp/Signature.pm -share/makepp/TextSubs.pm -share/makepp/c_compilation_md5.mk -share/makepp/infer_objects.mk -share/makepp/makepp_builtin_rules.mk -share/makepp/makepp_default_makefile.mk -share/makepp/recursive_makepp -share/makepp/Signature/c_compilation_md5.pm -share/makepp/Signature/exact_match.pm -share/makepp/Signature/md5.pm -share/makepp/Signature/target_newer.pm -@dirrm share/makepp/Signature -@dirrm share/makepp +bin/makeppclient +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_build_algorithm.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_builtin.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_command.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_cookbook.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_extending.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_functions.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_incompatibilities.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_repositories.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_rules.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_scanning.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_signatures.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_statements.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_tutorial_compilation.html +%%PORTDOCS%%%%DOCSDIR%%/html/makepp_variables.html +%%PORTDOCS%%%%DOCSDIR%%/html/makeppclient.html +%%DATADIR%%/ActionParser/Legacy.pm +%%DATADIR%%/ActionParser/Specific.pm +%%DATADIR%%/ActionParser.pm +%%DATADIR%%/CommandParser/Basic.pm +%%DATADIR%%/CommandParser/Gcc.pm +%%DATADIR%%/CommandParser/Vcs.pm +%%DATADIR%%/CommandParser.pm +%%DATADIR%%/FileInfo.pm +%%DATADIR%%/FileInfo_makepp.pm +%%DATADIR%%/Glob.pm +%%DATADIR%%/MakeEvent.pm +%%DATADIR%%/Makefile.pm +%%DATADIR%%/Makesubs.pm +%%DATADIR%%/Rule.pm +%%DATADIR%%/Scanner/C.pm +%%DATADIR%%/Scanner/Vera.pm +%%DATADIR%%/Scanner/Verilog.pm +%%DATADIR%%/Scanner.pm +%%DATADIR%%/Signature/c_compilation_md5.pm +%%DATADIR%%/Signature/exact_match.pm +%%DATADIR%%/Signature/md5.pm +%%DATADIR%%/Signature/target_newer.pm +%%DATADIR%%/Signature/verilog_simulation_md5.pm +%%DATADIR%%/Signature/verilog_synthesis_md5.pm +%%DATADIR%%/Signature.pm +%%DATADIR%%/TextSubs.pm +%%DATADIR%%/makepp_builtin_rules.mk +%%DATADIR%%/makepp_default_makefile.mk +%%DATADIR%%/recursive_makepp +@dirrm %%DATADIR%%/Signature +@dirrm %%DATADIR%%/Scanner +@dirrm %%DATADIR%%/CommandParser +@dirrm %%DATADIR%%/ActionParser +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E59106567A for ; Wed, 3 Aug 2011 18:40: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 358C98FC2A for ; Wed, 3 Aug 2011 18:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeHjv075384 for ; Wed, 3 Aug 2011 18:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeH1T075383; Wed, 3 Aug 2011 18:40:17 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:17 GMT Resent-Message-Id: <201108031840.p73IeH1T075383@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D3F51065674 for ; Wed, 3 Aug 2011 18:31:34 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 6313B8FC1C for ; Wed, 3 Aug 2011 18:31:34 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 7DE0647C036 for ; Thu, 4 Aug 2011 03:31:31 +0900 (JST) Message-Id: <20110804032104.f866fb89.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:04 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159434: Update port: editors/e93 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, 03 Aug 2011 18:40:17 -0000 >Number: 159434 >Category: ports >Synopsis: Update port: editors/e93 to 1.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.4.2 Remove file: files/patch-machdef.mk >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/e93/Makefile editors/e93/Makefile --- /usr/ports/editors/e93/Makefile 2009-11-20 15:36:40.000000000 +0900 +++ editors/e93/Makefile 2011-07-16 16:02:45.000000000 +0900 @@ -6,37 +6,45 @@ # PORTNAME= e93 -PORTVERSION= 1.3.4 -PORTREVISION= 2 -CATEGORIES= editors tcl tk +PORTVERSION= 1.4.2 +CATEGORIES= editors tcl MASTER_SITES= ftp://ftp.e93.org/pub/ -DISTNAME= ${PORTNAME}-1.3r4X +DISTNAME= ${PORTNAME}-${PORTVERSION:R}r${PORTVERSION:E}X EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A nifty editor based on Tcl/Tk +COMMENT= A nifty editor based on Tcl + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -USE_TCL= 84 -USE_TCL_BUILD= 84 -USE_TK= 84 -USE_TK_BUILD= 84 -USE_XORG= x11 xt WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_JOBS_UNSAFE= yes + +USE_XORG= x11 xinerama +USE_TCL_BUILD= yes +USE_TCL= yes +USE_GMAKE= yes +MAKE_ARGS= PREFIX="${PREFIX}" \ + TCL_INCLUDE="-I${TCL_INCLUDEDIR}" \ + TCL_LIB="-L${LOCALBASE}/lib" \ + TCL_VERSION="${TCL_VER:S/.//}" \ + X_INCLUDE="-I${LOCALBASE}/include" \ + X_LIB="-L${LOCALBASE}/lib" \ + EXTRALIBS="-lm" \ + CC="${CXX}" \ + OPTIONS="${CXXFLAGS}" +MAKE_JOBS_SAFE= yes post-patch: - @${REINPLACE_CMD} 's|wish|wish${TK_VER}|' ${WRKSRC}/e93r - @${REINPLACE_CMD} 's|CFLAGS=|CFLAGS+=$$(TK_INCLUDE) -I${LOCALBASE}/include |' \ - ${WRKSRC}/Makefile ${WRKSRC}/xgui/Makefile + @${REINPLACE_CMD} -e 's|-lstdc++||g ; \ + s|;make|;$$(MAKE)|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/e93 ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/e93r ${PREFIX}/bin - ${MKDIR} ${PREFIX}/lib/e93lib - ${CP} -R ${WRKSRC}/e93lib/* ${PREFIX}/lib/e93lib -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR} -.endif + @${MKDIR} ${PREFIX}/lib/e93lib +.for ext in e93 regex syntaxmaps + ${INSTALL_DATA} ${WRKSRC}/README.${ext} ${PREFIX}/lib/e93lib +.endfor + @(cd ${WRKSRC}/e93lib && ${COPYTREE_SHARE} . ${PREFIX}/lib/e93lib) .include diff -urN /usr/ports/editors/e93/distinfo editors/e93/distinfo --- /usr/ports/editors/e93/distinfo 2011-03-21 02:42:16.000000000 +0900 +++ editors/e93/distinfo 2011-07-16 15:24:45.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (e93-1.3r4X.tgz) = 479f584d8d35ebbb5ceb8ee957ffa2b1dc84fdfa6d38e384756db6667d5c1329 -SIZE (e93-1.3r4X.tgz) = 431179 +SHA256 (e93-1.4r2X.tgz) = 750d812fe5911a71cf18a4e0d623ae6c4ee420d9c7886205d3dcf19aecfbc3c1 +SIZE (e93-1.4r2X.tgz) = 431733 diff -urN /usr/ports/editors/e93/files/patch-machdef.mk editors/e93/files/patch-machdef.mk --- /usr/ports/editors/e93/files/patch-machdef.mk 2008-04-20 10:12:46.000000000 +0900 +++ editors/e93/files/patch-machdef.mk 1970-01-01 09:00:00.000000000 +0900 @@ -1,44 +0,0 @@ ---- machdef.mk.orig Fri Sep 29 02:47:44 2000 -+++ machdef.mk Fri Sep 29 02:50:54 2000 -@@ -27,33 +27,32 @@ - # - # e93 will install its single executable "e93" in $PREFIX/bin - # and it will place a directory called "e93lib" in $PREFIX/lib --PREFIX=/usr/local - - - # The following lines may need to be altered if the Tcl - # files are located elsewhere on your system: --TCL_INCLUDE=-I/usr/local/include --TCL_LIB=-L/usr/local/lib -+TCL_INCLUDE=-I${LOCALBASE}/include/tcl8.4 -+TCL_LIB=-L${LOCALBASE}/lib - # uncomment and change if you want to link with specific versions of Tcl/Tk --#TCL_VERSION=8.3 -+TCL_VERSION=84 -+TK_INCLUDE=-I${LOCALBASE}/include/tk8.4 - - - # The following lines may need to be altered if the X include and library - # files are located elsewhere on your system: --X_INCLUDE=-I/usr/X11R6/include --X_LIB=-L/usr/X11R6/lib -+X_INCLUDE=-I${LOCALBASE}/include -+X_LIB=-L${LOCALBASE}/lib - - - # if your system needs some extra libraries, add them here: --EXTRALIBS=-lm -ldl -+EXTRALIBS=-lm - - # Uncomment this line if running Solaris: - #MACHINESPEC=-DSOLARIS - - # set compiler to use --CC=gcc - - - # set some compiler options --OPTIONS=-O2 -Wall -x c++ -g -+OPTIONS=-Wall -x c++ - #OPTIONS = -Wall -O2 -x c++ -mcpu=21164a -Wa,-m21164a -g diff -urN /usr/ports/editors/e93/pkg-plist editors/e93/pkg-plist --- /usr/ports/editors/e93/pkg-plist 2006-12-21 22:01:28.000000000 +0900 +++ editors/e93/pkg-plist 2011-07-16 16:01:19.000000000 +0900 @@ -1,5 +1,7 @@ bin/e93 -bin/e93r +lib/e93lib/README.e93 +lib/e93lib/README.regex +lib/e93lib/README.syntaxmaps lib/e93lib/e93rc.tcl lib/e93lib/examples/README lib/e93lib/examples/sethighlightscheme.tcl @@ -18,6 +20,7 @@ lib/e93lib/syntaxmaps/c.tcl lib/e93lib/syntaxmaps/css.tcl lib/e93lib/syntaxmaps/eiffel.tcl +lib/e93lib/syntaxmaps/email.tcl lib/e93lib/syntaxmaps/html.tcl lib/e93lib/syntaxmaps/java.tcl lib/e93lib/syntaxmaps/javaScript.tcl @@ -29,12 +32,6 @@ lib/e93lib/syntaxmaps/vhdl.tcl lib/e93lib/syntaxmaps/xml.tcl lib/e93lib/syntaxmaps/xsl.tcl -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.e93 -%%PORTDOCS%%%%DOCSDIR%%/README.rants -%%PORTDOCS%%%%DOCSDIR%%/README.regex -%%PORTDOCS%%%%DOCSDIR%%/README.syntaxmaps -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/e93lib/syntaxmaps @dirrm lib/e93lib/newstuff @dirrm lib/e93lib/modules >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCE6C1065680 for ; Wed, 3 Aug 2011 18:40: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 862748FC12 for ; Wed, 3 Aug 2011 18:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeHA0075393 for ; Wed, 3 Aug 2011 18:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeH4H075392; Wed, 3 Aug 2011 18:40:17 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:17 GMT Resent-Message-Id: <201108031840.p73IeH4H075392@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC320106564A for ; Wed, 3 Aug 2011 18:31:38 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id C0BB58FC20 for ; Wed, 3 Aug 2011 18:31:38 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 05B052BC03B for ; Thu, 4 Aug 2011 03:31:36 +0900 (JST) Message-Id: <20110804032107.37b879bc.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159435: Update port: editors/elvis X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:17 -0000 >Number: 159435 >Category: ports >Synopsis: Update port: editors/elvis >Confidential: no >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 Aug 03 18:40:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/elvis/Makefile editors/elvis/Makefile --- /usr/ports/editors/elvis/Makefile 2008-04-20 10:12:46.000000000 +0900 +++ editors/elvis/Makefile 2011-07-16 00:05:26.000000000 +0900 @@ -9,20 +9,20 @@ PORTVERSION= 2.2.0 PORTREVISION= 3 CATEGORIES= editors -MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \ - ftp://ftp.false.com/pub/elvis/ \ - ftp://the.wiretapped.net/pub/elvis/ \ - ftp://ftp.fh-wedel.de/pub/elvis/ +MASTER_SITES= http://www.the-little-red-haired-girl.org/pub/elvis/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A clone of the ex/vi text editor +LICENSE= ART10 + EXTRACT_AFTER_ARGS= | ${TAR} --exclude guiwin32 -xf - HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" ALL_TARGET= all doc/elvtags.man +MAKE_JOBS_SAFE= yes MAN1= elvfmt.1 elvis.1 elvtags.1 ref.1 @@ -63,7 +63,7 @@ do-install: .for file in elvfmt elvis elvtags ref ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${file}.man ${PREFIX}/man/man1/${file}.1 + ${INSTALL_MAN} ${WRKSRC}/doc/${file}.man ${MANPREFIX}/man/man1/${file}.1 .endfor @${MKDIR} ${DATADIR} ${TAR} -C ${WRKSRC}/data -cf - . | \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFB2A1065689 for ; Wed, 3 Aug 2011 18:40: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 D24708FC14 for ; Wed, 3 Aug 2011 18:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeHoZ075402 for ; Wed, 3 Aug 2011 18:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeHn6075401; Wed, 3 Aug 2011 18:40:17 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:17 GMT Resent-Message-Id: <201108031840.p73IeHn6075401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAB81065679 for ; Wed, 3 Aug 2011 18:31:43 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 53BE38FC1A for ; Wed, 3 Aug 2011 18:31:43 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 65C0350036 for ; Thu, 4 Aug 2011 03:31:41 +0900 (JST) Message-Id: <20110804032111.f19d2904.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159436: Update port: editors/gnotepad+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:18 -0000 >Number: 159436 >Category: ports >Synopsis: Update port: editors/gnotepad+ >Confidential: no >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 Aug 03 18:40:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/gnotepad+/Makefile editors/gnotepad+/Makefile --- /usr/ports/editors/gnotepad+/Makefile 2010-05-31 16:18:01.000000000 +0900 +++ editors/gnotepad+/Makefile 2011-07-17 02:31:00.000000000 +0900 @@ -9,40 +9,34 @@ PORTVERSION= 1.3.3 PORTREVISION= 8 CATEGORIES= editors www gnome -MASTER_SITES= SF/gnotepad/gnotepad-stable/${PORTVERSION} +MASTER_SITES= SF/gnotepad/gnotepad-stable/${PORTVERSION} \ + SF/gnotepad/gnotepad%20User_s%20Manual/${DOCVERSION}:doc +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT .if !defined(NOPORTDOCS) -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX} +DISTFILES+= ${PORTNAME}-help-${DOCVERSION}${EXTRACT_SUFX}:doc .endif MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK-based text/HTML editor -DOCVERSION= 1.2.0 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USE_GETTEXT= yes USE_XORG= xpm -WANT_GNOME= yes USE_GNOME= gnomeprefix gtk12 +USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes -MAN1= gnp.1 +MAN1= gnp.1 -.include +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure +DOCVERSION= 1.2.0 -.if !defined(NOPORTDOCS) -PLIST_SUB+= NOPORTDOCS="@comment " -post-extract: - @${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old - @${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs -.else -PLIST_SUB+= NOPORTDOCS="" -.endif +.include .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME+= gnomelibs @@ -51,4 +45,19 @@ CONFIGURE_ARGS+=--disable-gnome .endif +.if defined(NOPORTDOCS) +PLIST_SUB+= NOPORTDOCS="" +.else +PLIST_SUB+= NOPORTDOCS="@comment " +.endif + +post-extract: +.if !defined(NOPORTDOCS) + @${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old + @${CP} -R ${WRKDIR}/${PORTNAME}-help-${DOCVERSION}/docs ${WRKSRC}/docs +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure + .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D741106566C for ; Wed, 3 Aug 2011 18:40: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 2E02B8FC1E for ; Wed, 3 Aug 2011 18: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 p73IeIFp075412 for ; Wed, 3 Aug 2011 18:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeIwx075410; Wed, 3 Aug 2011 18:40:18 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:18 GMT Resent-Message-Id: <201108031840.p73IeIwx075410@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C26EB106566C for ; Wed, 3 Aug 2011 18:31:50 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6168FC17 for ; Wed, 3 Aug 2011 18:31:50 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id C417A2BC03B for ; Thu, 4 Aug 2011 03:31:45 +0900 (JST) Message-Id: <20110804032115.23062f09.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159437: Update port: editors/impress X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:18 -0000 >Number: 159437 >Category: ports >Synopsis: Update port: editors/impress >Confidential: no >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 Aug 03 18:40:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Support USE_TK_WRAPPER - Support NOPORTDOCS Remove file: files/patch-Makefile files/patch-src_Makefile files/patch-src_impress_tcl pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/impress/Makefile editors/impress/Makefile --- /usr/ports/editors/impress/Makefile 2008-04-09 23:34:24.000000000 +0900 +++ editors/impress/Makefile 2011-07-22 02:52:49.000000000 +0900 @@ -7,18 +7,31 @@ PORTNAME= impress PORTVERSION= 1.1b9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors tk -MASTER_SITES= TUCOWS http://fresh.t-systems-sfr.com/unix/src/privat2/ \ - ftp://ftp.plig.net/pub/OpenBSD/distfiles/ \ - ftp://ftp.openoffice.pl/bsd/FreeBSD/ports/distfiles/ +MASTER_SITES= TUCOWS \ + http://www.ntlug.org/~ccox/impress/ DISTNAME= imp${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Publishing and presentation tool -USE_TK_RUN= 84 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_TK_WRAPPER= yes + +PORTDOCS= * +PLIST_FILES= bin/impress + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/src/impress.tcl ${PREFIX}/bin/impress +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/src/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif + .include diff -urN /usr/ports/editors/impress/files/patch-Makefile editors/impress/files/patch-Makefile --- /usr/ports/editors/impress/files/patch-Makefile 2001-08-23 20:52:26.000000000 +0900 +++ editors/impress/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,43 +0,0 @@ ---- Makefile.orig Fri Jun 29 10:22:48 2001 -+++ Makefile Fri Jun 29 10:25:52 2001 -@@ -1,33 +1,11 @@ --cmp=/usr/bin/cmp --cp=/bin/cp --mv=/bin/mv --strip=/usr/bin/strip --ln=/bin/ln --PREFIX=/usr -+PREFIX?=/usr/local - --all: make_impress make_font3d make_pstoedit -+all: make_impress - --make_font3d: -- (cd font3d;make LDFLAGS=-static) -- @-${strip} font3d/font3d -- @-${cmp} font3d/font3d bin/font3d 2>/dev/null || \ -- ${cp} font3d/font3d bin/font3d -- --make_pstoedit: -- (cd pstoedit/config;./configure) -- (cd pstoedit/src;make LINK="c++ -static") -- @-${strip} pstoedit/src/pstoedit -- @-${cmp} pstoedit/src/pstoedit bin/pstoedit 2>/dev/null || \ -- ${cp} pstoedit/src/pstoedit bin/pstoedit -- - make_impress: -- (cd src;make all install) -- --$(PREFIX)/bin/pstoedit.orig: -- @-mv $(PREFIX)/bin/pstoedit $(PREFIX)/bin/pstoedit.orig -+ (cd src;make all) - --install: $(PREFIX)/bin/pstoedit.orig -- install -c bin/impress $(PREFIX)/bin && rm -f $(PREFIX)/bin/impress.tcl && ${ln} -s $(PREFIX)/bin/impress $(PREFIX)/bin/impress.tcl -- install -c bin/transeps $(PREFIX)/bin -- install -c bin/font3d $(PREFIX)/bin -- install -c bin/pstoedit $(PREFIX)/bin -+install: -+ install -c -m 755 src/impress $(PREFIX)/bin -+ @mkdir $(PREFIX)/share/doc/impress -+ @cp src/doc/* $(PREFIX)/share/doc/impress diff -urN /usr/ports/editors/impress/files/patch-src_Makefile editors/impress/files/patch-src_Makefile --- /usr/ports/editors/impress/files/patch-src_Makefile 2001-08-23 20:52:26.000000000 +0900 +++ editors/impress/files/patch-src_Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,98 +0,0 @@ ---- src/Makefile.orig Fri Jun 29 10:26:19 2001 -+++ src/Makefile Fri Jun 29 10:27:01 2001 -@@ -1,94 +1,8 @@ --cmp=/usr/bin/cmp --cp=/bin/cp --mv=/bin/mv --ln=/bin/ln -- --all: impress transeps -+all: impress - - impress: impress.tcl - cat impress.tcl >impress - chmod a+x impress -- --../pstoedit/src/drvbase.h.orig: -- @-${mv} ../pstoedit/src/drvbase.h ../pstoedit/src/drvbase.h.orig -- --../pstoedit/src/drvtk.cpp.orig: -- @-${mv} ../pstoedit/src/drvtk.cpp ../pstoedit/src/drvtk.cpp.orig -- --../pstoedit/src/drvtk.h.orig: -- @-${mv} ../pstoedit/src/drvtk.h ../pstoedit/src/drvtk.h.orig -- --installdrvtk: ../pstoedit/src/drvtk.cpp.orig ../pstoedit/src/drvtk.h.orig -- @-${cmp} drvtk.cpp ../pstoedit/src/drvtk.cpp 2>/dev/null || \ -- echo "Updating drvtk.cpp" >&2 && ${cp} drvtk.cpp ../pstoedit/src -- @-${cmp} drvtk.h ../pstoedit/src/drvtk.h 2>/dev/null || \ -- echo "Updating drvtk.h" >&2 && ${cp} drvtk.h ../pstoedit/src -- @-${cmp} drvbase.h ../pstoedit/src/drvbase.h 2>/dev/null || \ -- echo "Updating drvbase.h" >&2 && ${cp} drvbase.h ../pstoedit/src -- --install: impress impress.tcl transeps COPYING CHANGES OPTIONS README tkFont-patch.diff tkUnixWm-patch.diff installdrvtk -- @-mkdir ../bin -- @-${cmp} impress ../bin/impress 2>/dev/null || \ -- echo "Updating impress" >&2 && ${cp} impress ../bin -- @-${cmp} transeps ../bin/transeps 2>/dev/null || \ -- echo "Updating transeps" >&2 && ${cp} transeps ../bin -- @-${cmp} COPYING ../COPYING 2>/dev/null || \ -- echo "Updating COPYING" >&2 && ${cp} COPYING .. -- @-${cmp} README ../README 2>/dev/null || \ -- echo "Updating README" >&2 && ${cp} README .. -- @-${cmp} CHANGES ../CHANGES 2>/dev/null || \ -- echo "Updating CHANGES" >&2 && ${cp} CHANGES .. -- @-${cmp} OPTIONS ../OPTIONS 2>/dev/null || \ -- echo "Updating OPTIONS" >&2 && ${cp} OPTIONS .. -- @-${cmp} tkFont-patch.diff ../tkFont-patch.diff 2>/dev/null || \ -- echo "Updating tkFont-patch.diff" >&2 && ${cp} tkFont-patch.diff .. -- @-${cmp} tkUnixWm-patch.diff ../tkUnixWm-patch.diff 2>/dev/null || \ -- echo "Updating tkUnixWm-patch.diff" >&2 && ${cp} tkUnixWm-patch.diff .. -- @-mkdir ../doc -- @-${cmp} doc/arrows.jpg ../doc/arrows.jpg 2>/dev/null || \ -- echo "Updating arrows.jpg" >&2 && ${cp} doc/arrows.jpg ../doc -- @-${cmp} doc/custcolor.jpg ../doc/custcolor.jpg 2>/dev/null || \ -- echo "Updating custcolor.jpg" >&2 && ${cp} doc/custcolor.jpg ../doc -- @-${cmp} doc/file.jpg ../doc/file.jpg 2>/dev/null || \ -- echo "Updating file.jpg" >&2 && ${cp} doc/file.jpg ../doc -- @-${cmp} doc/fonts.jpg ../doc/fonts.jpg 2>/dev/null || \ -- echo "Updating fonts.jpg" >&2 && ${cp} doc/fonts.jpg ../doc -- @-${cmp} doc/grid.jpg ../doc/grid.jpg 2>/dev/null || \ -- echo "Updating grid.jpg" >&2 && ${cp} doc/grid.jpg ../doc -- @-${cmp} doc/impdoc.html ../doc/impdoc.html 2>/dev/null || \ -- echo "Updating impdoc.html" >&2 && ${cp} doc/impdoc.html ../doc -- @-${cmp} doc/implogo.gif ../doc/implogo.gif 2>/dev/null || \ -- echo "Updating implogo.gif" >&2 && ${cp} doc/implogo.gif ../doc -- @-${cmp} doc/impressbuttons.jpg ../doc/impressbuttons.jpg 2>/dev/null || \ -- echo "Updating impressbuttons.jpg" >&2 && ${cp} doc/impressbuttons.jpg ../doc -- @-${cmp} doc/impressmain2.jpg ../doc/impressmain2.jpg 2>/dev/null || \ -- echo "Updating impressmain2.jpg" >&2 && ${cp} doc/impressmain2.jpg ../doc -- @-${cmp} doc/lgtoolbar.jpg ../doc/lgtoolbar.jpg 2>/dev/null || \ -- echo "Updating lgtoolbar.jpg" >&2 && ${cp} doc/lgtoolbar.jpg ../doc -- @-${cmp} doc/openurldialog.jpg ../doc/openurldialog.jpg 2>/dev/null || \ -- echo "Updating openurldialog.jpg" >&2 && ${cp} doc/openurldialog.jpg ../doc -- @-${cmp} doc/page.jpg ../doc/page.jpg 2>/dev/null || \ -- echo "Updating page.jpg" >&2 && ${cp} doc/page.jpg ../doc -- @-${cmp} doc/palette.jpg ../doc/palette.jpg 2>/dev/null || \ -- echo "Updating palette.jpg" >&2 && ${cp} doc/palette.jpg ../doc -- @-${cmp} doc/print.jpg ../doc/print.jpg 2>/dev/null || \ -- echo "Updating print.jpg" >&2 && ${cp} doc/print.jpg ../doc -- @-${cmp} doc/props.jpg ../doc/props.jpg 2>/dev/null || \ -- echo "Updating props.jpg" >&2 && ${cp} doc/props.jpg ../doc -- @-${cmp} doc/pstoedit.jpg ../doc/pstoedit.jpg 2>/dev/null || \ -- echo "Updating pstoedit.jpg" >&2 && ${cp} doc/pstoedit.jpg ../doc -- @-${cmp} doc/selection.jpg ../doc/selection.jpg 2>/dev/null || \ -- echo "Updating selection.jpg" >&2 && ${cp} doc/selection.jpg ../doc -- @-${cmp} doc/slide.jpg ../doc/slide.jpg 2>/dev/null || \ -- echo "Updating slide.jpg" >&2 && ${cp} doc/slide.jpg ../doc -- @-${cmp} doc/tclet.jpg ../doc/tclet.jpg 2>/dev/null || \ -- echo "Updating tclet.jpg" >&2 && ${cp} doc/tclet.jpg ../doc -- @-${cmp} doc/toolbarpref.jpg ../doc/toolbarpref.jpg 2>/dev/null || \ -- echo "Updating toolbarpref.jpg" >&2 && ${cp} doc/toolbarpref.jpg ../doc -- @-${cmp} doc/urldialog.jpg ../doc/urldialog.jpg 2>/dev/null || \ -- echo "Updating urldialog.jpg" >&2 && ${cp} doc/urldialog.jpg ../doc -- @-${cmp} doc/miniview.jpg ../doc/miniview.jpg 2>/dev/null || \ -- echo "Updating miniview.jpg" >&2 && ${cp} doc/miniview.jpg ../doc - - clean: - rm -f impress transeps diff -urN /usr/ports/editors/impress/files/patch-src_impress_tcl editors/impress/files/patch-src_impress_tcl --- /usr/ports/editors/impress/files/patch-src_impress_tcl 2003-10-18 16:03:24.000000000 +0900 +++ editors/impress/files/patch-src_impress_tcl 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/impress.tcl.orig Fri Jun 29 10:21:58 2001 -+++ src/impress.tcl Fri Jun 29 10:22:10 2001 -@@ -19,7 +19,7 @@ - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - # - # restart trick \ --exec wish "$0" "$@" -+exec wish8.4 "$0" "$@" - - option add *Radiobutton*borderWidth 1 - option add *Button*borderWidth 1 diff -urN /usr/ports/editors/impress/pkg-plist editors/impress/pkg-plist --- /usr/ports/editors/impress/pkg-plist 2006-04-09 01:52:43.000000000 +0900 +++ editors/impress/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,26 +0,0 @@ -bin/impress -%%DOCSDIR%%/add.txt -%%DOCSDIR%%/arrows.jpg -%%DOCSDIR%%/custcolor.jpg -%%DOCSDIR%%/file.jpg -%%DOCSDIR%%/fonts.jpg -%%DOCSDIR%%/grid.jpg -%%DOCSDIR%%/impdoc.html -%%DOCSDIR%%/implogo.gif -%%DOCSDIR%%/impressbuttons.jpg -%%DOCSDIR%%/impressmain2.jpg -%%DOCSDIR%%/keys.jpg -%%DOCSDIR%%/lgtoolbar.jpg -%%DOCSDIR%%/miniview.jpg -%%DOCSDIR%%/openurldialog.jpg -%%DOCSDIR%%/page.jpg -%%DOCSDIR%%/palette.jpg -%%DOCSDIR%%/print.jpg -%%DOCSDIR%%/props.jpg -%%DOCSDIR%%/pstoedit.jpg -%%DOCSDIR%%/selection.jpg -%%DOCSDIR%%/slide.jpg -%%DOCSDIR%%/tclet.jpg -%%DOCSDIR%%/toolbarpref.jpg -%%DOCSDIR%%/urldialog.jpg -@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B977F1065676 for ; Wed, 3 Aug 2011 18:40: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 9B64F8FC16 for ; Wed, 3 Aug 2011 18: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 p73IeIIe075427 for ; Wed, 3 Aug 2011 18:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeIUp075424; Wed, 3 Aug 2011 18:40:18 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:18 GMT Resent-Message-Id: <201108031840.p73IeIUp075424@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E25731065670 for ; Wed, 3 Aug 2011 18:31:54 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id B661E8FC22 for ; Wed, 3 Aug 2011 18:31:54 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 0CB7D4AC036 for ; Thu, 4 Aug 2011 03:31:52 +0900 (JST) Message-Id: <20110804032119.b2ad990f.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159438: Update port: editors/lfhex to 0.42 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:18 -0000 >Number: 159438 >Category: ports >Synopsis: Update port: editors/lfhex to 0.42 >Confidential: no >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 Aug 03 18:40:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.42 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/lfhex/Makefile editors/lfhex/Makefile --- /usr/ports/editors/lfhex/Makefile 2010-03-28 17:34:43.000000000 +0900 +++ editors/lfhex/Makefile 2011-07-22 03:05:58.000000000 +0900 @@ -7,19 +7,22 @@ # PORTNAME= lfhex -PORTVERSION= 0.4 -PORTREVISION= 3 +PORTVERSION= 0.42 CATEGORIES= editors -MASTER_SITES= http://stoopidsimple.com/files/ \ - http://home.earthlink.net/~eyekode/data/ +MASTER_SITES= http://stoopidsimple.com/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Large file hex editor +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +LICENSE= GPLv2 +LICENSE_FILES= ${WRKSRC}/../COPYING + USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build USE_BISON= build -MAKE_JOBS_UNSAFE=yes +MAKE_JOBS_SAFE= yes PORTDOCS= README PLIST_FILES= bin/lfhex @@ -32,15 +35,14 @@ @${REINPLACE_CMD} -e 's| abs| llabs|g' ${WRKSRC}/reader.cpp .endif -pre-build: - @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} -unix lfhex.pro +do-configure: + @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} .endif .include diff -urN /usr/ports/editors/lfhex/distinfo editors/lfhex/distinfo --- /usr/ports/editors/lfhex/distinfo 2011-03-21 02:42:25.000000000 +0900 +++ editors/lfhex/distinfo 2011-07-22 03:00:11.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (lfhex-0.4.tar.gz) = 97e3f481a275671395d2b500d904474dfaaf5055b42b0f230e3ac6a2478897b0 -SIZE (lfhex-0.4.tar.gz) = 39180 +SHA256 (lfhex-0.42.tar.gz) = 4e8f8b99eb271242937037a3af2fe07369b653f7f7d8becbd84554118bf8baba +SIZE (lfhex-0.42.tar.gz) = 868287 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 18BF3106566B for ; Wed, 3 Aug 2011 18:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EF12C8FC21 for ; Wed, 3 Aug 2011 18: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 p73IeI11075459 for ; Wed, 3 Aug 2011 18:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeI0f075458; Wed, 3 Aug 2011 18:40:18 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:18 GMT Resent-Message-Id: <201108031840.p73IeI0f075458@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F459106564A for ; Wed, 3 Aug 2011 18:32:00 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id EA00D8FC0A for ; Wed, 3 Aug 2011 18:31:59 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 684002BC03B for ; Thu, 4 Aug 2011 03:31:57 +0900 (JST) Message-Id: <20110804032123.1fab7c9a.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159439: Update port: emulators/hatari to 1.5.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, 03 Aug 2011 18:40:19 -0000 >Number: 159439 >Category: ports >Synopsis: Update port: emulators/hatari to 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.5.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/hatari/Makefile emulators/hatari/Makefile --- /usr/ports/emulators/hatari/Makefile 2011-03-27 21:01:56.000000000 +0900 +++ emulators/hatari/Makefile 2011-07-23 04:32:53.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= hatari -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= emulators MASTER_SITES= BERLIOS @@ -17,13 +17,19 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png RUN_DEPENDS= portaudio>=19:${PORTSDIR}/audio/portaudio2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_BZIP2= yes USE_GNOME= pygtk2 USE_SDL= sdl USE_CMAKE= yes CMAKE_ARGS= -DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \ -DPORTAUDIO_LIBRARY:STRING="${PA2_LIBRARY}" \ - -DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" + -DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \ + -DETCDIR:STRING="${PREFIX}/etc" \ + -DMANDIR:STRING="man/man1" +MAKE_JOBS_SAFE= yes MANCOMPRESSED= yes MANLANG= "" fr @@ -39,9 +45,8 @@ @cd ${WRKSRC}/doc/fr && ${GZIP_CMD} -c ${PORTNAME}.1 > ${PORTNAME}.1.gz post-patch: - @${REINPLACE_CMD} -e '/CONFDIR/s|"/etc|"${PREFIX}/etc| ; \ - /MANDIR/s|share/man|man| ; \ - /doc/s|^add_|#add_|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/doc/s|^add_|#add_|' \ + ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/DESTINATION/s|/icons/.*)|/pixmaps)|' \ ${WRKSRC}/python-ui/CMakeLists.txt diff -urN /usr/ports/emulators/hatari/distinfo emulators/hatari/distinfo --- /usr/ports/emulators/hatari/distinfo 2011-03-27 21:01:56.000000000 +0900 +++ emulators/hatari/distinfo 2011-07-23 03:22:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (hatari-1.4.0.tar.bz2) = 690e21bd2210a7e86af5d76ccc7f4e608aae37df466d2ead2ac4d105a637bc7b -SIZE (hatari-1.4.0.tar.bz2) = 1260844 +SHA256 (hatari-1.5.0.tar.bz2) = 0cb9c627ea6942bc60908c3a59b4b5c86a54e5bd0551cd95d8cff76bbde61e7f +SIZE (hatari-1.5.0.tar.bz2) = 1570048 diff -urN /usr/ports/emulators/hatari/pkg-plist emulators/hatari/pkg-plist --- /usr/ports/emulators/hatari/pkg-plist 2011-03-27 21:01:56.000000000 +0900 +++ emulators/hatari/pkg-plist 2011-07-23 03:37:11.000000000 +0900 @@ -1,12 +1,12 @@ -bin/atari-hd-image.sh +bin/atari-hd-image bin/hatari -bin/hatari-console.py bin/hatariui bin/hmsa -bin/zip2st.sh +bin/zip2st share/applications/hatariui.desktop %%PORTDOCS%%%%DOCSDIR%%/authors.txt %%PORTDOCS%%%%DOCSDIR%%/changelog.txt +%%PORTDOCS%%%%DOCSDIR%%/coding.txt %%PORTDOCS%%%%DOCSDIR%%/compatibility.html %%PORTDOCS%%%%DOCSDIR%%/emutos.txt %%PORTDOCS%%%%DOCSDIR%%/fr/clavier-exemple.txt @@ -43,8 +43,14 @@ %%DATADIR%%/hatariui/hatariui.py %%DATADIR%%/hatariui/release-notes.txt %%DATADIR%%/hatariui/uihelpers.py +%%DATADIR%%/hconsole/example-commands +%%DATADIR%%/hconsole/example-debugger +%%DATADIR%%/hconsole/example.py +%%DATADIR%%/hconsole/hconsole.py +%%DATADIR%%/hconsole/release-notes.txt %%DATADIR%%/tos.img share/pixmaps/hatari-icon.png +@dirrm %%DATADIR%%/hconsole @dirrm %%DATADIR%%/hatariui @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/images >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 5928F1065678 for ; Wed, 3 Aug 2011 18:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 398338FC2D for ; Wed, 3 Aug 2011 18: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 p73IeJ9D075469 for ; Wed, 3 Aug 2011 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeJdU075467; Wed, 3 Aug 2011 18:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:19 GMT Resent-Message-Id: <201108031840.p73IeJdU075467@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7F61065674 for ; Wed, 3 Aug 2011 18:32:11 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 634BB8FC08 for ; Wed, 3 Aug 2011 18:32:11 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id B3B0E50036 for ; Thu, 4 Aug 2011 03:32:02 +0900 (JST) Message-Id: <20110804032128.fdd61594.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159440: Update port: games/abuse_sdl to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:19 -0000 >Number: 159440 >Category: ports >Synopsis: Update port: games/abuse_sdl to 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.8 New file: files/patch-src__intsect.cpp pkg-plist Remove file: files/patch-Makefile.in files/patch-configure files/patch-imlib-jmalloc.hpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/abuse_sdl/Makefile games/abuse_sdl/Makefile --- /usr/ports/games/abuse_sdl/Makefile 2011-06-17 20:17:53.000000000 +0900 +++ games/abuse_sdl/Makefile 2011-08-03 00:23:02.000000000 +0900 @@ -6,41 +6,29 @@ # PORTNAME= abuse_sdl -PORTVERSION= 0.7.1 +PORTVERSION= 0.8 CATEGORIES= games -MASTER_SITES= http://abuse.zoy.org/raw/Downloads/ \ - http://epix.linux.tucows.com/files/ \ - http://blueyonder.linux.tucows.com/files/ \ - http://casemanl.linux.tucows.com/files/ +MASTER_SITES= GENTOO/distfiles \ + http://abuse.zoy.org/raw-attachment/wiki/download/ DISTNAME= abuse-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An SDL port of the Abuse game engine -BROKEN= Does not fetch - -# Add in the oposite, request games/abuse if being installed directly -# Instead of games/abuse -RUN_DEPENS= abuse:${PORTSDIR}/games/abuse +CONFLICTS= abuse-[0-9]* +USE_GNOME= gnomehack USE_GL= gl -USE_SDL= sdl +USE_SDL= mixer sdl USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${DISTNAME} - -MAN6= abuse.6 - -PLIST_FILES= bin/abuse.sdl \ - share/abuse_sdl/abuse.bmp \ - share/abuse_sdl/abuse.lsp \ - share/abuse_sdl/abuse.png +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release +MAKE_JOBS_SAFE= yes -PLIST_DIRS= share/abuse_sdl +MAN6= abuse.6 abuse-tool.6 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include diff -urN /usr/ports/games/abuse_sdl/distinfo games/abuse_sdl/distinfo --- /usr/ports/games/abuse_sdl/distinfo 2011-07-04 02:02:40.000000000 +0900 +++ games/abuse_sdl/distinfo 2011-07-24 19:35:01.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (abuse-0.7.1.tar.gz) = 1516a19efc1b89715a8549109a0d87b71502d94fd8b782942e335b6782a1dd57 -SIZE (abuse-0.7.1.tar.gz) = 719285 +SHA256 (abuse-0.8.tar.gz) = 0104db5fd2695c9518583783f7aaa7e5c0355e27c5a803840a05aef97f9d3488 +SIZE (abuse-0.8.tar.gz) = 6053500 diff -urN /usr/ports/games/abuse_sdl/files/patch-Makefile.in games/abuse_sdl/files/patch-Makefile.in --- /usr/ports/games/abuse_sdl/files/patch-Makefile.in 2009-11-06 16:24:39.000000000 +0900 +++ games/abuse_sdl/files/patch-Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- Makefile.in.old 2009-11-04 19:47:10.000000000 -0600 -+++ Makefile.in 2009-11-04 19:48:20.000000000 -0600 -@@ -201,7 +201,7 @@ - top_srcdir = @top_srcdir@ - SUBDIRS = src - man_MANS = abuse.6 --datafiledir = $(datadir)/games/abuse -+datafiledir = $(datadir)/abuse_sdl - datafile_DATA = abuse.bmp abuse.lsp abuse.png - EXTRA_DIST = bootstrap abuse.6 abuse.bmp abuse.lsp abuse.png - all: config.h diff -urN /usr/ports/games/abuse_sdl/files/patch-configure games/abuse_sdl/files/patch-configure --- /usr/ports/games/abuse_sdl/files/patch-configure 2009-11-06 16:24:40.000000000 +0900 +++ games/abuse_sdl/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 @@ -1,20 +0,0 @@ ---- configure.orig Sat May 11 23:00:27 2002 -+++ configure Sat May 11 23:00:36 2002 -@@ -3177,7 +3177,7 @@ - echo "${ECHO_T}$ac_cv_exeext" >&6; } - - rm -f conftest.$ac_ext --EXEEXT=$ac_cv_exeext -+EXEEXT=.sdl - ac_exeext=$EXEEXT - { echo "$as_me:$LINENO: checking for suffix of object files" >&5 - echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } -@@ -21887,7 +21887,7 @@ - - X_LIBS=-L$x_libraries - --EXPDATADIR="-DEXPDATADIR=\\\"$datadir/games/abuse\\\"" -+EXPDATADIR="-DEXPDATADIR=\\\"$datadir/abuse_sdl\\\"" - - - { echo "$as_me:$LINENO: checking for XShmAttach in -lXext" >&5 diff -urN /usr/ports/games/abuse_sdl/files/patch-imlib-jmalloc.hpp games/abuse_sdl/files/patch-imlib-jmalloc.hpp --- /usr/ports/games/abuse_sdl/files/patch-imlib-jmalloc.hpp 2009-11-06 03:52:25.000000000 +0900 +++ games/abuse_sdl/files/patch-imlib-jmalloc.hpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- src/imlib/jmalloc.hpp.old 2009-11-04 20:07:54.000000000 -0600 -+++ src/imlib/jmalloc.hpp 2009-11-04 20:08:16.000000000 -0600 -@@ -12,6 +12,7 @@ - - - #include -+#include - - #ifdef MANAGE_MEM - enum {ALLOC_SPACE_STATIC,ALLOC_SPACE_CACHE}; diff -urN /usr/ports/games/abuse_sdl/files/patch-src__intsect.cpp games/abuse_sdl/files/patch-src__intsect.cpp --- /usr/ports/games/abuse_sdl/files/patch-src__intsect.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/abuse_sdl/files/patch-src__intsect.cpp 2011-07-24 19:44:33.000000000 +0900 @@ -0,0 +1,12 @@ +--- src/intsect.cpp.orig 2011-05-02 20:55:06.000000000 +0900 ++++ src/intsect.cpp 2011-07-24 19:43:40.000000000 +0900 +@@ -12,7 +12,9 @@ + # include "config.h" + #endif + ++ + #include ++#include + + void pushback(int32_t x1,int32_t y1,int32_t &x2,int32_t &y2, + int32_t xp1, int32_t yp1, int32_t xp2, int32_t yp2, int xdir, int ydir, int inside) diff -urN /usr/ports/games/abuse_sdl/pkg-descr games/abuse_sdl/pkg-descr --- /usr/ports/games/abuse_sdl/pkg-descr 2009-02-01 14:35:40.000000000 +0900 +++ games/abuse_sdl/pkg-descr 2011-08-03 00:22:06.000000000 +0900 @@ -10,6 +10,4 @@ - Mousewheel support for changing weapons. - Stereo sound. -Note that this port does not install any data files. - WWW: http://abuse.zoy.org/ diff -urN /usr/ports/games/abuse_sdl/pkg-plist games/abuse_sdl/pkg-plist --- /usr/ports/games/abuse_sdl/pkg-plist 1970-01-01 09:00:00.000000000 +0900 +++ games/abuse_sdl/pkg-plist 2011-08-03 00:21:10.000000000 +0900 @@ -0,0 +1,580 @@ +bin/abuse +bin/abuse-tool +%%DATADIR%%/abuse.bmp +%%DATADIR%%/abuse.lsp +%%DATADIR%%/abuse.png +%%DATADIR%%/addon/aliens/adie01.wav +%%DATADIR%%/addon/aliens/adie02.wav +%%DATADIR%%/addon/aliens/adie03.wav +%%DATADIR%%/addon/aliens/adie05.wav +%%DATADIR%%/addon/aliens/ahit01.wav +%%DATADIR%%/addon/aliens/alichars.lsp +%%DATADIR%%/addon/aliens/alien01.wav +%%DATADIR%%/addon/aliens/aliens.lsp +%%DATADIR%%/addon/aliens/aliens.spe +%%DATADIR%%/addon/aliens/aliens.txt +%%DATADIR%%/addon/aliens/altaunt.wav +%%DATADIR%%/addon/aliens/aslash01.wav +%%DATADIR%%/addon/aliens/astartup.lsp +%%DATADIR%%/addon/aliens/bactiles.spe +%%DATADIR%%/addon/aliens/egghatch.wav +%%DATADIR%%/addon/aliens/fortiles.spe +%%DATADIR%%/addon/aliens/jarbreak.wav +%%DATADIR%%/addon/aliens/objects.lsp +%%DATADIR%%/addon/aliens/powerold.lsp +%%DATADIR%%/addon/aliens/powerups.lsp +%%DATADIR%%/addon/aliens/readme.txt +%%DATADIR%%/addon/aliens/sfx.lsp +%%DATADIR%%/addon/aliens/tiles.lsp +%%DATADIR%%/addon/bong/bong.lsp +%%DATADIR%%/addon/bong/bong.spe +%%DATADIR%%/addon/bong/bong01.lvl +%%DATADIR%%/addon/claudio/antship.spe +%%DATADIR%%/addon/claudio/aship.wav +%%DATADIR%%/addon/claudio/bigexp.spe +%%DATADIR%%/addon/claudio/claudio.lsp +%%DATADIR%%/addon/claudio/deepw1.spe +%%DATADIR%%/addon/claudio/deepw2.spe +%%DATADIR%%/addon/claudio/drill.wav +%%DATADIR%%/addon/claudio/droid.spe +%%DATADIR%%/addon/claudio/extiles.spe +%%DATADIR%%/addon/claudio/fire.spe +%%DATADIR%%/addon/claudio/fire.wav +%%DATADIR%%/addon/claudio/glass1.wav +%%DATADIR%%/addon/claudio/lamp.spe +%%DATADIR%%/addon/claudio/lava2.spe +%%DATADIR%%/addon/claudio/mypanels.spe +%%DATADIR%%/addon/claudio/nplatfor.spe +%%DATADIR%%/addon/claudio/oldclaud.lsp +%%DATADIR%%/addon/claudio/pal2.spe +%%DATADIR%%/addon/claudio/pal21.spe +%%DATADIR%%/addon/claudio/pal5.spe +%%DATADIR%%/addon/claudio/pal81.spe +%%DATADIR%%/addon/claudio/pal81f.spe +%%DATADIR%%/addon/claudio/pal82.spe +%%DATADIR%%/addon/claudio/pal82f.spe +%%DATADIR%%/addon/claudio/pal90.spe +%%DATADIR%%/addon/claudio/palettes.txt +%%DATADIR%%/addon/claudio/rob2.spe +%%DATADIR%%/addon/claudio/sewers.wav +%%DATADIR%%/addon/claudio/skull.spe +%%DATADIR%%/addon/claudio/skull.wav +%%DATADIR%%/addon/claudio/spaced.spe +%%DATADIR%%/addon/claudio/spaceh.spe +%%DATADIR%%/addon/claudio/spaceo.wav +%%DATADIR%%/addon/claudio/spacymed.spe +%%DATADIR%%/addon/claudio/spacytdm.spe +%%DATADIR%%/addon/claudio/sswitch.spe +%%DATADIR%%/addon/claudio/t_lamp.spe +%%DATADIR%%/addon/claudio/t_skull.spe +%%DATADIR%%/addon/claudio/t_space.spe +%%DATADIR%%/addon/claudio/t_trex.spe +%%DATADIR%%/addon/claudio/t_water.spe +%%DATADIR%%/addon/claudio/trex1.spe +%%DATADIR%%/addon/claudio/trex1.wav +%%DATADIR%%/addon/claudio/trex2.wav +%%DATADIR%%/addon/claudio/umbrel3.spe +%%DATADIR%%/addon/claudio/unhealth.wav +%%DATADIR%%/addon/claudio/watem.spe +%%DATADIR%%/addon/claudio/wfall.wav +%%DATADIR%%/addon/deathmat/cur_lev.lsp +%%DATADIR%%/addon/deathmat/deathmat.lsp +%%DATADIR%%/addon/deathmat/dstartup.lsp +%%DATADIR%%/addon/deathmat/gamename.lsp +%%DATADIR%%/addon/deathmat/large.lsp +%%DATADIR%%/addon/deathmat/levelset.lsp +%%DATADIR%%/addon/deathmat/medium.lsp +%%DATADIR%%/addon/deathmat/small.lsp +%%DATADIR%%/addon/deathmat/username.lsp +%%DATADIR%%/addon/deathmat/version.lsp +%%DATADIR%%/addon/example/example.lsp +%%DATADIR%%/addon/example/example.lvl +%%DATADIR%%/addon/example/example.spe +%%DATADIR%%/addon/leon/4frabs.lsp +%%DATADIR%%/addon/leon/4frabsdm.lsp +%%DATADIR%%/addon/leon/gray.spe +%%DATADIR%%/addon/leon/leon.lsp +%%DATADIR%%/addon/leon/leon.txt +%%DATADIR%%/addon/leon/level00.spe +%%DATADIR%%/addon/leon/level01.spe +%%DATADIR%%/addon/leon/level02.spe +%%DATADIR%%/addon/leon/lisp/deco.lsp +%%DATADIR%%/addon/leon/lisp/grenade.lsp +%%DATADIR%%/addon/leon/lisp/lmisc.lsp +%%DATADIR%%/addon/leon/lisp/lnant.lsp +%%DATADIR%%/addon/leon/lisp/nextlev3.lsp +%%DATADIR%%/addon/leon/lisp/nguns.lsp +%%DATADIR%%/addon/leon/lisp/njug.lsp +%%DATADIR%%/addon/leon/lisp/rain.lsp +%%DATADIR%%/addon/leon/lisp/slavesw.lsp +%%DATADIR%%/addon/leon/lisp/text.lsp +%%DATADIR%%/addon/leon/lmisc.spe +%%DATADIR%%/addon/leon/lnant.spe +%%DATADIR%%/addon/leon/lnewft.spe +%%DATADIR%%/addon/leon/lnewft2.spe +%%DATADIR%%/addon/leon/rain-old.spe +%%DATADIR%%/addon/leon/rain.spe +%%DATADIR%%/addon/leon/sfx/ambship1.wav +%%DATADIR%%/addon/leon/sfx/ambship2.wav +%%DATADIR%%/addon/leon/sfx/gren5.wav +%%DATADIR%%/addon/leon/sfx/gren6.wav +%%DATADIR%%/addon/leon/sfx/rain.wav +%%DATADIR%%/addon/leon/sfx/rain2.wav +%%DATADIR%%/addon/leon/sfx/rain3.wav +%%DATADIR%%/addon/leon/sfx/rain4.wav +%%DATADIR%%/addon/leon/sfx/thunder.wav +%%DATADIR%%/addon/leon/sfx/thunder2.wav +%%DATADIR%%/addon/leon/sfx/thunder3.wav +%%DATADIR%%/addon/leon/sfx/thunder4.wav +%%DATADIR%%/addon/leon/sfx/thunder5.wav +%%DATADIR%%/addon/newart/blcave.spe +%%DATADIR%%/addon/newart/final.spe +%%DATADIR%%/addon/newart/frabs_1.spe +%%DATADIR%%/addon/newart/frabs_2.spe +%%DATADIR%%/addon/newart/frbsblue.spe +%%DATADIR%%/addon/newart/mtile.spe +%%DATADIR%%/addon/newart/newart.lsp +%%DATADIR%%/addon/newart/space.spe +%%DATADIR%%/addon/newart/stones.spe +%%DATADIR%%/addon/newart/tiledoc.txt +%%DATADIR%%/addon/pong/common.lsp +%%DATADIR%%/addon/pong/levels/pongx01.spe +%%DATADIR%%/addon/pong/levels/pongx02.spe +%%DATADIR%%/addon/pong/levels/pongx03.spe +%%DATADIR%%/addon/pong/levels/pongx04.spe +%%DATADIR%%/addon/pong/levels/pongx05.spe +%%DATADIR%%/addon/pong/levels/pongx06.spe +%%DATADIR%%/addon/pong/levels/pongx07.spe +%%DATADIR%%/addon/pong/levels/pongx08.spe +%%DATADIR%%/addon/pong/levels/pongx09.spe +%%DATADIR%%/addon/pong/levels/pongx10.spe +%%DATADIR%%/addon/pong/pong.lsp +%%DATADIR%%/addon/pong/pong.spe +%%DATADIR%%/addon/pong/pong.txt +%%DATADIR%%/addon/pong/pong01.lvl +%%DATADIR%%/addon/pong/userfuns.lsp +%%DATADIR%%/addon/twist/art/cgc.spe +%%DATADIR%%/addon/twist/art/dray.spe +%%DATADIR%%/addon/twist/art/fire.spe +%%DATADIR%%/addon/twist/art/lavap.spe +%%DATADIR%%/addon/twist/art/legs.spe +%%DATADIR%%/addon/twist/art/mario.spe +%%DATADIR%%/addon/twist/art/mtile.spe +%%DATADIR%%/addon/twist/art/obj.spe +%%DATADIR%%/addon/twist/art/palette.spe +%%DATADIR%%/addon/twist/art/robs.spe +%%DATADIR%%/addon/twist/art/title.spe +%%DATADIR%%/addon/twist/art/weapons.spe +%%DATADIR%%/addon/twist/f2ai.lsp +%%DATADIR%%/addon/twist/f2chars.lsp +%%DATADIR%%/addon/twist/levels/l01s01.lvl +%%DATADIR%%/addon/twist/levels/l01s02.lvl +%%DATADIR%%/addon/twist/levels/l01s03.lvl +%%DATADIR%%/addon/twist/levels/l01s04.lvl +%%DATADIR%%/addon/twist/lisp/ai.lsp +%%DATADIR%%/addon/twist/lisp/chars.lsp +%%DATADIR%%/addon/twist/lisp/chat.lsp +%%DATADIR%%/addon/twist/lisp/dray.lsp +%%DATADIR%%/addon/twist/lisp/english.lsp +%%DATADIR%%/addon/twist/lisp/f2ai.lsp +%%DATADIR%%/addon/twist/lisp/f2chars.lsp +%%DATADIR%%/addon/twist/lisp/light.lsp +%%DATADIR%%/addon/twist/lisp/mario.lsp +%%DATADIR%%/addon/twist/lisp/objects.lsp +%%DATADIR%%/addon/twist/lisp/options.lsp +%%DATADIR%%/addon/twist/lisp/players.lsp +%%DATADIR%%/addon/twist/lisp/sfx.lsp +%%DATADIR%%/addon/twist/lisp/startup.lsp +%%DATADIR%%/addon/twist/lisp/tiles.lsp +%%DATADIR%%/addon/twist/lisp/tints.lsp +%%DATADIR%%/addon/twist/lisp/title.lsp +%%DATADIR%%/addon/twist/lisp/userfuns.lsp +%%DATADIR%%/addon/twist/lisp/weapons.lsp +%%DATADIR%%/addon/twist/readme.txt +%%DATADIR%%/addon/twist/sfx/dray.wav +%%DATADIR%%/addon/twist/twist.lsp +%%DATADIR%%/art/ant.spe +%%DATADIR%%/art/back/alienb.spe +%%DATADIR%%/art/back/backgrnd.spe +%%DATADIR%%/art/back/cave.spe +%%DATADIR%%/art/back/city.spe +%%DATADIR%%/art/back/galien.spe +%%DATADIR%%/art/back/green2.spe +%%DATADIR%%/art/back/intro.spe +%%DATADIR%%/art/back/tech.spe +%%DATADIR%%/art/ball.spe +%%DATADIR%%/art/blowups.spe +%%DATADIR%%/art/bold.spe +%%DATADIR%%/art/boss.spe +%%DATADIR%%/art/chars/ammo.spe +%%DATADIR%%/art/chars/block.spe +%%DATADIR%%/art/chars/concus.spe +%%DATADIR%%/art/chars/door.spe +%%DATADIR%%/art/chars/lava.spe +%%DATADIR%%/art/chars/lavap.spe +%%DATADIR%%/art/chars/lightin.spe +%%DATADIR%%/art/chars/mine.spe +%%DATADIR%%/art/chars/platform.spe +%%DATADIR%%/art/chars/push.spe +%%DATADIR%%/art/chars/sect.spe +%%DATADIR%%/art/chars/step.spe +%%DATADIR%%/art/chars/tdoor.spe +%%DATADIR%%/art/chars/teleport.spe +%%DATADIR%%/art/cloud.spe +%%DATADIR%%/art/compass.spe +%%DATADIR%%/art/consfnt.spe +%%DATADIR%%/art/cop.spe +%%DATADIR%%/art/coptop.spe +%%DATADIR%%/art/credit.spe +%%DATADIR%%/art/dev.spe +%%DATADIR%%/art/door.spe +%%DATADIR%%/art/exp1.spe +%%DATADIR%%/art/flyer.spe +%%DATADIR%%/art/fonts.spe +%%DATADIR%%/art/fore/alien.spe +%%DATADIR%%/art/fore/cave.spe +%%DATADIR%%/art/fore/endgame.spe +%%DATADIR%%/art/fore/foregrnd.spe +%%DATADIR%%/art/fore/techno.spe +%%DATADIR%%/art/fore/techno2.spe +%%DATADIR%%/art/fore/techno3.spe +%%DATADIR%%/art/fore/techno4.spe +%%DATADIR%%/art/fore/trees.spe +%%DATADIR%%/art/fore/trees2.spe +%%DATADIR%%/art/frame.spe +%%DATADIR%%/art/gun2.spe +%%DATADIR%%/art/help.spe +%%DATADIR%%/art/icons.spe +%%DATADIR%%/art/jug.spe +%%DATADIR%%/art/keys.spe +%%DATADIR%%/art/letters.spe +%%DATADIR%%/art/loading.spe +%%DATADIR%%/art/misc.spe +%%DATADIR%%/art/missle.spe +%%DATADIR%%/art/mon_cfg.spe +%%DATADIR%%/art/pform.spe +%%DATADIR%%/art/rob1.spe +%%DATADIR%%/art/rob2.spe +%%DATADIR%%/art/screen11.spe +%%DATADIR%%/art/smoke.spe +%%DATADIR%%/art/statbar.spe +%%DATADIR%%/art/status.spe +%%DATADIR%%/art/tints/ant/blue.spe +%%DATADIR%%/art/tints/ant/brown.spe +%%DATADIR%%/art/tints/ant/darkblue.spe +%%DATADIR%%/art/tints/ant/egg.spe +%%DATADIR%%/art/tints/ant/evil.spe +%%DATADIR%%/art/tints/ant/gray.spe +%%DATADIR%%/art/tints/ant/green.spe +%%DATADIR%%/art/tints/ant/mustard.spe +%%DATADIR%%/art/tints/ant/orange.spe +%%DATADIR%%/art/tints/ant/yellow.spe +%%DATADIR%%/art/tints/cop/africa.spe +%%DATADIR%%/art/tints/cop/blue.spe +%%DATADIR%%/art/tints/cop/bright.spe +%%DATADIR%%/art/tints/cop/darkblue.spe +%%DATADIR%%/art/tints/cop/fire.spe +%%DATADIR%%/art/tints/cop/gold.spe +%%DATADIR%%/art/tints/cop/gray.spe +%%DATADIR%%/art/tints/cop/land.spe +%%DATADIR%%/art/tints/cop/olive.spe +%%DATADIR%%/art/tints/cop/pinkish.spe +%%DATADIR%%/art/tints/cop/purple.spe +%%DATADIR%%/art/tints/cop/yellow.spe +%%DATADIR%%/art/tints/guns/blue.spe +%%DATADIR%%/art/tints/guns/green.spe +%%DATADIR%%/art/tints/guns/orange.spe +%%DATADIR%%/art/tints/guns/redish.spe +%%DATADIR%%/art/title.spe +%%DATADIR%%/art/wait.spe +%%DATADIR%%/defaults.prp +%%DATADIR%%/edit.lsp +%%DATADIR%%/hardness.lsp +%%DATADIR%%/levels/demo1.dat +%%DATADIR%%/levels/frabs00.spe +%%DATADIR%%/levels/frabs01.spe +%%DATADIR%%/levels/frabs02.spe +%%DATADIR%%/levels/frabs03.spe +%%DATADIR%%/levels/frabs04.spe +%%DATADIR%%/levels/frabs05.spe +%%DATADIR%%/levels/frabs06.spe +%%DATADIR%%/levels/frabs07.spe +%%DATADIR%%/levels/frabs08.spe +%%DATADIR%%/levels/frabs09.spe +%%DATADIR%%/levels/frabs10.spe +%%DATADIR%%/levels/frabs11.spe +%%DATADIR%%/levels/frabs12.spe +%%DATADIR%%/levels/frabs13.spe +%%DATADIR%%/levels/frabs14.spe +%%DATADIR%%/levels/frabs15.spe +%%DATADIR%%/levels/frabs17.spe +%%DATADIR%%/levels/frabs18.spe +%%DATADIR%%/levels/frabs19.spe +%%DATADIR%%/levels/frabs20.spe +%%DATADIR%%/levels/frabs21.spe +%%DATADIR%%/levels/frabs30.spe +%%DATADIR%%/levels/frabs70.spe +%%DATADIR%%/levels/frabs71.spe +%%DATADIR%%/levels/frabs72.spe +%%DATADIR%%/levels/frabs73.spe +%%DATADIR%%/levels/frabs74.spe +%%DATADIR%%/levels/level00.spe +%%DATADIR%%/levels/level01.spe +%%DATADIR%%/levels/level02.spe +%%DATADIR%%/levels/level03.spe +%%DATADIR%%/levels/level04.spe +%%DATADIR%%/levels/level05.spe +%%DATADIR%%/levels/level06.spe +%%DATADIR%%/levels/level07.spe +%%DATADIR%%/levels/level08.spe +%%DATADIR%%/levels/level09.spe +%%DATADIR%%/levels/level10.spe +%%DATADIR%%/levels/level11.spe +%%DATADIR%%/levels/level12.spe +%%DATADIR%%/levels/level13.spe +%%DATADIR%%/levels/level14.spe +%%DATADIR%%/levels/level15.spe +%%DATADIR%%/levels/level16.spe +%%DATADIR%%/levels/level17.spe +%%DATADIR%%/levels/level18.spe +%%DATADIR%%/levels/level19.spe +%%DATADIR%%/levels/level20.spe +%%DATADIR%%/levels/level21.spe +%%DATADIR%%/levels/mac/demo1.dat +%%DATADIR%%/levels/mac/demo1.spe +%%DATADIR%%/levels/mac/demo2.dat +%%DATADIR%%/levels/mac/demo2.spe +%%DATADIR%%/levels/mac/demo3.dat +%%DATADIR%%/levels/mac/demo4.dat +%%DATADIR%%/levels/mac/demo4.spe +%%DATADIR%%/levels/mac/demo5.dat +%%DATADIR%%/levels/mac/demo5.spe +%%DATADIR%%/levels/mac/end.spe +%%DATADIR%%/levels/mac/flevel12.spe +%%DATADIR%%/levels/mac/level00.spe +%%DATADIR%%/levels/mac/level01.spe +%%DATADIR%%/levels/mac/level02.spe +%%DATADIR%%/levels/mac/level05.spe +%%DATADIR%%/levels/mac/level07.spe +%%DATADIR%%/levels/mac/level08.spe +%%DATADIR%%/levels/mac/level09.spe +%%DATADIR%%/levels/mac/level12.spe +%%DATADIR%%/levels/mac/level13.spe +%%DATADIR%%/levels/mac/level15.spe +%%DATADIR%%/levels/mac/level18.spe +%%DATADIR%%/levels/mac/level19.spe +%%DATADIR%%/levels/mac/level20.spe +%%DATADIR%%/levels/mac/levels.spe +%%DATADIR%%/levels/mac/netreg1.spe +%%DATADIR%%/levels/mac/netshar1.spe +%%DATADIR%%/levels/mac/netshar2.spe +%%DATADIR%%/levels/mac/pong.lvl +%%DATADIR%%/lisp/ant.lsp +%%DATADIR%%/lisp/chat.lsp +%%DATADIR%%/lisp/common.lsp +%%DATADIR%%/lisp/doors.lsp +%%DATADIR%%/lisp/duong.lsp +%%DATADIR%%/lisp/english.lsp +%%DATADIR%%/lisp/explo.lsp +%%DATADIR%%/lisp/flyer.lsp +%%DATADIR%%/lisp/french.lsp +%%DATADIR%%/lisp/gates.lsp +%%DATADIR%%/lisp/general.lsp +%%DATADIR%%/lisp/german.lsp +%%DATADIR%%/lisp/guns.lsp +%%DATADIR%%/lisp/input.lsp +%%DATADIR%%/lisp/jugger.lsp +%%DATADIR%%/lisp/ladder.lsp +%%DATADIR%%/lisp/language.lsp +%%DATADIR%%/lisp/light.lsp +%%DATADIR%%/lisp/options.lsp +%%DATADIR%%/lisp/people.lsp +%%DATADIR%%/lisp/platform.lsp +%%DATADIR%%/lisp/playwav.lsp +%%DATADIR%%/lisp/powerup.lsp +%%DATADIR%%/lisp/sfx.lsp +%%DATADIR%%/lisp/share.lsp +%%DATADIR%%/lisp/startup.lsp +%%DATADIR%%/lisp/switch.lsp +%%DATADIR%%/lisp/teleport.lsp +%%DATADIR%%/lisp/userfuns.lsp +%%DATADIR%%/lisp/version.lsp +%%DATADIR%%/lisp/weapons.lsp +%%DATADIR%%/music/abuse00.hmi +%%DATADIR%%/music/abuse01.hmi +%%DATADIR%%/music/abuse02.hmi +%%DATADIR%%/music/abuse03.hmi +%%DATADIR%%/music/abuse04.hmi +%%DATADIR%%/music/abuse06.hmi +%%DATADIR%%/music/abuse08.hmi +%%DATADIR%%/music/abuse09.hmi +%%DATADIR%%/music/abuse11.hmi +%%DATADIR%%/music/abuse13.hmi +%%DATADIR%%/music/abuse15.hmi +%%DATADIR%%/music/abuse17.hmi +%%DATADIR%%/music/intro.hmi +%%DATADIR%%/music/playhmp.lsp +%%DATADIR%%/music/victory.hmi +%%DATADIR%%/netlevel/00dm.spe +%%DATADIR%%/netlevel/2play1.spe +%%DATADIR%%/netlevel/2play2.spe +%%DATADIR%%/netlevel/2play3.spe +%%DATADIR%%/netlevel/2play4.spe +%%DATADIR%%/netlevel/4play1.spe +%%DATADIR%%/netlevel/4play2.spe +%%DATADIR%%/netlevel/4play3.spe +%%DATADIR%%/netlevel/4play4.spe +%%DATADIR%%/netlevel/8play1.spe +%%DATADIR%%/netlevel/8play2.spe +%%DATADIR%%/netlevel/8play3.spe +%%DATADIR%%/netlevel/8play4.spe +%%DATADIR%%/netlevel/alitlhot.spe +%%DATADIR%%/netlevel/aquarius.spe +%%DATADIR%%/netlevel/bugs.spe +%%DATADIR%%/netlevel/bugsmed.spe +%%DATADIR%%/netlevel/bugssml.spe +%%DATADIR%%/netlevel/cistern.spe +%%DATADIR%%/netlevel/getcross.spe +%%DATADIR%%/netlevel/jdm3.spe +%%DATADIR%%/netlevel/kotcross.spe +%%DATADIR%%/netlevel/laazrckt.spe +%%DATADIR%%/netlevel/limeston.spe +%%DATADIR%%/netlevel/madrace.spe +%%DATADIR%%/netlevel/occult.spe +%%DATADIR%%/netlevel/redgrndm.spe +%%DATADIR%%/netlevel/ruins.spe +%%DATADIR%%/netlevel/spacymed.spe +%%DATADIR%%/netlevel/spacytdm.spe +%%DATADIR%%/netlevel/teardrop.spe +%%DATADIR%%/netlevel/treesmal.spe +%%DATADIR%%/sfx/adie02.wav +%%DATADIR%%/sfx/adie03.wav +%%DATADIR%%/sfx/adie05.wav +%%DATADIR%%/sfx/ahit01.wav +%%DATADIR%%/sfx/aland01.wav +%%DATADIR%%/sfx/alien01.wav +%%DATADIR%%/sfx/amb07.wav +%%DATADIR%%/sfx/amb10.wav +%%DATADIR%%/sfx/amb11.wav +%%DATADIR%%/sfx/amb13.wav +%%DATADIR%%/sfx/amb15.wav +%%DATADIR%%/sfx/amb16.wav +%%DATADIR%%/sfx/ambcave1.wav +%%DATADIR%%/sfx/ambcave2.wav +%%DATADIR%%/sfx/ambcave3.wav +%%DATADIR%%/sfx/ambcave4.wav +%%DATADIR%%/sfx/ambfrst2.wav +%%DATADIR%%/sfx/ambtech1.wav +%%DATADIR%%/sfx/ambtech2.wav +%%DATADIR%%/sfx/ambtech3.wav +%%DATADIR%%/sfx/ammo01.wav +%%DATADIR%%/sfx/ammo02.wav +%%DATADIR%%/sfx/apain01.wav +%%DATADIR%%/sfx/aslash01.wav +%%DATADIR%%/sfx/ball01.wav +%%DATADIR%%/sfx/blkfoot4.wav +%%DATADIR%%/sfx/button02.wav +%%DATADIR%%/sfx/cleaner.wav +%%DATADIR%%/sfx/crmble01.wav +%%DATADIR%%/sfx/delobj01.wav +%%DATADIR%%/sfx/doorup01.wav +%%DATADIR%%/sfx/doorup02.wav +%%DATADIR%%/sfx/eleacc01.wav +%%DATADIR%%/sfx/elect02.wav +%%DATADIR%%/sfx/eledec01.wav +%%DATADIR%%/sfx/endlvl02.wav +%%DATADIR%%/sfx/explod02.wav +%%DATADIR%%/sfx/fadeon01.wav +%%DATADIR%%/sfx/firebmb1.wav +%%DATADIR%%/sfx/flamloop.wav +%%DATADIR%%/sfx/fly03.wav +%%DATADIR%%/sfx/force01.wav +%%DATADIR%%/sfx/grenad01.wav +%%DATADIR%%/sfx/health01.wav +%%DATADIR%%/sfx/lasrmis2.wav +%%DATADIR%%/sfx/lava01.wav +%%DATADIR%%/sfx/link01.wav +%%DATADIR%%/sfx/logo09.wav +%%DATADIR%%/sfx/metal.wav +%%DATADIR%%/sfx/mghit01.wav +%%DATADIR%%/sfx/mghit02.wav +%%DATADIR%%/sfx/pland01.wav +%%DATADIR%%/sfx/plasma02.wav +%%DATADIR%%/sfx/plasma03.wav +%%DATADIR%%/sfx/pldeth02.wav +%%DATADIR%%/sfx/pldeth04.wav +%%DATADIR%%/sfx/pldeth05.wav +%%DATADIR%%/sfx/pldeth07.wav +%%DATADIR%%/sfx/plpain01.wav +%%DATADIR%%/sfx/plpain02.wav +%%DATADIR%%/sfx/plpain04.wav +%%DATADIR%%/sfx/plpain10.wav +%%DATADIR%%/sfx/poof05.wav +%%DATADIR%%/sfx/poof06.wav +%%DATADIR%%/sfx/robot02.wav +%%DATADIR%%/sfx/rocket02.wav +%%DATADIR%%/sfx/save01.wav +%%DATADIR%%/sfx/save05.wav +%%DATADIR%%/sfx/scream02.wav +%%DATADIR%%/sfx/scream03.wav +%%DATADIR%%/sfx/scream08.wav +%%DATADIR%%/sfx/shotgn31.wav +%%DATADIR%%/sfx/speed02.wav +%%DATADIR%%/sfx/spring03.wav +%%DATADIR%%/sfx/swish01.wav +%%DATADIR%%/sfx/switch01.wav +%%DATADIR%%/sfx/telept01.wav +%%DATADIR%%/sfx/throw01.wav +%%DATADIR%%/sfx/timerfst.wav +%%DATADIR%%/sfx/voice/aimsave.wav +%%DATADIR%%/sfx/voice/ammosave.wav +%%DATADIR%%/sfx/voice/ladder_1.wav +%%DATADIR%%/sfx/voice/ownsave.wav +%%DATADIR%%/sfx/voice/platfo_1.wav +%%DATADIR%%/sfx/voice/poweru_1.wav +%%DATADIR%%/sfx/voice/savesave.wav +%%DATADIR%%/sfx/voice/spaceb_1.wav +%%DATADIR%%/sfx/voice/spcbr1.wav +%%DATADIR%%/sfx/voice/spcbr2.wav +%%DATADIR%%/sfx/voice/starts_1.wav +%%DATADIR%%/sfx/voice/statio_1.wav +%%DATADIR%%/sfx/voice/switch_1.wav +%%DATADIR%%/sfx/voice/switch_2.wav +%%DATADIR%%/sfx/voice/telepo_1.wav +%%DATADIR%%/sfx/voice/wallss_1.wav +%%DATADIR%%/sfx/voice/weapon_1.wav +%%DATADIR%%/sfx/zap2.wav +%%DATADIR%%/sfx/zap3.wav +@dirrm %%DATADIR%%/sfx/voice +@dirrm %%DATADIR%%/sfx +@dirrm %%DATADIR%%/netlevel +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/lisp +@dirrm %%DATADIR%%/levels/mac +@dirrm %%DATADIR%%/levels +@dirrm %%DATADIR%%/art/tints/guns +@dirrm %%DATADIR%%/art/tints/cop +@dirrm %%DATADIR%%/art/tints/ant +@dirrm %%DATADIR%%/art/tints +@dirrm %%DATADIR%%/art/fore +@dirrm %%DATADIR%%/art/chars +@dirrm %%DATADIR%%/art/back +@dirrm %%DATADIR%%/art +@dirrm %%DATADIR%%/addon/twist/sfx +@dirrm %%DATADIR%%/addon/twist/lisp +@dirrm %%DATADIR%%/addon/twist/levels +@dirrm %%DATADIR%%/addon/twist/art +@dirrm %%DATADIR%%/addon/twist +@dirrm %%DATADIR%%/addon/pong/levels +@dirrm %%DATADIR%%/addon/pong +@dirrm %%DATADIR%%/addon/newart +@dirrm %%DATADIR%%/addon/leon/sfx +@dirrm %%DATADIR%%/addon/leon/lisp +@dirrm %%DATADIR%%/addon/leon +@dirrm %%DATADIR%%/addon/example +@dirrm %%DATADIR%%/addon/deathmat +@dirrm %%DATADIR%%/addon/claudio +@dirrm %%DATADIR%%/addon/bong +@dirrm %%DATADIR%%/addon/aliens +@dirrm %%DATADIR%%/addon +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 C072A10656B2 for ; Wed, 3 Aug 2011 18:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88FFA8FC08 for ; Wed, 3 Aug 2011 18: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 p73IeJp0075482 for ; Wed, 3 Aug 2011 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeJss075481; Wed, 3 Aug 2011 18:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:19 GMT Resent-Message-Id: <201108031840.p73IeJss075481@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 216D01065676 for ; Wed, 3 Aug 2011 18:32:16 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id EB9058FC18 for ; Wed, 3 Aug 2011 18:32:15 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 28E6147C036 for ; Thu, 4 Aug 2011 03:32:13 +0900 (JST) Message-Id: <20110804032132.a390d239.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:32 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159441: Update port: games/cosmo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:19 -0000 >Number: 159441 >Category: ports >Synopsis: Update port: games/cosmo >Confidential: no >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 Aug 03 18:40:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/cosmo/Makefile games/cosmo/Makefile --- /usr/ports/games/cosmo/Makefile 2011-08-03 15:31:51.000000000 +0900 +++ games/cosmo/Makefile 2011-08-03 15:53:26.000000000 +0900 @@ -9,17 +9,19 @@ PORTVERSION= 2.0.4 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ftp://133.25.251.9/pub/linux/Vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ \ - ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/cosmo/ +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/other-sources/jp DISTFILES= ${DISTNAME}${EXTRACT_SUFX} moon.tif.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Clone of Cosmo Gang the Puzzle (Namco) -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/cosmo2 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 CB0D21065673 for ; Wed, 3 Aug 2011 18: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 AD5908FC1A for ; Wed, 3 Aug 2011 18: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 p73IeCZE075192 for ; Wed, 3 Aug 2011 18:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeCqJ075191; Wed, 3 Aug 2011 18:40:12 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:12 GMT Resent-Message-Id: <201108031840.p73IeCqJ075191@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD7E1065746 for ; Wed, 3 Aug 2011 18:30:10 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id D1FC58FC1B for ; Wed, 3 Aug 2011 18:30:09 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id E23F12BC03B for ; Thu, 4 Aug 2011 03:30:05 +0900 (JST) Message-Id: <20110804032005.e1bf1172.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159420: Update port: audio/etktab X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:13 -0000 X-List-Received-Date: Wed, 03 Aug 2011 18:40:13 -0000 X-List-Received-Date: Wed, 03 Aug 2011 18:40:13 -0000 >Number: 159420 >Category: ports >Synopsis: Update port: audio/etktab >Confidential: no >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 Aug 03 18:40:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support USE_TK_WRAPPER Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/etktab/Makefile audio/etktab/Makefile --- /usr/ports/audio/etktab/Makefile 2011-02-27 04:58:52.000000000 +0900 +++ audio/etktab/Makefile 2011-07-22 00:46:36.000000000 +0900 @@ -7,34 +7,40 @@ PORTNAME= etktab PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio tcl tk -MASTER_SITES= SF/${PORTNAME}/eTktab/${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} canada_multi-3.2.etk \ - dvorak-3.2.etk uk-3.2.etk us-3.2.etk +MASTER_SITES= SF/${PORTNAME}/eTktab/${PORTVERSION} \ + SF/${PORTNAME}/keyboard%20layout%20support/${PORTVERSION}:keyboard +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT +.if !defined(NOPORTDOCS) +DISTFILES+= canada_multi-3.2.etk:keyboard \ + dvorak-3.2.etk:keyboard \ + uk-3.2.etk:keyboard \ + us-3.2.etk:keyboard +.endif DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Guitar tablature editor -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 - NO_BUILD= yes WRKSRC= ${WRKDIR}/eTktab-${PORTVERSION} +USE_TK_WRAPPER= yes + post-extract: .for FILE in canada_multi-3.2.etk dvorak-3.2.etk uk-3.2.etk us-3.2.etk @${CP} ${DISTDIR}/${DIST_SUBDIR}/${FILE} ${WRKSRC} .endfor do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/eTktab ${PREFIX}/bin/etktab + ${INSTALL_SCRIPT} ${WRKSRC}/eTktab ${PREFIX}/bin/etktab .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in CHANGES.html LICENSE.html README.html eTktab-small.xpm eTktab.xpm \ canada_multi-3.2.etk dvorak-3.2.etk uk-3.2.etk us-3.2.etk - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/audio/etktab/files/patch-aa audio/etktab/files/patch-aa --- /usr/ports/audio/etktab/files/patch-aa 2003-09-01 07:32:14.000000000 +0900 +++ audio/etktab/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- eTktab Tue Jul 22 00:53:46 2003 -+++ eTktab Mon Jul 28 23:44:45 2003 -@@ -1,6 +1,6 @@ - #!/bin/sh - # This line makes the next one a comment in Tcl \ --exec wish "$0" -- ${1+"$@"} -+exec wish8.4 "$0" -- ${1+"$@"} - - # eTKTab by Jason Sonnenschein jes_jm@yahoo.com - # based on: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 909C0106567A for ; Wed, 3 Aug 2011 18:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0EA408FC27 for ; Wed, 3 Aug 2011 18: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 p73IeCen075201 for ; Wed, 3 Aug 2011 18:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeCe7075200; Wed, 3 Aug 2011 18:40:12 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:12 GMT Resent-Message-Id: <201108031840.p73IeCe7075200@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24860106574B for ; Wed, 3 Aug 2011 18:30:16 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id ED2478FC16 for ; Wed, 3 Aug 2011 18:30:15 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 1642E2BC03B for ; Thu, 4 Aug 2011 03:30:13 +0900 (JST) Message-Id: <20110804032010.7b18896c.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:20:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159421: Update port: audio/freepats X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:13 -0000 X-List-Received-Date: Wed, 03 Aug 2011 18:40:13 -0000 >Number: 159421 >Category: ports >Synopsis: Update port: audio/freepats >Confidential: no >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 Aug 03 18:40:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/freepats/Makefile audio/freepats/Makefile --- /usr/ports/audio/freepats/Makefile 2008-09-07 14:52:51.000000000 +0900 +++ audio/freepats/Makefile 2011-07-22 00:55:28.000000000 +0900 @@ -8,7 +8,7 @@ PORTNAME= freepats PORTVERSION= 20060219 CATEGORIES= audio -MASTER_SITES= http://freepats.opensrc.org/ GENTOO/distfiles +MASTER_SITES= http://freepats.zenvoid.org/ MAINTAINER= ports@FreeBSD.org COMMENT= A free and open set of instrument patches diff -urN /usr/ports/audio/freepats/pkg-descr audio/freepats/pkg-descr --- /usr/ports/audio/freepats/pkg-descr 2011-08-03 15:19:25.000000000 +0900 +++ audio/freepats/pkg-descr 2009-10-10 18:11:59.000000000 +0900 @@ -1,2 +1,4 @@ Freepats is a project to create a free and open set of instrument patches, in any format, that can be used with softsynths. + +WWW: http://freepats.zenvoid.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 0105410656D9 for ; Wed, 3 Aug 2011 18:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D67288FC27 for ; Wed, 3 Aug 2011 18: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 p73IeJLX075494 for ; Wed, 3 Aug 2011 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeJXQ075492; Wed, 3 Aug 2011 18:40:19 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:19 GMT Resent-Message-Id: <201108031840.p73IeJXQ075492@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF3D91065675 for ; Wed, 3 Aug 2011 18:32:22 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 625AD8FC14 for ; Wed, 3 Aug 2011 18:32:22 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 74A2E34034 for ; Thu, 4 Aug 2011 03:32:18 +0900 (JST) Message-Id: <20110804032136.9e571cbd.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159442: Update port: games/edge to 1.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:20 -0000 >Number: 159442 >Category: ports >Synopsis: Update port: games/edge to 1.35 >Confidential: no >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 Aug 03 18:40:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.35 New file: files/patch-src__i_net.cc Remove file: files/patch-SConstruct pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/edge/Makefile games/edge/Makefile --- /usr/ports/games/edge/Makefile 2010-06-07 16:11:59.000000000 +0900 +++ games/edge/Makefile 2011-07-29 02:41:43.000000000 +0900 @@ -6,36 +6,63 @@ # PORTNAME= edge -PORTVERSION= 1.29 -PORTREVISION= 7 +PORTVERSION= 1.35 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/EDGE%20Source%20Code/${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION}-source -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-${PORTVERSION}-linux${EXTRACT_SUFX} +MASTER_SITES= SF/${PORTNAME}/EDGE%20Source%20Code/${PORTVERSION} \ + SF/${PORTNAME}/EDGE%20Binaries/${PORTVERSION}:wad +DISTFILES= Edge-${PORTVERSION}-source${EXTRACT_SUFX} \ + Edge-${PORTVERSION}-linux.tar.gz:wad +EXTRACT_ONLY= Edge-${PORTVERSION}-source${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= DOOM style engine aimed at the Total Conversion developer -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ +LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ + GLEW.1:${PORTSDIR}/graphics/glew \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis + png.6:${PORTSDIR}/graphics/png -USE_SCONS= yes +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/Edge-${PORTVERSION}-source + +USE_BZIP2= yes USE_SDL= sdl -SCONS_ARGS= release=true +USE_GMAKE= yes +MAKEFILE= Makefile.linux +MAKE_JOBS_SAFE= yes + +PORTDOCS= * +PLIST_FILES= bin/edge %%DMDIR%%/edge.wad +PLIST_DIRSTRY= %%DMDIR%% + +CFLAGS+= -ffast-math + +post-extract: + @${TAR} -C ${WRKDIR} \ + --exclude "License.txt" \ + --exclude "edge_linux" \ + --exclude "demo-*" \ + --exclude "*.zip" \ + -x -f ${DISTDIR}/Edge-${PORTVERSION}-linux.tar.gz post-patch: - @${REINPLACE_CMD} -e 's|%%DMDIR%%|${DMDIR}|;' ${WRKSRC}/src/e_main.cc - @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|;' ${WRKSRC}/SConstruct + @${REINPLACE_CMD} -e \ + 's|^CC=|CC?=| ; \ + s|^CXX=|CXX?=| ; \ + s|^CFLAGS=|CFLAGS?=| ; \ + s|-L$$(LIBDIR)/glew-1.4/lib||' ${WRKSRC}/Makefile.linux + @${REINPLACE_CMD} -e \ + 's|%%DMDIR%%|${DMDIR}|' ${WRKSRC}/src/e_main.cc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gledge32 ${PREFIX}/bin/${PORTNAME} - ${INSTALL_DATA} ${WRKDIR}/edge.wad ${DMDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/edge.linux ${PREFIX}/bin/${PORTNAME} + @${MKDIR} ${DMDIR} + ${INSTALL_DATA} ${WRKDIR}/Edge-${PORTVERSION}/edge.wad ${DMDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/Edge-${PORTVERSION}/*.txt ${DOCSDIR} .endif .include "${.CURDIR}/../doom-data/Makefile.include" diff -urN /usr/ports/games/edge/distinfo games/edge/distinfo --- /usr/ports/games/edge/distinfo 2011-07-04 02:02:53.000000000 +0900 +++ games/edge/distinfo 2011-07-29 02:10:29.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (edge-1.29-source.tar.gz) = 9ddf455dc2706a6d0efbe22da7a2fb0871a986af85d87c3b48cd5e9239f086a1 -SIZE (edge-1.29-source.tar.gz) = 5513212 -SHA256 (edge-1.29-linux.tar.gz) = 59f5447fc0f6b8d0bb947f764035f02005f481cd08abf1e219d1555888c7b15f -SIZE (edge-1.29-linux.tar.gz) = 1918394 +SHA256 (Edge-1.35-source.tar.bz2) = 7b42cac6eb93f61ddb4a29571e7a9ca4565ea1912c37007798c91d554a77274e +SIZE (Edge-1.35-source.tar.bz2) = 3919677 +SHA256 (Edge-1.35-linux.tar.gz) = fd405424a3858b211bc5ff45bffc261ebca7ae91d3fd0a34a74e47d6d7f6f125 +SIZE (Edge-1.35-linux.tar.gz) = 1957577 diff -urN /usr/ports/games/edge/files/patch-SConstruct games/edge/files/patch-SConstruct --- /usr/ports/games/edge/files/patch-SConstruct 2010-03-25 04:40:19.000000000 +0900 +++ games/edge/files/patch-SConstruct 1970-01-01 09:00:00.000000000 +0900 @@ -1,25 +0,0 @@ ---- SConstruct.orig 2007-06-06 15:07:47.000000000 +0200 -+++ SConstruct 2010-03-12 11:00:55.000000000 +0100 -@@ -27,6 +27,14 @@ - if build_info['cross']: - base_env.Tool('crossmingw', toolpath=['build']) - -+# Respect CC, CXX, CCFLAGS, CPPPATH and LIBPATH command-line parameters. -+for key in ['CC', 'CXX']: -+ if key in ARGUMENTS: -+ base_env[key] = ARGUMENTS[key] -+for key in ['CCFLAGS', 'CPPPATH', 'LIBPATH']: -+ if key in ARGUMENTS: -+ base_env[key] = Split(ARGUMENTS[key]) -+ - # warnings - base_env.Append(CCFLAGS = ['-Wall']) - -@@ -100,6 +108,7 @@ - env.ParseConfig('#linux_lib/fltk-1.1.7/fltk-config --cflags') - env.Append(LIBPATH = ['#linux_lib/fltk-1.1.7/lib']) - env.Append(LIBS = ['fltk', 'fltk_images']) -+ env.Append(LINKFLAGS = ['%%PTHREAD_LIBS%%']) - - # HawkNL - if 0: diff -urN /usr/ports/games/edge/files/patch-src__e_main.cc games/edge/files/patch-src__e_main.cc --- /usr/ports/games/edge/files/patch-src__e_main.cc 2007-12-18 02:53:59.000000000 +0900 +++ games/edge/files/patch-src__e_main.cc 2009-04-14 04:42:18.000000000 +0900 @@ -1,11 +1,11 @@ ---- ./src/e_main.cc.orig Thu Jun 21 00:04:22 2007 -+++ ./src/e_main.cc Wed Dec 5 23:35:20 2007 -@@ -1110,6 +1110,8 @@ +--- src/e_main.cc.orig 2008-08-23 18:00:36.000000000 +0900 ++++ src/e_main.cc 2009-04-14 04:42:02.000000000 +0900 +@@ -936,6 +936,8 @@ - if (s && epi::the_filesystem->IsDir(s)) - iwad_dir.Set(s); + if (s && epi::FS_IsDir(s)) + iwad_dir = std::string(s); + else -+ iwad_dir.Set("%%DMDIR%%"); ++ iwad_dir = std::string("%%DMDIR%%"); } // Should the IWAD directory not be set by now, then we diff -urN /usr/ports/games/edge/files/patch-src__i_net.cc games/edge/files/patch-src__i_net.cc --- /usr/ports/games/edge/files/patch-src__i_net.cc 1970-01-01 09:00:00.000000000 +0900 +++ games/edge/files/patch-src__i_net.cc 2011-07-29 02:28:01.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/i_net.cc.orig 2009-10-19 12:12:43.000000000 +0900 ++++ src/i_net.cc 2011-07-29 02:27:29.000000000 +0900 +@@ -29,7 +29,7 @@ + + bool nonet = true; + +-#ifdef LINUX ++#ifdef __linux__ + #include + #include + #endif diff -urN /usr/ports/games/edge/files/patch-src__unx_net.cc games/edge/files/patch-src__unx_net.cc --- /usr/ports/games/edge/files/patch-src__unx_net.cc 2007-12-18 02:53:59.000000000 +0900 +++ games/edge/files/patch-src__unx_net.cc 2011-07-29 02:19:18.000000000 +0900 @@ -1,14 +1,20 @@ ---- ./src/unx_net.cc.orig Sat Nov 25 05:25:10 2006 -+++ ./src/unx_net.cc Wed Dec 5 23:19:09 2007 -@@ -36,7 +36,11 @@ - #define htons htons_FUCK +--- src/unx_net.cc.orig 2009-10-19 12:14:58.000000000 +0900 ++++ src/unx_net.cc 2011-07-29 02:18:56.000000000 +0900 +@@ -27,7 +27,7 @@ + #include + + // -AJA- 2005/04/01: Yet another work-around for the huge pile of shit called C++ +-#ifndef MACOSX ++#ifdef __linux__ + #define ntohl ntohl_CRUD + #define ntohs ntohs_CRUD + #define htonl htonl_CRUD +@@ -36,7 +36,7 @@ #include -+#ifdef __FreeBSD__ -+#include -+#else - #include -+#endif - // possible: - // +-#ifdef MACOSX ++#ifndef __linux__ + #include + #else + #include diff -urN /usr/ports/games/edge/pkg-plist games/edge/pkg-plist --- /usr/ports/games/edge/pkg-plist 2007-12-18 02:53:59.000000000 +0900 +++ games/edge/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,5 +0,0 @@ -bin/edge -%%DMDIR%%/edge.wad -%%PORTDOCS%%%%DOCSDIR%%/Changelog-129.txt -%%PORTDOCS%%%%DOCSDIR%%/Edge-Readme.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 5969D1065672 for ; Wed, 3 Aug 2011 18:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9418FC2F for ; Wed, 3 Aug 2011 18: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 p73IeKC6075537 for ; Wed, 3 Aug 2011 18:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeKiS075531; Wed, 3 Aug 2011 18:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:20 GMT Resent-Message-Id: <201108031840.p73IeKiS075531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BB5106566B for ; Wed, 3 Aug 2011 18:32:27 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id EC0218FC08 for ; Wed, 3 Aug 2011 18:32:26 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 2D68450036 for ; Thu, 4 Aug 2011 03:32:24 +0900 (JST) Message-Id: <20110804032140.9aac7211.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159443: Update port: games/excide X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:20 -0000 >Number: 159443 >Category: ports >Synopsis: Update port: games/excide >Confidential: no >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 Aug 03 18:40:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/excido/Makefile games/excido/Makefile --- /usr/ports/games/excido/Makefile 2011-08-03 15:31:54.000000000 +0900 +++ games/excido/Makefile 2011-08-03 18:41:50.000000000 +0900 @@ -9,27 +9,30 @@ PORTVERSION= 0.1.5c PORTREVISION= 11 CATEGORIES= games -MASTER_SITES= http://offload1.icculus.org/excido/ +MASTER_SITES= http://offload2.icculus.org:9090/excido/ \ + http://offload1.icculus.org:9090/excido/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A portable fast-paced 3d shooter -BROKEN= does not fetch - LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_GMAKE= yes USE_GL= yes -USE_OPENAL= al alut USE_SDL= image sdl ttf +USE_OPENAL= al alut +USE_GMAKE= yes +MAKE_JOBS_SAFE= yes post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 AE3D21065676 for ; Wed, 3 Aug 2011 18:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9027F8FC35 for ; Wed, 3 Aug 2011 18: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 p73IeKWj075587 for ; Wed, 3 Aug 2011 18:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeK5l075581; Wed, 3 Aug 2011 18:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:20 GMT Resent-Message-Id: <201108031840.p73IeK5l075581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB667106566C for ; Wed, 3 Aug 2011 18:32:31 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id A3E3D8FC12 for ; Wed, 3 Aug 2011 18:32:31 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id BDE8E50036 for ; Thu, 4 Aug 2011 03:32:29 +0900 (JST) Message-Id: <20110804032144.8010a5d9.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:44 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159444: Update port: games/fkiss X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:20 -0000 >Number: 159444 >Category: ports >Synopsis: Update port: games/fkiss >Confidential: no >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 Aug 03 18:40:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support NOPORTEXAMPLES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/fkiss/Makefile games/fkiss/Makefile --- /usr/ports/games/fkiss/Makefile 2011-08-03 15:31:55.000000000 +0900 +++ games/fkiss/Makefile 2011-08-03 15:54:07.000000000 +0900 @@ -9,7 +9,7 @@ PORTVERSION= 0.33a PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/ +MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}-patch${EXTRACT_SUFX} @@ -17,9 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Freely enjoy childlike KISS, French-KISS! -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha NOT_FOR_ARCHS= alpha @@ -28,13 +25,14 @@ WANT_GNOME= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" MAN1= fkiss.1 -PLIST_FILES= bin/fkiss %%EXAMPLESDIR%%/frkismi4.lzh -PLIST_DIRS= %%EXAMPLESDIR%% +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/fkiss .include @@ -44,10 +42,6 @@ LDFLAGS+= `pkg-config --libs-only-L esound ` .endif -.if !defined(NOPORTDOCS) -PORTDOCS= README README.ja_JP.eucJP -.endif - pre-patch: @cd ${WRKSRC} && ${CAT} ../${PORTNAME}-${PORTVERSION}.diff \ | ${PATCH} ${PATCH_ARGS} @@ -61,12 +55,14 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin/fkiss ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${MANPREFIX}/man/man1/fkiss.1 - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${EXAMPLESDIR}/frkismi4.lzh .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/README.euc ${DOCSDIR}/README.ja_JP.eucJP .endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${EXAMPLESDIR}/frkismi4.lzh +.endif .include diff -urN /usr/ports/games/fkiss/pkg-descr games/fkiss/pkg-descr --- /usr/ports/games/fkiss/pkg-descr 2011-08-03 15:31:55.000000000 +0900 +++ games/fkiss/pkg-descr 2011-07-29 01:59:56.000000000 +0900 @@ -5,3 +5,5 @@ For example, type % fkiss /usr/local/share/examples/fkiss/frkismi4.lzh + +WWW: http://www2s.biglobe.ne.jp/~yav/soft/index.html#fkiss >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F13106566B for ; Wed, 3 Aug 2011 18:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E8CBD8FC1A for ; Wed, 3 Aug 2011 18: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 p73IeKTw075623 for ; Wed, 3 Aug 2011 18:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeKhd075617; Wed, 3 Aug 2011 18:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:20 GMT Resent-Message-Id: <201108031840.p73IeKhd075617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D35111065673 for ; Wed, 3 Aug 2011 18:32:36 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 808B88FC17 for ; Wed, 3 Aug 2011 18:32:36 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 3D75150036 for ; Thu, 4 Aug 2011 03:32:34 +0900 (JST) Message-Id: <20110804032148.eb75e23e.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:48 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159445: Update port: games/freecell-solver to 3.8.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, 03 Aug 2011 18:40:21 -0000 >Number: 159445 >Category: ports >Synopsis: Update port: games/freecell-solver to 3.8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 3.8.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/freecell-solver/Makefile games/freecell-solver/Makefile --- /usr/ports/games/freecell-solver/Makefile 2011-02-27 23:15:36.000000000 +0900 +++ games/freecell-solver/Makefile 2011-07-29 03:08:08.000000000 +0900 @@ -7,19 +7,18 @@ # PORTNAME= freecell-solver -PORTVERSION= 3.6.0 -PORTREVISION= 1 +PORTVERSION= 3.8.0 CATEGORIES= games -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ - BERLIOS/fc-solve +MASTER_SITES= BERLIOS/fc-solve MAINTAINER= ports@FreeBSD.org COMMENT= A program that automatically solves games of Freecell -LICENSE= MIT - OPTIONS= TCMALLOC "Use Google's TCMalloc" off +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING.txt + USE_BZIP2= yes USE_PERL5_BUILD= yes USE_CMAKE= yes @@ -41,13 +40,14 @@ .if defined(WITH_TCMALLOC) LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools -CMAKE_ARGS+= -DFCS_USE_TCMALLOC:BOOL=ON +.else +CMAKE_ARGS+= -DFCS_AVOID_TCMALLOC:BOOL=ON .endif post-patch: - @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' \ - ${WRKSRC}/Presets/presets/children-playing-ball.sh \ - ${WRKSRC}/Presets/presets/sentient-pearls.sh +.for file in children-playing-ball.sh sentient-pearls.sh + @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/Presets/presets/${file} +.endfor post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/games/freecell-solver/distinfo games/freecell-solver/distinfo --- /usr/ports/games/freecell-solver/distinfo 2011-02-16 04:05:49.000000000 +0900 +++ games/freecell-solver/distinfo 2011-07-29 02:21:17.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (freecell-solver-3.6.0.tar.bz2) = 958162318419e3a914bccd149f29b79e74f82f9edb79083745f3572c2576ca50 -SIZE (freecell-solver-3.6.0.tar.bz2) = 397996 +SHA256 (freecell-solver-3.8.0.tar.bz2) = 2c282979eccd82d70a2fb301b8a20285b6b23ce9b49009c9e74aa5c598846066 +SIZE (freecell-solver-3.8.0.tar.bz2) = 629168 diff -urN /usr/ports/games/freecell-solver/files/patch-CMakeLists.txt games/freecell-solver/files/patch-CMakeLists.txt --- /usr/ports/games/freecell-solver/files/patch-CMakeLists.txt 2011-02-16 04:05:49.000000000 +0900 +++ games/freecell-solver/files/patch-CMakeLists.txt 2011-07-29 03:08:01.000000000 +0900 @@ -1,36 +1,5 @@ --- CMakeLists.txt.orig 2011-02-01 21:34:27.000000000 +0100 +++ CMakeLists.txt 2011-02-08 20:56:22.000000000 +0100 -@@ -168,6 +168,8 @@ - SET (FCS_TRACE_MEM "" CACHE BOOL "Enable memory tracing in fc-solve.") - SET (FCS_MAX_NUM_SCANS_BUCKETS "" CACHE STRING "The number of scan_visited buckets in fc-solve (safe to ignore).") - -+SET (FCS_USE_TCMALLOC "" CACHE BOOL "Use tcmalloc") -+ - IF (NOT (STATES_TYPE MATCHES "^(INDIRECT_STACK_STATES|COMPACT_STATES|DEBUG_STATES)$")) - MESSAGE(FATAL_ERROR "STATES_TYPE should be ('INDIRECT_STACK_STATES', 'COMPACT_STATES' or 'DEBUG_STATES')") - ENDIF(NOT (STATES_TYPE MATCHES "^(INDIRECT_STACK_STATES|COMPACT_STATES|DEBUG_STATES)$")) -@@ -362,7 +364,7 @@ - CMAKE_MINIMUM_REQUIRED(VERSION 2.6) - - SET(COMPILER_FLAGS_TO_CHECK -- "-Wall" "-Werror=implicit-function-declaration" "-fvisibility=hidden" -+ "-Wall" - ) - - IF (CPU_ARCH) -@@ -461,7 +463,11 @@ - # Optionally link against Google's TCMalloc if it's available: - # http://goog-perftools.sourceforge.net/ - # This gives better performance for the threaded programs. -- FIND_LIBRARY(LIBTCMALLOC_LIB tcmalloc) -+ IF (FCS_USE_TCMALLOC) -+ -+ FIND_LIBRARY(LIBTCMALLOC_LIB tcmalloc) -+ -+ ENDIF (FCS_USE_TCMALLOC) - - IF(LIBTCMALLOC_LIB STREQUAL "LIBTCMALLOC_LIB-NOTFOUND") - # Do nothing. @@ -496,7 +502,6 @@ IF (CMAKE_USE_PTHREADS_INIT) diff -urN /usr/ports/games/freecell-solver/pkg-plist games/freecell-solver/pkg-plist --- /usr/ports/games/freecell-solver/pkg-plist 2011-02-16 04:05:49.000000000 +0900 +++ games/freecell-solver/pkg-plist 2011-07-29 02:49:48.000000000 +0900 @@ -34,8 +34,8 @@ %%DATADIR%%/presets/cool-jives.sh %%DATADIR%%/presets/crooked-nose.sh %%DATADIR%%/presets/enlightened-ostrich.sh -%%DATADIR%%/presets/foss-nessy.sh %%DATADIR%%/presets/fools-gold.sh +%%DATADIR%%/presets/foss-nessy.sh %%DATADIR%%/presets/gooey-unknown-thing.sh %%DATADIR%%/presets/hello-world.sh %%DATADIR%%/presets/john_galt_line-500.sh >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67AED1065678 for ; Wed, 3 Aug 2011 18:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0778FC1E for ; Wed, 3 Aug 2011 18:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeLpp075674 for ; Wed, 3 Aug 2011 18:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeLvY075668; Wed, 3 Aug 2011 18:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:21 GMT Resent-Message-Id: <201108031840.p73IeLvY075668@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57163106564A for ; Wed, 3 Aug 2011 18:32:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD8E8FC0A for ; Wed, 3 Aug 2011 18:32:41 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 0E3BB47C036 for ; Thu, 4 Aug 2011 03:32:38 +0900 (JST) Message-Id: <20110804032152.e467c4cc.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159446: Update port: games/freesweep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:21 -0000 >Number: 159446 >Category: ports >Synopsis: Update port: games/freesweep >Confidential: no >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 Aug 03 18:40:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/freesweep/Makefile games/freesweep/Makefile --- /usr/ports/games/freesweep/Makefile 2011-08-03 15:32:00.000000000 +0900 +++ games/freesweep/Makefile 2011-08-03 15:56:11.000000000 +0900 @@ -6,33 +6,35 @@ # PORTNAME= freesweep -PORTVERSION= 0.90 -PORTREVISION= 1 +PORTVERSION= 0.92 CATEGORIES= games -MASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/ +MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper-style game for text-mode terminals -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \ - --with-scoresdir=${DATADIR}\ + --with-scoresdir=${DATADIR} \ --disable-debug-log -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -ALL_TARGET= # empty +ALL_TARGET= ${PORTNAME} +MAKE_JOBS_SAFE= yes MAN6= freesweep.6 +PORTDOCS= CHANGES README +PLIST_FILES= bin/freesweep %%DATADIR%%/sweeprc %%DATADIR%%/sweeptimes +PLIST_DIRS= %%DATADIR%% post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif .include diff -urN /usr/ports/games/freesweep/distinfo games/freesweep/distinfo --- /usr/ports/games/freesweep/distinfo 2011-07-04 02:03:08.000000000 +0900 +++ games/freesweep/distinfo 2011-07-29 03:13:41.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (freesweep-0.90.tar.gz) = d5cc33c07c523460295c3ba296fcf7b08049f469ff4f70672067492720949586 -SIZE (freesweep-0.90.tar.gz) = 87169 +SHA256 (freesweep-0.92.tar.gz) = 519c7405c131bd62db7534855fbb92b9cfcf511ded2bf4d2b94f1abaf86aa698 +SIZE (freesweep-0.92.tar.gz) = 87353 diff -urN /usr/ports/games/freesweep/pkg-descr games/freesweep/pkg-descr --- /usr/ports/games/freesweep/pkg-descr 2011-08-03 15:32:00.000000000 +0900 +++ games/freesweep/pkg-descr 2011-07-29 03:19:57.000000000 +0900 @@ -1,2 +1,4 @@ -Minesweeper-type game for text-mode terminals. Features -include boards up to 1024x1024 and saving and loading the boards. +Minesweeper-type game for text-mode terminals. Features include boards +up to 1024x1024 and saving and loading the boards. + +WWW: http://code.google.com/p/freesweep/ diff -urN /usr/ports/games/freesweep/pkg-plist games/freesweep/pkg-plist --- /usr/ports/games/freesweep/pkg-plist 2003-11-12 20:22:48.000000000 +0900 +++ games/freesweep/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,7 +0,0 @@ -bin/freesweep -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/sweeprc -%%DATADIR%%/sweeptimes -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7ECC106567A for ; Wed, 3 Aug 2011 18:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FEF98FC0A for ; Wed, 3 Aug 2011 18:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeLax075716 for ; Wed, 3 Aug 2011 18:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeLZu075710; Wed, 3 Aug 2011 18:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:21 GMT Resent-Message-Id: <201108031840.p73IeLZu075710@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8F9E1065672 for ; Wed, 3 Aug 2011 18:32:45 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9EFC68FC13 for ; Wed, 3 Aug 2011 18:32:45 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id CD7B547C036 for ; Thu, 4 Aug 2011 03:32:43 +0900 (JST) Message-Id: <20110804032155.51a17db8.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159447: Update port: games/gtktetcolor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:21 -0000 >Number: 159447 >Category: ports >Synopsis: Update port: games/gtktetcolor >Confidential: no >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 Aug 03 18:40:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gtktetcolor/Makefile games/gtktetcolor/Makefile --- /usr/ports/games/gtktetcolor/Makefile 2010-03-28 17:37:07.000000000 +0900 +++ games/gtktetcolor/Makefile 2011-08-03 18:48:27.000000000 +0900 @@ -9,18 +9,23 @@ PORTVERSION= 0.6.4 PORTREVISION= 10 CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.dvgu.ru/ifit/~panov/gtktetcolor/ -MASTER_SITE_SUBDIR= games +MASTER_SITES= SUNSITE/games \ + http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ MAINTAINER= ports@FreeBSD.org COMMENT= A game for GNOME that resembles well-known tetris and columns +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ diff -urN /usr/ports/games/gtktetcolor/pkg-descr games/gtktetcolor/pkg-descr --- /usr/ports/games/gtktetcolor/pkg-descr 2011-08-03 15:32:07.000000000 +0900 +++ games/gtktetcolor/pkg-descr 2011-08-03 18:43:53.000000000 +0900 @@ -5,3 +5,5 @@ will collapse. If two or more sequences will be removed simultaneously the player has got bonus points. The game will be over when new block cannot be placed on screen. + +WWW: http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 1F096106564A for ; Wed, 3 Aug 2011 18:40: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 014008FC12 for ; Wed, 3 Aug 2011 18:40: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 p73IeLcZ075767 for ; Wed, 3 Aug 2011 18:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeLZ8075761; Wed, 3 Aug 2011 18:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:21 GMT Resent-Message-Id: <201108031840.p73IeLZ8075761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B6A81065677 for ; Wed, 3 Aug 2011 18:32:50 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1011E8FC15 for ; Wed, 3 Aug 2011 18:32:50 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 3894834034 for ; Thu, 4 Aug 2011 03:32:48 +0900 (JST) Message-Id: <20110804032159.9a28f047.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:21:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159448: Update port: games/heroes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:22 -0000 >Number: 159448 >Category: ports >Synopsis: Update port: games/heroes >Confidential: no >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 Aug 03 18:40:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/heroes/Makefile games/heroes/Makefile --- /usr/ports/games/heroes/Makefile 2010-05-31 16:20:15.000000000 +0900 +++ games/heroes/Makefile 2011-07-29 05:50:03.000000000 +0900 @@ -9,17 +9,21 @@ PORTVERSION= 0.21 PORTREVISION= 13 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF \ + SF/${PORTNAME}/${PORTNAME}-data/${DATAVERSION}:data \ + SF/${PORTNAME}/${PORTNAME}-sound-effects/${SOUNDVERSION}:sound \ + SF/${PORTNAME}/${PORTNAME}-sound-tracks/${MUSICVERSION}:music DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${DATADISTNAME}${EXTRACT_SUFX} \ - ${SOUNDISTNAME}${EXTRACT_SUFX} \ - ${MUSICDISTNAME}${EXTRACT_SUFX} -#PATCH_SITES= ftp://heroes.sourceforge.net/pub/heroes/patches/ -#PATCHFILES= heroes-0.7-errata.patch + ${DATADISTNAME}${EXTRACT_SUFX}:data \ + ${SOUNDISTNAME}${EXTRACT_SUFX}:sound \ + ${MUSICDISTNAME}${EXTRACT_SUFX}:music MAINTAINER= ports@FreeBSD.org COMMENT= A game of yore similar to the "Tron" and "Nibbles" +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + DATAVERSION= 1.5 SOUNDVERSION= 1.0 MUSICVERSION= 1.0 @@ -35,9 +39,10 @@ USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi +MAKE_JOBS_SAFE= yes .if defined(WITH_OPTIMIZED_CFLAGS) CONFIGURE_ARGS+=--enable-optimizations >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 74E721065673 for ; Wed, 3 Aug 2011 18:40: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 569918FC15 for ; Wed, 3 Aug 2011 18:40: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 p73IeMup075810 for ; Wed, 3 Aug 2011 18:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeMwL075803; Wed, 3 Aug 2011 18:40:22 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:22 GMT Resent-Message-Id: <201108031840.p73IeMwL075803@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E7621065670 for ; Wed, 3 Aug 2011 18:32:55 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 047AB8FC16 for ; Wed, 3 Aug 2011 18:32:54 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id B026C34034 for ; Thu, 4 Aug 2011 03:32:52 +0900 (JST) Message-Id: <20110804032203.47cfab72.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159449: Update port: games/inform to 6.32 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:22 -0000 >Number: 159449 >Category: ports >Synopsis: Update port: games/inform to 6.32 >Confidential: no >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 Aug 03 18:40:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 6.32 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/inform/Makefile games/inform/Makefile --- /usr/ports/games/inform/Makefile 2011-08-03 15:32:09.000000000 +0900 +++ games/inform/Makefile 2011-08-03 19:04:35.000000000 +0900 @@ -6,53 +6,48 @@ # PORTNAME= inform -PORTVERSION= 6.30 +PORTVERSION= 6.32 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/source/ \ - ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/library/ -DISTFILES= inform630_source.zip inform_library611.zip + ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/library/:lib +DIST_SUBDIR= inform +DISTFILES= inform${PORTVERSION:S/.//}_source.zip inform_library611.zip:lib +.if !defined(NOPORTDOCS) +MASTER_SITES+= ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/:doc +DISTFILES+= designers_manual_4.zip:doc +.endif +EXTRACT_ONLY= inform${PORTVERSION:S/.//}_source.zip MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for producing text adventure games -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -.if !defined(NOPORTDOCS) -MASTER_SITES+= ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/manuals/ -DISTFILES+= designers_manual_4.zip -.endif +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -DIST_SUBDIR= inform NO_WRKSUBDIR= yes -EXTRACT_ONLY= inform630_source.zip USE_ZIP= yes -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -post-extract: - @${CP} ${FILESDIR}/Makefile.inform ${WRKSRC}/Makefile +MAKEFILE= ${FILESDIR}/Makefile.inform # Install the library files in ${PREFIX}/share/inform, and install # documentation if appropriate. post-install: - ${MKDIR} ${PREFIX}/share/inform - (cd ${PREFIX}/share/inform && \ + @${MKDIR} ${DATADIR} + (cd ${DATADIR} && \ unzip -qq -o ${DISTDIR}/${DIST_SUBDIR}/inform_library611.zip) .for file in English.h Grammar.h Parser.h VerbLib.h infix.h linklpa.h \ linklv.h parserm.h verblibm.h - ${CHMOD} ${SHAREMODE} ${PREFIX}/share/inform/${file} - ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/inform/${file} + ${CHMOD} ${SHAREMODE} ${DATADIR}/${file} + ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DATADIR}/${file} .endfor .if defined(NOPORTDOCS) - ${RM} ${PREFIX}/share/inform/readme.txt + @${RM} ${DATADIR}/readme.txt .else - ${MKDIR} ${PREFIX}/share/doc/inform - (umask 222 && unzip -qq -o -d ${PREFIX}/share/doc/inform \ + @${MKDIR} ${DOCSDIR} + (umask 222 && unzip -qq -o -d ${DOCSDIR} \ ${DISTDIR}/${DIST_SUBDIR}/designers_manual_4.zip) - ${MV} ${PREFIX}/share/inform/readme.txt ${PREFIX}/share/doc/inform - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/inform + @${MV} ${DATADIR}/readme.txt ${DOCSDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif diff -urN /usr/ports/games/inform/distinfo games/inform/distinfo --- /usr/ports/games/inform/distinfo 2011-07-04 02:03:17.000000000 +0900 +++ games/inform/distinfo 2011-08-03 22:25:04.000000000 +0900 @@ -1,5 +1,5 @@ -SHA256 (inform/inform630_source.zip) = e6d094fdc9fa672474648adffb8d0e984dde240a42d8d78dddd89ba67cb68a98 -SIZE (inform/inform630_source.zip) = 249490 +SHA256 (inform/inform632_source.zip) = d007f3a681fae08956625d8a075311da2d2832e73c13b84134b8be048d6778e2 +SIZE (inform/inform632_source.zip) = 253546 SHA256 (inform/inform_library611.zip) = e6887175afd1291eaeb0dc10bf30534fae79920da3cc61488179b5059bfa1eeb SIZE (inform/inform_library611.zip) = 100163 SHA256 (inform/designers_manual_4.zip) = 7cbe80169ed9495c63475da51809377f8d0e2002c947bb284915f6119a967f0c diff -urN /usr/ports/games/inform/pkg-descr games/inform/pkg-descr --- /usr/ports/games/inform/pkg-descr 2001-10-09 01:27:39.000000000 +0900 +++ games/inform/pkg-descr 2011-08-03 18:59:52.000000000 +0900 @@ -8,4 +8,4 @@ and obtain the manual from the FTP site. The FTP site also contains example games and other resources. -ftp://ftp.ifarchive.org/if-archive/infocom/compilers/inform6/ +http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 C8FA61065676 for ; Wed, 3 Aug 2011 18:40: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 AAA998FC20 for ; Wed, 3 Aug 2011 18:40: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 p73IeMOc075865 for ; Wed, 3 Aug 2011 18:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeMAi075864; Wed, 3 Aug 2011 18:40:22 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:22 GMT Resent-Message-Id: <201108031840.p73IeMAi075864@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6B061065673 for ; Wed, 3 Aug 2011 18:33:02 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5A28FC1C for ; Wed, 3 Aug 2011 18:33:02 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id C8FD52BC03B for ; Thu, 4 Aug 2011 03:32:57 +0900 (JST) Message-Id: <20110804032207.8de3fe1a.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159450: Update port: games/lgeneral X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:23 -0000 >Number: 159450 >Category: ports >Synopsis: Update port: games/lgeneral >Confidential: no >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 Aug 03 18:40:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Install data files >How-To-Repeat: >Fix: diff -urN /usr/ports/games/lgeneral/Makefile games/lgeneral/Makefile --- /usr/ports/games/lgeneral/Makefile 2011-07-03 15:09:51.000000000 +0900 +++ games/lgeneral/Makefile 2011-08-03 00:30:25.000000000 +0900 @@ -7,12 +7,18 @@ PORTNAME= lgeneral PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ + SF/${PORTNAME}/${PORTNAME}-data:data +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ + pg-data${EXTRACT_SUFX}:data MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy engine inspired by Panzer General +CONFLICTS= lgeneral-data-[0-9]* + USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes @@ -45,6 +51,10 @@ @${REINPLACE_CMD} -e 's|/icons|/pixmaps|' ${WRKSRC}/Makefile.in post-install: + @${PREFIX}/bin/lgc-pg -s ${WRKDIR}/pg-data -d ${DATADIR} + @${FIND} ${DATADIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx + @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR} diff -urN /usr/ports/games/lgeneral/distinfo games/lgeneral/distinfo --- /usr/ports/games/lgeneral/distinfo 2011-07-03 15:09:51.000000000 +0900 +++ games/lgeneral/distinfo 2011-07-25 13:39:51.000000000 +0900 @@ -1,2 +1,4 @@ SHA256 (lgeneral-1.2.1.tar.gz) = 94fabf87a82e99708a858cde3a53824cec1998c5f02b111178a6b6e46e7d97f6 SIZE (lgeneral-1.2.1.tar.gz) = 1721089 +SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04 +SIZE (pg-data.tar.gz) = 410476 diff -urN /usr/ports/games/lgeneral/pkg-plist games/lgeneral/pkg-plist --- /usr/ports/games/lgeneral/pkg-plist 2011-07-03 15:09:51.000000000 +0900 +++ games/lgeneral/pkg-plist 2011-07-25 14:55:31.000000000 +0900 @@ -30,8 +30,153 @@ %%DATADIR%%/convdata/title.bmp %%DATADIR%%/convdata/tracked.wav %%DATADIR%%/convdata/wheeled.wav +%%DATADIR%%/gfx/flags/pg.bmp %%DATADIR%%/gfx/font_credit.bmp +%%DATADIR%%/gfx/terrain/pg/airfield.bmp +%%DATADIR%%/gfx/terrain/pg/airfield_rain.bmp +%%DATADIR%%/gfx/terrain/pg/airfield_snow.bmp +%%DATADIR%%/gfx/terrain/pg/clear.bmp +%%DATADIR%%/gfx/terrain/pg/clear_rain.bmp +%%DATADIR%%/gfx/terrain/pg/clear_snow.bmp +%%DATADIR%%/gfx/terrain/pg/crosshair.bmp +%%DATADIR%%/gfx/terrain/pg/damage_bars.bmp +%%DATADIR%%/gfx/terrain/pg/danger.bmp +%%DATADIR%%/gfx/terrain/pg/desert.bmp +%%DATADIR%%/gfx/terrain/pg/desert_rain.bmp +%%DATADIR%%/gfx/terrain/pg/desert_snow.bmp +%%DATADIR%%/gfx/terrain/pg/explosion.bmp +%%DATADIR%%/gfx/terrain/pg/fields.bmp +%%DATADIR%%/gfx/terrain/pg/fields_rain.bmp +%%DATADIR%%/gfx/terrain/pg/fields_snow.bmp +%%DATADIR%%/gfx/terrain/pg/fog.bmp +%%DATADIR%%/gfx/terrain/pg/forest.bmp +%%DATADIR%%/gfx/terrain/pg/forest_rain.bmp +%%DATADIR%%/gfx/terrain/pg/forest_snow.bmp +%%DATADIR%%/gfx/terrain/pg/fort.bmp +%%DATADIR%%/gfx/terrain/pg/fort_rain.bmp +%%DATADIR%%/gfx/terrain/pg/fort_snow.bmp +%%DATADIR%%/gfx/terrain/pg/grid.bmp +%%DATADIR%%/gfx/terrain/pg/harbor.bmp +%%DATADIR%%/gfx/terrain/pg/harbor_rain.bmp +%%DATADIR%%/gfx/terrain/pg/harbor_snow.bmp +%%DATADIR%%/gfx/terrain/pg/mountain.bmp +%%DATADIR%%/gfx/terrain/pg/mountain_rain.bmp +%%DATADIR%%/gfx/terrain/pg/mountain_snow.bmp +%%DATADIR%%/gfx/terrain/pg/ocean.bmp +%%DATADIR%%/gfx/terrain/pg/ocean_rain.bmp +%%DATADIR%%/gfx/terrain/pg/ocean_snow.bmp +%%DATADIR%%/gfx/terrain/pg/river.bmp +%%DATADIR%%/gfx/terrain/pg/river_rain.bmp +%%DATADIR%%/gfx/terrain/pg/river_snow.bmp +%%DATADIR%%/gfx/terrain/pg/road.bmp +%%DATADIR%%/gfx/terrain/pg/road_rain.bmp +%%DATADIR%%/gfx/terrain/pg/road_snow.bmp +%%DATADIR%%/gfx/terrain/pg/rough.bmp +%%DATADIR%%/gfx/terrain/pg/rough_desert.bmp +%%DATADIR%%/gfx/terrain/pg/rough_desert_rain.bmp +%%DATADIR%%/gfx/terrain/pg/rough_desert_snow.bmp +%%DATADIR%%/gfx/terrain/pg/rough_rain.bmp +%%DATADIR%%/gfx/terrain/pg/rough_snow.bmp +%%DATADIR%%/gfx/terrain/pg/select_frame.bmp +%%DATADIR%%/gfx/terrain/pg/swamp.bmp +%%DATADIR%%/gfx/terrain/pg/swamp_rain.bmp +%%DATADIR%%/gfx/terrain/pg/swamp_snow.bmp +%%DATADIR%%/gfx/terrain/pg/town.bmp +%%DATADIR%%/gfx/terrain/pg/town_rain.bmp +%%DATADIR%%/gfx/terrain/pg/town_snow.bmp %%DATADIR%%/gfx/title.bmp +%%DATADIR%%/gfx/units/pg.bmp +%%DATADIR%%/gfx/units/pg_attack.bmp +%%DATADIR%%/gfx/units/pg_guard.bmp +%%DATADIR%%/gfx/units/pg_move.bmp +%%DATADIR%%/gfx/units/pg_strength.bmp +%%DATADIR%%/maps/pg.tdb +%%DATADIR%%/maps/pg/map01 +%%DATADIR%%/maps/pg/map02 +%%DATADIR%%/maps/pg/map03 +%%DATADIR%%/maps/pg/map04 +%%DATADIR%%/maps/pg/map05 +%%DATADIR%%/maps/pg/map06 +%%DATADIR%%/maps/pg/map07 +%%DATADIR%%/maps/pg/map08 +%%DATADIR%%/maps/pg/map09 +%%DATADIR%%/maps/pg/map10 +%%DATADIR%%/maps/pg/map11 +%%DATADIR%%/maps/pg/map12 +%%DATADIR%%/maps/pg/map13 +%%DATADIR%%/maps/pg/map14 +%%DATADIR%%/maps/pg/map15 +%%DATADIR%%/maps/pg/map16 +%%DATADIR%%/maps/pg/map17 +%%DATADIR%%/maps/pg/map18 +%%DATADIR%%/maps/pg/map19 +%%DATADIR%%/maps/pg/map20 +%%DATADIR%%/maps/pg/map21 +%%DATADIR%%/maps/pg/map22 +%%DATADIR%%/maps/pg/map23 +%%DATADIR%%/maps/pg/map24 +%%DATADIR%%/maps/pg/map25 +%%DATADIR%%/maps/pg/map26 +%%DATADIR%%/maps/pg/map27 +%%DATADIR%%/maps/pg/map28 +%%DATADIR%%/maps/pg/map29 +%%DATADIR%%/maps/pg/map30 +%%DATADIR%%/maps/pg/map31 +%%DATADIR%%/maps/pg/map32 +%%DATADIR%%/maps/pg/map33 +%%DATADIR%%/maps/pg/map34 +%%DATADIR%%/maps/pg/map35 +%%DATADIR%%/maps/pg/map36 +%%DATADIR%%/maps/pg/map37 +%%DATADIR%%/maps/pg/map38 +%%DATADIR%%/nations/pg.ndb +%%DATADIR%%/scenarios/pg/.order +%%DATADIR%%/scenarios/pg/Anvil +%%DATADIR%%/scenarios/pg/Anzio +%%DATADIR%%/scenarios/pg/Ardennes +%%DATADIR%%/scenarios/pg/Balkans +%%DATADIR%%/scenarios/pg/Barbarossa +%%DATADIR%%/scenarios/pg/Berlin +%%DATADIR%%/scenarios/pg/BerlinEast +%%DATADIR%%/scenarios/pg/BerlinWest +%%DATADIR%%/scenarios/pg/Budapest +%%DATADIR%%/scenarios/pg/Byelorussia +%%DATADIR%%/scenarios/pg/Caucasus +%%DATADIR%%/scenarios/pg/Cobra +%%DATADIR%%/scenarios/pg/Crete +%%DATADIR%%/scenarios/pg/D-Day +%%DATADIR%%/scenarios/pg/EarlyMoscow +%%DATADIR%%/scenarios/pg/ElAlamein +%%DATADIR%%/scenarios/pg/France +%%DATADIR%%/scenarios/pg/Husky +%%DATADIR%%/scenarios/pg/Kharkov +%%DATADIR%%/scenarios/pg/Kiev +%%DATADIR%%/scenarios/pg/Kursk +%%DATADIR%%/scenarios/pg/LowCountries +%%DATADIR%%/scenarios/pg/MarketGarden +%%DATADIR%%/scenarios/pg/MiddleEast +%%DATADIR%%/scenarios/pg/Moscow41 +%%DATADIR%%/scenarios/pg/Moscow42 +%%DATADIR%%/scenarios/pg/Moscow43 +%%DATADIR%%/scenarios/pg/NorthAfrica +%%DATADIR%%/scenarios/pg/Norway +%%DATADIR%%/scenarios/pg/Poland +%%DATADIR%%/scenarios/pg/Sealion40 +%%DATADIR%%/scenarios/pg/Sealion43 +%%DATADIR%%/scenarios/pg/SealionPlus +%%DATADIR%%/scenarios/pg/Sevastapol +%%DATADIR%%/scenarios/pg/Stalingrad +%%DATADIR%%/scenarios/pg/Torch +%%DATADIR%%/scenarios/pg/Warsaw +%%DATADIR%%/scenarios/pg/Washington +%%DATADIR%%/sounds/pg/air.wav +%%DATADIR%%/sounds/pg/air2.wav +%%DATADIR%%/sounds/pg/explosion.wav +%%DATADIR%%/sounds/pg/leg.wav +%%DATADIR%%/sounds/pg/sea.wav +%%DATADIR%%/sounds/pg/select.wav +%%DATADIR%%/sounds/pg/tracked.wav +%%DATADIR%%/sounds/pg/wheeled.wav %%DATADIR%%/themes/default/bkgnd.bmp %%DATADIR%%/themes/default/brief_frame.bmp %%DATADIR%%/themes/default/click.wav @@ -63,38 +208,36 @@ %%DATADIR%%/themes/default/strength_buttons.bmp %%DATADIR%%/themes/default/unit_buttons.bmp %%DATADIR%%/themes/default/wallpaper.bmp +%%DATADIR%%/units/pg.udb %%NLS%%share/locale/de/LC_MESSAGES/lgeneral.mo %%NLS%%share/locale/de/LC_MESSAGES/pg.mo %%NLS%%share/locale/en/LC_MESSAGES/lgeneral.mo %%NLS%%share/locale/en/LC_MESSAGES/pg.mo share/pixmaps/lgeneral48.png -@dirrmtry %%DATADIR%%/units -@dirrmtry %%DATADIR%%/themes/default -@dirrmtry %%DATADIR%%/themes -@dirrmtry %%DATADIR%%/terrain -@dirrmtry %%DATADIR%%/sounds -@dirrmtry %%DATADIR%%/scenarios -@dirrmtry %%DATADIR%%/nations -@dirrmtry %%DATADIR%%/music -@dirrmtry %%DATADIR%%/maps -@dirrmtry %%DATADIR%%/gfx/units -@dirrmtry %%DATADIR%%/gfx/terrain -@dirrmtry %%DATADIR%%/gfx/flags -@dirrmtry %%DATADIR%%/gfx -@dirrmtry %%DATADIR%%/convdata -@dirrmtry %%DATADIR%%/campaigns -@dirrmtry %%DATADIR%%/ai_modules -@dirrmtry %%DATADIR%% +@dirrm %%DATADIR%%/units +@dirrm %%DATADIR%%/themes/default +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/terrain +@dirrm %%DATADIR%%/sounds/pg +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/scenarios/pg +@dirrm %%DATADIR%%/scenarios +@dirrm %%DATADIR%%/nations +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/maps/pg +@dirrm %%DATADIR%%/maps +@dirrm %%DATADIR%%/gfx/units +@dirrm %%DATADIR%%/gfx/terrain/pg +@dirrm %%DATADIR%%/gfx/terrain +@dirrm %%DATADIR%%/gfx/flags +@dirrm %%DATADIR%%/gfx +@dirrm %%DATADIR%%/convdata +@dirrm %%DATADIR%%/campaigns +@dirrm %%DATADIR%%/ai_modules +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications -@exec mkdir -p %D/share/lgeneral/ai_modules -@exec mkdir -p %D/share/lgeneral/gfx/flags -@exec mkdir -p %D/share/lgeneral/gfx/terrain -@exec mkdir -p %D/share/lgeneral/gfx/units -@exec mkdir -p %D/share/lgeneral/maps -@exec mkdir -p %D/share/lgeneral/music -@exec mkdir -p %D/share/lgeneral/nations -@exec mkdir -p %D/share/lgeneral/scenarios -@exec mkdir -p %D/share/lgeneral/sounds -@exec mkdir -p %D/share/lgeneral/terrain -@exec mkdir -p %D/share/lgeneral/units +@exec mkdir -p %D/share/lgeneral/gfx/terrain/pg +@exec mkdir -p %D/share/lgeneral/maps/pg +@exec mkdir -p %D/share/lgeneral/scenarios/pg +@exec mkdir -p %D/share/lgeneral/sounds/pg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D29D1065675 for ; Wed, 3 Aug 2011 18:40: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 0F3598FC22 for ; Wed, 3 Aug 2011 18:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeMHS075909 for ; Wed, 3 Aug 2011 18:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeMkk075903; Wed, 3 Aug 2011 18:40:22 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:22 GMT Resent-Message-Id: <201108031840.p73IeMkk075903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25CC2106566B for ; Wed, 3 Aug 2011 18:33:07 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id F04ED8FC12 for ; Wed, 3 Aug 2011 18:33:06 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 2643547C036 for ; Thu, 4 Aug 2011 03:33:04 +0900 (JST) Message-Id: <20110804032211.5eff3d6c.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159451: Update port: games/mahjong to 1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:23 -0000 >Number: 159451 >Category: ports >Synopsis: Update port: games/mahjong to 1.10 >Confidential: no >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 Aug 03 18:40:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/mahjong/Makefile games/mahjong/Makefile --- /usr/ports/games/mahjong/Makefile 2011-08-03 15:32:14.000000000 +0900 +++ games/mahjong/Makefile 2011-08-03 19:15:49.000000000 +0900 @@ -7,23 +7,23 @@ # PORTNAME= mahjong -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= games net -MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/%SUBDIR%/ +MASTER_SITES= http://mahjong.julianbradfield.org/Source/%SUBDIR%/ MASTER_SITE_SUBDIR= . Old DISTNAME= mj-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A networked Mah Jong program, together with a computer player -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +USE_GNOME= gtk20 USE_PERL5_BUILD= yes -USE_GNOME= gtk12 USE_GMAKE= yes MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}" +MAKE_JOBS_SAFE= yes MAN1= xmj.1 MLINKS= xmj.1 mj-player.1 \ @@ -31,13 +31,12 @@ PLIST_FILES= bin/mj-server bin/mj-player bin/xmj post-patch: - @${PERL} -pi -e 's|^CC|#CC|g ; \ + @${REINPLACE_CMD} -e 's|^CC|#CC|g ; \ s|^DESTDIR|#DESTDIR|g ; \ s|^CDEBUGFLAGS|#CDEBUGFLAGS|g ; \ s|^MAKE|#MAKE|g ; \ s|^PERL|#PERL|g ; \ - s|^INST|#INST|g ; \ - s|gtk-config|\$$\{GTK_CONFIG\}|g' ${WRKSRC}/Makefile + s|^INST|#INST|g' ${WRKSRC}/Makefile do-install: .for file in mj-server mj-player xmj diff -urN /usr/ports/games/mahjong/distinfo games/mahjong/distinfo --- /usr/ports/games/mahjong/distinfo 2011-07-04 02:03:39.000000000 +0900 +++ games/mahjong/distinfo 2011-08-03 19:14:05.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mj-1.8-src.tar.gz) = b27d7ec12be5efa705998de84421cfbe9f57dcaa2e3a1ebf1918f2c077c54c11 -SIZE (mj-1.8-src.tar.gz) = 370814 +SHA256 (mj-1.10-src.tar.gz) = b3993a6f9efbb238415697631e048e04839a695e250b59e59173d7096373bc81 +SIZE (mj-1.10-src.tar.gz) = 400283 diff -urN /usr/ports/games/mahjong/pkg-descr games/mahjong/pkg-descr --- /usr/ports/games/mahjong/pkg-descr 2009-12-21 15:22:13.000000000 +0900 +++ games/mahjong/pkg-descr 2011-08-03 19:11:34.000000000 +0900 @@ -11,4 +11,4 @@ in adding Hong Kong and Japanese versions. I'm not interested in adding American versions, though somebody else might be. -WWW: http://www.stevens-bradfield.com/MahJong/ +WWW: http://mahjong.julianbradfield.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE3B1065679 for ; Wed, 3 Aug 2011 18:40: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 6782A8FC24 for ; Wed, 3 Aug 2011 18:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeNTP075969 for ; Wed, 3 Aug 2011 18:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeNM0075962; Wed, 3 Aug 2011 18:40:23 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:23 GMT Resent-Message-Id: <201108031840.p73IeNM0075962@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 395EB1065675 for ; Wed, 3 Aug 2011 18:33:12 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 101398FC08 for ; Wed, 3 Aug 2011 18:33:11 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 0687534034 for ; Thu, 4 Aug 2011 03:33:09 +0900 (JST) Message-Id: <20110804032215.282c5fc3.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159452: Update port: games/nuclearchess X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:23 -0000 >Number: 159452 >Category: ports >Synopsis: Update port: games/nuclearchess >Confidential: no >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 Aug 03 18:40:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/nuclearchess/Makefile games/nuclearchess/Makefile --- /usr/ports/games/nuclearchess/Makefile 2011-08-03 15:32:21.000000000 +0900 +++ games/nuclearchess/Makefile 2011-08-03 15:56:43.000000000 +0900 @@ -9,20 +9,17 @@ PORTVERSION= 1.0.0 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ +MASTER_SITES= http://www.linux-games.com/nuclearchess/ MAINTAINER= ports@FreeBSD.org COMMENT= A chess variant designed to be short and fun for all players -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -GNU_CONFIGURE= yes +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_SDL= sdl image - -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --localstatedir=${DATADIR} \ - --program-prefix= +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${DATADIR} +MAKE_JOBS_SAFE= yes .include diff -urN /usr/ports/games/nuclearchess/pkg-descr games/nuclearchess/pkg-descr --- /usr/ports/games/nuclearchess/pkg-descr 2011-08-03 15:32:21.000000000 +0900 +++ games/nuclearchess/pkg-descr 2011-07-29 04:09:03.000000000 +0900 @@ -1,3 +1,5 @@ NuclearChess is a chess variant. Whenever a piece is captured, both pieces and all pieces on neighbour fields die. Games are short and fun even for people who usually don't play chess. + +WWW: http://www.linux-games.com/nuclearchess/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 01DAE106567B for ; Wed, 3 Aug 2011 18:40: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 BE3118FC08 for ; Wed, 3 Aug 2011 18:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeNIx076012 for ; Wed, 3 Aug 2011 18:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeNdi076006; Wed, 3 Aug 2011 18:40:23 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:23 GMT Resent-Message-Id: <201108031840.p73IeNdi076006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 795BE106564A for ; Wed, 3 Aug 2011 18:33:16 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCCA8FC0A for ; Wed, 3 Aug 2011 18:33:16 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 6E26347C036 for ; Thu, 4 Aug 2011 03:33:14 +0900 (JST) Message-Id: <20110804032218.a2ffa77c.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159453: Update port: games/orbital_eunuchs_sniper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:24 -0000 >Number: 159453 >Category: ports >Synopsis: Update port: games/orbital_eunuchs_sniper >Confidential: no >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 Aug 03 18:40:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/orbital_eunuchs_sniper/Makefile games/orbital_eunuchs_sniper/Makefile --- /usr/ports/games/orbital_eunuchs_sniper/Makefile 2011-08-03 15:32:22.000000000 +0900 +++ games/orbital_eunuchs_sniper/Makefile 2011-08-03 15:54:35.000000000 +0900 @@ -9,26 +9,26 @@ PORTVERSION= 1.30 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://filesingularity.timedoctor.org/ +MASTER_SITES= http://offload2.icculus.org:9090/oes/ \ + http://offload1.icculus.org:9090/oes/ MAINTAINER= ports@FreeBSD.org COMMENT= An overhead shooting game -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - USE_SDL= sdl image mixer GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ - LDFLAGS="`${SDL_CONFIG} --libs`" -CONFIGURE_ARGS= --with-games-dir=${PREFIX}/share \ - --program-transform-name= +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-games-dir=${PREFIX}/share +MAKE_JOBS_SAFE= yes PORTDOCS= AUTHORS ChangeLog README TODO readme.txt -.if !defined(NOPORTDOCS) +CPPFLAGS= `${SDL_CONFIG} --cflags` +LDFLAGS= `${SDL_CONFIG} --libs` + post-install: - ${MKDIR} ${DOCSDIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 3A44B1065672 for ; Wed, 3 Aug 2011 18:40: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 1BD8A8FC1B for ; Wed, 3 Aug 2011 18:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeNdG076046 for ; Wed, 3 Aug 2011 18:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeNJ8076045; Wed, 3 Aug 2011 18:40:23 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:23 GMT Resent-Message-Id: <201108031840.p73IeNJ8076045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E985F1065676 for ; Wed, 3 Aug 2011 18:33:22 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id B297F8FC16 for ; Wed, 3 Aug 2011 18:33:22 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id CAD9223C031 for ; Thu, 4 Aug 2011 03:33:18 +0900 (JST) Message-Id: <20110804032222.bd9ef4e9.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159454: Update port: games/quackle to 0.96 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:24 -0000 >Number: 159454 >Category: ports >Synopsis: Update port: games/quackle to 0.96 >Confidential: no >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 Aug 03 18:40:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.96 Remove file: files/patch-fixedstring.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/quackle/Makefile games/quackle/Makefile --- /usr/ports/games/quackle/Makefile 2010-03-28 17:37:34.000000000 +0900 +++ games/quackle/Makefile 2011-08-03 05:55:30.000000000 +0900 @@ -6,30 +6,50 @@ # PORTNAME= quackle -PORTVERSION= 0.95 -PORTREVISION= 3 +PORTVERSION= 0.96 +DISTVERSIONSUFFIX= -source CATEGORIES= games -MASTER_SITES= http://web.mit.edu/jasonkb/www/quackle/downloads/${PORTNAME}-${PORTVERSION}/ -DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tar.gz +MASTER_SITES= http://people.csail.mit.edu/jasonkb/quackle/downloads/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A scrabble-like word game utilizing qt4 -USE_SCONS= yes +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BUILD_WRKSRC= ${WRKSRC}/quacker + USE_QT_VER= 4 -QT_COMPONENTS= qmake_build moc_build gui +QT_COMPONENTS= corelib gui moc_build qmake_build USE_GMAKE= yes -QMAKE_ARGS= -unix -spec ${QMAKESPEC} +MAKE_JOBS_SAFE= yes -pre-patch: - @${REINPLACE_CMD} -e 's|if (QFile::exists("data"))|if (QFile::exists("${DATADIR}"))|' ${WRKSRC}/quacker/settings.cpp - @${REINPLACE_CMD} -e 's|QUACKLE_DATAMANAGER->setDataDirectory("data");|QUACKLE_DATAMANAGER->setDataDirectory("${DATADIR}");|' ${WRKSRC}/quacker/settings.cpp +post-extract: + @${FIND} ${WRKSRC} \( -name "*.[ao]" -or -name "moc_*" \) -delete -post-build: - @(cd ${WRKSRC}/quackleio && ${QMAKE} ${QMAKE_ARGS} -o Makefile quackleio.pro && ${SETENV} ${MAKE_ENV} ${GMAKE} && cd ${WRKSRC}/quacker && ${QMAKE} ${QMAKE_ARGS} -o Makefile quacker.pro && ${SETENV} ${MAKE_ENV} ${GMAKE}) +post-patch: + @${REINPLACE_CMD} -e \ + '/debug/s|^CONFIG|#CONFIG| ; \ + /release/s|^#CONFIG|CONFIG|' ${BUILD_WRKSRC}/quacker.pro + @${REINPLACE_CMD} -e \ + '/QFile::exists/s|("data")|("${DATADIR}")| ; \ + /setDataDirectory/s|("data")|("${DATADIR}")|' ${BUILD_WRKSRC}/settings.cpp + +do-configure: +.for dir in . quackleio quacker + @(cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) +.endfor + +pre-build: +.for dir in . quackleio + @(cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endfor do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/quacker/quacker ${PREFIX}/bin/quackle + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/quacker ${PREFIX}/bin/quackle @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${DATADIR}) .include diff -urN /usr/ports/games/quackle/distinfo games/quackle/distinfo --- /usr/ports/games/quackle/distinfo 2011-07-04 02:03:57.000000000 +0900 +++ games/quackle/distinfo 2011-07-30 19:56:45.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (quackle-0.95-source.tar.gz) = 21544c41f465818f7c33a514eae3d725108b2992532b6db6ded269aa69de3e4c -SIZE (quackle-0.95-source.tar.gz) = 49800462 +SHA256 (quackle-0.96-source.tar.gz) = 545a5cf32e5e8391df22a72c63eef3c1fbb991635630ede3b16fb5f4b99b701f +SIZE (quackle-0.96-source.tar.gz) = 48267335 diff -urN /usr/ports/games/quackle/files/patch-fixedstring.h games/quackle/files/patch-fixedstring.h --- /usr/ports/games/quackle/files/patch-fixedstring.h 2008-04-26 02:22:39.000000000 +0900 +++ games/quackle/files/patch-fixedstring.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- fixedstring.h.orig 2008-04-15 20:02:38.000000000 -0600 -+++ fixedstring.h 2008-04-15 20:02:55.000000000 -0600 -@@ -18,6 +18,7 @@ - * 02110-1301 USA - */ - -+#include - #ifndef QUACKLE_FIXEDSTRING_H - #define QUACKLE_FIXEDSTRING_H - diff -urN /usr/ports/games/quackle/pkg-descr games/quackle/pkg-descr --- /usr/ports/games/quackle/pkg-descr 2011-08-03 15:32:26.000000000 +0900 +++ games/quackle/pkg-descr 2011-08-02 04:08:29.000000000 +0900 @@ -5,3 +5,5 @@ See http://web.mit.edu/jasonkb/www/quackle/example_report.html for a reminder of which squares are which, and recreate this board to have exactly the same rules as Scrabble (TM) + +WWW: http://quackle.org/ diff -urN /usr/ports/games/quackle/pkg-plist games/quackle/pkg-plist --- /usr/ports/games/quackle/pkg-plist 2008-07-18 22:43:10.000000000 +0900 +++ games/quackle/pkg-plist 2011-08-01 03:36:01.000000000 +0900 @@ -3,24 +3,46 @@ %%DATADIR%%/alphabets/english_super.quackle_alphabet %%DATADIR%%/alphabets/english_wild.quackle_alphabet %%DATADIR%%/alphabets/french.quackle_alphabet +%%DATADIR%%/alphabets/greek.quackle_alphabet %%DATADIR%%/alphabets/korean.quackle_alphabet +%%DATADIR%%/alphabets/mandarin.quackle_alphabet +%%DATADIR%%/alphabets/mandarin.quackle_alphabet~ +%%DATADIR%%/alphabets/pinyin.quackle_alphabet %%DATADIR%%/alphabets/russian.quackle_alphabet %%DATADIR%%/alphabets/tuvan.quackle_alphabet -%%DATADIR%%/lexica/cswfeb07.gaddag +%%DATADIR%%/alphabets/zhuyin.quackle_alphabet +%%DATADIR%%/lexica/cswapr07.dawg +%%DATADIR%%/lexica/cswapr07.gaddag +%%DATADIR%%/lexica/greek.dawg %%DATADIR%%/lexica/korean.dawg -%%DATADIR%%/lexica/ods4.gaddag -%%DATADIR%%/lexica/russian.dawg -%%DATADIR%%/lexica/sowpods.gaddag -%%DATADIR%%/lexica/tuvan.dawg +%%DATADIR%%/lexica/ods5.dawg +%%DATADIR%%/lexica/sowpods.dawg +%%DATADIR%%/lexica/twl06.dawg %%DATADIR%%/lexica/twl06.gaddag -%%DATADIR%%/lexica/twl06_wild.dawg %%DATADIR%%/lexica/twl98.dawg -%%DATADIR%%/strategy/cswfeb07/superleaves +%%DATADIR%%/raw_lexica/cswapr07.raw +%%DATADIR%%/raw_lexica/cswfeb07.raw +%%DATADIR%%/raw_lexica/faa3.raw +%%DATADIR%%/raw_lexica/greek.raw +%%DATADIR%%/raw_lexica/korean.raw +%%DATADIR%%/raw_lexica/ods4.raw +%%DATADIR%%/raw_lexica/ods5.raw +%%DATADIR%%/raw_lexica/sowpods.raw +%%DATADIR%%/raw_lexica/twl06.raw +%%DATADIR%%/raw_lexica/twl98.raw +%%DATADIR%%/strategy/chinese/superleaves +%%DATADIR%%/strategy/chinese/syn2 +%%DATADIR%%/strategy/chinese/worths +%%DATADIR%%/strategy/cswapr07/superleaves +%%DATADIR%%/strategy/greek/superleaves +%%DATADIR%%/strategy/greek/syn2 +%%DATADIR%%/strategy/greek/worths %%DATADIR%%/strategy/korean/superleaves %%DATADIR%%/strategy/korean/syn2 %%DATADIR%%/strategy/korean/worths -%%DATADIR%%/strategy/ods4/superleaves -%%DATADIR%%/strategy/ods4/worths +%%DATADIR%%/strategy/mandarin/superleaves +%%DATADIR%%/strategy/mandarin/syn2 +%%DATADIR%%/strategy/mandarin/worths %%DATADIR%%/strategy/russian/superleaves %%DATADIR%%/strategy/russian/syn2 %%DATADIR%%/strategy/russian/worths @@ -33,15 +55,20 @@ %%DATADIR%%/strategy/twl06/vcplace %%DATADIR%%/strategy/twl06/worths %%DATADIR%%/strategy/twl98/worths -@dirrm %%DATADIR%%/alphabets +@dirrm %%DATADIR%%/strategy/twl98 +@dirrm %%DATADIR%%/strategy/twl06 +@dirrm %%DATADIR%%/strategy/tuvan +@dirrm %%DATADIR%%/strategy/sowpods +@dirrm %%DATADIR%%/strategy/russian +@dirrm %%DATADIR%%/strategy/ods4 +@dirrm %%DATADIR%%/strategy/mandarin +@dirrm %%DATADIR%%/strategy/korean +@dirrm %%DATADIR%%/strategy/greek +@dirrm %%DATADIR%%/strategy/cswfeb07 +@dirrm %%DATADIR%%/strategy/cswapr07 +@dirrm %%DATADIR%%/strategy/chinese +@dirrm %%DATADIR%%/strategy +@dirrm %%DATADIR%%/raw_lexica @dirrm %%DATADIR%%/lexica -@dirrm %%DATADIR%%/strategy/cswfeb07/ -@dirrm %%DATADIR%%/strategy/korean/ -@dirrm %%DATADIR%%/strategy/ods4/ -@dirrm %%DATADIR%%/strategy/russian/ -@dirrm %%DATADIR%%/strategy/sowpods/ -@dirrm %%DATADIR%%/strategy/tuvan/ -@dirrm %%DATADIR%%/strategy/twl06/ -@dirrm %%DATADIR%%/strategy/twl98/ -@dirrm %%DATADIR%%/strategy/ +@dirrm %%DATADIR%%/alphabets @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 94E78106567C for ; Wed, 3 Aug 2011 18:40: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 76A178FC2D for ; Wed, 3 Aug 2011 18:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeOJ4076098 for ; Wed, 3 Aug 2011 18:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeOJp076092; Wed, 3 Aug 2011 18:40:24 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:24 GMT Resent-Message-Id: <201108031840.p73IeOJp076092@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 629011065670 for ; Wed, 3 Aug 2011 18:33:27 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 367CD8FC18 for ; Wed, 3 Aug 2011 18:33:27 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 57E242BC03B for ; Thu, 4 Aug 2011 03:33:25 +0900 (JST) Message-Id: <20110804032226.30f8b63b.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159455: Update port: games/sxsame X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:24 -0000 >Number: 159455 >Category: ports >Synopsis: Update port: games/sxsame >Confidential: no >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 Aug 03 18:40:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/games/sxsame/Makefile games/sxsame/Makefile --- /usr/ports/games/sxsame/Makefile 2008-04-20 10:14:37.000000000 +0900 +++ games/sxsame/Makefile 2011-07-16 20:27:26.000000000 +0900 @@ -9,10 +9,14 @@ PORTVERSION= 3.02 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://www.asahi-net.or.jp/~fj9y-ynym/ \ - http://ftp.ncnu.edu.tw/FreeBSD/distfiles/ \ - http://mirror.israel.net/pub/FreeBSD/distfiles/ +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ \ + http://www.asahi-net.or.jp/~fj9y-ynym/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= A tile-removing puzzle game for the X Window system diff -urN /usr/ports/games/sxsame/pkg-descr games/sxsame/pkg-descr --- /usr/ports/games/sxsame/pkg-descr 1999-12-11 04:30:05.000000000 +0900 +++ games/sxsame/pkg-descr 2011-07-16 19:58:06.000000000 +0900 @@ -3,3 +3,5 @@ Goal of this game is removing more tiles as you can and get much score. You can remove two or more tiles with same color,neibouring vertical or horizontal. + +WWW: http://www.asahi-net.or.jp/~fj9y-ynym/works.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B37610656E0 for ; Wed, 3 Aug 2011 18:40: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 C88DC8FC12 for ; Wed, 3 Aug 2011 18:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeOIx076129 for ; Wed, 3 Aug 2011 18:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeOI9076128; Wed, 3 Aug 2011 18:40:24 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:24 GMT Resent-Message-Id: <201108031840.p73IeOI9076128@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B86DE1065674 for ; Wed, 3 Aug 2011 18:33:31 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE138FC1A for ; Wed, 3 Aug 2011 18:33:31 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id B5CBC2BC03B for ; Thu, 4 Aug 2011 03:33:29 +0900 (JST) Message-Id: <20110804032230.41b167a0.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159456: Update port: games/tux-aqfh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:25 -0000 >Number: 159456 >Category: ports >Synopsis: Update port: games/tux-aqfh >Confidential: no >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 Aug 03 18:40:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/tux-aqfh/Makefile games/tux-aqfh/Makefile --- /usr/ports/games/tux-aqfh/Makefile 2011-08-03 15:32:34.000000000 +0900 +++ games/tux-aqfh/Makefile 2011-08-03 15:55:05.000000000 +0900 @@ -9,20 +9,22 @@ PORTVERSION= 1.0.14 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= http://tuxaqfh.sourceforge.net/dist/ +MASTER_SITES= SF/tuxaqfh/tuxaqfh/${PORTVERSION}-classic MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL adventure game -BROKEN= does not fetch - BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GL= glut USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-plib=${LOCALBASE} +MAKE_JOBS_SAFE= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS} diff -urN /usr/ports/games/tux-aqfh/pkg-descr games/tux-aqfh/pkg-descr --- /usr/ports/games/tux-aqfh/pkg-descr 2011-08-03 15:32:35.000000000 +0900 +++ games/tux-aqfh/pkg-descr 2011-07-13 21:56:17.000000000 +0900 @@ -7,3 +7,5 @@ He'd like more emphasis on search-and-explore and puzzle solving and less on violence and mass killing. Graphical quality is less important than game-play and fun. + +WWW: http://sourceforge.net/projects/tuxaqfh/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 465DA10656A9 for ; Wed, 3 Aug 2011 18:40: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 285D68FC27 for ; Wed, 3 Aug 2011 18: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 p73IePD4076158 for ; Wed, 3 Aug 2011 18:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeP3E076150; Wed, 3 Aug 2011 18:40:25 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:25 GMT Resent-Message-Id: <201108031840.p73IeP3E076150@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 030C81065679 for ; Wed, 3 Aug 2011 18:33:36 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id CE3398FC1B for ; Wed, 3 Aug 2011 18:33:35 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 3B7294AC036 for ; Thu, 4 Aug 2011 03:33:34 +0900 (JST) Message-Id: <20110804032234.61a8990c.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159457: Update port: games/tuxracer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:25 -0000 >Number: 159457 >Category: ports >Synopsis: Update port: games/tuxracer >Confidential: no >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 Aug 03 18:40:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support USE_TK - Support COPYTREE_SHARE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/tuxracer/Makefile games/tuxracer/Makefile --- /usr/ports/games/tuxracer/Makefile 2011-03-03 12:54:28.000000000 +0900 +++ games/tuxracer/Makefile 2011-07-30 16:06:33.000000000 +0900 @@ -9,38 +9,36 @@ PORTVERSION= 0.61 PORTREVISION= 10 CATEGORIES= games -MASTER_SITES= SF -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - ${PORTNAME}-data-${PORTVERSION}.tar.gz +MASTER_SITES= SF \ + SF/${PORTNAME}/${PORTNAME}-data/${PORTVERSION}:data +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-data-${PORTVERSION}${EXTRACT_SUFX}:data MAINTAINER= ports@FreeBSD.org COMMENT= A 3d penguin racing game using OpenGL -LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 - USE_SDL= mixer sdl USE_GL= gl USE_XORG= x11 xt xmu xi +USE_TK_BUILD= yes +USE_TK= yes USE_GMAKE= yes USE_AUTOTOOLS= automake14 autoconf AUTOMAKE_ARGS= -a CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" -MAKE_ENV= ${CONFIGURE_ENV} -CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.5" \ +CONFIGURE_ARGS= --with-tcl-inc="${TCL_INCLUDEDIR}" \ --with-tcl-libs="${LOCALBASE}/lib" \ --with-gl-libs="${LOCALBASE}/lib" \ --with-gl-inc="${LOCALBASE}/include" \ - --with-data-dir=${PREFIX}/share/tuxracer - -WORKDATA= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} -COURSEDIRS= 1 2 3 4 5 6 7 8 9 10 11 + --with-data-dir=${DATADIR} +MAKE_ENV= ${CONFIGURE_ENV} post-extract: @${RM} ${WRKSRC}/missing post-install: @${MKDIR} ${DATADIR} - @(${CHMOD} -R o+r ${WORKDATA} && cd ${WORKDATA} && ${TAR} -c -f - *) | \ - (cd ${DATADIR} && ${TAR} -x -f - ) + @(cd ${WORKDATA} ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} \ + && ${COPYTREE_SHARE} . ${DATADIR}) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B77B310656D0 for ; Wed, 3 Aug 2011 18:40: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 80A568FC31 for ; Wed, 3 Aug 2011 18: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 p73IeP4C076215 for ; Wed, 3 Aug 2011 18:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IePne076208; Wed, 3 Aug 2011 18:40:25 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:25 GMT Resent-Message-Id: <201108031840.p73IePne076208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E0A81065673 for ; Wed, 3 Aug 2011 18:33:40 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 7473D8FC1D for ; Wed, 3 Aug 2011 18:33:40 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id B14E02BC03B for ; Thu, 4 Aug 2011 03:33:38 +0900 (JST) Message-Id: <20110804032238.9107d0a9.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159458: Update port: games/typespeed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:25 -0000 >Number: 159458 >Category: ports >Synopsis: Update port: games/typespeed >Confidential: no >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 Aug 03 18:40:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/games/typespeed/Makefile games/typespeed/Makefile --- /usr/ports/games/typespeed/Makefile 2010-05-31 16:20:24.000000000 +0900 +++ games/typespeed/Makefile 2011-07-28 02:41:19.000000000 +0900 @@ -9,14 +9,11 @@ PORTVERSION= 0.6.5 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF \ - http://tobias.eyedacor.org/typespeed/ - +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Test your typing speed, and get your fingers\' CPS -USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-highscoredir="/var/games/typespeed" diff -urN /usr/ports/games/typespeed/pkg-descr games/typespeed/pkg-descr --- /usr/ports/games/typespeed/pkg-descr 2011-08-03 15:32:35.000000000 +0900 +++ games/typespeed/pkg-descr 2011-07-28 02:41:34.000000000 +0900 @@ -4,3 +4,5 @@ Typespeed's idea is ripped from ztspeed (a dos game made by Zorlim). Idea of the game should be clear to anyone, just type and type it fast, or be a lewser. + +WWW: http://typespeed.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 196D11065672 for ; Wed, 3 Aug 2011 18:40: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 D6C828FC0A for ; Wed, 3 Aug 2011 18: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 p73IePnv076266 for ; Wed, 3 Aug 2011 18:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IePBX076260; Wed, 3 Aug 2011 18:40:25 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:25 GMT Resent-Message-Id: <201108031840.p73IePBX076260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09BE1106564A for ; Wed, 3 Aug 2011 18:33:45 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id D286B8FC0A for ; Wed, 3 Aug 2011 18:33:44 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 17CBC47C036 for ; Thu, 4 Aug 2011 03:33:42 +0900 (JST) Message-Id: <20110804032242.9b380938.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159459: Update port: games/uhexen2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:26 -0000 >Number: 159459 >Category: ports >Synopsis: Update port: games/uhexen2 >Confidential: no >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 Aug 03 18:40:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/uhexen2/Makefile games/uhexen2/Makefile --- /usr/ports/games/uhexen2/Makefile 2010-01-30 20:36:53.000000000 +0900 +++ games/uhexen2/Makefile 2011-07-31 22:51:54.000000000 +0900 @@ -18,6 +18,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hexen II source port supporting Linux/FreeBSD/Unix/Windows +LICENSE_= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GMAKE= yes USE_GL= yes USE_SDL= sdl mixer @@ -47,7 +50,8 @@ UH2_DATA= default.cfg hexen.rc pak0.pak progs.dat UH2_DATADIR= ${WRKDIR}/hexen2demo-${PORTVERSION} .else -DISTFILES+= gamedata-all-1.19a${EXTRACT_SUFX} +MASTER_SITES+= SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.19a:data +DISTFILES+= gamedata-all-1.19a${EXTRACT_SUFX}:data PLIST_SUB+= DEMO="@comment " \ FULL="" SUB_FILES+= pkg-message @@ -66,7 +70,8 @@ .if defined(WITH_HW) . if !defined(WITH_DEMO) -DISTFILES+= hexenworld-pakfiles-0.15${EXTRACT_SUFX} +MASTER_SITES+= SF/${PORTNAME}/Hexen2%20GameData/hexenworld-pakfiles:hw +DISTFILES+= hexenworld-pakfiles-0.15${EXTRACT_SUFX}:hw . endif MAKE_ENV+= BUILD_HW=yes PLIST_SUB+= HW="" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 59BA5106567F for ; Wed, 3 Aug 2011 18:40: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 3B96F8FC1A for ; Wed, 3 Aug 2011 18:40:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeQKH076325 for ; Wed, 3 Aug 2011 18:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeQ7D076319; Wed, 3 Aug 2011 18:40:26 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:26 GMT Resent-Message-Id: <201108031840.p73IeQ7D076319@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F876106566B for ; Wed, 3 Aug 2011 18:33:51 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id B89508FC14 for ; Wed, 3 Aug 2011 18:33:50 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 336FB4AC036 for ; Thu, 4 Aug 2011 03:33:47 +0900 (JST) Message-Id: <20110804032246.e10b7d01.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159460: Update port: games/uhexen2-extras X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:26 -0000 >Number: 159460 >Category: ports >Synopsis: Update port: games/uhexen2-extras >Confidential: no >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 Aug 03 18:40:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Chase rerolled tarball (difference is one renamed file) >How-To-Repeat: >Fix: diff -urN /usr/ports/games/uhexen2-extras/Makefile games/uhexen2-extras/Makefile --- /usr/ports/games/uhexen2-extras/Makefile 2009-08-22 16:19:48.000000000 +0900 +++ games/uhexen2-extras/Makefile 2011-08-01 04:43:50.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= uhexen2 PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/HoT%20-%20Other%20content/extra%20data PKGNAMESUFFIX= -extras @@ -44,20 +44,22 @@ .endif .if defined(WITH_HEXEN2_MODS) -DISTFILES+= apocbot-0.2.0${EXTRACT_SUFX} \ - fo4d${EXTRACT_SUFX} \ - hcbots-1.0.4${EXTRACT_SUFX} +MASTER_SITES+= SF/${PORTNAME}/HoT%20-%20Other%20content/hexen2%20mods:mods +DISTFILES+= apocbot-0.2.0${EXTRACT_SUFX}:mods \ + fo4d${EXTRACT_SUFX}:mods \ + hcbots-1.0.4${EXTRACT_SUFX}:mods PLIST_SUB+= HEXEN2_MODS="" .else PLIST_SUB+= HEXEN2_MODS="@comment " .endif .if defined(WITH_HW_MODS) -DISTFILES+= dungeonbreak${EXTRACT_SUFX} \ - hexarena${EXTRACT_SUFX} \ - hwctf${EXTRACT_SUFX} \ - rivalkingdoms${EXTRACT_SUFX} \ - siege${EXTRACT_SUFX} +MASTER_SITES+= SF/${PORTNAME}/HoT%20-%20Other%20content/hexenworld%20mods:hw_mods +DISTFILES+= dungeonbreak${EXTRACT_SUFX}:hw_mods \ + hexarena${EXTRACT_SUFX}:hw_mods \ + hwctf${EXTRACT_SUFX}:hw_mods \ + rivalkingdoms${EXTRACT_SUFX}:hw_mods \ + siege${EXTRACT_SUFX}:hw_mods PLIST_SUB+= HW_MODS="" .else PLIST_SUB+= HW_MODS="@comment " @@ -77,12 +79,12 @@ .endif .if defined(WITH_HEXEN2_MODS) .for f in apocbot fo4d hcbots - ${CP} -R ${WRKDIR}/${f} ${DATADIR} + @(cd ${WRKDIR} && ${COPYTREE_SHARE} ${f} ${DATADIR}) .endfor .endif .if defined(WITH_HW_MODS) .for f in db hexarena hwctf rk siege - ${CP} -R ${WRKDIR}/${f} ${DATADIR} + @(cd ${WRKDIR} && ${COPYTREE_SHARE} ${f} ${DATADIR}) .endfor .for f in hexarena hwctf rk siege ${INSTALL_DATA} ${WRKDIR}/data1/${f}.cfg ${DATADIR}/data1 diff -urN /usr/ports/games/uhexen2-extras/distinfo games/uhexen2-extras/distinfo --- /usr/ports/games/uhexen2-extras/distinfo 2011-07-04 02:04:11.000000000 +0900 +++ games/uhexen2-extras/distinfo 2011-08-01 04:44:19.000000000 +0900 @@ -6,8 +6,8 @@ SIZE (uhexen2/hexarena.tgz) = 4537611 SHA256 (uhexen2/hwctf.tgz) = fdd42d88a2f9fbda1dc0c237251112d1be222801f4c4c71a64073af7b28a85b2 SIZE (uhexen2/hwctf.tgz) = 9171004 -SHA256 (uhexen2/rivalkingdoms.tgz) = 42859155e4885ad6c65b87c9fbd8a04f9eb29e810916473f177eeb15676c6733 -SIZE (uhexen2/rivalkingdoms.tgz) = 12034886 +SHA256 (uhexen2/rivalkingdoms.tgz) = c87c8e4dba2aa410fbe37766303659081bd226932b2ecc9b754d4e481d92e1e2 +SIZE (uhexen2/rivalkingdoms.tgz) = 12026172 SHA256 (uhexen2/siege.tgz) = 00e0fe0cc41ed26c2af230f3cfb36d38a577fffc42436a597703827f9548c004 SIZE (uhexen2/siege.tgz) = 8616438 SHA256 (uhexen2/hexen2-lit_files.tgz) = 1932cba4af209c7b3a9ee89f1e985297ccc8daaf1ad3c0e3b71bccee14593100 diff -urN /usr/ports/games/uhexen2-extras/pkg-plist games/uhexen2-extras/pkg-plist --- /usr/ports/games/uhexen2-extras/pkg-plist 2007-02-26 01:01:33.000000000 +0900 +++ games/uhexen2-extras/pkg-plist 2011-08-01 04:42:32.000000000 +0900 @@ -498,7 +498,7 @@ %%HW_MODS%%%%DATADIR%%/rk/models/ripple.mdl %%HW_MODS%%%%DATADIR%%/rk/models/ripple.spr %%HW_MODS%%%%DATADIR%%/rk/models/samurai.mdl -%%HW_MODS%%%%DATADIR%%/rk/models/sk-thr~1.mdl +%%HW_MODS%%%%DATADIR%%/rk/models/sk-throne.mdl %%HW_MODS%%%%DATADIR%%/rk/models/snowcrnr.mdl %%HW_MODS%%%%DATADIR%%/rk/models/snowpile.mdl %%HW_MODS%%%%DATADIR%%/rk/models/stchain.mdl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 B064F10656D9 for ; Wed, 3 Aug 2011 18:40: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 91A618FC22 for ; Wed, 3 Aug 2011 18:40:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeQYX076380 for ; Wed, 3 Aug 2011 18:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeQuO076373; Wed, 3 Aug 2011 18:40:26 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:26 GMT Resent-Message-Id: <201108031840.p73IeQuO076373@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B66E1065672 for ; Wed, 3 Aug 2011 18:33:57 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1644C8FC18 for ; Wed, 3 Aug 2011 18:33:56 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 04D8A34034 for ; Thu, 4 Aug 2011 03:33:53 +0900 (JST) Message-Id: <20110804032250.94651c15.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159461: Update port: games/wordplay X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:26 -0000 >Number: 159461 >Category: ports >Synopsis: Update port: games/wordplay >Confidential: no >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 Aug 03 18:40:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support NOPORTDOCS Remove file: files/patch-aa pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/wordplay/Makefile games/wordplay/Makefile --- /usr/ports/games/wordplay/Makefile 2011-08-03 15:32:40.000000000 +0900 +++ games/wordplay/Makefile 2011-08-03 15:55:25.000000000 +0900 @@ -6,30 +6,35 @@ PORTNAME= wordplay PORTVERSION= 7.22 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://hsvmovies.com/static_subpages/personal/wordplay/ +MASTER_SITES= http://hsvmovies.com/static_subpages/personal_orig/wordplay/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Simple program to generate anagrams -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - NO_WRKSUBDIR= yes -MAKEFILE= makefile -ALL_TARGET= wordplay + +PORTDOCS= readme +PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/words721.txt +PLIST_DIRS= %%DATADIR%% post-patch: - @${REINPLACE_CMD} -e \ - "s#words721.txt#${PREFIX}/share/wordplay/words721.txt#" \ - ${WRKSRC}/wordplay.c + @${REINPLACE_CMD} -e 's|"words721.txt"|"${DATADIR}/words721.txt"| ; \ + s|||' ${WRKSRC}/wordplay.c + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} do-install: - @${MKDIR} ${PREFIX}/share/wordplay - ${INSTALL_DATA} ${WRKSRC}/words721.txt ${WRKSRC}/readme \ - ${PREFIX}/share/wordplay - ${INSTALL_PROGRAM} ${WRKSRC}/wordplay ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/words721.txt ${DATADIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} +.endif .include diff -urN /usr/ports/games/wordplay/files/patch-aa games/wordplay/files/patch-aa --- /usr/ports/games/wordplay/files/patch-aa 2000-06-30 21:16:18.000000000 +0900 +++ games/wordplay/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,12 +0,0 @@ ---- makefile.orig Sat Jun 24 19:14:14 2000 -+++ makefile Sat Jun 24 19:14:30 2000 -@@ -1,8 +1,6 @@ - - # If you don't have gcc, try cc instead, if it is an ANSI compiler. - --CC=gcc -- - wordplay : wordplay.c -- $(CC) -O -o wordplay wordplay.c -+ $(CC) ${CFLAGS} -o wordplay wordplay.c - diff -urN /usr/ports/games/wordplay/pkg-descr games/wordplay/pkg-descr --- /usr/ports/games/wordplay/pkg-descr 2011-08-03 15:32:40.000000000 +0900 +++ games/wordplay/pkg-descr 2011-07-30 21:43:50.000000000 +0900 @@ -1,2 +1,4 @@ This is a program written in ANSI C that anagrams a given string. It has its own word file, but allows you to use a different one. + +WWW: http://hsvmovies.com/static_subpages/personal_orig/wordplay/ diff -urN /usr/ports/games/wordplay/pkg-plist games/wordplay/pkg-plist --- /usr/ports/games/wordplay/pkg-plist 2000-07-05 16:26:17.000000000 +0900 +++ games/wordplay/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,4 +0,0 @@ -bin/wordplay -share/wordplay/readme -share/wordplay/words721.txt -@dirrm share/wordplay >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 294A1106566B for ; Wed, 3 Aug 2011 18:40: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 E687D8FC14 for ; Wed, 3 Aug 2011 18:40:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeQ9D076413 for ; Wed, 3 Aug 2011 18:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeQxh076407; Wed, 3 Aug 2011 18:40:26 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:26 GMT Resent-Message-Id: <201108031840.p73IeQxh076407@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C908106567D for ; Wed, 3 Aug 2011 18:34:01 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 52C178FC19 for ; Wed, 3 Aug 2011 18:34:01 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 82E7834034 for ; Thu, 4 Aug 2011 03:33:59 +0900 (JST) Message-Id: <20110804032254.406ae28a.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159462: Update port: games/xasteroids X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:27 -0000 >Number: 159462 >Category: ports >Synopsis: Update port: games/xasteroids >Confidential: no >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 Aug 03 18:40:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xasteroids/Makefile games/xasteroids/Makefile --- /usr/ports/games/xasteroids/Makefile 2011-08-03 15:32:40.000000000 +0900 +++ games/xasteroids/Makefile 2011-08-03 22:16:59.000000000 +0900 @@ -9,15 +9,12 @@ PORTVERSION= 5.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ftp://ftp.opengroup.org/pub/ftp.x.org/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTFILES= xasteroids.sh.Z MAINTAINER= ports@FreeBSD.org COMMENT= X11 based asteroids style arcade game -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - USE_IMAKE= yes USE_XORG= x11 xext NO_WRKSUBDIR= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 6B3671065677 for ; Wed, 3 Aug 2011 18:40: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 4D8618FC16 for ; Wed, 3 Aug 2011 18:40: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 p73IeRd7076470 for ; Wed, 3 Aug 2011 18:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeRt4076464; Wed, 3 Aug 2011 18:40:27 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:27 GMT Resent-Message-Id: <201108031840.p73IeRt4076464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15BB61065677 for ; Wed, 3 Aug 2011 18:34:06 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id E03428FC1C for ; Wed, 3 Aug 2011 18:34:05 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 054C450036 for ; Thu, 4 Aug 2011 03:34:03 +0900 (JST) Message-Id: <20110804032258.524d0c8d.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:22:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159463: Update port: games/xblast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:27 -0000 >Number: 159463 >Category: ports >Synopsis: Update port: games/xblast >Confidential: no >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 Aug 03 18:40:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xblast/Makefile games/xblast/Makefile --- /usr/ports/games/xblast/Makefile 2011-07-03 15:09:59.000000000 +0900 +++ games/xblast/Makefile 2011-07-31 22:16:55.000000000 +0900 @@ -9,30 +9,32 @@ PORTVERSION= 2.10.4 PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}/Sources/${PORTVERSION} \ - ${PORTNAME}/Images/${IMAGES_DATE} \ - ${PORTNAME}/Levels/${LEVELS_DATE} \ - ${PORTNAME}/Models/${MODELS_DATE} +MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} \ + SF/${PORTNAME}/Images/${IMAGES_DATE}:images \ + SF/${PORTNAME}/Levels/${LEVELS_DATE}:levels \ + SF/${PORTNAME}/Models/${MODELS_DATE}:models .if !defined(WITHOUT_SOUND) -MASTER_SITE_SUBDIR+= ${PORTNAME}/Musics/${MUSICS_DATE} \ - ${PORTNAME}/Sounds/${SOUNDS_DATE} +MASTER_SITES+= SF/${PORTNAME}/Musics/${MUSICS_DATE}:musics \ + SF/${PORTNAME}/Sounds/${SOUNDS_DATE}:sounds .else PKGNAMESUFFIX= -nosound .endif DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - images-${IMAGES_DATE}${EXTRACT_SUFX} \ - levels-${LEVELS_DATE}${EXTRACT_SUFX} \ - models-${MODELS_DATE}${EXTRACT_SUFX} + images-${IMAGES_DATE}${EXTRACT_SUFX}:images \ + levels-${LEVELS_DATE}${EXTRACT_SUFX}:levels \ + models-${MODELS_DATE}${EXTRACT_SUFX}:models .if !defined(WITHOUT_SOUND) -DISTFILES+= musics-${MUSICS_DATE}${EXTRACT_SUFX} \ - sounds${EXTRACT_SUFX} +DISTFILES+= musics-${MUSICS_DATE}${EXTRACT_SUFX}:musics \ + sounds${EXTRACT_SUFX}:sounds .endif DIST_SUBDIR= xblast MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player real-time strategy game for X11 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + .if defined(WITHOUT_SOUND) WITHOUT_SDL= yes .endif @@ -41,10 +43,11 @@ .endif USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-admin MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" +MAKE_JOBS_SAFE= yes MAN6= xblast.6 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 DBD741065680 for ; Wed, 3 Aug 2011 18:40: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 A47DE8FC24 for ; Wed, 3 Aug 2011 18:40: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 p73IeRVl076531 for ; Wed, 3 Aug 2011 18:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeR6f076523; Wed, 3 Aug 2011 18:40:27 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:27 GMT Resent-Message-Id: <201108031840.p73IeR6f076523@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F40106566C for ; Wed, 3 Aug 2011 18:34:10 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 2D48B8FC12 for ; Wed, 3 Aug 2011 18:34:10 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 6025E47C036 for ; Thu, 4 Aug 2011 03:34:08 +0900 (JST) Message-Id: <20110804032303.21b7c664.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159464: Update port: games/xblood X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:27 -0000 >Number: 159464 >Category: ports >Synopsis: Update port: games/xblood >Confidential: no >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 Aug 03 18:40:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xblood/Makefile games/xblood/Makefile --- /usr/ports/games/xblood/Makefile 2011-08-03 15:32:41.000000000 +0900 +++ games/xblood/Makefile 2011-08-03 15:57:27.000000000 +0900 @@ -9,14 +9,11 @@ PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ +MASTER_SITES= http://kozos.jp/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Makes the root window bloody -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - USE_XORG= x11 MAN1= xblood.1 MANCOMPRESSED= yes diff -urN /usr/ports/games/xblood/pkg-descr games/xblood/pkg-descr --- /usr/ports/games/xblood/pkg-descr 1999-06-28 03:08:30.000000000 +0900 +++ games/xblood/pkg-descr 2011-07-30 22:13:55.000000000 +0900 @@ -1,2 +1,4 @@ XBlood fills the root window with blood. Red, blue or green bloody window is very bad taste! + +WWW: http://kozos.jp/myfreesoft/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 25D351065672 for ; Wed, 3 Aug 2011 18:40: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 07B1A8FC1B for ; Wed, 3 Aug 2011 18:40: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 p73IeRi4076575 for ; Wed, 3 Aug 2011 18:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeRMr076569; Wed, 3 Aug 2011 18:40:27 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:27 GMT Resent-Message-Id: <201108031840.p73IeRMr076569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1921E1065674 for ; Wed, 3 Aug 2011 18:34:15 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id E37DF8FC1E for ; Wed, 3 Aug 2011 18:34:14 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 005A947C036 for ; Thu, 4 Aug 2011 03:34:12 +0900 (JST) Message-Id: <20110804032307.0356e20b.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159465: Update port: games/xfireworks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:28 -0000 >Number: 159465 >Category: ports >Synopsis: Update port: games/xfireworks >Confidential: no >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 Aug 03 18:40:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xfireworks/Makefile games/xfireworks/Makefile --- /usr/ports/games/xfireworks/Makefile 2011-08-03 15:32:41.000000000 +0900 +++ games/xfireworks/Makefile 2011-08-03 15:57:57.000000000 +0900 @@ -9,20 +9,22 @@ PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ +MASTER_SITES= http://kozos.jp/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Fireworks on X -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_XORG= x11 +MAKE_JOBS_SAFE= yes + MAN1= xfireworks.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${PREFIX}/bin/xfireworks - ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${PREFIX}/etc/xfireworks.conf.sample .if !exists(${PREFIX}/etc/xfireworks.conf) ${CP} ${PREFIX}/etc/xfireworks.conf.sample ${PREFIX}/etc/xfireworks.conf diff -urN /usr/ports/games/xfireworks/pkg-descr games/xfireworks/pkg-descr --- /usr/ports/games/xfireworks/pkg-descr 2009-12-21 15:22:25.000000000 +0900 +++ games/xfireworks/pkg-descr 2011-07-30 03:31:30.000000000 +0900 @@ -6,3 +6,5 @@ Arakawa River's Hanabi Taikai every year. See xfireworks(1) for more details. + +WWW: http://kozos.jp/myfreesoft/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 961631065688 for ; Wed, 3 Aug 2011 18:40: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 5EBD38FC23 for ; Wed, 3 Aug 2011 18:40: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 p73IeSEY076636 for ; Wed, 3 Aug 2011 18:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeSim076628; Wed, 3 Aug 2011 18:40:28 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:28 GMT Resent-Message-Id: <201108031840.p73IeSim076628@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C15551065670 for ; Wed, 3 Aug 2011 18:34:19 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 97EA28FC08 for ; Wed, 3 Aug 2011 18:34:19 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id D7A6834034 for ; Thu, 4 Aug 2011 03:34:17 +0900 (JST) Message-Id: <20110804032310.8db41cbd.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159466: Update port: games/xpuzzletama X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:28 -0000 >Number: 159466 >Category: ports >Synopsis: Update port: games/xpuzzletama >Confidential: no >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 Aug 03 18:40:28 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xpuzzletama/Makefile games/xpuzzletama/Makefile --- /usr/ports/games/xpuzzletama/Makefile 2008-04-20 10:14:46.000000000 +0900 +++ games/xpuzzletama/Makefile 2011-07-16 20:15:37.000000000 +0900 @@ -9,9 +9,13 @@ PORTVERSION= 1.5b PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://hanzubon.jp/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://ftp.ussg.iu.edu/FreeBSD/ports/distfiles/ +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle tama, a tetris like game >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 D33F2106568B for ; Wed, 3 Aug 2011 18:40: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 B56B28FC28 for ; Wed, 3 Aug 2011 18:40: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 p73IeShO076693 for ; Wed, 3 Aug 2011 18:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeSYF076688; Wed, 3 Aug 2011 18:40:28 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:28 GMT Resent-Message-Id: <201108031840.p73IeSYF076688@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 301ED1065676 for ; Wed, 3 Aug 2011 18:34:24 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 061E38FC0C for ; Wed, 3 Aug 2011 18:34:24 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 4762450036 for ; Thu, 4 Aug 2011 03:34:22 +0900 (JST) Message-Id: <20110804032314.3ff67486.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159467: Update port: games/xrot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:28 -0000 >Number: 159467 >Category: ports >Synopsis: Update port: games/xrot >Confidential: no >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 Aug 03 18:40:28 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xrot/Makefile games/xrot/Makefile --- /usr/ports/games/xrot/Makefile 2008-04-20 10:14:46.000000000 +0900 +++ games/xrot/Makefile 2011-07-16 20:16:52.000000000 +0900 @@ -9,18 +9,24 @@ PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.kobe-u.ac.jp/pub/Linux/packages/Vine/VinePlus/1.1/JG-0.9.1/sources/ -MASTER_SITE_SUBDIR= will +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org COMMENT= A falling ball puzzle game for X -ALL_TARGET= xrot -PLIST_FILES= bin/xrot WRKSRC= ${WRKDIR}/xrot + USE_IMAKE= yes USE_XORG= xpm +ALL_TARGET= xrot + +PLIST_FILES= bin/xrot do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:29 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F1F11065677 for ; Wed, 3 Aug 2011 18:40: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 184298FC0A for ; Wed, 3 Aug 2011 18:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeS6Z076722 for ; Wed, 3 Aug 2011 18:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeSp4076716; Wed, 3 Aug 2011 18:40:28 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:28 GMT Resent-Message-Id: <201108031840.p73IeSp4076716@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D430106567C for ; Wed, 3 Aug 2011 18:34:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 341478FC15 for ; Wed, 3 Aug 2011 18:34:29 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 5B0D134034 for ; Thu, 4 Aug 2011 03:34:27 +0900 (JST) Message-Id: <20110804032318.c1eca9ee.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159468: Update port: games/xscorch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:29 -0000 >Number: 159468 >Category: ports >Synopsis: Update port: games/xscorch >Confidential: no >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 Aug 03 18:40:28 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xscorch/Makefile games/xscorch/Makefile --- /usr/ports/games/xscorch/Makefile 2010-05-01 16:43:36.000000000 +0900 +++ games/xscorch/Makefile 2011-07-31 23:41:45.000000000 +0900 @@ -10,20 +10,24 @@ PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://chaos2.org/xscorch/ \ - http://mirror.dok.org/xscorch/ + http://www.xscorch.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer tank shoot-em-up LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_XORG= xpm -USE_GMAKE= yes USE_GNOME= gtk12 WANT_GNOME= yes USE_PERL5= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk +MAKE_JOBS_SAFE= yes MAN6= xscorch.6 NO_MANCOMPRESS= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:29 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC40E1065680 for ; Wed, 3 Aug 2011 18:40: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 7445B8FC1D for ; Wed, 3 Aug 2011 18:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeTnf076770 for ; Wed, 3 Aug 2011 18:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeTMD076761; Wed, 3 Aug 2011 18:40:29 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:29 GMT Resent-Message-Id: <201108031840.p73IeTMD076761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 504581065678 for ; Wed, 3 Aug 2011 18:34:34 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 26D3F8FC17 for ; Wed, 3 Aug 2011 18:34:34 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 5F7EB2BC03B for ; Thu, 4 Aug 2011 03:34:32 +0900 (JST) Message-Id: <20110804032322.0f92017f.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159469: Update port: games/yamsweeper X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:29 -0000 >Number: 159469 >Category: ports >Synopsis: Update port: games/yamsweeper >Confidential: no >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 Aug 03 18:40:29 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/yamsweeper/Makefile games/yamsweeper/Makefile --- /usr/ports/games/yamsweeper/Makefile 2009-06-10 01:40:57.000000000 +0900 +++ games/yamsweeper/Makefile 2011-07-16 20:18:17.000000000 +0900 @@ -9,9 +9,13 @@ PORTVERSION= 1.9 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://ftp.jaist.ac.jp/pub/Linux/Vine/VinePlus/1.1/JG-0.9.1/sources/ \ - http://ftp.nara.wide.ad.jp/pub/Linux/Vine/VinePlus/1.1/JG-0.9.1/sources/ +MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ + http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \ + http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \ + http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/ +MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources EXTRACT_SUFX= .taz MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 E5AD0106568F for ; Wed, 3 Aug 2011 18:40: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 C79BC8FC2B for ; Wed, 3 Aug 2011 18:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeTs8076817 for ; Wed, 3 Aug 2011 18:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeTk7076816; Wed, 3 Aug 2011 18:40:29 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:29 GMT Resent-Message-Id: <201108031840.p73IeTk7076816@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FBA2106566C for ; Wed, 3 Aug 2011 18:34:40 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id DA0E78FC18 for ; Wed, 3 Aug 2011 18:34:39 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 5B30D47C036 for ; Thu, 4 Aug 2011 03:34:37 +0900 (JST) Message-Id: <20110804032326.0f121227.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159470: Update port: games/znibbles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:30 -0000 >Number: 159470 >Category: ports >Synopsis: Update port: games/znibbles >Confidential: no >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 Aug 03 18:40:29 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support OPTIONS to select Motif/GTK toolkit - Add LICENSE - Add MAKE_JOBS_SAFE Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/znibbles/Makefile games/znibbles/Makefile --- /usr/ports/games/znibbles/Makefile 2011-08-03 15:32:43.000000000 +0900 +++ games/znibbles/Makefile 2011-08-03 15:58:40.000000000 +0900 @@ -9,20 +9,55 @@ PORTVERSION= 0.0.7 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= http://koala.ilog.fr/ftp/pub/games/znibbles/ +MASTER_SITES= http://old.koalateam.com/ftp/pub/games/znibbles/ \ + http://www.jfouffa.com/vmallet/archives/ MAINTAINER= ports@FreeBSD.org COMMENT= A multi-player networked nibbles game -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +OPTIONS= MOTIF "Build Motif client" on \ + GTK "Build GTK+ cluent" on -USE_MOTIF= yes -USE_GNOME= gtk12 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_XORG= x11 +WANT_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-motif \ - --disable-motif +MAKE_JOBS_SAFE= yes + +MAN6= nibbles.6 znibblesX.6 +PLIST_FILES= bin/nibbles bin/znibblesX + +.include + +.if defined(WITHOUT_MOTIF) +CONFIGURE_ARGS+=--without-motif --disable-motif +.else +USE_MOTIF= yes +MAN6+= znibbles.6 +PLIST_FILES+= bin/znibbles +.endif + +.if defined(WITHOUT_GTK) +CONFIGURE_ARGS+=--disable-gtk +.else +USE_GNOME+= gtk12 +MAN6+= gznibbles.6 +PLIST_FILES+= bin/gznibbles +.endif + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in -MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6 +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/nibbles.6 ${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/doc/znibblesX.6 ${MAN6PREFIX}/man/man6 +.if !defined(WITHOUT_MOTIF) + ${INSTALL_MAN} ${WRKSRC}/doc/znibbles.6 ${MAN6PREFIX}/man/man6 +.endif +.if !defined(WITHOUT_GTK) + ${INSTALL_MAN} ${WRKSRC}/doc/gznibbles.6 ${MAN6PREFIX}/man/man6 +.endif -.include +.include diff -urN /usr/ports/games/znibbles/pkg-descr games/znibbles/pkg-descr --- /usr/ports/games/znibbles/pkg-descr 2008-12-25 16:26:35.000000000 +0900 +++ games/znibbles/pkg-descr 2011-08-01 01:02:19.000000000 +0900 @@ -18,4 +18,4 @@ Run "nibbles" first as the ZNibbles server, and then run its clients to play. -WWW: http://www.jfouffa.com/v +WWW: http://www.jfouffa.com/vmallet/ZNibbles.html diff -urN /usr/ports/games/znibbles/pkg-plist games/znibbles/pkg-plist --- /usr/ports/games/znibbles/pkg-plist 1999-11-14 11:41:58.000000000 +0900 +++ games/znibbles/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/nibbles -bin/gznibbles -bin/znibblesX >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 49DD81065672 for ; Wed, 3 Aug 2011 18:40:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF158FC19 for ; Wed, 3 Aug 2011 18: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 p73IeU65076875 for ; Wed, 3 Aug 2011 18:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeUiZ076869; Wed, 3 Aug 2011 18:40:30 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:30 GMT Resent-Message-Id: <201108031840.p73IeUiZ076869@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CE2B1065677 for ; Wed, 3 Aug 2011 18:34:45 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 2493C8FC1C for ; Wed, 3 Aug 2011 18:34:45 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id A95C723C031 for ; Thu, 4 Aug 2011 03:34:42 +0900 (JST) Message-Id: <20110804032329.457344b6.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159471: Update port: graphics/autoq3d to 1.40 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:30 -0000 >Number: 159471 >Category: ports >Synopsis: Update port: graphics/autoq3d to 1.40 >Confidential: no >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 Aug 03 18:40:29 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.40 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/autoq3d/Makefile graphics/autoq3d/Makefile --- /usr/ports/graphics/autoq3d/Makefile 2010-03-28 17:38:07.000000000 +0900 +++ graphics/autoq3d/Makefile 2011-08-02 04:12:47.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= autoq3d -DISTVERSION= 1.39 -PORTREVISION= 1 +DISTVERSION= 1.40 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AutoQ3D%20${PORTVERSION} DISTNAME= AutoQ3DCommunity${PORTVERSION:C/\./-/}qt4source @@ -15,10 +14,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A complete QT quick 3d model editor program +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_ZIP= yes USE_QT_VER= 4 QT_COMPONENTS= corelib gui opengl \ moc_build qmake_build +MAKE_JOBS_SAFE= yes DESKTOP_ENTRIES= "AutoQ3D" \ "A complete QT quick 3d model editor program" \ @@ -34,7 +37,7 @@ .endfor do-configure: - @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/AutoQ3D ${PREFIX}/bin diff -urN /usr/ports/graphics/autoq3d/distinfo graphics/autoq3d/distinfo --- /usr/ports/graphics/autoq3d/distinfo 2011-07-04 02:04:29.000000000 +0900 +++ graphics/autoq3d/distinfo 2011-07-03 23:07:23.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (AutoQ3DCommunity1-39qt4source.zip) = a498385d20ee4a6fbb9b6ea72fb75319f56b2013afad03a69d8aa64e4a78b8e9 -SIZE (AutoQ3DCommunity1-39qt4source.zip) = 219580 +SHA256 (AutoQ3DCommunity1-40qt4source.zip) = 0c034713e26d4e5739cbda1dae664402a2e08086000c3c0155544844cab48102 +SIZE (AutoQ3DCommunity1-40qt4source.zip) = 227530 diff -urN /usr/ports/graphics/autoq3d/pkg-descr graphics/autoq3d/pkg-descr --- /usr/ports/graphics/autoq3d/pkg-descr 2011-08-03 15:32:49.000000000 +0900 +++ graphics/autoq3d/pkg-descr 2011-07-03 23:01:35.000000000 +0900 @@ -1,2 +1,4 @@ AutoQ3D Community is the open source software project of this 3D modeling application. + +WWW: http://www.autoq3d.com/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 D0B0010656D3 for ; Wed, 3 Aug 2011 18:40:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 813508FC1C for ; Wed, 3 Aug 2011 18: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 p73IeU4g076918 for ; Wed, 3 Aug 2011 18:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeU4t076910; Wed, 3 Aug 2011 18:40:30 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:30 GMT Resent-Message-Id: <201108031840.p73IeU4t076910@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0D5F106566B for ; Wed, 3 Aug 2011 18:34:49 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id B55208FC08 for ; Wed, 3 Aug 2011 18:34:49 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id EF4662BC03B for ; Thu, 4 Aug 2011 03:34:47 +0900 (JST) Message-Id: <20110804032333.a7a45b91.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159472: Update port: graphics/jgraph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:30 -0000 >Number: 159472 >Category: ports >Synopsis: Update port: graphics/jgraph >Confidential: no >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 Aug 03 18:40:30 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/jgraph/Makefile graphics/jgraph/Makefile --- /usr/ports/graphics/jgraph/Makefile 2011-06-16 20:13:48.000000000 +0900 +++ graphics/jgraph/Makefile 2011-08-04 00:50:20.000000000 +0900 @@ -8,13 +8,9 @@ PORTNAME= jgraph PORTVERSION= 8.3 CATEGORIES= graphics -MASTER_SITES= ftp://cs.utk.edu/pub/plank/jgraph/ \ - http://www.cs.washington.edu/homes/wolman/ +MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/ DISTFILES= ${PORTNAME}.shar.Z -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - MAINTAINER= ports@FreeBSD.org COMMENT= A program that generates postscript graphs diff -urN /usr/ports/graphics/jgraph/pkg-descr graphics/jgraph/pkg-descr --- /usr/ports/graphics/jgraph/pkg-descr 1999-09-07 08:32:59.000000000 +0900 +++ graphics/jgraph/pkg-descr 2011-08-04 00:50:45.000000000 +0900 @@ -3,4 +3,4 @@ proceedings contains a paper describing jgraph. Also, see the jgraph homepage for more details. -WWW: http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html +WWW: http://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18: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 F279210656DE for ; Wed, 3 Aug 2011 18:40:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4BFC8FC2A for ; Wed, 3 Aug 2011 18: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 p73IeUrd076975 for ; Wed, 3 Aug 2011 18:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeUeE076970; Wed, 3 Aug 2011 18:40:30 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:30 GMT Resent-Message-Id: <201108031840.p73IeUeE076970@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 479331065672 for ; Wed, 3 Aug 2011 18:34:54 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 201F18FC12 for ; Wed, 3 Aug 2011 18:34:54 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 4506450036 for ; Thu, 4 Aug 2011 03:34:52 +0900 (JST) Message-Id: <20110804032337.cd3ec1ce.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:37 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159473: Update port: graphics/lib3ds X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:31 -0000 >Number: 159473 >Category: ports >Synopsis: Update port: graphics/lib3ds >Confidential: no >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 Aug 03 18:40:30 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/lib3ds/Makefile graphics/lib3ds/Makefile --- /usr/ports/graphics/lib3ds/Makefile 2011-08-03 15:33:24.000000000 +0900 +++ graphics/lib3ds/Makefile 2011-08-03 15:59:18.000000000 +0900 @@ -9,20 +9,24 @@ PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= A library for handling 3DS (3D Studio) files -BROKEN= does not fetch +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_ZIP= yes -USE_LDCONFIG= yes USE_GL= glut GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes MAN1= 3dsdump.1 lib3ds-config.1 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + .include diff -urN /usr/ports/graphics/lib3ds/pkg-descr graphics/lib3ds/pkg-descr --- /usr/ports/graphics/lib3ds/pkg-descr 2001-01-19 04:03:52.000000000 +0900 +++ graphics/lib3ds/pkg-descr 2011-07-31 02:23:21.000000000 +0900 @@ -2,4 +2,4 @@ files. It's main goal is to simplify the creation of 3DS import and export filters. -WWW: http://lib3ds.sourceforge.net/ +WWW: http://code.google.com/p/lib3ds/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:31 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 714211065675 for ; Wed, 3 Aug 2011 18:40:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 39E018FC16 for ; Wed, 3 Aug 2011 18:40:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeVG5077038 for ; Wed, 3 Aug 2011 18:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeV4L077029; Wed, 3 Aug 2011 18:40:31 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:31 GMT Resent-Message-Id: <201108031840.p73IeV4L077029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36E2B106564A for ; Wed, 3 Aug 2011 18:34:59 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9558FC15 for ; Wed, 3 Aug 2011 18:34:59 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 3F2A92BC03B for ; Thu, 4 Aug 2011 03:34:57 +0900 (JST) Message-Id: <20110804032340.bc4cc399.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159474: Update port: graphics/ming X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:31 -0000 >Number: 159474 >Category: ports >Synopsis: Update port: graphics/ming >Confidential: no >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 Aug 03 18:40:30 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ming/Makefile graphics/ming/Makefile --- /usr/ports/graphics/ming/Makefile 2011-08-01 23:19:45.000000000 +0900 +++ graphics/ming/Makefile 2011-08-02 01:53:26.000000000 +0900 @@ -9,22 +9,19 @@ PORTVERSION= 0.3.0 PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/Really%20Old%20Stuff/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= LGPL'ed Flash 4/5 movie output library with many languages support -BROKEN= Does not fetch - LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ ungif.5:${PORTSDIR}/graphics/libungif CONFLICTS= ja-ming-[0-9]* -USE_GNOME= gnometarget USE_BISON= build GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --includedir=${PREFIX}/include/ming \ ac_cv_path_PYTHON=no USE_LDCONFIG= yes diff -urN /usr/ports/graphics/ming/pkg-descr graphics/ming/pkg-descr --- /usr/ports/graphics/ming/pkg-descr 2009-12-21 15:23:02.000000000 +0900 +++ graphics/ming/pkg-descr 2011-07-31 02:46:37.000000000 +0900 @@ -1,4 +1,4 @@ Ming is an LGPL'ed Flash 4/5 (TM) movie (SWF) output library with PHP, Python, Ruby, Perl5, C and C++ interfaces. -WWW: http://www.opaque.net/ming/ +WWW: http://www.libming.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:31 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF1A01065679 for ; Wed, 3 Aug 2011 18:40:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 906748FC20 for ; Wed, 3 Aug 2011 18:40:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeVjq077099 for ; Wed, 3 Aug 2011 18:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeVEU077093; Wed, 3 Aug 2011 18:40:31 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:31 GMT Resent-Message-Id: <201108031840.p73IeVEU077093@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62975106567D for ; Wed, 3 Aug 2011 18:35:04 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 225848FC13 for ; Wed, 3 Aug 2011 18:35:04 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id D071350036 for ; Thu, 4 Aug 2011 03:35:01 +0900 (JST) Message-Id: <20110804032344.39ca7c8f.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:44 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159475: Update port: graphics/ocre to 0.39 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:31 -0000 >Number: 159475 >Category: ports >Synopsis: Update port: graphics/ocre to 0.39 >Confidential: no >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 Aug 03 18:40:31 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.39 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ocre/Makefile graphics/ocre/Makefile --- /usr/ports/graphics/ocre/Makefile 2011-07-03 02:43:53.000000000 +0900 +++ graphics/ocre/Makefile 2011-07-29 15:43:20.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= ocre -PORTVERSION= 0.037 +PORTVERSION= 0.039 CATEGORIES= graphics MASTER_SITES= ftp://lem.eui.upm.es/pub/ocre/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/} @@ -28,10 +28,14 @@ USE_GETTEXT= yes USE_GMAKE= yes MAKE_ENV= CFLAGS1="${CFLAGS}" +MAKE_JOBS_SAFE= yes MANLANG= "" es MAN1= ${PORTNAME}.1 +post-extract: + @cd ${WRKSRC} && ${TAR} --exclude "*.orig" -xof ocre-decsWood-${PORTVERSION}.tgz + post-patch: @${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \ s|^CFLAGS1=|CFLAGS1 ?=| ; \ @@ -53,7 +57,8 @@ ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}-es.1 ${MAN1PREFIX}/man/es/man1/${PORTNAME}.1 ${INSTALL_DATA} ${WRKSRC}/po/es.mo ${PREFIX}/share/locale/es/LC_MESSAGES/${PORTNAME}.mo @${MKDIR} ${DATADIR} - @${TAR} --exclude "*.orig" -xof ${WRKSRC}/ocre-decsWood-${PORTVERSION}.tgz -C ${DATADIR} - @${CHMOD} -h 755 ${DATADIR}/decsWood +.for dir in conv decsWood decsWoodCur decsWoodCyrillic decsWoodLatin decsWoodLatinW + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}) +.endfor .include diff -urN /usr/ports/graphics/ocre/distinfo graphics/ocre/distinfo --- /usr/ports/graphics/ocre/distinfo 2011-07-03 02:43:53.000000000 +0900 +++ graphics/ocre/distinfo 2011-07-29 15:27:07.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ocre_v0_037.tgz) = 2e26ac8c621fdb16b88543d611e9d74c8696e7ef9a201f76538b84576bee4ee5 -SIZE (ocre_v0_037.tgz) = 659311 +SHA256 (ocre_v0_039.tgz) = b8fe752677dfa21c858a8c168bb20dc49df4433017bacbfbae10adbe12729e4f +SIZE (ocre_v0_039.tgz) = 622355 diff -urN /usr/ports/graphics/ocre/pkg-plist graphics/ocre/pkg-plist --- /usr/ports/graphics/ocre/pkg-plist 2011-07-03 02:43:53.000000000 +0900 +++ graphics/ocre/pkg-plist 2011-07-29 15:29:29.000000000 +0900 @@ -1,6 +1,5 @@ bin/ocre share/locale/es/LC_MESSAGES/ocre.mo -%%DATADIR%%/conv/cod39a2c %%DATADIR%%/conv/maymin %%DATADIR%%/conv/minmay %%DATADIR%%/conv/puntua @@ -41,6 +40,7 @@ %%DATADIR%%/decsWoodCur/arbol-u004d.dcw %%DATADIR%%/decsWoodCur/arbol-u004e.dcw %%DATADIR%%/decsWoodCur/arbol-u0050.dcw +%%DATADIR%%/decsWoodCur/arbol-u0051.dcw %%DATADIR%%/decsWoodCur/arbol-u0052.dcw %%DATADIR%%/decsWoodCur/arbol-u0053.dcw %%DATADIR%%/decsWoodCur/arbol-u0054.dcw @@ -67,6 +67,7 @@ %%DATADIR%%/decsWoodCur/arbol-u0070.dcw %%DATADIR%%/decsWoodCur/arbol-u0071.dcw %%DATADIR%%/decsWoodCur/arbol-u0072.dcw +%%DATADIR%%/decsWoodCur/arbol-u0072u0061.dcw %%DATADIR%%/decsWoodCur/arbol-u0073.dcw %%DATADIR%%/decsWoodCur/arbol-u0074.dcw %%DATADIR%%/decsWoodCur/arbol-u0075.dcw @@ -74,6 +75,7 @@ %%DATADIR%%/decsWoodCur/arbol-u0078.dcw %%DATADIR%%/decsWoodCur/arbol-u0079.dcw %%DATADIR%%/decsWoodCur/arbol-u007a.dcw +%%DATADIR%%/decsWoodCur/arbol-u00ab.dcw %%DATADIR%%/decsWoodCur/arbol-u00bb.dcw %%DATADIR%%/decsWoodCur/arbol-u00bf.dcw %%DATADIR%%/decsWoodCur/arbol-u00e0.dcw @@ -84,6 +86,8 @@ %%DATADIR%%/decsWoodCur/arbol-u00ed.dcw %%DATADIR%%/decsWoodCur/arbol-u00f1.dcw %%DATADIR%%/decsWoodCur/arbol-u00f3.dcw +%%DATADIR%%/decsWoodCur/arbol-u00fa.dcw +%%DATADIR%%/decsWoodCur/arbol-u0131.dcw %%DATADIR%%/decsWoodCur/arbol-u2019.dcw %%DATADIR%%/decsWoodCur/arbol-u201b.dcw %%DATADIR%%/decsWoodCyrillic/0.tu2i @@ -184,7 +188,6 @@ %%DATADIR%%/decsWoodCyrillic/arbol-u2015.dcw %%DATADIR%%/decsWoodLatin/0.tu2i %%DATADIR%%/decsWoodLatin/00index -%%DATADIR%%/decsWoodLatin/00indexw %%DATADIR%%/decsWoodLatin/arbol-u0021.dcw %%DATADIR%%/decsWoodLatin/arbol-u0023.dcw %%DATADIR%%/decsWoodLatin/arbol-u0024.dcw @@ -474,10 +477,8 @@ %%DATADIR%%/decsWoodLatin/arbol-u201c.dcw %%DATADIR%%/decsWoodLatin/arbol-u201d.dcw %%DATADIR%%/decsWoodLatin/arbol-u201e.dcw -%%DATADIR%%/decsWoodLatin/arbol-w0030.dcw -%%DATADIR%%/decsWoodLatin/arbol-w0031.dcw -%%DATADIR%%/decsWoodLatin/arbol-w0043.dcw %%DATADIR%%/decsWoodLatinW/00index +%%DATADIR%%/decsWoodLatinW/00indexw %%DATADIR%%/decsWoodLatinW/arbol-w0030.dcw %%DATADIR%%/decsWoodLatinW/arbol-w0031.dcw %%DATADIR%%/decsWoodLatinW/arbol-w0043.dcw >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 2B5801065672 for ; Wed, 3 Aug 2011 18:40:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E7F068FC2C for ; Wed, 3 Aug 2011 18:40:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeVnO077163 for ; Wed, 3 Aug 2011 18:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeVoV077156; Wed, 3 Aug 2011 18:40:31 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:31 GMT Resent-Message-Id: <201108031840.p73IeVoV077156@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06CDC106566C for ; Wed, 3 Aug 2011 18:35:10 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id D17A58FC18 for ; Wed, 3 Aug 2011 18:35:09 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 5C1E747C036 for ; Thu, 4 Aug 2011 03:35:07 +0900 (JST) Message-Id: <20110804032348.d27b03ed.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:48 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159476: Update port: graphics/p5-ming X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:32 -0000 >Number: 159476 >Category: ports >Synopsis: Update port: graphics/p5-ming >Confidential: no >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 Aug 03 18:40:31 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/p5-ming/Makefile graphics/p5-ming/Makefile --- /usr/ports/graphics/p5-ming/Makefile 2011-08-03 15:34:01.000000000 +0900 +++ graphics/p5-ming/Makefile 2011-08-03 16:00:01.000000000 +0900 @@ -9,15 +9,13 @@ PORTVERSION= 0.3.0 PORTREVISION= 2 CATEGORIES= graphics perl5 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/Really%20Old%20Stuff/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for Ming which allows you to create Flash 4/5 movies -BROKEN= does not fetch - LIB_DEPENDS= ming.4:${PORTSDIR}/graphics/ming WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/perl_ext diff -urN /usr/ports/graphics/p5-ming/pkg-descr graphics/p5-ming/pkg-descr --- /usr/ports/graphics/p5-ming/pkg-descr 2009-12-21 15:23:07.000000000 +0900 +++ graphics/p5-ming/pkg-descr 2011-07-31 02:46:18.000000000 +0900 @@ -1,2 +1,4 @@ This is a Perl5 module for the Ming library. Ming allows you to create Flash 4/5 (TM) movies. + +WWW: http://www.libming.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 6AE011065680 for ; Wed, 3 Aug 2011 18:40:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC6A8FC23 for ; Wed, 3 Aug 2011 18:40: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 p73IeWYN077226 for ; Wed, 3 Aug 2011 18:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeWtm077217; Wed, 3 Aug 2011 18:40:32 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:32 GMT Resent-Message-Id: <201108031840.p73IeWtm077217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A6FE1065670 for ; Wed, 3 Aug 2011 18:35:14 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 0EA718FC12 for ; Wed, 3 Aug 2011 18:35:14 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 3F7B52BC03B for ; Thu, 4 Aug 2011 03:35:12 +0900 (JST) Message-Id: <20110804032352.1bf5c8fa.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159477: Update port: graphics/pqiv 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: Wed, 03 Aug 2011 18:40:32 -0000 >Number: 159477 >Category: ports >Synopsis: Update port: graphics/pqiv to 0.11 >Confidential: no >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 Aug 03 18:40:31 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.11 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/pqiv/Makefile graphics/pqiv/Makefile --- /usr/ports/graphics/pqiv/Makefile 2010-03-28 17:39:11.000000000 +0900 +++ graphics/pqiv/Makefile 2011-07-21 22:45:37.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= pqiv -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= graphics MASTER_SITES= http://www.pberndt.com/raw/Programme/Linux/pqiv/_download/ EXTRACT_SUFX= .tbz @@ -19,7 +18,11 @@ COMPOSITE "Enable support for transparent windows" on \ FADING "Enable support for fading images" on \ COMMANDS "Enable support for external command execution" on \ - CONFIG "Enable support for a configuration file" on + CONFIG "Enable support for a configuration file" on \ + ANIMATIONS "Enable support for animations" on + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/gpl.txt USE_BZIP2= yes USE_GNOME= gtk20 @@ -29,6 +32,9 @@ PORTDOCS= README PLIST_FILES= bin/pqiv +CPPFLAGS= `${pkgconfig_DETECT} --cflags gtk+-2.0 gthread-2.0` +LDFLAGS= `${pkgconfig_DETECT} --libs gtk+-2.0 gthread-2.0` + .include .if defined(WITHOUT_SORTING) @@ -49,14 +55,17 @@ .if defined(WITHOUT_CONFIG) CFLAGS+= -DNO_CONFIG_FILE .endif +.if defined(WITHOUT_ANIMATIONS) +CFLAGS+= -DNO_ANIMATIONS +.endif post-patch: - @(cd ${WRKSRC} && ${SED} 's|$$PACKAGE_VERSION|${PORTVERSION}|' \ - < pqiv.1.template > pqiv.1) + @(cd ${PATCH_WRKSRC} && ${SED} 's|$$PACKAGE_VERSION|${PORTVERSION}| ; \ + s|$$BINARY_NAME|${PORTNAME}|' < pqiv.1.template > pqiv.1) do-build: - (cd ${WRKSRC} && ${CC} ${CFLAGS} `${pkgconfig_DETECT} --libs --cflags gtk+-2.0 gthread-2.0` \ - ${SORTFILE} pqiv.c -o pqiv) + (cd ${BUILD_WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} ${SORTFILE} pqiv.c \ + -o pqiv ${LDFLAGS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pqiv ${PREFIX}/bin diff -urN /usr/ports/graphics/pqiv/distinfo graphics/pqiv/distinfo --- /usr/ports/graphics/pqiv/distinfo 2011-07-04 02:05:18.000000000 +0900 +++ graphics/pqiv/distinfo 2011-07-21 22:12:06.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pqiv-0.10.1.tbz) = 72a222e3a1eb929aa8f921b3384c30660e9bc04197f57ce20bbee1e2ee46fa7e -SIZE (pqiv-0.10.1.tbz) = 31995 +SHA256 (pqiv-0.11.tbz) = 2f0815105c6c550c2886a8f196b653926e2fd934f51cca3f3b1a87ba84359851 +SIZE (pqiv-0.11.tbz) = 32918 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 DA9E9106568E for ; Wed, 3 Aug 2011 18:40:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A32D38FC26 for ; Wed, 3 Aug 2011 18:40: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 p73IeWnZ077287 for ; Wed, 3 Aug 2011 18:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeWGj077280; Wed, 3 Aug 2011 18:40:32 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:32 GMT Resent-Message-Id: <201108031840.p73IeWGj077280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C00011065674 for ; Wed, 3 Aug 2011 18:35:18 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 966148FC19 for ; Wed, 3 Aug 2011 18:35:18 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id D523850036 for ; Thu, 4 Aug 2011 03:35:16 +0900 (JST) Message-Id: <20110804032356.be0bf5ef.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159478: Update port: graphics/py-ming X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:32 -0000 >Number: 159478 >Category: ports >Synopsis: Update port: graphics/py-ming >Confidential: no >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 Aug 03 18:40:32 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/py-ming/Makefile graphics/py-ming/Makefile --- /usr/ports/graphics/py-ming/Makefile 2011-08-03 15:34:15.000000000 +0900 +++ graphics/py-ming/Makefile 2011-08-03 16:00:32.000000000 +0900 @@ -9,15 +9,13 @@ PORTVERSION= 0.3.0 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/Really%20Old%20Stuff/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-py-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module for Ming which allows you to create Flash 4/5 movies -BROKEN= does not fetch - LIB_DEPENDS= ming.4:${PORTSDIR}/graphics/ming WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/py_ext diff -urN /usr/ports/graphics/py-ming/pkg-descr graphics/py-ming/pkg-descr --- /usr/ports/graphics/py-ming/pkg-descr 2009-12-21 15:23:12.000000000 +0900 +++ graphics/py-ming/pkg-descr 2011-07-31 02:46:28.000000000 +0900 @@ -1,2 +1,4 @@ This is a Python module for the Ming. Ming allows you to create Flash 4/5 (TM) movies. + +WWW: http://www.libming.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:33 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 295CF106567D for ; Wed, 3 Aug 2011 18:40:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1138FC2D for ; Wed, 3 Aug 2011 18:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeWI9077351 for ; Wed, 3 Aug 2011 18:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeWhg077344; Wed, 3 Aug 2011 18:40:32 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:32 GMT Resent-Message-Id: <201108031840.p73IeWhg077344@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9022F1065675 for ; Wed, 3 Aug 2011 18:35:25 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2298FC0C for ; Wed, 3 Aug 2011 18:35:25 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 3DCA234034 for ; Thu, 4 Aug 2011 03:35:21 +0900 (JST) Message-Id: <20110804032359.601210b0.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:23:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159479: Update port: graphics/sane-backends to 1.0.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:33 -0000 >Number: 159479 >Category: ports >Synopsis: Update port: graphics/sane-backends to 1.0.22 >Confidential: no >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 Aug 03 18:40:32 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.22 New file: files/patch-backend__magicolor.c files/patch-backend__xerox_mfp-tcp.c Remove file: files/patch-backend__genesys.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sane-backends/Makefile graphics/sane-backends/Makefile --- /usr/ports/graphics/sane-backends/Makefile 2011-06-08 01:01:30.000000000 +0900 +++ graphics/sane-backends/Makefile 2011-08-02 03:30:27.000000000 +0900 @@ -6,15 +6,10 @@ # PORTNAME= sane-backends -PORTVERSION= 1.0.21 -PORTREVISION= 3 +PORTVERSION= 1.0.22 CATEGORIES= graphics -MASTER_SITES= http://alioth.debian.org/frs/download.php/3258/ \ - ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ - ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ - http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3503/ \ + ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -26,20 +21,23 @@ OPTIONS= USB "USB support" on \ NLS "NLS support" on \ GPHOTO2 "gPhoto2 support" off \ + SNMP "SNMP support" off \ AVAHI "Avahi support" off \ IEEE1284 "libieee1284 support" off \ IPV6 "IPV6 support" off +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-docdir=${DOCSDIR} \ --disable-latex \ --disable-locking \ --enable-pthread -MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= saned SUB_FILES+= pkg-message @@ -47,11 +45,14 @@ USERS= saned GROUPS= saned +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + .include "Makefile.man" .include .if defined(NOPORTDOCS) -MAKE_ENV= NOPORTDOCS=1 +MAKE_ENV+= NOPORTDOCS=1 .endif .if defined(WITHOUT_USB) @@ -83,6 +84,12 @@ PLIST_SUB+= GPHOTO2="@comment " .endif +.if defined(WITH_SNMP) +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +.else +CONFIGURE_ARGS+= --without-snmp +.endif + .if defined(WITH_AVAHI) LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app CONFIGURE_ARGS+= --enable-avahi @@ -98,9 +105,7 @@ post-patch: @${REINPLACE_CMD} -e '/^for ac_header in/s|libc.h||g ; \ - s|} -D_REENT|} ${PTHREAD_CFLAGS} -D_REENT|g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @(cd ${WRKSRC}/po; ${BASENAME} -s .po `${LS} *.po` > LINGUAS) post-install: @${CAT} ${PKGMESSAGE} diff -urN /usr/ports/graphics/sane-backends/Makefile.man graphics/sane-backends/Makefile.man --- /usr/ports/graphics/sane-backends/Makefile.man 2010-10-17 16:40:17.000000000 +0900 +++ graphics/sane-backends/Makefile.man 2011-08-02 02:50:52.000000000 +0900 @@ -39,9 +39,11 @@ MAN5+= sane-ibm.5 MAN5+= sane-kodak.5 MAN5+= sane-kvs1025.5 +MAN5+= sane-kvs20xx.5 MAN5+= sane-leo.5 MAN5+= sane-lexmark.5 MAN5+= sane-ma1509.5 +MAN5+= sane-magicolor.5 MAN5+= sane-matsushita.5 MAN5+= sane-microtek.5 MAN5+= sane-microtek2.5 diff -urN /usr/ports/graphics/sane-backends/distinfo graphics/sane-backends/distinfo --- /usr/ports/graphics/sane-backends/distinfo 2011-07-04 02:05:24.000000000 +0900 +++ graphics/sane-backends/distinfo 2011-07-31 04:01:48.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (sane-backends-1.0.21.tar.gz) = e44e2fa2925897cf3a9c637b81224772b4483835bf546a48cf9477689022948b -SIZE (sane-backends-1.0.21.tar.gz) = 5050344 +SHA256 (sane-backends-1.0.22.tar.gz) = 9f84a16800497f0b79a278531bb1a0f438de6ce8cf509fefc65a252e29f90c54 +SIZE (sane-backends-1.0.22.tar.gz) = 5150661 diff -urN /usr/ports/graphics/sane-backends/files/patch-backend__genesys.c graphics/sane-backends/files/patch-backend__genesys.c --- /usr/ports/graphics/sane-backends/files/patch-backend__genesys.c 2011-06-07 21:11:36.000000000 +0900 +++ graphics/sane-backends/files/patch-backend__genesys.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- backend/genesys.c.orig 2011-06-07 13:06:00.000000000 +0200 -+++ backend/genesys.c 2011-06-07 13:06:46.000000000 +0200 -@@ -5436,7 +5436,7 @@ - * @param size maximum size of the range - * @return a poiter to a valid range or NULL - */ --static create_range(SANE_Fixed size) -+static SANE_Range *create_range(SANE_Fixed size) - { - SANE_Range *range=NULL; - diff -urN /usr/ports/graphics/sane-backends/files/patch-backend__magicolor.c graphics/sane-backends/files/patch-backend__magicolor.c --- /usr/ports/graphics/sane-backends/files/patch-backend__magicolor.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/sane-backends/files/patch-backend__magicolor.c 2011-08-02 02:38:40.000000000 +0900 @@ -0,0 +1,11 @@ +--- backend/magicolor.c.orig 2011-01-31 03:49:46.000000000 +0900 ++++ backend/magicolor.c 2011-08-02 02:38:15.000000000 +0900 +@@ -50,6 +50,8 @@ + #include + #include + #include ++#include ++#include + #include + #include + diff -urN /usr/ports/graphics/sane-backends/files/patch-backend__xerox_mfp-tcp.c graphics/sane-backends/files/patch-backend__xerox_mfp-tcp.c --- /usr/ports/graphics/sane-backends/files/patch-backend__xerox_mfp-tcp.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/sane-backends/files/patch-backend__xerox_mfp-tcp.c 2011-08-02 02:37:32.000000000 +0900 @@ -0,0 +1,11 @@ +--- backend/xerox_mfp-tcp.c.orig 2010-12-02 08:49:58.000000000 +0900 ++++ backend/xerox_mfp-tcp.c 2011-08-02 02:37:27.000000000 +0900 +@@ -27,6 +27,8 @@ + #include + #include + #include ++#include ++#include + + #include "sane/saneopts.h" + #include "sane/sanei_scsi.h" diff -urN /usr/ports/graphics/sane-backends/pkg-plist graphics/sane-backends/pkg-plist --- /usr/ports/graphics/sane-backends/pkg-plist 2010-10-17 16:40:19.000000000 +0900 +++ graphics/sane-backends/pkg-plist 2011-08-02 02:49:50.000000000 +0900 @@ -41,6 +41,7 @@ @unexec if cmp -s %D/etc/sane.d/leo.conf %D/etc/sane.d/dist/leo.conf; then rm -f %D/etc/sane.d/leo.conf; fi @unexec if cmp -s %D/etc/sane.d/lexmark.conf %D/etc/sane.d/dist/lexmark.conf; then rm -f %D/etc/sane.d/lexmark.conf; fi @unexec if cmp -s %D/etc/sane.d/ma1509.conf %D/etc/sane.d/dist/ma1509.conf; then rm -f %D/etc/sane.d/ma1509.conf; fi +@unexec if cmp -s %D/etc/sane.d/magicolor.conf %D/etc/sane.d/dist/magicolor.conf; then rm -f %D/etc/sane.d/magicolor.conf; fi @unexec if cmp -s %D/etc/sane.d/matsushita.conf %D/etc/sane.d/dist/matsushita.conf; then rm -f %D/etc/sane.d/matsushita.conf; fi @unexec if cmp -s %D/etc/sane.d/microtek.conf %D/etc/sane.d/dist/microtek.conf; then rm -f %D/etc/sane.d/microtek.conf; fi @unexec if cmp -s %D/etc/sane.d/microtek2.conf %D/etc/sane.d/dist/microtek2.conf; then rm -f %D/etc/sane.d/microtek2.conf; fi @@ -115,6 +116,7 @@ etc/sane.d/dist/leo.conf etc/sane.d/dist/lexmark.conf etc/sane.d/dist/ma1509.conf +etc/sane.d/dist/magicolor.conf etc/sane.d/dist/matsushita.conf etc/sane.d/dist/microtek.conf etc/sane.d/dist/microtek2.conf @@ -277,6 +279,9 @@ lib/sane/libsane-kvs1025.la lib/sane/libsane-kvs1025.so lib/sane/libsane-kvs1025.so.1 +lib/sane/libsane-kvs20xx.la +lib/sane/libsane-kvs20xx.so +lib/sane/libsane-kvs20xx.so.1 lib/sane/libsane-leo.la lib/sane/libsane-leo.so lib/sane/libsane-leo.so.1 @@ -286,6 +291,9 @@ lib/sane/libsane-ma1509.la lib/sane/libsane-ma1509.so lib/sane/libsane-ma1509.so.1 +lib/sane/libsane-magicolor.la +lib/sane/libsane-magicolor.so +lib/sane/libsane-magicolor.so.1 lib/sane/libsane-matsushita.la lib/sane/libsane-matsushita.so lib/sane/libsane-matsushita.so.1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:33 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98267106568F for ; Wed, 3 Aug 2011 18:40:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60E378FC1E for ; Wed, 3 Aug 2011 18:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeXZL077417 for ; Wed, 3 Aug 2011 18:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeX6B077409; Wed, 3 Aug 2011 18:40:33 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:33 GMT Resent-Message-Id: <201108031840.p73IeX6B077409@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E64531065676 for ; Wed, 3 Aug 2011 18:35:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id BD6B48FC13 for ; Wed, 3 Aug 2011 18:35:29 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 0F84947C036 for ; Thu, 4 Aug 2011 03:35:27 +0900 (JST) Message-Id: <20110804032403.43db8967.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159480: Update port: graphics/xmms-vumeter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:33 -0000 >Number: 159480 >Category: ports >Synopsis: Update port: graphics/xmms-vumeter >Confidential: no >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 Aug 03 18:40:33 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xmms-vumeter/Makefile graphics/xmms-vumeter/Makefile --- /usr/ports/graphics/xmms-vumeter/Makefile 2011-08-03 15:34:37.000000000 +0900 +++ graphics/xmms-vumeter/Makefile 2011-08-03 16:01:21.000000000 +0900 @@ -9,18 +9,20 @@ PORTVERSION= 0.9.2 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}plugin/${PORTNAME}plugin/VU%20meter%20v${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}plugin/Plugin%20for%20XMMS PKGNAMEPREFIX= xmms- MAINTAINER= ports@FreeBSD.org COMMENT= Analog VUmeter plugin for XMMS -BROKEN= does not fetch - LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GNOME= gdkpixbuf GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes DATADIR= ${PREFIX}/share/xmms/VU_Meter_skins >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:33 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3F041065693 for ; Wed, 3 Aug 2011 18:40:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5BBB8FC28 for ; Wed, 3 Aug 2011 18:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeXnW077478 for ; Wed, 3 Aug 2011 18:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeXr0077472; Wed, 3 Aug 2011 18:40:33 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:33 GMT Resent-Message-Id: <201108031840.p73IeXr0077472@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD03106568E for ; Wed, 3 Aug 2011 18:35:35 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 917538FC15 for ; Wed, 3 Aug 2011 18:35:35 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 58A5034034 for ; Thu, 4 Aug 2011 03:35:32 +0900 (JST) Message-Id: <20110804032407.3c68a9c2.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159481: Update port: irc/bobot++ to 2.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:33 -0000 >Number: 159481 >Category: ports >Synopsis: Update port: irc/bobot++ to 2.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:33 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.2.3 New file: files/patch-documentation__bobot++.texinfo Remove file: files/patch-source_Parser.C pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/bobot++/Makefile irc/bobot++/Makefile --- /usr/ports/irc/bobot++/Makefile 2011-08-01 02:50:54.000000000 +0900 +++ irc/bobot++/Makefile 2011-08-02 23:18:23.000000000 +0900 @@ -7,43 +7,56 @@ # PORTNAME= bobotpp -PORTVERSION= 2.0.2 -PORTREVISION= 5 +PORTVERSION= 2.2.3 CATEGORIES= irc -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= bobotpp +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= An IRC bot written in C++ +OPTIONS= GUILE "Use Guile scripts" on + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" + +INFO= bobot++ +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/${PORTNAME} + +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include .if defined(WITHOUT_GUILE) CONFIGURE_ARGS+= --disable-scripting .else LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile CONFIGURE_ARGS+= --enable-scripting +PLIST_FILES+= share/guile/site/bobotpp/bot.scm \ + %%DATADIR%%/scripts/bobot-utils.scm +PLIST_DIRS+= %%DATADIR%%/scripts \ + %%DATADIR%% \ + share/guile/site/bobotpp +PLIST_DIRSTRY+= share/guile/site .endif -.if defined(WITH_TELNET) -CONFIGURE_ARGS+= --enable-telnetserver -.else -CONFIGURE_ARGS+= --disable-telnetserver -.endif - -post-extract: - @${FIND} ${WRKSRC}/scripts -name "*~" -delete +post-patch: + @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|std::snprintf|snprintf|g' ${WRKSRC}/source/Bot.C -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/doc/* ${DOCSDIR} + @(cd ${WRKSRC}/documentation && ${INSTALL_DATA} *.html ${DOCSDIR}) +.endif +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} - @${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/scripts ${DATADIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif -.include +.include diff -urN /usr/ports/irc/bobot++/distinfo irc/bobot++/distinfo --- /usr/ports/irc/bobot++/distinfo 2010-11-23 19:16:44.000000000 +0900 +++ irc/bobot++/distinfo 2011-03-21 11:54:27.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (bobotpp-2.0.2.tar.gz) = 60a21ef0486870aabdd63b79bc21ae3e4a55c2064c973e5ed84dbb64eacb6801 -SIZE (bobotpp-2.0.2.tar.gz) = 154007 +SHA256 (bobotpp-2.2.3.tar.gz) = b45e84529b4417d31686e355951e0d4ceb7f0bb470f5c6498adb530f50a6d908 +SIZE (bobotpp-2.2.3.tar.gz) = 301675 diff -urN /usr/ports/irc/bobot++/files/patch-documentation__bobot++.texinfo irc/bobot++/files/patch-documentation__bobot++.texinfo --- /usr/ports/irc/bobot++/files/patch-documentation__bobot++.texinfo 1970-01-01 09:00:00.000000000 +0900 +++ irc/bobot++/files/patch-documentation__bobot++.texinfo 2011-03-21 13:03:34.000000000 +0900 @@ -0,0 +1,12 @@ +--- documentation/bobot++.texinfo.orig 2008-11-13 09:51:42.000000000 +0900 ++++ documentation/bobot++.texinfo 2011-03-21 12:50:48.000000000 +0900 +@@ -1,6 +1,9 @@ + \input texinfo @c -*- texinfo -*- + @c %**start of header + @setfilename bobot++.info ++@direntry ++* Bobot++: (bobot++). A Schemeable IRC Bot. ++@end direntry + @settitle Bobot++: A Schemeable IRC Bot + @setchapternewpage on + @c %**end of header diff -urN /usr/ports/irc/bobot++/files/patch-source_Parser.C irc/bobot++/files/patch-source_Parser.C --- /usr/ports/irc/bobot++/files/patch-source_Parser.C 2008-03-02 08:35:46.000000000 +0900 +++ irc/bobot++/files/patch-source_Parser.C 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- source/Parser.C.orig 2008-03-01 18:34:26.000000000 -0500 -+++ source/Parser.C 2008-03-01 18:34:45.000000000 -0500 -@@ -991,8 +991,8 @@ Parser::parseScriptFunction(ServerConnec - wd.func = scmFunc; - wd.args = args_list; - -- gh_catch(SCM_BOOL_T, (scm_catch_body_t) scm_apply_wrapper, -- (void *)&wd, (scm_catch_handler_t) Interp::ErrorHandler, -+ gh_catch(SCM_BOOL_T, (scm_t_catch_body) scm_apply_wrapper, -+ (void *)&wd, (scm_t_catch_handler) Interp::ErrorHandler, - 0); - } - #endif diff -urN /usr/ports/irc/bobot++/pkg-plist irc/bobot++/pkg-plist --- /usr/ports/irc/bobot++/pkg-plist 2003-05-02 17:04:44.000000000 +0900 +++ irc/bobot++/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,28 +0,0 @@ -bin/bobotpp -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.log -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.help -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.init -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.shit -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.users -%%PORTDOCS%%%%EXAMPLESDIR%%/bot.autoexec -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%%%DATADIR%%/scripts/bobot-utils.scm -%%PORTDOCS%%%%DATADIR%%/scripts/boulet -%%PORTDOCS%%%%DATADIR%%/scripts/country -%%PORTDOCS%%%%DATADIR%%/scripts/eval -%%PORTDOCS%%%%DATADIR%%/scripts/hello -%%PORTDOCS%%%%DATADIR%%/scripts/scheme_add_user -%%PORTDOCS%%%%DATADIR%%/scripts/scripts.load -%%PORTDOCS%%%%DATADIR%%/scripts/stupid_stuff/insert_saying.scm -%%PORTDOCS%%%%DATADIR%%/scripts/stupid_stuff/sayings -%%PORTDOCS%%%%DATADIR%%/scripts/stupid_stuff/sayings.sh -%%PORTDOCS%%%%DATADIR%%/scripts/stupid_stuff/stupid_stuff -%%PORTDOCS%%%%DATADIR%%/scripts/tamere -%%PORTDOCS%%%%DATADIR%%/scripts/uname -%%PORTDOCS%%%%DATADIR%%/scripts/uptime -%%PORTDOCS%%@dirrm %%DATADIR%%/scripts/stupid_stuff -%%PORTDOCS%%@dirrm %%DATADIR%%/scripts -%%PORTDOCS%%@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 50FEB1065672 for ; Wed, 3 Aug 2011 18:40:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19A388FC2F for ; Wed, 3 Aug 2011 18:40: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 p73IeXZU077526 for ; Wed, 3 Aug 2011 18:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeXQ5077518; Wed, 3 Aug 2011 18:40:33 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:33 GMT Resent-Message-Id: <201108031840.p73IeXQ5077518@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AFB2106566C for ; Wed, 3 Aug 2011 18:35:40 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0F18FC16 for ; Wed, 3 Aug 2011 18:35:40 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 70F284AC036 for ; Thu, 4 Aug 2011 03:35:38 +0900 (JST) Message-Id: <20110804032411.ebde0345.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159482: Update port: irc/lostirc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:34 -0000 >Number: 159482 >Category: ports >Synopsis: Update port: irc/lostirc >Confidential: no >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 Aug 03 18:40:33 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/lostirc/Makefile irc/lostirc/Makefile --- /usr/ports/irc/lostirc/Makefile 2010-03-28 17:39:41.000000000 +0900 +++ irc/lostirc/Makefile 2011-07-28 02:06:32.000000000 +0900 @@ -9,23 +9,27 @@ PORTVERSION= 0.4.6 PORTREVISION= 8 CATEGORIES= irc -MASTER_SITES= SF \ - http://demian.dyndns.org/src/ - +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A simple and minimal IRC client for X LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USE_GNOME= gnomehack gnomeprefix gnometarget +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_GNOME= gnomehack gnomeprefix GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-kde +MAKE_JOBS_SAFE= yes MAN1= lostirc.1 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 2DAC01065676 for ; Wed, 3 Aug 2011 18:40:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6AF8FC17 for ; Wed, 3 Aug 2011 18:40: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 p73IeYRv077694 for ; Wed, 3 Aug 2011 18:40:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeYKJ077685; Wed, 3 Aug 2011 18:40:34 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:34 GMT Resent-Message-Id: <201108031840.p73IeYKJ077685@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FEFD1065677 for ; Wed, 3 Aug 2011 18:35:45 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 077538FC0C for ; Wed, 3 Aug 2011 18:35:44 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id F050150036 for ; Thu, 4 Aug 2011 03:35:42 +0900 (JST) Message-Id: <20110804032414.426531f6.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159484: Update port: japanese/edict X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:35 -0000 >Number: 159484 >Category: ports >Synopsis: Update port: japanese/edict >Confidential: no >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 Aug 03 18:40:34 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/edict/Makefile japanese/edict/Makefile --- /usr/ports/japanese/edict/Makefile 2009-02-03 18:40:18.000000000 +0900 +++ japanese/edict/Makefile 2011-07-28 01:06:45.000000000 +0900 @@ -17,7 +17,7 @@ ftp://ftp.u-aizu.ac.jp/pub/SciEng/nihongo/ftp.cc.monash.edu.au/ \ ftp://ftp.funet.fi/pub/culture/japan/mirrors/monash/pub/nihongo/ \ ftp://ftp.uni-duisburg.de/Mirrors/ftp.monash.edu.au/pub/nihongo/ \ - ftp://ftp.cc.monash.edu.au/pub/nihongo/ + ftp://ftp.monash.edu.au/pub/nihongo/ EXTRACT_SUFX= DISTFILES= ${DICTFILES} ${SRCFILES} ${DOCFILES} diff -urN /usr/ports/japanese/edict/pkg-descr japanese/edict/pkg-descr --- /usr/ports/japanese/edict/pkg-descr 2011-08-03 15:35:03.000000000 +0900 +++ japanese/edict/pkg-descr 2011-07-28 01:25:21.000000000 +0900 @@ -1,22 +1,24 @@ XJDIC V2.3, XJDSERVER V2.3 -- (Copyright: J.W. Breen - 1998) -XJDIC is an electronic Japanese-English dictionary program designed to -operate in the X11 window environment. In particular, it must run in an -"xterm" environment which has Japanese language support such as provided by -"kterm" or internationalized xterm, aixterm, etc. - -It is based on JDIC and JREADER which were developed to run under MS-DOS on -IBM PCs or clones. - -XJDIC functions as: - -(a) an English to Japanese dictionary (eiwa jiten), searching for and -displaying entries for key-words entered in English; - -(b) a Japanese to English dictionary (waei jiten), searching for and -displaying entries for keywords or phrases entered in Japanese (kanji, -hiragana or katakana); - -(c) a Japanese-English Character dictionary (kanei jiten), capable of -selecting kanji characters by JIS code, radical, stroke count, Nelson Index -number or reading, and displaying compounds containing that kanji. +XJDIC is an electronic Japanese-English dictionary program designed to +operate in the X11 window environment. In particular, it must run in an +"xterm" environment which has Japanese language support such as provided +by "kterm" or internationalized xterm, aixterm, etc. + +It is based on JDIC and JREADER which were developed to run under MS-DOS +on IBM PCs or clones. + +XJDIC functions as: + +(a) an English to Japanese dictionary (eiwa jiten), searching for and +displaying entries for key-words entered in English; + +(b) a Japanese to English dictionary (waei jiten), searching for and +displaying entries for keywords or phrases entered in Japanese (kanji, +hiragana or katakana); + +(c) a Japanese-English Character dictionary (kanei jiten), capable of +selecting kanji characters by JIS code, radical, stroke count, Nelson +Index number or reading, and displaying compounds containing that kanji. + +WWW: http://ftp.monash.edu.au/pub/nihongo/00INDEX.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 9FCA01065679 for ; Wed, 3 Aug 2011 18:40:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 684118FC14 for ; Wed, 3 Aug 2011 18:40: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 p73IeZfB077755 for ; Wed, 3 Aug 2011 18:40:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeZ98077749; Wed, 3 Aug 2011 18:40:35 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:35 GMT Resent-Message-Id: <201108031840.p73IeZ98077749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F2DF1065673 for ; Wed, 3 Aug 2011 18:35:49 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 765D08FC17 for ; Wed, 3 Aug 2011 18:35:49 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id B93994AC036 for ; Thu, 4 Aug 2011 03:35:47 +0900 (JST) Message-Id: <20110804032418.f2ff5414.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159485: Update port: misc/gplink X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:35 -0000 >Number: 159485 >Category: ports >Synopsis: Update port: misc/gplink >Confidential: no >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 Aug 03 18:40:35 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Add LICENSE - Add MAKE_JOBS_SAFE - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gplink/Makefile misc/gplink/Makefile --- /usr/ports/misc/gplink/Makefile 2011-06-22 16:05:49.000000000 +0900 +++ misc/gplink/Makefile 2011-08-01 01:26:42.000000000 +0900 @@ -14,23 +14,28 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A GP32 USB linker tool -USE_GMAKE= yes +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_GMAKE= yes +MAKE_ARGS= CC="${CC}" \ + CFLAGS="${CFLAGS} ${USB_CFLAGS}" \ + LDFLAGS="${USB_LDFLAGS}" +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/gplink .include .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/^\(CC[^g]*\)gcc$$/\1${CC}/' ${WRKSRC}/Makefile -.if ${OSVERSION} >= 800069 - @${REINPLACE_CMD} -E -e 's,`libusb-config --cflags`,,g' \ - -e 's,`libusb-config --libs`,-lusb,g' \ - ${WRKSRC}/Makefile +USB_CFLAGS= `libusb-config --cflags` +USB_LDFLAGS= `libusb-config --libs` +.else +USB_CFLAGS= # none +USB_LDFLAGS= -lusb .endif do-install: diff -urN /usr/ports/misc/gplink/pkg-descr misc/gplink/pkg-descr --- /usr/ports/misc/gplink/pkg-descr 2011-08-03 15:39:39.000000000 +0900 +++ misc/gplink/pkg-descr 2011-07-14 05:28:54.000000000 +0900 @@ -1,2 +1,4 @@ gplink is a gp32 linking tool with support for upload, download delete files create and remove directories, run files, etc in the smc card on the GP32. + +WWW: http://gp2x.org/gp32/gplink/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 DD3E2106567D for ; Wed, 3 Aug 2011 18:40:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BEDA38FC18 for ; Wed, 3 Aug 2011 18:40: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 p73IeZl4077819 for ; Wed, 3 Aug 2011 18:40:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeZOv077813; Wed, 3 Aug 2011 18:40:35 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:35 GMT Resent-Message-Id: <201108031840.p73IeZOv077813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1073C106564A for ; Wed, 3 Aug 2011 18:35:54 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id DB4398FC08 for ; Wed, 3 Aug 2011 18:35:53 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 2739D34034 for ; Thu, 4 Aug 2011 03:35:51 +0900 (JST) Message-Id: <20110804032422.e5604711.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159486: Update port: misc/pdmenu to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:35 -0000 >Number: 159486 >Category: ports >Synopsis: Update port: misc/pdmenu to 1.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:35 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.3.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/pdmenu/Makefile misc/pdmenu/Makefile --- /usr/ports/misc/pdmenu/Makefile 2011-07-03 02:47:28.000000000 +0900 +++ misc/pdmenu/Makefile 2011-08-04 00:27:31.000000000 +0900 @@ -5,7 +5,7 @@ # $FreeBSD: ports/misc/pdmenu/Makefile,v 1.37 2011/07/02 07:39:06 miwi Exp $ PORTNAME= pdmenu -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= misc MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} diff -urN /usr/ports/misc/pdmenu/distinfo misc/pdmenu/distinfo --- /usr/ports/misc/pdmenu/distinfo 2011-07-03 02:47:28.000000000 +0900 +++ misc/pdmenu/distinfo 2011-08-04 00:29:33.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pdmenu_1.3.0.tar.gz) = 47aadf261a97111874b08a560c51bcd99da918a1e1e0368a30181d9ecd7e1226 -SIZE (pdmenu_1.3.0.tar.gz) = 161819 +SHA256 (pdmenu_1.3.1.tar.gz) = d91e9af76c769fa6630f00ff46e6dae8d18ddf6893422831e1db475ad0b4e773 +SIZE (pdmenu_1.3.1.tar.gz) = 162029 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 2AB14106566B for ; Wed, 3 Aug 2011 18:40:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2898FC1C for ; Wed, 3 Aug 2011 18:40: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 p73Ieapd077883 for ; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeZd1077875; Wed, 3 Aug 2011 18:40:35 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:35 GMT Resent-Message-Id: <201108031840.p73IeZd1077875@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CE01106567F for ; Wed, 3 Aug 2011 18:36:04 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id EF57B8FC15 for ; Wed, 3 Aug 2011 18:36:03 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id A063A23C031 for ; Thu, 4 Aug 2011 03:35:56 +0900 (JST) Message-Id: <20110804032426.e4639d78.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159487: Update port: misc/terraform to 0.9.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:36 -0000 >Number: 159487 >Category: ports >Synopsis: Update port: misc/terraform to 0.9.5 >Confidential: no >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 Aug 03 18:40:35 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.5 Remove file: files/patch-desktop-links::Makefile.in files/patch-docs::Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/terraform/Makefile misc/terraform/Makefile --- /usr/ports/misc/terraform/Makefile 2010-03-28 17:41:50.000000000 +0900 +++ misc/terraform/Makefile 2011-08-04 01:22:18.000000000 +0900 @@ -7,32 +7,46 @@ # PORTNAME= terraform -PORTVERSION= 0.9.0 -PORTREVISION= 11 +PORTVERSION= 0.9.5 CATEGORIES= misc gnome -MASTER_SITES= SF +MASTER_SITES= GOOGLE_CODE +DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Interactive height field generation and manipulation program BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio -USE_XORG= x11 -USE_BISON= build -USE_GNOME= gnomeprefix gnomehack gnomeprint +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_GNOME= gnomehack gnomehier libgnomeprintui +USE_GETTEXT= yes USE_GMAKE= yes +USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e "s|Bison |Bison|g ; \ - s|-ltrio $$LIBS|-ltrio -lm $$LIBS|g ; \ - s|#define 1|#define HAVE_LIB_TRIO 1|g ; \ - s|(HAVE_LIB_TRIO)||g" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/src/xmlsupport.c + @${REINPLACE_CMD} -e '/^SUBDIRS/s| desktop-links docs | |' \ + ${WRKSRC}/Makefile.in + +pre-configure: + @${LN} -sf ${AUTOMAKE_DIR}/depcomp ${WRKSRC} post-install: + @${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/desktop-links/Terraform.desktop \ + ${PREFIX}/share/applications + @${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/desktop-links/terraform.png \ + ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in FAQ.sgml README.sgml UsersGuide.sgml i18n.txt diff -urN /usr/ports/misc/terraform/distinfo misc/terraform/distinfo --- /usr/ports/misc/terraform/distinfo 2011-03-20 02:44:23.000000000 +0900 +++ misc/terraform/distinfo 2011-08-04 00:53:52.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (terraform-0.9.0.tar.gz) = 58063abd2885bfeff671e7697dd0685288c24f7ff790c925691017546fd8ac7d -SIZE (terraform-0.9.0.tar.gz) = 915714 +SHA256 (terraform-src-0.9.5.tgz) = 0d39a70c57fc4da27aa93a5746382b4fbcee823ae998a7ff6d46c9011bc42324 +SIZE (terraform-src-0.9.5.tgz) = 2917136 diff -urN /usr/ports/misc/terraform/files/patch-desktop-links::Makefile.in misc/terraform/files/patch-desktop-links::Makefile.in --- /usr/ports/misc/terraform/files/patch-desktop-links::Makefile.in 2007-10-25 13:49:50.000000000 +0900 +++ misc/terraform/files/patch-desktop-links::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,15 +0,0 @@ ---- desktop-links/Makefile.in.orig Thu Apr 25 01:16:49 2002 -+++ desktop-links/Makefile.in Tue May 6 00:23:34 2003 -@@ -232,10 +232,8 @@ - install-data-local: - @$(NORMAL_INSTALL) - if test -n "@datadir@"; then \ -- $(mkinstalldirs) $(GNOME_DATADIR)/gnome/apps/Graphics; \ -- $(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/apps/Graphics; \ -- $(mkinstalldirs) $(GNOME_DATADIR)/gnome/ximian/Programs/Graphics; \ -- $(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/ximian/Programs/Graphics; \ -+ $(mkinstalldirs) $(GNOME_DATADIR)/gnome/apps/Graphics; \ -+ $(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/apps/Graphics; \ - $(mkinstalldirs) $(GNOME_DATADIR)/pixmaps; \ - $(INSTALL_DATA) terraform.png $(GNOME_DATADIR)/pixmaps; \ - fi diff -urN /usr/ports/misc/terraform/files/patch-docs::Makefile.in misc/terraform/files/patch-docs::Makefile.in --- /usr/ports/misc/terraform/files/patch-docs::Makefile.in 2003-05-09 15:39:37.000000000 +0900 +++ misc/terraform/files/patch-docs::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Thu Apr 25 01:16:48 2002 -+++ docs/Makefile.in Tue May 6 00:06:13 2003 -@@ -205,7 +205,7 @@ - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-dataDATA -+install-data-am: - install-data: install-data-am - - install-am: all-am diff -urN /usr/ports/misc/terraform/pkg-descr misc/terraform/pkg-descr --- /usr/ports/misc/terraform/pkg-descr 2011-08-03 15:40:14.000000000 +0900 +++ misc/terraform/pkg-descr 2011-08-04 00:38:08.000000000 +0900 @@ -8,3 +8,5 @@ and then selectiveley change the terrain using a variety of transformations. Where possible, the transformations provide a real-time preview, giving you instant feedback on the effect of any parameter changes. + +WWW: http://code.google.com/p/terraform/ diff -urN /usr/ports/misc/terraform/pkg-plist misc/terraform/pkg-plist --- /usr/ports/misc/terraform/pkg-plist 2007-10-25 13:49:50.000000000 +0900 +++ misc/terraform/pkg-plist 2011-08-04 01:20:57.000000000 +0900 @@ -1,25 +1,67 @@ bin/terraform +share/applications/Terraform.desktop %%PORTDOCS%%%%DOCSDIR%%/FAQ.sgml %%PORTDOCS%%%%DOCSDIR%%/README.sgml %%PORTDOCS%%%%DOCSDIR%%/UsersGuide.sgml %%PORTDOCS%%%%DOCSDIR%%/i18n.txt -share/gnome/apps/Graphics/Terraform.desktop +share/gnome/help/terraform/C/TRACE_bee.png +share/gnome/help/terraform/C/TRACE_boat.png +share/gnome/help/terraform/C/TRACE_butterfly.png +share/gnome/help/terraform/C/TRACE_needlebranch.png +share/gnome/help/terraform/C/bushOne.png +share/gnome/help/terraform/C/bushes.png share/gnome/help/terraform/C/faq.html +share/gnome/help/terraform/C/fern.png +share/gnome/help/terraform/C/flowerPatch.png +share/gnome/help/terraform/C/grass_flowers.png +share/gnome/help/terraform/C/grass_multiflowers.png +share/gnome/help/terraform/C/grass_patch_big.png +share/gnome/help/terraform/C/grass_patch_small.png +share/gnome/help/terraform/C/grass_prairie.png share/gnome/help/terraform/C/hacking.html share/gnome/help/terraform/C/index.html share/gnome/help/terraform/C/mainwindow.png +share/gnome/help/terraform/C/monolith.png share/gnome/help/terraform/C/povray.png -share/gnome/help/terraform/C/templates.html +share/gnome/help/terraform/C/render.html +share/gnome/help/terraform/C/sevenBushes.png +share/gnome/help/terraform/C/show_objects.html +share/gnome/help/terraform/C/stone_agate.png +share/gnome/help/terraform/C/stone_dents.png +share/gnome/help/terraform/C/stone_peeble.png +share/gnome/help/terraform/C/stone_wrinkles.png share/gnome/help/terraform/C/terrainwindow.png +share/gnome/help/terraform/C/theme.html share/gnome/help/terraform/C/topic.dat +share/gnome/help/terraform/C/tree_1.png +share/gnome/help/terraform/C/tree_2.png +share/gnome/help/terraform/C/tree_3.png +share/gnome/help/terraform/C/tree_4.png +share/gnome/help/terraform/C/tree_5.png +share/gnome/help/terraform/C/tree_6.png +share/gnome/help/terraform/C/tree_7.png +share/gnome/help/terraform/C/tree_8.png +share/gnome/help/terraform/C/tree_palm_1.png +share/gnome/help/terraform/C/tree_palm_patch.png +share/gnome/help/terraform/C/tree_parametric_1.png +share/gnome/help/terraform/C/tree_parametric_2.png +share/gnome/help/terraform/C/tree_parametric_3.png +share/gnome/help/terraform/C/tree_parametric_4.png +share/gnome/help/terraform/C/tree_parametric_5.png +share/gnome/help/terraform/C/tree_parametric_6.png +share/gnome/help/terraform/C/tree_parametric_7.png share/gnome/help/terraform/C/tutorial.html share/gnome/help/terraform/C/wire.png share/gnome/help/terraform/fr/faq.html share/gnome/help/terraform/fr/hacking.html share/gnome/help/terraform/fr/index.html -share/gnome/help/terraform/fr/templates.html +share/gnome/help/terraform/fr/render.html +share/gnome/help/terraform/fr/show_objects.html +share/gnome/help/terraform/fr/theme.html share/gnome/help/terraform/fr/topic.dat share/gnome/help/terraform/fr/tutorial.html +share/locale/fr/LC_MESSAGES/terraform.mo +share/locale/nl/LC_MESSAGES/terraform.mo share/pixmaps/terraform.png share/pixmaps/terraform/add.xpm share/pixmaps/terraform/arrow.xpm @@ -33,66 +75,207 @@ share/pixmaps/terraform/subtract.xpm share/pixmaps/terraform/terraform_logo.xpm share/pixmaps/terraform/zoom.xpm -share/terraform/image_maps/moon_moon.png -share/terraform/image_maps/sky_test_320x180.tga -share/terraform/include/atmospheres/earth_fog.inc -share/terraform/include/atmospheres/earth_haze_fast.inc -share/terraform/include/atmospheres/earth_haze_slow.inc -share/terraform/include/atmospheres/fog_ground.inc -share/terraform/include/atmospheres/rainbow.inc -share/terraform/include/defaults.inc -share/terraform/include/earth_textures/earth_canyon_landscape.inc -share/terraform/include/earth_textures/earth_desert_landscape.inc -share/terraform/include/earth_textures/earth_green_landscape.inc -share/terraform/include/earth_textures/earth_mountain_landscape.inc -share/terraform/include/generic_land.inc -share/terraform/include/generic_river.inc -share/terraform/include/river_texture.inc -share/terraform/include/skies/earth_regular_sky.inc -share/terraform/include/skies/earth_static_sky.inc -share/terraform/include/skies/include/clouds_01.inc -share/terraform/include/skies/include/clouds_02.inc -share/terraform/include/skies/include/clouds_03.inc -share/terraform/include/skies/include/clouds_04.inc -share/terraform/include/skies/include/clouds_05.inc -share/terraform/include/skies/include/clouds_06.inc -share/terraform/include/skies/include/clouds_07.inc -share/terraform/include/skies/include/lights_standard.inc -share/terraform/include/skies/include/lights_toymodel.inc -share/terraform/include/skies/include/skycolor_earth.inc -share/terraform/include/skies/include/stars_01.inc -share/terraform/include/skies/include/stars_02.inc -share/terraform/include/skies/include/stars_03.inc -share/terraform/include/skies/include/stars_04.inc -share/terraform/include/skies/include/stars_05.inc -share/terraform/include/skies/include/stars_06.inc -share/terraform/include/skies/mapped_sky.inc -share/terraform/include/water/earth_water.inc -share/terraform/objects/fern.gif -share/terraform/objects/fern.inc -share/terraform/objects/monolith.inc -share/terraform/objects/tree_1.inc -share/terraform/objects/tree_2.inc -share/terraform/objects/tree_3.inc -share/terraform/objects/tree_4.gif -share/terraform/objects/tree_4.inc -share/terraform/objects/tree_5.gif -share/terraform/objects/tree_5.inc -share/terraform/objects/tree_6.gif -share/terraform/objects/tree_6.inc -share/locale/fr/LC_MESSAGES/terraform.mo -share/locale/nl/LC_MESSAGES/terraform.mo -@dirrm share/terraform/objects -@dirrm share/terraform/include/water -@dirrm share/terraform/include/skies/include -@dirrm share/terraform/include/skies -@dirrm share/terraform/include/earth_textures -@dirrm share/terraform/include/atmospheres -@dirrm share/terraform/include -@dirrm share/terraform/image_maps -@dirrm share/terraform +%%DATADIR%%/glade/about_window.glade +%%DATADIR%%/glade/add.xpm +%%DATADIR%%/glade/arrow.xpm +%%DATADIR%%/glade/basins_window.glade +%%DATADIR%%/glade/camera.xpm +%%DATADIR%%/glade/chooser_window.glade +%%DATADIR%%/glade/circle.xpm +%%DATADIR%%/glade/close_terraform_dialog.glade +%%DATADIR%%/glade/close_terrain_dialog.glade +%%DATADIR%%/glade/craters_window.glade +%%DATADIR%%/glade/crop.xpm +%%DATADIR%%/glade/die.xpm +%%DATADIR%%/glade/digital_filter_window.glade +%%DATADIR%%/glade/erode_flowmap_window.glade +%%DATADIR%%/glade/erode_window.glade +%%DATADIR%%/glade/error_log_filesel.glade +%%DATADIR%%/glade/execution_error_window.glade +%%DATADIR%%/glade/export_view_window.glade +%%DATADIR%%/glade/eye.xpm +%%DATADIR%%/glade/faulting_window.glade +%%DATADIR%%/glade/feather_window.glade +%%DATADIR%%/glade/file_options_window.glade +%%DATADIR%%/glade/fill_window.glade +%%DATADIR%%/glade/find_povray_window.glade +%%DATADIR%%/glade/flowmap_window.glade +%%DATADIR%%/glade/fold_window.glade +%%DATADIR%%/glade/gaussian_hill_window.glade +%%DATADIR%%/glade/gnome-question.png +%%DATADIR%%/glade/gnome-warning.png +%%DATADIR%%/glade/info_window.glade +%%DATADIR%%/glade/installer_window.glade +%%DATADIR%%/glade/join_window.glade +%%DATADIR%%/glade/level_connector_window.glade +%%DATADIR%%/glade/main_window.glade +%%DATADIR%%/glade/merge_window.glade +%%DATADIR%%/glade/mirror_window.glade +%%DATADIR%%/glade/move_window.glade +%%DATADIR%%/glade/native_render_window.glade +%%DATADIR%%/glade/open_file.glade +%%DATADIR%%/glade/options_window.glade +%%DATADIR%%/glade/perlin_noise_window.glade +%%DATADIR%%/glade/place_objects_window.glade +%%DATADIR%%/glade/povray_render_options_window.glade +%%DATADIR%%/glade/preview_popup.glade +%%DATADIR%%/glade/print_preview_window.glade +%%DATADIR%%/glade/prune_window.glade +%%DATADIR%%/glade/radial_scale_window.glade +%%DATADIR%%/glade/rasterize_window.glade +%%DATADIR%%/glade/rectangle.xpm +%%DATADIR%%/glade/replace.xpm +%%DATADIR%%/glade/rescale_placed_objects_window.glade +%%DATADIR%%/glade/river_all_window.glade +%%DATADIR%%/glade/river_window.glade +%%DATADIR%%/glade/rotate_window.glade +%%DATADIR%%/glade/roughen_window.glade +%%DATADIR%%/glade/save_as.glade +%%DATADIR%%/glade/scale_window.glade +%%DATADIR%%/glade/scene_options_window.glade +%%DATADIR%%/glade/seed.xpm +%%DATADIR%%/glade/select_by_height_window.glade +%%DATADIR%%/glade/smooth_window.glade +%%DATADIR%%/glade/spectral_window.glade +%%DATADIR%%/glade/spherical_map_window.glade +%%DATADIR%%/glade/subdivision_window.glade +%%DATADIR%%/glade/subtract.xpm +%%DATADIR%%/glade/terrace_window.glade +%%DATADIR%%/glade/terraform.gladep +%%DATADIR%%/glade/terraform_logo.xpm +%%DATADIR%%/glade/terrain_options_window.glade +%%DATADIR%%/glade/terrain_window.glade +%%DATADIR%%/glade/tile_window.glade +%%DATADIR%%/glade/trace_objects_window.glade +%%DATADIR%%/glade/transform_window.glade +%%DATADIR%%/glade/undo_tree_window.glade +%%DATADIR%%/glade/warp_window.glade +%%DATADIR%%/glade/zoom.xpm +%%DATADIR%%/image_maps/moon_moon.png +%%DATADIR%%/image_maps/sky_test_320x180.tga +%%DATADIR%%/include/atmospheres/earth_fog.inc +%%DATADIR%%/include/atmospheres/earth_haze_fast.inc +%%DATADIR%%/include/atmospheres/earth_haze_slow.inc +%%DATADIR%%/include/atmospheres/fog_ground.inc +%%DATADIR%%/include/atmospheres/rainbow.inc +%%DATADIR%%/include/basic_textures.inc +%%DATADIR%%/include/defaults.inc +%%DATADIR%%/include/earth_textures/earth_atoll.inc +%%DATADIR%%/include/earth_textures/earth_canyon_landscape.inc +%%DATADIR%%/include/earth_textures/earth_desert_landscape.inc +%%DATADIR%%/include/earth_textures/earth_grass.inc +%%DATADIR%%/include/earth_textures/earth_green_landscape.inc +%%DATADIR%%/include/earth_textures/earth_mountain_landscape.inc +%%DATADIR%%/include/earth_textures/earth_sand.inc +%%DATADIR%%/include/generic_land.inc +%%DATADIR%%/include/generic_river.inc +%%DATADIR%%/include/grasstex.inc +%%DATADIR%%/include/river_texture.inc +%%DATADIR%%/include/skies/earth_regular_sky.inc +%%DATADIR%%/include/skies/include/clouds_01.inc +%%DATADIR%%/include/skies/include/clouds_02.inc +%%DATADIR%%/include/skies/include/clouds_03.inc +%%DATADIR%%/include/skies/include/clouds_04.inc +%%DATADIR%%/include/skies/include/clouds_05.inc +%%DATADIR%%/include/skies/include/clouds_06.inc +%%DATADIR%%/include/skies/include/clouds_07.inc +%%DATADIR%%/include/skies/include/lights_standard.inc +%%DATADIR%%/include/skies/include/lights_studio.inc +%%DATADIR%%/include/skies/include/macro_skies.inc +%%DATADIR%%/include/skies/include/skycolor_earth.inc +%%DATADIR%%/include/skies/include/stars_01.inc +%%DATADIR%%/include/skies/include/stars_02.inc +%%DATADIR%%/include/skies/include/stars_03.inc +%%DATADIR%%/include/skies/include/stars_04.inc +%%DATADIR%%/include/skies/include/stars_05.inc +%%DATADIR%%/include/skies/include/stars_06.inc +%%DATADIR%%/include/skies/mapped_sky.inc +%%DATADIR%%/include/skies/sky_system.inc +%%DATADIR%%/include/texture_constructor.inc +%%DATADIR%%/include/texture_constructor2.inc +%%DATADIR%%/include/trace_objects.inc +%%DATADIR%%/include/water/earth_artic_water.inc +%%DATADIR%%/include/water/earth_mediawater.inc +%%DATADIR%%/include/water/earth_seawater.inc +%%DATADIR%%/include/water/earth_seawater2.inc +%%DATADIR%%/include/water/earth_water.inc +%%DATADIR%%/include/water/earth_water_noise.inc +%%DATADIR%%/include/water/earth_water_ridged.inc +%%DATADIR%%/include/water/earth_water_waves.inc +%%DATADIR%%/objects/_bee.inc +%%DATADIR%%/objects/_boat.inc +%%DATADIR%%/objects/_butterfly.inc +%%DATADIR%%/objects/_butterfly_wing.gif +%%DATADIR%%/objects/_example.inc +%%DATADIR%%/objects/_grass_multiflowers.inc +%%DATADIR%%/objects/_grass_prairie.inc +%%DATADIR%%/objects/_needlebranch.inc +%%DATADIR%%/objects/_tree_8.inc +%%DATADIR%%/objects/_tree_parametric_1.inc +%%DATADIR%%/objects/_tree_parametric_2.inc +%%DATADIR%%/objects/_tree_parametric_3.inc +%%DATADIR%%/objects/_tree_parametric_4.inc +%%DATADIR%%/objects/_tree_parametric_5.inc +%%DATADIR%%/objects/_tree_parametric_6.inc +%%DATADIR%%/objects/_tree_parametric_7.inc +%%DATADIR%%/objects/bushOne.inc +%%DATADIR%%/objects/bushes.inc +%%DATADIR%%/objects/fern.gif +%%DATADIR%%/objects/fern.inc +%%DATADIR%%/objects/flowerPatch.inc +%%DATADIR%%/objects/foliage_inc.txt +%%DATADIR%%/objects/grass_flowers.inc +%%DATADIR%%/objects/grass_flowers_inc1.txt +%%DATADIR%%/objects/grass_flowers_inc2.txt +%%DATADIR%%/objects/grass_multiflowers.inc +%%DATADIR%%/objects/grass_patch_big.inc +%%DATADIR%%/objects/grass_patch_small.inc +%%DATADIR%%/objects/grass_prairie.inc +%%DATADIR%%/objects/grass_prairie_inc.txt +%%DATADIR%%/objects/monolith.inc +%%DATADIR%%/objects/sevenBushes.inc +%%DATADIR%%/objects/stone_agate.inc +%%DATADIR%%/objects/stone_dents.inc +%%DATADIR%%/objects/stone_peeble.inc +%%DATADIR%%/objects/stone_wrinkles.inc +%%DATADIR%%/objects/tree7_inc.txt +%%DATADIR%%/objects/tree_1.inc +%%DATADIR%%/objects/tree_2.inc +%%DATADIR%%/objects/tree_3.inc +%%DATADIR%%/objects/tree_4.gif +%%DATADIR%%/objects/tree_4.inc +%%DATADIR%%/objects/tree_5.gif +%%DATADIR%%/objects/tree_5.inc +%%DATADIR%%/objects/tree_6.gif +%%DATADIR%%/objects/tree_6.inc +%%DATADIR%%/objects/tree_7.inc +%%DATADIR%%/objects/tree_8.inc +%%DATADIR%%/objects/tree_8_inc.txt +%%DATADIR%%/objects/tree_palm_1.inc +%%DATADIR%%/objects/tree_palm_1_inc.txt +%%DATADIR%%/objects/tree_palm_patch.inc +%%DATADIR%%/objects/tree_parametric_1.inc +%%DATADIR%%/objects/tree_parametric_2.inc +%%DATADIR%%/objects/tree_parametric_3.inc +%%DATADIR%%/objects/tree_parametric_4.inc +%%DATADIR%%/objects/tree_parametric_5.inc +%%DATADIR%%/objects/tree_parametric_6.inc +%%DATADIR%%/objects/tree_parametric_7.inc +%%DATADIR%%/objects/tree_parametric_macro_inc.txt +%%DATADIR%%/objects/tree_parametric_texture_inc.txt +@dirrm %%DATADIR%%/objects +@dirrm %%DATADIR%%/include/water +@dirrm %%DATADIR%%/include/skies/include +@dirrm %%DATADIR%%/include/skies +@dirrm %%DATADIR%%/include/earth_textures +@dirrm %%DATADIR%%/include/atmospheres +@dirrm %%DATADIR%%/include +@dirrm %%DATADIR%%/image_maps +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% @dirrm share/pixmaps/terraform @dirrm share/gnome/help/terraform/fr @dirrm share/gnome/help/terraform/C @dirrm share/gnome/help/terraform %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 98A3C1065678 for ; Wed, 3 Aug 2011 18:40:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 60F6A8FC15 for ; Wed, 3 Aug 2011 18:40: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 p73Ieasd077927 for ; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeaSt077921; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:36 GMT Resent-Message-Id: <201108031840.p73IeaSt077921@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 991A3106567E for ; Wed, 3 Aug 2011 18:36:08 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 6FE0B8FC13 for ; Wed, 3 Aug 2011 18:36:08 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id B79D12BC03B for ; Thu, 4 Aug 2011 03:36:06 +0900 (JST) Message-Id: <20110804032429.2ced8d6b.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159488: Update port: print/abntex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:36 -0000 >Number: 159488 >Category: ports >Synopsis: Update port: print/abntex >Confidential: no >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 Aug 03 18:40:36 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/print/abntex/Makefile print/abntex/Makefile --- /usr/ports/print/abntex/Makefile 2011-08-03 15:45:22.000000000 +0900 +++ print/abntex/Makefile 2011-08-03 16:01:55.000000000 +0900 @@ -9,16 +9,13 @@ PORTVERSION= 0.8.2 PORTREVISION= 3 CATEGORIES= print -MASTER_SITES= http://mirror.isp.net.au/ftp/pub/freebsd/distfiles/ \ - http://download.codigolivre.org.br/abntex/ +MASTER_SITES= http://codigolivre.org.br/frs/download.php/2654/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Both classes and styles for both LaTex and bibtex for ABNT rules -BROKEN= does not fetch - RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 D5B13106567F for ; Wed, 3 Aug 2011 18:40:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B793B8FC22 for ; Wed, 3 Aug 2011 18:40: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 p73Ieadh077991 for ; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeaTP077985; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:36 GMT Resent-Message-Id: <201108031840.p73IeaTP077985@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94346106567B for ; Wed, 3 Aug 2011 18:36:13 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2D38FC08 for ; Wed, 3 Aug 2011 18:36:13 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 088844AC036 for ; Thu, 4 Aug 2011 03:36:10 +0900 (JST) Message-Id: <20110804032433.0684c3cb.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159489: Update port: print/xtexsh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:36 -0000 >Number: 159489 >Category: ports >Synopsis: Update port: print/xtexsh >Confidential: no >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 Aug 03 18:40:36 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support USE_TK_WRAPPER - Support INSTALL_ICONS >How-To-Repeat: >Fix: diff -urN /usr/ports/print/xtexsh/Makefile print/xtexsh/Makefile --- /usr/ports/print/xtexsh/Makefile 2011-08-03 15:46:08.000000000 +0900 +++ print/xtexsh/Makefile 2011-08-04 02:27:01.000000000 +0900 @@ -7,40 +7,48 @@ PORTNAME= xtexsh PORTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print -MASTER_SITES= ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/ -DISTNAME= ${PORTNAME}-1.4-2 +MASTER_SITES= http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk-based simple TeX interface -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base -BROKEN= Does not fetch +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ - wish8.4:${PORTSDIR}/x11-toolkits/tk84 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-1.4 +USE_TK_WRAPPER= yes +INSTALLS_ICONS= yes -NO_BUILD= yes -MAN1= xtexsh.1 MANCOMPRESSED= yes +MAN1= xtexsh.1 post-patch: - @${REINPLACE_CMD} -e 's,/usr/bin/wish,${PREFIX}/bin/wish8.4,; \ - s,/etc,${PREFIX}/etc,; s,bash,sh,' ${WRKSRC}/xtexsh + @${REINPLACE_CMD} -e \ + 's|/usr/bin|${LOCALBASE}/bin|g ; \ + s|"/etc|"${PREFIX}/etc| ; \ + s|exec bash|exec sh|' ${WRKSRC}/xtexsh do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/xtexsh ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xtexsh.1.gz ${PREFIX}/man/man1 - @${INSTALL_DATA} ${WRKSRC}/xtexshrc ${PREFIX}/etc/xtexshrc - @${MKDIR} ${PREFIX}/share/xtexsh -.for f in xtexsh-mini.png xtexsh.png xtexsh.desktop xtexsh.spec - @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} -.endfor + ${INSTALL_SCRIPT} ${WRKSRC}/xtexsh ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xtexsh.1.gz ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/xtexshrc ${PREFIX}/etc + @${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/xtexsh.desktop ${PREFIX}/share/applications + @${MKDIR} ${PREFIX}/share/icons/locolor/16x16/apps + ${INSTALL_DATA} ${WRKSRC}/xtexsh-mini.png \ + ${PREFIX}/share/icons/locolor/16x16/apps/xtexsh.png + @${MKDIR} ${PREFIX}/share/icons/locolor/32x32/apps + ${INSTALL_DATA} ${WRKSRC}/xtexsh.png \ + ${PREFIX}/share/icons/locolor/32x32/apps/xtexsh.png + @${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/xtexsh.png ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} diff -urN /usr/ports/print/xtexsh/pkg-plist print/xtexsh/pkg-plist --- /usr/ports/print/xtexsh/pkg-plist 2010-01-31 17:21:16.000000000 +0900 +++ print/xtexsh/pkg-plist 2011-07-25 15:32:40.000000000 +0900 @@ -2,9 +2,15 @@ etc/xtexshrc %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/index.html -%%DATADIR%%/xtexsh-mini.png -%%DATADIR%%/xtexsh.desktop -%%DATADIR%%/xtexsh.png -%%DATADIR%%/xtexsh.spec -@dirrm %%DATADIR%% +share/applications/xtexsh.desktop +share/icons/locolor/16x16/apps/xtexsh.png +share/icons/locolor/32x32/apps/xtexsh.png +share/pixmaps/xtexsh.png +@dirrmtry share/icons/locolor/32x32/apps +@dirrmtry share/icons/locolor/32x32 +@dirrmtry share/icons/locolor/16x16/apps +@dirrmtry share/icons/locolor/16x16 +@dirrmtry share/icons/locolor +@dirrmtry share/icons %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B22010656B3 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9A58FC26 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeaCk078055 for ; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IeaIa078047; Wed, 3 Aug 2011 18:40:36 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:36 GMT Resent-Message-Id: <201108031840.p73IeaIa078047@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A717F106566C for ; Wed, 3 Aug 2011 18:36:18 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 556DF8FC16 for ; Wed, 3 Aug 2011 18:36:18 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 1FAD22BC03B for ; Thu, 4 Aug 2011 03:36:15 +0900 (JST) Message-Id: <20110804032436.9c43c517.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159490: Update port: science/linsmith to 0.99.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:37 -0000 >Number: 159490 >Category: ports >Synopsis: Update port: science/linsmith to 0.99.22 >Confidential: no >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 Aug 03 18:40:36 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.99.22 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/linsmith/Makefile science/linsmith/Makefile --- /usr/ports/science/linsmith/Makefile 2011-03-28 12:39:38.000000000 +0900 +++ science/linsmith/Makefile 2011-08-03 00:14:05.000000000 +0900 @@ -7,21 +7,25 @@ # PORTNAME= linsmith -PORTVERSION= 0.99.21 +PORTVERSION= 0.99.22 CATEGORIES= science hamradio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.21 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Smith charting program -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -USE_GNOME= pkgconfig libgnomeprint libgnomeui libxml2 +USE_GNOME= libgnomeui libxml2 USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${CP} ${FILESDIR}/carg.c ${WRKSRC}/src diff -urN /usr/ports/science/linsmith/distinfo science/linsmith/distinfo --- /usr/ports/science/linsmith/distinfo 2011-03-28 12:39:38.000000000 +0900 +++ science/linsmith/distinfo 2011-08-03 00:02:50.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (linsmith-0.99.21.tar.gz) = f3d58f56079d1de0e21ec4f7d2aa7f1df1997bcb9ab33d83f1cd9d508306b76c -SIZE (linsmith-0.99.21.tar.gz) = 1119718 +SHA256 (linsmith-0.99.22.tar.gz) = cd2279e8123e016518c2d4a63c7c84cf36ff5bc47b0c6fd7109313450a66ca1e +SIZE (linsmith-0.99.22.tar.gz) = 1122094 diff -urN /usr/ports/science/linsmith/pkg-descr science/linsmith/pkg-descr --- /usr/ports/science/linsmith/pkg-descr 2006-12-22 12:38:47.000000000 +0900 +++ science/linsmith/pkg-descr 2011-08-02 23:54:15.000000000 +0900 @@ -18,4 +18,4 @@ solutions without re-defining the other (this may actually change to single files - I'm not quite convinced here) -WWW: http://linsmith.sourceforge.net/ +WWW: http://jcoppens.com/soft/linsmith/index.en.php diff -urN /usr/ports/science/linsmith/pkg-plist science/linsmith/pkg-plist --- /usr/ports/science/linsmith/pkg-plist 2009-05-14 04:38:51.000000000 +0900 +++ science/linsmith/pkg-plist 2008-09-11 03:55:07.000000000 +0900 @@ -1,13 +1,4 @@ bin/linsmith -share/locale/de/LC_MESSAGES/linsmith.mo -share/locale/es/LC_MESSAGES/linsmith.mo -share/locale/hu/LC_MESSAGES/linsmith.mo -share/locale/it/LC_MESSAGES/linsmith.mo -share/locale/sv/LC_MESSAGES/linsmith.mo -share/locale/zh/LC_MESSAGES/linsmith.mo -share/pixmaps/linsmith/smith4.png -share/pixmaps/linsmith/smithent.png -@dirrm share/pixmaps/linsmith %%DATADIR%%/6-1.circ %%DATADIR%%/6-1.load %%DATADIR%%/6-4.circ @@ -18,4 +9,13 @@ %%DATADIR%%/6-6.load %%DATADIR%%/conv0809 %%DATADIR%%/nb_40.load +share/locale/de/LC_MESSAGES/linsmith.mo +share/locale/es/LC_MESSAGES/linsmith.mo +share/locale/hu/LC_MESSAGES/linsmith.mo +share/locale/it/LC_MESSAGES/linsmith.mo +share/locale/sv/LC_MESSAGES/linsmith.mo +share/locale/zh/LC_MESSAGES/linsmith.mo +share/pixmaps/linsmith/smith4.png +share/pixmaps/linsmith/smithent.png +@dirrm share/pixmaps/linsmith @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 916AF10656D3 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 727768FC1E for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IebZJ078115 for ; Wed, 3 Aug 2011 18:40:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Ieb2U078108; Wed, 3 Aug 2011 18:40:37 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:37 GMT Resent-Message-Id: <201108031840.p73Ieb2U078108@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D55106566B for ; Wed, 3 Aug 2011 18:36:23 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 86FD58FC08 for ; Wed, 3 Aug 2011 18:36:23 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 05FB34AC036 for ; Thu, 4 Aug 2011 03:36:20 +0900 (JST) Message-Id: <20110804032440.afbb38dd.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159491: Update port: security/bugs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:37 -0000 >Number: 159491 >Category: ports >Synopsis: Update port: security/bugs >Confidential: no >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 Aug 03 18:40:37 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Support COPYTREE_SHARE >How-To-Repeat: >Fix: diff -urN /usr/ports/security/bugs/Makefile security/bugs/Makefile --- /usr/ports/security/bugs/Makefile 2011-06-18 18:41:31.000000000 +0900 +++ security/bugs/Makefile 2011-07-25 16:06:28.000000000 +0900 @@ -9,23 +9,20 @@ PORTVERSION= 4.1.1 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= http://www.encryptsolutions.com/english/download/ +MASTER_SITES= SUNSITE/apps/crypto EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Great cryptography library and sample programs -BROKEN= Does not fetch - -PLIST_SUB+= PORTVERSION=${PORTVERSION} -DOCSDIR= ${PREFIX}/${DISTNAME}/doc +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes -# No Manual page +PLIST_SUB= PORTVERSION="${PORTVERSION}" -post-extract: - ${FIND} ${WRKSRC} -type d -exec ${CHMOD} +x {} \; +DOCSDIR= ${PREFIX}/${DISTNAME}/doc post-configure: (cd ${WRKSRC}; ${MAKE} bsd); @@ -36,25 +33,19 @@ ${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile; post-build: - ${CP} ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ + @${LN} -sf ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ pre-install: (cd ${WRKSRC}; ${MAKE} test) post-install: + @${MKDIR} ${PREFIX}/${DISTNAME}/include + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/${DISTNAME}/include +.for file in bchat bcrypt bhide bkey block blogin bmore bpass bpassdel bunlock + @${STRIP_CMD} ${PREFIX}/${DISTNAME}/${file} +.endfor .if !defined(NOPORTDOCS) - ${CP} -R ${WRKSRC}/doc ${DOCSDIR} + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif - ${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME} - ${STRIP_CMD} ${PREFIX}/${DISTNAME}/bchat \ - ${PREFIX}/${DISTNAME}/bcrypt \ - ${PREFIX}/${DISTNAME}/bhide \ - ${PREFIX}/${DISTNAME}/bkey \ - ${PREFIX}/${DISTNAME}/block \ - ${PREFIX}/${DISTNAME}/blogin \ - ${PREFIX}/${DISTNAME}/bmore \ - ${PREFIX}/${DISTNAME}/bpass \ - ${PREFIX}/${DISTNAME}/bpassdel \ - ${PREFIX}/${DISTNAME}/bunlock \ .include diff -urN /usr/ports/security/bugs/pkg-plist security/bugs/pkg-plist --- /usr/ports/security/bugs/pkg-plist 2008-06-23 21:34:00.000000000 +0900 +++ security/bugs/pkg-plist 2011-07-25 16:08:24.000000000 +0900 @@ -7,12 +7,21 @@ bugs-%%PORTVERSION%%/bmore bugs-%%PORTVERSION%%/bpass bugs-%%PORTVERSION%%/bpassdel -bugs-%%PORTVERSION%%/bunlock bugs-%%PORTVERSION%%/bugscrypt.a +bugs-%%PORTVERSION%%/bunlock +bugs-%%PORTVERSION%%/include/bstandard.h +bugs-%%PORTVERSION%%/include/extra.h +bugs-%%PORTVERSION%%/include/fpos_t.h +bugs-%%PORTVERSION%%/include/isaac.h +bugs-%%PORTVERSION%%/include/main.h +bugs-%%PORTVERSION%%/include/misc.h +bugs-%%PORTVERSION%%/include/seed.h +bugs-%%PORTVERSION%%/include/shuffle.h +bugs-%%PORTVERSION%%/include/utils.h +bugs-%%PORTVERSION%%/include/wrapper.h %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/HOWTO %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/cv/cv.html %%PORTDOCS%%%%DOCSDIR%%/cv/note.html %%PORTDOCS%%%%DOCSDIR%%/fulldoc/bssl.txt @@ -28,8 +37,6 @@ %%PORTDOCS%%%%DOCSDIR%%/fulldoc/dev_french.txt %%PORTDOCS%%%%DOCSDIR%%/fulldoc/history_unix.txt %%PORTDOCS%%%%DOCSDIR%%/fulldoc/history_win.txt -%%PORTDOCS%%%%DOCSDIR%%/fulldoc/index.html -%%PORTDOCS%%%%DOCSDIR%%/fulldoc/lib_hist.txt %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/2_1.gif %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/2_2.gif %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/2_3.gif @@ -44,21 +51,14 @@ %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/3_7.gif %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/3_8.gif %%PORTDOCS%%%%DOCSDIR%%/fulldoc/images/3_9.gif +%%PORTDOCS%%%%DOCSDIR%%/fulldoc/index.html +%%PORTDOCS%%%%DOCSDIR%%/fulldoc/lib_hist.txt %%PORTDOCS%%%%DOCSDIR%%/history/old_french.txt -bugs-%%PORTVERSION%%/include/bstandard.h -bugs-%%PORTVERSION%%/include/extra.h -bugs-%%PORTVERSION%%/include/fpos_t.h -bugs-%%PORTVERSION%%/include/isaac.h -bugs-%%PORTVERSION%%/include/main.h -bugs-%%PORTVERSION%%/include/misc.h -bugs-%%PORTVERSION%%/include/seed.h -bugs-%%PORTVERSION%%/include/shuffle.h -bugs-%%PORTVERSION%%/include/utils.h -bugs-%%PORTVERSION%%/include/wrapper.h -%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc/images/ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc/ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/cv +%%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/history +%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/fulldoc +%%PORTDOCS%%@dirrm %%DOCSDIR%%/cv %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm bugs-%%PORTVERSION%%/include @dirrm bugs-%%PORTVERSION%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA27010656D8 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB2058FC28 for ; Wed, 3 Aug 2011 18:40:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73Iebwa078179 for ; Wed, 3 Aug 2011 18:40:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Ieb2M078172; Wed, 3 Aug 2011 18:40:37 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:37 GMT Resent-Message-Id: <201108031840.p73Ieb2M078172@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145DD1065678 for ; Wed, 3 Aug 2011 18:36:30 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id B1C658FC12 for ; Wed, 3 Aug 2011 18:36:29 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 3824447C036 for ; Thu, 4 Aug 2011 03:36:26 +0900 (JST) Message-Id: <20110804032443.e03488bb.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:43 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159492: Update port: www/getleft to 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, 03 Aug 2011 18:40:38 -0000 >Number: 159492 >Category: ports >Synopsis: Update port: www/getleft to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:37 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/www/getleft/Makefile www/getleft/Makefile --- /usr/ports/www/getleft/Makefile 2011-02-27 16:48:27.000000000 +0900 +++ www/getleft/Makefile 2011-07-03 23:47:55.000000000 +0900 @@ -6,11 +6,10 @@ # PORTNAME= getleft -PORTVERSION= 1.2b2 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= www ftp -MASTER_SITES= SF/${PORTNAME}down/${PORTNAME}-devel/${PORTVERSION} -DISTNAME= Getleft-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}down/${PORTNAME}-Stable/${PORTVERSION} +DISTNAME= Getleft-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Web site downloader @@ -18,21 +17,18 @@ RUN_DEPENDS= ${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:${PORTSDIR}/x11-toolkits/tktable \ ${LOCALBASE}/lib/libttkstub.a:${PORTSDIR}/x11-toolkits/tile -USE_TK= 84 - -# Avoid minus signs in versions. -PORTSCOUT= limit:^[[:alnum:]]+(?!-)$ - -post-extract: - @${RM} ${WRKSRC}/install.* +USE_TK= 84+ do-build: @(${ECHO_CMD} "#!${SH}"; ${ECHO_CMD} "cd ${DATADIR} || exit 1"; \ ${ECHO_CMD} 'exec ${WISH} Getleft.tcl "$$@"') > ${WRKDIR}/${PORTNAME} do-install: - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/* ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/Getleft.tcl ${DATADIR} +.for dir in Languages doc scripts images + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}) +.endfor .include diff -urN /usr/ports/www/getleft/distinfo www/getleft/distinfo --- /usr/ports/www/getleft/distinfo 2011-03-20 02:59:28.000000000 +0900 +++ www/getleft/distinfo 2011-07-03 23:37:46.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (Getleft-1.2b2.tar.gz) = d1a7dd0b5c216415412be38134d9e6ea95667f08360bc655c80d7336afba525d -SIZE (Getleft-1.2b2.tar.gz) = 501214 +SHA256 (Getleft-v1.2.tar.gz) = 40f52e07c558be2cbb05958bfa3fa4d84c6aba95cf7dd8fe1dfffedffd32b3e7 +SIZE (Getleft-v1.2.tar.gz) = 521732 diff -urN /usr/ports/www/getleft/pkg-plist www/getleft/pkg-plist --- /usr/ports/www/getleft/pkg-plist 2007-05-04 07:29:45.000000000 +0900 +++ www/getleft/pkg-plist 2011-07-03 23:52:33.000000000 +0900 @@ -12,6 +12,7 @@ %%DATADIR%%/Languages/menus.pl %%DATADIR%%/Languages/menus.pt %%DATADIR%%/Languages/menus.ru +%%DATADIR%%/Languages/menus.sk %%DATADIR%%/Languages/menus.tr %%DATADIR%%/Languages/menus.zht %%DATADIR%%/Languages/supported @@ -78,6 +79,7 @@ %%DATADIR%%/images/Crystal/update.png %%DATADIR%%/images/Crystal/url.gif %%DATADIR%%/images/Crystal/url.png +%%DATADIR%%/images/Shortcuts/Getleft.desktop %%DATADIR%%/images/Shortcuts/Getleft.desktop.tpl %%DATADIR%%/images/Shortcuts/Getleft128x128.png %%DATADIR%%/images/Shortcuts/Getleft16x16.png @@ -101,6 +103,7 @@ %%DATADIR%%/images/editpaste.gif %%DATADIR%%/images/editpaste.png %%DATADIR%%/images/get.gif +%%DATADIR%%/images/get.png %%DATADIR%%/images/icon.ico %%DATADIR%%/images/pwrdLogo150.gif %%DATADIR%%/scripts/Ayuda.tcl @@ -117,29 +120,40 @@ %%DATADIR%%/scripts/Ventana.tcl %%DATADIR%%/scripts/balloon.tcl %%DATADIR%%/scripts/delay.tcl +%%DATADIR%%/scripts/dialog/dialog.tcl +%%DATADIR%%/scripts/dialog/icons.tcl +%%DATADIR%%/scripts/dialog/pkgIndex.tcl %%DATADIR%%/scripts/getLog.tcl %%DATADIR%%/scripts/getWizard.tcl -%%DATADIR%%/scripts/help.tcl +%%DATADIR%%/scripts/help1.5/help.tcl +%%DATADIR%%/scripts/help1.5/pkgIndex.tcl +%%DATADIR%%/scripts/keynav1.0/keynav.tcl +%%DATADIR%%/scripts/keynav1.0/pkgIndex.tcl %%DATADIR%%/scripts/mainWin.tcl %%DATADIR%%/scripts/menuEntry.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/mwutil.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/repair.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistBind.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistBitmaps.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistConfig.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistEdit.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistMove.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistSort.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistThemes.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistUtil.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tablelistWidget.tcl -%%DATADIR%%/scripts/tablelist4.6/scripts/tclIndex -%%DATADIR%%/scripts/tablelist4.6/tablelist.tcl -%%DATADIR%%/scripts/tablelist4.6/tablelistPublic.tcl -%%DATADIR%%/scripts/tablelist4.6/tablelist_tile.tcl -%%DATADIR%%/scripts/tkwizard.tcl -@dirrm %%DATADIR%%/scripts/tablelist4.6/scripts -@dirrm %%DATADIR%%/scripts/tablelist4.6 +%%DATADIR%%/scripts/tablelist4.8/pkgIndex.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/mwutil.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistBind.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistBitmaps.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistConfig.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistEdit.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistMove.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistSort.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistThemes.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistUtil.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tablelistWidget.tcl +%%DATADIR%%/scripts/tablelist4.8/scripts/tclIndex +%%DATADIR%%/scripts/tablelist4.8/tablelist.tcl +%%DATADIR%%/scripts/tablelist4.8/tablelistPublic.tcl +%%DATADIR%%/scripts/tablelist4.8/tablelist_tile.tcl +%%DATADIR%%/scripts/tkwizard/pkgIndex.tcl +%%DATADIR%%/scripts/tkwizard/tkwizard.tcl +@dirrm %%DATADIR%%/scripts/tkwizard +@dirrm %%DATADIR%%/scripts/tablelist4.8/scripts +@dirrm %%DATADIR%%/scripts/tablelist4.8 +@dirrm %%DATADIR%%/scripts/keynav1.0 +@dirrm %%DATADIR%%/scripts/help1.5 +@dirrm %%DATADIR%%/scripts/dialog @dirrm %%DATADIR%%/scripts @dirrm %%DATADIR%%/images/Shortcuts/xdg @dirrm %%DATADIR%%/images/Shortcuts >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AEC6106566B for ; Wed, 3 Aug 2011 18:40:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2458FC2A for ; Wed, 3 Aug 2011 18:40: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 p73Iec9N078242 for ; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IecJK078236; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:38 GMT Resent-Message-Id: <201108031840.p73IecJK078236@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C5B01065676 for ; Wed, 3 Aug 2011 18:36:34 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id D4C5C8FC15 for ; Wed, 3 Aug 2011 18:36:33 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 3D6372BC03B for ; Thu, 4 Aug 2011 03:36:31 +0900 (JST) Message-Id: <20110804032446.bac168fa.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159493: Update port: x11/dxpc to 3.9.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, 03 Aug 2011 18:40:38 -0000 >Number: 159493 >Category: ports >Synopsis: Update port: x11/dxpc to 3.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:37 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 3.9.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/dxpc/Makefile x11/dxpc/Makefile --- /usr/ports/x11/dxpc/Makefile 2008-04-20 10:21:36.000000000 +0900 +++ x11/dxpc/Makefile 2011-07-16 13:42:46.000000000 +0900 @@ -6,11 +6,9 @@ # PORTNAME= dxpc -PORTVERSION= 3.9.0 -PORTREVISION= 2 +PORTVERSION= 3.9.2 CATEGORIES= x11 -MASTER_SITES= http://www.vigor.nu/dxpc/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= http://www.vigor.nu/dxpc/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -18,18 +16,19 @@ LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 +LICENSE= BSD + USE_XORG= x11 -USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE} -MAKE_ARGS= CPPFLAGS="-I. -I${LOCALBASE}/include" +MAKE_JOBS_SAFE= yes MAN1= dxpc.1 PLIST_FILES= bin/dxpc -do-install: - ${INSTALL_DATA} ${WRKSRC}/dxpc ${PREFIX}/bin/dxpc - ${INSTALL_MAN} ${WRKSRC}/dxpc.man ${MANPREFIX}/man/man1/dxpc.1 +post-patch: + @${REINPLACE_CMD} -e \ + '/bindir/s|(INSTALL)|(INSTALL_PROGRAM)|g' ${WRKSRC}/Makefile.in .include diff -urN /usr/ports/x11/dxpc/distinfo x11/dxpc/distinfo --- /usr/ports/x11/dxpc/distinfo 2011-03-20 03:03:55.000000000 +0900 +++ x11/dxpc/distinfo 2011-07-16 13:29:22.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (dxpc-3.9.0.tgz) = 0d1ebae097b2be6b0d1fbf4558d3afcfa0c87edadf5c43932627fa9f71d6f63e -SIZE (dxpc-3.9.0.tgz) = 190856 +SHA256 (dxpc-3.9.2.tgz) = 414c499c6aa97f061dc589733142d5be671645436938cfc02b243914a0a27de5 +SIZE (dxpc-3.9.2.tgz) = 199267 diff -urN /usr/ports/x11/dxpc/pkg-descr x11/dxpc/pkg-descr --- /usr/ports/x11/dxpc/pkg-descr 2009-12-21 16:00:24.000000000 +0900 +++ x11/dxpc/pkg-descr 2011-07-16 13:26:45.000000000 +0900 @@ -4,4 +4,3 @@ messages to limit the amount of data actually sent over the network. WWW: http://www.vigor.nu/dxpc/ -WWW: http://ccwf.cc.utexas.edu/~zvonler/dxpc/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB5041065678 for ; Wed, 3 Aug 2011 18:40:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 841438FC18 for ; Wed, 3 Aug 2011 18:40: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 p73IecH4078305 for ; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Iecm5078298; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:38 GMT Resent-Message-Id: <201108031840.p73Iecm5078298@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67B371065679 for ; Wed, 3 Aug 2011 18:36:38 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 3F90A8FC0C for ; Wed, 3 Aug 2011 18:36:38 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 858CE23C031 for ; Thu, 4 Aug 2011 03:36:36 +0900 (JST) Message-Id: <20110804032450.b697aec9.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159494: Update port: x11/fbdesk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:38 -0000 >Number: 159494 >Category: ports >Synopsis: Update port: x11/fbdesk >Confidential: no >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 Aug 03 18:40:38 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/fbdesk/Makefile x11/fbdesk/Makefile --- /usr/ports/x11/fbdesk/Makefile 2010-03-28 17:48:47.000000000 +0900 +++ x11/fbdesk/Makefile 2011-07-14 02:22:31.000000000 +0900 @@ -10,10 +10,7 @@ PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://fluxbox.sourceforge.net/download/ \ - ${MASTER_SITE_GENTOO} \ - http://dl.fkb.wormulon.net/fbdesk/ \ - http://dl.kel.wormulon.net/fbdesk/ -MASTER_SITE_SUBDIR= distfiles + GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A Fluxbox utility to create and manage icons on the desktop @@ -22,20 +19,22 @@ OPTIONS= IMLIB2 "Imlib2 (pixmap themes) support" On +LICENSE= MIT + USE_XORG= xext xft xpm xrender -USE_GNOME= gnometarget +WANT_EFL= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes PORTDOCS= ChangeLog INSTALL README PLIST_FILES= bin/fbdesk -USE_EFL= imlib2 .include .if defined(WITHOUT_IMLIB2) CONFIGURE_ARGS+= --disable-imlib2 .else -USE_EFL= imlib2 +USE_EFL+= imlib2 .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 0962C106567E for ; Wed, 3 Aug 2011 18:40:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF01A8FC21 for ; Wed, 3 Aug 2011 18:40: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 p73Iecl6078370 for ; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IecRp078362; Wed, 3 Aug 2011 18:40:38 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:38 GMT Resent-Message-Id: <201108031840.p73IecRp078362@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2A31065672 for ; Wed, 3 Aug 2011 18:36:43 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 022E98FC14 for ; Wed, 3 Aug 2011 18:36:43 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 2019E2BC03B for ; Thu, 4 Aug 2011 03:36:40 +0900 (JST) Message-Id: <20110804032453.d2ad10f6.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159495: Update port: x11-fm/tdfsb to 0.0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:39 -0000 >Number: 159495 >Category: ports >Synopsis: Update port: x11-fm/tdfsb to 0.0.10 >Confidential: no >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 Aug 03 18:40:38 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.0.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fm/tdfsb/Makefile x11-fm/tdfsb/Makefile --- /usr/ports/x11-fm/tdfsb/Makefile 2011-02-27 16:49:55.000000000 +0900 +++ x11-fm/tdfsb/Makefile 2011-07-21 22:40:40.000000000 +0900 @@ -6,8 +6,7 @@ # PORTNAME= tdfsb -PORTVERSION= 0.0.9 -PORTREVISION= 10 +PORTVERSION= 0.0.10 CATEGORIES= x11-fm MASTER_SITES= http://www.determinate.net/webdata/data/ @@ -16,16 +15,26 @@ LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GL= glut USE_SDL= image sdl +USE_GNOME= pkgconfig -PLIST_FILES= bin/${PORTNAME} PORTDOCS= README +PLIST_FILES= bin/${PORTNAME} + +CPPFLAGS= `${pkgconfig_DETECT} --cflags SDL_image glut` \ + `${LOCALBASE}/bin/smpeg-config --cflags` +LDFLAGS= `${pkgconfig_DETECT} --libs SDL_image glut` \ + `${LOCALBASE}/bin/smpeg-config --libs` -COMPILE_SCRIPT= compile.sh +.include do-build: - @(cd ${BUILD_WRKSRC}; ${SH} ${COMPILE_SCRIPT}) + (cd ${BUILD_WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} ${PORTNAME}.c \ + -o ${PORTNAME} ${LDFLAGS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @@ -34,18 +43,4 @@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include - -post-patch: -# Dirty hack below (ripping -lm) is needed in order to build the port on -# NVidia-infected system. Without it, it may complain on conflicting -# libm.so versions (x11/nvidia-driver gets one via misc/compat5x port). -# However, since libGLU.so already depends on it, we should be fine. - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ - s|gcc|${CC}| ; s| -lm|| ; \ - s|/usr/local|${LOCALBASE}|g ; \ - s|/usr/X11R6|${LOCALBASE}|g ; \ - s|-O2|${CFLAGS}|g' \ - ${WRKSRC}/${COMPILE_SCRIPT} - .include diff -urN /usr/ports/x11-fm/tdfsb/distinfo x11-fm/tdfsb/distinfo --- /usr/ports/x11-fm/tdfsb/distinfo 2011-03-19 09:33:56.000000000 +0900 +++ x11-fm/tdfsb/distinfo 2011-07-17 14:28:11.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (tdfsb-0.0.9.tar.gz) = 85daa2d64b0829ee94f61ba7db4a06368317af3ff68dd67ca4601821944f66a1 -SIZE (tdfsb-0.0.9.tar.gz) = 35336 +SHA256 (tdfsb-0.0.10.tar.gz) = 91283a0863f7c38028346ab4edfd180d0ce6cee3f1a7c44bf3c181a74063f4c3 +SIZE (tdfsb-0.0.10.tar.gz) = 35630 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 61BBA1065675 for ; Wed, 3 Aug 2011 18:40:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 43D6F8FC2D for ; Wed, 3 Aug 2011 18:40: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 p73Iedi7078433 for ; Wed, 3 Aug 2011 18:40:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IedLg078424; Wed, 3 Aug 2011 18:40:39 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:39 GMT Resent-Message-Id: <201108031840.p73IedLg078424@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FF2B106564A for ; Wed, 3 Aug 2011 18:36:48 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 741C58FC12 for ; Wed, 3 Aug 2011 18:36:48 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 388A147C036 for ; Thu, 4 Aug 2011 03:36:45 +0900 (JST) Message-Id: <20110804032456.d06a2db3.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:24:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159496: Update port: x11-fm/tkdesk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:39 -0000 >Number: 159496 >Category: ports >Synopsis: Update port: x11-fm/tkdesk >Confidential: no >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 Aug 03 18:40:38 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Support USE_TK - Fix WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fm/tkdesk/Makefile x11-fm/tkdesk/Makefile --- /usr/ports/x11-fm/tkdesk/Makefile 2010-02-05 23:12:32.000000000 +0900 +++ x11-fm/tkdesk/Makefile 2011-07-17 15:23:32.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= tkdesk PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm tk MASTER_SITES= SF/${PORTNAME}/TkDesk/2.0 DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -18,26 +18,33 @@ COMMENT= A graphical, highly configurable and powerful file manager LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt \ - itcl:${PORTSDIR}/lang/itcl \ - tk84:${PORTSDIR}/x11-toolkits/tk84 + itcl:${PORTSDIR}/lang/itcl +EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude blt PATCH_DIST_STRIP=-p1 + +USE_TCL_BUILD= yes +USE_TCL= yes +USE_TK_BUILD= yes +USE_TK= yes USE_GMAKE= yes GNU_CONFIGURE= yes -MAKE_ENV+= LIB_RUNTIME_DIR=${LOCABASE}/lib -CONFIGURE_ENV= CPPFLAG="-I${LOCALBASE}/include/itcl3.3" \ - LDFLAGS="-L${LOCALBASE}/lib -litcl" -CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ - --with-tk=${LOCALBASE}/lib/tk8.4 \ - --with-blt=${LOCALBASE} \ - --with-itcl=${LOCALBASE}/lib/itcl3.3 -EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude blt +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ + --with-tk=${TK_LIBDIR} \ + --with-blt=${LOCALBASE} \ + --with-itcl=${LOCALBASE}/lib/itcl3.4 +MAKE_ENV= LIB_RUNTIME_DIR="${LOCABASE}/lib" MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1 +CPPFLAG= -I${LOCALBASE}/include/itcl3.4 +LDFLAGS= -L${LOCALBASE}/lib -litcl + post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' + @${REINPLACE_CMD} -e 's|%%TCLSH%%|${TCLSH}|g' ${WRKSRC}/Makefile.in pre-install: @${FIND} ${WRKSRC} -type f -name "*.orig" -delete diff -urN /usr/ports/x11-fm/tkdesk/files/patch-ab x11-fm/tkdesk/files/patch-ab --- /usr/ports/x11-fm/tkdesk/files/patch-ab 2006-05-18 16:46:08.000000000 +0900 +++ x11-fm/tkdesk/files/patch-ab 2011-07-17 15:22:50.000000000 +0900 @@ -14,7 +14,7 @@ find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \; @echo "=== Creating index..." - cd $(SCRIPT_INSTALL_DIR); $(BIN_INSTALL_DIR)/tkdesksh mkindex -+ cd $(SCRIPT_INSTALL_DIR); tclsh8.4 mkindex ++ cd $(SCRIPT_INSTALL_DIR); %%TCLSH%% mkindex @echo "=== Installing the manual pages..." @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \ echo "installing $$f" ;\ diff -urN /usr/ports/x11-fm/tkdesk/pkg-descr x11-fm/tkdesk/pkg-descr --- /usr/ports/x11-fm/tkdesk/pkg-descr 2011-08-03 15:54:21.000000000 +0900 +++ x11-fm/tkdesk/pkg-descr 2011-07-17 15:21:32.000000000 +0900 @@ -1,2 +1,4 @@ - TkDesk is a graphical, highly configurable and powerful file manager - for Unix and the X Window System. +TkDesk is a graphical, highly configurable and powerful file manager for +Unix and the X Window System. + +WWW: http://tkdesk.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40: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 BA18E1065679 for ; Wed, 3 Aug 2011 18:40:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C46D8FC1C for ; Wed, 3 Aug 2011 18:40: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 p73Iedxh078492 for ; Wed, 3 Aug 2011 18:40:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Iedtv078483; Wed, 3 Aug 2011 18:40:39 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:39 GMT Resent-Message-Id: <201108031840.p73Iedtv078483@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADFE31065674 for ; Wed, 3 Aug 2011 18:36:53 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 5E53E8FC1B for ; Wed, 3 Aug 2011 18:36:53 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 1C0B723C031 for ; Thu, 4 Aug 2011 03:36:50 +0900 (JST) Message-Id: <20110804032500.d0a7e070.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:25:00 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159497: Update port: x11-toolkits/efltk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:39 -0000 >Number: 159497 >Category: ports >Synopsis: Update port: x11-toolkits/efltk >Confidential: no >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 Aug 03 18:40:39 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on 7-stable - Fix pkg-plist if WITHOUT_MYSQL is enabled >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/efltk/Makefile x11-toolkits/efltk/Makefile --- /usr/ports/x11-toolkits/efltk/Makefile 2011-03-20 03:04:48.000000000 +0900 +++ x11-toolkits/efltk/Makefile 2011-07-25 20:41:27.000000000 +0900 @@ -21,27 +21,26 @@ ONLY_FOR_ARCHS= i386 -.if defined(WITHOUT_MYSQL) -CONFIGURE_ARGS+= --disable-mysql -.else -USE_MYSQL= yes -.endif - -USE_GMAKE= yes -USE_GETTEXT= yes +USE_XORG= x11 xext USE_AUTOTOOLS= autoconf213 +USE_GETTEXT= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ - DEBUGFLAG="${CFLAGS} -I${LOCALBASE}/include" -MAKE_ENV+= LD_LIBRARY_PATH="${WRKSRC}/lib" - +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" DEBUGFLAG="${CFLAGS}" +MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" USE_LDCONFIG= yes -USE_XORG= x11 xext + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include -.if ${OSVERSION} < 800069 -BROKEN= does not build +.if defined(WITHOUT_MYSQL) +CONFIGURE_ARGS+=--disable-mysql +PLIST_SUB+= MYSQL="@comment " +.else +USE_MYSQL= yes +PLIST_SUB+= MYSQL="" .endif .include diff -urN /usr/ports/x11-toolkits/efltk/files/patch-src-filename_list.cpp x11-toolkits/efltk/files/patch-src-filename_list.cpp --- /usr/ports/x11-toolkits/efltk/files/patch-src-filename_list.cpp 2011-03-04 22:56:59.000000000 +0900 +++ x11-toolkits/efltk/files/patch-src-filename_list.cpp 2011-07-25 20:29:09.000000000 +0900 @@ -1,11 +1,22 @@ ---- src/core/filename_list.cpp 2010-11-12 00:31:17.000000000 +0100 -+++ src/core/filename_list.cpp 2009-04-22 13:51:38.000000000 +0200 -@@ -59,7 +59,7 @@ +--- src/core/filename_list.cpp.orig 2009-04-22 20:51:38.000000000 +0900 ++++ src/core/filename_list.cpp 2011-07-25 20:26:24.000000000 +0900 +@@ -34,6 +34,7 @@ + + #include + #include ++#include + + #if !HAVE_SCANDIR + extern int fl_scandir(const char *dir, dirent ***namelist, +@@ -59,7 +60,11 @@ // The vast majority of Unix systems want the sort function to have this // prototype, most likely so that it can be passed to qsort without any // changes: -- return scandir(dir, list, 0, (int(*)(const void*,const void*))sort); ++#if defined(__FreeBSD__) && (__FreeBSD_version >= 900006 || (__FreeBSD_version >= 800501 && __FreeBSD_version < 900000) || (__FreeBSD_version >= 730000 && __FreeBSD_version < 800000)) + return scandir(dir, list, 0, (int(*)(const dirent **, const dirent **))sort); ++#else + return scandir(dir, list, 0, (int(*)(const void*,const void*))sort); ++#endif #else // This version is when we define our own scandir (WIN32 and perhaps // some Unix systems) and apparently on Irix: diff -urN /usr/ports/x11-toolkits/efltk/pkg-plist x11-toolkits/efltk/pkg-plist --- /usr/ports/x11-toolkits/efltk/pkg-plist 2007-12-18 03:55:34.000000000 +0900 +++ x11-toolkits/efltk/pkg-plist 2011-07-25 20:32:44.000000000 +0900 @@ -215,8 +215,8 @@ lib/libefltk_gl.so.2 lib/libefltk_images.so lib/libefltk_images.so.2 -lib/libefltk_mysql.so -lib/libefltk_mysql.so.2 +%%MYSQL%%lib/libefltk_mysql.so +%%MYSQL%%lib/libefltk_mysql.so.2 lib/libefltk_net.so lib/libefltk_net.so.2 lib/libefltk_xml.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EB84106566B for ; Wed, 3 Aug 2011 18:40:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0052C8FC25 for ; Wed, 3 Aug 2011 18:40:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeduX078556 for ; Wed, 3 Aug 2011 18:40:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Ied1b078548; Wed, 3 Aug 2011 18:40:39 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:39 GMT Resent-Message-Id: <201108031840.p73Ied1b078548@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36FE81065670 for ; Wed, 3 Aug 2011 18:36:58 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE278FC08 for ; Wed, 3 Aug 2011 18:36:58 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 5022F50036 for ; Thu, 4 Aug 2011 03:36:56 +0900 (JST) Message-Id: <20110804032503.9f7a2989.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:25:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159498: Update port: x11-toolkits/termit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:40:40 -0000 >Number: 159498 >Category: ports >Synopsis: Update port: x11-toolkits/termit >Confidential: no >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 Aug 03 18:40:39 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.9.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/termit/Makefile x11-toolkits/termit/Makefile --- /usr/ports/x11-toolkits/termit/Makefile 2011-07-03 02:57:33.000000000 +0900 +++ x11-toolkits/termit/Makefile 2011-07-04 13:47:35.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= termit -PORTVERSION= 2.8.1 +PORTVERSION= 2.9.0 CATEGORIES= x11-toolkits gnome MASTER_SITES= http://cloud.github.com/downloads/nonstop/termit/ @@ -26,7 +26,13 @@ MAN1= ${PORTNAME}.1 post-patch: - @${REINPLACE_CMD} -e '/doc/s|^|#|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e \ + '/doc/s|^|#|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e \ + 's| /etc| etc|' ${WRKSRC}/etc/CMakeLists.txt + @${REINPLACE_CMD} -e \ + 's|:/etc|:${PREFIX}/etc| ; \ + s|"/etc|"${PREFIX}/etc|' ${WRKSRC}/src/lua_conf.c post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1 diff -urN /usr/ports/x11-toolkits/termit/distinfo x11-toolkits/termit/distinfo --- /usr/ports/x11-toolkits/termit/distinfo 2011-07-03 02:57:33.000000000 +0900 +++ x11-toolkits/termit/distinfo 2011-07-04 13:37:17.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (termit-2.8.1.tar.bz2) = 003f9276ba7e5c89e3330722071d94bf81c5ae9896db845c5a1ba987284375c8 -SIZE (termit-2.8.1.tar.bz2) = 42287 +SHA256 (termit-2.9.0.tar.bz2) = 1476c0c3ef1cc6a9b9aff3760fc47fe669970b0c15392d955a2906b080c28192 +SIZE (termit-2.9.0.tar.bz2) = 43682 diff -urN /usr/ports/x11-toolkits/termit/pkg-plist x11-toolkits/termit/pkg-plist --- /usr/ports/x11-toolkits/termit/pkg-plist 2010-09-19 05:49:22.000000000 +0900 +++ x11-toolkits/termit/pkg-plist 2011-07-04 13:40:58.000000000 +0900 @@ -1,4 +1,7 @@ bin/termit +etc/xdg/termit/colormaps.lua +etc/xdg/termit/rc.lua +etc/xdg/termit/utils.lua share/applications/termit.desktop %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/lua_api.txt @@ -11,3 +14,5 @@ share/pixmaps/termit.svg %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications +@dirrm etc/xdg/termit +@dirrmtry etc/xdg >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66493106568D for ; Wed, 3 Aug 2011 18:40:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 46D2C8FC2E for ; Wed, 3 Aug 2011 18:40:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeevG078617 for ; Wed, 3 Aug 2011 18:40:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Ieegw078611; Wed, 3 Aug 2011 18:40:40 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:40 GMT Resent-Message-Id: <201108031840.p73Ieegw078611@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E146A106567A for ; Wed, 3 Aug 2011 18:37:12 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 46FA18FC19 for ; Wed, 3 Aug 2011 18:37:12 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 950D32BC03B for ; Thu, 4 Aug 2011 03:37:00 +0900 (JST) Message-Id: <20110804032507.22d643aa.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:25:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159499: Update port: x11-wm/golem to 0.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:40:40 -0000 >Number: 159499 >Category: ports >Synopsis: Update port: x11-wm/golem to 0.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:39 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.0.6 Remove file: files/patch-plugins::Makefile.plugin.in files/patch-plugins::pier::parseparams.c files/patch-plugins::simple_menus::parseparams.c >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/golem/Makefile x11-wm/golem/Makefile --- /usr/ports/x11-wm/golem/Makefile 2008-04-20 10:22:28.000000000 +0900 +++ x11-wm/golem/Makefile 2011-07-17 22:22:11.000000000 +0900 @@ -6,31 +6,55 @@ # PORTNAME= golem -PORTVERSION= 0.0.5 -PORTREVISION= 2 +PORTVERSION= 0.0.6 CATEGORIES= x11-wm MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Small window manager with themes and plugins -.if defined(WANT_SOUND) -LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound -CONFIGURE_ARGS= --enable-sound -PLIST_SUB+= NO_SOUND="" -.else -PLIST_SUB+= NO_SOUND="@comment " -.endif +OPTIONS= ESOUND "Build sound plugin (requires EsounD)" off \ + XINERAMA "Enable Xinerama extension support" on -USE_XORG= x11 xext xpm -GNU_CONFIGURE= yes +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE -.if defined(WANT_XINERAMA) -CONFIGURE_ARGS+= --enable-xinerama -USE_XORG+= xinerama -.endif +USE_BZIP2= yes +USE_XORG= xpm +WANT_GNOME= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-i18n +MAKE_ARGS= DEVEL=1 MANCOMPRESSED= yes MAN1= golem.1 -.include +.include + +.if defined(WITH_ESOUND) +USE_GNOME+= esound +CONFIGURE_ARGS+=--enable-sound +PLIST_SUB+= ESOUND="" +.else +PLIST_SUB+= ESOUND="@comment " +.endif + +.if !defined(WITHOUT_XINERAMA) +CONFIGURE_ARGS+=--enable-xinerama +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + '/cl_thread.c/d' ${WRKSRC}/complib/user/Makefile + +# avoid using standard MAKE_ENV +do-build: + @cd ${BUILD_WRKSRC}; \ + ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} + +do-install: + @cd ${INSTALL_WRKSRC}; \ + ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} + +.include diff -urN /usr/ports/x11-wm/golem/distinfo x11-wm/golem/distinfo --- /usr/ports/x11-wm/golem/distinfo 2011-03-21 02:55:53.000000000 +0900 +++ x11-wm/golem/distinfo 2011-08-04 03:09:13.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (golem-0.0.5.tar.gz) = 88d7421e4afac9a57272fc380578caff64fcbf08266d2c3e38a118446b7f1c21 -SIZE (golem-0.0.5.tar.gz) = 748348 +SHA256 (golem-0.0.6.tar.bz2) = f4993307b4f90c07ad3b5e958af02ecceb1cc16b9fb3dc24f26338100e355715 +SIZE (golem-0.0.6.tar.bz2) = 1298466 diff -urN /usr/ports/x11-wm/golem/files/patch-plugins::Makefile.plugin.in x11-wm/golem/files/patch-plugins::Makefile.plugin.in --- /usr/ports/x11-wm/golem/files/patch-plugins::Makefile.plugin.in 2004-03-20 08:01:48.000000000 +0900 +++ x11-wm/golem/files/patch-plugins::Makefile.plugin.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- plugins/Makefile.plugin.in.orig Fri Mar 19 15:00:46 2004 -+++ plugins/Makefile.plugin.in Fri Mar 19 15:00:57 2004 -@@ -1,6 +1,6 @@ - # plugin makefiles include this - CC= @CC@ --CFLAGS= @CFLAGS@ -I../../src/ -I../include/ @X_CFLAGS@ -+CFLAGS= @CFLAGS@ -I../../src/ -I../include/ -fPIC @X_CFLAGS@ - CFLAGS+= @DEFS@ - LDFLAGS= @SHARED_FLAG@ - diff -urN /usr/ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c x11-wm/golem/files/patch-plugins::pier::parseparams.c --- /usr/ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c 2004-08-04 19:00:02.000000000 +0900 +++ x11-wm/golem/files/patch-plugins::pier::parseparams.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- plugins/pier/parseparams.c.old Wed Aug 4 05:00:10 2004 -+++ plugins/pier/parseparams.c Wed Aug 4 05:00:25 2004 -@@ -161,6 +161,7 @@ - } - PWARN("ignoring unknown pier item type %s", itemparam->value); - found: -+ continue; - } - } - } diff -urN /usr/ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c --- /usr/ports/x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c 2004-08-04 19:00:02.000000000 +0900 +++ x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,9 +0,0 @@ ---- plugins/simple_menus/parseparams.c.orig Wed Nov 28 01:44:35 2001 -+++ plugins/simple_menus/parseparams.c Wed Aug 4 04:58:14 2004 -@@ -166,5 +166,6 @@ - } - PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name); - found: -+ continue; - } - } diff -urN /usr/ports/x11-wm/golem/pkg-plist x11-wm/golem/pkg-plist --- /usr/ports/x11-wm/golem/pkg-plist 2001-12-22 23:35:13.000000000 +0900 +++ x11-wm/golem/pkg-plist 2011-07-17 22:02:54.000000000 +0900 @@ -3,268 +3,352 @@ lib/golem/plugins/animations.so lib/golem/plugins/box_iconify.so lib/golem/plugins/gnome.so -lib/golem/plugins/mwm_hints.so +lib/golem/plugins/netwm.so lib/golem/plugins/pager.so lib/golem/plugins/pier.so +lib/golem/plugins/session.so lib/golem/plugins/setroot.so lib/golem/plugins/simple_menus.so -%%NO_SOUND%%lib/golem/plugins/sound.so +%%ESOUND%%lib/golem/plugins/sound.so lib/golem/plugins/start_slide.so +lib/golem/plugins/tasklist.so lib/golem/plugins/wmclass_defs.so -share/golem/golemrc -share/golem/plugins/animations/rc -share/golem/plugins/box_iconify/rc -share/golem/plugins/box_iconify/tile.xpm -share/golem/plugins/gnome/rc -share/golem/plugins/mwm_hints/rc -share/golem/plugins/pager/rc -share/golem/plugins/pier/daemon.xpm -share/golem/plugins/pier/netscape.xpm -share/golem/plugins/pier/rc -share/golem/plugins/setroot/rc -share/golem/plugins/simple_menus/rc -%%NO_SOUND%%share/golem/plugins/sound/rc -share/golem/plugins/start_slide/README -share/golem/plugins/start_slide/rc -share/golem/plugins/wmclass_defs/rc -share/golem/themes/AbsoluteE/bar_focused_far.xpm -share/golem/themes/AbsoluteE/bar_focused_mid.xpm -share/golem/themes/AbsoluteE/bar_focused_near.xpm -share/golem/themes/AbsoluteE/bar_normal_far.xpm -share/golem/themes/AbsoluteE/bar_normal_mid.xpm -share/golem/themes/AbsoluteE/bar_normal_near.xpm -share/golem/themes/AbsoluteE/border_horiz_far.xpm -share/golem/themes/AbsoluteE/border_horiz_far_foc.xpm -share/golem/themes/AbsoluteE/border_horiz_mid.xpm -share/golem/themes/AbsoluteE/border_horiz_mid_foc.xpm -share/golem/themes/AbsoluteE/border_horiz_near.xpm -share/golem/themes/AbsoluteE/border_horiz_near_foc.xpm -share/golem/themes/AbsoluteE/border_vert_far.xpm -share/golem/themes/AbsoluteE/border_vert_far_foc.xpm -share/golem/themes/AbsoluteE/border_vert_mid.xpm -share/golem/themes/AbsoluteE/border_vert_mid_foc.xpm -share/golem/themes/AbsoluteE/border_vert_near.xpm -share/golem/themes/AbsoluteE/border_vert_near_foc.xpm -share/golem/themes/AbsoluteE/forplug/setroot/bg.jpg -share/golem/themes/AbsoluteE/forplug/setroot/bg_2.jpg -share/golem/themes/AbsoluteE/forplug/setroot/bg_v.jpg -share/golem/themes/AbsoluteE/forplug/setroot/rc -share/golem/themes/AbsoluteE/rc -share/golem/themes/MudGolem/README -share/golem/themes/MudGolem/forplug/pager/focpagedwin.xpm -share/golem/themes/MudGolem/forplug/pager/nonsel.xpm -share/golem/themes/MudGolem/forplug/pager/sel.xpm -share/golem/themes/MudGolem/forplug/pager/pagedwin.xpm -share/golem/themes/MudGolem/forplug/pager/rc -share/golem/themes/MudGolem/forplug/pier/rc -share/golem/themes/MudGolem/forplug/pier/tile.xpm -share/golem/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg -share/golem/themes/MudGolem/forplug/setroot/rc -share/golem/themes/MudGolem/forplug/simple_menus/rc -share/golem/themes/MudGolem/forplug/simple_menus/submenu.xpm -share/golem/themes/MudGolem/forplug/start_slide/bg.xpm -share/golem/themes/MudGolem/forplug/start_slide/logo.xpm -share/golem/themes/MudGolem/forplug/start_slide/rc -share/golem/themes/MudGolem/forplug/start_slide/trim.xpm -share/golem/themes/MudGolem/forplug/wmclass_defs/rc -share/golem/themes/MudGolem/images/foc/bar_bottom.xpm -share/golem/themes/MudGolem/images/foc/bar_bottom_far.xpm -share/golem/themes/MudGolem/images/foc/bar_bottom_near.xpm -share/golem/themes/MudGolem/images/foc/bar_left.xpm -share/golem/themes/MudGolem/images/foc/bar_right.xpm -share/golem/themes/MudGolem/images/foc/bar_top.xpm -share/golem/themes/MudGolem/images/foc/bar_top_far.xpm -share/golem/themes/MudGolem/images/foc/bar_top_near.xpm -share/golem/themes/MudGolem/images/foc/button.xpm -share/golem/themes/MudGolem/images/foc/left_button.xpm -share/golem/themes/MudGolem/images/foc/title_left.xpm -share/golem/themes/MudGolem/images/foc/title_left_far.xpm -share/golem/themes/MudGolem/images/foc/title_left_near.xpm -share/golem/themes/MudGolem/images/foc/title_top.xpm -share/golem/themes/MudGolem/images/foc/title_top_far.xpm -share/golem/themes/MudGolem/images/foc/title_top_near.xpm -share/golem/themes/MudGolem/images/pressed/button.xpm -share/golem/themes/MudGolem/images/pressed/left_button.xpm -share/golem/themes/MudGolem/images/unf/bar_bottom.xpm -share/golem/themes/MudGolem/images/unf/bar_bottom_far.xpm -share/golem/themes/MudGolem/images/unf/bar_bottom_near.xpm -share/golem/themes/MudGolem/images/unf/bar_left.xpm -share/golem/themes/MudGolem/images/unf/bar_right.xpm -share/golem/themes/MudGolem/images/unf/bar_top.xpm -share/golem/themes/MudGolem/images/unf/bar_top_far.xpm -share/golem/themes/MudGolem/images/unf/bar_top_near.xpm -share/golem/themes/MudGolem/images/unf/button.xpm -share/golem/themes/MudGolem/images/unf/left_button.xpm -share/golem/themes/MudGolem/images/unf/title_left.xpm -share/golem/themes/MudGolem/images/unf/title_left_far.xpm -share/golem/themes/MudGolem/images/unf/title_left_near.xpm -share/golem/themes/MudGolem/images/unf/title_top.xpm -share/golem/themes/MudGolem/images/unf/title_top_far.xpm -share/golem/themes/MudGolem/images/unf/title_top_near.xpm -share/golem/themes/MudGolem/rc -share/golem/themes/MudGolem/styles/common.rc -share/golem/themes/MudGolem/styles/default.rc -share/golem/themes/MudGolem/styles/leftside.rc -share/golem/themes/MudGolem/styles/small.rc -share/golem/themes/eBlueSteel/forplug/pier/rc -share/golem/themes/eBlueSteel/forplug/pier/tile.xpm -share/golem/themes/eBlueSteel/forplug/setroot/All-Good-People-4.jpg -share/golem/themes/eBlueSteel/forplug/setroot/Enigmas-Oven-2.jpg -share/golem/themes/eBlueSteel/forplug/setroot/rc -share/golem/themes/eBlueSteel/forplug/simple_menus/rc -share/golem/themes/eBlueSteel/forplug/simple_menus/submenu.xpm -share/golem/themes/eBlueSteel/forplug/start_slide/black.xpm -share/golem/themes/eBlueSteel/forplug/start_slide/logo.xpm -share/golem/themes/eBlueSteel/forplug/start_slide/rc -share/golem/themes/eBlueSteel/forplug/start_slide/trim.xpm -share/golem/themes/eBlueSteel/images/foc/border_bottom.xpm -share/golem/themes/eBlueSteel/images/foc/border_bottom_far.xpm -share/golem/themes/eBlueSteel/images/foc/border_bottom_near.xpm -share/golem/themes/eBlueSteel/images/foc/border_left.xpm -share/golem/themes/eBlueSteel/images/foc/border_left_far.xpm -share/golem/themes/eBlueSteel/images/foc/border_right.xpm -share/golem/themes/eBlueSteel/images/foc/border_right_far.xpm -share/golem/themes/eBlueSteel/images/foc/border_top.xpm -share/golem/themes/eBlueSteel/images/foc/border_top_far.xpm -share/golem/themes/eBlueSteel/images/foc/border_top_near.xpm -share/golem/themes/eBlueSteel/images/foc/delete.xpm -share/golem/themes/eBlueSteel/images/foc/iconify.xpm -share/golem/themes/eBlueSteel/images/foc/title.xpm -share/golem/themes/eBlueSteel/images/foc/title_slant.xpm -share/golem/themes/eBlueSteel/images/foc/top_far_empty.xpm -share/golem/themes/eBlueSteel/images/foc/top_steel.xpm -share/golem/themes/eBlueSteel/images/foc/trim_bottom_far.xpm -share/golem/themes/eBlueSteel/images/foc/trim_left_near.xpm -share/golem/themes/eBlueSteel/images/foc/trim_right_far.xpm -share/golem/themes/eBlueSteel/images/foc/trim_top_mid.xpm -share/golem/themes/eBlueSteel/images/foc/zoom.xpm -share/golem/themes/eBlueSteel/images/pressed/delete.xpm -share/golem/themes/eBlueSteel/images/pressed/iconify.xpm -share/golem/themes/eBlueSteel/images/pressed/zoom.xpm -share/golem/themes/eBlueSteel/images/unf/border_bottom.xpm -share/golem/themes/eBlueSteel/images/unf/border_bottom_far.xpm -share/golem/themes/eBlueSteel/images/unf/border_bottom_near.xpm -share/golem/themes/eBlueSteel/images/unf/border_left.xpm -share/golem/themes/eBlueSteel/images/unf/border_left_far.xpm -share/golem/themes/eBlueSteel/images/unf/border_right.xpm -share/golem/themes/eBlueSteel/images/unf/border_right_far.xpm -share/golem/themes/eBlueSteel/images/unf/border_top.xpm -share/golem/themes/eBlueSteel/images/unf/border_top_far.xpm -share/golem/themes/eBlueSteel/images/unf/border_top_near.xpm -share/golem/themes/eBlueSteel/images/unf/delete.xpm -share/golem/themes/eBlueSteel/images/unf/iconify.xpm -share/golem/themes/eBlueSteel/images/unf/title.xpm -share/golem/themes/eBlueSteel/images/unf/title_slant.xpm -share/golem/themes/eBlueSteel/images/unf/top_far_empty.xpm -share/golem/themes/eBlueSteel/images/unf/top_steel.xpm -share/golem/themes/eBlueSteel/images/unf/trim_bottom_far.xpm -share/golem/themes/eBlueSteel/images/unf/trim_left_near.xpm -share/golem/themes/eBlueSteel/images/unf/trim_right_far.xpm -share/golem/themes/eBlueSteel/images/unf/trim_top_mid.xpm -share/golem/themes/eBlueSteel/images/unf/zoom.xpm -share/golem/themes/eBlueSteel/rc -share/golem/themes/eBlueSteel/styles/common.rc -share/golem/themes/eBlueSteel/styles/default.rc -share/golem/themes/eBlueSteel/styles/small.rc -share/golem/themes/eBlueSteel/styles/transient.rc -share/golem/themes/eBlueSteel/styles/verysmall.rc -share/golem/themes/eBlueSteel/vixar.ttf -share/golem/themes/microGUI/bar_left_top.xpm -share/golem/themes/microGUI/bar_left_top_unfoc.xpm -share/golem/themes/microGUI/bar_vert.xpm -share/golem/themes/microGUI/bottom.xpm -share/golem/themes/microGUI/bottom_far.xpm -share/golem/themes/microGUI/bottom_near.xpm -share/golem/themes/microGUI/close.xpm -share/golem/themes/microGUI/close_clicked.xpm -share/golem/themes/microGUI/close_unfoc.xpm -share/golem/themes/microGUI/forplug/pager/rc -share/golem/themes/microGUI/forplug/pager/focpagedwin.xpm -share/golem/themes/microGUI/forplug/pager/pagedwin.xpm -share/golem/themes/microGUI/forplug/pier/rc -share/golem/themes/microGUI/forplug/pier/tile.xpm -share/golem/themes/microGUI/forplug/start_slide/greybg.xpm -share/golem/themes/microGUI/forplug/start_slide/logo.xpm -share/golem/themes/microGUI/forplug/start_slide/rc -share/golem/themes/microGUI/forplug/start_slide/trim.xpm -share/golem/themes/microGUI/maximize.xpm -share/golem/themes/microGUI/maximize_clicked.xpm -share/golem/themes/microGUI/maximize_unfoc.xpm -share/golem/themes/microGUI/minimize.xpm -share/golem/themes/microGUI/minimize_clicked.xpm -share/golem/themes/microGUI/minimize_unfoc.xpm -share/golem/themes/microGUI/rc -share/golem/themes/microGUI/top_blue.xpm -share/golem/themes/microGUI/top_blue_unfoc.xpm -share/golem/themes/microGUI/top_bluetowhite.xpm -share/golem/themes/microGUI/top_bluetowhite_unfoc.xpm -share/golem/themes/microGUI/top_far.xpm -share/golem/themes/microGUI/top_near.xpm -share/golem/themes/microGUI/top_near_unfoc.xpm -share/golem/themes/microGUI/top_white.xpm -share/golem/themes/microGUI/transient_top.xpm -share/golem/themes/microGUI/transient_top_far.xpm -share/golem/themes/microGUI/transient_top_near.xpm -share/golem/themes/twm/barchecker.xpm -share/golem/themes/twm/bborder.xpm -share/golem/themes/twm/bborder_unf.xpm -share/golem/themes/twm/forplug/simple_menus/rc -share/golem/themes/twm/iconify.xpm -share/golem/themes/twm/lborder.xpm -share/golem/themes/twm/lborder_unf.xpm -share/golem/themes/twm/rborder.xpm -share/golem/themes/twm/rborder_unf.xpm -share/golem/themes/twm/rc -share/golem/themes/twm/resize.xpm -share/golem/themes/twm/topbar.xpm +%%DATADIR%%/golemrc +%%DATADIR%%/plugins/animations/rc +%%DATADIR%%/plugins/box_iconify/rc +%%DATADIR%%/plugins/box_iconify/tile.xpm +%%DATADIR%%/plugins/gnome/rc +%%DATADIR%%/plugins/mwm_hints/rc +%%DATADIR%%/plugins/netwm/rc +%%DATADIR%%/plugins/pager/rc +%%DATADIR%%/plugins/pier/daemon.xpm +%%DATADIR%%/plugins/pier/netscape.xpm +%%DATADIR%%/plugins/pier/rc +%%DATADIR%%/plugins/session/rc +%%DATADIR%%/plugins/setroot/rc +%%DATADIR%%/plugins/simple_menus/rc +%%ESOUND%%%%DATADIR%%/plugins/sound/rc +%%DATADIR%%/plugins/start_slide/README +%%DATADIR%%/plugins/start_slide/rc +%%DATADIR%%/plugins/tasklist/rc +%%DATADIR%%/plugins/wmclass_defs/rc +%%DATADIR%%/themes/AbsoluteE/bar_focused_far.xpm +%%DATADIR%%/themes/AbsoluteE/bar_focused_mid.xpm +%%DATADIR%%/themes/AbsoluteE/bar_focused_near.xpm +%%DATADIR%%/themes/AbsoluteE/bar_normal_far.xpm +%%DATADIR%%/themes/AbsoluteE/bar_normal_mid.xpm +%%DATADIR%%/themes/AbsoluteE/bar_normal_near.xpm +%%DATADIR%%/themes/AbsoluteE/border_horiz_far.xpm +%%DATADIR%%/themes/AbsoluteE/border_horiz_far_foc.xpm +%%DATADIR%%/themes/AbsoluteE/border_horiz_mid.xpm +%%DATADIR%%/themes/AbsoluteE/border_horiz_mid_foc.xpm +%%DATADIR%%/themes/AbsoluteE/border_horiz_near.xpm +%%DATADIR%%/themes/AbsoluteE/border_horiz_near_foc.xpm +%%DATADIR%%/themes/AbsoluteE/border_vert_far.xpm +%%DATADIR%%/themes/AbsoluteE/border_vert_far_foc.xpm +%%DATADIR%%/themes/AbsoluteE/border_vert_mid.xpm +%%DATADIR%%/themes/AbsoluteE/border_vert_mid_foc.xpm +%%DATADIR%%/themes/AbsoluteE/border_vert_near.xpm +%%DATADIR%%/themes/AbsoluteE/border_vert_near_foc.xpm +%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg.jpg +%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg_2.jpg +%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg_v.jpg +%%DATADIR%%/themes/AbsoluteE/forplug/setroot/rc +%%DATADIR%%/themes/AbsoluteE/rc +%%DATADIR%%/themes/MudGolem/README +%%DATADIR%%/themes/MudGolem/forplug/pager/focpagedwin.xpm +%%DATADIR%%/themes/MudGolem/forplug/pager/nonsel.xpm +%%DATADIR%%/themes/MudGolem/forplug/pager/pagedwin.xpm +%%DATADIR%%/themes/MudGolem/forplug/pager/rc +%%DATADIR%%/themes/MudGolem/forplug/pager/sel.xpm +%%DATADIR%%/themes/MudGolem/forplug/pier/rc +%%DATADIR%%/themes/MudGolem/forplug/pier/tile.xpm +%%DATADIR%%/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg +%%DATADIR%%/themes/MudGolem/forplug/setroot/rc +%%DATADIR%%/themes/MudGolem/forplug/simple_menus/rc +%%DATADIR%%/themes/MudGolem/forplug/simple_menus/submenu.xpm +%%DATADIR%%/themes/MudGolem/forplug/start_slide/bg.xpm +%%DATADIR%%/themes/MudGolem/forplug/start_slide/logo.xpm +%%DATADIR%%/themes/MudGolem/forplug/start_slide/rc +%%DATADIR%%/themes/MudGolem/forplug/start_slide/trim.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom_far.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom_near.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_left.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_right.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_top.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_top_far.xpm +%%DATADIR%%/themes/MudGolem/images/foc/bar_top_near.xpm +%%DATADIR%%/themes/MudGolem/images/foc/button.xpm +%%DATADIR%%/themes/MudGolem/images/foc/left_button.xpm +%%DATADIR%%/themes/MudGolem/images/foc/title_left.xpm +%%DATADIR%%/themes/MudGolem/images/foc/title_left_far.xpm +%%DATADIR%%/themes/MudGolem/images/foc/title_left_near.xpm +%%DATADIR%%/themes/MudGolem/images/foc/title_top.xpm +%%DATADIR%%/themes/MudGolem/images/foc/title_top_far.xpm +%%DATADIR%%/themes/MudGolem/images/foc/title_top_near.xpm +%%DATADIR%%/themes/MudGolem/images/pressed/button.xpm +%%DATADIR%%/themes/MudGolem/images/pressed/left_button.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom_far.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom_near.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_left.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_right.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_top.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_top_far.xpm +%%DATADIR%%/themes/MudGolem/images/unf/bar_top_near.xpm +%%DATADIR%%/themes/MudGolem/images/unf/button.xpm +%%DATADIR%%/themes/MudGolem/images/unf/left_button.xpm +%%DATADIR%%/themes/MudGolem/images/unf/title_left.xpm +%%DATADIR%%/themes/MudGolem/images/unf/title_left_far.xpm +%%DATADIR%%/themes/MudGolem/images/unf/title_left_near.xpm +%%DATADIR%%/themes/MudGolem/images/unf/title_top.xpm +%%DATADIR%%/themes/MudGolem/images/unf/title_top_far.xpm +%%DATADIR%%/themes/MudGolem/images/unf/title_top_near.xpm +%%DATADIR%%/themes/MudGolem/rc +%%DATADIR%%/themes/MudGolem/styles/common.rc +%%DATADIR%%/themes/MudGolem/styles/default.rc +%%DATADIR%%/themes/MudGolem/styles/leftside.rc +%%DATADIR%%/themes/MudGolem/styles/small.rc +%%DATADIR%%/themes/eBlueSteel/Vera.ttf +%%DATADIR%%/themes/eBlueSteel/forplug/pier/rc +%%DATADIR%%/themes/eBlueSteel/forplug/pier/tile.xpm +%%DATADIR%%/themes/eBlueSteel/forplug/setroot/All-Good-People-4.jpg +%%DATADIR%%/themes/eBlueSteel/forplug/setroot/Enigmas-Oven-2.jpg +%%DATADIR%%/themes/eBlueSteel/forplug/setroot/rc +%%DATADIR%%/themes/eBlueSteel/forplug/simple_menus/rc +%%DATADIR%%/themes/eBlueSteel/forplug/simple_menus/submenu.xpm +%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/black.xpm +%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/logo.xpm +%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/rc +%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/trim.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom_near.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_left.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_left_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_right.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_right_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_top.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_top_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/border_top_near.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/delete.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/iconify.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/title.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/title_slant.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/top_far_empty.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/top_steel.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/trim_bottom_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/trim_left_near.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/trim_right_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/trim_top_mid.xpm +%%DATADIR%%/themes/eBlueSteel/images/foc/zoom.xpm +%%DATADIR%%/themes/eBlueSteel/images/pressed/delete.xpm +%%DATADIR%%/themes/eBlueSteel/images/pressed/iconify.xpm +%%DATADIR%%/themes/eBlueSteel/images/pressed/zoom.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom_near.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_left.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_left_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_right.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_right_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_top.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_top_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/border_top_near.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/delete.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/iconify.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/title.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/title_slant.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/top_far_empty.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/top_steel.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/trim_bottom_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/trim_left_near.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/trim_right_far.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/trim_top_mid.xpm +%%DATADIR%%/themes/eBlueSteel/images/unf/zoom.xpm +%%DATADIR%%/themes/eBlueSteel/rc +%%DATADIR%%/themes/eBlueSteel/styles/common.rc +%%DATADIR%%/themes/eBlueSteel/styles/default.rc +%%DATADIR%%/themes/eBlueSteel/styles/small.rc +%%DATADIR%%/themes/eBlueSteel/styles/transient.rc +%%DATADIR%%/themes/eBlueSteel/styles/verysmall.rc +%%DATADIR%%/themes/microGUI/bar_left_top.xpm +%%DATADIR%%/themes/microGUI/bar_left_top_unfoc.xpm +%%DATADIR%%/themes/microGUI/bar_vert.xpm +%%DATADIR%%/themes/microGUI/bottom.xpm +%%DATADIR%%/themes/microGUI/bottom_far.xpm +%%DATADIR%%/themes/microGUI/bottom_near.xpm +%%DATADIR%%/themes/microGUI/close.xpm +%%DATADIR%%/themes/microGUI/close_clicked.xpm +%%DATADIR%%/themes/microGUI/close_unfoc.xpm +%%DATADIR%%/themes/microGUI/forplug/pager/focpagedwin.xpm +%%DATADIR%%/themes/microGUI/forplug/pager/pagedwin.xpm +%%DATADIR%%/themes/microGUI/forplug/pager/rc +%%DATADIR%%/themes/microGUI/forplug/pier/rc +%%DATADIR%%/themes/microGUI/forplug/pier/tile.xpm +%%DATADIR%%/themes/microGUI/forplug/start_slide/greybg.xpm +%%DATADIR%%/themes/microGUI/forplug/start_slide/logo.xpm +%%DATADIR%%/themes/microGUI/forplug/start_slide/rc +%%DATADIR%%/themes/microGUI/forplug/start_slide/trim.xpm +%%DATADIR%%/themes/microGUI/maximize.xpm +%%DATADIR%%/themes/microGUI/maximize_clicked.xpm +%%DATADIR%%/themes/microGUI/maximize_unfoc.xpm +%%DATADIR%%/themes/microGUI/minimize.xpm +%%DATADIR%%/themes/microGUI/minimize_clicked.xpm +%%DATADIR%%/themes/microGUI/minimize_unfoc.xpm +%%DATADIR%%/themes/microGUI/rc +%%DATADIR%%/themes/microGUI/top_blue.xpm +%%DATADIR%%/themes/microGUI/top_blue_unfoc.xpm +%%DATADIR%%/themes/microGUI/top_bluetowhite.xpm +%%DATADIR%%/themes/microGUI/top_bluetowhite_unfoc.xpm +%%DATADIR%%/themes/microGUI/top_far.xpm +%%DATADIR%%/themes/microGUI/top_near.xpm +%%DATADIR%%/themes/microGUI/top_near_unfoc.xpm +%%DATADIR%%/themes/microGUI/top_white.xpm +%%DATADIR%%/themes/microGUI/transient_top.xpm +%%DATADIR%%/themes/microGUI/transient_top_far.xpm +%%DATADIR%%/themes/microGUI/transient_top_near.xpm +%%DATADIR%%/themes/microGUI-shading/bar_left_top.xpm +%%DATADIR%%/themes/microGUI-shading/bar_left_top_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/bar_vert.xpm +%%DATADIR%%/themes/microGUI-shading/bottom.xpm +%%DATADIR%%/themes/microGUI-shading/bottom_far.xpm +%%DATADIR%%/themes/microGUI-shading/bottom_near.xpm +%%DATADIR%%/themes/microGUI-shading/close.xpm +%%DATADIR%%/themes/microGUI-shading/close_clicked.xpm +%%DATADIR%%/themes/microGUI-shading/close_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/pager/focpagedwin.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/pager/pagedwin.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/pager/rc +%%DATADIR%%/themes/microGUI-shading/forplug/pier/rc +%%DATADIR%%/themes/microGUI-shading/forplug/pier/tile.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_left_top.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_left_top_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_vert.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom_far.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom_near.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close_clicked.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize_clicked.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize_clicked.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/rc +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/submenu.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_blue.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_blue_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_bluetowhite.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_bluetowhite_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_far.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_near.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_near_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_white.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top_far.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top_near.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/greybg.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/logo.xpm +%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/rc +%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/trim.xpm +%%DATADIR%%/themes/microGUI-shading/maximize.xpm +%%DATADIR%%/themes/microGUI-shading/maximize_clicked.xpm +%%DATADIR%%/themes/microGUI-shading/maximize_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/minimize.xpm +%%DATADIR%%/themes/microGUI-shading/minimize_clicked.xpm +%%DATADIR%%/themes/microGUI-shading/minimize_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/rc +%%DATADIR%%/themes/microGUI-shading/top_blue.xpm +%%DATADIR%%/themes/microGUI-shading/top_blue_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/top_bluetowhite.xpm +%%DATADIR%%/themes/microGUI-shading/top_bluetowhite_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/top_far.xpm +%%DATADIR%%/themes/microGUI-shading/top_near.xpm +%%DATADIR%%/themes/microGUI-shading/top_near_unfoc.xpm +%%DATADIR%%/themes/microGUI-shading/top_white.xpm +%%DATADIR%%/themes/microGUI-shading/transient_top.xpm +%%DATADIR%%/themes/microGUI-shading/transient_top_far.xpm +%%DATADIR%%/themes/microGUI-shading/transient_top_near.xpm +%%DATADIR%%/themes/twm/barchecker.xpm +%%DATADIR%%/themes/twm/bborder.xpm +%%DATADIR%%/themes/twm/bborder_unf.xpm +%%DATADIR%%/themes/twm/forplug/simple_menus/rc +%%DATADIR%%/themes/twm/iconify.xpm +%%DATADIR%%/themes/twm/lborder.xpm +%%DATADIR%%/themes/twm/lborder_unf.xpm +%%DATADIR%%/themes/twm/rborder.xpm +%%DATADIR%%/themes/twm/rborder_unf.xpm +%%DATADIR%%/themes/twm/rc +%%DATADIR%%/themes/twm/resize.xpm +%%DATADIR%%/themes/twm/topbar.xpm +@dirrm %%DATADIR%%/themes/xterm +@dirrm %%DATADIR%%/themes/twm/forplug/simple_menus +@dirrm %%DATADIR%%/themes/twm/forplug +@dirrm %%DATADIR%%/themes/twm +@dirrm %%DATADIR%%/themes/small-e +@dirrm %%DATADIR%%/themes/microGUI/forplug/start_slide +@dirrm %%DATADIR%%/themes/microGUI/forplug/simple_menus +@dirrm %%DATADIR%%/themes/microGUI/forplug/pier +@dirrm %%DATADIR%%/themes/microGUI/forplug/pager +@dirrm %%DATADIR%%/themes/microGUI/forplug +@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/start_slide +@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/simple_menus +@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/pier +@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/pager +@dirrm %%DATADIR%%/themes/microGUI-shading/forplug +@dirrm %%DATADIR%%/themes/microGUI-shading +@dirrm %%DATADIR%%/themes/microGUI +@dirrm %%DATADIR%%/themes/glass +@dirrm %%DATADIR%%/themes/eBlueSteel/styles +@dirrm %%DATADIR%%/themes/eBlueSteel/images/unf +@dirrm %%DATADIR%%/themes/eBlueSteel/images/pressed +@dirrm %%DATADIR%%/themes/eBlueSteel/images/foc +@dirrm %%DATADIR%%/themes/eBlueSteel/images +@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/start_slide +@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/simple_menus +@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/setroot +@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/pier +@dirrm %%DATADIR%%/themes/eBlueSteel/forplug +@dirrm %%DATADIR%%/themes/eBlueSteel +@dirrm %%DATADIR%%/themes/MudGolem/styles +@dirrm %%DATADIR%%/themes/MudGolem/images/unf +@dirrm %%DATADIR%%/themes/MudGolem/images/pressed +@dirrm %%DATADIR%%/themes/MudGolem/images/foc +@dirrm %%DATADIR%%/themes/MudGolem/images +@dirrm %%DATADIR%%/themes/MudGolem/forplug/wmclass_defs +@dirrm %%DATADIR%%/themes/MudGolem/forplug/start_slide +@dirrm %%DATADIR%%/themes/MudGolem/forplug/simple_menus +@dirrm %%DATADIR%%/themes/MudGolem/forplug/setroot +@dirrm %%DATADIR%%/themes/MudGolem/forplug/pier +@dirrm %%DATADIR%%/themes/MudGolem/forplug/pager +@dirrm %%DATADIR%%/themes/MudGolem/forplug +@dirrm %%DATADIR%%/themes/MudGolem +@dirrm %%DATADIR%%/themes/BlueSteel +@dirrm %%DATADIR%%/themes/Aqua +@dirrm %%DATADIR%%/themes/AbsoluteE/forplug/setroot +@dirrm %%DATADIR%%/themes/AbsoluteE/forplug +@dirrm %%DATADIR%%/themes/AbsoluteE/backgrounds +@dirrm %%DATADIR%%/themes/AbsoluteE +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/plugins/wmclass_defs +@dirrm %%DATADIR%%/plugins/tasklist +@dirrm %%DATADIR%%/plugins/start_slide +%%ESOUND%%@dirrm %%DATADIR%%/plugins/sound +@dirrm %%DATADIR%%/plugins/simple_menus +@dirrm %%DATADIR%%/plugins/setroot +@dirrm %%DATADIR%%/plugins/session +@dirrm %%DATADIR%%/plugins/pier +@dirrm %%DATADIR%%/plugins/pager +@dirrm %%DATADIR%%/plugins/netwm +@dirrm %%DATADIR%%/plugins/mwm_hints +@dirrm %%DATADIR%%/plugins/gnome +@dirrm %%DATADIR%%/plugins/box_iconify +@dirrm %%DATADIR%%/plugins/animations +@dirrm %%DATADIR%%/plugins +@dirrm %%DATADIR%% @dirrm lib/golem/plugins @dirrm lib/golem -@dirrm share/golem/plugins/animations -@dirrm share/golem/plugins/box_iconify -@dirrm share/golem/plugins/gnome -@dirrm share/golem/plugins/mwm_hints -@dirrm share/golem/plugins/pager -@dirrm share/golem/plugins/pier -@dirrm share/golem/plugins/setroot -@dirrm share/golem/plugins/simple_menus -%%NO_SOUND%%@dirrm share/golem/plugins/sound -@dirrm share/golem/plugins/start_slide -@dirrm share/golem/plugins/wmclass_defs -@dirrm share/golem/plugins -@dirrm share/golem/themes/AbsoluteE/forplug/setroot -@dirrm share/golem/themes/AbsoluteE/forplug -@dirrm share/golem/themes/AbsoluteE -@dirrm share/golem/themes/MudGolem/forplug/pager -@dirrm share/golem/themes/MudGolem/forplug/pier -@dirrm share/golem/themes/MudGolem/forplug/setroot -@dirrm share/golem/themes/MudGolem/forplug/simple_menus -@dirrm share/golem/themes/MudGolem/forplug/start_slide -@dirrm share/golem/themes/MudGolem/forplug/wmclass_defs -@dirrm share/golem/themes/MudGolem/forplug -@dirrm share/golem/themes/MudGolem/images/foc -@dirrm share/golem/themes/MudGolem/images/pressed -@dirrm share/golem/themes/MudGolem/images/unf -@dirrm share/golem/themes/MudGolem/images -@dirrm share/golem/themes/MudGolem/styles -@dirrm share/golem/themes/MudGolem -@dirrm share/golem/themes/eBlueSteel/forplug/pier -@dirrm share/golem/themes/eBlueSteel/forplug/setroot -@dirrm share/golem/themes/eBlueSteel/forplug/simple_menus -@dirrm share/golem/themes/eBlueSteel/forplug/start_slide -@dirrm share/golem/themes/eBlueSteel/forplug -@dirrm share/golem/themes/eBlueSteel/images/foc -@dirrm share/golem/themes/eBlueSteel/images/pressed -@dirrm share/golem/themes/eBlueSteel/images/unf -@dirrm share/golem/themes/eBlueSteel/images -@dirrm share/golem/themes/eBlueSteel/styles -@dirrm share/golem/themes/eBlueSteel -@dirrm share/golem/themes/microGUI/forplug/pager -@dirrm share/golem/themes/microGUI/forplug/pier -@dirrm share/golem/themes/microGUI/forplug/start_slide -@dirrm share/golem/themes/microGUI/forplug -@dirrm share/golem/themes/microGUI -@dirrm share/golem/themes/twm/forplug/simple_menus -@dirrm share/golem/themes/twm/forplug -@dirrm share/golem/themes/twm -@dirrm share/golem/themes -@dirrm share/golem >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:40:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCE3A10656DB for ; Wed, 3 Aug 2011 18:40:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE688FC1B for ; Wed, 3 Aug 2011 18:40:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73IeevJ078666 for ; Wed, 3 Aug 2011 18:40:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Ieeu2078658; Wed, 3 Aug 2011 18:40:40 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 18:40:40 GMT Resent-Message-Id: <201108031840.p73Ieeu2078658@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62CE61065675 for ; Wed, 3 Aug 2011 18:37:17 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 294278FC16 for ; Wed, 3 Aug 2011 18:37:17 +0000 (UTC) Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id D75532BC03B for ; Thu, 4 Aug 2011 03:37:14 +0900 (JST) Message-Id: <20110804032511.87a4b803.tkato432@yahoo.com> Date: Thu, 4 Aug 2011 03:25:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159500: Update port: x11-wm/pager to 0.90.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, 03 Aug 2011 18:40:40 -0000 >Number: 159500 >Category: ports >Synopsis: Update port: x11-wm/pager to 0.90.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:40 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.90.2 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/pager/Makefile x11-wm/pager/Makefile --- /usr/ports/x11-wm/pager/Makefile 2011-08-03 15:55:25.000000000 +0900 +++ x11-wm/pager/Makefile 2011-08-03 16:03:59.000000000 +0900 @@ -6,36 +6,28 @@ # PORTNAME= pager -PORTVERSION= 0.6 -PORTREVISION= 12 +PORTVERSION= 0.90.2 CATEGORIES= x11-wm -MASTER_SITES= SF -MASTER_SITE_SUBDIR= sawfish-pager -EXTRACT_SUFX= .tgz +MASTER_SITES= http://download.tuxfamily.org/sawfishpager/ +DISTNAME= sawfish-pager-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A pager for sawfish without GNOME -BROKEN= does not fetch - BUILD_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish -BROKEN= does not build - +USE_XZ= yes +USE_GNOME= gtk20 USE_GMAKE= yes -MAKEFILE= GNUmakefile -USE_XORG= x11 - -SAWFISH_VERSION= `${LOCALBASE}/bin/sawfish --version 2>&1 | \ - ${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'` +GNU_CONFIGURE= yes -PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" +PLIST_FILES= lib/sawfish/sawfishpager \ + share/sawfish/lisp/sawfish/wm/ext/pager.jl \ + share/sawfish/lisp/sawfish/wm/ext/pager.jlc -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jl \ - ${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext +post-install: + @${STRIP_CMD} ${PREFIX}/lib/sawfish/sawfishpager @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/x11-wm/pager/distinfo x11-wm/pager/distinfo --- /usr/ports/x11-wm/pager/distinfo 2011-03-21 02:55:54.000000000 +0900 +++ x11-wm/pager/distinfo 2011-07-25 20:08:27.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pager-0.6.tgz) = d60e3788db46461c16411673cc37070ace4cbfab86d2c149e0bf2467e30ccb8c -SIZE (pager-0.6.tgz) = 13624 +SHA256 (sawfish-pager-0.90.2.tar.xz) = 3d8c884f06f6fdf546ce27cf3ccca67373da4094b890ca018a538096d1178345 +SIZE (sawfish-pager-0.90.2.tar.xz) = 174760 diff -urN /usr/ports/x11-wm/pager/pkg-descr x11-wm/pager/pkg-descr --- /usr/ports/x11-wm/pager/pkg-descr 2011-03-12 20:55:02.000000000 +0900 +++ x11-wm/pager/pkg-descr 2011-07-25 20:05:01.000000000 +0900 @@ -1,3 +1,3 @@ A pager for sawfish without GNOME -WWW: http://sawfish-pager.sourceforge.net/ +WWW: http://sawfish.tuxfamily.org/ diff -urN /usr/ports/x11-wm/pager/pkg-message x11-wm/pager/pkg-message --- /usr/ports/x11-wm/pager/pkg-message 2002-11-20 18:41:04.000000000 +0900 +++ x11-wm/pager/pkg-message 2011-07-25 20:14:27.000000000 +0900 @@ -3,6 +3,5 @@ your sawfish resource file (e.g. ~/.sawfishrc): (require 'sawfish.wm.ext.pager) - (setq pager-executable "pager") (add-hook 'after-initialization-hook pager t) ******************************************************************************** diff -urN /usr/ports/x11-wm/pager/pkg-plist x11-wm/pager/pkg-plist --- /usr/ports/x11-wm/pager/pkg-plist 2002-11-20 18:41:04.000000000 +0900 +++ x11-wm/pager/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,4 +0,0 @@ -bin/pager -share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jl -@comment share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jlc -@comment doesn't work correct with the compiled .jl file at the moment >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 18:45: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 19ABB106564A; Wed, 3 Aug 2011 18:45: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 E803B8FC13; Wed, 3 Aug 2011 18:45: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 p73IjVcS084086; Wed, 3 Aug 2011 18:45:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73IjVMC084082; Wed, 3 Aug 2011 18:45:31 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 18:45:31 GMT Message-Id: <201108031845.p73IjVMC084082@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159476: Update port: graphics/p5-ming X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 18:45:32 -0000 Synopsis: Update port: graphics/p5-ming Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Aug 3 18:45: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=159476 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 20:40:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ED741065670 for ; Wed, 3 Aug 2011 20:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 153978FC0A for ; Wed, 3 Aug 2011 20: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 p73Ke73p085304 for ; Wed, 3 Aug 2011 20:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Ke7mA085303; Wed, 3 Aug 2011 20:40:07 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 20:40:07 GMT Resent-Message-Id: <201108032040.p73Ke7mA085303@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef Karthauser Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4C1B1065674 for ; Wed, 3 Aug 2011 20:38:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 971098FC16 for ; Wed, 3 Aug 2011 20:38:10 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p73KcAVx006654 for ; Wed, 3 Aug 2011 20:38:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p73KcAm8006653; Wed, 3 Aug 2011 20:38:10 GMT (envelope-from nobody) Message-Id: <201108032038.p73KcAm8006653@red.freebsd.org> Date: Wed, 3 Aug 2011 20:38:10 GMT From: Josef Karthauser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159503: Change of distribution site for vsftpd. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 20:40:08 -0000 >Number: 159503 >Category: ports >Synopsis: Change of distribution site for vsftpd. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 20:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Josef Karthauser >Release: csup'd ports as of today. >Organization: Karthauser Enterprises Ltd >Environment: >Description: The distribution site has changed for vsftpd. Please find a patch attached. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile 2011-05-22 09:08:15.000000000 +0100 +++ Makefile.new 2011-08-03 21:41:14.754226472 +0100 @@ -7,8 +7,9 @@ PORTNAME= vsftpd PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/ +MASTER_SITES= https://security.appspot.com/downloads/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 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 CC5C51065680 for ; Wed, 3 Aug 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 D290B8FC1E for ; Wed, 3 Aug 2011 21:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73L0GfQ002324 for ; Wed, 3 Aug 2011 21:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73L0GWJ002323; Wed, 3 Aug 2011 21:00:16 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 21:00:16 GMT Resent-Message-Id: <201108032100.p73L0GWJ002323@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dr Josef L P Karthauser Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D3A106566C for ; Wed, 3 Aug 2011 20:58:35 +0000 (UTC) (envelope-from joe@infinity.realityhacker.info) Received: from infinity.realityhacker.info (infinity.realityhacker.info [95.154.203.102]) by mx1.freebsd.org (Postfix) with ESMTP id 71EB88FC08 for ; Wed, 3 Aug 2011 20:58:35 +0000 (UTC) Received: from infinity.realityhacker.info (localhost [127.0.0.1]) by infinity.realityhacker.info (8.14.5/8.14.5) with ESMTP id p73Kicoj044312 for ; Wed, 3 Aug 2011 21:44:38 +0100 (BST) (envelope-from joe@infinity.realityhacker.info) Received: (from root@localhost) by infinity.realityhacker.info (8.14.5/8.14.5/Submit) id p73KicuH044311; Wed, 3 Aug 2011 21:44:38 +0100 (BST) (envelope-from joe) Message-Id: <201108032044.p73KicuH044311@infinity.realityhacker.info> Date: Wed, 3 Aug 2011 21:44:38 +0100 (BST) From: Dr Josef L P Karthauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159504: Update for vsftpd due to change of update site. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dr Josef L P Karthauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 21:00:20 -0000 >Number: 159504 >Category: ports >Synopsis: Update for vsftpd due to change of update site. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 21:00:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dr Josef L P Karthauser >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD infinity.realityhacker.info 8.2-STABLE FreeBSD 8.2-STABLE #2: Sat Jun 25 23:50:59 BST 2011 root@:/usr/obj/usr/src/sys/INFINITY amd64 >Description: The distribution site appears to have changed for vsftpd. Please find attached a patch to fix the issue. >How-To-Repeat: >Fix: --- Makefile 2011-05-22 09:08:15.000000000 +0100 +++ Makefile.new 2011-08-03 21:41:14.754226472 +0100 @@ -7,8 +7,9 @@ PORTNAME= vsftpd PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/ +MASTER_SITES= https://security.appspot.com/downloads/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 21:06:48 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C74D1065674; Wed, 3 Aug 2011 21:06:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 678808FC0C; Wed, 3 Aug 2011 21:06:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73L6m47011059; Wed, 3 Aug 2011 21:06:48 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73L6mi5011055; Wed, 3 Aug 2011 21:06:48 GMT (envelope-from gjb) Date: Wed, 3 Aug 2011 21:06:48 GMT Message-Id: <201108032106.p73L6mi5011055@freefall.freebsd.org> To: gjb@FreeBSD.org, freebsd-www@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: ports/159502: Update to dist file URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 21:06:48 -0000 Synopsis: Update to dist file URL Responsible-Changed-From-To: freebsd-www->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Wed Aug 3 21:06:09 UTC 2011 Responsible-Changed-Why: Ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=159502 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 21: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 A975A106564A for ; Wed, 3 Aug 2011 21: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 94EC68FC0A for ; Wed, 3 Aug 2011 21: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 p73LA84K011189 for ; Wed, 3 Aug 2011 21: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 p73LA8Hq011188; Wed, 3 Aug 2011 21:10:08 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 21:10:08 GMT Message-Id: <201108032110.p73LA8Hq011188@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simon Wright Cc: Subject: Re: www/159502: Update to dist file URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simon Wright List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 21:10:08 -0000 The following reply was made to PR ports/159502; it has been noted by GNATS. From: Simon Wright To: bug-followup@FreeBSD.org Cc: Subject: Re: www/159502: Update to dist file URL Date: Wed, 03 Aug 2011 22:39:25 +0200 This is a multi-part message in MIME format. --------------060102000503030105020407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Patch file attached. Please amend subject to: "Update to Coppermine dist file URL" --------------060102000503030105020407 Content-Type: text/plain; name="coppermine-patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="coppermine-patch" --- Makefile.org 2011-08-03 20:49:04.000000000 +0200 +++ Makefile 2011-08-03 21:02:47.000000000 +0200 @@ -8,14 +8,12 @@ PORTNAME= coppermine PORTVERSION= 1.4.26 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/Coppermine/${PORTVERSION}%20%28stable%29/ +MASTER_SITES= SF/${PORTNAME}/Coppermine/1.4.x%20%28outdated%29/ DISTNAME= cpg${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A web picture gallery script -BROKEN= does not fetch - USE_PHP= mysql pcre USE_ZIP= yes --------------060102000503030105020407-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 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 9977B106566B for ; Wed, 3 Aug 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 6E5B38FC12 for ; Wed, 3 Aug 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 p73LAA5k011197 for ; Wed, 3 Aug 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 p73LAAWG011196; Wed, 3 Aug 2011 21:10:10 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 21:10:10 GMT Message-Id: <201108032110.p73LAAWG011196@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simon Wright Cc: Subject: Re: www/159502: Update to dist file URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simon Wright List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 21:10:10 -0000 The following reply was made to PR ports/159502; it has been noted by GNATS. From: Simon Wright To: bug-followup@FreeBSD.org Cc: Subject: Re: www/159502: Update to dist file URL Date: Wed, 03 Aug 2011 23:06:05 +0200 Please change Category: to ports and Responsible: to freebsd-ports From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22: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 818C71065679 for ; Wed, 3 Aug 2011 22: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 19B228FC12 for ; Wed, 3 Aug 2011 22:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73MU8e5083837 for ; Wed, 3 Aug 2011 22: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 p73MU8DJ083835; Wed, 3 Aug 2011 22:30:08 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 22:30:08 GMT Resent-Message-Id: <201108032230.p73MU8DJ083835@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 656E3106564A for ; Wed, 3 Aug 2011 22:20:17 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2A7188FC17 for ; Wed, 3 Aug 2011 22:20:16 +0000 (UTC) Received: by qwc9 with SMTP id 9so991944qwc.13 for ; Wed, 03 Aug 2011 15:20:16 -0700 (PDT) Received: by 10.229.191.82 with SMTP id dl18mr27366qcb.46.1312410016198; Wed, 03 Aug 2011 15:20:16 -0700 (PDT) Received: from radar (216-165-29-133.DYNAPOOL.NYU.EDU [216.165.29.133]) by mx.google.com with ESMTPS id k5sm917726qct.33.2011.08.03.15.20.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Aug 2011 15:20:15 -0700 (PDT) Received: by radar (sSMTP sendmail emulation); Wed, 03 Aug 2011 18:20:13 -0400 Message-Id: <4e39c99f.c586e50a.6fd7.2fb4@mx.google.com> Date: Wed, 03 Aug 2011 18:20:13 -0400 From: Eitan Adler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:30:11 -0000 >Number: 159505 >Category: ports >Synopsis: [PATCH] x11/xclip: fix www link in pkg-descr >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 Aug 03 22:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: [DESCRIBE CHANGES] >How-To-Repeat: >Fix: --- xclip-0.12_1.patch begins here --- Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/x11/xclip/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 18 Dec 2001 06:34:27 -0000 1.1 +++ pkg-descr 3 Aug 2011 22:19:19 -0000 @@ -15,4 +15,4 @@ * Connects to the X display in $DISPLAY, or specified with -display host:0 * Waits for selection requests in the background -WWW: http://people.debian.org/~kims/xclip/ +WWW: http://sourceforge.net/projects/xclip/ --- xclip-0.12_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22: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 82D02106567A for ; Wed, 3 Aug 2011 22: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 988718FC18 for ; Wed, 3 Aug 2011 22:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73MU9o8083868 for ; Wed, 3 Aug 2011 22:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73MU9ZM083865; Wed, 3 Aug 2011 22:30:09 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 22:30:09 GMT Resent-Message-Id: <201108032230.p73MU9ZM083865@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 271531065676 for ; Wed, 3 Aug 2011 22:24:53 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id DF6858FC12 for ; Wed, 3 Aug 2011 22:24:52 +0000 (UTC) Received: by qwc9 with SMTP id 9so994394qwc.13 for ; Wed, 03 Aug 2011 15:24:52 -0700 (PDT) Received: by 10.229.67.213 with SMTP id s21mr7236qci.212.1312410292178; Wed, 03 Aug 2011 15:24:52 -0700 (PDT) Received: from radar (216-165-29-133.DYNAPOOL.NYU.EDU [216.165.29.133]) by mx.google.com with ESMTPS id d12sm926546qcd.14.2011.08.03.15.24.50 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Aug 2011 15:24:51 -0700 (PDT) Received: by radar (sSMTP sendmail emulation); Wed, 03 Aug 2011 18:24:49 -0400 Message-Id: <4e39cab3.8c07e50a.74ec.2f46@mx.google.com> Date: Wed, 03 Aug 2011 18:24:49 -0400 From: Eitan Adler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:30:11 -0000 >Number: 159506 >Category: ports >Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr >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 Aug 03 22:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- xrdesktop-1.2_2.patch begins here --- Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/xrdesktop/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 21 Dec 2009 02:18:03 -0000 1.2 +++ pkg-descr 3 Aug 2011 22:24:14 -0000 @@ -2,4 +2,4 @@ session configurations. Its aim is to support all the command-line options of rdesktop in an easy-to-use GUI. -WWW: http://luggage.linux0wnsyou.com/xrdesktop/ +WWW: http://freshmeat.net/projects/xrdesktop/ --- xrdesktop-1.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22: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 D78ED1065672; Wed, 3 Aug 2011 22: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 B17758FC08; Wed, 3 Aug 2011 22: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 p73MUNbM085054; Wed, 3 Aug 2011 22: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 p73MUNsL085043; Wed, 3 Aug 2011 22:30:23 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 22:30:23 GMT Message-Id: <201108032230.p73MUNsL085043@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/159505: [PATCH] x11/xclip: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:30:23 -0000 Synopsis: [PATCH] x11/xclip: fix www link in pkg-descr Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Aug 3 22:30:22 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=159505 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22: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 6A6EA1065673; Wed, 3 Aug 2011 22: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 4503D8FC1F; Wed, 3 Aug 2011 22: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 p73MUWJc085894; Wed, 3 Aug 2011 22: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 p73MUWEZ085878; Wed, 3 Aug 2011 22:30:32 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 22:30:32 GMT Message-Id: <201108032230.p73MUWEZ085878@freefall.freebsd.org> To: lists@eitanadler.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:30:32 -0000 Synopsis: [PATCH] x11/xclip: fix www link in pkg-descr State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Aug 3 22: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=159505 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22:30:50 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69E981065675; Wed, 3 Aug 2011 22:30:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 43BC78FC0C; Wed, 3 Aug 2011 22:30:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73MUolR087470; Wed, 3 Aug 2011 22:30:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73MUoXq087459; Wed, 3 Aug 2011 22:30:50 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 22:30:50 GMT Message-Id: <201108032230.p73MUoXq087459@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/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:30:50 -0000 Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Aug 3 22:30:49 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=159506 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22: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 39B071065670; Wed, 3 Aug 2011 22:31:24 +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 13EB88FC0C; Wed, 3 Aug 2011 22: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 p73MVNFo090148; Wed, 3 Aug 2011 22:31:23 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73MVNqp090138; Wed, 3 Aug 2011 22:31:23 GMT (envelope-from eadler) Date: Wed, 3 Aug 2011 22:31:23 GMT Message-Id: <201108032231.p73MVNqp090138@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:31:24 -0000 Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: eadler Class-Changed-When: Wed Aug 3 22:30:57 UTC 2011 Class-Changed-Why: AA lies. This is a maintainer update http://www.freebsd.org/cgi/query-pr.cgi?pr=159506 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22:31:58 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58971106566C; Wed, 3 Aug 2011 22:31:58 +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 31DD28FC0A; Wed, 3 Aug 2011 22:31:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73MVwTh093408; Wed, 3 Aug 2011 22:31:58 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73MVwvj093399; Wed, 3 Aug 2011 22:31:58 GMT (envelope-from eadler) Date: Wed, 3 Aug 2011 22:31:58 GMT Message-Id: <201108032231.p73MVwvj093399@freefall.freebsd.org> To: ports@eitanadler.com, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:31:58 -0000 Synopsis: [PATCH] x11/xclip: fix www link in pkg-descr Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: eadler Class-Changed-When: Wed Aug 3 22:31:41 UTC 2011 Class-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=159505 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22:39:54 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1BC8106564A; Wed, 3 Aug 2011 22:39:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 639C58FC0A; Wed, 3 Aug 2011 22:39: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 p73MdsHh095214; Wed, 3 Aug 2011 22:39:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73MdsPm095210; Wed, 3 Aug 2011 22:39:54 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 22:39:54 GMT Message-Id: <201108032239.p73MdsPm095210@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/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:39:54 -0000 Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Aug 3 22:39:53 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=159506 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22:39: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 D87AC1065675; Wed, 3 Aug 2011 22:39:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B1EC88FC13; Wed, 3 Aug 2011 22:39: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 p73MdvU7095289; Wed, 3 Aug 2011 22:39:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Mdv41095285; Wed, 3 Aug 2011 22:39:57 GMT (envelope-from edwin) Date: Wed, 3 Aug 2011 22:39:57 GMT Message-Id: <201108032239.p73Mdv41095285@freefall.freebsd.org> To: lists@eitanadler.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 22:39:57 -0000 Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Aug 3 22:39:57 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159506 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 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 874EE1065694 for ; Wed, 3 Aug 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 309618FC1E for ; Wed, 3 Aug 2011 22: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 p73MeDmB095444 for ; Wed, 3 Aug 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 p73MeDnf095443; Wed, 3 Aug 2011 22:40:13 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 22:40:13 GMT Message-Id: <201108032240.p73MeDnf095443@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr 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, 03 Aug 2011 22:40:14 -0000 The following reply was made to PR ports/159506; it has been noted by GNATS. From: Edwin Groothuis To: ports@eitanadler.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr Date: Wed, 3 Aug 2011 22:30:54 UT Maintainer of net/xrdesktop, Please note that PR ports/159506 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/159506 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22:40: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 116ED1065697 for ; Wed, 3 Aug 2011 22:40: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 EF35E8FC21 for ; Wed, 3 Aug 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 p73MeEOt095454 for ; Wed, 3 Aug 2011 22: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 p73MeErF095453; Wed, 3 Aug 2011 22:40:14 GMT (envelope-from gnats) Date: Wed, 3 Aug 2011 22:40:14 GMT Message-Id: <201108032240.p73MeErF095453@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr 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, 03 Aug 2011 22:40:15 -0000 The following reply was made to PR ports/159506; it has been noted by GNATS. From: Edwin Groothuis To: ports@eitanadler.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr Date: Wed, 3 Aug 2011 22:39:55 UT Maintainer of net/xrdesktop, Please note that PR ports/159506 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/159506 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 22:50:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3D81106567A for ; Wed, 3 Aug 2011 22:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B855F8FC14 for ; Wed, 3 Aug 2011 22:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73Mo8wN004277 for ; Wed, 3 Aug 2011 22:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73Mo8Me004276; Wed, 3 Aug 2011 22:50:08 GMT (envelope-from gnats) Resent-Date: Wed, 3 Aug 2011 22:50:08 GMT Resent-Message-Id: <201108032250.p73Mo8Me004276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Key Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFBBC106566B for ; Wed, 3 Aug 2011 22:48:46 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from chacal.cjkey.org.uk (chacal.cjkey.org.uk [88.97.163.217]) by mx1.freebsd.org (Postfix) with ESMTP id 53B208FC0A for ; Wed, 3 Aug 2011 22:48:45 +0000 (UTC) Received: from chacal.wzl33 (localhost [127.0.0.1]) by chacal.cjkey.org.uk (8.14.4/8.14.4) with ESMTP id p73MmhhK005852 for ; Wed, 3 Aug 2011 23:48:43 +0100 (BST) (envelope-from chris@chacal.wzl33) Received: (from chris@localhost) by chacal.wzl33 (8.14.4/8.14.4/Submit) id p73MmhjA005851; Wed, 3 Aug 2011 23:48:43 +0100 (BST) (envelope-from chris) Message-Id: <201108032248.p73MmhjA005851@chacal.wzl33> Date: Wed, 3 Aug 2011 23:48:43 +0100 (BST) From: Christopher Key To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159508: Update distfile location for audio/linux-musicipserver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christopher Key List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 22:50:09 -0000 >Number: 159508 >Category: ports >Synopsis: Update distfile location for audio/linux-musicipserver >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 Aug 03 22:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Christopher Key >Release: FreeBSD 8.2-RC3 amd64 >Organization: >Environment: System: FreeBSD chacal.wzl33 8.2-RC3 FreeBSD 8.2-RC3 #6: Mon Feb 14 00:36:21 GMT 2011 root@chacal.wzl33:/usr/obj/usr/src/sys/CHACAL amd64 >Description: The location of one of the distfiles for the audio/linux-musicipserver port has changed. This patch updates the port to reflect this. >How-To-Repeat: >Fix: --- musicipserver-urls.patch begins here --- Index: audio/linux-musicipserver/Makefile =================================================================== --- audio/linux-musicipserver/Makefile (revision 4486) +++ audio/linux-musicipserver/Makefile (working copy) @@ -9,7 +9,7 @@ PORTVERSION= 1.8 CATEGORIES= audio linux MASTER_SITES= http://www.amplifindmusicservices.com/downloads/:musicip \ - http://spicefly.com/images/file/:spicefly + http://spicefly.com/images/stories/mip/:spicefly PKGNAMEPREFIX= linux- DISTNAME= MusicMixer_x86_${PORTVERSION} DISTFILES= ${DISTNAME}.tgz:musicip --- musicipserver-urls.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 23:22: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 7810A1065672; Wed, 3 Aug 2011 23:22:24 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 519688FC13; Wed, 3 Aug 2011 23:22: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 p73NMOCj039241; Wed, 3 Aug 2011 23:22:24 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73NMOiE039237; Thu, 4 Aug 2011 01:22:24 +0200 (CEST) (envelope-from jlaffaye) Date: Thu, 4 Aug 2011 01:22:24 +0200 (CEST) Message-Id: <201108032322.p73NMOiE039237@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159504: ftp/vsftpd: Update MASTER_SITES. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 23:22:24 -0000 Old Synopsis: Update for vsftpd due to change of update site. New Synopsis: ftp/vsftpd: Update MASTER_SITES. Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: jlaffaye Responsible-Changed-When: Thu Aug 4 01:20:39 CEST 2011 Responsible-Changed-Why: Fix synopsis and assign to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=159504 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 23:24: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 DC8C91065673; Wed, 3 Aug 2011 23:24:53 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B60858FC0C; Wed, 3 Aug 2011 23:24: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 p73NOr3c039371; Wed, 3 Aug 2011 23:24:53 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73NOqSF039367; Thu, 4 Aug 2011 01:24:52 +0200 (CEST) (envelope-from jlaffaye) Date: Thu, 4 Aug 2011 01:24:52 +0200 (CEST) Message-Id: <201108032324.p73NOqSF039367@freefall.freebsd.org> To: joe@tao.org.uk, jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159503: Change of distribution site for vsftpd. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 23:24:53 -0000 Synopsis: Change of distribution site for vsftpd. State-Changed-From-To: open->closed State-Changed-By: jlaffaye State-Changed-When: Thu Aug 4 01:24:52 CEST 2011 State-Changed-Why: Duplicate of ports/159504. http://www.freebsd.org/cgi/query-pr.cgi?pr=159503 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 23:28: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 344B5106567F; Wed, 3 Aug 2011 23:28:42 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E41B8FC22; Wed, 3 Aug 2011 23:28: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 p73NSfim039522; Wed, 3 Aug 2011 23:28:41 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73NSfZp039518; Thu, 4 Aug 2011 01:28:41 +0200 (CEST) (envelope-from jlaffaye) Date: Thu, 4 Aug 2011 01:28:41 +0200 (CEST) Message-Id: <201108032328.p73NSfZp039518@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159432: Update port: devel/guile-lib to 0.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, 03 Aug 2011 23:28:42 -0000 Synopsis: Update port: devel/guile-lib to 0.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Thu Aug 4 01:28:41 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159432 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 23:29: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 C773D106566B; Wed, 3 Aug 2011 23:29:03 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A152C8FC15; Wed, 3 Aug 2011 23:29: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 p73NT3rM039619; Wed, 3 Aug 2011 23:29:03 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73NT3Ix039615; Thu, 4 Aug 2011 01:29:03 +0200 (CEST) (envelope-from jlaffaye) Date: Thu, 4 Aug 2011 01:29:03 +0200 (CEST) Message-Id: <201108032329.p73NT3Ix039615@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159502: Update to dist file URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 03 Aug 2011 23:29:03 -0000 Synopsis: Update to dist file URL Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Thu Aug 4 01:29:03 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159502 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 3 23:32:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D40D31065673; Wed, 3 Aug 2011 23:32:40 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADB068FC12; Wed, 3 Aug 2011 23:32:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p73NWeTt049608; Wed, 3 Aug 2011 23:32:40 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p73NWe20049604; Thu, 4 Aug 2011 01:32:40 +0200 (CEST) (envelope-from jlaffaye) Date: Thu, 4 Aug 2011 01:32:40 +0200 (CEST) Message-Id: <201108032332.p73NWe20049604@freefall.freebsd.org> To: tkato432@yahoo.com, jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159426: Update port: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 23:32:40 -0000 Synopsis: Update port: State-Changed-From-To: open->feedback State-Changed-By: jlaffaye State-Changed-When: Thu Aug 4 01:30:40 CEST 2011 State-Changed-Why: Please send an unified diff. Also note that it is prefered to open a PR for each port. http://www.freebsd.org/cgi/query-pr.cgi?pr=159426 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00: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 05E751065675 for ; Thu, 4 Aug 2011 00: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 B0EE88FC19 for ; Thu, 4 Aug 2011 00: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 p7400OJs067214 for ; Thu, 4 Aug 2011 00:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7400OIg067213; Thu, 4 Aug 2011 00:00:24 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 00:00:24 GMT Resent-Message-Id: <201108040000.p7400OIg067213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AA0D106566B for ; Wed, 3 Aug 2011 23:50:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5848FC16 for ; Wed, 3 Aug 2011 23:50:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p73NoqXE038835 for ; Wed, 3 Aug 2011 23:50:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p73NoqYW038834; Wed, 3 Aug 2011 23:50:52 GMT (envelope-from nobody) Message-Id: <201108032350.p73NoqYW038834@red.freebsd.org> Date: Wed, 3 Aug 2011 23:50:52 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159509: [Update] www/moodle: update to 1.9.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: Thu, 04 Aug 2011 00:00:25 -0000 >Number: 159509 >Category: ports >Synopsis: [Update] www/moodle: update to 1.9.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 00:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-9.0 >Organization: FreeBSD >Environment: >Description: update to 1.9.13 >How-To-Repeat: >Fix: --- Makefile.orig 2011-08-04 07:48:26.000000000 +0800 +++ Makefile 2011-08-02 15:12:59.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= moodle -PORTVERSION= 1.9.12 +PORTVERSION= 1.9.13 CATEGORIES= www MASTER_SITES= http://download.moodle.org/stable19/ \ http://download2.moodle.org/stable19/ \ --- distinfo.orig 2011-08-04 07:48:36.000000000 +0800 +++ distinfo 2011-08-02 15:14:55.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (moodle-1.9.12.tgz) = fc4fbe600102fc0fc878f6db423d5bac5ef9362aba8d97720939f1078f905f80 -SIZE (moodle-1.9.12.tgz) = 14044589 +SHA256 (moodle-1.9.13.tgz) = d5cad85b5a2edffca26f0a7948a4572f0a7b43ed9424de3777217142e6c9f1a5 +SIZE (moodle-1.9.13.tgz) = 14051097 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00:00:38 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0097A1065678; Thu, 4 Aug 2011 00: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 CBDB58FC14; Thu, 4 Aug 2011 00:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7400bGR067440; Thu, 4 Aug 2011 00:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7400bV2067434; Thu, 4 Aug 2011 00:00:37 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 00:00:37 GMT Message-Id: <201108040000.p7400bV2067434@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159509: [Update] www/moodle: update to 1.9.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: Thu, 04 Aug 2011 00:00:38 -0000 Synopsis: [Update] www/moodle: update to 1.9.13 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 4 00:00:36 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159509 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00: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 65FDD106567D for ; Thu, 4 Aug 2011 00: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 41E648FC17 for ; Thu, 4 Aug 2011 00: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 p740K9Gi088698 for ; Thu, 4 Aug 2011 00: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 p740K9mt088697; Thu, 4 Aug 2011 00:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 00:20:09 GMT Resent-Message-Id: <201108040020.p740K9mt088697@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Sean C. Farley" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4926C106564A; Thu, 4 Aug 2011 00:14:24 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f11:66f:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id CE5A48FC0C; Thu, 4 Aug 2011 00:14:23 +0000 (UTC) Received: from thor.farley.org (root@thor.farley.org [IPv6:2001:470:1f11:66f:1::5]) by mail.farley.org (8.14.5/8.14.5) with ESMTP id p740ELtQ075574; Wed, 3 Aug 2011 20:14:21 -0400 (EDT) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.14.5/8.14.5) with ESMTP id p740ELe3037050; Wed, 3 Aug 2011 20:14:21 -0400 (EDT) (envelope-from scf@FreeBSD.org) Received: (from root@localhost) by thor.farley.org (8.14.5/8.14.5/Submit) id p740ELPt037049; Wed, 3 Aug 2011 20:14:21 -0400 (EDT) (envelope-from scf@FreeBSD.org) Message-Id: <201108040014.p740ELPt037049@thor.farley.org> Date: Wed, 3 Aug 2011 20:14:21 -0400 (EDT) From: "Sean C. Farley" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gnome@FreeBSD.org Subject: ports/159510: [PATCH] x11-toolkits/gtk: fix repainting 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: Thu, 04 Aug 2011 00:20:09 -0000 >Number: 159510 >Category: ports >Synopsis: [PATCH] x11-toolkits/gtk: fix repainting bug >Confidential: no >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 Aug 04 00:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sean C. Farley >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD thor.farley.org 8.2-STABLE FreeBSD 8.2-STABLE #1 r223876M: Fri Jul 8 22:52:17 >Description: This is a fix for Gnome bug #652872[3]. Commit 254b9a4c540e3dff1dcd17db2ceea6a9fa5df973[2] in gtk-2.24.5 causes issues for many GTK applications such as Freeciv (I.e., the main map is black). This is commit d7ac9cd71c43689672a9796e518ef3b970197bf2[3] which reverts it. 1. https://bugzilla.gnome.org/show_bug.cgi?id=652872 2. http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24&id=254b9a4c540e3dff1dcd17db2ceea6a9fa5df973 3. http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24&id=d7ac9cd71c43689672a9796e518ef3b970197bf2 Added file(s): - files/patch-gdk_gdkwindow.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gtk-2.24.5_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-toolkits/gtk20.orig/Makefile /usr/ports/x11-toolkits/gtk20/Makefile --- /usr/ports/x11-toolkits/gtk20.orig/Makefile 2011-08-03 19:52:19.000000000 -0400 +++ /usr/ports/x11-toolkits/gtk20/Makefile 2011-08-03 20:04:41.000000000 -0400 @@ -9,7 +9,7 @@ PORTNAME= gtk PORTVERSION= 2.24.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ diff -ruN --exclude=CVS /usr/ports/x11-toolkits/gtk20.orig/files/patch-gdk_gdkwindow.c /usr/ports/x11-toolkits/gtk20/files/patch-gdk_gdkwindow.c --- /usr/ports/x11-toolkits/gtk20.orig/files/patch-gdk_gdkwindow.c 1969-12-31 19:00:00.000000000 -0500 +++ /usr/ports/x11-toolkits/gtk20/files/patch-gdk_gdkwindow.c 2011-08-03 19:53:32.000000000 -0400 @@ -0,0 +1,40 @@ +--- gdk/gdkwindow.c.orig ++++ gdk/gdkwindow.c +@@ -8004,15 +8004,11 @@ gdk_window_set_background (GdkWindow *window, + } + + if (!GDK_WINDOW_DESTROYED (window) && ++ gdk_window_has_impl (private) && + !private->input_only) + { +- if (gdk_window_has_impl (private)) +- { +- impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl); +- impl_iface->set_background (window, &private->bg_color); +- } +- else +- gdk_window_invalidate_rect_full (window, NULL, TRUE, CLEAR_BG_ALL); ++ impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl); ++ impl_iface->set_background (window, &private->bg_color); + } + } + +@@ -8081,15 +8077,11 @@ gdk_window_set_back_pixmap (GdkWindow *window, + private->bg_pixmap = GDK_NO_BG; + + if (!GDK_WINDOW_DESTROYED (window) && ++ gdk_window_has_impl (private) && + !private->input_only) + { +- if (gdk_window_has_impl (private)) +- { +- impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl); +- impl_iface->set_back_pixmap (window, private->bg_pixmap); +- } +- else +- gdk_window_invalidate_rect_full (window, NULL, TRUE, CLEAR_BG_ALL); ++ impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl); ++ impl_iface->set_back_pixmap (window, private->bg_pixmap); + } + } + --- gtk-2.24.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00:30:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98C99106564A for ; Thu, 4 Aug 2011 00:30: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 897918FC16 for ; Thu, 4 Aug 2011 00:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p740UGhO097137 for ; Thu, 4 Aug 2011 00:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p740UGK6097131; Thu, 4 Aug 2011 00:30:16 GMT (envelope-from gnats) Date: Thu, 4 Aug 2011 00:30:16 GMT Message-Id: <201108040030.p740UGK6097131@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159472: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 00:30:16 -0000 The following reply was made to PR ports/159472; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159472: commit references a PR Date: Thu, 4 Aug 2011 00:29:27 +0000 (UTC) wen 2011-08-04 00:29:18 UTC FreeBSD ports repository Modified files: graphics/jgraph Makefile pkg-descr Log: - Update MASTER_SITES and WWW - Remove DEPRECATED lines PR: ports/159472 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +1 -5 ports/graphics/jgraph/Makefile 1.2 +1 -1 ports/graphics/jgraph/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00: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 E874C10656D3; Thu, 4 Aug 2011 00:30:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C1D288FC1B; Thu, 4 Aug 2011 00: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 p740UOtm097787; Thu, 4 Aug 2011 00:30:24 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p740UOck097748; Thu, 4 Aug 2011 00:30:24 GMT (envelope-from wen) Date: Thu, 4 Aug 2011 00:30:24 GMT Message-Id: <201108040030.p740UOck097748@freefall.freebsd.org> To: tkato432@yahoo.com, wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/159472: Update port: graphics/jgraph X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 00:30:25 -0000 Synopsis: Update port: graphics/jgraph State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Thu Aug 4 00:30:23 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=159472 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00:33: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 810901065676; Thu, 4 Aug 2011 00:33:03 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A76D8FC16; Thu, 4 Aug 2011 00:33: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 p740X3F0007215; Thu, 4 Aug 2011 00:33:03 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p740X3Qd007211; Thu, 4 Aug 2011 00:33:03 GMT (envelope-from wen) Date: Thu, 4 Aug 2011 00:33:03 GMT Message-Id: <201108040033.p740X3Qd007211@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/159490: Update port: science/linsmith to 0.99.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 00:33:03 -0000 Synopsis: Update port: science/linsmith to 0.99.22 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Thu Aug 4 00:33:02 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159490 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00:33: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 0C4111065672; Thu, 4 Aug 2011 00:33:09 +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 DA4F08FC1C; Thu, 4 Aug 2011 00:33: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 p740X817007300; Thu, 4 Aug 2011 00:33:08 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p740X8ha007296; Thu, 4 Aug 2011 00:33:08 GMT (envelope-from wen) Date: Thu, 4 Aug 2011 00:33:08 GMT Message-Id: <201108040033.p740X8ha007296@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/159489: Update port: print/xtexsh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 00:33:09 -0000 Synopsis: Update port: print/xtexsh Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Thu Aug 4 00:33:08 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159489 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 00:33: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 88E861065676; Thu, 4 Aug 2011 00:33:13 +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 629A28FC12; Thu, 4 Aug 2011 00:33:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p740XDBl007370; Thu, 4 Aug 2011 00:33:13 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p740XDpu007366; Thu, 4 Aug 2011 00:33:13 GMT (envelope-from wen) Date: Thu, 4 Aug 2011 00:33:13 GMT Message-Id: <201108040033.p740XDpu007366@freefall.freebsd.org> To: wen@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/159488: Update port: print/abntex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 00:33:13 -0000 Synopsis: Update port: print/abntex Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Thu Aug 4 00:33:12 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159488 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 01:42: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 95AB31065670; Thu, 4 Aug 2011 01:42:27 +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 6D5D08FC0A; Thu, 4 Aug 2011 01:42: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 p741gRGQ071425; Thu, 4 Aug 2011 01:42:27 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p741gRiL071421; Thu, 4 Aug 2011 01:42:27 GMT (envelope-from eadler) Date: Thu, 4 Aug 2011 01:42:27 GMT Message-Id: <201108040142.p741gRiL071421@freefall.freebsd.org> To: ports@eitanadler.com, lists@eitanadler.com, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 01:42:27 -0000 Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr State-Changed-From-To: feedback->open State-Changed-By: eadler State-Changed-When: Thu Aug 4 01:42:00 UTC 2011 State-Changed-Why: AA lies Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: eadler Class-Changed-When: Thu Aug 4 01:42:00 UTC 2011 Class-Changed-Why: AA lies http://www.freebsd.org/cgi/query-pr.cgi?pr=159506 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 05:20:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C79A8106566B; Thu, 4 Aug 2011 05:20:25 +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 A10A98FC08; Thu, 4 Aug 2011 05:20:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p745KPXO070087; Thu, 4 Aug 2011 05:20:25 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p745KP6k070079; Thu, 4 Aug 2011 05:20:25 GMT (envelope-from culot) Date: Thu, 4 Aug 2011 05:20:25 GMT Message-Id: <201108040520.p745KP6k070079@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159486: Update port: misc/pdmenu to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 05:20:25 -0000 Synopsis: Update port: misc/pdmenu to 1.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Aug 4 05:20:25 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159486 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 06: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 08A0A1065673 for ; Thu, 4 Aug 2011 06: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 721FE8FC0C for ; Thu, 4 Aug 2011 06: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 p746KBVp024136 for ; Thu, 4 Aug 2011 06: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 p746KBsD024135; Thu, 4 Aug 2011 06:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 06:20:11 GMT Resent-Message-Id: <201108040620.p746KBsD024135@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BACF106566B for ; Thu, 4 Aug 2011 06:19: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 8C8C38FC08 for ; Thu, 4 Aug 2011 06:19: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 p746J0Pr065327 for ; Thu, 4 Aug 2011 06:19:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p746J0Xo065326; Thu, 4 Aug 2011 06:19:00 GMT (envelope-from nobody) Message-Id: <201108040619.p746J0Xo065326@red.freebsd.org> Date: Thu, 4 Aug 2011 06:19:00 GMT From: Martin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159512: gnome-panel causes high load with opacity settings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 06:20:13 -0000 >Number: 159512 >Category: ports >Synopsis: gnome-panel causes high load with opacity settings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 06:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Martin >Release: FreeBSD-8.2R >Organization: Sugioarto >Environment: FreeBSD zelda.sugioarto.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar 15 20:59:30 CET 2011 root@zelda.sugioarto.com:/usr/obj/usr/src/sys/ZELDA amd64 >Description: gnome-panel can cause high load (sends many messages to Xorg server) when its opacity settings are in use and some applets are being displayed. If you have gnome-panel's built in fake transparency enabled, you won't be able to use Gnome. It won't log in to full Gnome desktop and the CPU load will be at 100%. I don't know how to fix it, but there is a possibility to work around the problem by deleting the transparency settings from all your gnome-panel instances: rm ~/.gconf/apps/panel/toplevels/*/background/%gconf.xml Then kill your session and log in again. >How-To-Repeat: Right-click on a gnome-panel instance, properties, background and set opacity e.g. to 50%. Add at least 1 applet, e.g. clock applet. Take a look at top output. You'll see gnome-panel and Xorg at high load. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 06: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 C34DD1065672 for ; Thu, 4 Aug 2011 06: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 875A98FC1A for ; Thu, 4 Aug 2011 06: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 p746UCpH032349 for ; Thu, 4 Aug 2011 06: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 p746UCY2032341; Thu, 4 Aug 2011 06:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 06:30:12 GMT Resent-Message-Id: <201108040630.p746UCY2032341@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hideo Matsumoto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 403601065672 for ; Thu, 4 Aug 2011 06:29:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 30FDE8FC08 for ; Thu, 4 Aug 2011 06:29:41 +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 p746TemI082843 for ; Thu, 4 Aug 2011 06:29:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p746Tef6082842; Thu, 4 Aug 2011 06:29:40 GMT (envelope-from nobody) Message-Id: <201108040629.p746Tef6082842@red.freebsd.org> Date: Thu, 4 Aug 2011 06:29:40 GMT From: Hideo Matsumoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159513: [patch] net/vmware-vsphere-cli add vifs, vihostupdate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 06:30:12 -0000 >Number: 159513 >Category: ports >Synopsis: [patch] net/vmware-vsphere-cli add vifs, vihostupdate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 06:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hideo Matsumoto >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD zfs1 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: net/vmware-vsphere-cli port does not install "vifs" and "vihostupdate" command. Those tools are useful so please include it into Makefile. >How-To-Repeat: n/a >Fix: Patch attached with submission follows: --- net/vmware-vsphere-cli/Makefile.orig 2011-07-16 06:15:27.000000000 +0900 +++ net/vmware-vsphere-cli/Makefile 2011-08-04 15:29:05.998038674 +0900 @@ -67,5 +67,7 @@ ${INSTALL_SCRIPT} ${WRKSRC}/bin/svmotion ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmware-cmd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/vmkfstools ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vifs ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/vihostupdate ${PREFIX}/bin .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 06:30:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75053106564A; Thu, 4 Aug 2011 06:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC6B8FC08; Thu, 4 Aug 2011 06: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 p746UPLR032937; Thu, 4 Aug 2011 06: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 p746UPOI032925; Thu, 4 Aug 2011 06:30:25 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 06:30:25 GMT Message-Id: <201108040630.p746UPOI032925@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159513: [patch] net/vmware-vsphere-cli add vifs, vihostupdate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 06:30:25 -0000 Synopsis: [patch] net/vmware-vsphere-cli add vifs, vihostupdate Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 4 06: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=159513 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 07:42:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ED60106564A; Thu, 4 Aug 2011 07:42:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07FDD8FC0A; Thu, 4 Aug 2011 07:42:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p747gIV1031852; Thu, 4 Aug 2011 07:42:18 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p747gImq031848; Thu, 4 Aug 2011 07:42:18 GMT (envelope-from kwm) Date: Thu, 4 Aug 2011 07:42:18 GMT Message-Id: <201108040742.p747gImq031848@freefall.freebsd.org> To: kwm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/159510: [PATCH] x11-toolkits/gtk20: fix repainting 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: Thu, 04 Aug 2011 07:42:19 -0000 Old Synopsis: [PATCH] x11-toolkits/gtk: fix repainting bug New Synopsis: [PATCH] x11-toolkits/gtk20: fix repainting bug Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: kwm Responsible-Changed-When: Thu Aug 4 07:41:43 UTC 2011 Responsible-Changed-Why: grab for gnome http://www.freebsd.org/cgi/query-pr.cgi?pr=159510 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 08: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 3F801106567B for ; Thu, 4 Aug 2011 08: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 0165B8FC13 for ; Thu, 4 Aug 2011 08: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 p748KBKk062677 for ; Thu, 4 Aug 2011 08: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 p748KBoJ062676; Thu, 4 Aug 2011 08:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 08:20:11 GMT Resent-Message-Id: <201108040820.p748KBoJ062676@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hans Fredrik Nordhaug Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7892E1065670 for ; Thu, 4 Aug 2011 08:17:00 +0000 (UTC) (envelope-from root@nordhaug.priv.no) Received: from nordhaug.priv.no (static243-173-78.mimer.net [83.243.173.78]) by mx1.freebsd.org (Postfix) with ESMTP id 34A0F8FC12 for ; Thu, 4 Aug 2011 08:17:00 +0000 (UTC) Received: from nordhaug.priv.no (localhost [127.0.0.1]) by nordhaug.priv.no (Postfix) with ESMTP id E65BE8A64C; Thu, 4 Aug 2011 10:00:38 +0200 (CEST) Received: from nordhaug.priv.no ([127.0.0.1]) by nordhaug.priv.no (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NFgrMD+YR7GP; Thu, 4 Aug 2011 10:00:33 +0200 (CEST) Received: by nordhaug.priv.no (Postfix, from userid 0) id 1584F8A7A5; Thu, 4 Aug 2011 10:00:33 +0200 (CEST) Message-Id: <20110804080033.1584F8A7A5@nordhaug.priv.no> Date: Thu, 4 Aug 2011 10:00:33 +0200 (CEST) From: Hans Fredrik Nordhaug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fumifumi@abacustech.jp Subject: ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 08:20:12 -0000 >Number: 159514 >Category: ports >Synopsis: [PATCH] www/pivotx: Added php5-tokenizer as a requirement >Confidential: no >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 Aug 04 08:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Hans Fredrik Nordhaug >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nordhaug.priv.no 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 >Description: Smarty, the template engine in PivotX, uses token_get_all and hence php5-tokenizer must be installed. Port maintainer (fumifumi@abacustech.jp) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pivotx-2.2.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/pivotx.orig/Makefile /usr/ports/www/pivotx/Makefile --- /usr/ports/www/pivotx.orig/Makefile 2011-08-04 09:16:00.000000000 +0200 +++ /usr/ports/www/pivotx/Makefile 2011-08-04 09:12:57.000000000 +0200 @@ -29,7 +29,7 @@ WANT_PHP_WEB= yes IGNORE_WITH_PHP=4 -USE_PHP= session gettext xml gd pcre +USE_PHP= session gettext xml gd pcre tokenizer USE_GETTEXT= yes .if exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/simplexml.so) || !exists(${PHPBASE}/lib/php/${PHP_EXT_DIR}/dom.so) --- pivotx-2.2.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 08:20:26 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 383101065677; Thu, 4 Aug 2011 08:20:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10C7A8FC1A; Thu, 4 Aug 2011 08:20:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p748KPNW063091; Thu, 4 Aug 2011 08:20:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p748KPZO063085; Thu, 4 Aug 2011 08:20:25 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 08:20:25 GMT Message-Id: <201108040820.p748KPZO063085@freefall.freebsd.org> To: hans@nordhaug.priv.no, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 08:20:26 -0000 Synopsis: [PATCH] www/pivotx: Added php5-tokenizer as a requirement State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Aug 4 08:20:25 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159514 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 08: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 EF4921065672 for ; Thu, 4 Aug 2011 08: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 DF2058FC19 for ; Thu, 4 Aug 2011 08: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 p748UFe2072359 for ; Thu, 4 Aug 2011 08: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 p748UFMD072356; Thu, 4 Aug 2011 08:30:15 GMT (envelope-from gnats) Date: Thu, 4 Aug 2011 08:30:15 GMT Message-Id: <201108040830.p748UFMD072356@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement 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, 04 Aug 2011 08:30:16 -0000 The following reply was made to PR ports/159514; it has been noted by GNATS. From: Edwin Groothuis To: fumifumi@abacustech.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/159514: [PATCH] www/pivotx: Added php5-tokenizer as a requirement Date: Thu, 4 Aug 2011 08:20:21 UT Maintainer of www/pivotx, Please note that PR ports/159514 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/159514 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 12:10:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44987106564A for ; Thu, 4 Aug 2011 12:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3416B8FC0A for ; Thu, 4 Aug 2011 12:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p74CAFIW077848 for ; Thu, 4 Aug 2011 12:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74CAFDp077847; Thu, 4 Aug 2011 12:10:15 GMT (envelope-from gnats) Date: Thu, 4 Aug 2011 12:10:15 GMT Message-Id: <201108041210.p74CAFDp077847@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eric Crist Cc: Subject: Re: ports/159419: audio/freeswitch-sounds audio too soft X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 12:10:15 -0000 The following reply was made to PR ports/159419; it has been noted by GNATS. From: Eric Crist To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159419: audio/freeswitch-sounds audio too soft Date: Thu, 4 Aug 2011 06:52:37 -0500 The scaling done in the port Makefile is exactly what's done by the = Freeswitch developers when they roll out their audio files. For that = reason, I've chosen to leave the port the way it is. That being said, when I next update the port, we will not be using sox = to scale the audio, and will just be pulling all the various bitrates = from the Freeswitch server, instead, with an option to scale being = presented, for those not wanting to use bandwidth. At that time I may = offer the option. Eric Crist On Aug 3, 2011, at 11:20:18, Edwin Groothuis wrote: > Maintainer of audio/freeswitch-sounds, >=20 > Please note that PR ports/159419 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/159419 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >=20 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 16:06: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 94B861065680; Thu, 4 Aug 2011 16:06:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD5F8FC15; Thu, 4 Aug 2011 16:06: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 p74G66s8098050; Thu, 4 Aug 2011 16:06:06 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74G660U098046; Thu, 4 Aug 2011 16:06:06 GMT (envelope-from amdmi3) Date: Thu, 4 Aug 2011 16:06:06 GMT Message-Id: <201108041606.p74G660U098046@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/159387: [Update] emulators/visualboyadvance-m to r1001 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 04 Aug 2011 16:06:06 -0000 Synopsis: [Update] emulators/visualboyadvance-m to r1001 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Thu Aug 4 16:06:05 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159387 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 17: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 CEBB6106567B for ; Thu, 4 Aug 2011 17: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 934EA8FC20 for ; Thu, 4 Aug 2011 17: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 p74HKBLg063538 for ; Thu, 4 Aug 2011 17: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 p74HKBtf063537; Thu, 4 Aug 2011 17:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 17:20:11 GMT Resent-Message-Id: <201108041720.p74HKBtf063537@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Riggs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB7F7106564A for ; Thu, 4 Aug 2011 17:18:04 +0000 (UTC) (envelope-from postmaster@christianserving.org) Received: from zion.christianserving.org (zion.christianserving.org [66.128.242.154]) by mx1.freebsd.org (Postfix) with ESMTP id 94A4D8FC19 for ; Thu, 4 Aug 2011 17:18:04 +0000 (UTC) Received: by zion.christianserving.org (Postfix, from userid 0) id B43F2225A44; Thu, 4 Aug 2011 12:18:03 -0500 (CDT) Message-Id: <20110804171803.B43F2225A44@zion.christianserving.org> Date: Thu, 4 Aug 2011 12:18:03 -0500 (CDT) From: Jim Riggs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159515: [MAINTAINER] net-mgmt/zabbix-server: update to 1.8.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 17:20:11 -0000 >Number: 159515 >Category: ports >Synopsis: [MAINTAINER] net-mgmt/zabbix-server: update to 1.8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 17:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jim Riggs >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD portwork 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 1.8.6 Added file(s): - files/patch-create_data_data.sql Removed file(s): - files/patch-src_libs_zbxcomms_comms.c Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- zabbix-server-1.8.6,2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/Makefile /root/zabbix-server/Makefile --- /usr/ports/net-mgmt/zabbix-server/Makefile 2011-07-28 07:43:19.000000000 -0500 +++ /root/zabbix-server/Makefile 2011-08-04 11:29:43.460018705 -0500 @@ -6,8 +6,7 @@ # PORTNAME= zabbix -PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTVERSION= 1.8.6 PORTEPOCH= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -47,9 +46,10 @@ MAKE_ARGS+= ARCH=freebsd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .if ${ZABBIX_BUILD} != "agent" +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp \ execinfo:${PORTSDIR}/devel/libexecinfo @@ -139,9 +139,9 @@ post-patch: @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ - | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g' \ - && ${FIND} ${WRKSRC} -type f -name '*.bak' -exec ${RM} -f {} + + | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g' @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' ${WRKSRC}/misc/conf/${PORTNAME}_*.conf + @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) -exec ${RM} -f {} + .if ${ZABBIX_BUILD} != "agent" .ifdef WITHOUT_FPING diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/distinfo /root/zabbix-server/distinfo --- /usr/ports/net-mgmt/zabbix-server/distinfo 2011-04-22 10:07:36.000000000 -0500 +++ /root/zabbix-server/distinfo 2011-08-04 09:50:32.557871350 -0500 @@ -1,2 +1,2 @@ -SHA256 (zabbix-1.8.5.tar.gz) = 885b9f1953c3f6aa1f13760340b3d23d6e01287dc46e6e241c964aec7a38ef32 -SIZE (zabbix-1.8.5.tar.gz) = 4184672 +SHA256 (zabbix-1.8.6.tar.gz) = 9e1b778c17f98b816324332675b910c9ce6e4d184c955b9cee82b6b25371a729 +SIZE (zabbix-1.8.6.tar.gz) = 4204545 diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/files/patch-create_data_data.sql /root/zabbix-server/files/patch-create_data_data.sql --- /usr/ports/net-mgmt/zabbix-server/files/patch-create_data_data.sql 1969-12-31 18:00:00.000000000 -0600 +++ /root/zabbix-server/files/patch-create_data_data.sql 2011-08-04 09:50:05.004591396 -0500 @@ -0,0 +1,13 @@ +--- create/data/data.sql.orig 2011-08-04 09:48:23.785558036 -0500 ++++ create/data/data.sql 2011-08-04 09:48:41.277736192 -0500 +@@ -27,8 +27,8 @@ + -- Dumping data for table `scripts` + -- + +-INSERT INTO scripts VALUES (1,'Ping','/bin/ping -c 3 {HOST.CONN}',2,0,0); +-INSERT INTO scripts VALUES (2,'Traceroute','/usr/bin/traceroute {HOST.CONN}',2,0,0); ++INSERT INTO scripts VALUES (1,'Ping','/sbin/ping -c 3 {HOST.CONN}',2,0,0); ++INSERT INTO scripts VALUES (2,'Traceroute','/usr/sbin/traceroute {HOST.CONN}',2,0,0); + + -- + -- Dumping data for table `users` diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/files/patch-src_libs_zbxcomms_comms.c /root/zabbix-server/files/patch-src_libs_zbxcomms_comms.c --- /usr/ports/net-mgmt/zabbix-server/files/patch-src_libs_zbxcomms_comms.c 2011-04-22 10:07:36.000000000 -0500 +++ /root/zabbix-server/files/patch-src_libs_zbxcomms_comms.c 1969-12-31 18:00:00.000000000 -0600 @@ -1,24 +0,0 @@ ---- src/libs/zbxcomms/comms.c.orig 2011-04-15 14:17:29.000000000 -0500 -+++ src/libs/zbxcomms/comms.c 2011-04-22 09:47:38.403907930 -0500 -@@ -756,19 +756,14 @@ - ip ? ip : "-", port, zbx_sock_last_error(), strerror_from_system(zbx_sock_last_error())); - } - --#if defined(IPV6_V6ONLY) --#ifdef _WINDOWS -+#if defined(IPPROTO_IPV6) && defined(IPV6_V6ONLY) - if (PF_INET6 == current_ai->ai_family && - ZBX_TCP_ERROR == setsockopt(s->sockets[s->num_socks], IPPROTO_IPV6, IPV6_V6ONLY, (void *)&on, sizeof(on))) --#else -- if (PF_INET6 == current_ai->ai_family && -- ZBX_TCP_ERROR == setsockopt(s->sockets[s->num_socks], SOL_IPV6, IPV6_V6ONLY, (void *)&on, sizeof(on))) --#endif - { - zbx_set_tcp_strerror("setsockopt() with IPV6_V6ONLY for [[%s]:%s] failed with error %d: %s", - ip ? ip : "-", port, zbx_sock_last_error(), strerror_from_system(zbx_sock_last_error())); - } --#endif /* IPV6_V6ONLY */ -+#endif - - if (ZBX_TCP_ERROR == bind(s->sockets[s->num_socks], current_ai->ai_addr, current_ai->ai_addrlen)) - { diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/pkg-plist.frontend /root/zabbix-server/pkg-plist.frontend --- /usr/ports/net-mgmt/zabbix-server/pkg-plist.frontend 2011-04-22 10:07:36.000000000 -0500 +++ /root/zabbix-server/pkg-plist.frontend 2011-08-04 11:59:15.873915162 -0500 @@ -19,6 +19,7 @@ %%WWWDIR%%/api/classes/class.chostgroup.php %%WWWDIR%%/api/classes/class.cimage.php %%WWWDIR%%/api/classes/class.citem.php +%%WWWDIR%%/api/classes/class.citemkey.php %%WWWDIR%%/api/classes/class.cmaintenance.php %%WWWDIR%%/api/classes/class.cmap.php %%WWWDIR%%/api/classes/class.cmediatype.php --- zabbix-server-1.8.6,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 17:20:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B65E106567D for ; Thu, 4 Aug 2011 17:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2090A8FC22 for ; Thu, 4 Aug 2011 17: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 p74HKCmK063550 for ; Thu, 4 Aug 2011 17: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 p74HKBVC063549; Thu, 4 Aug 2011 17:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 17:20:11 GMT Resent-Message-Id: <201108041720.p74HKBVC063549@freefall.freebsd.org> 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 Zaykov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A43B1065672 for ; Thu, 4 Aug 2011 17:18:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8B23B8FC16 for ; Thu, 4 Aug 2011 17:18:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p74HIsHR065022 for ; Thu, 4 Aug 2011 17:18:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p74HIsPD065021; Thu, 4 Aug 2011 17:18:54 GMT (envelope-from nobody) Message-Id: <201108041718.p74HIsPD065021@red.freebsd.org> Date: Thu, 4 Aug 2011 17:18:54 GMT From: Sergey Zaykov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159516: [patch] Port comms/mlan3 update to 310r2 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, 04 Aug 2011 17:20:12 -0000 >Number: 159516 >Category: ports >Synopsis: [patch] Port comms/mlan3 update to 310r2 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 17:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sergey Zaykov >Release: 8.2-RELEASE-p1 >Organization: TSU >Environment: >Description: iButton 1-Wire Public Domain Kit Version 3.10 is released. The version 3.10r2 is now offers. Port is updated for using this version. >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: # # 310.diff # echo x - 310.diff sed 's/^X//' >310.diff << '89579838a002ff196c3969b9d2fdd7bf' X--- Makefile.orig 2011-08-04 20:41:06.000000000 +0400 X+++ Makefile 2011-08-04 20:54:54.000000000 +0400 X@@ -6,13 +6,14 @@ X # X X PORTNAME= mlan3 X-PORTVERSION= 1.00 X+PORTVERSION= 1.01 X CATEGORIES= comms X-MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ X-DISTNAME= owpd300b X+MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/\ X+ http://files.dalsemi.com/auto_id/public/ X+DISTNAME= owpd310r2 X X MAINTAINER= ports@FreeBSD.org X-COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices X+COMMENT= Version 3.10 API for Dallas Semiconductors (now Maxmim) 1-wire lan devices X X NO_WRKSUBDIR= yes X USE_ZIP= yes 89579838a002ff196c3969b9d2fdd7bf exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 17:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1BA0106567C for ; Thu, 4 Aug 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 CB0088FC1B for ; Thu, 4 Aug 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 p74HoAt6090814 for ; Thu, 4 Aug 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 p74HoATI090813; Thu, 4 Aug 2011 17:50:10 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 17:50:10 GMT Resent-Message-Id: <201108041750.p74HoATI090813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C6D9106566C for ; Thu, 4 Aug 2011 17:48:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0B7FA8FC0A for ; Thu, 4 Aug 2011 17:48:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p74HmDQm019276 for ; Thu, 4 Aug 2011 17:48:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p74HmDWk019275; Thu, 4 Aug 2011 17:48:13 GMT (envelope-from nobody) Message-Id: <201108041748.p74HmDWk019275@red.freebsd.org> Date: Thu, 4 Aug 2011 17:48:13 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159517: [UPDATE] x11/xfce4-screenshooter-plugin to 1.8.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, 04 Aug 2011 17:50:11 -0000 >Number: 159517 >Category: ports >Synopsis: [UPDATE] x11/xfce4-screenshooter-plugin to 1.8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 17:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2011-July/028992.html - Sort PKG-PLIST >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/x11/xfce4-screenshooter-plugin/Makefile xfce4-screenshooter-plugin/Makefile --- /usr/ports/x11/xfce4-screenshooter-plugin/Makefile 2011-03-03 11:12:27.000000000 +0100 +++ xfce4-screenshooter-plugin/Makefile 2011-08-04 19:34:00.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= xfce4-screenshooter-plugin -PORTVERSION= 1.7.9 -PORTREVISION= 2 +PORTVERSION= 1.8.0 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -26,7 +25,9 @@ USE_GMAKE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel libutil libgui +USE_XFCE= configenv libexo panel libutil libmenu +USE_XORG= xext xfixes + MAN1= xfce4-screenshooter.1 .include diff -urN /usr/ports/x11/xfce4-screenshooter-plugin/distinfo xfce4-screenshooter-plugin/distinfo --- /usr/ports/x11/xfce4-screenshooter-plugin/distinfo 2011-03-03 11:12:27.000000000 +0100 +++ xfce4-screenshooter-plugin/distinfo 2011-08-04 19:15:19.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-screenshooter-1.7.9.tar.bz2) = c895e0bb8371ec2922133e4d886dfdb401470fd8081162316e2bbc264d1f3358 -SIZE (xfce4/xfce4-screenshooter-1.7.9.tar.bz2) = 1352359 +SHA256 (xfce4/xfce4-screenshooter-1.8.0.tar.bz2) = 68748a42ae68c5a8e9ed1c14ec5c741a344ab30b5b325b8812220539548ad83e +SIZE (xfce4/xfce4-screenshooter-1.8.0.tar.bz2) = 1388562 diff -urN /usr/ports/x11/xfce4-screenshooter-plugin/files/patch-Makefile.in xfce4-screenshooter-plugin/files/patch-Makefile.in --- /usr/ports/x11/xfce4-screenshooter-plugin/files/patch-Makefile.in 2010-06-05 22:45:48.000000000 +0200 +++ xfce4-screenshooter-plugin/files/patch-Makefile.in 2011-08-04 19:15:19.000000000 +0200 @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2010-02-07 14:45:15.000000000 +0100 -+++ Makefile.in 2010-02-09 11:06:42.000000000 +0100 -@@ -523,9 +523,9 @@ +--- Makefile.in.orig 2011-07-31 23:32:36.000000000 +0200 ++++ Makefile.in 2011-08-04 18:51:07.000000000 +0200 +@@ -589,9 +589,9 @@ # Asturian documentation @@ -12,7 +12,7 @@ astimages_DATA = \ docs/manual/ast/images/xfce4-screenshooter-dialog1.png \ docs/manual/ast/images/xfce4-screenshooter-dialog2.png \ -@@ -534,9 +534,9 @@ +@@ -600,9 +600,9 @@ # C documentation @@ -24,7 +24,7 @@ cimages_DATA = \ docs/manual/C/images/xfce4-screenshooter-dialog1.png \ docs/manual/C/images/xfce4-screenshooter-dialog2.png \ -@@ -545,9 +545,9 @@ +@@ -611,9 +611,9 @@ # Catalan documentation @@ -36,7 +36,7 @@ caimages_DATA = \ docs/manual/ca/images/xfce4-screenshooter-dialog1.png \ docs/manual/ca/images/xfce4-screenshooter-dialog2.png \ -@@ -556,9 +556,9 @@ +@@ -622,9 +622,9 @@ # Danish documentation @@ -48,7 +48,7 @@ daimages_DATA = \ docs/manual/da/images/xfce4-screenshooter-dialog1.png \ docs/manual/da/images/xfce4-screenshooter-dialog2.png \ -@@ -567,9 +567,9 @@ +@@ -633,9 +633,9 @@ # Portuguese documentation @@ -60,7 +60,7 @@ ptimages_DATA = \ docs/manual/pt/images/xfce4-screenshooter-dialog1.png \ docs/manual/pt/images/xfce4-screenshooter-dialog2.png \ -@@ -578,9 +578,9 @@ +@@ -644,9 +644,9 @@ # Spanish documentation @@ -72,7 +72,7 @@ esimages_DATA = \ docs/manual/es/images/xfce4-screenshooter-dialog1.png \ docs/manual/es/images/xfce4-screenshooter-dialog2.png \ -@@ -589,9 +589,9 @@ +@@ -655,9 +655,9 @@ # French documentation @@ -84,7 +84,7 @@ frimages_DATA = \ docs/manual/fr/images/xfce4-screenshooter-dialog1.png \ docs/manual/fr/images/xfce4-screenshooter-dialog2.png \ -@@ -600,9 +600,9 @@ +@@ -666,9 +666,9 @@ # Galician documentation @@ -96,7 +96,7 @@ glimages_DATA = \ docs/manual/gl/images/xfce4-screenshooter-dialog1.png \ docs/manual/gl/images/xfce4-screenshooter-dialog2.png \ -@@ -611,9 +611,9 @@ +@@ -677,9 +677,9 @@ # Indonesian documentation @@ -108,7 +108,7 @@ idimages_DATA = \ docs/manual/id/images/xfce4-screenshooter-dialog1.png \ docs/manual/id/images/xfce4-screenshooter-dialog2.png \ -@@ -622,9 +622,9 @@ +@@ -688,9 +688,9 @@ # Italian documentation @@ -120,7 +120,7 @@ itimages_DATA = \ docs/manual/it/images/xfce4-screenshooter-dialog1.png \ docs/manual/it/images/xfce4-screenshooter-dialog2.png \ -@@ -633,9 +633,9 @@ +@@ -699,9 +699,9 @@ # Japanese documentation @@ -132,7 +132,7 @@ jaimages_DATA = \ docs/manual/ja/images/xfce4-screenshooter-dialog1.png \ docs/manual/ja/images/xfce4-screenshooter-dialog2.png \ -@@ -644,9 +644,9 @@ +@@ -710,9 +710,9 @@ # Turkish documentation @@ -144,7 +144,7 @@ trimages_DATA = \ docs/manual/tr/images/xfce4-screenshooter-dialog1.png \ docs/manual/tr/images/xfce4-screenshooter-dialog2.png \ -@@ -655,9 +655,9 @@ +@@ -721,9 +721,9 @@ # Siplified Chinese documentation diff -urN /usr/ports/x11/xfce4-screenshooter-plugin/pkg-plist xfce4-screenshooter-plugin/pkg-plist --- /usr/ports/x11/xfce4-screenshooter-plugin/pkg-plist 2010-06-25 00:04:24.000000000 +0200 +++ xfce4-screenshooter-plugin/pkg-plist 2011-08-04 19:15:19.000000000 +0200 @@ -1,46 +1,6 @@ bin/xfce4-screenshooter libexec/xfce4/panel-plugins/xfce4-screenshooter-plugin -%%NLS%%share/applications/xfce4-screenshooter.desktop -share/icons/hicolor/48x48/apps/applets-screenshooter.png -share/icons/hicolor/scalable/apps/applets-screenshooter.svg -%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo +share/applications/xfce4-screenshooter.desktop %%DOCSDIR%%/C/images/xfce4-screenshooter-dialog1.png %%DOCSDIR%%/C/images/xfce4-screenshooter-dialog2.png %%DOCSDIR%%/C/images/xfce4-screenshooter-zimagez-login-dialog.png @@ -106,10 +66,65 @@ %%DOCSDIR%%/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png %%DOCSDIR%%/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png %%DOCSDIR%%/zh_CN/xfce4-screenshooter.html +share/icons/hicolor/48x48/apps/applets-screenshooter.png +share/icons/hicolor/scalable/apps/applets-screenshooter.svg +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo share/xfce4/panel-plugins/screenshooter.desktop @dirrmtry share/xfce4/panel-plugins -@dirrmtry libexec/xfce4/panel-plugins -@dirrmtry libexec/xfce4 +@dirrmtry share/xfce4 +%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur_PK +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast @dirrm %%DOCSDIR%%/zh_CN/images @dirrm %%DOCSDIR%%/zh_CN @dirrm %%DOCSDIR%%/tr/images @@ -137,7 +152,5 @@ @dirrm %%DOCSDIR%%/C/images @dirrm %%DOCSDIR%%/C @dirrm %%DOCSDIR%% -@dirrmtry share/locale/ur_PK/LC_MESSAGES -@dirrmtry share/locale/ur_PK -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur +@dirrmtry libexec/xfce4/panel-plugins +@dirrmtry libexec/xfce4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 17:50: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 A7D8A10656D4; Thu, 4 Aug 2011 17:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80CC38FC1A; Thu, 4 Aug 2011 17:50: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 p74HoL5n091334; Thu, 4 Aug 2011 17:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74HoLn2091323; Thu, 4 Aug 2011 17:50:21 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 17:50:21 GMT Message-Id: <201108041750.p74HoLn2091323@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159517: [UPDATE] x11/xfce4-screenshooter-plugin to 1.8.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, 04 Aug 2011 17:50:21 -0000 Synopsis: [UPDATE] x11/xfce4-screenshooter-plugin to 1.8.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 4 17:50:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159517 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 18: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 1B3C4106566B for ; Thu, 4 Aug 2011 18: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 E8DC68FC17 for ; Thu, 4 Aug 2011 18: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 p74IACpm007932 for ; Thu, 4 Aug 2011 18: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 p74IAC4t007931; Thu, 4 Aug 2011 18:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 18:10:12 GMT Resent-Message-Id: <201108041810.p74IAC4t007931@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D33F106564A for ; Thu, 4 Aug 2011 18:04: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 1DD378FC14 for ; Thu, 4 Aug 2011 18:04: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 p74I4dtQ037272 for ; Thu, 4 Aug 2011 18:04:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p74I4d6O037271; Thu, 4 Aug 2011 18:04:39 GMT (envelope-from nobody) Message-Id: <201108041804.p74I4d6O037271@red.freebsd.org> Date: Thu, 4 Aug 2011 18:04:39 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159518: [UPDATE] www/midori to 0.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 18:10:13 -0000 >Number: 159518 >Category: ports >Synopsis: [UPDATE] www/midori to 0.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 18:10:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2011-August/028993.html - Delete libidn in configure option, because by default it's enabled (libsoup > 2.27.90). Now, Midori needs webkit-gtk2 >= 1.2.7 (minimal version). Perhaps it's time to update this port. Note: Midori was tested with www/webkit-gtk2 (v1.4.2), taken from Marcuscom repository. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/www/midori/Makefile midori/Makefile --- /usr/ports/www/midori/Makefile 2011-05-16 19:57:25.000000000 +0200 +++ midori/Makefile 2011-08-04 19:46:29.000000000 +0200 @@ -7,7 +7,7 @@ # PORTNAME= midori -PORTVERSION= 0.3.6 +PORTVERSION= 0.4.0 CATEGORIES= www xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -28,8 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-libidn \ - --enable-libnotify \ +CONFIGURE_ARGS+=--enable-libnotify \ --enable-addons \ --enable-docs \ --jobs=${MAKE_JOBS_NUMBER} diff -u /usr/ports/www/midori/distinfo midori/distinfo --- /usr/ports/www/midori/distinfo 2011-05-16 19:57:25.000000000 +0200 +++ midori/distinfo 2011-08-04 19:43:17.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xfce4/midori-0.3.6.tar.bz2) = 5fb290ffde81e5e6b39a54d286f5732496bfda10ff65019189cc6bf8408f2410 -SIZE (xfce4/midori-0.3.6.tar.bz2) = 904370 +SHA256 (xfce4/midori-0.4.0.tar.bz2) = 0ac31b008b44e08cf0536a38405a0ecc2da7c28e3d549915325dbba74f74cd75 +SIZE (xfce4/midori-0.4.0.tar.bz2) = 913425 Common subdirectories: /usr/ports/www/midori/files and midori/files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 18: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 2A8C2106566C; Thu, 4 Aug 2011 18: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 037668FC0A; Thu, 4 Aug 2011 18: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 p74IAMBK008376; Thu, 4 Aug 2011 18: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 p74IAMq4008363; Thu, 4 Aug 2011 18:10:22 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 18:10:22 GMT Message-Id: <201108041810.p74IAMq4008363@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kwm@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159518: [UPDATE] www/midori to 0.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 18:10:23 -0000 Synopsis: [UPDATE] www/midori to 0.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->kwm Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 4 18:10:22 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159518 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 18:56:54 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5BE61065670; Thu, 4 Aug 2011 18:56:54 +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 8D2C68FC15; Thu, 4 Aug 2011 18:56: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 p74Iusjb053571; Thu, 4 Aug 2011 18:56:54 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74IusY3053567; Thu, 4 Aug 2011 18:56:54 GMT (envelope-from eadler) Date: Thu, 4 Aug 2011 18:56:54 GMT Message-Id: <201108041856.p74IusY3053567@freefall.freebsd.org> To: jhelfman@experts-exchange.com, eadler@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: ports/158847: [patch][maintainer-update] net-mgmt/virt-viewer: update to 0.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 18:56:54 -0000 Synopsis: [patch][maintainer-update] net-mgmt/virt-viewer: update to 0.4.0 State-Changed-From-To: open->closed State-Changed-By: eadler State-Changed-When: Thu Aug 4 18:56:54 UTC 2011 State-Changed-Why: Closed by submitter request http://www.freebsd.org/cgi/query-pr.cgi?pr=158847 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 19:00:31 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FD72106567A for ; Thu, 4 Aug 2011 19:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 046888FC16 for ; Thu, 4 Aug 2011 19: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 p74J0RTQ053668 for ; Thu, 4 Aug 2011 19: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 p74J0RIc053667; Thu, 4 Aug 2011 19:00:27 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 19:00:27 GMT Resent-Message-Id: <201108041900.p74J0RIc053667@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB4BD1065742 for ; Thu, 4 Aug 2011 18:52:54 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1DA8FC14 for ; Thu, 4 Aug 2011 18:52:54 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 451C86F5F1F for ; Thu, 4 Aug 2011 11:52:54 -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 k3YzVimdfUqk for ; Thu, 4 Aug 2011 11:52:54 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 1FC496F5F1E for ; Thu, 4 Aug 2011 11:52:54 -0700 (PDT) Received: (nullmailer pid 27218 invoked by uid 1001); Thu, 04 Aug 2011 18:52:11 -0000 Message-Id: <1312483931.293743.27217.nullmailer@experts-exchange.com> Date: Thu, 04 Aug 2011 11:52:11 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159519: [patch][maintainer-update] net-mgmt/virt-viewer: update to 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 19:00:31 -0000 >Number: 159519 >Category: ports >Synopsis: [patch][maintainer-update] net-mgmt/virt-viewer: update to 0.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 19:00:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to 0.4.1 Builds clealy in Tinderbox New in this release: - Remove bogus use of AM_GLIB_GNU_GETTEXT macro to try to facilitate BSD builds - Support multiple monitors with SPICE and QXL drivers - Don't hardcode SSH port to 22 when tunnelling >How-To-Repeat: >Fix: Index: virt-viewer/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/net-mgmt/virt-viewer/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- virt-viewer/Makefile 8 Jul 2011 19:41:22 -0000 1.1 +++ virt-viewer/Makefile 4 Aug 2011 18:35:55 -0000 @@ -6,19 +6,22 @@ # PORTNAME= virt-viewer -PORTVERSION= 0.2.0 +PORTVERSION= 0.4.1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ MAINTAINER= jhelfman@experts-exchange.com COMMENT= Provides a graphical viewer for a guest OS display -BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 +BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ + intltoolize:${PORTSDIR}/textproc/intltool LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt \ gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc GNU_CONFIGURE= yes +CONFIGURE_ENV+= DATADIRNAME=share USE_GMAKE= yes +PLIST_SUB= NLS="" MAN1= virt-viewer.1 Index: virt-viewer/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/net-mgmt/virt-viewer/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- virt-viewer/distinfo 8 Jul 2011 19:41:22 -0000 1.1 +++ virt-viewer/distinfo 4 Aug 2011 16:07:32 -0000 @@ -1,2 +1,2 @@ -SHA256 (virt-viewer-0.2.0.tar.gz) = 9772a9e2b55f7d4eeae012964c594c4f96129b130ed34004fa42033bc9ad1352 -SIZE (virt-viewer-0.2.0.tar.gz) = 329012 +SHA256 (virt-viewer-0.4.1.tar.gz) = fef6b0f9f65f615d94cfa19f2198985bfd1cfa944ac56156ea45738488283af1 +SIZE (virt-viewer-0.4.1.tar.gz) = 436317 Index: virt-viewer/pkg-plist =================================================================== RCS file: /home/jhelfman/ncvs/ports/net-mgmt/virt-viewer/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- virt-viewer/pkg-plist 8 Jul 2011 19:41:22 -0000 1.1 +++ virt-viewer/pkg-plist 12 Jul 2011 23:06:11 -0000 @@ -1,7 +1,30 @@ -@comment $FreeBSD: ports/net-mgmt/virt-viewer/pkg-plist,v 1.1 2011/07/08 19:41:22 decke Exp $ bin/virt-viewer -%%DATADIR%%/ui/about.glade -%%DATADIR%%/ui/auth.glade -%%DATADIR%%/ui/viewer.glade +%%NLS%%share/locale/as/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/bn_IN/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/de/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/es/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/fr/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/gu/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/hi/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/hu/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/it/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ja/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/kn/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ko/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ml/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/mr/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/or/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/pa/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/pl/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ru/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/ta/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/te/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/uk/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/virt-viewer.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/virt-viewer.mo +%%DATADIR%%/ui/virt-viewer-about.xml +%%DATADIR%%/ui/virt-viewer-auth.xml +%%DATADIR%%/ui/virt-viewer.xml @dirrm %%DATADIR%%/ui @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 20:26:45 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 BC79D1065672 for ; Thu, 4 Aug 2011 20:26:45 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8687E8FC16 for ; Thu, 4 Aug 2011 20:26:45 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.5/8.14.5) with ESMTP id p74K67L9003959 for ; Thu, 4 Aug 2011 13:06:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.5/8.14.4/Submit) id p74K67qn003958 for freebsd-ports-bugs@FreeBSD.org; Thu, 4 Aug 2011 13:06:07 -0700 (PDT) (envelope-from obrien) Date: Thu, 4 Aug 2011 13:06:07 -0700 From: "David O'Brien" To: freebsd-ports-bugs@FreeBSD.org Message-ID: <20110804200607.GE3964@dragon.NUXI.org> References: <201107210920.p6L9KOfJ030042@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201107210920.p6L9KOfJ030042@freefall.freebsd.org> X-Operating-System: FreeBSD 9.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: ports/159079: [PATCH] misc/figlet: update to 2.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 20:26:45 -0000 Hi Sunpoet, Thank you for the PR submission. I will have to look closely at version 2.2.4. I have explicitly not upgraded Figlet to 2.2.2, and will have to see what is different 2.2.2->2.2.4. -- -- David (obrien@FreeBSD.org) From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 21:22: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 60189106566C; Thu, 4 Aug 2011 21:22:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 380818FC14; Thu, 4 Aug 2011 21:22: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 p74LM7t7091752; Thu, 4 Aug 2011 21:22:07 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74LM7wW091748; Thu, 4 Aug 2011 21:22:07 GMT (envelope-from rene) Date: Thu, 4 Aug 2011 21:22:07 GMT Message-Id: <201108042122.p74LM7wW091748@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Cc: Subject: Re: ports/159328: [PATCH] fix math/ggobi to build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 21:22:07 -0000 Synopsis: [PATCH] fix math/ggobi to build with clang Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Thu Aug 4 21:21:55 UTC 2011 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=159328 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 21:30:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 293EE10656AB for ; Thu, 4 Aug 2011 21:30: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 816EA8FC1C for ; Thu, 4 Aug 2011 21:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p74LU6Aj091954 for ; Thu, 4 Aug 2011 21:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74LU6IS091952; Thu, 4 Aug 2011 21:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 21:30:06 GMT Resent-Message-Id: <201108042130.p74LU6IS091952@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6141106564A for ; Thu, 4 Aug 2011 21:20:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7FC8FC0A for ; Thu, 4 Aug 2011 21:20:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p74LKgUi087546 for ; Thu, 4 Aug 2011 21:20:42 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74LKguf087545; Thu, 4 Aug 2011 21:20:42 GMT (envelope-from dougb) Message-Id: <201108042120.p74LKguf087545@freefall.freebsd.org> Date: Thu, 4 Aug 2011 21:20:42 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159520: Upgrade security/gnupg to 2.0.18, minor port improvements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 21:30:16 -0000 >Number: 159520 >Category: ports >Synopsis: Upgrade security/gnupg to 2.0.18, minor port improvements >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 Aug 04 21:30:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: Upgrade to version 2.0.18 which has the following new features: * Support the SSH confirm flag and show SSH fingerprints in ssh related pinentries. * Improved dirmngr/gpgsm interaction for OCSP. * Allow generation of card keys up to 4096 bit. For the port: * Remove patch that was incorporated into this release * Remove redundant BUILD_DEPENDS * Patching should be done in a -patch target. Silence the REINPLACE >How-To-Repeat: DNA >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/gnupg/Makefile,v retrieving revision 1.140 diff -u -r1.140 Makefile --- Makefile 14 Jul 2011 08:18:59 -0000 1.140 +++ Makefile 4 Aug 2011 21:04:01 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 2.0.17 -PORTREVISION= 3 +PORTVERSION= 2.0.18 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -17,7 +16,6 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard -BUILD_DEPENDS= libksba>=1.2.0:${PORTSDIR}/security/libksba LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ @@ -115,10 +113,10 @@ verify: checksum gpg2 --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig -pre-configure: - ${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" ${CONFIGURE_SUB} \ +post-patch: + @${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" ${CONFIGURE_SUB} \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure - ${REINPLACE_CMD} -e "/#include /d" \ + @${REINPLACE_CMD} -e "/#include /d" \ ${WRKSRC}/tools/symcryptrun.c post-install: Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/gnupg/distinfo,v retrieving revision 1.53 diff -u -r1.53 distinfo --- distinfo 8 Feb 2011 03:40:15 -0000 1.53 +++ distinfo 4 Aug 2011 21:04:01 -0000 @@ -1,4 +1,4 @@ -SHA256 (gnupg-2.0.17.tar.bz2) = ea649d5ecb2f97cc8d81c5796c6ad8d7d8581f9554241c39d2b11ab12139eea6 -SIZE (gnupg-2.0.17.tar.bz2) = 3997356 -SHA256 (gnupg-2.0.17.tar.bz2.sig) = 27918acebd48f93e3042c3b6f6396182bee2c9a5f0448d2063ce73986bb748ff -SIZE (gnupg-2.0.17.tar.bz2.sig) = 287 +SHA256 (gnupg-2.0.18.tar.bz2) = 48aedd762ca443fb952a9e859efe3c66706d7c2c9c77c32dbdbac4fe962dae5b +SIZE (gnupg-2.0.18.tar.bz2) = 4016606 +SHA256 (gnupg-2.0.18.tar.bz2.sig) = 9238f90e17589a421e6ba5c5d7bd9f68fbd1f1553198a3448fbdc887a38b975d +SIZE (gnupg-2.0.18.tar.bz2.sig) = 287 Index: files/patch-g10__pkglue.c =================================================================== RCS file: files/patch-g10__pkglue.c diff -N files/patch-g10__pkglue.c --- files/patch-g10__pkglue.c 14 Jul 2011 08:19:00 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- g10/pkglue.c.orig 2011-01-09 14:06:16.000000000 -0800 -+++ g10/pkglue.c 2011-07-12 21:32:41.000000000 -0700 -@@ -34,10 +34,10 @@ - { - gcry_sexp_t list; - gcry_mpi_t data; -- -+ - list = gcry_sexp_find_token (sexp, item, 0); - assert (list); -- data = gcry_sexp_nth_mpi (list, 1, 0); -+ data = gcry_sexp_nth_mpi (list, 1, GCRYMPI_FMT_USG); - assert (data); - gcry_sexp_release (list); - return data; -@@ -293,7 +293,7 @@ - if (rc) - return rc; - -- *result = gcry_sexp_nth_mpi (s_plain, 0, 0); -+ *result = gcry_sexp_nth_mpi (s_plain, 0, GCRYMPI_FMT_USG); - gcry_sexp_release (s_plain); - if (!*result) - return -1; /* oops */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 21:30:27 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF16E1065673; Thu, 4 Aug 2011 21: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 977CB8FC14; Thu, 4 Aug 2011 21: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 p74LURHY093963; Thu, 4 Aug 2011 21: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 p74LURrm093950; Thu, 4 Aug 2011 21:30:27 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 21:30:27 GMT Message-Id: <201108042130.p74LURrm093950@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159520: Upgrade security/gnupg to 2.0.18, minor port 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: Thu, 04 Aug 2011 21:30:27 -0000 Synopsis: Upgrade security/gnupg to 2.0.18, minor port improvements Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 4 21:30:26 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159520 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 23:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5537F106564A for ; Thu, 4 Aug 2011 23:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26B938FC15 for ; Thu, 4 Aug 2011 23:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p74No8Ci020789 for ; Thu, 4 Aug 2011 23:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74No85H020788; Thu, 4 Aug 2011 23:50:08 GMT (envelope-from gnats) Resent-Date: Thu, 4 Aug 2011 23:50:08 GMT Resent-Message-Id: <201108042350.p74No85H020788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julien Laffaye Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F275106564A; Thu, 4 Aug 2011 23:43:30 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE228FC0A; Thu, 4 Aug 2011 23:43:29 +0000 (UTC) Received: by wwi36 with SMTP id 36so906824wwi.31 for ; Thu, 04 Aug 2011 16:43:28 -0700 (PDT) Received: by 10.216.169.4 with SMTP id m4mr1420678wel.67.1312501407638; Thu, 04 Aug 2011 16:43:27 -0700 (PDT) Received: from localhost (esc31-1-78-245-92-55.fbx.proxad.net [78.245.92.55]) by mx.google.com with ESMTPS id o19sm1854737wbh.43.2011.08.04.16.43.26 (version=SSLv3 cipher=OTHER); Thu, 04 Aug 2011 16:43:26 -0700 (PDT) Message-Id: <4e3b2e9e.533ce30a.35d3.77b1@mx.google.com> Date: Thu, 04 Aug 2011 16:43:26 -0700 (PDT) From: Julien Laffaye Sender: Julien Laffaye To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sunpoet@FreeBSD.org Subject: ports/159521: [PATCH] multimedia/quvi: update to 0.2.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 23:50:08 -0000 >Number: 159521 >Category: ports >Synopsis: [PATCH] multimedia/quvi: update to 0.2.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 04 23:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Julien Laffaye >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD chulak.jlaffaye.net 8.2-STABLE FreeBSD 8.2-STABLE #0 r223263: Sat Jun 18 20:03:31 BST >Description: - Update to 0.2.19 (fixes recent youtube breakage) Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- quvi-0.2.19.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/quvi/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 21 Jul 2011 09:12:54 -0000 1.22 +++ Makefile 4 Aug 2011 23:42:36 -0000 @@ -6,7 +6,7 @@ # PORTNAME= quvi -PORTVERSION= 0.2.18 +PORTVERSION= 0.2.19 CATEGORIES= multimedia devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/ \ GOOGLE_CODE Index: distinfo =================================================================== RCS file: /home/pcvs/ports/multimedia/quvi/distinfo,v retrieving revision 1.17 diff -u -u -r1.17 distinfo --- distinfo 21 Jul 2011 09:12:54 -0000 1.17 +++ distinfo 4 Aug 2011 23:42:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (quvi-0.2.18.tar.xz) = f25f712d4eed8b2e247414958931cc6f087ca74f08fa9c52c600b7b74570ee8a -SIZE (quvi-0.2.18.tar.xz) = 362032 +SHA256 (quvi-0.2.19.tar.xz) = 48bcdf2d58a7df8acd8c0562d3f485b2892902eb982a9d8eb279b273e722daeb +SIZE (quvi-0.2.19.tar.xz) = 363120 --- quvi-0.2.19.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 4 23:50:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9815106566C; Thu, 4 Aug 2011 23:50:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90BD18FC18; Thu, 4 Aug 2011 23:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p74NoIhX021301; Thu, 4 Aug 2011 23:50:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p74NoIvP021288; Thu, 4 Aug 2011 23:50:18 GMT (envelope-from edwin) Date: Thu, 4 Aug 2011 23:50:18 GMT Message-Id: <201108042350.p74NoIvP021288@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159521: [PATCH] multimedia/quvi: update to 0.2.19 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 23:50:18 -0000 Synopsis: [PATCH] multimedia/quvi: update to 0.2.19 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 4 23:50:18 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159521 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 01:38: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 C5C83106566C; Fri, 5 Aug 2011 01:38:29 +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 9C74B8FC12; Fri, 5 Aug 2011 01:38:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p751cTxC024835; Fri, 5 Aug 2011 01:38:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p751cTvL024831; Fri, 5 Aug 2011 01:38:29 GMT (envelope-from linimon) Date: Fri, 5 Aug 2011 01:38:29 GMT Message-Id: <201108050138.p751cTvL024831@freefall.freebsd.org> To: bug-followup@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159507: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 01:38:29 -0000 Synopsis: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Aug 5 01:37:30 UTC 2011 State-Changed-Why: Misfiled followup to ports/159505; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 5 01:37:30 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=159507 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 01: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 79E631065670 for ; Fri, 5 Aug 2011 01: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 ABA388FC16 for ; Fri, 5 Aug 2011 01:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p751eAMG025067 for ; Fri, 5 Aug 2011 01:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p751eAcv025066; Fri, 5 Aug 2011 01:40:10 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 01:40:10 GMT Message-Id: <201108050140.p751eAcv025066@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159507: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: linimon@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 01:40:11 -0000 The following reply was made to PR ports/159505; it has been noted by GNATS. From: linimon@FreeBSD.org To: bug-followup@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/159507: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr Date: Fri, 5 Aug 2011 01:38:29 GMT Synopsis: Re: ports/159505: [PATCH] x11/xclip: fix www link in pkg-descr State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Aug 5 01:37:30 UTC 2011 State-Changed-Why: Misfiled followup to ports/159505; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 5 01:37:30 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=159507 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 01:43:35 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 939D4106564A; Fri, 5 Aug 2011 01:43:35 +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 699758FC12; Fri, 5 Aug 2011 01:43:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p751hZul033196; Fri, 5 Aug 2011 01:43:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p751hZu6033192; Fri, 5 Aug 2011 01:43:35 GMT (envelope-from linimon) Date: Fri, 5 Aug 2011 01:43:35 GMT Message-Id: <201108050143.p751hZu6033192@freefall.freebsd.org> To: aldis@bsdroot.lv, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159411: Re: cvs commit: ports/devel/avra Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 01:43:35 -0000 Synopsis: Re: cvs commit: ports/devel/avra Makefile State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Aug 5 01:43:17 UTC 2011 State-Changed-Why: Misfiled followup to ports/159385; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 5 01:43:17 UTC 2011 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=159411 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 02:47: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 5983C106564A; Fri, 5 Aug 2011 02:47:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30CB38FC12; Fri, 5 Aug 2011 02:47: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 p752lDN2088122; Fri, 5 Aug 2011 02:47:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p752lDrh088118; Fri, 5 Aug 2011 02:47:13 GMT (envelope-from linimon) Date: Fri, 5 Aug 2011 02:47:13 GMT Message-Id: <201108050247.p752lDrh088118@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159398: security/openssl: openssl slapd tls init def ctx failed: -1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 02:47:13 -0000 Old Synopsis: openssl slapd tls init def ctx failed: -1 New Synopsis: security/openssl: openssl slapd tls init def ctx failed: -1 Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 5 02:46:38 UTC 2011 Responsible-Changed-Why: dinoex, please can you figure out if this applies to the port, or base, or both? Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=159398 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 02: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 5ED2C106566B; Fri, 5 Aug 2011 02:56:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 359DE8FC16; Fri, 5 Aug 2011 02: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 p752uv9Y096730; Fri, 5 Aug 2011 02:56:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p752uuWZ096726; Fri, 5 Aug 2011 02:56:56 GMT (envelope-from linimon) Date: Fri, 5 Aug 2011 02:56:56 GMT Message-Id: <201108050256.p752uuWZ096726@freefall.freebsd.org> To: ecrist@secure-computing.net, durian@boogie.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159419: audio/freeswitch-sounds audio too soft X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 02:56:57 -0000 Synopsis: audio/freeswitch-sounds audio too soft State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Fri Aug 5 02:56:21 UTC 2011 State-Changed-Why: Maintainer wants to hold off making any changes until the next port update, but thanks for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=159419 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 04:54: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 0B1E7106566C; Fri, 5 Aug 2011 04:54:07 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D68CF8FC17; Fri, 5 Aug 2011 04:54: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 p754s6Aj006884; Fri, 5 Aug 2011 04:54:06 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p754s6GR006880; Fri, 5 Aug 2011 04:54:06 GMT (envelope-from vanilla) Date: Fri, 5 Aug 2011 04:54:06 GMT Message-Id: <201108050454.p754s6GR006880@freefall.freebsd.org> To: linpct@gmail.com, vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: vanilla@FreeBSD.org Cc: Subject: Re: ports/159410: [MAINTAINER] www/node: update to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 04:54:07 -0000 Synopsis: [MAINTAINER] www/node: update to 0.5.3 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Fri Aug 5 04:54:06 UTC 2011 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=159410 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 05: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 3AC191065677 for ; Fri, 5 Aug 2011 05: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 228DF8FC0C for ; Fri, 5 Aug 2011 05:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7550Qsc007128 for ; Fri, 5 Aug 2011 05: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 p7550PF1007126; Fri, 5 Aug 2011 05:00:25 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 05:00:25 GMT Message-Id: <201108050500.p7550PF1007126@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/159410: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 05:00:26 -0000 The following reply was made to PR ports/159410; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159410: commit references a PR Date: Fri, 5 Aug 2011 04:51:26 +0000 (UTC) vanilla 2011-08-05 04:51:18 UTC FreeBSD ports repository Modified files: www/node-devel Makefile distinfo pkg-plist www/node-devel/files patch-wafadmin-Node.py Added files: www/node-devel/files patch-SConstruct patch-deps-uv-config-unix.mk patch-uv-unix.c patch-wscript Removed files: www/node-devel/files patch-man-and-pkgconfig-path patch-platform-freebsd Log: Upgrade to 0.5.3. PR: ports/159410 Submitted by: maintainer Revision Changes Path 1.12 +7 -10 ports/www/node-devel/Makefile 1.11 +2 -2 ports/www/node-devel/distinfo 1.1 +11 -0 ports/www/node-devel/files/patch-SConstruct (new) 1.1 +13 -0 ports/www/node-devel/files/patch-deps-uv-config-unix.mk (new) 1.3 +0 -20 ports/www/node-devel/files/patch-man-and-pkgconfig-path (dead) 1.4 +0 -28 ports/www/node-devel/files/patch-platform-freebsd (dead) 1.1 +10 -0 ports/www/node-devel/files/patch-uv-unix.c (new) 1.2 +2 -2 ports/www/node-devel/files/patch-wafadmin-Node.py 1.1 +20 -0 ports/www/node-devel/files/patch-wscript (new) 1.4 +20 -2 ports/www/node-devel/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 Fri Aug 5 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 959811065672 for ; Fri, 5 Aug 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 75DCF8FC18 for ; Fri, 5 Aug 2011 05: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 p755KBSu030676 for ; Fri, 5 Aug 2011 05: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 p755KBcL030675; Fri, 5 Aug 2011 05:20:11 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 05:20:11 GMT Resent-Message-Id: <201108050520.p755KBcL030675@freefall.freebsd.org> 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 8AB8F1065673 for ; Fri, 5 Aug 2011 05:11:14 +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 533658FC0C for ; Fri, 5 Aug 2011 05:11:14 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id E8B5A10C2; Fri, 5 Aug 2011 13:10:14 +0800 (CST) Message-Id: <20110805051014.E8B5A10C2@sunpoet.net> Date: Fri, 5 Aug 2011 13:10:14 +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/159522: [PATCH] ports-mgmt/portlint: correct detection of WWW format warning X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 05:20:11 -0000 >Number: 159522 >Category: ports >Synopsis: [PATCH] ports-mgmt/portlint: correct detection of WWW format warning >Confidential: no >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 Aug 05 05:20:11 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: Sat Jul 9 23:23:51 CST >Description: - Correct detection of WWW format warning This patch eliminates the warning of WWW::* at the beginning of the line in pkg-descr. For WWW::* perl modules, we might have WWW::* in pkg-descr. It triggers portlint warning of WWW format as follows. WARN: /home/FreeBSD/ports/www/p5-FEAR-API/pkg-descr: WWW URL, :Mechanize, should begin with "http://" or "https://". Let portlint warn only when it begins with "WWW:\s+" instead of "WWW:\s*" Here's the list of affected pkg-descr: mail/p5-WWW-GMail/pkg-descr mail/p5-WWW-Hotmail/pkg-descr net-p2p/p5-WWW-BitTorrent/pkg-descr www/p5-FEAR-API/pkg-descr www/p5-WWW-Babelfish/pkg-descr www/p5-WWW-Baseball-NPB/pkg-descr www/p5-WWW-Facebook-API/pkg-descr www/p5-WWW-FreeProxy/pkg-descr www/p5-WWW-Google-News-TW/pkg-descr www/p5-WWW-HatenaDiary/pkg-descr www/p5-WWW-HatenaStar/pkg-descr www/p5-WWW-Link/pkg-descr www/p5-WWW-Mechanize/pkg-descr www/p5-WWW-Mechanize-DecodedContent/pkg-descr www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr www/p5-WWW-Mechanize-SpamCop/pkg-descr www/p5-WWW-Mediawiki-Client/pkg-descr www/p5-WWW-Mixi/pkg-descr www/p5-WWW-Myspace/pkg-descr www/p5-WWW-OpenSVN/pkg-descr www/p5-WWW-OpenSearch/pkg-descr www/p5-WWW-Robot/pkg-descr www/p5-WWW-RobotRules-Parser/pkg-descr www/p5-WWW-Scraper-ISBN-Driver/pkg-descr www/p5-WWW-Scraper-ISBN-Record/pkg-descr www/p5-WWW-Scripter-Plugin-Ajax/pkg-descr www/p5-WWW-Shorten-KUSO/pkg-descr www/p5-WWW-Spinn3r/pkg-descr www/p5-WWW-TV/pkg-descr www/p5-WWW-Wikipedia/pkg-descr www/py-mechanize/pkg-descr Port maintainer (marcus@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- portlint-2.13.6_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/portlint/Makefile,v retrieving revision 1.146 diff -u -u -r1.146 Makefile --- Makefile 26 Jun 2011 21:33:13 -0000 1.146 +++ Makefile 4 Aug 2011 08:17:52 -0000 @@ -9,6 +9,7 @@ PORTNAME= portlint PORTVERSION= 2.13.6 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Index: src/portlint.pl =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/portlint/src/portlint.pl,v retrieving revision 1.123 diff -u -u -r1.123 portlint.pl --- src/portlint.pl 21 Jul 2011 05:02:54 -0000 1.123 +++ src/portlint.pl 4 Aug 2011 08:17:52 -0000 @@ -630,7 +630,7 @@ "returns. Strip all carriage returns (e.g. run dos2unix) ". "in $file."); } - if (/^WWW:\s*(\S*)/) { + if (/^WWW:\s+(\S*)/) { my $wwwurl = $1; if ($wwwurl !~ m|^https?://|) { &perror("WARN", $file, -1, "WWW URL, $wwwurl should begin ". --- portlint-2.13.6_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 05: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 EF208106566B; Fri, 5 Aug 2011 05: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 C64158FC12; Fri, 5 Aug 2011 05:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p755KLaB030815; Fri, 5 Aug 2011 05:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p755KL5e030811; Fri, 5 Aug 2011 05:20:21 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 05:20:21 GMT Message-Id: <201108050520.p755KL5e030811@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159522: [PATCH] ports-mgmt/portlint: correct detection of WWW format warning X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 05:20:22 -0000 Synopsis: [PATCH] ports-mgmt/portlint: correct detection of WWW format warning Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 5 05: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=159522 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 05:51:14 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 17302106566C; Fri, 5 Aug 2011 05:51:14 +0000 (UTC) (envelope-from meta@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 89A168FC0A; Fri, 5 Aug 2011 05:51:13 +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 p755bO9X021954; Fri, 5 Aug 2011 14:37:24 +0900 (JST) (envelope-from meta@club.kyutech.ac.jp) Received: (from meta@localhost) by rose.club.kyutech.ac.jp (8.14.4/8.14.4/Submit) id p755bLsc021953; Fri, 5 Aug 2011 14:37:21 +0900 (JST) (envelope-from meta@club.kyutech.ac.jp) X-Authentication-Warning: rose.club.kyutech.ac.jp: meta set sender to meta@club.kyutech.ac.jp using -f Date: Fri, 5 Aug 2011 14:37:20 +0900 From: Kouichiro Iwao To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Message-ID: <20110805053720.GA21627@club.kyutech.ac.jp> References: <201105232030.p4NKU3vn017210@rose.club.kyutech.ac.jp> <201105232040.p4NKe9pQ079199@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline In-Reply-To: <201105232040.p4NKe9pQ079199@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: ports/157282: [MAINTAINER PATCH] net/xrdp: effective login name is not set by xrdp-sesman X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 05:51:14 -0000 some bugs are found in my patch. wait until sending new one. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 06: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 E1F88106567B for ; Fri, 5 Aug 2011 06: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 B66DF8FC1C for ; Fri, 5 Aug 2011 06:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7560P6g066718 for ; Fri, 5 Aug 2011 06: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 p7560PSd066717; Fri, 5 Aug 2011 06:00:25 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 06:00:25 GMT Message-Id: <201108050600.p7560PSd066717@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kouichiro Iwao Cc: Subject: Re: ports/157282: [MAINTAINER PATCH] net/xrdp: effective login name is not set by xrdp-sesman 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: Fri, 05 Aug 2011 06:00:27 -0000 The following reply was made to PR ports/157282; it has been noted by GNATS. From: Kouichiro Iwao To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/157282: [MAINTAINER PATCH] net/xrdp: effective login name is not set by xrdp-sesman Date: Fri, 5 Aug 2011 14:37:20 +0900 some bugs are found in my patch. wait until sending new one. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 09:40:06 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D1C1065675 for ; Fri, 5 Aug 2011 09:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA2DE8FC15 for ; Fri, 5 Aug 2011 09: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 p759e4er000487 for ; Fri, 5 Aug 2011 09: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 p759e4p4000486; Fri, 5 Aug 2011 09:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 09:40:04 GMT Resent-Message-Id: <201108050940.p759e4p4000486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Henzinger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1963D1065675 for ; Fri, 5 Aug 2011 09:38: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 092428FC0A for ; Fri, 5 Aug 2011 09:38: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 p759cm8r006138 for ; Fri, 5 Aug 2011 09:38:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p759cmEr006137; Fri, 5 Aug 2011 09:38:48 GMT (envelope-from nobody) Message-Id: <201108050938.p759cmEr006137@red.freebsd.org> Date: Fri, 5 Aug 2011 09:38:48 GMT From: Rene Henzinger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159524: [PATCH] fix net-SNMP 5.7 returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 09:40:06 -0000 >Number: 159524 >Category: ports >Synopsis: [PATCH] fix net-SNMP 5.7 returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 09:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Rene Henzinger >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: FreeBSD admsto01.alaplaya.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Jul 11 13:58:35 CEST 2011 root@admsto01.alaplaya.net:/usr/obj/usr/src/sys/GENERI C amd64 >Description: [PATCH] fix net-SNMP 5.7 returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed >How-To-Repeat: install net-SNMP 5.7 from ports and request HOST-RESOURCES-MIB::hrStorageUsed compare it to df output >Fix: --- patch-agent__mibgroup__hardware__fsys__fsys_getfsstats.c begins here --- --- ./agent/mibgroup/hardware/fsys/fsys_getfsstats.c.orig 2011-08-05 10:20:55.000000000 +0200 +++ ./agent/mibgroup/hardware/fsys/fsys_getfsstats.c 2011-08-05 10:21:38.000000000 +0200 @@ -156,7 +156,7 @@ entry->device[sizeof(entry->device)-1] = '\0'; entry->units = stats[i].f_bsize; /* or f_frsize */ entry->size = stats[i].f_blocks; - entry->used = stats[i].f_bfree; + entry->used = stats[i].f_blocks - stats[i].f_bfree; entry->avail = stats[i].f_bavail; entry->inums_total = stats[i].f_files; entry->inums_avail = stats[i].f_ffree; --- patch-agent__mibgroup__hardware__fsys__fsys_getfsstats.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 09:50: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 3C9951065670 for ; Fri, 5 Aug 2011 09:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 180E88FC14 for ; Fri, 5 Aug 2011 09:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p759oC1W009336 for ; Fri, 5 Aug 2011 09: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 p759oCTQ009334; Fri, 5 Aug 2011 09:50:12 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 09:50:12 GMT Resent-Message-Id: <201108050950.p759oCTQ009334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lapo Luchini Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFEA91065677 for ; Fri, 5 Aug 2011 09:47:09 +0000 (UTC) (envelope-from lapo@lapo.it) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 42FD98FC08 for ; Fri, 5 Aug 2011 09:47:08 +0000 (UTC) Received: (qmail 13499 invoked from network); 5 Aug 2011 09:20:26 -0000 Received: from unknown (HELO lapo.andxor.it) (192.168.2.22) by andxor.it with SMTP; 5 Aug 2011 09:20:26 -0000 Received: from lapo.andxor.it (localhost.andxor.it [127.0.0.1]) by lapo.andxor.it (8.14.4/8.14.4) with ESMTP id p759KQ9o046784; Fri, 5 Aug 2011 11:20:26 +0200 (CEST) (envelope-from lapo@lapo.andxor.it) Received: (from lapo@localhost) by lapo.andxor.it (8.14.4/8.14.4/Submit) id p759KPUI046783; Fri, 5 Aug 2011 11:20:26 +0200 (CEST) (envelope-from lapo) Message-Id: <201108050920.p759KPUI046783@lapo.andxor.it> Date: Fri, 5 Aug 2011 11:20:26 +0200 (CEST) From: Lapo Luchini To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Lapo Luchini , ale@FreeBSD.org Subject: ports/159525: [MAINTAINER] www/xpi-jslib: update to 0.1.367 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 09:50:13 -0000 >Number: 159525 >Category: ports >Synopsis: [MAINTAINER] www/xpi-jslib: update to 0.1.367 >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 Aug 05 09:50:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD lapo.andxor.it 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 0.1.367 - Forced compatibility with SeaMonkey 2.2 (I tested it with latest beta tagzilla and it's working) Added file(s): - files/patch-install.rdf Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-jslib-0.1.367.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/Makefile /home/lapo/ports/xpi-jslib/Makefile --- /usr/ports/www/xpi-jslib/Makefile 2011-01-17 10:09:05.000000000 +0100 +++ /home/lapo/ports/xpi-jslib/Makefile 2011-08-05 11:04:25.340504042 +0200 @@ -1,15 +1,15 @@ -# New ports collection makefile for: xpi-firebug -# Date created: 10 Otcober 2010 +# New ports collection makefile for: xpi-jslib +# Date created: 10 October 2010 # Whom: Lapo Luchini # # $FreeBSD: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $ # PORTNAME= jslib -PORTVERSION= 0.1.365 +PORTVERSION= 0.1.367 CATEGORIES= www MASTER_SITES= http://lapo.it/freebsd/ -DISTNAME= jslib_${PORTVERSION}_lite_signed +DISTNAME= jslib_${PORTVERSION}_lite MAINTAINER= lapo@lapo.it COMMENT= Library of common useful routines for XPI developers diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/distinfo /home/lapo/ports/xpi-jslib/distinfo --- /usr/ports/www/xpi-jslib/distinfo 2011-01-15 18:35:32.000000000 +0100 +++ /home/lapo/ports/xpi-jslib/distinfo 2011-08-05 11:02:37.474486535 +0200 @@ -1,2 +1,2 @@ -SHA256 (xpi/jslib_0.1.365_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519 -SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885 +SHA256 (xpi/jslib_0.1.367_lite.xpi) = a464668e921f5a7aa8662963120abfc10e166462bab553024be100f641d5b18b +SIZE (xpi/jslib_0.1.367_lite.xpi) = 113599 diff -ruN --exclude=CVS /usr/ports/www/xpi-jslib/files/patch-install.rdf /home/lapo/ports/xpi-jslib/files/patch-install.rdf --- /usr/ports/www/xpi-jslib/files/patch-install.rdf 1970-01-01 01:00:00.000000000 +0100 +++ /home/lapo/ports/xpi-jslib/files/patch-install.rdf 2011-08-05 11:14:41.763653819 +0200 @@ -0,0 +1,20 @@ +--- install.rdf.orig 2011-08-05 11:14:00.298272432 +0200 ++++ install.rdf 2011-08-05 11:14:35.822292694 +0200 +@@ -32,7 +32,7 @@ + + {86c18b42-e466-45a9-ae7a-9b95ba6f5640} + 1.0.* +- 2.0.* ++ 2.2.* + + + +@@ -42,7 +42,7 @@ + + {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} + 1.0.* +- 2.0.* ++ 2.2.* + + + --- xpi-jslib-0.1.367.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 11:01: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 3C50B106566C; Fri, 5 Aug 2011 11:01:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 155788FC08; Fri, 5 Aug 2011 11:01: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 p75B1UrN079915; Fri, 5 Aug 2011 11:01:30 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75B1UFV079903; Fri, 5 Aug 2011 11:01:30 GMT (envelope-from zi) Date: Fri, 5 Aug 2011 11:01:30 GMT Message-Id: <201108051101.p75B1UFV079903@freefall.freebsd.org> To: zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159399: [maintainer update] Update sysutils/boxbackup to 0.11.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 11:01:31 -0000 Synopsis: [maintainer update] Update sysutils/boxbackup to 0.11.1 Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Fri Aug 5 11:01:30 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159399 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 11:02:50 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A90B3106566C; Fri, 5 Aug 2011 11:02:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 821328FC12; Fri, 5 Aug 2011 11:02:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75B2oXH081703; Fri, 5 Aug 2011 11:02:50 GMT (envelope-from zi@freefall.freebsd.org) Received: (from zi@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75B2owR081698; Fri, 5 Aug 2011 11:02:50 GMT (envelope-from zi) Date: Fri, 5 Aug 2011 11:02:50 GMT Message-Id: <201108051102.p75B2owR081698@freefall.freebsd.org> To: zi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zi@FreeBSD.org From: zi@FreeBSD.org Cc: Subject: Re: ports/159508: Update distfile location for audio/linux-musicipserver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 11:02:50 -0000 Synopsis: Update distfile location for audio/linux-musicipserver Responsible-Changed-From-To: freebsd-ports-bugs->zi Responsible-Changed-By: zi Responsible-Changed-When: Fri Aug 5 11:02:49 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159508 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 11:40:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F0A71065672 for ; Fri, 5 Aug 2011 11:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E25C68FC1A for ; Fri, 5 Aug 2011 11: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 p75Be8Xk013945 for ; Fri, 5 Aug 2011 11: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 p75Be8E5013944; Fri, 5 Aug 2011 11:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 11:40:08 GMT Resent-Message-Id: <201108051140.p75Be8E5013944@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E671065677 for ; Fri, 5 Aug 2011 11:39:49 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id CA21A8FC1F for ; Fri, 5 Aug 2011 11:39:47 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id EF0E84003D for ; Fri, 5 Aug 2011 13:39:45 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id E35B94003E; Fri, 5 Aug 2011 13:39:45 +0200 (CEST) Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 5186D4003D for ; Fri, 5 Aug 2011 13:39:40 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 7B841119C08 for ; Fri, 5 Aug 2011 13:39:39 +0200 (CEST) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id 4A5FD12B0A0 for ; Fri, 5 Aug 2011 13:39:39 +0200 (CEST) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p75BddKo015552; Fri, 5 Aug 2011 13:39:39 +0200 (CEST) (envelope-from zeising) Message-Id: <201108051139.p75BddKo015552@vincent.daemonic.se> Date: Fri, 5 Aug 2011 13:39:39 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159526: [PATCH] update to x11-fonts/terminus-font X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 11:40:09 -0000 >Number: 159526 >Category: ports >Synopsis: [PATCH] update to x11-fonts/terminus-font >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 Aug 05 11:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: x11-fonts/terminus-font is out of date. >How-To-Repeat: >Fix: Attached patch updates terminus-font to latest version from vendor, which includes a new variant ll2 with a more distinctive l (ell), removes the rarely used cm2 variant, and contains various bug fixes. --- x11-fonts.terminus-font.update.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/terminus-font/Makefile,v retrieving revision 1.20 diff -u -d -r1.20 Makefile --- Makefile 22 Jun 2011 23:06:22 -0000 1.20 +++ Makefile 5 Aug 2011 11:34:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= terminus-font -PORTVERSION= 4.35 +PORTVERSION= 4.36 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME:L}/${PORTNAME}-${PORTVERSION}|} @@ -27,8 +27,8 @@ GQ2 "Variant of grave accent and apostrophe" off \ IJ1 "Variant of cyrillic letters 'i' and 'short i'" off \ KA2 "Variant of cyrillic letter 'ka'" off \ - CM2 "Variant of letters with circumflex, caron and macron" off \ - HI2 "Higher uppercase letters, for size 18" off + HI2 "Higher uppercase letters, for size 18" off \ + LL2 "Variant with more distinctive l (ell)" off SUB_LIST= FONTDIR="${PREFIX}/${FONTDIR}" SUB_FILES= pkg-message @@ -43,7 +43,7 @@ .if defined(WITH_AO2) cd ${WRKSRC} && ${PATCH} -p1 -i alt/ao2.diff .endif -.if defined(WITH_DV1) +.if defined(WITH_DV1) && !defined(WITH_HI2) cd ${WRKSRC} && ${PATCH} -p1 -i alt/dv1.diff .endif .if defined(WITH_GE2) @@ -55,12 +55,9 @@ .if defined(WITH_IJ1) cd ${WRKSRC} && ${PATCH} -p1 -i alt/ij1.diff .endif -.if defined(WITH_KA2) +.if defined(WITH_KA2) && !defined(WITH_HI2) cd ${WRKSRC} && ${PATCH} -p1 -i alt/ka2.diff .endif -.if defined(WITH_CM2) - cd ${WRKSRC} && ${PATCH} -p1 -i alt/cm2.diff -.endif .if defined(WITH_HI2) cd ${WRKSRC} && ${PATCH} -p1 -i alt/hi2.diff .if defined(WITH_DV1) @@ -70,6 +67,9 @@ cd ${WRKSRC} && ${PATCH} -p1 -i alt/hi2-ka2.diff .endif .endif +.if defined(WITH_LL2) + cd ${WRKSRC} && ${PATCH} -p1 -i alt/ll2.diff +.endif post-build: @${GZIP_CMD} ${WRKSRC}/*.pcf Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-fonts/terminus-font/distinfo,v retrieving revision 1.10 diff -u -d -r1.10 distinfo --- distinfo 22 Jun 2011 23:06:22 -0000 1.10 +++ distinfo 5 Aug 2011 11:34:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (terminus-font-4.35.tar.gz) = 6ae4cd2186050c96997052e167013aa21b6039a164f31fa06e9ae697f3d8b8dc -SIZE (terminus-font-4.35.tar.gz) = 313577 +SHA256 (terminus-font-4.36.tar.gz) = 7b0dcebd8ef2e36aeeb7fcd97082ad881e95b2871e40c9a6255377bea6bcd345 +SIZE (terminus-font-4.36.tar.gz) = 309387 --- x11-fonts.terminus-font.update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 11:40:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE87C1065672; Fri, 5 Aug 2011 11:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B757F8FC0A; Fri, 5 Aug 2011 11: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 p75BeIsr014403; Fri, 5 Aug 2011 11: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 p75BeIuQ014389; Fri, 5 Aug 2011 11:40:18 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 11:40:18 GMT Message-Id: <201108051140.p75BeIuQ014389@freefall.freebsd.org> To: niclas.zeising@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159526: [PATCH] update to x11-fonts/terminus-font X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 11:40:19 -0000 Synopsis: [PATCH] update to x11-fonts/terminus-font State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Aug 5 11:40:18 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159526 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 11: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 59765106566C for ; Fri, 5 Aug 2011 11: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 49BDE8FC0C for ; Fri, 5 Aug 2011 11: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 p75BoCCj022977 for ; Fri, 5 Aug 2011 11: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 p75BoCJP022976; Fri, 5 Aug 2011 11:50:12 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 11:50:12 GMT Message-Id: <201108051150.p75BoCJP022976@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159526: [PATCH] update to x11-fonts/terminus-font 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, 05 Aug 2011 11:50:12 -0000 The following reply was made to PR ports/159526; it has been noted by GNATS. From: Edwin Groothuis To: vlad@vlad.uz.ua Cc: bug-followup@FreeBSD.org Subject: Re: ports/159526: [PATCH] update to x11-fonts/terminus-font Date: Fri, 5 Aug 2011 11:40:16 UT Maintainer of x11-fonts/terminus-font, Please note that PR ports/159526 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/159526 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 12:11: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 446D21065673; Fri, 5 Aug 2011 12:11: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 1CDD98FC22; Fri, 5 Aug 2011 12:11: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 p75CBtaU047910; Fri, 5 Aug 2011 12:11:55 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75CBtjL047906; Fri, 5 Aug 2011 12:11:55 GMT (envelope-from culot) Date: Fri, 5 Aug 2011 12:11:55 GMT Message-Id: <201108051211.p75CBtjL047906@freefall.freebsd.org> To: ports@eitanadler.com, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Cc: Subject: Re: ports/159506: [PATCH] net/xrdesktop: fix www link in pkg-descr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 12:11:56 -0000 Synopsis: [PATCH] net/xrdesktop: fix www link in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Fri Aug 5 12:11:55 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159506 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 12:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 607651065675 for ; Fri, 5 Aug 2011 12:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 545DE8FC12 for ; Fri, 5 Aug 2011 12:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75CeAwl070298 for ; Fri, 5 Aug 2011 12:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75CeAuJ070297; Fri, 5 Aug 2011 12:40:10 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 12:40:10 GMT Resent-Message-Id: <201108051240.p75CeAuJ070297@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pierre Guinoiseau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3832C1065672 for ; Fri, 5 Aug 2011 12:33:02 +0000 (UTC) (envelope-from geekounet@home.poildetroll.net) Received: from kashyyyk.home.poildetroll.net (kashyyyk.home.poildetroll.net [IPv6:2001:910:10b7::1]) by mx1.freebsd.org (Postfix) with ESMTP id B63478FC12 for ; Fri, 5 Aug 2011 12:33:01 +0000 (UTC) Received: from alderaan.home.poildetroll.net (alderaan.home.poildetroll.net [IPv6:2001:910:10b7:f00:6ef0:49ff:fe5e:e54c]) by kashyyyk.home.poildetroll.net (Postfix) with ESMTP id E5FC011603 for ; Fri, 5 Aug 2011 14:32:58 +0200 (CEST) Received: by alderaan.home.poildetroll.net (Postfix, from userid 1001) id A18961F8D; Fri, 5 Aug 2011 14:32:58 +0200 (CEST) Message-Id: <20110805123258.A18961F8D@alderaan.home.poildetroll.net> Date: Fri, 5 Aug 2011 14:32:58 +0200 (CEST) From: Pierre Guinoiseau To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159527: [maintainer] multimedia/clive: update to 2.2.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pierre Guinoiseau List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 12:40:13 -0000 >Number: 159527 >Category: ports >Synopsis: [maintainer] multimedia/clive: update to 2.2.26 >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 Aug 05 12:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pierre Guinoiseau >Release: FreeBSD 9.0-BETA1 amd64 >Organization: >Environment: System: FreeBSD alderaan.home.poildetroll.net 9.0-BETA1 FreeBSD 9.0-BETA1 #0 r224525: Sat Jul 30 21:21:00 CEST 2011 root@alderaan.home.poildetroll.net:/usr/obj/usr/src/sys/ALDERAAN amd64 >Description: - Update to 2.2.26 >How-To-Repeat: >Fix: --- clive-2.2.26.diff begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/clive.orig/Makefile /usr/ports/multimedia/clive/Makefile --- /usr/ports/multimedia/clive.orig/Makefile 2011-05-17 19:45:24.000000000 +0200 +++ /usr/ports/multimedia/clive/Makefile 2011-08-05 14:28:49.313353579 +0200 @@ -6,7 +6,7 @@ # PORTNAME= clive -PORTVERSION= 2.2.25 +PORTVERSION= 2.2.26 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/2.2 diff -ruN --exclude=CVS /usr/ports/multimedia/clive.orig/distinfo /usr/ports/multimedia/clive/distinfo --- /usr/ports/multimedia/clive.orig/distinfo 2011-05-17 19:08:57.246714000 +0200 +++ /usr/ports/multimedia/clive/distinfo 2011-08-05 14:28:52.648353277 +0200 @@ -1,2 +1,2 @@ -SHA256 (clive-2.2.25.tar.gz) = c5f93d56ba24e51909633e729408172166f7c1199e1821afb44ce10e7be9fa28 -SIZE (clive-2.2.25.tar.gz) = 55880 +SHA256 (clive-2.2.26.tar.gz) = fea2437325017da8eb5e96b7dc57a57a95fe9ca2bfaeee924a5264f553628c26 +SIZE (clive-2.2.26.tar.gz) = 56268 --- clive-2.2.26.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 12:40:52 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 450C9106564A; Fri, 5 Aug 2011 12:40:52 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D41D8FC15; Fri, 5 Aug 2011 12:40:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75Cepdt075001; Fri, 5 Aug 2011 12:40:51 GMT (envelope-from jlaffaye@freefall.freebsd.org) Received: (from jlaffaye@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75Cepuk074997; Fri, 5 Aug 2011 14:40:51 +0200 (CEST) (envelope-from jlaffaye) Date: Fri, 5 Aug 2011 14:40:51 +0200 (CEST) Message-Id: <201108051240.p75Cepuk074997@freefall.freebsd.org> To: jlaffaye@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: jlaffaye@FreeBSD.org Cc: Subject: Re: ports/159527: [maintainer] multimedia/clive: update to 2.2.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 12:40:52 -0000 Synopsis: [maintainer] multimedia/clive: update to 2.2.26 Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: jlaffaye Responsible-Changed-When: Fri Aug 5 14:40:51 CEST 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=159527 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 13:30:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DCB0106566C for ; Fri, 5 Aug 2011 13:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EDE2D8FC19 for ; Fri, 5 Aug 2011 13:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75DUDAD014412 for ; Fri, 5 Aug 2011 13:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75DUDlP014411; Fri, 5 Aug 2011 13:30:13 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 13:30:13 GMT Resent-Message-Id: <201108051330.p75DUDlP014411@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B823106564A for ; Fri, 5 Aug 2011 13:23:33 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 897D38FC08 for ; Fri, 5 Aug 2011 13:23:31 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 9151E4003D for ; Fri, 5 Aug 2011 15:23:30 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 8707A4003E; Fri, 5 Aug 2011 15:23:30 +0200 (CEST) Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 266E44003D for ; Fri, 5 Aug 2011 15:23:30 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id ADFD9119C08 for ; Fri, 5 Aug 2011 15:23:29 +0200 (CEST) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id 8969712B0A0 for ; Fri, 5 Aug 2011 15:23:29 +0200 (CEST) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p75DNTKF091028; Fri, 5 Aug 2011 15:23:29 +0200 (CEST) (envelope-from zeising) Message-Id: <201108051323.p75DNTKF091028@vincent.daemonic.se> Date: Fri, 5 Aug 2011 15:23:29 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159528: [PATCH] update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 13:30:14 -0000 >Number: 159528 >Category: ports >Synopsis: [PATCH] update to x11-wm/scrotwm >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 Aug 05 13:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: x11-wm/scrotwm is out of date, a new version has been released. >How-To-Repeat: >Fix: Attached patch updates scrotwm to the lastest version, which includes changes to bring back the old tiling behaviour, with floting windows on top, the posibility to select stack mode when scrotwm is started, posibility to pass arguments to autorun applications and assorted small changes. --- x11-wm.scrotwm.update.0.9.33.diff begins here --- diff -urN scrotwm/Makefile scrotwm/Makefile --- scrotwm/Makefile 2011-07-05 19:42:12.000000000 +0200 +++ scrotwm/Makefile 2011-08-05 15:15:05.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= scrotwm -PORTVERSION= 0.9.32 +PORTVERSION= 0.9.33 CATEGORIES= x11-wm MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/ EXTRACT_SUFX= .tgz diff -urN scrotwm/distinfo scrotwm/distinfo --- scrotwm/distinfo 2011-07-05 19:42:12.000000000 +0200 +++ scrotwm/distinfo 2011-08-05 15:16:02.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (scrotwm-0.9.32.tgz) = cdcd647484ab6a266d0372fbf20b3c20e143556ac0cc32335740c08f22789871 -SIZE (scrotwm-0.9.32.tgz) = 66951 +SHA256 (scrotwm-0.9.33.tgz) = 37d09ae8380bac53436db5e50bd0f4a06c865b5b28f16466fa52259b70f55550 +SIZE (scrotwm-0.9.33.tgz) = 69314 --- x11-wm.scrotwm.update.0.9.33.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 13:30:25 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C59D1065677; Fri, 5 Aug 2011 13:30:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34F968FC20; Fri, 5 Aug 2011 13: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 p75DUPnx015263; Fri, 5 Aug 2011 13: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 p75DUPMY015252; Fri, 5 Aug 2011 13:30:25 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 13:30:25 GMT Message-Id: <201108051330.p75DUPMY015252@freefall.freebsd.org> To: niclas.zeising@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159528: [PATCH] update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 13:30:25 -0000 Synopsis: [PATCH] update to x11-wm/scrotwm State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Aug 5 13:30:24 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159528 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 13: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 B532E106566C for ; Fri, 5 Aug 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 324B48FC0C for ; Fri, 5 Aug 2011 13:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75De7mB025586 for ; Fri, 5 Aug 2011 13:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75De7BH025585; Fri, 5 Aug 2011 13:40:07 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 13:40:07 GMT Message-Id: <201108051340.p75De7BH025585@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159528: [PATCH] update to x11-wm/scrotwm 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, 05 Aug 2011 13:40:10 -0000 The following reply was made to PR ports/159528; it has been noted by GNATS. From: Edwin Groothuis To: aragon@phat.za.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/159528: [PATCH] update to x11-wm/scrotwm Date: Fri, 5 Aug 2011 13:30:20 UT Maintainer of x11-wm/scrotwm, Please note that PR ports/159528 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/159528 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 15:00:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A479106566C for ; Fri, 5 Aug 2011 15:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E870F8FC15 for ; Fri, 5 Aug 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 p75F0KV8097051 for ; Fri, 5 Aug 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 p75F0KaV097050; Fri, 5 Aug 2011 15:00:20 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 15:00:20 GMT Resent-Message-Id: <201108051500.p75F0KaV097050@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0095F1065677 for ; Fri, 5 Aug 2011 14:55:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E4EBC8FC0A for ; Fri, 5 Aug 2011 14:55: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 p75EtsJA020463 for ; Fri, 5 Aug 2011 14:55:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p75Etska020462; Fri, 5 Aug 2011 14:55:54 GMT (envelope-from nobody) Message-Id: <201108051455.p75Etska020462@red.freebsd.org> Date: Fri, 5 Aug 2011 14:55:54 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159529: [MAINTAINER] databases/py-flask-sqlalchemy: update to 0.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 15:00:21 -0000 >Number: 159529 >Category: ports >Synopsis: [MAINTAINER] databases/py-flask-sqlalchemy: update to 0.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 15:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/databases/py-flask-sqlalchemy/Makefile py-flask-sqlalchemy/Makefile --- /usr/ports/databases/py-flask-sqlalchemy/Makefile 2011-07-20 13:09:37.000000000 +0200 +++ py-flask-sqlalchemy/Makefile 2011-08-05 16:40:36.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= Flask-SQLAlchemy -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -u /usr/ports/databases/py-flask-sqlalchemy/distinfo py-flask-sqlalchemy/distinfo --- /usr/ports/databases/py-flask-sqlalchemy/distinfo 2011-07-20 13:09:37.000000000 +0200 +++ py-flask-sqlalchemy/distinfo 2011-08-05 16:40:36.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (Flask-SQLAlchemy-0.14.tar.gz) = 29ae9ccdfa220056f832352a24456672523fa7f48bfed5894dc4d0933ec6371f -SIZE (Flask-SQLAlchemy-0.14.tar.gz) = 97542 +SHA256 (Flask-SQLAlchemy-0.15.tar.gz) = 21345eaeb581035a5e21cda1042e6d41ba169d9f86047f0baea5239be8ca91c2 +SIZE (Flask-SQLAlchemy-0.15.tar.gz) = 97763 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 16: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 026FD106566C for ; Fri, 5 Aug 2011 16:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4D448FC0A for ; Fri, 5 Aug 2011 16:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75G0HNx051776 for ; Fri, 5 Aug 2011 16:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75G0Hma051774; Fri, 5 Aug 2011 16:00:17 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 16:00:17 GMT Resent-Message-Id: <201108051600.p75G0Hma051774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6C2E1065670; Fri, 5 Aug 2011 15:53:11 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 60F428FC0A; Fri, 5 Aug 2011 15:53:11 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id p75FUZdF014977; Fri, 5 Aug 2011 15:30:35 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id p75FUZxC014976; Fri, 5 Aug 2011 15:30:35 GMT (envelope-from pgollucci) Message-Id: <201108051530.p75FUZxC014976@frieza.p6m7g8.net> Date: Fri, 5 Aug 2011 15:30:35 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ashish@FreeBSD.org Subject: ports/159530: [PATCH] editors/emacs: INSTALL_ICONS breaks WITHOUT_X11 completely X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 16:00:18 -0000 >Number: 159530 >Category: ports >Synopsis: [PATCH] editors/emacs: INSTALL_ICONS breaks WITHOUT_X11 completely >Confidential: no >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 Aug 05 16:00:17 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010 >Description: Port maintainer (ashish@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- emacs-23.3_2,2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/emacs/Makefile,v retrieving revision 1.102 diff -u -u -r1.102 Makefile --- Makefile 16 May 2011 12:27:12 -0000 1.102 +++ Makefile 5 Aug 2011 15:29:15 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -23,8 +23,6 @@ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \ emacs-nox11-[0-9]* -INSTALLS_ICONS= yes - EMACS_VER= 23.3 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -71,7 +69,8 @@ SCROLLBARS "Without toolkit scroll-bars" ON \ XFT "Freetype fonts support" ON \ XIM "X Input Method support" ON \ - XPM "XPM images support" ON + XPM "XPM images support" ON \ + X11 "X11 Support" ON .include @@ -81,6 +80,7 @@ CONFIGURE_ARGS+= --without-x .else +INSTALLS_ICONS= yes USE_XORG= x11 USE_GNOME= @@ -209,7 +209,7 @@ LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib .endif -.endif +.endif ## WITH_X11 .if defined(WITHOUT_SOUND) CONFIGURE_ARGS+= --without-sound --- emacs-23.3_2,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 16: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 208611065680; Fri, 5 Aug 2011 16: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 ED3E78FC16; Fri, 5 Aug 2011 16: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 p75G0W2C052538; Fri, 5 Aug 2011 16: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 p75G0WBQ052524; Fri, 5 Aug 2011 16:00:32 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 16:00:32 GMT Message-Id: <201108051600.p75G0WBQ052524@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ashish@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159530: [PATCH] editors/emacs: INSTALL_ICONS breaks WITHOUT_X11 completely X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 16:00:33 -0000 Synopsis: [PATCH] editors/emacs: INSTALL_ICONS breaks WITHOUT_X11 completely Responsible-Changed-From-To: freebsd-ports-bugs->ashish Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 5 16:00:32 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159530 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 16:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22611065672 for ; Fri, 5 Aug 2011 16:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB6C8FC0C for ; Fri, 5 Aug 2011 16:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75Go8oW098379 for ; Fri, 5 Aug 2011 16:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75Go8ep098378; Fri, 5 Aug 2011 16:50:08 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 16:50:08 GMT Resent-Message-Id: <201108051650.p75Go8ep098378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, daniele Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 412F6106566B for ; Fri, 5 Aug 2011 16:41:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3142B8FC1A for ; Fri, 5 Aug 2011 16:41: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 p75GfihV096852 for ; Fri, 5 Aug 2011 16:41:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p75GfiYE096851; Fri, 5 Aug 2011 16:41:44 GMT (envelope-from nobody) Message-Id: <201108051641.p75GfiYE096851@red.freebsd.org> Date: Fri, 5 Aug 2011 16:41:44 GMT From: daniele To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159531: [net][samba4-devel] build stops during configure and, later, compiling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 16:50:08 -0000 >Number: 159531 >Category: ports >Synopsis: [net][samba4-devel] build stops during configure and, later, compiling >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 16:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: daniele >Release: 8.2-RELEASE >Organization: >Environment: 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 *:/usr/obj/usr/src/sys/GENERIC i386 >Description: System is building samba4-devel as it is required to build gnome. The following problems occur: * Samba4-devel's configure script stops the execution because tevent-0.9.8 (recently updated to .13) is not found. [A patch need to be applied] * Samba4-devel's build stops several times because py_talloc_dealloc is not found (talloc being updated to version 2.0.5). [Several patches need to be applied] >How-To-Repeat: make the port >Fix: In this system I applied several patches on the run. I am attaching them in case you would like to take a look; I made the best to adhere to the developers team's guidelines. 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: # # patch-source4-auth-credentials-pycredentials.h # patch-source4-auth-gensec-pygensec.c # patch-source4-auth-pyauth.h # patch-source4-lib-registry-pyregistry.c # patch-source4-min__versions.m4 # patch-source4-param-pyparam.c # echo x - patch-source4-auth-credentials-pycredentials.h sed 's/^X//' >patch-source4-auth-credentials-pycredentials.h << 'd9f3b3cba2b573b3af1675870563c528' X--- ./source4/auth/credentials/pycredentials.h.orig 2010-01-11 06:35:28.000000000 +0100 X+++ ./source4/auth/credentials/pycredentials.h 2011-08-05 17:40:27.000000000 +0200 X@@ -20,7 +20,7 @@ X #define _PYCREDENTIALS_H_ X X #include "auth/credentials/credentials.h" X-#include "pytalloc.h" X+#include "lib/talloc/pytalloc.h" X X PyAPI_DATA(PyTypeObject) PyCredentials; X #define PyCredentials_Check(py_obj) PyObject_TypeCheck(py_obj, &PyCredentials) d9f3b3cba2b573b3af1675870563c528 echo x - patch-source4-auth-gensec-pygensec.c sed 's/^X//' >patch-source4-auth-gensec-pygensec.c << '47c68c793f7ece39993a8ea8cc9e38dc' X--- ./source4/auth/gensec/pygensec.c.orig 2010-01-11 06:35:28.000000000 +0100 X+++ ./source4/auth/gensec/pygensec.c 2011-08-05 17:51:42.000000000 +0200 X@@ -22,7 +22,7 @@ X #include "auth/gensec/gensec.h" X #include "libcli/util/pyerrors.h" X #include "scripting/python/modules.h" X-#include "pytalloc.h" X+#include "lib/talloc/pytalloc.h" X #include X X #ifndef Py_RETURN_NONE 47c68c793f7ece39993a8ea8cc9e38dc echo x - patch-source4-auth-pyauth.h sed 's/^X//' >patch-source4-auth-pyauth.h << '43e25aea7884426d38543a4047d376ac' X--- ./source4/auth/pyauth.h.orig 2010-01-11 06:35:28.000000000 +0100 X+++ ./source4/auth/pyauth.h 2011-08-05 17:45:16.000000000 +0200 X@@ -20,7 +20,7 @@ X #ifndef _PYAUTH_H_ X #define _PYAUTH_H_ X X-#include "pytalloc.h" X+#include "lib/talloc/pytalloc.h" X #include "auth/session.h" X X PyAPI_DATA(PyTypeObject) PyAuthSession; 43e25aea7884426d38543a4047d376ac echo x - patch-source4-lib-registry-pyregistry.c sed 's/^X//' >patch-source4-lib-registry-pyregistry.c << '126ca60dd855922b693e051258d6df3f' X--- ./source4/lib/registry/pyregistry.c.orig 2010-01-11 06:35:28.000000000 +0100 X+++ ./source4/lib/registry/pyregistry.c 2011-08-05 17:48:51.000000000 +0200 X@@ -23,7 +23,7 @@ X #include "libcli/util/pyerrors.h" X #include "lib/registry/registry.h" X #include "scripting/python/modules.h" /* for py_iconv_convenience() */ X-#include X+#include "lib/talloc/pytalloc.h" X #include "auth/credentials/pycredentials.h" X #include "param/pyparam.h" X 126ca60dd855922b693e051258d6df3f echo x - patch-source4-min__versions.m4 sed 's/^X//' >patch-source4-min__versions.m4 << '5f9d8edcacdb0617ce4e8f0766d79617' X--- ./source4/min_versions.m4.orig 2010-01-11 06:35:28.000000000 +0100 X+++ ./source4/min_versions.m4 2011-08-05 17:15:56.000000000 +0200 X@@ -3,4 +3,4 @@ X define(TDB_MIN_VERSION,1.2.0) X define(TALLOC_MIN_VERSION,2.0.1) X define(LDB_REQUIRED_VERSION,0.9.10) X-define(TEVENT_REQUIRED_VERSION,0.9.8) X+define(TEVENT_REQUIRED_VERSION,0.9.13) 5f9d8edcacdb0617ce4e8f0766d79617 echo x - patch-source4-param-pyparam.c sed 's/^X//' >patch-source4-param-pyparam.c << '1199bc364cfd21e75b4ab23688a5150a' X--- ./source4/param/pyparam.c.orig 2011-08-05 17:33:17.000000000 +0200 X+++ ./source4/param/pyparam.c 2011-08-05 17:33:48.000000000 +0200 X@@ -21,7 +21,7 @@ X #include "includes.h" X #include "param/param.h" X #include "param/loadparm.h" X-#include "pytalloc.h" X+#include "lib/talloc/pytalloc.h" X X /* There's no Py_ssize_t in 2.4, apparently */ X #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5 1199bc364cfd21e75b4ab23688a5150a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 17: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 3D26E1065670 for ; Fri, 5 Aug 2011 17: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 EBE348FC15 for ; Fri, 5 Aug 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 p75HA8KL015617 for ; Fri, 5 Aug 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 p75HA8nf015616; Fri, 5 Aug 2011 17:10:08 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 17:10:08 GMT Resent-Message-Id: <201108051710.p75HA8nf015616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3103106566C for ; Fri, 5 Aug 2011 17:01:11 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B376C8FC16 for ; Fri, 5 Aug 2011 17:01: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 p75H1BDf011272 for ; Fri, 5 Aug 2011 17:01:11 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75H1BV3011267; Fri, 5 Aug 2011 17:01:11 GMT (envelope-from kwm) Message-Id: <201108051701.p75H1BV3011267@freefall.freebsd.org> Date: Fri, 5 Aug 2011 17:01:11 GMT From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159532: [exp-run] 4 librarys bumped, but primarly check for libnotify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 17:10:09 -0000 >Number: 159532 >Category: ports >Synopsis: [exp-run] 4 librarys bumped, but primarly check for libnotify >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 Aug 05 17:10:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Exp-run to weed out problems with libnotify primairly. But this patch also contains library bumps for libproxy, webkit-gtk2 and poppler. patch on my ~/ on freefall: SHA256 (bumpy-ride_1.diff) = c9460b47838098fdf4b0ef207b575f6182a77a67ed5de9b83846f7d8af6df689 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 17:43:02 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E95311065672; Fri, 5 Aug 2011 17:43:02 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C2A0B8FC0A; Fri, 5 Aug 2011 17:43: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 p75Hh2Em052675; Fri, 5 Aug 2011 17:43:02 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75Hh2m7052671; Fri, 5 Aug 2011 17:43:02 GMT (envelope-from kwm) Date: Fri, 5 Aug 2011 17:43:02 GMT Message-Id: <201108051743.p75Hh2m7052671@freefall.freebsd.org> To: kwm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/159532: [exp-run] 4 librarys bumped, but primarly check for libnotify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 05 Aug 2011 17:43:03 -0000 Synopsis: [exp-run] 4 librarys bumped, but primarly check for libnotify Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: kwm Responsible-Changed-When: Fri Aug 5 17:42:28 UTC 2011 Responsible-Changed-Why: Over to portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=159532 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 18:00:21 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E7E106566B for ; Fri, 5 Aug 2011 18: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 08F6E8FC14 for ; Fri, 5 Aug 2011 18: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 p75I0J59061590 for ; Fri, 5 Aug 2011 18:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75I0Jfm061589; Fri, 5 Aug 2011 18:00:19 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 18:00:19 GMT Resent-Message-Id: <201108051800.p75I0Jfm061589@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Evgeniy Kosov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5F44106564A for ; Fri, 5 Aug 2011 17:53:06 +0000 (UTC) (envelope-from evgeniy@kosov.su) Received: from relay-out.cm.hc.ru (relay-out.cm.hc.ru [89.111.178.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8FEFA8FC0A for ; Fri, 5 Aug 2011 17:53:05 +0000 (UTC) Received: from [UNAVAILABLE] ([91.189.112.7]:47234 helo=[10.10.81.151]) by smtp.cm.hc.ru with esmtpa (envelope-from ) authenticated with eugene@d29c38cad404e3e97d3f6527c4a3cf5f.hash.cm.hc.ru id 1QpMqa-0009SY-65 for FreeBSD-gnats-submit@freebsd.org; Fri, 05 Aug 2011 20:02:04 +0400 Message-Id: <4E3C13F1.1090803@kosov.su> Date: Fri, 05 Aug 2011 20:01:53 +0400 From: Evgeniy Kosov To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/159533: [PATCH] devel/p5-Getopt-Compact: lost 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: Fri, 05 Aug 2011 18:00:21 -0000 >Number: 159533 >Category: ports >Synopsis: [PATCH] devel/p5-Getopt-Compact: lost dependencies >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 18:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Evgeniy Kosov >Release: FreeBSD 8.1-RELEASE-p2 amd64 >Organization: >Environment: >Description: Dependecy specification is missing from the port's Makefile. >How-To-Repeat: >Fix: --- p5-Getopt-Compact.patch begins here --- --- p5-Getopt-Compact.orig/Makefile 2011-08-05 12:20:31.000000000 +0000 +++ p5-Getopt-Compact/Makefile 2011-08-05 12:23:20.000000000 +0000 @@ -14,6 +14,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality +RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + ${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \ + ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= Getopt::Compact.3 \ --- p5-Getopt-Compact.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 18: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 02B5F106564A; Fri, 5 Aug 2011 18: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 CFD5D8FC0A; Fri, 5 Aug 2011 18: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 p75I0V4m061776; Fri, 5 Aug 2011 18: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 p75I0VfH061772; Fri, 5 Aug 2011 18:00:31 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 18:00:31 GMT Message-Id: <201108051800.p75I0VfH061772@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159533: [PATCH] devel/p5-Getopt-Compact: lost 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: Fri, 05 Aug 2011 18:00:32 -0000 Synopsis: [PATCH] devel/p5-Getopt-Compact: lost dependencies Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 5 18:00:31 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159533 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 19:10:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1F97106566C for ; Fri, 5 Aug 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 C8B8B8FC1A for ; Fri, 5 Aug 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 p75JA86b025158 for ; Fri, 5 Aug 2011 19:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75JA8aT025157; Fri, 5 Aug 2011 19:10:08 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 19:10:08 GMT Message-Id: <201108051910.p75JA8aT025157@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Phillip Neumann Cc: Subject: Re: ports/159364: Update net/rabbitmq to 2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phillip Neumann List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 19:10:09 -0000 The following reply was made to PR ports/159364; it has been noted by GNATS. From: Phillip Neumann To: bug-followup@freebsd.org Cc: Subject: Re: ports/159364: Update net/rabbitmq to 2.5.1 Date: Fri, 5 Aug 2011 14:56:06 -0400 --001636e9072758eac704a9c6a60a Content-Type: multipart/alternative; boundary=001636e9072758eac204a9c6a608 --001636e9072758eac204a9c6a608 Content-Type: text/plain; charset=ISO-8859-1 Hi, Im attaching the patch, with little modifications. Thanks!! On Mon, Aug 1, 2011 at 5:10 PM, Edwin Groothuis wrote: > Maintainer of net/rabbitmq, > > Please note that PR ports/159364 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/159364 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- __________________ Phillip Neumann pneumann@gmail.com --001636e9072758eac204a9c6a608 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

Im attaching the patch, with little modifications.
Thanks!!

On Mon, Aug 1, 2011 at = 5:10 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
Maintainer of net/rabbitmq,

Please note that PR ports/159364 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/159= 364

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



--


________= __________
Phillip Neumann
pneu= mann@gmail.com
--001636e9072758eac204a9c6a608-- --001636e9072758eac704a9c6a60a Content-Type: text/plain; charset=US-ASCII; name="rabbit.patch.txt" Content-Disposition: attachment; filename="rabbit.patch.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gqzig7180 ZGlmZiAtcnVOIHJhYmJpdG1xLm9yaWcvTWFrZWZpbGUgcmFiYml0bXEvTWFrZWZpbGUKLS0tIHJh YmJpdG1xLm9yaWcvTWFrZWZpbGUJMjAxMS0wNi0xNCAxNTozNDo0OS4wMDAwMDAwMDAgLTA0MDAK KysrIHJhYmJpdG1xL01ha2VmaWxlCTIwMTEtMDgtMDUgMTI6MTM6MjUuMDAwMDAwMDAwIC0wNDAw CkBAIC02LDggKzYsNyBAQAogIwogCiBQT1JUTkFNRT0JcmFiYml0bXEKLVBPUlRWRVJTSU9OPQky LjMuMQotUE9SVFJFVklTSU9OPQkyCitQT1JUVkVSU0lPTj0JMi41LjEKIENBVEVHT1JJRVM9CW5l dAogTUFTVEVSX1NJVEVTPQlodHRwOi8vd3d3LnJhYmJpdG1xLmNvbS9yZWxlYXNlcy9yYWJiaXRt cS1zZXJ2ZXIvdiR7UE9SVFZFUlNJT059LwogRElTVE5BTUU9CSR7UE9SVE5BTUV9LXNlcnZlci0k e1BPUlRWRVJTSU9OfQpAQCAtMzgsOCArMzcsOCBAQAogCQlSQUJCSVRNUV9VSUQ9JHtSQUJCSVRN UV9VSUR9IFwKIAkJUkFCQklUTVFfVVNFUj0ke1JBQkJJVE1RX1VTRVJ9CiAKLU1BTjE9CQlyYWJi aXRtcS1tdWx0aS4xIHJhYmJpdG1xLXNlcnZlci4xIHJhYmJpdG1xY3RsLjEKLU1BTjU9CQlyYWJi aXRtcS5jb25mLjUKK01BTjE9CQlyYWJiaXRtcS1zZXJ2ZXIuMSByYWJiaXRtcWN0bC4xCitNQU41 PQkJcmFiYml0bXEtZW52LmNvbmYuNQogTUFOQ09NUFJFU1NFRD0JeWVzCiAKIFNDUklQVFNfRElS PQkke1dSS1NSQ30vc2NyaXB0cy8KQEAgLTQ4LDcgKzQ3LDcgQEAKIAogcG9zdC1wYXRjaDoKIAlA JHtSRUlOUExBQ0VfQ01EfSAtZSAnc3wvZXRjL3JhYmJpdG1xfCR7UFJFRklYfS9ldGMvcmFiYml0 bXF8ZyA7IHN8L3Zhci9saWJ8L3Zhci9kYnxnIDsgc3xlcmx8JHtMT0NBTEJBU0V9L2Jpbi9lcmx8 ZycgXAotCQkke1NDUklQVFNfRElSfS9yYWJiaXRtcS1tdWx0aSAke1NDUklQVFNfRElSfS9yYWJi aXRtcS1zZXJ2ZXIgJHtTQ1JJUFRTX0RJUn0vcmFiYml0bXFjdGwgJHtTQ1JJUFRTX0RJUn0vcmFi Yml0bXEtZW52CisJCSR7U0NSSVBUU19ESVJ9L3JhYmJpdG1xLXNlcnZlciAke1NDUklQVFNfRElS fS9yYWJiaXRtcWN0bCAke1NDUklQVFNfRElSfS9yYWJiaXRtcS1lbnYKIAlAJHtGSU5EfSAke1dS S1NSQ30gLW5hbWUgIiouYmFrIiB8ICR7WEFSR1N9ICR7Uk19CiAKIHByZS1pbnN0YWxsOgpkaWZm IC1ydU4gcmFiYml0bXEub3JpZy9kaXN0aW5mbyByYWJiaXRtcS9kaXN0aW5mbwotLS0gcmFiYml0 bXEub3JpZy9kaXN0aW5mbwkyMDExLTAyLTA5IDE3OjEyOjAxLjAwMDAwMDAwMCAtMDMwMAorKysg cmFiYml0bXEvZGlzdGluZm8JMjAxMS0wOC0wNSAxMjoxMzoyNS4wMDAwMDAwMDAgLTA0MDAKQEAg LTEsMiArMSwyIEBACi1TSEEyNTYgKHJhYmJpdG1xLXNlcnZlci0yLjMuMS50YXIuZ3opID0gM2Ji NmM0MDA0MDMxZmMzZTU3Yzg4NjQ1MmUwM2RkMTBlMmMyM2NkNjRmMWNjYTE4MGYzNGFiYTViMzBk OWYyNAotU0laRSAocmFiYml0bXEtc2VydmVyLTIuMy4xLnRhci5neikgPSAzMDEwNDQKK1NIQTI1 NiAocmFiYml0bXEtc2VydmVyLTIuNS4xLnRhci5neikgPSBmNWFmZWI4NDI5NTA4NjQ0NzM4YjY4 YTE1OGVkMWY0YTRkZmM0YmNiZTFlYmRhYjViYTgxOGE3NTU0NWU5NDJmCitTSVpFIChyYWJiaXRt cS1zZXJ2ZXItMi41LjEudGFyLmd6KSA9IDMzMjU2MApkaWZmIC1ydU4gcmFiYml0bXEub3JpZy9m aWxlcy9wYXRjaC1yYWJiaXRtcWN0bCByYWJiaXRtcS9maWxlcy9wYXRjaC1yYWJiaXRtcWN0bAot LS0gcmFiYml0bXEub3JpZy9maWxlcy9wYXRjaC1yYWJiaXRtcWN0bAkyMDExLTAxLTEzIDAzOjA5 OjU5LjAwMDAwMDAwMCAtMDMwMAorKysgcmFiYml0bXEvZmlsZXMvcGF0Y2gtcmFiYml0bXFjdGwJ MjAxMS0wOC0wNSAxNDo1NzoxNS4wMDAwMDAwMDAgLTA0MDAKQEAgLTEsMTEgKzEsMTEgQEAKLS0t LSBzY3JpcHRzL3JhYmJpdG1xY3RsLm9yaWcJMjAxMS0wMS0xMiAwOToyMjoxMC4wMDAwMDAwMDAg LTAzMDAKLSsrKyBzY3JpcHRzL3JhYmJpdG1xY3RsCTIwMTEtMDEtMTIgMDk6MjM6MzEuMDAwMDAw MDAwIC0wMzAwCi1AQCAtMzgsNyArMzgsNyBAQAorLS0tIHNjcmlwdHMvcmFiYml0bXFjdGwub3Jp ZwkyMDExLTA4LTAxIDE1OjU5OjI2LjA1NzM0NzMxMCArMDEwMAorKysrIHNjcmlwdHMvcmFiYml0 bXFjdGwJMjAxMS0wOC0wMSAxNjowMDowNy4zMDM1MTMyNjMgKzAxMDAKK0BAIC0yMCw3ICsyMCw3 IEBACiAgWyAieCIgPSAieCRSQUJCSVRNUV9OT0RFTkFNRSIgXSAmJiBSQUJCSVRNUV9OT0RFTkFN RT0ke05PREVOQU1FfQogIFsgIngiID0gIngkUkFCQklUTVFfQ1RMX0VSTF9BUkdTIiBdICYmIFJB QkJJVE1RX0NUTF9FUkxfQVJHUz0ke0NUTF9FUkxfQVJHU30KICAKIC1leGVjIGVybCBcCi0rc3Vk byAtdSByYWJiaXRtcSBIT01FPS92YXIvZGIvcmFiYml0bXEgZXJsIFwKKytIT01FPS92YXIvZGIv cmFiYml0bXEgZXhlYyBlcmwgXAogICAgICAtcGEgIiR7UkFCQklUTVFfSE9NRX0vZWJpbiIgXAog ICAgICAtbm9pbnB1dCBcCiAgICAgIC1oaWRkZW4gXApkaWZmIC1ydU4gcmFiYml0bXEub3JpZy9m aWxlcy9wYXRjaC1zcmMtcmFiYml0X25ldHdvcmtpbmctZXJsIHJhYmJpdG1xL2ZpbGVzL3BhdGNo LXNyYy1yYWJiaXRfbmV0d29ya2luZy1lcmwKLS0tIHJhYmJpdG1xLm9yaWcvZmlsZXMvcGF0Y2gt c3JjLXJhYmJpdF9uZXR3b3JraW5nLWVybAkyMDExLTA2LTE0IDE1OjM0OjUwLjAwMDAwMDAwMCAt MDQwMAorKysgcmFiYml0bXEvZmlsZXMvcGF0Y2gtc3JjLXJhYmJpdF9uZXR3b3JraW5nLWVybAkx OTY5LTEyLTMxIDIxOjAwOjAwLjAwMDAwMDAwMCAtMDMwMApAQCAtMSwxMyArMCwwIEBACi0tLS0g c3JjL3JhYmJpdF9uZXR3b3JraW5nLmVybC5vcmlnCTIwMTEtMDItMDMgMTQ6NDc6MzUuMDAwMDAw MDAwICswMjAwCi0rKysgc3JjL3JhYmJpdF9uZXR3b3JraW5nLmVybAkyMDExLTA1LTMwIDEzOjUx OjI4LjAwMDAwMDAwMCArMDIwMAotQEAgLTUyLDYgKzUyLDkgQEAKLSAKLSAtZXhwb3J0X3R5cGUo W2lwX3BvcnQvMCwgaG9zdG5hbWUvMF0pLgotIAotKy10eXBlKGhvc3RuYW1lKCkgOjogaW5ldDpo b3N0bmFtZSgpKS4KLSstdHlwZShpcF9wb3J0KCkgOjogaW5ldDppcF9wb3J0KCkpLgotKwotIC10 eXBlKGZhbWlseSgpIDo6IGF0b20oKSkuCi0gLXR5cGUobGlzdGVuZXJfY29uZmlnKCkgOjogaXBf cG9ydCgpIHwKLSAgICAgICAgICAgICAgICAgICAgICAgICAgICB7aG9zdG5hbWUoKSwgaXBfcG9y dCgpfSB8Ci0KZGlmZiAtcnVOIHJhYmJpdG1xLm9yaWcvZmlsZXMvcmFiYml0bXEuaW4gcmFiYml0 bXEvZmlsZXMvcmFiYml0bXEuaW4KLS0tIHJhYmJpdG1xLm9yaWcvZmlsZXMvcmFiYml0bXEuaW4J MjAxMC0wMy0yNiAyMToxMzo1NS4wMDAwMDAwMDAgLTAzMDAKKysrIHJhYmJpdG1xL2ZpbGVzL3Jh YmJpdG1xLmluCTIwMTEtMDgtMDUgMTM6NTA6NTEuMDAwMDAwMDAwIC0wNDAwCkBAIC04LDcgKzgs NyBAQAogIyBCRUZPUkU6IExPR0lOCiAjIEtFWVdPUkQ6IHNodXRkb3duCiAjCi0jIEFkZCB0aGUg Zm9sbG93aW5nIGxpbmUgdG8gL2V0Yy9yYy5jb25mIHRvIGVuYWJsZSBSYWJpdE1RCisjIEFkZCB0 aGUgZm9sbG93aW5nIGxpbmUgdG8gL2V0Yy9yYy5jb25mIHRvIGVuYWJsZSBSYWJiaXRNUQogIwog IyAgcmFiYml0bXFfZW5hYmxlPSJZRVMiCiAKQEAgLTIwLDEzICsyMCwxMyBAQAogIyBTZXQgc29t ZSBkZWZhdWx0cwogcmFiYml0bXFfZW5hYmxlPSR7cmFiYml0bXFfZW5hYmxlOi0iTk8ifQogcmFi Yml0bXFfdXNlcj0ke3JhYmJpdG1xX3VzZXI6LSJyYWJiaXRtcSJ9Ci1yYWJiaXRtcV9ub2Rlcz0k e3JhYmJpdG1xX25vZGVzOi0iMSJ9Ci1yYWJiaXRtcV9tdWx0aT0iJSVQUkVGSVglJS9zYmluL3Jh YmJpdG1xLW11bHRpIgorcmFiYml0bXFfc2VydmVyPSIlJVBSRUZJWCUlL3NiaW4vcmFiYml0bXEt c2VydmVyIgorcmFiYml0bXFfY3RsPSIlJVBSRUZJWCUlL3NiaW4vcmFiYml0bXFjdGwiCiAKLXN0 YXJ0X2NtZD0iZW52IEhPTUU9L3Zhci9kYi9yYWJiaXRtcSBzdSAtbSAke3JhYmJpdG1xX3VzZXJ9 IC1jICdzaCAtYyBcIiR7cmFiYml0bXFfbXVsdGl9IHN0YXJ0X2FsbCAke3JhYmJpdG1xX25vZGVz fVwiJyIKLXN0b3BfY21kPSJlbnYgSE9NRT0vdmFyL2RiL3JhYmJpdG1xIHN1IC1tICR7cmFiYml0 bXFfdXNlcn0gLWMgJ3NoIC1jIFwiJHtyYWJiaXRtcV9tdWx0aX0gc3RvcF9hbGxcIiciCi1yb3Rh dGVfbG9nc19jbWQ9ImVudiBIT01FPS92YXIvZGIvcmFiYml0bXEgc3UgLW0gJHtyYWJiaXRtcV91 c2VyfSAtYyAnc2ggLWMgXCIke3JhYmJpdG1xX211bHRpfSByb3RhdGVfbG9nc1wiJyIKLXN0YXR1 c19jbWQ9ImVudiBIT01FPS92YXIvZGIvcmFiYml0bXEgc3UgLW0gJHtyYWJiaXRtcV91c2VyfSAt YyAnc2ggLWMgXCIke3JhYmJpdG1xX211bHRpfSBzdGF0dXNcIiciCitzdGFydF9jbWQ9ImVudiBI T01FPS92YXIvZGIvcmFiYml0bXEgc3UgLW0gJHtyYWJiaXRtcV91c2VyfSAtYyAnc2ggLWMgXCIk e3JhYmJpdG1xX3NlcnZlcn0gLWRldGFjaGVkXCInIgorc3RvcF9jbWQ9ImVudiBIT01FPS92YXIv ZGIvcmFiYml0bXEgc3UgLW0gJHtyYWJiaXRtcV91c2VyfSAtYyAnc2ggLWMgXCIke3JhYmJpdG1x X2N0bH0gc3RvcFwiJyIKK3JvdGF0ZV9sb2dzX2NtZD0iZW52IEhPTUU9L3Zhci9kYi9yYWJiaXRt cSBzdSAtbSAke3JhYmJpdG1xX3VzZXJ9IC1jICdzaCAtYyBcIiR7cmFiYml0bXFfY3RsfSByb3Rh dGVfbG9nc1wiJyIKK3N0YXR1c19jbWQ9ImVudiBIT01FPS92YXIvZGIvcmFiYml0bXEgc3UgLW0g JHtyYWJiaXRtcV91c2VyfSAtYyAnc2ggLWMgXCIke3JhYmJpdG1xX2N0bH0gc3RhdHVzXCInIgog ZXh0cmFfY29tbWFuZHM9InJvdGF0ZV9sb2dzIHN0YXR1cyIKIAogbG9hZF9yY19jb25maWcgJG5h bWUKZGlmZiAtcnVOIHJhYmJpdG1xLm9yaWcvcGtnLXBsaXN0IHJhYmJpdG1xL3BrZy1wbGlzdAot LS0gcmFiYml0bXEub3JpZy9wa2ctcGxpc3QJMjAxMS0wMi0wOSAxNzoxMjowMS4wMDAwMDAwMDAg LTAzMDAKKysrIHJhYmJpdG1xL3BrZy1wbGlzdAkyMDExLTA4LTA1IDEyOjEzOjI1LjAwMDAwMDAw MCAtMDQwMApAQCAtMSw1ICsxLDQgQEAKIHNiaW4vcmFiYml0bXEtZW52Ci1zYmluL3JhYmJpdG1x LW11bHRpCiBzYmluL3JhYmJpdG1xLXNlcnZlcgogc2Jpbi9yYWJiaXRtcWN0bAogbGliL2VybGFu Zy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL0lOU1RBTEwKQEAgLTExLDYgKzEwLDEw IEBACiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9maWxl X2hhbmRsZV9jYWNoZS5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJT SU9OJSUvZWJpbi9nYXRoZXJlci5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXIt JSVWRVJTSU9OJSUvZWJpbi9nZW5fc2VydmVyMi5iZWFtCitsaWIvZXJsYW5nL2xpYi9yYWJiaXRt cV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9nbS5iZWFtCitsaWIvZXJsYW5nL2xpYi9yYWJiaXRt cV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9nbV9zb2FrX3Rlc3QuYmVhbQorbGliL2VybGFuZy9s aWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vZ21fc3BlZWRfdGVzdC5iZWFtCits aWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9nbV90ZXN0cy5i ZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9wZ19s b2NhbC5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJp bi9wcmlvcml0eV9xdWV1ZS5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVW RVJTSU9OJSUvZWJpbi9yYWJiaXQuYXBwCkBAIC00MywxMyArNDYsMTMgQEAKIGxpYi9lcmxhbmcv bGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9lYmluL3JhYmJpdF9kaXJlY3QuYmVhbQog bGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X2Vy cm9yX2xvZ2dlci5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9O JSUvZWJpbi9yYWJiaXRfZXJyb3JfbG9nZ2VyX2ZpbGVfaC5iZWFtCitsaWIvZXJsYW5nL2xpYi9y YWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJiaXRfZXZlbnQuYmVhbQogbGliL2Vy bGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X2V4Y2hhbmdl LmJlYW0KIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9lYmluL3Jh YmJpdF9leGNoYW5nZV90eXBlLmJlYW0KIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZlci0l JVZFUlNJT04lJS9lYmluL3JhYmJpdF9leGNoYW5nZV90eXBlX2RpcmVjdC5iZWFtCiBsaWIvZXJs YW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJiaXRfZXhjaGFuZ2Vf dHlwZV9mYW5vdXQuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lP TiUlL2ViaW4vcmFiYml0X2V4Y2hhbmdlX3R5cGVfaGVhZGVycy5iZWFtCiBsaWIvZXJsYW5nL2xp Yi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJiaXRfZXhjaGFuZ2VfdHlwZV90 b3BpYy5iZWFtCi1saWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJp bi9yYWJiaXRfZXZlbnQuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVS U0lPTiUlL2ViaW4vcmFiYml0X2ZyYW1pbmcuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFf c2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X2ZyYW1pbmdfYW1xcF8wXzguYmVhbQogbGli L2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X2ZyYW1p bmdfYW1xcF8wXzlfMS5iZWFtCkBAIC02MCw4ICs2Myw2IEBACiBsaWIvZXJsYW5nL2xpYi9yYWJi aXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJiaXRfbWVtb3J5X21vbml0b3IuYmVhbQog bGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X21p c2MuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4v cmFiYml0X21uZXNpYS5iZWFtCi1saWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJT SU9OJSUvZWJpbi9yYWJiaXRfbXVsdGkuYmVhbQotbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2Vy dmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X211bHRpX3VzYWdlLmJlYW0KIGxpYi9lcmxhbmcv bGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9lYmluL3JhYmJpdF9tc2dfZmlsZS5iZWFt CiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJiaXRf bXNnX3N0b3JlLmJlYW0KIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04l JS9lYmluL3JhYmJpdF9tc2dfc3RvcmVfZXRzX2luZGV4LmJlYW0KQEAgLTgyLDEwICs4MywxMiBA QAogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0 X3N1cC5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJp bi9yYWJiaXRfdGVzdHMuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVS U0lPTiUlL2ViaW4vcmFiYml0X3Rlc3RzX2V2ZW50X3JlY2VpdmVyLmJlYW0KK2xpYi9lcmxhbmcv bGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9lYmluL3JhYmJpdF90cmFjZS5iZWFtCiBs aWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJiaXRfdHlw ZXMuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4v cmFiYml0X3VwZ3JhZGUuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVS U0lPTiUlL2ViaW4vcmFiYml0X3VwZ3JhZGVfZnVuY3Rpb25zLmJlYW0KIGxpYi9lcmxhbmcvbGli L3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9lYmluL3JhYmJpdF92YXJpYWJsZV9xdWV1ZS5i ZWFtCitsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9yYWJi aXRfdmVyc2lvbi5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9O JSUvZWJpbi9yYWJiaXRfdmhvc3QuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVy LSUlVkVSU0lPTiUlL2ViaW4vcmFiYml0X3dyaXRlci5iZWFtCiBsaWIvZXJsYW5nL2xpYi9yYWJi aXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvZWJpbi9zdXBlcnZpc29yMi5iZWFtCkBAIC05OCw2ICsx MDEsNyBAQAogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL2ViaW4v d29ya2VyX3Bvb2wuYmVhbQogbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lP TiUlL2ViaW4vd29ya2VyX3Bvb2xfc3VwLmJlYW0KIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3Nl cnZlci0lJVZFUlNJT04lJS9lYmluL3dvcmtlcl9wb29sX3dvcmtlci5iZWFtCitsaWIvZXJsYW5n L2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvaW5jbHVkZS9nbV9zcGVjcy5ocmwKIGxp Yi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9pbmNsdWRlL3JhYmJpdC5o cmwKIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9pbmNsdWRlL3Jh YmJpdF9hdXRoX2JhY2tlbmRfc3BlYy5ocmwKIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZl ci0lJVZFUlNJT04lJS9pbmNsdWRlL3JhYmJpdF9hdXRoX21lY2hhbmlzbV9zcGVjLmhybApAQCAt MTA4LDcgKzExMiw2IEBACiBsaWIvZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9O JSUvaW5jbHVkZS9yYWJiaXRfbXNnX3N0b3JlX2luZGV4LmhybAogbGliL2VybGFuZy9saWIvcmFi Yml0bXFfc2VydmVyLSUlVkVSU0lPTiUlL3BsdWdpbnMvUkVBRE1FCiBsaWIvZXJsYW5nL2xpYi9y YWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvc2Jpbi9yYWJiaXRtcS1lbnYKLWxpYi9lcmxhbmcv bGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9zYmluL3JhYmJpdG1xLW11bHRpCiBsaWIv ZXJsYW5nL2xpYi9yYWJiaXRtcV9zZXJ2ZXItJSVWRVJTSU9OJSUvc2Jpbi9yYWJiaXRtcS1zZXJ2 ZXIKIGxpYi9lcmxhbmcvbGliL3JhYmJpdG1xX3NlcnZlci0lJVZFUlNJT04lJS9zYmluL3JhYmJp dG1xY3RsCiBAZGlycm0gbGliL2VybGFuZy9saWIvcmFiYml0bXFfc2VydmVyLSUlVkVSU0lPTiUl L3BsdWdpbnMK --001636e9072758eac704a9c6a60a-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 20:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 800E0106564A for ; Fri, 5 Aug 2011 20:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 504F28FC12 for ; Fri, 5 Aug 2011 20:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75Ko7Uu017855 for ; Fri, 5 Aug 2011 20:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75Ko7gp017854; Fri, 5 Aug 2011 20:50:07 GMT (envelope-from gnats) Date: Fri, 5 Aug 2011 20:50:07 GMT Message-Id: <201108052050.p75Ko7gp017854@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aragon Gouveia Cc: Subject: Re: ports/159528: [PATCH] update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aragon Gouveia List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 20:50:07 -0000 The following reply was made to PR ports/159528; it has been noted by GNATS. From: Aragon Gouveia To: bug-followup@FreeBSD.org Cc: Edwin Groothuis Subject: Re: ports/159528: [PATCH] update to x11-wm/scrotwm Date: Fri, 05 Aug 2011 22:47:56 +0200 Looks good. Thank you for contributing! Please may this patch be committed. From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 21:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E66F106566B for ; Fri, 5 Aug 2011 21:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 454CB8FC13 for ; Fri, 5 Aug 2011 21:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75LUBrv053259 for ; Fri, 5 Aug 2011 21:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75LUBgE053256; Fri, 5 Aug 2011 21:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 21:30:11 GMT Resent-Message-Id: <201108052130.p75LUBgE053256@freefall.freebsd.org> 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 Johnston Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA3651065672 for ; Fri, 5 Aug 2011 21:28:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AF61E8FC08 for ; Fri, 5 Aug 2011 21:28:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p75LScLu008370 for ; Fri, 5 Aug 2011 21:28:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p75LScE3008369; Fri, 5 Aug 2011 21:28:38 GMT (envelope-from nobody) Message-Id: <201108052128.p75LScE3008369@red.freebsd.org> Date: Fri, 5 Aug 2011 21:28:38 GMT From: Mark Johnston To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159535: [patch] add support for building www/websh with EAPI 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, 05 Aug 2011 21:30:11 -0000 >Number: 159535 >Category: ports >Synopsis: [patch] add support for building www/websh with EAPI support >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 Aug 05 21:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mark Johnston >Release: 8.2 >Organization: >Environment: FreeBSD oddish.mark-home 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon May 16 18:43:29 EDT 2011 root@oddish.mark-home:/usr/obj/usr/src/sys/GENERIC i386 >Description: It's possible to build mod_websh for Apache 1.3; if Apache 1.3 is built with EAPI support (as is required for mod_ssl), all modules it uses must also be built with EAPI support in order to avoid the following warning: [warn] Loaded DSO libexec/apache/mod_websh.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) This PR adds a patch to add an option to compile with -DEAPI. It adds the option to the Makefile, and creates a patch to be applied to Makefile.in if the user chooses to enable EAPI support. I'm not sure if this is the best way to do things, I just copied what www/mod_python does for this. I think it would be easier to just write .if defined(WITH_EAPI) CFLAGS+=-DEAPI .endif but I couldn't find any examples of this. If this is the preferred way of adding the variable, let me know and I'll submit a revised patch. The EAPI ports variable is intended to be used with Apache 1.3 only, but setting it with Apache 2 will have no effect since there are no "#ifdef EAPI"s in the Apache 2 headers or the websh code. >How-To-Repeat: Install Apache 1.3 with EAPI support (www/apache13-modssl will do it), install mod_websh and start Apache. >Fix: Recompile mod_websh.so with -DEAPI. Patch attached with submission follows: diff --git a/files/optpatch-EAPI b/files/optpatch-EAPI new file mode 100644 index 0000000..a02d2eb --- /dev/null +++ b/files/optpatch-EAPI @@ -0,0 +1,11 @@ +--- Makefile.in 2011-08-05 16:45:16.000000000 -0400 ++++ Makefile.in 2011-08-05 16:45:34.000000000 -0400 +@@ -147,7 +147,7 @@ INCLUDES = @TCL_INCLUDES@ $(HTTPD_INCLUD + + EXTRA_CFLAGS = $(TCL_DEFS) $(PROTO_FLAGS) $(SECURITY_FLAGS) \ + $(MEM_DEBUG_FLAGS) $(KEYSYM_FLAGS) $(NO_DEPRECATED_FLAGS) \ +- $(TCL_EXTRA_CFLAGS) ++ -DEAPI $(TCL_EXTRA_CFLAGS) + + DEFS = -DVERSION=\"@VERSION@\" -D@PLATFORM@=1 -DUSE_TCL_STUBS=@USE_TCL_STUBS@ $(EXTRA_CFLAGS) + diff --git a/Makefile b/Makefile index 0721003..2aa601d 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ COMMENT= Embeds a TCL8 interpreter in the Apache server MAKE_JOBS_UNSAFE= yes +OPTIONS= EAPI "Build with Apache EAPI support (Apache 1.3 only)" off + TCL_DVER= ${TCL_VER:S/.//} USE_TCL= 84+ @@ -40,6 +42,13 @@ CPPFLAGS+= -I ${LOCALBASE}/include/apr-1 CPPFLAGS+= -Wall -Werror .endif +.include + +pre-patch: +.if defined(WITH_EAPI) + cd ${WRKSRC} && ${PATCH} -s < ${PATCHDIR}/optpatch-WANT_EAPI +.endif + post-patch: ${REINPLACE_CMD} -e 's,/usr/local/websh,${PREFIX},' \ ${WRKSRC:H:H}/doc/mod_websh/conf/websh.conf @@ -85,8 +94,6 @@ post-install: @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/mod_${MODULENAME}.so" @${CAT} ${PKGMESSAGE} -.include - CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 21: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 4FCC71065670; Fri, 5 Aug 2011 21: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 279FE8FC18; Fri, 5 Aug 2011 21: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 p75LUOCK054192; Fri, 5 Aug 2011 21: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 p75LUNie054178; Fri, 5 Aug 2011 21:30:23 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 21:30:23 GMT Message-Id: <201108052130.p75LUNie054178@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159535: [patch] add support for building www/websh with EAPI 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, 05 Aug 2011 21:30:24 -0000 Synopsis: [patch] add support for building www/websh with EAPI support Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 5 21:30:22 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=159535 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 23:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A57A51065678 for ; Fri, 5 Aug 2011 23:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68F1A8FC15 for ; Fri, 5 Aug 2011 23:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p75No7km081627 for ; Fri, 5 Aug 2011 23:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75No7bm081626; Fri, 5 Aug 2011 23:50:07 GMT (envelope-from gnats) Resent-Date: Fri, 5 Aug 2011 23:50:07 GMT Resent-Message-Id: <201108052350.p75No7bm081626@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36D91065672 for ; Fri, 5 Aug 2011 23:48:49 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (www.johnpupu.tw [202.39.243.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8183A8FC0A for ; Fri, 5 Aug 2011 23:48:49 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id EED3853601B; Fri, 5 Aug 2011 13:57:36 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.4/8.14.4/Submit) id p755vYCI001849; Fri, 5 Aug 2011 13:57:34 +0800 (CST) (envelope-from johnpupu) Message-Id: <201108050557.p755vYCI001849@www.johnpupu.tw> Date: Fri, 5 Aug 2011 13:57:34 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@bsdserwis.com Subject: ports/159537: [PATCH] mail/phplist: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 23:50:08 -0000 >Number: 159537 >Category: ports >Synopsis: [PATCH] mail/phplist: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 05 23:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: [DESCRIBE CHANGES] Added file(s): - phplist-2.10.14.tbz Port maintainer (ports@bsdserwis.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- phplist-2.10.13_1.patch begins here --- Files /usr/ports/mail/phplist.orig/phplist-2.10.14.tbz and /usr/ports/mail/phplist/phplist-2.10.14.tbz differ --- phplist-2.10.13_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 5 23:50: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 A8F52106566C; Fri, 5 Aug 2011 23:50:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80A468FC0C; Fri, 5 Aug 2011 23:50: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 p75Notlx087088; Fri, 5 Aug 2011 23:50:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p75Notbu087077; Fri, 5 Aug 2011 23:50:55 GMT (envelope-from edwin) Date: Fri, 5 Aug 2011 23:50:55 GMT Message-Id: <201108052350.p75Notbu087077@freefall.freebsd.org> To: johnpupu@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159537: [PATCH] mail/phplist: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 23:50:55 -0000 Synopsis: [PATCH] mail/phplist: [SUMMARIZE CHANGES] State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Aug 5 23:50:54 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159537 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 00: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 A2401106566C for ; Sat, 6 Aug 2011 00: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 85FE38FC13 for ; Sat, 6 Aug 2011 00:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7600Qk0090028 for ; Sat, 6 Aug 2011 00: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 p7600QZA090026; Sat, 6 Aug 2011 00:00:26 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 00:00:26 GMT Message-Id: <201108060000.p7600QZA090026@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159537: [PATCH] mail/phplist: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 00:00:26 -0000 The following reply was made to PR ports/159537; it has been noted by GNATS. From: Edwin Groothuis To: ports@bsdserwis.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159537: [PATCH] mail/phplist: [SUMMARIZE CHANGES] Date: Fri, 5 Aug 2011 23:50:52 UT Maintainer of mail/phplist, Please note that PR ports/159537 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/159537 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 00:34:01 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 732BC106566C for ; Sat, 6 Aug 2011 00:34:01 +0000 (UTC) (envelope-from evgeniy@kosov.su) Received: from relay-out.cm.hc.ru (relay-out.cm.hc.ru [89.111.178.10]) by mx1.freebsd.org (Postfix) with ESMTP id 2248A8FC17 for ; Sat, 6 Aug 2011 00:34:00 +0000 (UTC) Received: from web2.cm.hc.ru ([89.111.177.20]:14607 helo=webmail.cm.hc.ru) by smtp.cm.hc.ru with esmtpa (envelope-from ) authenticated with eugene@d29c38cad404e3e97d3f6527c4a3cf5f.hash.cm.hc.ru id 1QpUI8-000DLT-61; Sat, 06 Aug 2011 03:59:00 +0400 Received: from vpnbox.corp.hostcomm.ru ([89.104.90.82]) via vpnbox.corp.hostcomm.ru ([89.104.90.82]) by mail.hc.ru with HTTP (HTTP/1.0 POST); Sat, 06 Aug 2011 03:59:00 +0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_f63d9fddbd42baa0bf4a7b317b55e043" Date: Sat, 06 Aug 2011 03:59:00 +0400 From: Evgeniy Kosov To: , In-Reply-To: <201108051800.p75I0JW7061585@freefall.freebsd.org> References: <201108051800.p75I0JW7061585@freefall.freebsd.org> Message-ID: <3795ffe8b953398e7d9012fdf30ee163@kosov01.mass.hc.ru> X-Sender: evgeniy@kosov.su User-Agent: Hosting-Center webmail X-HC-Relay: 4 Cc: Subject: Re: ports/159533: [PATCH] devel/p5-Getopt-Compact: lost 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: Sat, 06 Aug 2011 00:34:01 -0000 --=_f63d9fddbd42baa0bf4a7b317b55e043 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8; format=flowed Hello, The attached patch above somehow managed to broke, while I was trying to send send-pr generated report via another mail client. My bad. :-/ Please use the patch attached to this e-mail. Thank you. -- Regards, Evgeniy Kosov --=_f63d9fddbd42baa0bf4a7b317b55e043 Content-Transfer-Encoding: base64 Content-Type: text/plain; name=p5-Getopt-Compact.patch Content-Disposition: attachment; filename=p5-Getopt-Compact.patch LS0tIHA1LUdldG9wdC1Db21wYWN0Lm9yaWcvTWFrZWZpbGUJMjAxMC0wOS0yMyAwNjozNzo1NS4w MDAwMDAwMDAgKzA0MDAKKysrIHA1LUdldG9wdC1Db21wYWN0L01ha2VmaWxlCTIwMTEtMDgtMDYg MDM6NDg6MTcuMTE4MDgzMDAwICswNDAwCkBAIC0xNCw2ICsxNCwxMSBAQAogTUFJTlRBSU5FUj0J cGVybEBGcmVlQlNELm9yZwogQ09NTUVOVD0JZ2V0b3B0IHByb2Nlc3NpbmcgaW4gYSBjb21wYWN0 IHN0YXRlbWVudCB3aXRoIGJvdGggbG9uZyBhbmQgc2hvcnQgb3B0aW9ucywgYW5kIHVzYWdlIGZ1 bmN0aW9uYWxpdHkKIAorUlVOX0RFUEVORFM9CSR7U0lURV9QRVJMfS9HZXRvcHQvTG9uZy5wbTok e1BPUlRTRElSfS9kZXZlbC9wNS1HZXRvcHQtTG9uZyBcCisJCSR7U0lURV9QRVJMfS9UZXh0L1Rh YmxlLnBtOiR7UE9SVFNESVJ9L3RleHRwcm9jL3A1LVRleHQtVGFibGUgXAorCQkke1NJVEVfUEVS TH0vRW52L1BhdGgucG06JHtQT1JUU0RJUn0vZGV2ZWwvcDUtRW52LVBhdGgKK0JVSUxEX0RFUEVO RFM9CSR7UlVOX0RFUEVORFN9CisKIFBFUkxfQ09ORklHVVJFPQl5ZXMKIAogTUFOMz0JCUdldG9w dDo6Q29tcGFjdC4zIFwK --=_f63d9fddbd42baa0bf4a7b317b55e043-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 01:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 119EC1065670 for ; Sat, 6 Aug 2011 01:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C7BBA8FC12 for ; Sat, 6 Aug 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 p761e9sk085397 for ; Sat, 6 Aug 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 p761e9tB085396; Sat, 6 Aug 2011 01:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 01:40:09 GMT Resent-Message-Id: <201108060140.p761e9tB085396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6A7106566B for ; Sat, 6 Aug 2011 01:35:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8B858FC18 for ; Sat, 6 Aug 2011 01:35: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 p761Z62d085113 for ; Sat, 6 Aug 2011 01:35:06 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p761Z6o0085112; Sat, 6 Aug 2011 01:35:06 GMT (envelope-from dougb) Message-Id: <201108060135.p761Z6o0085112@freefall.freebsd.org> Date: Sat, 6 Aug 2011 01:35:06 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159538: audio/squeezeboxserver has a direct mysql dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 01:40:10 -0000 >Number: 159538 >Category: ports >Synopsis: audio/squeezeboxserver has a direct mysql dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 01:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: When using WITH_MYSQL_VER= 52 this port fails because of the direct dependency on mysqld. For example: /usr/ports/audio/squeezeboxserver (squeezeboxserver-7.5.4) Error. RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found >How-To-Repeat: See above. >Fix: The following patch should do the trick, but should be tested: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/squeezeboxserver/Makefile,v retrieving revision 1.81 diff -u -r1.81 Makefile --- Makefile 9 Jul 2011 17:44:14 -0000 1.81 +++ Makefile 6 Aug 2011 01:31:00 -0000 @@ -60,13 +60,9 @@ RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif -USE_MYSQL= yes +USE_MYSQL= server IGNORE_WITH_MYSQL= 323 40 -# We need a dependency on the server because squeezecenter runs the binary -# directly with a non-standard config. -RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server - .if !defined(WITHOUT_APE) RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 01: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 E78D5106566B; Sat, 6 Aug 2011 01: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 BE6F18FC15; Sat, 6 Aug 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 p761eJ0q085812; Sat, 6 Aug 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 p761eJP3085808; Sat, 6 Aug 2011 01:40:19 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 01:40:19 GMT Message-Id: <201108060140.p761eJP3085808@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brooks@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159538: audio/squeezeboxserver has a direct mysql dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 01:40:20 -0000 Synopsis: audio/squeezeboxserver has a direct mysql dependency Responsible-Changed-From-To: freebsd-ports-bugs->brooks Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 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=159538 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 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 629841065672 for ; Sat, 6 Aug 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 245C98FC12 for ; Sat, 6 Aug 2011 01: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 p761oBkw094515 for ; Sat, 6 Aug 2011 01: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 p761oAZd094514; Sat, 6 Aug 2011 01:50:10 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 01:50:10 GMT Resent-Message-Id: <201108060150.p761oAZd094514@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C201065679 for ; Sat, 6 Aug 2011 01:40:49 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 49BF38FC15 for ; Sat, 6 Aug 2011 01:40:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p761enUp089581 for ; Sat, 6 Aug 2011 01:40:49 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p761en4Z089570; Sat, 6 Aug 2011 01:40:49 GMT (envelope-from dougb) Message-Id: <201108060140.p761en4Z089570@freefall.freebsd.org> Date: Sat, 6 Aug 2011 01:40:49 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159539: databases/akonadi has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 01:50:11 -0000 >Number: 159539 >Category: ports >Synopsis: databases/akonadi has a direct mysqld dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 01:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: This port has a direct dependency on mysql which breaks when using WITH_MYSQL_VER= 52. For example: /usr/ports/databases/akonadi (akonadi-1.6.0) Error. BUILD_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found It's likely that the direct dependency is not needed at all because the port already has 'USE_MYSQL= server'. >How-To-Repeat: See above. >Fix: The following patch should do the trick, but should be tested: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/akonadi/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 17 Jul 2011 17:52:04 -0000 1.30 +++ Makefile 6 Aug 2011 01:37:22 -0000 @@ -19,8 +19,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ soprano.4:${PORTSDIR}/textproc/soprano -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${QT_PREFIX}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin # Let process generate meaningful backtrace on core dump >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 01:50: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 E4DA71065672; Sat, 6 Aug 2011 01:50:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BC6408FC15; Sat, 6 Aug 2011 01:50: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 p761oLBJ095075; Sat, 6 Aug 2011 01:50:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p761oL6C095063; Sat, 6 Aug 2011 01:50:21 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 01:50:21 GMT Message-Id: <201108060150.p761oL6C095063@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159539: databases/akonadi has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 01:50:22 -0000 Synopsis: databases/akonadi has a direct mysqld dependency Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 01:50:21 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159539 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02: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 ECD0D1065673 for ; Sat, 6 Aug 2011 02: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 A98E68FC14 for ; Sat, 6 Aug 2011 02:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7620QSj003062 for ; Sat, 6 Aug 2011 02: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 p7620Qkt003061; Sat, 6 Aug 2011 02:00:26 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 02:00:26 GMT Resent-Message-Id: <201108060200.p7620Qkt003061@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4860E106564A for ; Sat, 6 Aug 2011 01:52:18 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 376CD8FC0A for ; Sat, 6 Aug 2011 01:52: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 p761qIOg002800 for ; Sat, 6 Aug 2011 01:52:18 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p761qIfM002799; Sat, 6 Aug 2011 01:52:18 GMT (envelope-from dougb) Message-Id: <201108060152.p761qIfM002799@freefall.freebsd.org> Date: Sat, 6 Aug 2011 01:52:18 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159540: devel/msp430-libc Makefile has a tiny parsing error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:00:27 -0000 >Number: 159540 >Category: ports >Synopsis: devel/msp430-libc Makefile has a tiny parsing error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 02:00:26 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The Makefile has: PORTGCCVERSION= "" which does the right thing for the post part, but can cause problems with, for example, 'make describe': /usr/ports/devel/msp430-libc (msp430-libc-gcc4-1.0.20110612) Error. BUILD_DEPENDS /usr/ports/devel/msp430-gcc"" -- dependency not found >How-To-Repeat: See above >Fix: The following patch fixes 'make describe' for me, but should be tested. Note, this is (somewhat annoyingly) different from how the equivalent in PLIST_SUB is handled, in part because of how make(1) parses its variables. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/msp430-libc/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 28 Jul 2011 11:52:43 -0000 1.26 +++ Makefile 6 Aug 2011 01:42:33 -0000 @@ -43,7 +43,7 @@ BUILD_DEPENDS+= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc PLIST_SUB+= GCC3="@comment " GCC4="" NEEDGCCVERSION= 4 -PORTGCCVERSION= "" +PORTGCCVERSION= OTHEGCCVERSION= 3 .elif defined(WITH_GCC3) PLIST_SUB+= GCC3="" GCC4="@comment " >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02:00:37 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F8501065675; Sat, 6 Aug 2011 02:00:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7730E8FC16; Sat, 6 Aug 2011 02:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7620bBU003582; Sat, 6 Aug 2011 02:00:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7620bcU003573; Sat, 6 Aug 2011 02:00:37 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 02:00:37 GMT Message-Id: <201108060200.p7620bcU003573@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159540: devel/msp430-libc Makefile has a tiny parsing error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:00:37 -0000 Synopsis: devel/msp430-libc Makefile has a tiny parsing error Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 02:00:36 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159540 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02: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 3F9F4106566B for ; Sat, 6 Aug 2011 02: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 EC9A68FC19 for ; Sat, 6 Aug 2011 02:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p762A62o011970 for ; Sat, 6 Aug 2011 02: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 p762A6eI011969; Sat, 6 Aug 2011 02:10:06 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 02:10:06 GMT Resent-Message-Id: <201108060210.p762A6eI011969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B7341065670 for ; Sat, 6 Aug 2011 02:08:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8C38FC19 for ; Sat, 6 Aug 2011 02:08: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 p7628u0b011911 for ; Sat, 6 Aug 2011 02:08:56 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7628uLm011910; Sat, 6 Aug 2011 02:08:56 GMT (envelope-from dougb) Message-Id: <201108060208.p7628uLm011910@freefall.freebsd.org> Date: Sat, 6 Aug 2011 02:08:56 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159541: games/mkgichessclub has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:10:07 -0000 >Number: 159541 >Category: ports >Synopsis: games/mkgichessclub has a direct mysqld dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 02:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The port has a direct dependency on mysqld, which causes problems when using WITH_MYSQL_VER= 52: /usr/ports/games/mkgichessclub (mkgichessclub-2.2.0) Error. RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found >How-To-Repeat: See above. >Fix: Apply the following patch. It accomplishes the same goal as mysql-server>=4 by using IGNORE_WITH_MYSQL Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/mkgichessclub/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 7 Dec 2008 17:13:03 -0000 1.2 +++ Makefile 6 Aug 2011 02:02:06 -0000 @@ -15,8 +15,6 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A chess playing server with a pure web interface -RUN_DEPENDS= mysql-server>=4:${PORTSDIR}/databases/mysql${MYSQL_VER}-server - OPTIONS= GNUCHESS "Install gnuchess robot" on \ PHALANX "Install phalanx robot" on @@ -24,7 +22,8 @@ SUB_FILES= pkg-message -USE_MYSQL= yes +USE_MYSQL= server +IGNORE_WITH_MYSQL= 323 USE_PHP= mysql pcre session USE_PYTHON= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02: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 AD56D1065670; Sat, 6 Aug 2011 02: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 84CE48FC08; Sat, 6 Aug 2011 02: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 p762AGZ6012368; Sat, 6 Aug 2011 02: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 p762AGwK012359; Sat, 6 Aug 2011 02:10:16 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 02:10:16 GMT Message-Id: <201108060210.p762AGwK012359@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nivit@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159541: games/mkgichessclub has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:10:16 -0000 Synopsis: games/mkgichessclub has a direct mysqld dependency Responsible-Changed-From-To: freebsd-ports-bugs->nivit Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 02: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=159541 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02: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 2BF751065670 for ; Sat, 6 Aug 2011 02: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 AA1038FC0C for ; Sat, 6 Aug 2011 02:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p762K9OX022163 for ; Sat, 6 Aug 2011 02:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p762K9Zc022162; Sat, 6 Aug 2011 02:20:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 02:20:09 GMT Resent-Message-Id: <201108060220.p762K9Zc022162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DFAA1065688 for ; Sat, 6 Aug 2011 02:15:52 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F11128FC12 for ; Sat, 6 Aug 2011 02:15: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 p762FpFD021532 for ; Sat, 6 Aug 2011 02:15:51 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p762FpUG021531; Sat, 6 Aug 2011 02:15:51 GMT (envelope-from dougb) Message-Id: <201108060215.p762FpUG021531@freefall.freebsd.org> Date: Sat, 6 Aug 2011 02:15:51 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159542: security/pantera has a direct dependency on mysqld X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:20:10 -0000 >Number: 159542 >Category: ports >Synopsis: security/pantera has a direct dependency on mysqld >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 02:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The port has a direct dependency on mysqld, which is a problem when using WITH_MYSQL_VER= 52: /usr/ports/security/pantera (pantera-0.1.1) Error. BUILD_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found >How-To-Repeat: See above. >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/pantera/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 19 Oct 2010 21:29:04 -0000 1.4 +++ Makefile 6 Aug 2011 02:12:55 -0000 @@ -21,13 +21,14 @@ BROKEN= bad dependency line .if !defined(WITHOUT_MYSQL_SERVER) -BUILD_DEPENDS+= mysql:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +USE_MYSQL= server +.else +USE_MYSQL= yes .endif WRKSRC= ${WRKDIR}/Pantera_Release USE_ZIP= yes USE_PYTHON= yes -USE_MYSQL= yes NO_BUILD= yes SUB_FILES= pkg-message pantera.sh SUB_LIST+= SCRIPTDIR=${SCRIPTDIR} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02: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 630BF10656B0; Sat, 6 Aug 2011 02: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 3A8DC8FC12; Sat, 6 Aug 2011 02:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p762KLhx022825; Sat, 6 Aug 2011 02:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p762KLa0022815; Sat, 6 Aug 2011 02:20:21 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 02:20:21 GMT Message-Id: <201108060220.p762KLa0022815@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dougb@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159542: security/pantera has a direct dependency on mysqld X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:20:21 -0000 Synopsis: security/pantera has a direct dependency on mysqld Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 02:20:20 UTC 2011 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159542 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02:30:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 862961065675 for ; Sat, 6 Aug 2011 02:30: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 494F88FC0A for ; Sat, 6 Aug 2011 02:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p762UGH2030874 for ; Sat, 6 Aug 2011 02:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p762UGmm030868; Sat, 6 Aug 2011 02:30:16 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 02:30:16 GMT Resent-Message-Id: <201108060230.p762UGmm030868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21783106564A for ; Sat, 6 Aug 2011 02:20:49 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 109028FC0C for ; Sat, 6 Aug 2011 02:20:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p762Km6T026981 for ; Sat, 6 Aug 2011 02:20:48 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p762Kmer026973; Sat, 6 Aug 2011 02:20:48 GMT (envelope-from dougb) Message-Id: <201108060220.p762Kmer026973@freefall.freebsd.org> Date: Sat, 6 Aug 2011 02:20:48 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159543: www/b2evolution has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:30:16 -0000 >Number: 159543 >Category: ports >Synopsis: www/b2evolution has a direct mysqld dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 02:30:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The port has a direct dependency on mysqld, which causes problems when using WITH_MYSQL_VER= 52: /usr/ports/www/b2evolution (b2evolution-3.3.3) Error. RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found >How-To-Repeat: See above. >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/b2evolution/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 15 Aug 2010 18:12:22 -0000 1.25 +++ Makefile 6 Aug 2011 02:17:58 -0000 @@ -36,8 +36,7 @@ .include .if defined(WITH_LOCAL_DB_SERVER) -USE_MYSQL= YES -RUN_DEPENDS+= mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +USE_MYSQL= server .endif pre-everything:: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 02:30:27 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E704106566B; Sat, 6 Aug 2011 02: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 462D08FC13; Sat, 6 Aug 2011 02: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 p762UR6c031940; Sat, 6 Aug 2011 02: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 p762URAT031929; Sat, 6 Aug 2011 02:30:27 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 02:30:27 GMT Message-Id: <201108060230.p762URAT031929@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159543: www/b2evolution has a direct mysqld dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 02:30:27 -0000 Synopsis: www/b2evolution has a direct mysqld dependency Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 02:30:26 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159543 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 03:49: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 83095106566B; Sat, 6 Aug 2011 03:49:55 +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 5ABEA8FC14; Sat, 6 Aug 2011 03:49: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 p763ntqF005216; Sat, 6 Aug 2011 03:49:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p763ntS3005212; Sat, 6 Aug 2011 03:49:55 GMT (envelope-from linimon) Date: Sat, 6 Aug 2011 03:49:55 GMT Message-Id: <201108060349.p763ntS3005212@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, timur@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159531: net/samba4-devel build stops during configure and, later, compiling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 03:49:55 -0000 Old Synopsis: [net][samba4-devel] build stops during configure and, later, compiling New Synopsis: net/samba4-devel build stops during configure and, later, compiling Responsible-Changed-From-To: freebsd-ports-bugs->timur Responsible-Changed-By: linimon Responsible-Changed-When: Sat Aug 6 03:49:16 UTC 2011 Responsible-Changed-Why: Convert Synopsis into canonical form and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=159531 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 03:52: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 AA9CE1065670; Sat, 6 Aug 2011 03:52:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 822518FC08; Sat, 6 Aug 2011 03:52: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 p763q3ew013374; Sat, 6 Aug 2011 03:52:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p763q32K013370; Sat, 6 Aug 2011 03:52:03 GMT (envelope-from linimon) Date: Sat, 6 Aug 2011 03:52:03 GMT Message-Id: <201108060352.p763q32K013370@freefall.freebsd.org> To: pneumann@gmail.com, andrew@flarn.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159364: Update net/rabbitmq to 2.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 03:52:03 -0000 Synopsis: Update net/rabbitmq to 2.5.1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Aug 6 03:51:36 UTC 2011 State-Changed-Why: Maintainer has responded with updated patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=159364 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 03:55: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 796B3106566C; Sat, 6 Aug 2011 03:55:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 50DD68FC14; Sat, 6 Aug 2011 03:55: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 p763tVus013503; Sat, 6 Aug 2011 03:55:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p763tVKc013499; Sat, 6 Aug 2011 03:55:31 GMT (envelope-from linimon) Date: Sat, 6 Aug 2011 03:55:31 GMT Message-Id: <201108060355.p763tVKc013499@freefall.freebsd.org> To: aragon@phat.za.net, niclas.zeising@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159528: [PATCH] update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 03:55:31 -0000 Synopsis: [PATCH] update to x11-wm/scrotwm State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Aug 6 03:52:57 UTC 2011 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=159528 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 03:58: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 B2894106564A; Sat, 6 Aug 2011 03:58:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89F288FC17; Sat, 6 Aug 2011 03:58: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 p763whtH013635; Sat, 6 Aug 2011 03:58:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p763whI4013631; Sat, 6 Aug 2011 03:58:43 GMT (envelope-from linimon) Date: Sat, 6 Aug 2011 03:58:43 GMT Message-Id: <201108060358.p763whI4013631@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sylvio@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159524: [PATCH] fix net-mgmt/net-snmp 5.7 returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 03:58:43 -0000 Old Synopsis: [PATCH] fix net-SNMP 5.7 returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed New Synopsis: [PATCH] fix net-mgmt/net-snmp 5.7 returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: linimon Responsible-Changed-When: Sat Aug 6 03:57:30 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=159524 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 05: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 CB7871065670 for ; Sat, 6 Aug 2011 05: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 9B72E8FC0A for ; Sat, 6 Aug 2011 05: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 p7650NIx068524 for ; Sat, 6 Aug 2011 05: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 p7650NHg068523; Sat, 6 Aug 2011 05:00:23 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 05:00:23 GMT Resent-Message-Id: <201108060500.p7650NHg068523@freefall.freebsd.org> 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 677CF106566B for ; Sat, 6 Aug 2011 04: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 4C96C8FC0A for ; Sat, 6 Aug 2011 04: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 p764ukGO034298 for ; Sat, 6 Aug 2011 04:56:46 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p764ukJx034297; Sat, 6 Aug 2011 04:56:46 GMT (envelope-from nobody) Message-Id: <201108060456.p764ukJx034297@red.freebsd.org> Date: Sat, 6 Aug 2011 04:56:46 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159544: [New Port] graphics/py-imaging-sane X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 05:00:23 -0000 >Number: 159544 >Category: ports >Synopsis: [New Port] graphics/py-imaging-sane >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 05:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: >Organization: N/A >Environment: >Description: Tested in amd64 8-STABLE tinderbox. The Python binding for Sane is part of Python Imaging Library. The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The main distribution site for this software is: WWW: http://www.pythonware.com/products/pil/index.htm The PIL handbook is not included in this distribution; to get the latest version, check: http://www.pythonware.com/library.htm >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-imaging-sane/ # py-imaging-sane/files # py-imaging-sane/files/patch-setup.py # py-imaging-sane/Makefile # py-imaging-sane/distinfo # py-imaging-sane/pkg-descr # py-imaging-sane/pkg-plist # echo c - py-imaging-sane/ mkdir -p py-imaging-sane/ > /dev/null 2>&1 echo c - py-imaging-sane/files mkdir -p py-imaging-sane/files > /dev/null 2>&1 echo x - py-imaging-sane/files/patch-setup.py sed 's/^X//' >py-imaging-sane/files/patch-setup.py << 'ac92b50434e145484ad158fa498f2389' X--- setup.py.orig 2009-11-01 08:44:12.000000000 +0800 X+++ setup.py 2011-08-05 16:18:06.000000000 +0800 X@@ -11,13 +11,13 @@ X pass X X sane = Extension('_sane', X- include_dirs = [PIL_IMAGING_DIR], X+ include_dirs = [PIL_IMAGING_DIR, '/usr/local/include'], X libraries = ['sane'], X- library_dirs = [PIL_IMAGING_DIR], X+ library_dirs = [PIL_IMAGING_DIR, '/usr/local/lib'], X define_macros = defs, X sources = ['_sane.c']) X X-setup (name = 'pysane', X+setup (name = 'sane', X version = '2.0', X description = 'This is the pysane package', X py_modules = ['sane'], ac92b50434e145484ad158fa498f2389 echo x - py-imaging-sane/Makefile sed 's/^X//' >py-imaging-sane/Makefile << '430d3ddfd9cff15adce355a56d9ac31c' X# New ports collection makefile for: py-imaging-sane X# Date created: 5 August 2011 X# Whom: buganini@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= sane XPORTVERSION= 2.0 XCATEGORIES= graphics python XMASTER_SITES= http://effbot.org/media/downloads/ \ X http://www.pythonware.net/storage/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}imaging- XDISTNAME= Imaging-1.1.7 X XMAINTAINER= buganini@gmail.com XCOMMENT= The Python binding for Sane X XLIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends X XDIST_SUBDIR= python XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XWRKSRC= ${WRKDIR}/${DISTNAME}/Sane X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py X X.include 430d3ddfd9cff15adce355a56d9ac31c echo x - py-imaging-sane/distinfo sed 's/^X//' >py-imaging-sane/distinfo << '3f96dc391f89e8c37d4143816b8e1db1' XSHA256 (python/Imaging-1.1.7.tar.gz) = 895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211 XSIZE (python/Imaging-1.1.7.tar.gz) = 498749 3f96dc391f89e8c37d4143816b8e1db1 echo x - py-imaging-sane/pkg-descr sed 's/^X//' >py-imaging-sane/pkg-descr << 'ae37f4512ae02706df975793c279aeb3' XThe Python binding for Sane is part of Python Imaging Library. X XThe Python Imaging Library adds image processing capabilities to your XPython interpreter. This library provides extensive file format Xsupport, an efficient internal representation, and fairly powerful Ximage processing capabilities. X XThe main distribution site for this software is: X XWWW: http://www.pythonware.com/products/pil/index.htm X XThe PIL handbook is not included in this distribution; to get the Xlatest version, check: X X http://www.pythonware.com/library.htm ae37f4512ae02706df975793c279aeb3 echo x - py-imaging-sane/pkg-plist sed 's/^X//' >py-imaging-sane/pkg-plist << '848d17908c51bc1ed1ef9a97e02ca72c' X%%PYTHON_SITELIBDIR%%/_sane.so X%%PYTHON_SITELIBDIR%%/sane.py X%%PYTHON_SITELIBDIR%%/sane.pyc X%%PYTHON_SITELIBDIR%%/sane.pyo 848d17908c51bc1ed1ef9a97e02ca72c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 08: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 708F01065670 for ; Sat, 6 Aug 2011 08: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 45FDC8FC0A for ; Sat, 6 Aug 2011 08: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 p768e8vT005245 for ; Sat, 6 Aug 2011 08: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 p768e80C005244; Sat, 6 Aug 2011 08:40:08 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 08:40:08 GMT Resent-Message-Id: <201108060840.p768e80C005244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, carsten@sitracker.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA400106566C for ; Sat, 6 Aug 2011 08:39:37 +0000 (UTC) (envelope-from tomse@ns1.flipmode.dk) Received: from mail.flipmode.dk (0604ds1-oel.1.fullrate.dk [90.184.211.141]) by mx1.freebsd.org (Postfix) with SMTP id 110FB8FC0C for ; Sat, 6 Aug 2011 08:39:36 +0000 (UTC) Received: (qmail 34606 invoked by uid 1010); 6 Aug 2011 08:12:53 -0000 Received: from 127.0.0.1 by ns1.flipmode.dk (envelope-from , uid 1009) with qmail-scanner-1.25-st-qms (spamassassin: 3.2.5. perlscan: 1.25-st-qms. Clear:RC:1(127.0.0.1):. Processed in 0.257586 secs); 06 Aug 2011 08:12:53 -0000 Received: from unknown (HELO ns1.flipmode.dk) (127.0.0.1) by mail.flipmode.dk with SMTP; 6 Aug 2011 08:12:53 -0000 Received: (from tomse@localhost) by ns1.flipmode.dk (8.14.3/8.14.3/Submit) id p768CqMP034598; Sat, 6 Aug 2011 10:12:52 +0200 (CEST) (envelope-from tomse) Message-Id: <201108060812.p768CqMP034598@ns1.flipmode.dk> Date: Sat, 6 Aug 2011 10:12:52 +0200 (CEST) From: carsten@sitracker.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159545: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: carsten@sitracker.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 08:40:08 -0000 >Number: 159545 >Category: ports >Synopsis: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 08:40:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Carsten Jensen >Release: FreeBSD 8.1-RELEASE i386 >Organization: sitracker.org >Environment: System: FreeBSD freebsd.vmhost.local 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo >Description: >How-To-Repeat: >Fix: diff -ruN sit.old/Makefile sit/Makefile --- sit.old/Makefile 2011-08-06 08:27:36.000000000 +0200 +++ sit/Makefile 2011-08-06 09:01:32.000000000 +0200 @@ -6,9 +6,9 @@ # PORTNAME= sit -PORTVERSION= 3.63p1 +PORTVERSION= 3.64 CATEGORIES= www -MASTER_SITES= SF/sitracker/stable/3.63/ +MASTER_SITES= SF/sitracker/stable/${PORTVERSION}/ DISTNAME= sit_${PORTVERSION} MAINTAINER= carsten@sitracker.org @@ -20,7 +20,7 @@ WANT_PHP_WEB= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/sit-3.63 +WRKSRC= ${WRKDIR}/sit-${PORTVERSION} SUB_FILES= pkg-message diff -ruN sit.old/distinfo sit/distinfo --- sit.old/distinfo 2011-08-06 08:27:36.000000000 +0200 +++ sit/distinfo 2011-08-06 08:58:32.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (sit_3.63p1.tar.gz) = 51a30226e77ae66cceb8b4007358d6b4c1d6f2854116e3ad8733a2bb81ae1306 -SIZE (sit_3.63p1.tar.gz) = 2996048 +SHA256 (sit_3.64.tar.gz) = 067b38e035ae1fd9f285c95ba493eb932060b68195f96dc9784ed5c9d4a4c1ca +SIZE (sit_3.64.tar.gz) = 3028121 diff -ruN sit.old/pkg-plist sit/pkg-plist --- sit.old/pkg-plist 2011-08-06 08:27:36.000000000 +0200 +++ sit/pkg-plist 2011-08-06 09:01:56.000000000 +0200 @@ -168,6 +168,44 @@ %%WWWDIR%%/help/da-DK/help.html %%WWWDIR%%/help/da-DK/portal_help.html %%WWWDIR%%/help/da-DK/tips.txt +%%WWWDIR%%/help/de-DE/AddressDataProtection.txt +%%WWWDIR%%/help/de-DE/AutoAssignIncidents.txt +%%WWWDIR%%/help/de-DE/CTRLAddRemove.txt +%%WWWDIR%%/help/de-DE/CustomerImpactEngineer.txt +%%WWWDIR%%/help/de-DE/Dashboard.txt +%%WWWDIR%%/help/de-DE/EmailDataProtection.txt +%%WWWDIR%%/help/de-DE/EmailSignatureTip.txt +%%WWWDIR%%/help/de-DE/InventoryID.txt +%%WWWDIR%%/help/de-DE/InventoryPrivacy.txt +%%WWWDIR%%/help/de-DE/KBDistribution.txt +%%WWWDIR%%/help/de-DE/KBPrivate.txt +%%WWWDIR%%/help/de-DE/KBRestricted.txt +%%WWWDIR%%/help/de-DE/LDAPAttributeMap.txt +%%WWWDIR%%/help/de-DE/MessageTip.txt +%%WWWDIR%%/help/de-DE/NewSupportedContact.txt +%%WWWDIR%%/help/de-DE/OtherIncidents.txt +%%WWWDIR%%/help/de-DE/ProblemDescriptionEngineer.txt +%%WWWDIR%%/help/de-DE/ProblemReproductionEngineer.txt +%%WWWDIR%%/help/de-DE/QualificationsTip.txt +%%WWWDIR%%/help/de-DE/RevokeNotice.txt +%%WWWDIR%%/help/de-DE/Scheduler.txt +%%WWWDIR%%/help/de-DE/SchedulerParameters.txt +%%WWWDIR%%/help/de-DE/SchedulerStatus.txt +%%WWWDIR%%/help/de-DE/SeparatedBySpaces.txt +%%WWWDIR%%/help/de-DE/ServiceLevelCustomerPeriod.txt +%%WWWDIR%%/help/de-DE/ServiceLevelEngineerPeriod.txt +%%WWWDIR%%/help/de-DE/ServiceLevelLimit.txt +%%WWWDIR%%/help/de-DE/ServiceLevelTimed.txt +%%WWWDIR%%/help/de-DE/SetYourStatus.txt +%%WWWDIR%%/help/de-DE/SiteIncidentVisibility.txt +%%WWWDIR%%/help/de-DE/TaskPrivacy.txt +%%WWWDIR%%/help/de-DE/TaskUser.txt +%%WWWDIR%%/help/de-DE/TelephoneDataProtection.txt +%%WWWDIR%%/help/de-DE/UserSource.txt +%%WWWDIR%%/help/de-DE/UserStartdate.txt +%%WWWDIR%%/help/de-DE/VisibleToCustomer.txt +%%WWWDIR%%/help/de-DE/WorkAroundsAttemptedEngineer.txt +%%WWWDIR%%/help/de-DE/portal_help.html %%WWWDIR%%/help/en-GB/AddressDataProtection.txt %%WWWDIR%%/help/en-GB/AutoAssignIncidents.txt %%WWWDIR%%/help/en-GB/CTRLAddRemove.txt @@ -2095,6 +2133,7 @@ @dirrm %%WWWDIR%%/help/es-MX @dirrm %%WWWDIR%%/help/en-US @dirrm %%WWWDIR%%/help/en-GB +@dirrm %%WWWDIR%%/help/de-DE @dirrm %%WWWDIR%%/help/da-DK @dirrm %%WWWDIR%%/help/cy-GB @dirrm %%WWWDIR%%/help >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 08:40:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E10F10656B0; Sat, 6 Aug 2011 08:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15CB58FC13; Sat, 6 Aug 2011 08: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 p768eHmN005498; Sat, 6 Aug 2011 08:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p768eHrs005494; Sat, 6 Aug 2011 08:40:17 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 08:40:17 GMT Message-Id: <201108060840.p768eHrs005494@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/159545: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 08:40:18 -0000 Synopsis: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sat Aug 6 08:40:17 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=159545 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 09:20: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 569F7106566B; Sat, 6 Aug 2011 09:20:28 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EAFB8FC1B; Sat, 6 Aug 2011 09:20: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 p769KSDb042327; Sat, 6 Aug 2011 09:20:28 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p769KSNi042318; Sat, 6 Aug 2011 09:20:28 GMT (envelope-from beech) Date: Sat, 6 Aug 2011 09:20:28 GMT Message-Id: <201108060920.p769KSNi042318@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Cc: Subject: Re: ports/159545: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 09:20:28 -0000 Synopsis: Update port: www/sit - Incident tracker / Help Desk based on Apache/MySQL/PHP Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Aug 6 09:19:51 UTC 2011 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=159545 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 11:40:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F7A81065675 for ; Sat, 6 Aug 2011 11:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 040958FC1A for ; Sat, 6 Aug 2011 11:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76Be8Qh074109 for ; Sat, 6 Aug 2011 11: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 p76Be88J074108; Sat, 6 Aug 2011 11:40:08 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 11:40:08 GMT Resent-Message-Id: <201108061140.p76Be88J074108@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D41D1065675 for ; Sat, 6 Aug 2011 11:34: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 1DF9B8FC14 for ; Sat, 6 Aug 2011 11:34: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 p76BYLM8032282 for ; Sat, 6 Aug 2011 11:34:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p76BYLGI032249; Sat, 6 Aug 2011 11:34:21 GMT (envelope-from nobody) Message-Id: <201108061134.p76BYLGI032249@red.freebsd.org> Date: Sat, 6 Aug 2011 11:34:21 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159547: [PATCH] multimedia/playd update to v1.21.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 11:40:09 -0000 >Number: 159547 >Category: ports >Synopsis: [PATCH] multimedia/playd update to v1.21.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 11:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: Update playd to v1.21.2 Changelog: * fix small bug in playd ls and playd list * add edit, edit-favourite, clean and clean-favourite commands >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u playd.bak/Makefile playd/Makefile --- playd.bak/Makefile 2011-08-06 14:29:28.804604181 +0300 +++ playd/Makefile 2011-08-06 14:29:47.355489196 +0300 @@ -6,7 +6,7 @@ # PORTNAME= playd -PORTVERSION= 1.21.0 +PORTVERSION= 1.21.2 CATEGORIES= multimedia MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= playd.sh-${PORTVERSION} @@ -23,7 +23,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/playd-sh-${REV} -REV= 377f785920e0 +REV= a55f7d425e38 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd diff -u playd.bak/distinfo playd/distinfo --- playd.bak/distinfo 2011-08-06 14:29:28.749598307 +0300 +++ playd/distinfo 2011-08-06 14:29:56.184377486 +0300 @@ -1,2 +1,2 @@ -SHA256 (playd.sh-1.21.0.tar.gz) = 971f6ec8e0bc81c16f9b36c89f2fc7e9b2ca7942c5854a68ad872f957792e285 -SIZE (playd.sh-1.21.0.tar.gz) = 11854 +SHA256 (playd.sh-1.21.2.tar.gz) = 2df3aee9fde80218e5e9d05dc835613da63b5caff7e087cf5e6198c481099782 +SIZE (playd.sh-1.21.2.tar.gz) = 12307 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 11: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 EFD401065680; Sat, 6 Aug 2011 11: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 C88CD8FC12; Sat, 6 Aug 2011 11: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 p76BeLjt074890; Sat, 6 Aug 2011 11: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 p76BeLv6074877; Sat, 6 Aug 2011 11:40:21 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 11:40:21 GMT Message-Id: <201108061140.p76BeLv6074877@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/159547: [PATCH] multimedia/playd update to v1.21.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 11:40:22 -0000 Synopsis: [PATCH] multimedia/playd update to v1.21.2 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sat Aug 6 11:40:21 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=159547 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 11: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 7C9C01065687; Sat, 6 Aug 2011 11: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 555128FC15; Sat, 6 Aug 2011 11:40:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76BeQ2C075464; Sat, 6 Aug 2011 11:40:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76BeQuj075451; Sat, 6 Aug 2011 11:40:26 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 11:40:26 GMT Message-Id: <201108061140.p76BeQuj075451@freefall.freebsd.org> To: aldis.berjoza@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 11:40:26 -0000 Synopsis: [PATCH] multimedia/playd update to v1.21.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Aug 6 11:40:25 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159547 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 11:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEF9A106566C for ; Sat, 6 Aug 2011 11:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D991D8FC0A for ; Sat, 6 Aug 2011 11:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76Bo7Ks083086 for ; Sat, 6 Aug 2011 11:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76Bo7Ku083085; Sat, 6 Aug 2011 11:50:07 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 11:50:07 GMT Message-Id: <201108061150.p76Bo7Ku083085@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.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: Sat, 06 Aug 2011 11:50:08 -0000 The following reply was made to PR ports/159547; it has been noted by GNATS. From: Edwin Groothuis To: aldis@bsdroot.lv Cc: bug-followup@FreeBSD.org Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 Date: Sat, 6 Aug 2011 11:40:23 UT Maintainer of multimedia/playd, Please note that PR ports/159547 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/159547 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 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 687201065670 for ; Sat, 6 Aug 2011 12:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A56FB8FC12 for ; Sat, 6 Aug 2011 12:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76Co7tW038348 for ; Sat, 6 Aug 2011 12:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76Co7M2038347; Sat, 6 Aug 2011 12:50:07 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 12:50:07 GMT Resent-Message-Id: <201108061250.p76Co7M2038347@freefall.freebsd.org> 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 B1B5A106564A for ; Sat, 6 Aug 2011 12:44: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 63DA28FC15 for ; Sat, 6 Aug 2011 12:44: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 p76CiLwY057902 for ; Sat, 6 Aug 2011 12:44:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p76CiLQ5057887; Sat, 6 Aug 2011 12:44:21 GMT (envelope-from nobody) Message-Id: <201108061244.p76CiLQ5057887@red.freebsd.org> Date: Sat, 6 Aug 2011 12:44:21 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159548: [New Port] graphics/py-reportlab X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 12:50:09 -0000 >Number: 159548 >Category: ports >Synopsis: [New Port] graphics/py-reportlab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 12:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: >Organization: N/A >Environment: >Description: This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats. This library is also the foundation for our commercial product Report Markup Language (RML), available in the ReportLab PLUS package. RML offers many more features, a template-based style of document development familiar to all web developers, and higher development productivity. Please consider trying out RML for your project, as the license sales support our open source development. WWW: http://www.reportlab.com/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-reportlab/ # py-reportlab/files # py-reportlab/files/patch-setup.py # py-reportlab/Makefile # py-reportlab/distinfo # py-reportlab/pkg-descr # py-reportlab/pkg-plist # echo c - py-reportlab/ mkdir -p py-reportlab/ > /dev/null 2>&1 echo c - py-reportlab/files mkdir -p py-reportlab/files > /dev/null 2>&1 echo x - py-reportlab/files/patch-setup.py sed 's/^X//' >py-reportlab/files/patch-setup.py << 'e5c06c65a176f986b98b37a3b38b1772' X--- setup.py.orig 2011-08-05 17:12:44.000000000 +0800 X+++ setup.py 2011-08-05 17:13:39.000000000 +0800 X@@ -224,7 +224,7 @@ X try: X infoline("Downloading standard T1 font curves") X X- remotehandle = urllib2.urlopen("http://www.reportlab.com/ftp/fonts/pfbfer.zip") X+ remotehandle = open("/usr/ports/distfiles/python/pfbfer.zip") X zipdata = StringIO.StringIO(remotehandle.read()) X remotehandle.close() X archive = zipfile.ZipFile(zipdata) e5c06c65a176f986b98b37a3b38b1772 echo x - py-reportlab/Makefile sed 's/^X//' >py-reportlab/Makefile << '6588ab62785de68cd86579e0833dc422' X# New ports collection makefile for: py-reportlab X# Date created: 5 August 2011 X# Whom: buganini@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= reportlab XPORTVERSION= 2.5 XCATEGORIES= graphics python XMASTER_SITES= http://www.reportlab.com/ftp/ \ X http://www.reportlab.com/ftp/fonts/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} pfbfer.zip XEXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} X XMAINTAINER= buganini@gmail.com XCOMMENT= The ReportLab PDF Toolkit X XLICENSE= BSD X XLIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging X XDIST_SUBDIR= python XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/ports/distfiles|${DISTDIR}|g' ${WRKSRC}/setup.py X X.include 6588ab62785de68cd86579e0833dc422 echo x - py-reportlab/distinfo sed 's/^X//' >py-reportlab/distinfo << 'b39213a8940192342619b2a5d5abe390' XSHA256 (python/reportlab-2.5.tar.gz) = 805152084cc8421104a5e1e705482a1034598ecb4c266670dfba31996de6ff69 XSIZE (python/reportlab-2.5.tar.gz) = 1917306 XSHA256 (python/pfbfer.zip) = 93c48e7f794b6b26178669d810d1ba5518666cc4e01d94a97c3b5636fae76832 XSIZE (python/pfbfer.zip) = 676909 b39213a8940192342619b2a5d5abe390 echo x - py-reportlab/pkg-descr sed 's/^X//' >py-reportlab/pkg-descr << 'dcdd6cb55ddb03ed06fd455630f429d7' XThis is the ReportLab PDF Toolkit. It allows rapid creation Xof rich PDF documents, and also creation of charts in a variety Xof bitmap and vector formats. X XThis library is also the foundation for our commercial product XReport Markup Language (RML), available in the ReportLab PLUS Xpackage. RML offers many more features, a template-based style Xof document development familiar to all web developers, and Xhigher development productivity. Please consider trying out XRML for your project, as the license sales support our open Xsource development. X XWWW: http://www.reportlab.com/ dcdd6cb55ddb03ed06fd455630f429d7 echo x - py-reportlab/pkg-plist sed 's/^X//' >py-reportlab/pkg-plist << '78f00473f0add3e46df106c3031bc83c' X%%PYTHON_SITELIBDIR%%/_renderPM.so X%%PYTHON_SITELIBDIR%%/_rl_accel.so X%%PYTHON_SITELIBDIR%%/pyHnj.so X%%PYTHON_SITELIBDIR%%/reportlab/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/fonts/00readme.txt X%%PYTHON_SITELIBDIR%%/reportlab/fonts/DarkGarden-copying-gpl.txt X%%PYTHON_SITELIBDIR%%/reportlab/fonts/DarkGarden-copying.txt X%%PYTHON_SITELIBDIR%%/reportlab/fonts/DarkGarden-readme.txt X%%PYTHON_SITELIBDIR%%/reportlab/fonts/DarkGarden.sfd X%%PYTHON_SITELIBDIR%%/reportlab/fonts/DarkGardenMK.afm X%%PYTHON_SITELIBDIR%%/reportlab/fonts/DarkGardenMK.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/Sy______.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/Vera.ttf X%%PYTHON_SITELIBDIR%%/reportlab/fonts/VeraBI.ttf X%%PYTHON_SITELIBDIR%%/reportlab/fonts/VeraBd.ttf X%%PYTHON_SITELIBDIR%%/reportlab/fonts/VeraIt.ttf X%%PYTHON_SITELIBDIR%%/reportlab/fonts/Zd______.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/Zx______.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/Zy______.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_a______.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_ab_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_abi____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_ai_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_eb_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_ebi____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_ei_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/_er_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/bitstream-vera-license.txt X%%PYTHON_SITELIBDIR%%/reportlab/fonts/cob_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/cobo____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/com_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/fonts/coo_____.pfb X%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code128.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code128.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code128.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code39.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code39.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code39.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code93.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code93.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/code93.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/common.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/common.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/common.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/eanbc.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/eanbc.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/eanbc.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/fourstate.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/fourstate.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/fourstate.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/lto.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/lto.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/lto.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/qr.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/qr.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/qr.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/test.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/test.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/test.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/usps.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/usps.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/usps.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/usps4s.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/usps4s.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/usps4s.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/widgets.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/widgets.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode/widgets.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyo X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/table.py X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/table.pyc X%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/table.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/arciv.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/arciv.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/arciv.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/boxstuff.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/boxstuff.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/boxstuff.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/fontfinder.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/fontfinder.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/fontfinder.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/geomutils.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/geomutils.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/geomutils.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/hyphen.mashed X%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/pdfencrypt.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/pdfencrypt.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/pdfencrypt.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/pygments2xpre.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/pygments2xpre.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/pygments2xpre.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/rltempfile.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/rltempfile.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/rltempfile.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/testutils.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/testutils.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/testutils.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/textsplit.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/textsplit.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/textsplit.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/units.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/units.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/units.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.pyo X%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.py X%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.pyc X%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_can_cmap_data.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_can_cmap_data.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_can_cmap_data.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_macexpert.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_macexpert.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_macexpert.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_macroman.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_macroman.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_macroman.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_pdfdoc.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_pdfdoc.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_pdfdoc.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_standard.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_standard.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_standard.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_symbol.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_symbol.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_symbol.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_winansi.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_winansi.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_winansi.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_zapfdingbats.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_enc_zapfdingbats.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courier.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courier.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courier.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courierbold.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courierbold.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courierbold.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courierboldoblique.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courierboldoblique.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courieroblique.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courieroblique.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_courieroblique.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helvetica.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helvetica.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helvetica.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticabold.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticabold.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticabold.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticaoblique.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_helveticaoblique.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_symbol.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_symbol.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_symbol.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesbold.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesbold.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesbold.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesbolditalic.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesbolditalic.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesitalic.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesitalic.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesitalic.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesroman.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesroman.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_timesroman.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_zapfdingbats.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata_widths_zapfdingbats.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/rl_codecs.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/rl_codecs.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/rl_codecs.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.pyo X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.py X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.pyc X%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.pyo X%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.py X%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.pyc X%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.pyo X%%PYTHON_SITELIBDIR%%/reportlab/rl_config.py X%%PYTHON_SITELIBDIR%%/reportlab/rl_config.pyc X%%PYTHON_SITELIBDIR%%/reportlab/rl_config.pyo X%%PYTHON_SITELIBDIR%%/sgmlop.so X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/platypus X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/pdfgen X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/pdfbase X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/lib X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/samples X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/charts X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/barcode X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics X@dirrm %%PYTHON_SITELIBDIR%%/reportlab/fonts X@dirrm %%PYTHON_SITELIBDIR%%/reportlab 78f00473f0add3e46df106c3031bc83c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 13:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FBD8106564A for ; Sat, 6 Aug 2011 13:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 801178FC08 for ; Sat, 6 Aug 2011 13:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76DKB8a065345 for ; Sat, 6 Aug 2011 13:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76DKBaF065344; Sat, 6 Aug 2011 13:20:11 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 13:20:11 GMT Message-Id: <201108061320.p76DKBaF065344@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aldis Berjoza List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 13:20:11 -0000 The following reply was made to PR ports/159547; it has been noted by GNATS. From: Aldis Berjoza To: bug-followup@FreeBSD.org Cc: edwin@FreeBSD.org Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 Date: Sat, 6 Aug 2011 16:18:56 +0300 --Sig_/SQ6lMLx.5ay5xhsn/9JFQ3S Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 6 Aug 2011 11:40:23 UT Edwin Groothuis wrote: > Maintainer of multimedia/playd, >=20 > Please note that PR ports/159547 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/159547 >=20 Ups. I've sent pr from wrong email :) I (maintainer and submitter) approve this patch --=20 Aldis Berjoza http://www.bsdroot.lv/ --Sig_/SQ6lMLx.5ay5xhsn/9JFQ3S Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOPT9KAAoJECrA2xnMujn6W+UH/jF8f1KKE98tber/K1i0qPNm zQfwa02y6Z65tJ5n3zmyRhi9W4Am9Kp3pQ98b6986O1wsF4bia95VBwMQ8ekIoES DE7cYCtSP3DpPg67mJYnQ4dXy+YeEbC8pSkiUp5LGxbpE/BVCF1wzSmEEDKrqNzz I1kHPDqp08r/uSBVATQKgo5mP+jZTre7vQEb2uhTfCR2n2ntUSOLUv00WabuZzA5 KOT8KKljkUexILVzvShANTHaBHKrcZ4VjwpE1yhx3WUFHU88QIJC6eDfaaAji4jL 5ek3b6xgGb/5Dy9NLX0OebsE0RhEfi6i9s9UNHdkLnUrWubFNkqi83a+mXokX5I= =55zv -----END PGP SIGNATURE----- --Sig_/SQ6lMLx.5ay5xhsn/9JFQ3S-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 13:31: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 0BE87106566C; Sat, 6 Aug 2011 13:31:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D7F538FC13; Sat, 6 Aug 2011 13:31: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 p76DVDdq079171; Sat, 6 Aug 2011 13:31:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76DVD0e079167; Sat, 6 Aug 2011 13:31:13 GMT (envelope-from linimon) Date: Sat, 6 Aug 2011 13:31:13 GMT Message-Id: <201108061331.p76DVD0e079167@freefall.freebsd.org> To: aldis@bsdroot.lv, aldis.berjoza@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 13:31:14 -0000 Synopsis: [PATCH] multimedia/playd update to v1.21.2 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Aug 6 13:31:01 UTC 2011 State-Changed-Why: Submitter is maintainer from another address. http://www.freebsd.org/cgi/query-pr.cgi?pr=159547 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 13: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 03575106566B for ; Sat, 6 Aug 2011 13: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 CEDE78FC15 for ; Sat, 6 Aug 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 p76DeBOK084140 for ; Sat, 6 Aug 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 p76DeBRa084139; Sat, 6 Aug 2011 13:40:11 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 13:40:11 GMT Message-Id: <201108061340.p76DeBRa084139@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "b. f." Cc: Subject: Re: ports/159548: [New Port] graphics/py-reportlab X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "b. f." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 13:40:12 -0000 The following reply was made to PR ports/159548; it has been noted by GNATS. From: "b. f." To: bug-followup@FreeBSD.org, Kuan-Chung Chiu Cc: lwhsu@FreeBSD.org Subject: Re: ports/159548: [New Port] graphics/py-reportlab Date: Sat, 6 Aug 2011 09:33:03 -0400 Thanks, but we already have: print/py-reportlab print/py-reportlab2 You may want to submit an update to 2.5 for the latter port instead. Before going to the trouble of creating a port and a PR, it is a good idea to run "make search" in /usr/ports, to see if it already exists. b. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 13:44:54 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19416106564A; Sat, 6 Aug 2011 13:44:54 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6FA58FC19; Sat, 6 Aug 2011 13:44: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 p76DirhP092205; Sat, 6 Aug 2011 13:44:53 GMT (envelope-from bf@freefall.freebsd.org) Received: (from bf@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76Dir6H092201; Sat, 6 Aug 2011 13:44:53 GMT (envelope-from bf) Date: Sat, 6 Aug 2011 13:44:53 GMT Message-Id: <201108061344.p76Dir6H092201@freefall.freebsd.org> To: bf@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: bf@FreeBSD.org Cc: Subject: Re: ports/159548: [New Port] graphics/py-reportlab X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 13:44:54 -0000 Synopsis: [New Port] graphics/py-reportlab Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: bf Responsible-Changed-When: Sat Aug 6 13:43:59 UTC 2011 Responsible-Changed-Why: pass to maintainer of print/py-reportlab2 http://www.freebsd.org/cgi/query-pr.cgi?pr=159548 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 14: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 F1CEC106564A for ; Sat, 6 Aug 2011 14:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C10628FC1C for ; Sat, 6 Aug 2011 14:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76E0JaV001209 for ; Sat, 6 Aug 2011 14:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76E0JMl001208; Sat, 6 Aug 2011 14:00:19 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 14:00:19 GMT Resent-Message-Id: <201108061400.p76E0JMl001208@freefall.freebsd.org> 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 4F882106564A for ; Sat, 6 Aug 2011 13:53: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 3EFE68FC13 for ; Sat, 6 Aug 2011 13:53: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 p76Dr7hb011815 for ; Sat, 6 Aug 2011 13:53:07 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p76Dr6ml011804; Sat, 6 Aug 2011 13:53:07 GMT (envelope-from nobody) Message-Id: <201108061353.p76Dr6ml011804@red.freebsd.org> Date: Sat, 6 Aug 2011 13:53:07 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159549: [New Port] graphics/ocrfeeder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 14:00:20 -0000 >Number: 159549 >Category: ports >Synopsis: [New Port] graphics/ocrfeeder >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 14:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: >Organization: N/A >Environment: >Description: Prerequisite: http://www.freebsd.org/cgi/query-pr.cgi?pr=159544 Tested in amd64 8-STABLE tinderbox. OCRFeeder is a document layout analysis and optical character recognition system. Given the images it will automatically outline its contents, distinguish between what's graphics and text and perform OCR over the latter. It generates multiple formats being its main one ODT. It features a complete GTK graphical user interface that allows the users to correct any unrecognized characters, defined or correct bounding boxes, set paragraph styles, clean the input images, import PDFs, save and load the project, export everything to multiple formats, etc. OCRFeeder was developed as the project of the Master's Thesis in Computer Science of Joaquim Rocha. WWW: http://live.gnome.org/OCRFeeder >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: # # ocrfeeder/ # ocrfeeder/Makefile # ocrfeeder/distinfo # ocrfeeder/pkg-descr # ocrfeeder/pkg-message # ocrfeeder/pkg-plist # echo c - ocrfeeder/ mkdir -p ocrfeeder/ > /dev/null 2>&1 echo x - ocrfeeder/Makefile sed 's/^X//' >ocrfeeder/Makefile << 'eafc8151713a91e24812089edbe0f97f' X# New ports collection makefile for: ocrfeeder X# Date created: 5 August 2011 X# Whom: buganini@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= ocrfeeder XPORTVERSION= 0.7.6 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR=sources/ocrfeeder/0.7 X XMAINTAINER= buganini@gmail.com XCOMMENT= Document layout analysis and optical character recognition X XLICENSE= GPLv3 X XBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant \ X ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ X ${PYTHON_PKGNAMEPREFIX}imaging-sane>=0:${PORTSDIR}/graphics/py-imaging-sane \ X ${PYTHON_PKGNAMEPREFIX}reportlab2>=0:${PORTSDIR}/print/py-reportlab2 \ X ${PYTHON_PKGNAMEPREFIX}goocanvas>=0:${PORTSDIR}/graphics/py-goocanvas XRUN_DEPENDS:= ${BUILD_DEPENDS} \ X unpaper:${PORTSDIR}/graphics/unpaper X XMAN1= ocrfeeder-cli.1 ocrfeeder.1 X XUSE_XZ= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_PYTHON= yes XUSE_GNOME= pygtk2 pygnomeextras XUSE_GETTEXT= yes XUSE_GHOSTSCRIPT=yes X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include eafc8151713a91e24812089edbe0f97f echo x - ocrfeeder/distinfo sed 's/^X//' >ocrfeeder/distinfo << 'd53fa70d238ed43db59b12cf21d4dbab' XSHA256 (ocrfeeder-0.7.6.tar.xz) = ffe87cccd62d12943c03d9076410e43f1b7afce1077b1eba02e41b6514575736 XSIZE (ocrfeeder-0.7.6.tar.xz) = 703592 d53fa70d238ed43db59b12cf21d4dbab echo x - ocrfeeder/pkg-descr sed 's/^X//' >ocrfeeder/pkg-descr << '7a7c7f4161db94fb94b64211cf156655' XOCRFeeder is a document layout analysis and optical character recognition X system. X XGiven the images it will automatically outline its contents, distinguish X between what's graphics and text and perform OCR over the latter. It generates X multiple formats being its main one ODT. X XIt features a complete GTK graphical user interface that allows the users to X correct any unrecognized characters, defined or correct bounding boxes, set X paragraph styles, clean the input images, import PDFs, save and load the X project, export everything to multiple formats, etc. OCRFeeder was developed X as the project of the Master's Thesis in Computer Science of Joaquim Rocha. X XWWW: http://live.gnome.org/OCRFeeder 7a7c7f4161db94fb94b64211cf156655 echo x - ocrfeeder/pkg-message sed 's/^X//' >ocrfeeder/pkg-message << '70407343fe46414bcd1e77be79a8f31d' XSince this project doesn't use a particular OCR engine, no engine was listed Xas a dependence above. Nevertheless, the project is not usable without an XOCR engine. X XSupported OCR engines: X graphics/ocrad X graphics/gocr X graphics/tesseract 70407343fe46414bcd1e77be79a8f31d echo x - ocrfeeder/pkg-plist sed 's/^X//' >ocrfeeder/pkg-plist << '2e437f50a4126253931539323037da15' Xbin/ocrfeeder Xbin/ocrfeeder-cli Xlib/locale/ca/LC_MESSAGES/ocrfeeder.mo Xlib/locale/ca@valencia/LC_MESSAGES/ocrfeeder.mo Xlib/locale/cs/LC_MESSAGES/ocrfeeder.mo Xlib/locale/da/LC_MESSAGES/ocrfeeder.mo Xlib/locale/de/LC_MESSAGES/ocrfeeder.mo Xlib/locale/el/LC_MESSAGES/ocrfeeder.mo Xlib/locale/en_GB/LC_MESSAGES/ocrfeeder.mo Xlib/locale/es/LC_MESSAGES/ocrfeeder.mo Xlib/locale/fr/LC_MESSAGES/ocrfeeder.mo Xlib/locale/gl/LC_MESSAGES/ocrfeeder.mo Xlib/locale/hu/LC_MESSAGES/ocrfeeder.mo Xlib/locale/it/LC_MESSAGES/ocrfeeder.mo Xlib/locale/nb/LC_MESSAGES/ocrfeeder.mo Xlib/locale/pl/LC_MESSAGES/ocrfeeder.mo Xlib/locale/pt/LC_MESSAGES/ocrfeeder.mo Xlib/locale/pt_BR/LC_MESSAGES/ocrfeeder.mo Xlib/locale/ro/LC_MESSAGES/ocrfeeder.mo Xlib/locale/sl/LC_MESSAGES/ocrfeeder.mo Xlib/locale/sv/LC_MESSAGES/ocrfeeder.mo Xlib/locale/uk/LC_MESSAGES/ocrfeeder.mo Xlib/locale/zh_CN/LC_MESSAGES/ocrfeeder.mo Xlib/locale/zh_HK/LC_MESSAGES/ocrfeeder.mo Xlib/locale/zh_TW/LC_MESSAGES/ocrfeeder.mo X%%PYTHON_SITELIBDIR%%/ocrfeeder/__init__.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/__init__.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/__init__.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/__init__.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/__init__.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/__init__.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/documentGeneration.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/documentGeneration.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/documentGeneration.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/imageManipulation.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/imageManipulation.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/imageManipulation.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/layoutAnalysis.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/layoutAnalysis.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/layoutAnalysis.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/ocrEngines.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/ocrEngines.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/feeder/ocrEngines.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/__init__.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/__init__.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/__init__.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/anim.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/anim.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/anim.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/attrconverters.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/attrconverters.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/attrconverters.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/chart.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/chart.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/chart.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/config.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/config.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/config.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/dc.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/dc.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/dc.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/dr3d.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/dr3d.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/dr3d.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/draw.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/draw.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/draw.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/element.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/element.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/element.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/form.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/form.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/form.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/grammar.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/grammar.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/grammar.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/load.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/load.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/load.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/manifest.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/manifest.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/manifest.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/math.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/math.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/math.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/meta.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/meta.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/meta.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/namespaces.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/namespaces.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/namespaces.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/number.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/number.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/number.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/odf2xhtml.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/odf2xhtml.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/odf2xhtml.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/odfmanifest.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/odfmanifest.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/odfmanifest.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/office.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/office.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/office.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/ooostyles.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/ooostyles.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/ooostyles.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/opendocument.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/opendocument.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/opendocument.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/presentation.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/presentation.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/presentation.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/script.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/script.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/script.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/style.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/style.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/style.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/svg.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/svg.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/svg.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/table.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/table.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/table.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/text.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/text.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/text.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/thumbnail.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/thumbnail.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/thumbnail.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/userfield.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/userfield.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/userfield.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/xforms.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/xforms.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/odf/xforms.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/__init__.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/__init__.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/__init__.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/configuration.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/configuration.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/configuration.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/customWidgets.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/customWidgets.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/customWidgets.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/dataHolder.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/dataHolder.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/dataHolder.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/studioBuilder.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/studioBuilder.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/studioBuilder.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/widgetModeler.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/widgetModeler.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/widgetModeler.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/widgetPresenter.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/widgetPresenter.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/studio/widgetPresenter.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/__init__.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/__init__.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/__init__.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/asyncworker.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/asyncworker.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/asyncworker.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/constants.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/constants.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/constants.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/graphics.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/graphics.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/graphics.pyo X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/lib.py X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/lib.pyc X%%PYTHON_SITELIBDIR%%/ocrfeeder/util/lib.pyo Xshare/applications/ocrfeeder.desktop Xshare/gnome/help/ocrfeeder/C/addingfolder.page Xshare/gnome/help/ocrfeeder/C/addingimage.page Xshare/gnome/help/ocrfeeder/C/automaticrecognition.page Xshare/gnome/help/ocrfeeder/C/deskewing.page Xshare/gnome/help/ocrfeeder/C/documentgeneration.page Xshare/gnome/help/ocrfeeder/C/figures/areas-edition.png Xshare/gnome/help/ocrfeeder/C/figures/content-areas.png Xshare/gnome/help/ocrfeeder/C/finetuning.page Xshare/gnome/help/ocrfeeder/C/importingfromscanner.page Xshare/gnome/help/ocrfeeder/C/importingpdf.page Xshare/gnome/help/ocrfeeder/C/index.page Xshare/gnome/help/ocrfeeder/C/manualeditionandcorrection.page Xshare/gnome/help/ocrfeeder/C/ocrconfiguration.page Xshare/gnome/help/ocrfeeder/C/projects.page Xshare/gnome/help/ocrfeeder/C/unpaper.page Xshare/gnome/help/ocrfeeder/cs/addingfolder.page Xshare/gnome/help/ocrfeeder/cs/addingimage.page Xshare/gnome/help/ocrfeeder/cs/automaticrecognition.page Xshare/gnome/help/ocrfeeder/cs/deskewing.page Xshare/gnome/help/ocrfeeder/cs/documentgeneration.page Xshare/gnome/help/ocrfeeder/cs/figures/areas-edition.png Xshare/gnome/help/ocrfeeder/cs/figures/content-areas.png Xshare/gnome/help/ocrfeeder/cs/finetuning.page Xshare/gnome/help/ocrfeeder/cs/importingfromscanner.page Xshare/gnome/help/ocrfeeder/cs/importingpdf.page Xshare/gnome/help/ocrfeeder/cs/index.page Xshare/gnome/help/ocrfeeder/cs/manualeditionandcorrection.page Xshare/gnome/help/ocrfeeder/cs/ocrconfiguration.page Xshare/gnome/help/ocrfeeder/cs/projects.page Xshare/gnome/help/ocrfeeder/cs/unpaper.page Xshare/gnome/help/ocrfeeder/de/addingfolder.page Xshare/gnome/help/ocrfeeder/de/addingimage.page Xshare/gnome/help/ocrfeeder/de/automaticrecognition.page Xshare/gnome/help/ocrfeeder/de/deskewing.page Xshare/gnome/help/ocrfeeder/de/documentgeneration.page Xshare/gnome/help/ocrfeeder/de/figures/areas-edition.png Xshare/gnome/help/ocrfeeder/de/figures/content-areas.png Xshare/gnome/help/ocrfeeder/de/finetuning.page Xshare/gnome/help/ocrfeeder/de/importingfromscanner.page Xshare/gnome/help/ocrfeeder/de/importingpdf.page Xshare/gnome/help/ocrfeeder/de/index.page Xshare/gnome/help/ocrfeeder/de/manualeditionandcorrection.page Xshare/gnome/help/ocrfeeder/de/ocrconfiguration.page Xshare/gnome/help/ocrfeeder/de/projects.page Xshare/gnome/help/ocrfeeder/de/unpaper.page Xshare/gnome/help/ocrfeeder/es/addingfolder.page Xshare/gnome/help/ocrfeeder/es/addingimage.page Xshare/gnome/help/ocrfeeder/es/automaticrecognition.page Xshare/gnome/help/ocrfeeder/es/deskewing.page Xshare/gnome/help/ocrfeeder/es/documentgeneration.page Xshare/gnome/help/ocrfeeder/es/figures/areas-edition.png Xshare/gnome/help/ocrfeeder/es/figures/content-areas.png Xshare/gnome/help/ocrfeeder/es/finetuning.page Xshare/gnome/help/ocrfeeder/es/importingfromscanner.page Xshare/gnome/help/ocrfeeder/es/importingpdf.page Xshare/gnome/help/ocrfeeder/es/index.page Xshare/gnome/help/ocrfeeder/es/manualeditionandcorrection.page Xshare/gnome/help/ocrfeeder/es/ocrconfiguration.page Xshare/gnome/help/ocrfeeder/es/projects.page Xshare/gnome/help/ocrfeeder/es/unpaper.page Xshare/gnome/help/ocrfeeder/sl/addingfolder.page Xshare/gnome/help/ocrfeeder/sl/addingimage.page Xshare/gnome/help/ocrfeeder/sl/automaticrecognition.page Xshare/gnome/help/ocrfeeder/sl/deskewing.page Xshare/gnome/help/ocrfeeder/sl/documentgeneration.page Xshare/gnome/help/ocrfeeder/sl/figures/areas-edition.png Xshare/gnome/help/ocrfeeder/sl/figures/content-areas.png Xshare/gnome/help/ocrfeeder/sl/finetuning.page Xshare/gnome/help/ocrfeeder/sl/importingfromscanner.page Xshare/gnome/help/ocrfeeder/sl/importingpdf.page Xshare/gnome/help/ocrfeeder/sl/index.page Xshare/gnome/help/ocrfeeder/sl/manualeditionandcorrection.page Xshare/gnome/help/ocrfeeder/sl/ocrconfiguration.page Xshare/gnome/help/ocrfeeder/sl/projects.page Xshare/gnome/help/ocrfeeder/sl/unpaper.page X%%DATADIR%%/icons/detect_icon.svg X%%DATADIR%%/icons/ocr.svg X%%DATADIR%%/icons/ocrfeeder.svg X%%DATADIR%%/icons/window_icon.png X%%DATADIR%%/spell-checker.ui X@dirrm %%DATADIR%%/icons X@dirrm %%DATADIR%% X@dirrm share/gnome/help/ocrfeeder/sl/figures X@dirrm share/gnome/help/ocrfeeder/sl X@dirrm share/gnome/help/ocrfeeder/es/figures X@dirrm share/gnome/help/ocrfeeder/es X@dirrm share/gnome/help/ocrfeeder/de/figures X@dirrm share/gnome/help/ocrfeeder/de X@dirrm share/gnome/help/ocrfeeder/cs/figures X@dirrm share/gnome/help/ocrfeeder/cs X@dirrm share/gnome/help/ocrfeeder/C/figures X@dirrm share/gnome/help/ocrfeeder/C X@dirrm share/gnome/help/ocrfeeder X@dirrm %%PYTHON_SITELIBDIR%%/ocrfeeder/util X@dirrm %%PYTHON_SITELIBDIR%%/ocrfeeder/studio X@dirrm %%PYTHON_SITELIBDIR%%/ocrfeeder/odf X@dirrm %%PYTHON_SITELIBDIR%%/ocrfeeder/feeder X@dirrm %%PYTHON_SITELIBDIR%%/ocrfeeder X@dirrmtry lib/locale/ca/LC_MESSAGES X@dirrmtry lib/locale/ca X@dirrmtry lib/locale/ca@valencia/LC_MESSAGES X@dirrmtry lib/locale/ca@valencia X@dirrmtry lib/locale/cs/LC_MESSAGES X@dirrmtry lib/locale/cs X@dirrmtry lib/locale/da/LC_MESSAGES X@dirrmtry lib/locale/da X@dirrmtry lib/locale/de/LC_MESSAGES X@dirrmtry lib/locale/de X@dirrmtry lib/locale/el/LC_MESSAGES X@dirrmtry lib/locale/el X@dirrmtry lib/locale/en_GB/LC_MESSAGES X@dirrmtry lib/locale/en_GB X@dirrmtry lib/locale/es/LC_MESSAGES X@dirrmtry lib/locale/es X@dirrmtry lib/locale/fr/LC_MESSAGES X@dirrmtry lib/locale/fr X@dirrmtry lib/locale/gl/LC_MESSAGES X@dirrmtry lib/locale/gl X@dirrmtry lib/locale/hu/LC_MESSAGES X@dirrmtry lib/locale/hu X@dirrmtry lib/locale/it/LC_MESSAGES X@dirrmtry lib/locale/it X@dirrmtry lib/locale/nb/LC_MESSAGES X@dirrmtry lib/locale/nb X@dirrmtry lib/locale/pl/LC_MESSAGES X@dirrmtry lib/locale/pl X@dirrmtry lib/locale/pt/LC_MESSAGES X@dirrmtry lib/locale/pt X@dirrmtry lib/locale/pt_BR/LC_MESSAGES X@dirrmtry lib/locale/pt_BR X@dirrmtry lib/locale/ro/LC_MESSAGES X@dirrmtry lib/locale/ro X@dirrmtry lib/locale/sl/LC_MESSAGES X@dirrmtry lib/locale/sl X@dirrmtry lib/locale/sv/LC_MESSAGES X@dirrmtry lib/locale/sv X@dirrmtry lib/locale/uk/LC_MESSAGES X@dirrmtry lib/locale/uk X@dirrmtry lib/locale/zh_CN/LC_MESSAGES X@dirrmtry lib/locale/zh_CN X@dirrmtry lib/locale/zh_HK/LC_MESSAGES X@dirrmtry lib/locale/zh_HK X@dirrmtry lib/locale/zh_TW/LC_MESSAGES X@dirrmtry lib/locale/zh_TW X@dirrmtry lib/locale 2e437f50a4126253931539323037da15 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 16:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BC29106566C for ; Sat, 6 Aug 2011 16:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53A5A8FC14 for ; Sat, 6 Aug 2011 16:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76GK9fG029115 for ; Sat, 6 Aug 2011 16:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76GK9GC029114; Sat, 6 Aug 2011 16:20:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 16:20:09 GMT Resent-Message-Id: <201108061620.p76GK9GC029114@freefall.freebsd.org> 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 F Crist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC281106566C for ; Sat, 6 Aug 2011 16:17:20 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from kenny.secure-computing.net (kenny.secure-computing.net [173.8.118.210]) by mx1.freebsd.org (Postfix) with ESMTP id 96AF28FC0A for ; Sat, 6 Aug 2011 16:17:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by kenny.secure-computing.net (Postfix) with SMTP id 60F952E06F for ; Sat, 6 Aug 2011 11:17:06 -0500 (CDT) Received: from cartman.secure-computing.net (cartman.secure-computing.net [173.8.118.211]) by kenny.secure-computing.net (Postfix) with ESMTP id B74CF2E065; Sat, 6 Aug 2011 11:17:05 -0500 (CDT) Received: by cartman.secure-computing.net (Postfix, from userid 1001) id 5BEB96D427; Sat, 6 Aug 2011 11:23:33 -0500 (CDT) Message-Id: <20110806162333.5BEB96D427@cartman.secure-computing.net> Date: Sat, 6 Aug 2011 11:23:33 -0500 (CDT) From: Eric F Crist To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Josh Paetzel Subject: ports/159550: audo/freeswitch-sounds: update to latest version, other changes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric F Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 16:20:09 -0000 >Number: 159550 >Category: ports >Synopsis: audo/freeswitch-sounds: update to latest version, other changes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 16:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric F Crist >Release: FreeBSD 9.0-CURRENT amd64 >Organization: Secure Computing Networks & ClaimLynx, Inc >Environment: FreeBSD cartman.secure-computing.net 9.0-CURRENT FreeBSD 9.0-CURRENT #5: Fri Jan 21 12:06:32 CST 2011 root@cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update prot to latest version of sounds. * port now has option to download various bitrates from freeswitch servers, saving time on compile/resampling * users can set audio scaling in /etc/make.conf with FREESWITCH_VSCALE variable * minor changes to plist output during resampling and directory processing >How-To-Repeat: >Fix: --- fs.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/freeswitch-sounds/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 10 Jan 2011 19:01:02 -0000 1.4 +++ Makefile 6 Aug 2011 16:15:18 -0000 @@ -6,8 +6,7 @@ # PORTNAME= freeswitch-sounds -PORTVERSION= 1.0.13 -PORTREVISION= 1 +PORTVERSION= 1.0.16 CATEGORIES= audio MASTER_SITES= http://files.freeswitch.org/ DIST_SUBDIR= freeswitch-sounds @@ -20,7 +19,8 @@ BASE_PORTNAME= freeswitch -OPTIONS= 8K "Compile sounds for 8K" on \ +OPTIONS= DOWNLOAD "Don't resample, download all." on \ + 8K "Compile sounds for 8K" on \ 16K "Compile sounds for 16K" on \ 32K "Compile sounds for 32K" on \ 48K "Compile sounds for 48K" on \ @@ -28,12 +28,42 @@ RUSSIAN "Compile Russian Language Sounds" off .include + +.if ! defined(WITH_DOWNLOAD) +BUILD_DEPENDS+= sox:${PORTSDIR}/audio/sox +.endif + +.if defined(WITH_8K) +BITRATES+= 8000 +.endif +.if defined(WITH_16K) +BITRATES+= 16000 +.endif +.if defined(WITH_32K) +BITRATES+= 32000 +.endif +.if defined(WITH_48K) +BITRATES+= 48000 +.endif + .if defined(WITH_ENGLISH) +.if defined(WITH_DOWNLOAD) +.for rate in ${BITRATES} +DISTFILES+= ${PORTNAME}-en-us-callie-${rate}-${PORTVERSION}${EXTRACT_SUFX} +.endfor +.else DISTFILES+= ${PORTNAME}-en-us-callie-48000-${PORTVERSION}${EXTRACT_SUFX} .endif +.endif .if defined(WITH_RUSSIAN) +.if defined(WITH_DOWNLOAD) +.for rate in ${BITRATES} +DISTFILES+= ${PORTNAME}-ru-RU-elena-${rate}-1.0.12${EXTRACT_SUFX} +.endfor +.else DISTFILES+= ${PORTNAME}-ru-RU-elena-48000-1.0.12${EXTRACT_SUFX} .endif +.endif .if ! defined(WITH_ENGLISH) && ! defined(WITH_RUSSIAN) BROKEN= you must build with either English, Russian, or both .endif @@ -42,63 +72,57 @@ BROKEN= you must build with at least one of 8K, 16K, 32K, or 48K sounds .endif -.if defined(WITH_8K) -BUILD_DEPENDS+= sox:${PORTSDIR}/audio/sox -BITRATES+= 8000 -.endif -.if defined(WITH_16K) -BUILD_DEPENDS+= sox:${PORTSDIR}/audio/sox -BITRATES+= 16000 -.endif -.if defined(WITH_32K) -BUILD_DEPENDS+= sox:${PORTSDIR}/audio/sox -BITRATES+= 32000 -.endif -.if defined(WITH_48K) -BITRATES+= 48000 +.if defined(FREESWITCH_VSCALE) +SCALE=${FREESWITCH_VSCALE} +.else +SCALE=0.2 .endif do-build: @${ECHO_MSG} "Building for bitrates: ${BITRATES}" + @${ECHO_MSG} "Download >>>${WITH_DOWNLOAD}<<<" + @${ECHO_MSG} "Scaling audio to ${SCALE}" if [ "${WITH_ENGLISH}" != "" -a ! -e "${WRKDIR}/ENGLISH.done" ]; then \ for rate in ${BITRATES}; do \ ${ECHO_MSG} "WORKING on $${rate}!"; \ - if [ "$${rate}" -eq "48000" ]; then \ - ${CP} -R ${WRKSRC}/en/us/callie/ ${WRKDIR}/tmp/en/us/callie/; \ - else \ - for dir in `ls ${WRKSRC}/en/us/callie/`; do \ - ${MKDIR} ${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/; \ - echo "@rmdir share/${BASE_PORTNAME}/sounds/en/us/callie/$${dir}/$${rate}/" >> ${PLIST}; \ - for filename in `ls ${WRKSRC}/en/us/callie/$${dir}/48000`; do \ - echo "share/${BASE_PORTNAME}/sounds/en/us/callie/$${dir}/$${rate}/$${filename}" >> ${PLIST}; \ - if [ ! -e "${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}" ]; then \ - ${ECHO_MSG} "${LOCALBASE}/bin/sox -v 0.2 ${WRKSRC}/en/us/callie/$${dir}/48000/$${filename} -r $${rate} -c 1 ${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}"; \ - ${LOCALBASE}/bin/sox -v 0.2 "${WRKSRC}/en/us/callie/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}"; \ + for dir in `ls ${WRKSRC}/en/us/callie/`; do \ + ${MKDIR} ${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/; \ + for filename in `ls ${WRKSRC}/en/us/callie/$${dir}/48000`; do \ + echo "share/${BASE_PORTNAME}/sounds/en/us/callie/$${dir}/$${rate}/$${filename}" >> ${PLIST}; \ + if [ ! -e "${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}" ]; then \ + if [ "${WITH_DOWNLOAD}" = "true" ]; then \ + ${ECHO_MSG} "Moving ${WRKSRC}/en/us/callie/$${dir}/$${rate}/$${filename} to ${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}" \ + ${MV} ${WRKSRC}/en/us/callie/$${dir}/$${rate}/$${filename} ${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename} \ + else \ + ${ECHO_MSG} "${LOCALBASE}/bin/sox -v ${SCALE} ${WRKSRC}/en/us/callie/$${dir}/48000/$${filename} -r $${rate} -c 1 ${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}"; \ + ${LOCALBASE}/bin/sox -v ${SCALE} "${WRKSRC}/en/us/callie/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/en/us/callie/$${dir}/$${rate}/$${filename}"; \ fi \ - done; \ + fi \ done; \ - fi \ + echo "@rmdir share/${BASE_PORTNAME}/sounds/en/us/callie/$${dir}/$${rate}/" >> ${PLIST}; \ + done; \ done; \ ${TOUCH} ${WRKDIR}/ENGLISH.done; \ fi - if [ "${WITH_RUSSIAN}" != "" -a ! -e "${WRKDIR}/RUSSIAN.done" ]; then \ + if [ "${WITH_DOWNLOAD}" != "true" -a "${WITH_RUSSIAN}" != "" -a ! -e "${WRKDIR}/RUSSIAN.done" ]; then \ for rate in ${BITRATES}; do \ ${ECHO_MSG} "WORKING on $${rate}!"; \ - if [ "$${rate}" -eq "48000" ]; then \ - ${CP} -R ${WRKSRC}/ru/RU/elena/ ${WRKDIR}/tmp/ru/RU/elena/; \ - else \ - for dir in `ls ${WRKSRC}/ru/RU/elena/`; do \ - ${MKDIR} ${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/; \ - echo "@rmdir share/${BASE_PORTNAME}/sounds/ru/RU/elena/$${dir}/$${rate}/" >> ${PLIST}; \ - for filename in `ls ${WRKSRC}/ru/RU/elena/$${dir}/48000`; do \ - echo "share/${BASE_PORTNAME}/sounds/ru/RU/elena/$${dir}/$${rate}/$${filename}" >> ${PLIST}; \ - if [ ! -e "${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename}" ]; then \ - ${ECHO_MSG} "${LOCALBASE}/bin/sox -v 0.2 ${WRKSRC}/ru/RU/elena/$${dir}/48000/$${filename} -r $${rate} -c 1 ${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename}"; \ - ${LOCALBASE}/bin/sox -v 0.2 "${WRKSRC}/ru/RU/elena/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename}"; \ + for dir in `ls ${WRKSRC}/ru/RU/elena/`; do \ + ${MKDIR} ${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/; \ + for filename in `ls ${WRKSRC}/ru/RU/elena/$${dir}/48000`; do \ + echo "share/${BASE_PORTNAME}/sounds/ru/RU/elena/$${dir}/$${rate}/$${filename}" >> ${PLIST}; \ + if [ ! -e "${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename}" ]; then \ + if [ "${WITH_DOWNLOAD}" = "true" ]; then \ + ${ECHO_MSG} "Moving ${WRKSRC}/ru/RU/elena/$${dir}/$${rate}/$${filename}" \ + ${MV} ${WRKSRC}/ru/RU/elena/$${dir}/$${rate}/$${filename} ${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename} \ + else \ + ${ECHO_MSG} "${LOCALBASE}/bin/sox -v ${SCALE} ${WRKSRC}/ru/RU/elena/$${dir}/48000/$${filename} -r $${rate} -c 1 ${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename}"; \ + ${LOCALBASE}/bin/sox -v ${SCALE} "${WRKSRC}/ru/RU/elena/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/ru/RU/elena/$${dir}/$${rate}/$${filename}"; \ fi \ - done; \ + fi \ done; \ - fi \ + echo "@rmdir share/${BASE_PORTNAME}/sounds/ru/RU/elena/$${dir}/$${rate}/" >> ${PLIST}; \ + done; \ done; \ ${TOUCH} ${WRKDIR}/RUSSIAN.done; \ fi Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/freeswitch-sounds/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 19 Mar 2011 12:28:06 -0000 1.2 +++ distinfo 6 Aug 2011 14:22:12 -0000 @@ -1,2 +1,16 @@ -SHA256 (freeswitch-sounds/freeswitch-sounds-en-us-callie-48000-1.0.13.tar.gz) = 6920dfdf15b2d089688c1f069e6570a4485eee70eb6bd4f1e3ffe52a6a8e0d7a -SIZE (freeswitch-sounds/freeswitch-sounds-en-us-callie-48000-1.0.13.tar.gz) = 58647498 +SHA256 (freeswitch-sounds/freeswitch-sounds-en-us-callie-8000-1.0.16.tar.gz) = c88c360f4cf234597ba7ecbb9693be8ed42b31882ffc7ba02d10d180b2369899 +SIZE (freeswitch-sounds/freeswitch-sounds-en-us-callie-8000-1.0.16.tar.gz) = 12910395 +SHA256 (freeswitch-sounds/freeswitch-sounds-en-us-callie-16000-1.0.16.tar.gz) = bf0e3f38ff2e1fd3ba0414f6983ed7ef9871bc86c75775235f6077471a5e8ea1 +SIZE (freeswitch-sounds/freeswitch-sounds-en-us-callie-16000-1.0.16.tar.gz) = 25739233 +SHA256 (freeswitch-sounds/freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz) = 63eb497b86fa5e6da353970cdf76da17df43f246d3ea9979fa76083eacc9a449 +SIZE (freeswitch-sounds/freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz) = 50567956 +SHA256 (freeswitch-sounds/freeswitch-sounds-en-us-callie-48000-1.0.16.tar.gz) = 51d84024d6091c13521fea4397e5d8d21c087770aa4984308d7157a10b034505 +SIZE (freeswitch-sounds/freeswitch-sounds-en-us-callie-48000-1.0.16.tar.gz) = 87130408 +SHA256 (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz) = 44db35574216af8ccbb48a7f1a08065df253adb4cebed8bc7ece7d0a4da920e7 +SIZE (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz) = 9115259 +SHA256 (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz) = aef0d3dc7fed657bc9c9d5ebbb458bc28e55c62af0087623ad060f1b4de3c74c +SIZE (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz) = 17952582 +SHA256 (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz) = 3be071456c03d8eac191f1a417ffcc48eb7100633cbb8d8cc62fde1c328ede08 +SIZE (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz) = 35345749 +SHA256 (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz) = 12e164bbc99729a87d9a57bff557b6a190b5349b30cad71dcae458d92288aa3b +SIZE (freeswitch-sounds/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz) = 51864057 --- fs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 16:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59B1B1065672 for ; Sat, 6 Aug 2011 16:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 358028FC0C for ; Sat, 6 Aug 2011 16:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76GoBda057137 for ; Sat, 6 Aug 2011 16: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 p76GoBOs057136; Sat, 6 Aug 2011 16:50:11 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 16:50:11 GMT Resent-Message-Id: <201108061650.p76GoBOs057136@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9334F1065672 for ; Sat, 6 Aug 2011 16:47:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 818C88FC1C for ; Sat, 6 Aug 2011 16:47:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p76GlhuA025516 for ; Sat, 6 Aug 2011 16:47:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p76Glhdi025515; Sat, 6 Aug 2011 16:47:43 GMT (envelope-from nobody) Message-Id: <201108061647.p76Glhdi025515@red.freebsd.org> Date: Sat, 6 Aug 2011 16:47:43 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159552: [UPDATE] textproc/py-docutils to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 16:50:11 -0000 >Number: 159552 >Category: ports >Synopsis: [UPDATE] textproc/py-docutils to 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 16:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: - Sort PKG_PLIST - Standardize scripts (in bin/ directory), delete extension (.py) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/textproc/py-docutils/Makefile py-docutils/Makefile --- /usr/ports/textproc/py-docutils/Makefile 2010-07-09 05:31:42.000000000 +0200 +++ py-docutils/Makefile 2011-08-06 18:31:16.000000000 +0200 @@ -7,9 +7,10 @@ # PORTNAME= docutils -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= textproc python -MASTER_SITES= SF +MASTER_SITES= SF \ + CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com @@ -18,12 +19,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes -BINS= bin/rst2xml.py bin/rst2s5.py bin/rst2pseudoxml.py \ - bin/rst2newlatex.py bin/rst2latex.py bin/rst2html.py - -post-install: -.for i in ${BINS} - ${MV} -f ${PREFIX}/${i} ${PREFIX}/${i:S/.py//g} -.endfor - .include diff -urN /usr/ports/textproc/py-docutils/distinfo py-docutils/distinfo --- /usr/ports/textproc/py-docutils/distinfo 2011-07-03 16:39:50.000000000 +0200 +++ py-docutils/distinfo 2011-08-06 18:31:16.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (docutils-0.7.tar.gz) = cd8dc8e131813af9f4f1963f719611cccf23749dcf703f944bb4ac434393ea03 -SIZE (docutils-0.7.tar.gz) = 1404131 +SHA256 (docutils-0.8.tar.gz) = 4aec93d5c3e00c56923751eb940ddd4942c191367e466f5c77cfdd49a9cacbf4 +SIZE (docutils-0.8.tar.gz) = 1498546 diff -urN /usr/ports/textproc/py-docutils/files/patch-setup.py py-docutils/files/patch-setup.py --- /usr/ports/textproc/py-docutils/files/patch-setup.py 1970-01-01 01:00:00.000000000 +0100 +++ py-docutils/files/patch-setup.py 2011-08-06 18:31:16.000000000 +0200 @@ -0,0 +1,48 @@ +--- setup.py.orig 2011-06-27 13:38:56.000000000 +0200 ++++ setup.py 2011-08-06 18:16:54.000000000 +0200 +@@ -22,6 +22,16 @@ + print ('system using your package manager.') + sys.exit(1) + ++def rename_scripts(files): ++ import shutil ++ ++ if files: ++ dirname = os.path.abspath(os.path.join('tools', '_scripts')) ++ if not os.path.exists(dirname): ++ os.makedirs(dirname) ++ for file in files: ++ shutil.copyfile(file, os.path.join(dirname, os.path.basename(file[:-3]))) ++ + + if sys.version_info >= (3,): + # copy-convert auxiliary python sources +@@ -92,6 +102,8 @@ + if extras: + kwargs['py_modules'] = extras + kwargs['classifiers'] = classifiers ++ # Rename scripts files (without .py) ++ rename_scripts(glob.glob('tools/rst*.py')) + # Install data files properly. + kwargs['cmdclass'] = {'build_data': build_data, + 'install_data': smart_install_data} +@@ -166,18 +178,7 @@ + ['docutils/writers/odf_odt/styles.odt']), + ] + + s5_theme_files), +- 'scripts' : ['tools/rst2html.py', +- 'tools/rst2s5.py', +- 'tools/rst2latex.py', +- # 'tools/rst2newlatex.py', +- 'tools/rst2xetex.py', +- 'tools/rst2man.py', +- 'tools/rst2xml.py', +- 'tools/rst2pseudoxml.py', +- 'tools/rstpep2html.py', +- 'tools/rst2odt.py', +- 'tools/rst2odt_prepstyles.py', +- ],} ++ 'scripts' : glob.glob('tools/_scripts/*'),} + """Distutils setup parameters.""" + + classifiers = [ diff -urN /usr/ports/textproc/py-docutils/pkg-plist py-docutils/pkg-plist --- /usr/ports/textproc/py-docutils/pkg-plist 2010-07-09 05:31:42.000000000 +0200 +++ py-docutils/pkg-plist 2011-08-06 18:31:16.000000000 +0200 @@ -1,401 +1,410 @@ -bin/rst2man.py -bin/rst2odt.py -bin/rst2odt_prepstyles.py -bin/rst2xml -bin/rst2s5 -bin/rst2pseudoxml -bin/rst2newlatex -bin/rstpep2html.py -bin/rst2latex bin/rst2html -%%PYTHON_SITELIBDIR%%/roman.pyo -%%PYTHON_SITELIBDIR%%/roman.pyc -%%PYTHON_SITELIBDIR%%/roman.py -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-white/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-white/framing.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-black/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-black/__base__ -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-white/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-white/framing.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-black/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-black/__base__ -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/slides.js -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/slides.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/s5-core.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/print.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/outline.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/opera.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/iepngfix.htc -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/framing.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/blank.gif -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white/framing.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black/pretty.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black/framing.css -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black/__base__ -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/README.txt -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/pygmentsformatter.py -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/pygmentsformatter.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/pygmentsformatter.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/styles.odt -%%PYTHON_SITELIBDIR%%/docutils/writers/pseudoxml.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/pseudoxml.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/pseudoxml.py -%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/template.txt -%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/pep.css -%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/writers/manpage.py -%%PYTHON_SITELIBDIR%%/docutils/writers/manpage.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/manpage.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/null.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/null.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/null.py -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/unicode_map.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/unicode_map.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/unicode_map.py -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/base.tex -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/default.tex -%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/titlepage.tex -%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/html4css1.css -%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/template.txt -%%PYTHON_SITELIBDIR%%/docutils/writers/docutils_xml.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/docutils_xml.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/docutils_xml.py -%%PYTHON_SITELIBDIR%%/docutils/writers/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/writers/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/writers/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/utils.pyo -%%PYTHON_SITELIBDIR%%/docutils/utils.pyc -%%PYTHON_SITELIBDIR%%/docutils/utils.py -%%PYTHON_SITELIBDIR%%/docutils/urischemes.pyo -%%PYTHON_SITELIBDIR%%/docutils/urischemes.pyc -%%PYTHON_SITELIBDIR%%/docutils/urischemes.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/writer_aux.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/writer_aux.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/writer_aux.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/universal.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/universal.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/universal.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/references.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/references.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/references.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/peps.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/peps.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/peps.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/parts.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/parts.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/parts.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/misc.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/misc.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/misc.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/frontmatter.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/frontmatter.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/frontmatter.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/components.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/components.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/components.py -%%PYTHON_SITELIBDIR%%/docutils/transforms/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/transforms/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/transforms/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/statemachine.pyo -%%PYTHON_SITELIBDIR%%/docutils/statemachine.pyc -%%PYTHON_SITELIBDIR%%/docutils/statemachine.py -%%PYTHON_SITELIBDIR%%/docutils/readers/standalone.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/standalone.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/standalone.py -%%PYTHON_SITELIBDIR%%/docutils/readers/python/pynodes.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/python/pynodes.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/python/pynodes.py -%%PYTHON_SITELIBDIR%%/docutils/readers/python/moduleparser.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/python/moduleparser.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/python/moduleparser.py -%%PYTHON_SITELIBDIR%%/docutils/readers/python/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/python/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/python/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/readers/pep.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/pep.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/pep.py -%%PYTHON_SITELIBDIR%%/docutils/readers/doctree.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/doctree.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/doctree.py -%%PYTHON_SITELIBDIR%%/docutils/readers/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/readers/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/readers/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/tableparser.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/tableparser.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/tableparser.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/states.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/states.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/states.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/roles.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/roles.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/roles.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_tw.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_tw.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_tw.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_cn.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_cn.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_cn.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sv.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sv.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sv.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sk.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sk.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sk.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ru.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ru.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ru.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pt_br.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pt_br.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pt_br.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pl.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pl.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pl.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/nl.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/nl.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/nl.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ja.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ja.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ja.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/it.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/it.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/it.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/gl.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/gl.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/gl.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fr.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fr.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fr.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fi.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fi.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fi.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/es.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/es.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/es.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/eo.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/eo.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/eo.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/en.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/en.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/en.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/de.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/de.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/de.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/cs.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/cs.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/cs.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ca.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ca.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ca.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/af.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/af.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/af.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/he.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/he.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/he.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/xhtml1-symbol.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/xhtml1-special.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/xhtml1-lat1.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/s5defs.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/mmlextra.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/mmlextra-wide.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/mmlalias.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isotech.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isopub.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isonum.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomscr.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomscr-wide.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomopf.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomopf-wide.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomfrk.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomfrk-wide.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isolat2.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isolat1.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk4.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk4-wide.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk3.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk2.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk1.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isodia.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isocyr2.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isocyr1.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isobox.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsr.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamso.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsn.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsc.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsb.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsa.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/README.txt -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/tables.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/tables.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/tables.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/references.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/references.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/references.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/parts.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/parts.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/parts.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/misc.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/misc.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/misc.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/images.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/images.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/images.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/html.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/html.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/html.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/body.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/body.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/body.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/admonitions.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/admonitions.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/admonitions.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/null.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/null.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/null.py -%%PYTHON_SITELIBDIR%%/docutils/parsers/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/parsers/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/parsers/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/nodes.pyo -%%PYTHON_SITELIBDIR%%/docutils/nodes.pyc -%%PYTHON_SITELIBDIR%%/docutils/nodes.py -%%PYTHON_SITELIBDIR%%/docutils/languages/zh_tw.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/zh_tw.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/zh_tw.py -%%PYTHON_SITELIBDIR%%/docutils/languages/zh_cn.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/zh_cn.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/zh_cn.py -%%PYTHON_SITELIBDIR%%/docutils/languages/sv.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/sv.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/sv.py -%%PYTHON_SITELIBDIR%%/docutils/languages/sk.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/sk.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/sk.py -%%PYTHON_SITELIBDIR%%/docutils/languages/ru.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/ru.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/ru.py -%%PYTHON_SITELIBDIR%%/docutils/languages/pt_br.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/pt_br.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/pt_br.py -%%PYTHON_SITELIBDIR%%/docutils/languages/pl.py -%%PYTHON_SITELIBDIR%%/docutils/languages/pl.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/pl.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/nl.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/nl.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/nl.py -%%PYTHON_SITELIBDIR%%/docutils/languages/ja.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/ja.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/ja.py -%%PYTHON_SITELIBDIR%%/docutils/languages/it.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/it.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/it.py -%%PYTHON_SITELIBDIR%%/docutils/languages/he.py -%%PYTHON_SITELIBDIR%%/docutils/languages/he.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/he.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/gl.py -%%PYTHON_SITELIBDIR%%/docutils/languages/gl.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/gl.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/fr.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/fr.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/fr.py -%%PYTHON_SITELIBDIR%%/docutils/languages/fi.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/fi.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/fi.py -%%PYTHON_SITELIBDIR%%/docutils/languages/es.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/es.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/es.py -%%PYTHON_SITELIBDIR%%/docutils/languages/eo.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/eo.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/eo.py -%%PYTHON_SITELIBDIR%%/docutils/languages/en.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/en.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/en.py -%%PYTHON_SITELIBDIR%%/docutils/languages/de.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/de.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/de.py -%%PYTHON_SITELIBDIR%%/docutils/languages/cs.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/cs.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/cs.py -%%PYTHON_SITELIBDIR%%/docutils/languages/ca.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/ca.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/ca.py -%%PYTHON_SITELIBDIR%%/docutils/languages/af.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/af.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/af.py -%%PYTHON_SITELIBDIR%%/docutils/languages/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/languages/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/languages/__init__.py -%%PYTHON_SITELIBDIR%%/docutils/io.pyo -%%PYTHON_SITELIBDIR%%/docutils/io.pyc -%%PYTHON_SITELIBDIR%%/docutils/io.py -%%PYTHON_SITELIBDIR%%/docutils/frontend.pyo -%%PYTHON_SITELIBDIR%%/docutils/frontend.pyc -%%PYTHON_SITELIBDIR%%/docutils/frontend.py -%%PYTHON_SITELIBDIR%%/docutils/examples.pyo -%%PYTHON_SITELIBDIR%%/docutils/examples.pyc -%%PYTHON_SITELIBDIR%%/docutils/examples.py -%%PYTHON_SITELIBDIR%%/docutils/core.pyo -%%PYTHON_SITELIBDIR%%/docutils/core.pyc -%%PYTHON_SITELIBDIR%%/docutils/core.py +bin/rst2latex +bin/rst2man +bin/rst2odt +bin/rst2odt_prepstyles +bin/rst2pseudoxml +bin/rst2s5 +bin/rst2xetex +bin/rst2xml +bin/rstpep2html +%%PYTHON_SITELIBDIR%%/docutils/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/__init__.pyo %%PYTHON_SITELIBDIR%%/docutils/_compat.py %%PYTHON_SITELIBDIR%%/docutils/_compat.pyc %%PYTHON_SITELIBDIR%%/docutils/_compat.pyo %%PYTHON_SITELIBDIR%%/docutils/_string_template_compat.py %%PYTHON_SITELIBDIR%%/docutils/_string_template_compat.pyc %%PYTHON_SITELIBDIR%%/docutils/_string_template_compat.pyo -%%PYTHON_SITELIBDIR%%/docutils/__init__.pyo -%%PYTHON_SITELIBDIR%%/docutils/__init__.pyc -%%PYTHON_SITELIBDIR%%/docutils/__init__.py -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-black -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-white -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-black +%%PYTHON_SITELIBDIR%%/docutils/core.py +%%PYTHON_SITELIBDIR%%/docutils/core.pyc +%%PYTHON_SITELIBDIR%%/docutils/core.pyo +%%PYTHON_SITELIBDIR%%/docutils/error_reporting.py +%%PYTHON_SITELIBDIR%%/docutils/error_reporting.pyc +%%PYTHON_SITELIBDIR%%/docutils/error_reporting.pyo +%%PYTHON_SITELIBDIR%%/docutils/examples.py +%%PYTHON_SITELIBDIR%%/docutils/examples.pyc +%%PYTHON_SITELIBDIR%%/docutils/examples.pyo +%%PYTHON_SITELIBDIR%%/docutils/frontend.py +%%PYTHON_SITELIBDIR%%/docutils/frontend.pyc +%%PYTHON_SITELIBDIR%%/docutils/frontend.pyo +%%PYTHON_SITELIBDIR%%/docutils/io.py +%%PYTHON_SITELIBDIR%%/docutils/io.pyc +%%PYTHON_SITELIBDIR%%/docutils/io.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/languages/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/af.py +%%PYTHON_SITELIBDIR%%/docutils/languages/af.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/af.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/ca.py +%%PYTHON_SITELIBDIR%%/docutils/languages/ca.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/ca.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/cs.py +%%PYTHON_SITELIBDIR%%/docutils/languages/cs.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/cs.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/de.py +%%PYTHON_SITELIBDIR%%/docutils/languages/de.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/de.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/en.py +%%PYTHON_SITELIBDIR%%/docutils/languages/en.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/en.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/eo.py +%%PYTHON_SITELIBDIR%%/docutils/languages/eo.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/eo.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/es.py +%%PYTHON_SITELIBDIR%%/docutils/languages/es.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/es.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/fi.py +%%PYTHON_SITELIBDIR%%/docutils/languages/fi.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/fi.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/fr.py +%%PYTHON_SITELIBDIR%%/docutils/languages/fr.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/fr.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/gl.py +%%PYTHON_SITELIBDIR%%/docutils/languages/gl.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/gl.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/he.py +%%PYTHON_SITELIBDIR%%/docutils/languages/he.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/he.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/it.py +%%PYTHON_SITELIBDIR%%/docutils/languages/it.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/it.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/ja.py +%%PYTHON_SITELIBDIR%%/docutils/languages/ja.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/ja.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/lt.py +%%PYTHON_SITELIBDIR%%/docutils/languages/lt.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/lt.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/nl.py +%%PYTHON_SITELIBDIR%%/docutils/languages/nl.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/nl.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/pl.py +%%PYTHON_SITELIBDIR%%/docutils/languages/pl.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/pl.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/pt_br.py +%%PYTHON_SITELIBDIR%%/docutils/languages/pt_br.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/pt_br.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/ru.py +%%PYTHON_SITELIBDIR%%/docutils/languages/ru.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/ru.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/sk.py +%%PYTHON_SITELIBDIR%%/docutils/languages/sk.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/sk.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/sv.py +%%PYTHON_SITELIBDIR%%/docutils/languages/sv.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/sv.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/zh_cn.py +%%PYTHON_SITELIBDIR%%/docutils/languages/zh_cn.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/zh_cn.pyo +%%PYTHON_SITELIBDIR%%/docutils/languages/zh_tw.py +%%PYTHON_SITELIBDIR%%/docutils/languages/zh_tw.pyc +%%PYTHON_SITELIBDIR%%/docutils/languages/zh_tw.pyo +%%PYTHON_SITELIBDIR%%/docutils/math/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/math/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/math/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/math/latex2mathml.py +%%PYTHON_SITELIBDIR%%/docutils/math/latex2mathml.pyc +%%PYTHON_SITELIBDIR%%/docutils/math/latex2mathml.pyo +%%PYTHON_SITELIBDIR%%/docutils/math/math2html.py +%%PYTHON_SITELIBDIR%%/docutils/math/math2html.pyc +%%PYTHON_SITELIBDIR%%/docutils/math/math2html.pyo +%%PYTHON_SITELIBDIR%%/docutils/math/unimathsymbols2tex.py +%%PYTHON_SITELIBDIR%%/docutils/math/unimathsymbols2tex.pyc +%%PYTHON_SITELIBDIR%%/docutils/math/unimathsymbols2tex.pyo +%%PYTHON_SITELIBDIR%%/docutils/nodes.py +%%PYTHON_SITELIBDIR%%/docutils/nodes.pyc +%%PYTHON_SITELIBDIR%%/docutils/nodes.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/null.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/null.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/null.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/admonitions.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/admonitions.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/admonitions.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/body.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/body.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/body.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/html.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/html.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/html.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/images.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/images.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/images.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/misc.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/misc.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/misc.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/parts.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/parts.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/parts.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/references.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/references.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/references.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/tables.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/tables.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives/tables.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/README.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsa.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsb.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsc.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsn.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamso.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isoamsr.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isobox.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isocyr1.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isocyr2.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isodia.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk1.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk2.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk3.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk4-wide.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isogrk4.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isolat1.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isolat2.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomfrk-wide.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomfrk.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomopf-wide.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomopf.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomscr-wide.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isomscr.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isonum.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isopub.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/isotech.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/mmlalias.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/mmlextra-wide.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/mmlextra.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/s5defs.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/xhtml1-lat1.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/xhtml1-special.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include/xhtml1-symbol.txt +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/af.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/af.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/af.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ca.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ca.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ca.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/cs.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/cs.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/cs.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/de.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/de.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/de.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/en.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/en.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/en.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/eo.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/eo.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/eo.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/es.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/es.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/es.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fi.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fi.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fi.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fr.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fr.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/fr.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/gl.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/gl.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/gl.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/he.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/he.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/he.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/it.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/it.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/it.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ja.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ja.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ja.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/lt.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/lt.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/lt.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/nl.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/nl.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/nl.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pl.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pl.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pl.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pt_br.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pt_br.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/pt_br.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ru.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ru.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/ru.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sk.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sk.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sk.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sv.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sv.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/sv.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_cn.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_cn.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_cn.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_tw.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_tw.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages/zh_tw.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/roles.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/roles.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/roles.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/states.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/states.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/states.pyo +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/tableparser.py +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/tableparser.pyc +%%PYTHON_SITELIBDIR%%/docutils/parsers/rst/tableparser.pyo +%%PYTHON_SITELIBDIR%%/docutils/readers/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/readers/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/readers/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/readers/doctree.py +%%PYTHON_SITELIBDIR%%/docutils/readers/doctree.pyc +%%PYTHON_SITELIBDIR%%/docutils/readers/doctree.pyo +%%PYTHON_SITELIBDIR%%/docutils/readers/pep.py +%%PYTHON_SITELIBDIR%%/docutils/readers/pep.pyc +%%PYTHON_SITELIBDIR%%/docutils/readers/pep.pyo +%%PYTHON_SITELIBDIR%%/docutils/readers/standalone.py +%%PYTHON_SITELIBDIR%%/docutils/readers/standalone.pyc +%%PYTHON_SITELIBDIR%%/docutils/readers/standalone.pyo +%%PYTHON_SITELIBDIR%%/docutils/statemachine.py +%%PYTHON_SITELIBDIR%%/docutils/statemachine.pyc +%%PYTHON_SITELIBDIR%%/docutils/statemachine.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/components.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/components.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/components.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/frontmatter.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/frontmatter.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/frontmatter.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/misc.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/misc.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/misc.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/parts.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/parts.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/parts.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/peps.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/peps.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/peps.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/references.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/references.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/references.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/universal.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/universal.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/universal.pyo +%%PYTHON_SITELIBDIR%%/docutils/transforms/writer_aux.py +%%PYTHON_SITELIBDIR%%/docutils/transforms/writer_aux.pyc +%%PYTHON_SITELIBDIR%%/docutils/transforms/writer_aux.pyo +%%PYTHON_SITELIBDIR%%/docutils/urischemes.py +%%PYTHON_SITELIBDIR%%/docutils/urischemes.pyc +%%PYTHON_SITELIBDIR%%/docutils/urischemes.pyo +%%PYTHON_SITELIBDIR%%/docutils/utils.py +%%PYTHON_SITELIBDIR%%/docutils/utils.pyc +%%PYTHON_SITELIBDIR%%/docutils/utils.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/docutils_xml.py +%%PYTHON_SITELIBDIR%%/docutils/writers/docutils_xml.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/docutils_xml.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/html4css1.css +%%PYTHON_SITELIBDIR%%/docutils/writers/html4css1/template.txt +%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/default.tex +%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/titlepage.tex +%%PYTHON_SITELIBDIR%%/docutils/writers/latex2e/xelatex.tex +%%PYTHON_SITELIBDIR%%/docutils/writers/manpage.py +%%PYTHON_SITELIBDIR%%/docutils/writers/manpage.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/manpage.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/null.py +%%PYTHON_SITELIBDIR%%/docutils/writers/null.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/null.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/pygmentsformatter.py +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/pygmentsformatter.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/pygmentsformatter.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt/styles.odt +%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/pep.css +%%PYTHON_SITELIBDIR%%/docutils/writers/pep_html/template.txt +%%PYTHON_SITELIBDIR%%/docutils/writers/pseudoxml.py +%%PYTHON_SITELIBDIR%%/docutils/writers/pseudoxml.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/pseudoxml.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/__init__.pyo +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/README.txt +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black/__base__ +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black/framing.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white/framing.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/blank.gif +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/framing.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/iepngfix.htc +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/opera.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/outline.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/print.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/s5-core.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/slides.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default/slides.js +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-black/__base__ +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-black/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-white/framing.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-white/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-black/__base__ +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-black/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-white/framing.css +%%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-white/pretty.css +%%PYTHON_SITELIBDIR%%/docutils/writers/xetex/__init__.py +%%PYTHON_SITELIBDIR%%/docutils/writers/xetex/__init__.pyc +%%PYTHON_SITELIBDIR%%/docutils/writers/xetex/__init__.pyo +%%PYTHON_SITELIBDIR%%/roman.py +%%PYTHON_SITELIBDIR%%/roman.pyc +%%PYTHON_SITELIBDIR%%/roman.pyo +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/xetex @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-white +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/small-black +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-white +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/medium-black +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/default +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-white +@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes/big-black @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html/themes @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/s5_html @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/pep_html @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/odf_odt -@dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/newlatex2e @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/latex2e @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers/html4css1 @dirrm %%PYTHON_SITELIBDIR%%/docutils/writers @dirrm %%PYTHON_SITELIBDIR%%/docutils/transforms -@dirrm %%PYTHON_SITELIBDIR%%/docutils/readers/python @dirrm %%PYTHON_SITELIBDIR%%/docutils/readers -@dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives -@dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include @dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers/rst/languages +@dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers/rst/include +@dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers/rst/directives @dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers/rst @dirrm %%PYTHON_SITELIBDIR%%/docutils/parsers +@dirrm %%PYTHON_SITELIBDIR%%/docutils/math @dirrm %%PYTHON_SITELIBDIR%%/docutils/languages @dirrm %%PYTHON_SITELIBDIR%%/docutils >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 16: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 3FA9610656B7; Sat, 6 Aug 2011 16:50:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 17E688FC16; Sat, 6 Aug 2011 16:50:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76GoMta058051; Sat, 6 Aug 2011 16:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76GoM9a058041; Sat, 6 Aug 2011 16:50:22 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 16:50:22 GMT Message-Id: <201108061650.p76GoM9a058041@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159552: [UPDATE] textproc/py-docutils to 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 16:50:23 -0000 Synopsis: [UPDATE] textproc/py-docutils to 0.8 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 16:50:22 UTC 2011 Responsible-Changed-Why: wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159552 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 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 1E13C106567A for ; Sat, 6 Aug 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 E72228FC13 for ; Sat, 6 Aug 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 p76He6jp002999 for ; Sat, 6 Aug 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 p76He6pi002998; Sat, 6 Aug 2011 17:40:06 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 17:40:06 GMT Resent-Message-Id: <201108061740.p76He6pi002998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A04E4106564A for ; Sat, 6 Aug 2011 17:39: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 76EAF8FC19 for ; Sat, 6 Aug 2011 17:39: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 p76HdpcM015376 for ; Sat, 6 Aug 2011 17:39:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p76HdpH2015375; Sat, 6 Aug 2011 17:39:51 GMT (envelope-from nobody) Message-Id: <201108061739.p76HdpH2015375@red.freebsd.org> Date: Sat, 6 Aug 2011 17:39:51 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159553: [UPDATE] textproc/py-creole to 0.7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 17:40:07 -0000 >Number: 159553 >Category: ports >Synopsis: [UPDATE] textproc/py-creole to 0.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 17:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: - Add textproc/py-docutils like dependance (reStructuredText -> html) - Rewrite pkg-descr >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/textproc/py-creole/Makefile py-creole/Makefile --- /usr/ports/textproc/py-creole/Makefile 2010-10-08 09:44:53.000000000 +0200 +++ py-creole/Makefile 2011-08-06 19:11:32.000000000 +0200 @@ -6,17 +6,19 @@ # PORTNAME= creole -PORTVERSION= 0.2.8 +PORTVERSION= 0.7.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= count@211.ru -COMMENT= Python lib for creole markup +COMMENT= Markup converter in pure Python LICENSE= GPLv3 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python_creole diff -u /usr/ports/textproc/py-creole/distinfo py-creole/distinfo --- /usr/ports/textproc/py-creole/distinfo 2011-07-03 16:39:49.000000000 +0200 +++ py-creole/distinfo 2011-08-06 19:11:32.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (python-creole-0.2.8.tar.gz) = 33ce210bfb02141ad7d7c7b6eeae3207bbe8b4fe53710661811f6cd242eebd0a -SIZE (python-creole-0.2.8.tar.gz) = 29109 +SHA256 (python-creole-0.7.2.tar.gz) = 71543afe83eacebe532a3c2ac2a02c3d17ab446db5178a7de48cadfa68c86cf9 +SIZE (python-creole-0.7.2.tar.gz) = 47750 diff -u /usr/ports/textproc/py-creole/pkg-descr py-creole/pkg-descr --- /usr/ports/textproc/py-creole/pkg-descr 2009-07-29 16:13:43.000000000 +0200 +++ py-creole/pkg-descr 2011-08-06 19:11:32.000000000 +0200 @@ -1,6 +1,9 @@ -Python lib for: +python-creole is an markup converter in pure Python: * creole markup -> html * html -> creole markup + * reStructuredText -> html + * html -> reStructuredText markup + * html -> textile markup -WWW: http://code.google.com/p/python-creole/ +WWW: http://pypi.python.org/pypi/python-creole/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 17:40:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E85106566B; Sat, 6 Aug 2011 17:40:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6201A8FC12; Sat, 6 Aug 2011 17:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76HeGNI003410; Sat, 6 Aug 2011 17:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76HeGBl003400; Sat, 6 Aug 2011 17:40:16 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 17:40:16 GMT Message-Id: <201108061740.p76HeGBl003400@freefall.freebsd.org> To: duchateau.olivier@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159553: [UPDATE] textproc/py-creole to 0.7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 17:40:16 -0000 Synopsis: [UPDATE] textproc/py-creole to 0.7.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Aug 6 17:40:15 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159553 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 17: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 210B0106566B for ; Sat, 6 Aug 2011 17: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 10BB58FC17 for ; Sat, 6 Aug 2011 17: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 p76HoBxd011900 for ; Sat, 6 Aug 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 p76HoBKO011899; Sat, 6 Aug 2011 17:50:11 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 17:50:11 GMT Message-Id: <201108061750.p76HoBKO011899@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159553: [UPDATE] textproc/py-creole to 0.7.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: Sat, 06 Aug 2011 17:50:12 -0000 The following reply was made to PR ports/159553; it has been noted by GNATS. From: Edwin Groothuis To: count@211.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/159553: [UPDATE] textproc/py-creole to 0.7.2 Date: Sat, 6 Aug 2011 17:40:13 UT Maintainer of textproc/py-creole, Please note that PR ports/159553 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/159553 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 18: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 7074A1065673 for ; Sat, 6 Aug 2011 18:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0148FC1B for ; Sat, 6 Aug 2011 18: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 p76IA8cJ028709 for ; Sat, 6 Aug 2011 18: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 p76IA8oO028708; Sat, 6 Aug 2011 18:10:08 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 18:10:08 GMT Resent-Message-Id: <201108061810.p76IA8oO028708@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F972106566C for ; Sat, 6 Aug 2011 18:08:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 754E08FC08 for ; Sat, 6 Aug 2011 18:08:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p76I8E2R067782 for ; Sat, 6 Aug 2011 18:08:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p76I8EVm067781; Sat, 6 Aug 2011 18:08:14 GMT (envelope-from nobody) Message-Id: <201108061808.p76I8EVm067781@red.freebsd.org> Date: Sat, 6 Aug 2011 18:08:14 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159554: [UPDATE] deskutils/xfce4-notifyd to 0.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: Sat, 06 Aug 2011 18:10:08 -0000 >Number: 159554 >Category: ports >Synopsis: [UPDATE] deskutils/xfce4-notifyd to 0.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 18:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE >Organization: >Environment: >Description: Announce: http://mail.xfce.org/pipermail/xfce/2011-August/029002.html >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u /usr/ports/deskutils/xfce4-notifyd/Makefile xfce4-notifyd/Makefile --- /usr/ports/deskutils/xfce4-notifyd/Makefile 2011-07-27 07:48:53.000000000 +0200 +++ xfce4-notifyd/Makefile 2011-08-06 19:54:02.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= xfce4-notifyd -PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTVERSION= 0.2.2 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} diff -u /usr/ports/deskutils/xfce4-notifyd/distinfo xfce4-notifyd/distinfo --- /usr/ports/deskutils/xfce4-notifyd/distinfo 2011-03-03 11:12:21.000000000 +0100 +++ xfce4-notifyd/distinfo 2011-08-06 19:53:52.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-notifyd-0.2.1.tar.bz2) = aab2da3d14401ea91d816744e7c4b9e2e7a996e7d8b6756c7ad0c0b3bec3ed70 -SIZE (xfce4/xfce4-notifyd-0.2.1.tar.bz2) = 313671 +SHA256 (xfce4/xfce4-notifyd-0.2.2.tar.bz2) = b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168 +SIZE (xfce4/xfce4-notifyd-0.2.2.tar.bz2) = 338974 diff -u /usr/ports/deskutils/xfce4-notifyd/pkg-plist xfce4-notifyd/pkg-plist --- /usr/ports/deskutils/xfce4-notifyd/pkg-plist 2011-03-03 11:12:21.000000000 +0100 +++ xfce4-notifyd/pkg-plist 2011-08-06 19:58:02.000000000 +0200 @@ -1,13 +1,16 @@ bin/xfce4-notifyd-config lib/xfce4/notifyd/xfce4-notifyd share/applications/xfce4-notifyd-config.desktop -share/dbus-1/services/org.freedesktop.Notifications.service +share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service share/icons/hicolor/48x48/apps/xfce4-notifyd.png +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-notifyd.mo @@ -26,6 +29,7 @@ %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/xfce4-notifyd.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/si/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-notifyd.mo @@ -36,9 +40,6 @@ %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-notifyd.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-notifyd.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-notifyd.mo share/themes/Default/xfce-notify-4.0/gtkrc share/themes/Smoke/xfce-notify-4.0/gtkrc share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtkrc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 18: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 5E2D8106566B; Sat, 6 Aug 2011 18: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 3697B8FC08; Sat, 6 Aug 2011 18: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 p76IAITE029179; Sat, 6 Aug 2011 18: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 p76IAI8s029175; Sat, 6 Aug 2011 18:10:18 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 18:10:18 GMT Message-Id: <201108061810.p76IAI8s029175@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159554: [UPDATE] deskutils/xfce4-notifyd to 0.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: Sat, 06 Aug 2011 18:10:18 -0000 Synopsis: [UPDATE] deskutils/xfce4-notifyd to 0.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 18:10:17 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159554 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 18: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 E6FF11065673 for ; Sat, 6 Aug 2011 18: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 B5E388FC0C for ; Sat, 6 Aug 2011 18: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 p76Ie9D9057432 for ; Sat, 6 Aug 2011 18: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 p76Ie99J057431; Sat, 6 Aug 2011 18:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 18:40:09 GMT Resent-Message-Id: <201108061840.p76Ie99J057431@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juergen Lock Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 242921065670 for ; Sat, 6 Aug 2011 18:38:43 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id B92368FC15 for ; Sat, 6 Aug 2011 18:38:42 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id C10B81E00236; Sat, 6 Aug 2011 20:20:12 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p76IIAsu006198 for ; Sat, 6 Aug 2011 20:18:10 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p76IIAgI006197; Sat, 6 Aug 2011 20:18:10 +0200 (CEST) (envelope-from nox) Message-Id: <201108061818.p76IIAgI006197@triton8.kn-bremen.de> Date: Sat, 6 Aug 2011 20:18:10 +0200 (CEST) From: Juergen Lock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159555: update lang/dmd2 to 2.054, and fix amd64 case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Lock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 18:40:10 -0000 >Number: 159555 >Category: ports >Synopsis: update lang/dmd2 to 2.054, and fix amd64 case >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 18:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 8.2-RELEASE amd64 >Organization: me? organized?? >Environment: System: FreeBSD triton8.kn-bremen.de 8.2-RELEASE FreeBSD 8.2-RELEASE #4: Tue Mar 29 21:48:19 CEST 2011 nox@triton8.kn-bremen.de:/usr/obj/d2t/d2t/home/nox/src-r82/src/sys/TRITON8UH amd64 >Description: lang/dmd2 only built i386 libphobos etc on amd64 so D programs would fail to link. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/dmd2/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 25 Jun 2011 00:46:22 -0000 1.9 +++ Makefile 6 Aug 2011 00:11:18 -0000 @@ -7,7 +7,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.053 +PORTVERSION= 2.054 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} @@ -39,6 +39,10 @@ LICENSE_PERMS_DMD= no-dist-mirror no-dis BROKEN= does not compile .endif +.if ${ARCH} == "amd64" +ARCH_ARGS+= "MODEL=64" +.endif + MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: @@ -60,9 +64,9 @@ post-patch: post-build: cd ${WRKSRC}/../druntime && \ - ${SETENV} PATH=${WRKSRC}:${PATH} ${GMAKE} ${MAKE_FLAGS} posix.mak + ${SETENV} PATH=${WRKSRC}:${PATH} ${GMAKE} ${MAKE_FLAGS} posix.mak ${ARCH_ARGS} cd ${WRKSRC}/../phobos && \ - ${SETENV} PATH=${WRKSRC}:${PATH} ${GMAKE} ${MAKE_FLAGS} posix.mak + ${SETENV} PATH=${WRKSRC}:${PATH} ${GMAKE} ${MAKE_FLAGS} posix.mak ${ARCH_ARGS} do-install: ${INSTALL_MAN} ${WRKDIR}/dmd2/man/man1/dmd.1 ${MANPREFIX}/man/man1/dmd2.1 @@ -71,7 +75,11 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/dmd2/linux/bin32/dmd.conf ${PREFIX}/etc/dmd2.conf .endif ${INSTALL_PROGRAM} ${WRKSRC}/dmd ${PREFIX}/bin/dmd2 +.if ${ARCH} == "amd64" + ${INSTALL_DATA} ${WRKSRC}/../phobos/generated/freebsd/release/64/libphobos2.a ${PREFIX}/lib +.else ${INSTALL_DATA} ${WRKSRC}/../phobos/generated/freebsd/release/32/libphobos2.a ${PREFIX}/lib +.endif ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKDIR}/dmd2/linux/bin32/dmd.conf ${EXAMPLESDIR}/dmd2.conf cd ${WRKDIR}/dmd2 && ${COPYTREE_SHARE} samples ${EXAMPLESDIR} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/lang/dmd2/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 6 Jun 2011 15:13:14 -0000 1.5 +++ distinfo 5 Aug 2011 23:11:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (dmd.2.053.zip) = 12df2090780d97ff2e0ebb8ed0867ba60b3a91aee9f8524a0149c17facda59b1 -SIZE (dmd.2.053.zip) = 15705351 +SHA256 (dmd.2.054.zip) = 3347dee91d8884b2f105666f085ba0b2c27b989967cf0001b284f3da922ca0c2 +SIZE (dmd.2.054.zip) = 16114301 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/lang/dmd2/pkg-plist,v retrieving revision 1.6 diff -u -p -r1.6 pkg-plist --- pkg-plist 25 Jun 2011 00:44:15 -0000 1.6 +++ pkg-plist 5 Aug 2011 23:44:22 -0000 @@ -8,6 +8,7 @@ lib/libphobos2.a %%EXAMPLESDIR%%/samples/d/chello.d %%EXAMPLESDIR%%/samples/d/clean.bat %%EXAMPLESDIR%%/samples/d/d2html.d +%%EXAMPLESDIR%%/samples/d/d2html.d.htm %%EXAMPLESDIR%%/samples/d/d2html.kwd %%EXAMPLESDIR%%/samples/d/dclient.d %%EXAMPLESDIR%%/samples/d/dhry.d @@ -76,6 +77,7 @@ include/d/druntime/import/core/sys/posix include/d/druntime/import/core/sys/posix/net/if_.di include/d/druntime/import/core/sys/posix/netinet/in_.di include/d/druntime/import/core/sys/posix/netinet/tcp.di +include/d/druntime/import/core/sys/posix/netdb.di include/d/druntime/import/core/sys/posix/poll.di include/d/druntime/import/core/sys/posix/pthread.di include/d/druntime/import/core/sys/posix/pwd.di @@ -115,6 +117,7 @@ include/d/phobos2/index.d include/d/phobos2/std/__fileinit.d include/d/phobos2/std/algorithm.d include/d/phobos2/std/array.d +include/d/phobos2/std/ascii.d include/d/phobos2/std/atomics.d include/d/phobos2/std/base64.d include/d/phobos2/std/bigint.d @@ -181,7 +184,6 @@ include/d/phobos2/std/metastrings.d include/d/phobos2/std/mmfile.d include/d/phobos2/std/net/isemail.d include/d/phobos2/std/numeric.d -include/d/phobos2/std/openrj.d include/d/phobos2/std/outbuffer.d include/d/phobos2/std/parallelism.d include/d/phobos2/std/path.d @@ -234,7 +236,6 @@ include/d/phobos2/unittest.d @dirrm include/d/phobos2/etc/c @dirrm include/d/phobos2/etc @dirrm include/d/phobos2 -@dirrm include/d/druntime/import/std @dirrm include/d/druntime/import/core/sys/windows @dirrm include/d/druntime/import/core/sys/posix/sys @dirrm include/d/druntime/import/core/sys/posix/netinet Index: files/patch-src-dmd-freebsd.mak =================================================================== RCS file: /home/pcvs/ports/lang/dmd2/files/patch-src-dmd-freebsd.mak,v retrieving revision 1.1 diff -u -p -r1.1 patch-src-dmd-freebsd.mak --- files/patch-src-dmd-freebsd.mak 25 Jun 2011 00:46:22 -0000 1.1 +++ files/patch-src-dmd-freebsd.mak 5 Aug 2011 23:32:23 -0000 @@ -1,5 +1,5 @@ ---- freebsd.mak.orig 2011-06-24 17:02:51.938546700 -0700 -+++ freebsd.mak 2011-06-24 17:04:54.369335124 -0700 +--- freebsd.mak.orig ++++ freebsd.mak @@ -3,7 +3,7 @@ TK=tk ROOT=root @@ -9,3 +9,38 @@ CC=c++ $(MODEL) +@@ -40,7 +40,7 @@ DMD_OBJS = \ + type.o typinf.o util.o var.o version.o strtold.o utf.o staticassert.o \ + unialpha.o toobj.o toctype.o toelfdebug.o entity.o doc.o macro.o \ + hdrgen.o delegatize.o aa.o ti_achar.o toir.o interpret.o traits.o \ +- builtin.o clone.o aliasthis.o \ ++ builtin.o clone.o aliasthis.o intrange.o \ + man.o arrayop.o port.o response.o async.o json.o speller.o aav.o unittests.o \ + imphint.o argtypes.o ti_pvoid.o \ + libelf.o elfobj.o +@@ -53,7 +53,7 @@ SRC = win32.mak linux.mak osx.mak freebs + inifile.c iasm.c module.c scope.c dump.c init.h init.c attrib.h \ + attrib.c opover.c class.c mangle.c bit.c tocsym.c func.c inline.c \ + access.c complex_t.h irstate.h irstate.c glue.c msc.c ph.c tk.c \ +- s2ir.c todt.c e2ir.c util.c identifier.h parse.h \ ++ s2ir.c todt.c e2ir.c util.c identifier.h parse.h intrange.h \ + scope.h enum.h import.h mars.h module.h mtype.h dsymbol.h \ + declaration.h lexer.h expression.h irstate.h statement.h eh.c \ + utf.h utf.c staticassert.h staticassert.c unialpha.c \ +@@ -62,7 +62,7 @@ SRC = win32.mak linux.mak osx.mak freebs + delegatize.c toir.h toir.c interpret.c traits.c cppmangle.c \ + builtin.c clone.c lib.h libomf.c libelf.c libmach.c arrayop.c \ + aliasthis.h aliasthis.c json.h json.c unittests.c imphint.c \ +- argtypes.c \ ++ argtypes.c intrange.c \ + $C/cdef.h $C/cc.h $C/oper.h $C/ty.h $C/optabgen.c \ + $C/global.h $C/parser.h $C/code.h $C/type.h $C/dt.h $C/cgcv.h \ + $C/el.h $C/iasm.h $C/rtlsym.h $C/html.h \ +@@ -596,6 +596,7 @@ gcov: + gcov utf.c + gcov util.c + gcov version.c ++ gcov intrange.c + + # gcov hdrgen.c + # gcov tocvdebug.c >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 18: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 C25E3106564A; Sat, 6 Aug 2011 18: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 9A7EA8FC16; Sat, 6 Aug 2011 18: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 p76IeKtx058238; Sat, 6 Aug 2011 18: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 p76IeKV1058227; Sat, 6 Aug 2011 18:40:20 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 18:40:20 GMT Message-Id: <201108061840.p76IeKV1058227@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159555: update lang/dmd2 to 2.054, and fix amd64 case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 18:40:20 -0000 Synopsis: update lang/dmd2 to 2.054, and fix amd64 case Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 18:40:20 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159555 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19:00:30 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D50106566B for ; Sat, 6 Aug 2011 19:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2878FC17 for ; Sat, 6 Aug 2011 19:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76J0TsP074437 for ; Sat, 6 Aug 2011 19:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76J0Tlr074436; Sat, 6 Aug 2011 19:00:29 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 19:00:29 GMT Message-Id: <201108061900.p76J0Tlr074436@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aldis Berjoza List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:00:30 -0000 The following reply was made to PR ports/159547; it has been noted by GNATS. From: Aldis Berjoza To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/159547: [PATCH] multimedia/playd update to v1.21.2 Date: Sat, 6 Aug 2011 21:51:08 +0300 --Sig_/BI4+qclBf8iWa=O834BySeU Content-Type: multipart/mixed; boundary="MP_/+MC81k0Z/ERwM=69UmGnj8R" --MP_/+MC81k0Z/ERwM=69UmGnj8R Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Attached patch to update to v1.22.0 Changelog: Fixed issue with locking mplayer Now only one mplayer process should ever be used by playd at any time This bug was driving me nuts for long time Patch is against current version in ports --=20 Aldis Berjoza http://www.bsdroot.lv/ --MP_/+MC81k0Z/ERwM=69UmGnj8R Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=playd.patch.txt diff -u playd.bak/Makefile playd/Makefile --- playd.bak/Makefile 2011-08-06 14:29:28.804604181 +0300 +++ playd/Makefile 2011-08-06 21:47:42.082109703 +0300 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D playd -PORTVERSION=3D 1.21.0 +PORTVERSION=3D 1.22.0 CATEGORIES=3D multimedia MASTER_SITES=3D http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME=3D playd.sh-${PORTVERSION} @@ -23,7 +23,7 @@ =20 NO_BUILD=3D yes WRKSRC=3D ${WRKDIR}/playd-sh-${REV} -REV=3D 377f785920e0 +REV=3D 6eed8f88bb8a =20 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd diff -u playd.bak/distinfo playd/distinfo --- playd.bak/distinfo 2011-08-06 14:29:28.749598307 +0300 +++ playd/distinfo 2011-08-06 21:47:56.210545605 +0300 @@ -1,2 +1,2 @@ -SHA256 (playd.sh-1.21.0.tar.gz) =3D 971f6ec8e0bc81c16f9b36c89f2fc7e9b2ca79= 42c5854a68ad872f957792e285 -SIZE (playd.sh-1.21.0.tar.gz) =3D 11854 +SHA256 (playd.sh-1.22.0.tar.gz) =3D 710eb8226daee1336be6c5d7536928219ba3ad= f3eadb7e124394549ddbf26227 +SIZE (playd.sh-1.22.0.tar.gz) =3D 12326 --MP_/+MC81k0Z/ERwM=69UmGnj8R-- --Sig_/BI4+qclBf8iWa=O834BySeU Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOPY0lAAoJECrA2xnMujn6nj0IAJOM9soBQSYNBg3OJLkfbMY9 /Wi5iQlut6GfovCpwefwVk4opyRqNFS4VQ18ptqy5Xb6OEmoIRWKCl8Zzqwzd9nI v3s8wZXXrpMEN1zMifsGlY4U7HHRQGnSAq5g3QTkZed6L+DtdOe2tFp/XpMhuSyV nbUHhMXApf7Y09XVqoJb92U63CPcv/tV9eZxYT7jptrj28Ur/8MW5O9OqkZ4gGqd 5CLpV10O25Xo6qXOwpy4t1IF3w4jDcp1hV3XIfG1RdQEhIR3ug3LRaWe6eyfCRfS VUvSiWiP56pahXs7wPaW8Vc2KiMzgANh2SF60mQ1UAZlqZXX9t7lE08RJcFsfYo= =lWMk -----END PGP SIGNATURE----- --Sig_/BI4+qclBf8iWa=O834BySeU-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19: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 BEE49106566C for ; Sat, 6 Aug 2011 19: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 9A0F38FC0C for ; Sat, 6 Aug 2011 19: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 p76JA9br083102 for ; Sat, 6 Aug 2011 19: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 p76JA9iF083101; Sat, 6 Aug 2011 19:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 19:10:09 GMT Resent-Message-Id: <201108061910.p76JA9iF083101@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C9D106566C for ; Sat, 6 Aug 2011 19:01:16 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (www.johnpupu.tw [202.39.243.42]) by mx1.freebsd.org (Postfix) with ESMTP id DF7508FC14 for ; Sat, 6 Aug 2011 19:01:13 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (8.14.4/8.14.4) with ESMTP id p754iYvu028309; Fri, 5 Aug 2011 12:44:36 +0800 (CST) (envelope-from johnpupu@www.johnpupu.tw) Received: (from root@localhost) by www.johnpupu.tw (8.14.4/8.14.4/Submit) id p754iV02028308; Fri, 5 Aug 2011 12:44:31 +0800 (CST) (envelope-from johnpupu) Message-Id: <201108050444.p754iV02028308@www.johnpupu.tw> Date: Fri, 5 Aug 2011 12:44:31 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@bsdserwis.com Subject: ports/159556: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:10:09 -0000 >Number: 159556 >Category: ports >Synopsis: [PATCH] mail/phplist: update to 2.10.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 19:10:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 2.10.14 Added file(s): - phplist-2.10.14.tbz Port maintainer (ports@bsdserwis.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- phplist-2.10.14.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/phplist.orig/Makefile /usr/ports/mail/phplist/Makefile --- /usr/ports/mail/phplist.orig/Makefile 2011-07-26 02:40:28.000000000 +0800 +++ /usr/ports/mail/phplist/Makefile 2011-08-04 16:25:38.000000000 +0800 @@ -5,8 +5,7 @@ # $FreeBSD: ports/mail/phplist/Makefile,v 1.7 2011/07/10 15:30:19 ohauer Exp $ PORTNAME= phplist -PORTVERSION= 2.10.13 -PORTREVISION= 1 +PORTVERSION= 2.10.14 CATEGORIES= mail www MASTER_SITES= SF EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/mail/phplist.orig/distinfo /usr/ports/mail/phplist/distinfo --- /usr/ports/mail/phplist.orig/distinfo 2011-05-13 16:02:14.000000000 +0800 +++ /usr/ports/mail/phplist/distinfo 2011-08-04 16:25:40.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (phplist-2.10.13.tgz) = 751ad4ac31e9e8059eb9253b83153a866adf17e72213c05b2b40ea02fa4a4fcb -SIZE (phplist-2.10.13.tgz) = 2317926 +SHA256 (phplist-2.10.14.tgz) = 05c6d6d1872feb378c038b1d335b9350049e13535068aa5517bae8492c14fab7 +SIZE (phplist-2.10.14.tgz) = 2422873 Files /usr/ports/mail/phplist.orig/phplist-2.10.14.tbz and /usr/ports/mail/phplist/phplist-2.10.14.tbz differ diff -ruN --exclude=CVS /usr/ports/mail/phplist.orig/pkg-plist /usr/ports/mail/phplist/pkg-plist --- /usr/ports/mail/phplist.orig/pkg-plist 2011-07-26 02:40:28.000000000 +0800 +++ /usr/ports/mail/phplist/pkg-plist 2011-08-04 16:30:37.000000000 +0800 @@ -447,16 +447,10 @@ %%WWWDIR%%/lists/admin/class.image.inc %%WWWDIR%%/lists/admin/class.phplistmailer.php %%WWWDIR%%/lists/admin/commonlib/lib/.htaccess -%%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore/FirePHP.class.php -%%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore/PATCHED! -%%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore/fb.php -%%WWWDIR%%/lists/admin/commonlib/lib/Sajax.php %%WWWDIR%%/lists/admin/commonlib/lib/accesscheck.php -%%WWWDIR%%/lists/admin/commonlib/lib/debuglib.php %%WWWDIR%%/lists/admin/commonlib/lib/errorlib.php %%WWWDIR%%/lists/admin/commonlib/lib/interfacelib.php %%WWWDIR%%/lists/admin/commonlib/lib/magic_quotes.php -%%WWWDIR%%/lists/admin/commonlib/lib/maillib.php %%WWWDIR%%/lists/admin/commonlib/lib/oldphp_vars.php %%WWWDIR%%/lists/admin/commonlib/lib/unregister_globals.php %%WWWDIR%%/lists/admin/commonlib/lib/userlib.php @@ -465,7 +459,6 @@ %%WWWDIR%%/lists/admin/commonlib/pages/dbcheck.php %%WWWDIR%%/lists/admin/commonlib/pages/importcsv.php %%WWWDIR%%/lists/admin/commonlib/pages/user.php -%%WWWDIR%%/lists/admin/commonlib/pages/userhistory.php %%WWWDIR%%/lists/admin/commonlib/pages/usermgt.php %%WWWDIR%%/lists/admin/commonlib/pages/users.php %%WWWDIR%%/lists/admin/community.php @@ -524,13 +517,19 @@ %%WWWDIR%%/lists/admin/help/de/usetemplate.php %%WWWDIR%%/lists/admin/help/en/attachments.php %%WWWDIR%%/lists/admin/help/en/embargo.php +%%WWWDIR%%/lists/admin/help/en/footer.php %%WWWDIR%%/lists/admin/help/en/format.php %%WWWDIR%%/lists/admin/help/en/from.php +%%WWWDIR%%/lists/admin/help/en/googletrack.php %%WWWDIR%%/lists/admin/help/en/mergeattributes.php %%WWWDIR%%/lists/admin/help/en/message.php +%%WWWDIR%%/lists/admin/help/en/plaintextversion.php %%WWWDIR%%/lists/admin/help/en/preparemessage.php %%WWWDIR%%/lists/admin/help/en/repetition.php +%%WWWDIR%%/lists/admin/help/en/requeueing.php %%WWWDIR%%/lists/admin/help/en/sendformat.php +%%WWWDIR%%/lists/admin/help/en/sendmethod.php +%%WWWDIR%%/lists/admin/help/en/sendurl.php %%WWWDIR%%/lists/admin/help/en/subject.php %%WWWDIR%%/lists/admin/help/en/usetemplate.php %%WWWDIR%%/lists/admin/help/es/attachments.php @@ -736,6 +735,7 @@ %%WWWDIR%%/lists/admin/info/en/adminattributes.php %%WWWDIR%%/lists/admin/info/en/attributes.php %%WWWDIR%%/lists/admin/info/en/bounces.php +%%WWWDIR%%/lists/admin/info/en/catlists.php %%WWWDIR%%/lists/admin/info/en/community.php %%WWWDIR%%/lists/admin/info/en/configure.php %%WWWDIR%%/lists/admin/info/en/defaults.php @@ -752,6 +752,7 @@ %%WWWDIR%%/lists/admin/info/en/message.php %%WWWDIR%%/lists/admin/info/en/messages.php %%WWWDIR%%/lists/admin/info/en/reconcileusers.php +%%WWWDIR%%/lists/admin/info/en/reindex.php %%WWWDIR%%/lists/admin/info/en/send.php %%WWWDIR%%/lists/admin/info/en/setup.php %%WWWDIR%%/lists/admin/info/en/spage.php @@ -872,13 +873,17 @@ %%WWWDIR%%/lists/admin/info/hu/vote.php %%WWWDIR%%/lists/admin/info/it/admin.php %%WWWDIR%%/lists/admin/info/it/adminattributes.php +%%WWWDIR%%/lists/admin/info/it/attachments.php %%WWWDIR%%/lists/admin/info/it/attributes.php %%WWWDIR%%/lists/admin/info/it/bounces.php %%WWWDIR%%/lists/admin/info/it/community.php %%WWWDIR%%/lists/admin/info/it/configure.php %%WWWDIR%%/lists/admin/info/it/defaults.php +%%WWWDIR%%/lists/admin/info/it/embargo.php %%WWWDIR%%/lists/admin/info/it/eventlog.php %%WWWDIR%%/lists/admin/info/it/export.php +%%WWWDIR%%/lists/admin/info/it/format.php +%%WWWDIR%%/lists/admin/info/it/from.php %%WWWDIR%%/lists/admin/info/it/getrss.php %%WWWDIR%%/lists/admin/info/it/import.php %%WWWDIR%%/lists/admin/info/it/import1.php @@ -887,16 +892,22 @@ %%WWWDIR%%/lists/admin/info/it/login.php %%WWWDIR%%/lists/admin/info/it/logout.php %%WWWDIR%%/lists/admin/info/it/members.php +%%WWWDIR%%/lists/admin/info/it/mergeattributes.php %%WWWDIR%%/lists/admin/info/it/message.php %%WWWDIR%%/lists/admin/info/it/messages.php +%%WWWDIR%%/lists/admin/info/it/preparemessage.php %%WWWDIR%%/lists/admin/info/it/reconcileusers.php +%%WWWDIR%%/lists/admin/info/it/repetition.php %%WWWDIR%%/lists/admin/info/it/send.php +%%WWWDIR%%/lists/admin/info/it/sendformat.php %%WWWDIR%%/lists/admin/info/it/setup.php %%WWWDIR%%/lists/admin/info/it/spage.php %%WWWDIR%%/lists/admin/info/it/spageedit.php %%WWWDIR%%/lists/admin/info/it/statsmgt.php +%%WWWDIR%%/lists/admin/info/it/subject.php %%WWWDIR%%/lists/admin/info/it/templates.php %%WWWDIR%%/lists/admin/info/it/usermgt.php +%%WWWDIR%%/lists/admin/info/it/usetemplate.php %%WWWDIR%%/lists/admin/info/it/vote.php %%WWWDIR%%/lists/admin/info/ja/admin.php %%WWWDIR%%/lists/admin/info/ja/adminattributes.php @@ -1010,6 +1021,62 @@ %%WWWDIR%%/lists/admin/info/pt-br/templates.php %%WWWDIR%%/lists/admin/info/pt-br/usermgt.php %%WWWDIR%%/lists/admin/info/pt-br/vote.php +%%WWWDIR%%/lists/admin/info/sl/admin.php +%%WWWDIR%%/lists/admin/info/sl/adminattributes.php +%%WWWDIR%%/lists/admin/info/sl/attributes.php +%%WWWDIR%%/lists/admin/info/sl/bounces.php +%%WWWDIR%%/lists/admin/info/sl/community.php +%%WWWDIR%%/lists/admin/info/sl/configure.php +%%WWWDIR%%/lists/admin/info/sl/defaults.php +%%WWWDIR%%/lists/admin/info/sl/eventlog.php +%%WWWDIR%%/lists/admin/info/sl/export.php +%%WWWDIR%%/lists/admin/info/sl/getrss.php +%%WWWDIR%%/lists/admin/info/sl/import.php +%%WWWDIR%%/lists/admin/info/sl/import1.php +%%WWWDIR%%/lists/admin/info/sl/import2.php +%%WWWDIR%%/lists/admin/info/sl/importadmin.php +%%WWWDIR%%/lists/admin/info/sl/login.php +%%WWWDIR%%/lists/admin/info/sl/logout.php +%%WWWDIR%%/lists/admin/info/sl/members.php +%%WWWDIR%%/lists/admin/info/sl/message.php +%%WWWDIR%%/lists/admin/info/sl/messages.php +%%WWWDIR%%/lists/admin/info/sl/reconcileusers.php +%%WWWDIR%%/lists/admin/info/sl/send.php +%%WWWDIR%%/lists/admin/info/sl/setup.php +%%WWWDIR%%/lists/admin/info/sl/spage.php +%%WWWDIR%%/lists/admin/info/sl/spageedit.php +%%WWWDIR%%/lists/admin/info/sl/statsmgt.php +%%WWWDIR%%/lists/admin/info/sl/templates.php +%%WWWDIR%%/lists/admin/info/sl/usermgt.php +%%WWWDIR%%/lists/admin/info/sl/vote.php +%%WWWDIR%%/lists/admin/info/sv/admin.php +%%WWWDIR%%/lists/admin/info/sv/adminattributes.php +%%WWWDIR%%/lists/admin/info/sv/attributes.php +%%WWWDIR%%/lists/admin/info/sv/bounces.php +%%WWWDIR%%/lists/admin/info/sv/community.php +%%WWWDIR%%/lists/admin/info/sv/configure.php +%%WWWDIR%%/lists/admin/info/sv/defaults.php +%%WWWDIR%%/lists/admin/info/sv/eventlog.php +%%WWWDIR%%/lists/admin/info/sv/export.php +%%WWWDIR%%/lists/admin/info/sv/getrss.php +%%WWWDIR%%/lists/admin/info/sv/import.php +%%WWWDIR%%/lists/admin/info/sv/import1.php +%%WWWDIR%%/lists/admin/info/sv/import2.php +%%WWWDIR%%/lists/admin/info/sv/importadmin.php +%%WWWDIR%%/lists/admin/info/sv/login.php +%%WWWDIR%%/lists/admin/info/sv/logout.php +%%WWWDIR%%/lists/admin/info/sv/members.php +%%WWWDIR%%/lists/admin/info/sv/message.php +%%WWWDIR%%/lists/admin/info/sv/messages.php +%%WWWDIR%%/lists/admin/info/sv/reconcileusers.php +%%WWWDIR%%/lists/admin/info/sv/send.php +%%WWWDIR%%/lists/admin/info/sv/setup.php +%%WWWDIR%%/lists/admin/info/sv/spage.php +%%WWWDIR%%/lists/admin/info/sv/spageedit.php +%%WWWDIR%%/lists/admin/info/sv/statsmgt.php +%%WWWDIR%%/lists/admin/info/sv/templates.php +%%WWWDIR%%/lists/admin/info/sv/usermgt.php +%%WWWDIR%%/lists/admin/info/sv/vote.php %%WWWDIR%%/lists/admin/info/vi/admin.php %%WWWDIR%%/lists/admin/info/vi/adminattributes.php %%WWWDIR%%/lists/admin/info/vi/attributes.php @@ -1291,10 +1358,16 @@ %%WWWDIR%%/lists/admin/lan/en/bouncerule.php %%WWWDIR%%/lists/admin/lan/en/bouncerules.php %%WWWDIR%%/lists/admin/lan/en/bounces.php +%%WWWDIR%%/lists/admin/lan/en/campaignmgt.php +%%WWWDIR%%/lists/admin/lan/en/catlists.php %%WWWDIR%%/lists/admin/lan/en/checkbouncerules.php %%WWWDIR%%/lists/admin/lan/en/common.php +%%WWWDIR%%/lists/admin/lan/en/community.php %%WWWDIR%%/lists/admin/lan/en/configure.php +%%WWWDIR%%/lists/admin/lan/en/convertstats.php +%%WWWDIR%%/lists/admin/lan/en/dbcheck.php %%WWWDIR%%/lists/admin/lan/en/defaults.php +%%WWWDIR%%/lists/admin/lan/en/develop.php %%WWWDIR%%/lists/admin/lan/en/dlusers.php %%WWWDIR%%/lists/admin/lan/en/domainstats.php %%WWWDIR%%/lists/admin/lan/en/editattributes.php @@ -1305,33 +1378,50 @@ %%WWWDIR%%/lists/admin/lan/en/generatebouncerules.php %%WWWDIR%%/lists/admin/lan/en/getrss.php %%WWWDIR%%/lists/admin/lan/en/home.php +%%WWWDIR%%/lists/admin/lan/en/import.php %%WWWDIR%%/lists/admin/lan/en/import1.php %%WWWDIR%%/lists/admin/lan/en/import2.php %%WWWDIR%%/lists/admin/lan/en/import3.php %%WWWDIR%%/lists/admin/lan/en/import4.php %%WWWDIR%%/lists/admin/lan/en/importadmin.php +%%WWWDIR%%/lists/admin/lan/en/importsimple.php %%WWWDIR%%/lists/admin/lan/en/initialise.php %%WWWDIR%%/lists/admin/lan/en/list.php +%%WWWDIR%%/lists/admin/lan/en/listbounces.php %%WWWDIR%%/lists/admin/lan/en/login.php +%%WWWDIR%%/lists/admin/lan/en/massremove.php %%WWWDIR%%/lists/admin/lan/en/massunconfirm.php %%WWWDIR%%/lists/admin/lan/en/mclicks.php %%WWWDIR%%/lists/admin/lan/en/members.php %%WWWDIR%%/lists/admin/lan/en/message.php %%WWWDIR%%/lists/admin/lan/en/messages.php +%%WWWDIR%%/lists/admin/lan/en/movetocommon.php +%%WWWDIR%%/lists/admin/lan/en/msgbounces.php +%%WWWDIR%%/lists/admin/lan/en/msgstatus.php %%WWWDIR%%/lists/admin/lan/en/mviews.php %%WWWDIR%%/lists/admin/lan/en/pagetitles.php +%%WWWDIR%%/lists/admin/lan/en/plugins.php %%WWWDIR%%/lists/admin/lan/en/processbounces.php %%WWWDIR%%/lists/admin/lan/en/processqueue.php +%%WWWDIR%%/lists/admin/lan/en/processqueueforked.php %%WWWDIR%%/lists/admin/lan/en/purgerss.php +%%WWWDIR%%/lists/admin/lan/en/readtestmail.php %%WWWDIR%%/lists/admin/lan/en/reconcileusers.php +%%WWWDIR%%/lists/admin/lan/en/reindex.php +%%WWWDIR%%/lists/admin/lan/en/removedups.php +%%WWWDIR%%/lists/admin/lan/en/resetstats.php %%WWWDIR%%/lists/admin/lan/en/send.php %%WWWDIR%%/lists/admin/lan/en/setup.php %%WWWDIR%%/lists/admin/lan/en/spage.php %%WWWDIR%%/lists/admin/lan/en/spageedit.php %%WWWDIR%%/lists/admin/lan/en/statsmgt.php +%%WWWDIR%%/lists/admin/lan/en/statsoverview.php +%%WWWDIR%%/lists/admin/lan/en/subscriberstats.php +%%WWWDIR%%/lists/admin/lan/en/system.php %%WWWDIR%%/lists/admin/lan/en/template.php %%WWWDIR%%/lists/admin/lan/en/templates.php %%WWWDIR%%/lists/admin/lan/en/uclicks.php +%%WWWDIR%%/lists/admin/lan/en/upgrade.php %%WWWDIR%%/lists/admin/lan/en/user.php %%WWWDIR%%/lists/admin/lan/en/usercheck.php %%WWWDIR%%/lists/admin/lan/en/userclicks.php @@ -1877,6 +1967,151 @@ %%WWWDIR%%/lists/admin/lan/pt-br/usermgt.php %%WWWDIR%%/lists/admin/lan/pt-br/users.php %%WWWDIR%%/lists/admin/lan/pt-br/viewtemplate.php +%%WWWDIR%%/lists/admin/lan/ru/about.php +%%WWWDIR%%/lists/admin/lan/ru/admin.php +%%WWWDIR%%/lists/admin/lan/ru/adminattributes.php +%%WWWDIR%%/lists/admin/lan/ru/admins.php +%%WWWDIR%%/lists/admin/lan/ru/attributes.php +%%WWWDIR%%/lists/admin/lan/ru/bounce.php +%%WWWDIR%%/lists/admin/lan/ru/bouncemgt.php +%%WWWDIR%%/lists/admin/lan/ru/bouncerule.php +%%WWWDIR%%/lists/admin/lan/ru/bouncerules.php +%%WWWDIR%%/lists/admin/lan/ru/bounces.php +%%WWWDIR%%/lists/admin/lan/ru/checkbouncerules.php +%%WWWDIR%%/lists/admin/lan/ru/common.php +%%WWWDIR%%/lists/admin/lan/ru/configure.php +%%WWWDIR%%/lists/admin/lan/ru/defaults.php +%%WWWDIR%%/lists/admin/lan/ru/dlusers.php +%%WWWDIR%%/lists/admin/lan/ru/domainstats.php +%%WWWDIR%%/lists/admin/lan/ru/editattributes.php +%%WWWDIR%%/lists/admin/lan/ru/editlist.php +%%WWWDIR%%/lists/admin/lan/ru/eventlog.php +%%WWWDIR%%/lists/admin/lan/ru/export.php +%%WWWDIR%%/lists/admin/lan/ru/frontend.php +%%WWWDIR%%/lists/admin/lan/ru/generatebouncerules.php +%%WWWDIR%%/lists/admin/lan/ru/getrss.php +%%WWWDIR%%/lists/admin/lan/ru/home.php +%%WWWDIR%%/lists/admin/lan/ru/import1.php +%%WWWDIR%%/lists/admin/lan/ru/language_info +%%WWWDIR%%/lists/admin/lan/ru/pagetitles.php +%%WWWDIR%%/lists/admin/lan/sl/about.php +%%WWWDIR%%/lists/admin/lan/sl/admin.php +%%WWWDIR%%/lists/admin/lan/sl/adminattributes.php +%%WWWDIR%%/lists/admin/lan/sl/admins.php +%%WWWDIR%%/lists/admin/lan/sl/attributes.php +%%WWWDIR%%/lists/admin/lan/sl/bounce.php +%%WWWDIR%%/lists/admin/lan/sl/bouncemgt.php +%%WWWDIR%%/lists/admin/lan/sl/bouncerule.php +%%WWWDIR%%/lists/admin/lan/sl/bouncerules.php +%%WWWDIR%%/lists/admin/lan/sl/bounces.php +%%WWWDIR%%/lists/admin/lan/sl/checkbouncerules.php +%%WWWDIR%%/lists/admin/lan/sl/common.php +%%WWWDIR%%/lists/admin/lan/sl/configure.php +%%WWWDIR%%/lists/admin/lan/sl/defaults.php +%%WWWDIR%%/lists/admin/lan/sl/dlusers.php +%%WWWDIR%%/lists/admin/lan/sl/domainstats.php +%%WWWDIR%%/lists/admin/lan/sl/editattributes.php +%%WWWDIR%%/lists/admin/lan/sl/editlist.php +%%WWWDIR%%/lists/admin/lan/sl/eventlog.php +%%WWWDIR%%/lists/admin/lan/sl/export.php +%%WWWDIR%%/lists/admin/lan/sl/frontend.php +%%WWWDIR%%/lists/admin/lan/sl/generatebouncerules.php +%%WWWDIR%%/lists/admin/lan/sl/getrss.php +%%WWWDIR%%/lists/admin/lan/sl/home.php +%%WWWDIR%%/lists/admin/lan/sl/import1.php +%%WWWDIR%%/lists/admin/lan/sl/import2.php +%%WWWDIR%%/lists/admin/lan/sl/import3.php +%%WWWDIR%%/lists/admin/lan/sl/import4.php +%%WWWDIR%%/lists/admin/lan/sl/importadmin.php +%%WWWDIR%%/lists/admin/lan/sl/initialise.php +%%WWWDIR%%/lists/admin/lan/sl/language_info +%%WWWDIR%%/lists/admin/lan/sl/list.php +%%WWWDIR%%/lists/admin/lan/sl/login.php +%%WWWDIR%%/lists/admin/lan/sl/massunconfirm.php +%%WWWDIR%%/lists/admin/lan/sl/mclicks.php +%%WWWDIR%%/lists/admin/lan/sl/members.php +%%WWWDIR%%/lists/admin/lan/sl/message.php +%%WWWDIR%%/lists/admin/lan/sl/messages.php +%%WWWDIR%%/lists/admin/lan/sl/mviews.php +%%WWWDIR%%/lists/admin/lan/sl/pagetitles.php +%%WWWDIR%%/lists/admin/lan/sl/processbounces.php +%%WWWDIR%%/lists/admin/lan/sl/processqueue.php +%%WWWDIR%%/lists/admin/lan/sl/purgerss.php +%%WWWDIR%%/lists/admin/lan/sl/reconcileusers.php +%%WWWDIR%%/lists/admin/lan/sl/send.php +%%WWWDIR%%/lists/admin/lan/sl/setup.php +%%WWWDIR%%/lists/admin/lan/sl/spage.php +%%WWWDIR%%/lists/admin/lan/sl/spageedit.php +%%WWWDIR%%/lists/admin/lan/sl/statsmgt.php +%%WWWDIR%%/lists/admin/lan/sl/template.php +%%WWWDIR%%/lists/admin/lan/sl/templates.php +%%WWWDIR%%/lists/admin/lan/sl/uclicks.php +%%WWWDIR%%/lists/admin/lan/sl/user.php +%%WWWDIR%%/lists/admin/lan/sl/usercheck.php +%%WWWDIR%%/lists/admin/lan/sl/userclicks.php +%%WWWDIR%%/lists/admin/lan/sl/userhistory.php +%%WWWDIR%%/lists/admin/lan/sl/usermgt.php +%%WWWDIR%%/lists/admin/lan/sl/users.php +%%WWWDIR%%/lists/admin/lan/sl/viewtemplate.php +%%WWWDIR%%/lists/admin/lan/sv/about.php +%%WWWDIR%%/lists/admin/lan/sv/admin.php +%%WWWDIR%%/lists/admin/lan/sv/adminattributes.php +%%WWWDIR%%/lists/admin/lan/sv/admins.php +%%WWWDIR%%/lists/admin/lan/sv/attributes.php +%%WWWDIR%%/lists/admin/lan/sv/bounce.php +%%WWWDIR%%/lists/admin/lan/sv/bouncemgt.php +%%WWWDIR%%/lists/admin/lan/sv/bouncerule.php +%%WWWDIR%%/lists/admin/lan/sv/bouncerules.php +%%WWWDIR%%/lists/admin/lan/sv/bounces.php +%%WWWDIR%%/lists/admin/lan/sv/checkbouncerules.php +%%WWWDIR%%/lists/admin/lan/sv/common.php +%%WWWDIR%%/lists/admin/lan/sv/configure.php +%%WWWDIR%%/lists/admin/lan/sv/defaults.php +%%WWWDIR%%/lists/admin/lan/sv/dlusers.php +%%WWWDIR%%/lists/admin/lan/sv/domainstats.php +%%WWWDIR%%/lists/admin/lan/sv/editattributes.php +%%WWWDIR%%/lists/admin/lan/sv/editlist.php +%%WWWDIR%%/lists/admin/lan/sv/eventlog.php +%%WWWDIR%%/lists/admin/lan/sv/export.php +%%WWWDIR%%/lists/admin/lan/sv/frontend.php +%%WWWDIR%%/lists/admin/lan/sv/generatebouncerules.php +%%WWWDIR%%/lists/admin/lan/sv/getrss.php +%%WWWDIR%%/lists/admin/lan/sv/home.php +%%WWWDIR%%/lists/admin/lan/sv/import1.php +%%WWWDIR%%/lists/admin/lan/sv/import2.php +%%WWWDIR%%/lists/admin/lan/sv/import3.php +%%WWWDIR%%/lists/admin/lan/sv/import4.php +%%WWWDIR%%/lists/admin/lan/sv/importadmin.php +%%WWWDIR%%/lists/admin/lan/sv/initialise.php +%%WWWDIR%%/lists/admin/lan/sv/language_info +%%WWWDIR%%/lists/admin/lan/sv/list.php +%%WWWDIR%%/lists/admin/lan/sv/login.php +%%WWWDIR%%/lists/admin/lan/sv/massunconfirm.php +%%WWWDIR%%/lists/admin/lan/sv/mclicks.php +%%WWWDIR%%/lists/admin/lan/sv/members.php +%%WWWDIR%%/lists/admin/lan/sv/message.php +%%WWWDIR%%/lists/admin/lan/sv/messages.php +%%WWWDIR%%/lists/admin/lan/sv/mviews.php +%%WWWDIR%%/lists/admin/lan/sv/pagetitles.php +%%WWWDIR%%/lists/admin/lan/sv/processbounces.php +%%WWWDIR%%/lists/admin/lan/sv/processqueue.php +%%WWWDIR%%/lists/admin/lan/sv/purgerss.php +%%WWWDIR%%/lists/admin/lan/sv/reconcileusers.php +%%WWWDIR%%/lists/admin/lan/sv/send.php +%%WWWDIR%%/lists/admin/lan/sv/setup.php +%%WWWDIR%%/lists/admin/lan/sv/spage.php +%%WWWDIR%%/lists/admin/lan/sv/spageedit.php +%%WWWDIR%%/lists/admin/lan/sv/statsmgt.php +%%WWWDIR%%/lists/admin/lan/sv/template.php +%%WWWDIR%%/lists/admin/lan/sv/templates.php +%%WWWDIR%%/lists/admin/lan/sv/uclicks.php +%%WWWDIR%%/lists/admin/lan/sv/user.php +%%WWWDIR%%/lists/admin/lan/sv/usercheck.php +%%WWWDIR%%/lists/admin/lan/sv/userclicks.php +%%WWWDIR%%/lists/admin/lan/sv/userhistory.php +%%WWWDIR%%/lists/admin/lan/sv/usermgt.php +%%WWWDIR%%/lists/admin/lan/sv/users.php +%%WWWDIR%%/lists/admin/lan/sv/viewtemplate.php %%WWWDIR%%/lists/admin/lan/vi/about.php %%WWWDIR%%/lists/admin/lan/vi/admin.php %%WWWDIR%%/lists/admin/lan/vi/adminattributes.php @@ -2095,9 +2330,7 @@ %%WWWDIR%%/lists/admin/viewtemplate.php %%WWWDIR%%/lists/admin/vote.php %%WWWDIR%%/lists/config/.htaccess -@unexec if cmp -s %D/%%WWWDIR%%/lists/config/config.php-dist %D/%%WWWDIR%%/lists/config/config.php; then rm -f %D/%%WWWDIR%%/lists/config/config.php; fi %%WWWDIR%%/lists/config/config.php-dist -@exec [ -f %D/%%WWWDIR%%/lists/config/config.php ] || cp %D/%%WWWDIR%%/lists/config/config.php-dist %D/%%WWWDIR%%/lists/config/config.php %%WWWDIR%%/lists/config/footer.inc %%WWWDIR%%/lists/config/header.inc %%WWWDIR%%/lists/dl.php @@ -2221,6 +2454,8 @@ %%WWWDIR%%/lists/texts/belgianflemish_utf8.inc %%WWWDIR%%/lists/texts/bulgarian.inc %%WWWDIR%%/lists/texts/bulgarian_utf8.inc +%%WWWDIR%%/lists/texts/catalan.inc +%%WWWDIR%%/lists/texts/catalan_utf8.inc %%WWWDIR%%/lists/texts/croatian.inc %%WWWDIR%%/lists/texts/croatian2.inc %%WWWDIR%%/lists/texts/czech.inc @@ -2232,6 +2467,7 @@ %%WWWDIR%%/lists/texts/estonian.inc %%WWWDIR%%/lists/texts/french.inc %%WWWDIR%%/lists/texts/french2.inc +%%WWWDIR%%/lists/texts/french_utf8.inc %%WWWDIR%%/lists/texts/german.inc %%WWWDIR%%/lists/texts/german2.inc %%WWWDIR%%/lists/texts/greek.inc @@ -2268,7 +2504,7 @@ @dirrm %%WWWDIR%%/lists/js @dirrm %%WWWDIR%%/lists/images/smiley @dirrm %%WWWDIR%%/lists/images -@dirrmtry %%WWWDIR%%/lists/config +@dirrm %%WWWDIR%%/lists/config @dirrm %%WWWDIR%%/lists/admin/styles @dirrm %%WWWDIR%%/lists/admin/plugins/sidebar @dirrm %%WWWDIR%%/lists/admin/plugins/defaultplugin @@ -2278,6 +2514,9 @@ @dirrm %%WWWDIR%%/lists/admin/onyxrss @dirrm %%WWWDIR%%/lists/admin/lan/zh-tw @dirrm %%WWWDIR%%/lists/admin/lan/vi +@dirrm %%WWWDIR%%/lists/admin/lan/sv +@dirrm %%WWWDIR%%/lists/admin/lan/sl +@dirrm %%WWWDIR%%/lists/admin/lan/ru @dirrm %%WWWDIR%%/lists/admin/lan/pt-br @dirrm %%WWWDIR%%/lists/admin/lan/pl @dirrm %%WWWDIR%%/lists/admin/lan/nl @@ -2295,6 +2534,8 @@ @dirrm %%WWWDIR%%/lists/admin/lan @dirrm %%WWWDIR%%/lists/admin/js @dirrm %%WWWDIR%%/lists/admin/info/vi +@dirrm %%WWWDIR%%/lists/admin/info/sv +@dirrm %%WWWDIR%%/lists/admin/info/sl @dirrm %%WWWDIR%%/lists/admin/info/pt-br @dirrm %%WWWDIR%%/lists/admin/info/pl @dirrm %%WWWDIR%%/lists/admin/info/nl @@ -2326,7 +2567,6 @@ @dirrm %%WWWDIR%%/lists/admin/help @dirrm %%WWWDIR%%/lists/admin/data @dirrm %%WWWDIR%%/lists/admin/commonlib/pages -@dirrm %%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore @dirrm %%WWWDIR%%/lists/admin/commonlib/lib @dirrm %%WWWDIR%%/lists/admin/commonlib @dirrm %%WWWDIR%%/lists/admin/auth --- phplist-2.10.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19:10:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22217106564A for ; Sat, 6 Aug 2011 19:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1B328FC13 for ; Sat, 6 Aug 2011 19: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 p76JA9f3083111 for ; Sat, 6 Aug 2011 19: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 p76JA9gS083110; Sat, 6 Aug 2011 19:10:09 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 19:10:09 GMT Resent-Message-Id: <201108061910.p76JA9gS083110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BA4F106564A for ; Sat, 6 Aug 2011 19:01:17 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (www.johnpupu.tw [202.39.243.42]) by mx1.freebsd.org (Postfix) with ESMTP id E370F8FC1A for ; Sat, 6 Aug 2011 19:01:16 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (8.14.4/8.14.4) with ESMTP id p754l1o2028862; Fri, 5 Aug 2011 12:47:04 +0800 (CST) (envelope-from johnpupu@www.johnpupu.tw) Received: (from root@localhost) by www.johnpupu.tw (8.14.4/8.14.4/Submit) id p754kxcU028861; Fri, 5 Aug 2011 12:46:59 +0800 (CST) (envelope-from johnpupu) Message-Id: <201108050446.p754kxcU028861@www.johnpupu.tw> Date: Fri, 5 Aug 2011 12:46:59 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@bsdserwis.com Subject: ports/159557: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:10:10 -0000 >Number: 159557 >Category: ports >Synopsis: [PATCH] mail/phplist: update to 2.10.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 19:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 8.2-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 2.10.14 Added file(s): - phplist-2.10.14.tbz Port maintainer (ports@bsdserwis.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- phplist-2.10.14.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/phplist.orig/Makefile /usr/ports/mail/phplist/Makefile --- /usr/ports/mail/phplist.orig/Makefile 2011-07-26 02:40:28.000000000 +0800 +++ /usr/ports/mail/phplist/Makefile 2011-08-04 16:25:38.000000000 +0800 @@ -5,8 +5,7 @@ # $FreeBSD: ports/mail/phplist/Makefile,v 1.7 2011/07/10 15:30:19 ohauer Exp $ PORTNAME= phplist -PORTVERSION= 2.10.13 -PORTREVISION= 1 +PORTVERSION= 2.10.14 CATEGORIES= mail www MASTER_SITES= SF EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/mail/phplist.orig/distinfo /usr/ports/mail/phplist/distinfo --- /usr/ports/mail/phplist.orig/distinfo 2011-05-13 16:02:14.000000000 +0800 +++ /usr/ports/mail/phplist/distinfo 2011-08-04 16:25:40.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (phplist-2.10.13.tgz) = 751ad4ac31e9e8059eb9253b83153a866adf17e72213c05b2b40ea02fa4a4fcb -SIZE (phplist-2.10.13.tgz) = 2317926 +SHA256 (phplist-2.10.14.tgz) = 05c6d6d1872feb378c038b1d335b9350049e13535068aa5517bae8492c14fab7 +SIZE (phplist-2.10.14.tgz) = 2422873 Files /usr/ports/mail/phplist.orig/phplist-2.10.14.tbz and /usr/ports/mail/phplist/phplist-2.10.14.tbz differ diff -ruN --exclude=CVS /usr/ports/mail/phplist.orig/pkg-plist /usr/ports/mail/phplist/pkg-plist --- /usr/ports/mail/phplist.orig/pkg-plist 2011-07-26 02:40:28.000000000 +0800 +++ /usr/ports/mail/phplist/pkg-plist 2011-08-04 16:30:37.000000000 +0800 @@ -447,16 +447,10 @@ %%WWWDIR%%/lists/admin/class.image.inc %%WWWDIR%%/lists/admin/class.phplistmailer.php %%WWWDIR%%/lists/admin/commonlib/lib/.htaccess -%%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore/FirePHP.class.php -%%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore/PATCHED! -%%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore/fb.php -%%WWWDIR%%/lists/admin/commonlib/lib/Sajax.php %%WWWDIR%%/lists/admin/commonlib/lib/accesscheck.php -%%WWWDIR%%/lists/admin/commonlib/lib/debuglib.php %%WWWDIR%%/lists/admin/commonlib/lib/errorlib.php %%WWWDIR%%/lists/admin/commonlib/lib/interfacelib.php %%WWWDIR%%/lists/admin/commonlib/lib/magic_quotes.php -%%WWWDIR%%/lists/admin/commonlib/lib/maillib.php %%WWWDIR%%/lists/admin/commonlib/lib/oldphp_vars.php %%WWWDIR%%/lists/admin/commonlib/lib/unregister_globals.php %%WWWDIR%%/lists/admin/commonlib/lib/userlib.php @@ -465,7 +459,6 @@ %%WWWDIR%%/lists/admin/commonlib/pages/dbcheck.php %%WWWDIR%%/lists/admin/commonlib/pages/importcsv.php %%WWWDIR%%/lists/admin/commonlib/pages/user.php -%%WWWDIR%%/lists/admin/commonlib/pages/userhistory.php %%WWWDIR%%/lists/admin/commonlib/pages/usermgt.php %%WWWDIR%%/lists/admin/commonlib/pages/users.php %%WWWDIR%%/lists/admin/community.php @@ -524,13 +517,19 @@ %%WWWDIR%%/lists/admin/help/de/usetemplate.php %%WWWDIR%%/lists/admin/help/en/attachments.php %%WWWDIR%%/lists/admin/help/en/embargo.php +%%WWWDIR%%/lists/admin/help/en/footer.php %%WWWDIR%%/lists/admin/help/en/format.php %%WWWDIR%%/lists/admin/help/en/from.php +%%WWWDIR%%/lists/admin/help/en/googletrack.php %%WWWDIR%%/lists/admin/help/en/mergeattributes.php %%WWWDIR%%/lists/admin/help/en/message.php +%%WWWDIR%%/lists/admin/help/en/plaintextversion.php %%WWWDIR%%/lists/admin/help/en/preparemessage.php %%WWWDIR%%/lists/admin/help/en/repetition.php +%%WWWDIR%%/lists/admin/help/en/requeueing.php %%WWWDIR%%/lists/admin/help/en/sendformat.php +%%WWWDIR%%/lists/admin/help/en/sendmethod.php +%%WWWDIR%%/lists/admin/help/en/sendurl.php %%WWWDIR%%/lists/admin/help/en/subject.php %%WWWDIR%%/lists/admin/help/en/usetemplate.php %%WWWDIR%%/lists/admin/help/es/attachments.php @@ -736,6 +735,7 @@ %%WWWDIR%%/lists/admin/info/en/adminattributes.php %%WWWDIR%%/lists/admin/info/en/attributes.php %%WWWDIR%%/lists/admin/info/en/bounces.php +%%WWWDIR%%/lists/admin/info/en/catlists.php %%WWWDIR%%/lists/admin/info/en/community.php %%WWWDIR%%/lists/admin/info/en/configure.php %%WWWDIR%%/lists/admin/info/en/defaults.php @@ -752,6 +752,7 @@ %%WWWDIR%%/lists/admin/info/en/message.php %%WWWDIR%%/lists/admin/info/en/messages.php %%WWWDIR%%/lists/admin/info/en/reconcileusers.php +%%WWWDIR%%/lists/admin/info/en/reindex.php %%WWWDIR%%/lists/admin/info/en/send.php %%WWWDIR%%/lists/admin/info/en/setup.php %%WWWDIR%%/lists/admin/info/en/spage.php @@ -872,13 +873,17 @@ %%WWWDIR%%/lists/admin/info/hu/vote.php %%WWWDIR%%/lists/admin/info/it/admin.php %%WWWDIR%%/lists/admin/info/it/adminattributes.php +%%WWWDIR%%/lists/admin/info/it/attachments.php %%WWWDIR%%/lists/admin/info/it/attributes.php %%WWWDIR%%/lists/admin/info/it/bounces.php %%WWWDIR%%/lists/admin/info/it/community.php %%WWWDIR%%/lists/admin/info/it/configure.php %%WWWDIR%%/lists/admin/info/it/defaults.php +%%WWWDIR%%/lists/admin/info/it/embargo.php %%WWWDIR%%/lists/admin/info/it/eventlog.php %%WWWDIR%%/lists/admin/info/it/export.php +%%WWWDIR%%/lists/admin/info/it/format.php +%%WWWDIR%%/lists/admin/info/it/from.php %%WWWDIR%%/lists/admin/info/it/getrss.php %%WWWDIR%%/lists/admin/info/it/import.php %%WWWDIR%%/lists/admin/info/it/import1.php @@ -887,16 +892,22 @@ %%WWWDIR%%/lists/admin/info/it/login.php %%WWWDIR%%/lists/admin/info/it/logout.php %%WWWDIR%%/lists/admin/info/it/members.php +%%WWWDIR%%/lists/admin/info/it/mergeattributes.php %%WWWDIR%%/lists/admin/info/it/message.php %%WWWDIR%%/lists/admin/info/it/messages.php +%%WWWDIR%%/lists/admin/info/it/preparemessage.php %%WWWDIR%%/lists/admin/info/it/reconcileusers.php +%%WWWDIR%%/lists/admin/info/it/repetition.php %%WWWDIR%%/lists/admin/info/it/send.php +%%WWWDIR%%/lists/admin/info/it/sendformat.php %%WWWDIR%%/lists/admin/info/it/setup.php %%WWWDIR%%/lists/admin/info/it/spage.php %%WWWDIR%%/lists/admin/info/it/spageedit.php %%WWWDIR%%/lists/admin/info/it/statsmgt.php +%%WWWDIR%%/lists/admin/info/it/subject.php %%WWWDIR%%/lists/admin/info/it/templates.php %%WWWDIR%%/lists/admin/info/it/usermgt.php +%%WWWDIR%%/lists/admin/info/it/usetemplate.php %%WWWDIR%%/lists/admin/info/it/vote.php %%WWWDIR%%/lists/admin/info/ja/admin.php %%WWWDIR%%/lists/admin/info/ja/adminattributes.php @@ -1010,6 +1021,62 @@ %%WWWDIR%%/lists/admin/info/pt-br/templates.php %%WWWDIR%%/lists/admin/info/pt-br/usermgt.php %%WWWDIR%%/lists/admin/info/pt-br/vote.php +%%WWWDIR%%/lists/admin/info/sl/admin.php +%%WWWDIR%%/lists/admin/info/sl/adminattributes.php +%%WWWDIR%%/lists/admin/info/sl/attributes.php +%%WWWDIR%%/lists/admin/info/sl/bounces.php +%%WWWDIR%%/lists/admin/info/sl/community.php +%%WWWDIR%%/lists/admin/info/sl/configure.php +%%WWWDIR%%/lists/admin/info/sl/defaults.php +%%WWWDIR%%/lists/admin/info/sl/eventlog.php +%%WWWDIR%%/lists/admin/info/sl/export.php +%%WWWDIR%%/lists/admin/info/sl/getrss.php +%%WWWDIR%%/lists/admin/info/sl/import.php +%%WWWDIR%%/lists/admin/info/sl/import1.php +%%WWWDIR%%/lists/admin/info/sl/import2.php +%%WWWDIR%%/lists/admin/info/sl/importadmin.php +%%WWWDIR%%/lists/admin/info/sl/login.php +%%WWWDIR%%/lists/admin/info/sl/logout.php +%%WWWDIR%%/lists/admin/info/sl/members.php +%%WWWDIR%%/lists/admin/info/sl/message.php +%%WWWDIR%%/lists/admin/info/sl/messages.php +%%WWWDIR%%/lists/admin/info/sl/reconcileusers.php +%%WWWDIR%%/lists/admin/info/sl/send.php +%%WWWDIR%%/lists/admin/info/sl/setup.php +%%WWWDIR%%/lists/admin/info/sl/spage.php +%%WWWDIR%%/lists/admin/info/sl/spageedit.php +%%WWWDIR%%/lists/admin/info/sl/statsmgt.php +%%WWWDIR%%/lists/admin/info/sl/templates.php +%%WWWDIR%%/lists/admin/info/sl/usermgt.php +%%WWWDIR%%/lists/admin/info/sl/vote.php +%%WWWDIR%%/lists/admin/info/sv/admin.php +%%WWWDIR%%/lists/admin/info/sv/adminattributes.php +%%WWWDIR%%/lists/admin/info/sv/attributes.php +%%WWWDIR%%/lists/admin/info/sv/bounces.php +%%WWWDIR%%/lists/admin/info/sv/community.php +%%WWWDIR%%/lists/admin/info/sv/configure.php +%%WWWDIR%%/lists/admin/info/sv/defaults.php +%%WWWDIR%%/lists/admin/info/sv/eventlog.php +%%WWWDIR%%/lists/admin/info/sv/export.php +%%WWWDIR%%/lists/admin/info/sv/getrss.php +%%WWWDIR%%/lists/admin/info/sv/import.php +%%WWWDIR%%/lists/admin/info/sv/import1.php +%%WWWDIR%%/lists/admin/info/sv/import2.php +%%WWWDIR%%/lists/admin/info/sv/importadmin.php +%%WWWDIR%%/lists/admin/info/sv/login.php +%%WWWDIR%%/lists/admin/info/sv/logout.php +%%WWWDIR%%/lists/admin/info/sv/members.php +%%WWWDIR%%/lists/admin/info/sv/message.php +%%WWWDIR%%/lists/admin/info/sv/messages.php +%%WWWDIR%%/lists/admin/info/sv/reconcileusers.php +%%WWWDIR%%/lists/admin/info/sv/send.php +%%WWWDIR%%/lists/admin/info/sv/setup.php +%%WWWDIR%%/lists/admin/info/sv/spage.php +%%WWWDIR%%/lists/admin/info/sv/spageedit.php +%%WWWDIR%%/lists/admin/info/sv/statsmgt.php +%%WWWDIR%%/lists/admin/info/sv/templates.php +%%WWWDIR%%/lists/admin/info/sv/usermgt.php +%%WWWDIR%%/lists/admin/info/sv/vote.php %%WWWDIR%%/lists/admin/info/vi/admin.php %%WWWDIR%%/lists/admin/info/vi/adminattributes.php %%WWWDIR%%/lists/admin/info/vi/attributes.php @@ -1291,10 +1358,16 @@ %%WWWDIR%%/lists/admin/lan/en/bouncerule.php %%WWWDIR%%/lists/admin/lan/en/bouncerules.php %%WWWDIR%%/lists/admin/lan/en/bounces.php +%%WWWDIR%%/lists/admin/lan/en/campaignmgt.php +%%WWWDIR%%/lists/admin/lan/en/catlists.php %%WWWDIR%%/lists/admin/lan/en/checkbouncerules.php %%WWWDIR%%/lists/admin/lan/en/common.php +%%WWWDIR%%/lists/admin/lan/en/community.php %%WWWDIR%%/lists/admin/lan/en/configure.php +%%WWWDIR%%/lists/admin/lan/en/convertstats.php +%%WWWDIR%%/lists/admin/lan/en/dbcheck.php %%WWWDIR%%/lists/admin/lan/en/defaults.php +%%WWWDIR%%/lists/admin/lan/en/develop.php %%WWWDIR%%/lists/admin/lan/en/dlusers.php %%WWWDIR%%/lists/admin/lan/en/domainstats.php %%WWWDIR%%/lists/admin/lan/en/editattributes.php @@ -1305,33 +1378,50 @@ %%WWWDIR%%/lists/admin/lan/en/generatebouncerules.php %%WWWDIR%%/lists/admin/lan/en/getrss.php %%WWWDIR%%/lists/admin/lan/en/home.php +%%WWWDIR%%/lists/admin/lan/en/import.php %%WWWDIR%%/lists/admin/lan/en/import1.php %%WWWDIR%%/lists/admin/lan/en/import2.php %%WWWDIR%%/lists/admin/lan/en/import3.php %%WWWDIR%%/lists/admin/lan/en/import4.php %%WWWDIR%%/lists/admin/lan/en/importadmin.php +%%WWWDIR%%/lists/admin/lan/en/importsimple.php %%WWWDIR%%/lists/admin/lan/en/initialise.php %%WWWDIR%%/lists/admin/lan/en/list.php +%%WWWDIR%%/lists/admin/lan/en/listbounces.php %%WWWDIR%%/lists/admin/lan/en/login.php +%%WWWDIR%%/lists/admin/lan/en/massremove.php %%WWWDIR%%/lists/admin/lan/en/massunconfirm.php %%WWWDIR%%/lists/admin/lan/en/mclicks.php %%WWWDIR%%/lists/admin/lan/en/members.php %%WWWDIR%%/lists/admin/lan/en/message.php %%WWWDIR%%/lists/admin/lan/en/messages.php +%%WWWDIR%%/lists/admin/lan/en/movetocommon.php +%%WWWDIR%%/lists/admin/lan/en/msgbounces.php +%%WWWDIR%%/lists/admin/lan/en/msgstatus.php %%WWWDIR%%/lists/admin/lan/en/mviews.php %%WWWDIR%%/lists/admin/lan/en/pagetitles.php +%%WWWDIR%%/lists/admin/lan/en/plugins.php %%WWWDIR%%/lists/admin/lan/en/processbounces.php %%WWWDIR%%/lists/admin/lan/en/processqueue.php +%%WWWDIR%%/lists/admin/lan/en/processqueueforked.php %%WWWDIR%%/lists/admin/lan/en/purgerss.php +%%WWWDIR%%/lists/admin/lan/en/readtestmail.php %%WWWDIR%%/lists/admin/lan/en/reconcileusers.php +%%WWWDIR%%/lists/admin/lan/en/reindex.php +%%WWWDIR%%/lists/admin/lan/en/removedups.php +%%WWWDIR%%/lists/admin/lan/en/resetstats.php %%WWWDIR%%/lists/admin/lan/en/send.php %%WWWDIR%%/lists/admin/lan/en/setup.php %%WWWDIR%%/lists/admin/lan/en/spage.php %%WWWDIR%%/lists/admin/lan/en/spageedit.php %%WWWDIR%%/lists/admin/lan/en/statsmgt.php +%%WWWDIR%%/lists/admin/lan/en/statsoverview.php +%%WWWDIR%%/lists/admin/lan/en/subscriberstats.php +%%WWWDIR%%/lists/admin/lan/en/system.php %%WWWDIR%%/lists/admin/lan/en/template.php %%WWWDIR%%/lists/admin/lan/en/templates.php %%WWWDIR%%/lists/admin/lan/en/uclicks.php +%%WWWDIR%%/lists/admin/lan/en/upgrade.php %%WWWDIR%%/lists/admin/lan/en/user.php %%WWWDIR%%/lists/admin/lan/en/usercheck.php %%WWWDIR%%/lists/admin/lan/en/userclicks.php @@ -1877,6 +1967,151 @@ %%WWWDIR%%/lists/admin/lan/pt-br/usermgt.php %%WWWDIR%%/lists/admin/lan/pt-br/users.php %%WWWDIR%%/lists/admin/lan/pt-br/viewtemplate.php +%%WWWDIR%%/lists/admin/lan/ru/about.php +%%WWWDIR%%/lists/admin/lan/ru/admin.php +%%WWWDIR%%/lists/admin/lan/ru/adminattributes.php +%%WWWDIR%%/lists/admin/lan/ru/admins.php +%%WWWDIR%%/lists/admin/lan/ru/attributes.php +%%WWWDIR%%/lists/admin/lan/ru/bounce.php +%%WWWDIR%%/lists/admin/lan/ru/bouncemgt.php +%%WWWDIR%%/lists/admin/lan/ru/bouncerule.php +%%WWWDIR%%/lists/admin/lan/ru/bouncerules.php +%%WWWDIR%%/lists/admin/lan/ru/bounces.php +%%WWWDIR%%/lists/admin/lan/ru/checkbouncerules.php +%%WWWDIR%%/lists/admin/lan/ru/common.php +%%WWWDIR%%/lists/admin/lan/ru/configure.php +%%WWWDIR%%/lists/admin/lan/ru/defaults.php +%%WWWDIR%%/lists/admin/lan/ru/dlusers.php +%%WWWDIR%%/lists/admin/lan/ru/domainstats.php +%%WWWDIR%%/lists/admin/lan/ru/editattributes.php +%%WWWDIR%%/lists/admin/lan/ru/editlist.php +%%WWWDIR%%/lists/admin/lan/ru/eventlog.php +%%WWWDIR%%/lists/admin/lan/ru/export.php +%%WWWDIR%%/lists/admin/lan/ru/frontend.php +%%WWWDIR%%/lists/admin/lan/ru/generatebouncerules.php +%%WWWDIR%%/lists/admin/lan/ru/getrss.php +%%WWWDIR%%/lists/admin/lan/ru/home.php +%%WWWDIR%%/lists/admin/lan/ru/import1.php +%%WWWDIR%%/lists/admin/lan/ru/language_info +%%WWWDIR%%/lists/admin/lan/ru/pagetitles.php +%%WWWDIR%%/lists/admin/lan/sl/about.php +%%WWWDIR%%/lists/admin/lan/sl/admin.php +%%WWWDIR%%/lists/admin/lan/sl/adminattributes.php +%%WWWDIR%%/lists/admin/lan/sl/admins.php +%%WWWDIR%%/lists/admin/lan/sl/attributes.php +%%WWWDIR%%/lists/admin/lan/sl/bounce.php +%%WWWDIR%%/lists/admin/lan/sl/bouncemgt.php +%%WWWDIR%%/lists/admin/lan/sl/bouncerule.php +%%WWWDIR%%/lists/admin/lan/sl/bouncerules.php +%%WWWDIR%%/lists/admin/lan/sl/bounces.php +%%WWWDIR%%/lists/admin/lan/sl/checkbouncerules.php +%%WWWDIR%%/lists/admin/lan/sl/common.php +%%WWWDIR%%/lists/admin/lan/sl/configure.php +%%WWWDIR%%/lists/admin/lan/sl/defaults.php +%%WWWDIR%%/lists/admin/lan/sl/dlusers.php +%%WWWDIR%%/lists/admin/lan/sl/domainstats.php +%%WWWDIR%%/lists/admin/lan/sl/editattributes.php +%%WWWDIR%%/lists/admin/lan/sl/editlist.php +%%WWWDIR%%/lists/admin/lan/sl/eventlog.php +%%WWWDIR%%/lists/admin/lan/sl/export.php +%%WWWDIR%%/lists/admin/lan/sl/frontend.php +%%WWWDIR%%/lists/admin/lan/sl/generatebouncerules.php +%%WWWDIR%%/lists/admin/lan/sl/getrss.php +%%WWWDIR%%/lists/admin/lan/sl/home.php +%%WWWDIR%%/lists/admin/lan/sl/import1.php +%%WWWDIR%%/lists/admin/lan/sl/import2.php +%%WWWDIR%%/lists/admin/lan/sl/import3.php +%%WWWDIR%%/lists/admin/lan/sl/import4.php +%%WWWDIR%%/lists/admin/lan/sl/importadmin.php +%%WWWDIR%%/lists/admin/lan/sl/initialise.php +%%WWWDIR%%/lists/admin/lan/sl/language_info +%%WWWDIR%%/lists/admin/lan/sl/list.php +%%WWWDIR%%/lists/admin/lan/sl/login.php +%%WWWDIR%%/lists/admin/lan/sl/massunconfirm.php +%%WWWDIR%%/lists/admin/lan/sl/mclicks.php +%%WWWDIR%%/lists/admin/lan/sl/members.php +%%WWWDIR%%/lists/admin/lan/sl/message.php +%%WWWDIR%%/lists/admin/lan/sl/messages.php +%%WWWDIR%%/lists/admin/lan/sl/mviews.php +%%WWWDIR%%/lists/admin/lan/sl/pagetitles.php +%%WWWDIR%%/lists/admin/lan/sl/processbounces.php +%%WWWDIR%%/lists/admin/lan/sl/processqueue.php +%%WWWDIR%%/lists/admin/lan/sl/purgerss.php +%%WWWDIR%%/lists/admin/lan/sl/reconcileusers.php +%%WWWDIR%%/lists/admin/lan/sl/send.php +%%WWWDIR%%/lists/admin/lan/sl/setup.php +%%WWWDIR%%/lists/admin/lan/sl/spage.php +%%WWWDIR%%/lists/admin/lan/sl/spageedit.php +%%WWWDIR%%/lists/admin/lan/sl/statsmgt.php +%%WWWDIR%%/lists/admin/lan/sl/template.php +%%WWWDIR%%/lists/admin/lan/sl/templates.php +%%WWWDIR%%/lists/admin/lan/sl/uclicks.php +%%WWWDIR%%/lists/admin/lan/sl/user.php +%%WWWDIR%%/lists/admin/lan/sl/usercheck.php +%%WWWDIR%%/lists/admin/lan/sl/userclicks.php +%%WWWDIR%%/lists/admin/lan/sl/userhistory.php +%%WWWDIR%%/lists/admin/lan/sl/usermgt.php +%%WWWDIR%%/lists/admin/lan/sl/users.php +%%WWWDIR%%/lists/admin/lan/sl/viewtemplate.php +%%WWWDIR%%/lists/admin/lan/sv/about.php +%%WWWDIR%%/lists/admin/lan/sv/admin.php +%%WWWDIR%%/lists/admin/lan/sv/adminattributes.php +%%WWWDIR%%/lists/admin/lan/sv/admins.php +%%WWWDIR%%/lists/admin/lan/sv/attributes.php +%%WWWDIR%%/lists/admin/lan/sv/bounce.php +%%WWWDIR%%/lists/admin/lan/sv/bouncemgt.php +%%WWWDIR%%/lists/admin/lan/sv/bouncerule.php +%%WWWDIR%%/lists/admin/lan/sv/bouncerules.php +%%WWWDIR%%/lists/admin/lan/sv/bounces.php +%%WWWDIR%%/lists/admin/lan/sv/checkbouncerules.php +%%WWWDIR%%/lists/admin/lan/sv/common.php +%%WWWDIR%%/lists/admin/lan/sv/configure.php +%%WWWDIR%%/lists/admin/lan/sv/defaults.php +%%WWWDIR%%/lists/admin/lan/sv/dlusers.php +%%WWWDIR%%/lists/admin/lan/sv/domainstats.php +%%WWWDIR%%/lists/admin/lan/sv/editattributes.php +%%WWWDIR%%/lists/admin/lan/sv/editlist.php +%%WWWDIR%%/lists/admin/lan/sv/eventlog.php +%%WWWDIR%%/lists/admin/lan/sv/export.php +%%WWWDIR%%/lists/admin/lan/sv/frontend.php +%%WWWDIR%%/lists/admin/lan/sv/generatebouncerules.php +%%WWWDIR%%/lists/admin/lan/sv/getrss.php +%%WWWDIR%%/lists/admin/lan/sv/home.php +%%WWWDIR%%/lists/admin/lan/sv/import1.php +%%WWWDIR%%/lists/admin/lan/sv/import2.php +%%WWWDIR%%/lists/admin/lan/sv/import3.php +%%WWWDIR%%/lists/admin/lan/sv/import4.php +%%WWWDIR%%/lists/admin/lan/sv/importadmin.php +%%WWWDIR%%/lists/admin/lan/sv/initialise.php +%%WWWDIR%%/lists/admin/lan/sv/language_info +%%WWWDIR%%/lists/admin/lan/sv/list.php +%%WWWDIR%%/lists/admin/lan/sv/login.php +%%WWWDIR%%/lists/admin/lan/sv/massunconfirm.php +%%WWWDIR%%/lists/admin/lan/sv/mclicks.php +%%WWWDIR%%/lists/admin/lan/sv/members.php +%%WWWDIR%%/lists/admin/lan/sv/message.php +%%WWWDIR%%/lists/admin/lan/sv/messages.php +%%WWWDIR%%/lists/admin/lan/sv/mviews.php +%%WWWDIR%%/lists/admin/lan/sv/pagetitles.php +%%WWWDIR%%/lists/admin/lan/sv/processbounces.php +%%WWWDIR%%/lists/admin/lan/sv/processqueue.php +%%WWWDIR%%/lists/admin/lan/sv/purgerss.php +%%WWWDIR%%/lists/admin/lan/sv/reconcileusers.php +%%WWWDIR%%/lists/admin/lan/sv/send.php +%%WWWDIR%%/lists/admin/lan/sv/setup.php +%%WWWDIR%%/lists/admin/lan/sv/spage.php +%%WWWDIR%%/lists/admin/lan/sv/spageedit.php +%%WWWDIR%%/lists/admin/lan/sv/statsmgt.php +%%WWWDIR%%/lists/admin/lan/sv/template.php +%%WWWDIR%%/lists/admin/lan/sv/templates.php +%%WWWDIR%%/lists/admin/lan/sv/uclicks.php +%%WWWDIR%%/lists/admin/lan/sv/user.php +%%WWWDIR%%/lists/admin/lan/sv/usercheck.php +%%WWWDIR%%/lists/admin/lan/sv/userclicks.php +%%WWWDIR%%/lists/admin/lan/sv/userhistory.php +%%WWWDIR%%/lists/admin/lan/sv/usermgt.php +%%WWWDIR%%/lists/admin/lan/sv/users.php +%%WWWDIR%%/lists/admin/lan/sv/viewtemplate.php %%WWWDIR%%/lists/admin/lan/vi/about.php %%WWWDIR%%/lists/admin/lan/vi/admin.php %%WWWDIR%%/lists/admin/lan/vi/adminattributes.php @@ -2095,9 +2330,7 @@ %%WWWDIR%%/lists/admin/viewtemplate.php %%WWWDIR%%/lists/admin/vote.php %%WWWDIR%%/lists/config/.htaccess -@unexec if cmp -s %D/%%WWWDIR%%/lists/config/config.php-dist %D/%%WWWDIR%%/lists/config/config.php; then rm -f %D/%%WWWDIR%%/lists/config/config.php; fi %%WWWDIR%%/lists/config/config.php-dist -@exec [ -f %D/%%WWWDIR%%/lists/config/config.php ] || cp %D/%%WWWDIR%%/lists/config/config.php-dist %D/%%WWWDIR%%/lists/config/config.php %%WWWDIR%%/lists/config/footer.inc %%WWWDIR%%/lists/config/header.inc %%WWWDIR%%/lists/dl.php @@ -2221,6 +2454,8 @@ %%WWWDIR%%/lists/texts/belgianflemish_utf8.inc %%WWWDIR%%/lists/texts/bulgarian.inc %%WWWDIR%%/lists/texts/bulgarian_utf8.inc +%%WWWDIR%%/lists/texts/catalan.inc +%%WWWDIR%%/lists/texts/catalan_utf8.inc %%WWWDIR%%/lists/texts/croatian.inc %%WWWDIR%%/lists/texts/croatian2.inc %%WWWDIR%%/lists/texts/czech.inc @@ -2232,6 +2467,7 @@ %%WWWDIR%%/lists/texts/estonian.inc %%WWWDIR%%/lists/texts/french.inc %%WWWDIR%%/lists/texts/french2.inc +%%WWWDIR%%/lists/texts/french_utf8.inc %%WWWDIR%%/lists/texts/german.inc %%WWWDIR%%/lists/texts/german2.inc %%WWWDIR%%/lists/texts/greek.inc @@ -2268,7 +2504,7 @@ @dirrm %%WWWDIR%%/lists/js @dirrm %%WWWDIR%%/lists/images/smiley @dirrm %%WWWDIR%%/lists/images -@dirrmtry %%WWWDIR%%/lists/config +@dirrm %%WWWDIR%%/lists/config @dirrm %%WWWDIR%%/lists/admin/styles @dirrm %%WWWDIR%%/lists/admin/plugins/sidebar @dirrm %%WWWDIR%%/lists/admin/plugins/defaultplugin @@ -2278,6 +2514,9 @@ @dirrm %%WWWDIR%%/lists/admin/onyxrss @dirrm %%WWWDIR%%/lists/admin/lan/zh-tw @dirrm %%WWWDIR%%/lists/admin/lan/vi +@dirrm %%WWWDIR%%/lists/admin/lan/sv +@dirrm %%WWWDIR%%/lists/admin/lan/sl +@dirrm %%WWWDIR%%/lists/admin/lan/ru @dirrm %%WWWDIR%%/lists/admin/lan/pt-br @dirrm %%WWWDIR%%/lists/admin/lan/pl @dirrm %%WWWDIR%%/lists/admin/lan/nl @@ -2295,6 +2534,8 @@ @dirrm %%WWWDIR%%/lists/admin/lan @dirrm %%WWWDIR%%/lists/admin/js @dirrm %%WWWDIR%%/lists/admin/info/vi +@dirrm %%WWWDIR%%/lists/admin/info/sv +@dirrm %%WWWDIR%%/lists/admin/info/sl @dirrm %%WWWDIR%%/lists/admin/info/pt-br @dirrm %%WWWDIR%%/lists/admin/info/pl @dirrm %%WWWDIR%%/lists/admin/info/nl @@ -2326,7 +2567,6 @@ @dirrm %%WWWDIR%%/lists/admin/help @dirrm %%WWWDIR%%/lists/admin/data @dirrm %%WWWDIR%%/lists/admin/commonlib/pages -@dirrm %%WWWDIR%%/lists/admin/commonlib/lib/FirePHPCore @dirrm %%WWWDIR%%/lists/admin/commonlib/lib @dirrm %%WWWDIR%%/lists/admin/commonlib @dirrm %%WWWDIR%%/lists/admin/auth --- phplist-2.10.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19:10:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D041065670; Sat, 6 Aug 2011 19:10:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 98FC88FC1B; Sat, 6 Aug 2011 19:10:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76JAONn084190; Sat, 6 Aug 2011 19: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 p76JAOD5084176; Sat, 6 Aug 2011 19:10:24 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 19:10:24 GMT Message-Id: <201108061910.p76JAOD5084176@freefall.freebsd.org> To: johnpupu@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159556: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:10:24 -0000 Synopsis: [PATCH] mail/phplist: update to 2.10.14 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Aug 6 19:10:24 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159556 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19:10: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 2D13A1065670; Sat, 6 Aug 2011 19:10: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 050918FC1C; Sat, 6 Aug 2011 19:10: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 p76JAX0W085587; Sat, 6 Aug 2011 19:10:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76JAXLT085578; Sat, 6 Aug 2011 19:10:33 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 19:10:33 GMT Message-Id: <201108061910.p76JAXLT085578@freefall.freebsd.org> To: johnpupu@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159557: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:10:34 -0000 Synopsis: [PATCH] mail/phplist: update to 2.10.14 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Aug 6 19:10:33 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159557 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19:20:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AF981065670 for ; Sat, 6 Aug 2011 19:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 63D5E8FC12 for ; Sat, 6 Aug 2011 19:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76JK8JP093400 for ; Sat, 6 Aug 2011 19:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76JK8GU093399; Sat, 6 Aug 2011 19:20:08 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 19:20:08 GMT Message-Id: <201108061920.p76JK8GU093399@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159556: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:20:08 -0000 The following reply was made to PR ports/159556; it has been noted by GNATS. From: Edwin Groothuis To: ports@bsdserwis.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159556: [PATCH] mail/phplist: update to 2.10.14 Date: Sat, 6 Aug 2011 19:10:22 UT Maintainer of mail/phplist, Please note that PR ports/159556 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/159556 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 19: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 4B175106564A for ; Sat, 6 Aug 2011 19: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 3A6EA8FC0A for ; Sat, 6 Aug 2011 19: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 p76JKA8B093411 for ; Sat, 6 Aug 2011 19: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 p76JKAIQ093410; Sat, 6 Aug 2011 19:20:10 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 19:20:10 GMT Message-Id: <201108061920.p76JKAIQ093410@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159557: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 19:20:10 -0000 The following reply was made to PR ports/159557; it has been noted by GNATS. From: Edwin Groothuis To: ports@bsdserwis.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159557: [PATCH] mail/phplist: update to 2.10.14 Date: Sat, 6 Aug 2011 19:10:31 UT Maintainer of mail/phplist, Please note that PR ports/159557 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/159557 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 22:12: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 6FB121065670; Sat, 6 Aug 2011 22:12:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 477E78FC12; Sat, 6 Aug 2011 22:12: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 p76MCJqq056342; Sat, 6 Aug 2011 22:12:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76MCIHG056338; Sat, 6 Aug 2011 22:12:18 GMT (envelope-from linimon) Date: Sat, 6 Aug 2011 22:12:18 GMT Message-Id: <201108062212.p76MCIHG056338@freefall.freebsd.org> To: ports@bsdserwis.com, johnpupu@gmail.com, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/159557: [PATCH] mail/phplist: update to 2.10.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 22:12:19 -0000 Synopsis: [PATCH] mail/phplist: update to 2.10.14 State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sat Aug 6 22:12:05 UTC 2011 State-Changed-Why: Duplicate of ports/159556. http://www.freebsd.org/cgi/query-pr.cgi?pr=159557 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 22:50:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F53E106568A for ; Sat, 6 Aug 2011 22:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FDD88FC18 for ; Sat, 6 Aug 2011 22: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 p76MoBAi085577 for ; Sat, 6 Aug 2011 22: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 p76MoBGn085571; Sat, 6 Aug 2011 22:50:11 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 22:50:11 GMT Resent-Message-Id: <201108062250.p76MoBGn085571@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB842106564A; Sat, 6 Aug 2011 22:49:54 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [140.126.143.63]) by mx1.freebsd.org (Postfix) with ESMTP id 778C08FC19; Sat, 6 Aug 2011 22:49:54 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id 0907A4DFC36; Sun, 7 Aug 2011 06:30:40 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Wpe4B86xLN-d; Sun, 7 Aug 2011 06:30:39 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id BE8DB4DFC34; Sun, 7 Aug 2011 06:30:39 +0800 (CST) Message-Id: <20110806223039.BE8DB4DFC34@Leo.mi.chu.edu.tw> Date: Sun, 7 Aug 2011 06:30:39 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/159561: [PATCH] databases/pecl-mongo: update to 1.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: Sat, 06 Aug 2011 22:50:12 -0000 >Number: 159561 >Category: ports >Synopsis: [PATCH] databases/pecl-mongo: update to 1.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 22:50:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #1: Sun May 29 03:20:46 CST 2011 >Description: - Update to 1.2.2 Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pecl-mongo-1.2.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/pecl-mongo/Makefile /home/admin/joehorn/pecl-mongo/Makefile --- /usr/ports/databases/pecl-mongo/Makefile 2011-06-25 12:34:28.000000000 +0800 +++ /home/admin/joehorn/pecl-mongo/Makefile 2011-08-07 06:19:48.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= mongo -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.2 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -ruN --exclude=CVS /usr/ports/databases/pecl-mongo/distinfo /home/admin/joehorn/pecl-mongo/distinfo --- /usr/ports/databases/pecl-mongo/distinfo 2011-06-25 12:34:28.000000000 +0800 +++ /home/admin/joehorn/pecl-mongo/distinfo 2011-08-07 06:20:05.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (mongo-1.1.4.tgz) = 7fdd7be1435d34e595f462d11400859b84c86fc630a431bc537825ac36c73f6a -SIZE (mongo-1.1.4.tgz) = 68924 +SHA256 (mongo-1.2.2.tgz) = 9397111150058db5e09fd6e2ef9fca53b746d6e3cbee410c3a1f8e54c6e67c17 +SIZE (mongo-1.2.2.tgz) = 75287 --- pecl-mongo-1.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 22:50:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4291065689 for ; Sat, 6 Aug 2011 22:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 46CAF8FC13 for ; Sat, 6 Aug 2011 22: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 p76MoBEo085563 for ; Sat, 6 Aug 2011 22: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 p76MoBrc085562; Sat, 6 Aug 2011 22:50:11 GMT (envelope-from gnats) Resent-Date: Sat, 6 Aug 2011 22:50:11 GMT Resent-Message-Id: <201108062250.p76MoBrc085562@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7BF1065672 for ; Sat, 6 Aug 2011 22:49:54 +0000 (UTC) (envelope-from root@Leo.mi.chu.edu.tw) Received: from Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [140.126.143.63]) by mx1.freebsd.org (Postfix) with ESMTP id 778528FC18 for ; Sat, 6 Aug 2011 22:49:54 +0000 (UTC) Received: from Leo.mi.chu.edu.tw (localhost [127.0.0.1]) by Leo.mi.chu.edu.tw (Postfix) with ESMTP id 27FB54DFC38; Sun, 7 Aug 2011 06:40:19 +0800 (CST) Received: from Leo.mi.chu.edu.tw ([127.0.0.1]) by Leo.mi.chu.edu.tw (Leo.mi.chu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DXHeAl9HRsse; Sun, 7 Aug 2011 06:40:18 +0800 (CST) Received: by Leo.mi.chu.edu.tw (Postfix, from userid 0) id EDA264DFC37; Sun, 7 Aug 2011 06:40:18 +0800 (CST) Message-Id: <20110806224018.EDA264DFC37@Leo.mi.chu.edu.tw> Date: Sun, 7 Aug 2011 06:40:18 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wmoran@collaborativefusion.com Subject: ports/159560: [PATCH] devel/php-xdebug: update to 2.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: Sat, 06 Aug 2011 22:50:12 -0000 >Number: 159560 >Category: ports >Synopsis: [PATCH] devel/php-xdebug: update to 2.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: Sat Aug 06 22:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #1: Sun May 29 03:20:46 CST 2011 >Description: - Update to 2.1.2 Port maintainer (wmoran@collaborativefusion.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- php-xdebug-2.1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/php-xdebug/Makefile /home/admin/joehorn/php-xdebug/Makefile --- /usr/ports/devel/php-xdebug/Makefile 2011-06-25 06:05:36.000000000 +0800 +++ /home/admin/joehorn/php-xdebug/Makefile 2011-08-07 06:34:32.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= xdebug -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- diff -ruN --exclude=CVS /usr/ports/devel/php-xdebug/distinfo /home/admin/joehorn/php-xdebug/distinfo --- /usr/ports/devel/php-xdebug/distinfo 2011-06-25 06:05:36.000000000 +0800 +++ /home/admin/joehorn/php-xdebug/distinfo 2011-08-07 06:34:41.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (xdebug-2.1.1.tgz) = dab62caef3f5c83dfaa0b005a9a3cfe43fe3e13aef1bfd4861ec4f1ef89c2a23 -SIZE (xdebug-2.1.1.tgz) = 303203 +SHA256 (xdebug-2.1.2.tgz) = 58fbaa926b0aa8325cf320b6bd5aaa22d707413eec49ec8d9da7013f3e879e24 +SIZE (xdebug-2.1.2.tgz) = 304229 --- php-xdebug-2.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 22:50:22 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD29A106567B; Sat, 6 Aug 2011 22:50:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9606E8FC1C; Sat, 6 Aug 2011 22:50:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76MoMVC086240; Sat, 6 Aug 2011 22:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76MoMwh086228; Sat, 6 Aug 2011 22:50:22 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 22:50:22 GMT Message-Id: <201108062250.p76MoMwh086228@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159561: [PATCH] databases/pecl-mongo: update to 1.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: Sat, 06 Aug 2011 22:50:22 -0000 Synopsis: [PATCH] databases/pecl-mongo: update to 1.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 6 22:50:22 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159561 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 22:50: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 049BE1065677; Sat, 6 Aug 2011 22:50:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1C938FC17; Sat, 6 Aug 2011 22:50:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p76MoRoO086887; Sat, 6 Aug 2011 22:50:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76MoR0l086883; Sat, 6 Aug 2011 22:50:27 GMT (envelope-from edwin) Date: Sat, 6 Aug 2011 22:50:27 GMT Message-Id: <201108062250.p76MoR0l086883@freefall.freebsd.org> To: joehorn@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/159560: [PATCH] devel/php-xdebug: update to 2.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: Sat, 06 Aug 2011 22:50:28 -0000 Synopsis: [PATCH] devel/php-xdebug: update to 2.1.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Aug 6 22:50:27 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=159560 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 6 23: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 A2ACB106568D for ; Sat, 6 Aug 2011 23: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 DA0B28FC2A for ; Sat, 6 Aug 2011 23: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 p76N0KDB093974 for ; Sat, 6 Aug 2011 23:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p76N0KMn093973; Sat, 6 Aug 2011 23:00:20 GMT (envelope-from gnats) Date: Sat, 6 Aug 2011 23:00:20 GMT Message-Id: <201108062300.p76N0KMn093973@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/159560: [PATCH] devel/php-xdebug: update to 2.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: Sat, 06 Aug 2011 23:00:27 -0000 The following reply was made to PR ports/159560; it has been noted by GNATS. From: Edwin Groothuis To: wmoran@collaborativefusion.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/159560: [PATCH] devel/php-xdebug: update to 2.1.2 Date: Sat, 6 Aug 2011 22:50:25 UT Maintainer of devel/php-xdebug, Please note that PR ports/159560 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/159560 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 7 00: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 728F2106566B for ; Sun, 7 Aug 2011 00: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 27F938FC15 for ; Sun, 7 Aug 2011 00: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 p7700OWt048536 for ; Sun, 7 Aug 2011 00:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7700NGB048535; Sun, 7 Aug 2011 00:00:24 GMT (envelope-from gnats) Resent-Date: Sun, 7 Aug 2011 00:00:24 GMT Resent-Message-Id: <201108070000.p7700NGB048535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6CBA1065678 for ; Sat, 6 Aug 2011 23:58:27 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 79DA98FC18 for ; Sat, 6 Aug 2011 23:58:27 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p76NwPVx016572 for ; Sun, 7 Aug 2011 00:58:25 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p76NwPID016571; Sun, 7 Aug 2011 00:58:25 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201108062358.p76NwPID016571@beardz.net> Date: Sun, 7 Aug 2011 00:58:25 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 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, 07 Aug 2011 00:00:24 -0000 >Number: 159562 >Category: ports >Synopsis: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments >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 Aug 07 00:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Make use of CPAN:USER macro - Add LICENSE Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Object-Pluggable-1.29.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-Pluggable.orig/Makefile /usr/ports/devel/p5-Object-Pluggable/Makefile --- /usr/ports/devel/p5-Object-Pluggable.orig/Makefile 2010-10-19 09:13:04.000000000 +0100 +++ /usr/ports/devel/p5-Object-Pluggable/Makefile 2011-08-07 00:55:57.732034972 +0100 @@ -9,13 +9,17 @@ PORTVERSION= 1.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- MAINTAINER= freebsd@beardz.net COMMENT= A base class for creating plugin-enabled objects +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Object-Pluggable-1.29.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: