From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 00:30:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90FC116A50C for ; Sun, 28 Nov 2004 00:30:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B1043D2D for ; Sun, 28 Nov 2004 00:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0URN6074042 for ; Sun, 28 Nov 2004 00:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS0URWF074037; Sun, 28 Nov 2004 00:30:27 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 00:30:27 GMT Resent-Message-Id: <200411280030.iAS0URWF074037@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9E316A4CF for ; Sun, 28 Nov 2004 00:26:36 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE70843D66 for ; Sun, 28 Nov 2004 00:26:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0QZEA009519 for ; Sun, 28 Nov 2004 00:26:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAS0QZ1V009518; Sun, 28 Nov 2004 00:26:35 GMT (envelope-from nobody) Message-Id: <200411280026.iAS0QZ1V009518@www.freebsd.org> Date: Sun, 28 Nov 2004 00:26:35 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74464: Update port: java/phpeclipse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:30:47 -0000 >Number: 74464 >Category: ports >Synopsis: Update port: java/phpeclipse >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 00:30:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: This is an update for the BROKEN marked phpeclipse port. The information for making this work is taken from http://www.bsdforen.de/showthread.php?t=7721. I think, a few people will be happy if this is committed. >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: # # phpeclipse # phpeclipse/Makefile # phpeclipse/distinfo # phpeclipse/pkg-descr # echo c - phpeclipse mkdir -p phpeclipse > /dev/null 2>&1 echo x - phpeclipse/Makefile sed 's/^X//' >phpeclipse/Makefile << 'END-of-phpeclipse/Makefile' X# New ports collection makefile for: phpeclipse X# Date created: 22 Oct 2003 X# Whom: rtdean@cytherianage.net X# X# $FreeBSD: ports/java/phpeclipse/Makefile,v 1.5 2004/11/07 22:36:41 marcus Exp $ X# X XPORTNAME= phpeclipse XPORTVERSION= 1.1.1 XCATEGORIES= java editors devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= phpeclipse XDISTNAME= PHPEclipse${PORTVERSION}-2004-10-24 X XMAINTAINER= rtdean@cytherianage.net XCOMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XUSE_ZIP= yes XWRKSRC= ${WRKDIR} X XECLIPSE= ${PREFIX}/eclipse X Xdo-install: X @${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features X @${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins X Xpost-install: X @${FIND} -s ${WRKSRC}/features -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s ${WRKSRC}/plugins -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s -d ${WRKSRC}/features/* -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s -d ${WRKSRC}/plugins/* -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X X.include END-of-phpeclipse/Makefile echo x - phpeclipse/distinfo sed 's/^X//' >phpeclipse/distinfo << 'END-of-phpeclipse/distinfo' XMD5 (PHPEclipse1.1.1-2004-10-24.zip) = 1010169b3213fe2dff7468940efac06c XSIZE (PHPEclipse1.1.1-2004-10-24.zip) = 11000264 END-of-phpeclipse/distinfo echo x - phpeclipse/pkg-descr sed 's/^X//' >phpeclipse/pkg-descr << 'END-of-phpeclipse/pkg-descr' XPHP Eclipse adds PHP support to the excellent Eclipse IDE Framework. X XWWW: http://phpeclipse.sourceforge.net/ END-of-phpeclipse/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 00:58:10 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A83516A4CE; Sun, 28 Nov 2004 00:58:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D705D43D4C; Sun, 28 Nov 2004 00:58:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0w9cq075962; Sun, 28 Nov 2004 00:58:09 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS0w9WK075958; Sun, 28 Nov 2004 00:58:09 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 00:58:09 GMT From: Pav Lucistnik Message-Id: <200411280058.iAS0w9WK075958@freefall.freebsd.org> To: lx@redundancy.redundancy.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74443: Update: net/glflow 0.0.1 -> 0.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:58:10 -0000 Synopsis: Update: net/glflow 0.0.1 -> 0.1.1 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 00:58:03 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74443 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 01:09:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAAC16A4CE; Sun, 28 Nov 2004 01:09:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82CA43D3F; Sun, 28 Nov 2004 01:09:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS19nJK080249; Sun, 28 Nov 2004 01:09:49 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS19n0c080245; Sun, 28 Nov 2004 01:09:49 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 01:09:49 GMT From: Pav Lucistnik Message-Id: <200411280109.iAS19n0c080245@freefall.freebsd.org> To: itetcu@people.tecnik93.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74429: [MAINTAINER_UPDATE] mail/dspam-devel to 3.3.0 devel cvs snapshot of 20041125.0945 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:09:50 -0000 Synopsis: [MAINTAINER_UPDATE] mail/dspam-devel to 3.3.0 devel cvs snapshot of 20041125.0945 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 01:09:43 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74429 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 01:17:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 470B516A4CE; Sun, 28 Nov 2004 01:17:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9AF43D31; Sun, 28 Nov 2004 01:17:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS1HYp4080676; Sun, 28 Nov 2004 01:17:34 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS1HXM5080672; Sun, 28 Nov 2004 01:17:33 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 01:17:33 GMT From: Pav Lucistnik Message-Id: <200411280117.iAS1HXM5080672@freefall.freebsd.org> To: tlp@LiquidX.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74356: [MAINTAINER UPDATE] games/ctetris to 0.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:17:34 -0000 Synopsis: [MAINTAINER UPDATE] games/ctetris to 0.30 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 01:17:28 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74356 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 02:00:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3419016A4CE for ; Sun, 28 Nov 2004 02:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9F343D62 for ; Sun, 28 Nov 2004 02:00:51 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS20oxW082924 for ; Sun, 28 Nov 2004 02:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS20o20082923; Sun, 28 Nov 2004 02:00:50 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 02:00:50 GMT Message-Id: <200411280200.iAS20o20082923@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcus Grando Subject: Re: ports/74462: Update mail/postfix to support TLS+SPF X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 02:00:51 -0000 The following reply was made to PR ports/74462; it has been noted by GNATS. From: Marcus Grando To: freebsd-gnats-submit@FreeBSD.org, edwin@freebsd.org Cc: Subject: Re: ports/74462: Update mail/postfix to support TLS+SPF Date: Sat, 27 Nov 2004 23:59:15 -0200 The new patch work with TLS+SPF and only SPF. Regards -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 02:50:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BA616A4CE for ; Sun, 28 Nov 2004 02:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7204043D5D for ; Sun, 28 Nov 2004 02:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS2oQkY089578 for ; Sun, 28 Nov 2004 02:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS2oQDW089577; Sun, 28 Nov 2004 02:50:26 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 02:50:26 GMT Resent-Message-Id: <200411280250.iAS2oQDW089577@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D5A116A4CE; Sun, 28 Nov 2004 02:47:23 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E467043D39; Sun, 28 Nov 2004 02:47:22 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP <20041128024721.GJGW12703.lakermmtao10.cox.net@dolphin.local.net>; Sat, 27 Nov 2004 21:47:21 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with ESMTP id iAS2lLT1006809; Sat, 27 Nov 2004 20:47:21 -0600 (CST) (envelope-from conrads@dolphin.local.net) Received: (from root@localhost) by dolphin.local.net (8.13.1/8.13.1/Submit) id iAS2lG13006808; Sat, 27 Nov 2004 20:47:16 -0600 (CST) (envelope-from conrads) Message-Id: <200411280247.iAS2lG13006808@dolphin.local.net> Date: Sat, 27 Nov 2004 20:47:16 -0600 (CST) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: znerd@FreeBSD.org Subject: ports/74465: Update port: java/linux-sun-jdk14 add amd64 to ARCHS line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 02:50:27 -0000 >Number: 74465 >Category: ports >Synopsis: Update port: java/linux-sun-jdk14 add amd64 to ARCHS line >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 02:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 6.0-CURRENT amd64 >Organization: none >Environment: System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Wed Nov 24 15:13:40 CST 2004 conrads@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: The linux-sun-jdk14 port has been working fine under amd64 for several months now. It's time to add amd64 to the ONLY_FOR_ARCHS line in the port's Makefile. >How-To-Repeat: Patch listed below >Fix: --- linux-sun-jdk14.diff begins here --- Index: ports/java/linux-sun-jdk14/Makefile =================================================================== RCS file: /home/ncvs/ports/java/linux-sun-jdk14/Makefile,v retrieving revision 1.46 diff -u -d -H -r1.46 Makefile --- ports/java/linux-sun-jdk14/Makefile 24 Nov 2004 08:21:40 -0000 1.46 +++ ports/java/linux-sun-jdk14/Makefile 28 Nov 2004 02:40:43 -0000 @@ -34,7 +34,7 @@ JDK_REVISION= 06 DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION} INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g} -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION} --- linux-sun-jdk14.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 03:40:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEDD616A4CE for ; Sun, 28 Nov 2004 03:40:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9465743D58 for ; Sun, 28 Nov 2004 03:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS3eGDB096340 for ; Sun, 28 Nov 2004 03:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS3eG9K096339; Sun, 28 Nov 2004 03:40:16 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 03:40:16 GMT Resent-Message-Id: <200411280340.iAS3eG9K096339@freefall.freebsd.org> 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 083F216A4CE for ; Sun, 28 Nov 2004 03:31:11 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D05E43D1D for ; Sun, 28 Nov 2004 03:31:10 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) iAS3V8gF040790 for ; Sun, 28 Nov 2004 12:31:08 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id iAS3V8x9040789; Sun, 28 Nov 2004 12:31:08 +0900 (JST) (envelope-from umeno) Message-Id: <200411280331.iAS3V8x9040789@belldandy.unnumbered.net> Date: Sun, 28 Nov 2004 12:31:08 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74466: Update port: x11/xlockmore to 5.14.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 28 Nov 2004 03:40:17 -0000 >Number: 74466 >Category: ports >Synopsis: Update port: x11/xlockmore to 5.14.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 03:40:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.10-STABLE i386 >Organization: Individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.10-STABLE FreeBSD 4.10-STABLE #3: Sat Nov 27 16:18:51 JST 2004 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA22 i386 >Description: Update: x11/xlockmore to 5.14.1 >How-To-Repeat: N/A >Fix: diff -urN xlockmore.orig/Makefile xlockmore/Makefile --- xlockmore.orig/Makefile Wed Jul 28 07:45:32 2004 +++ xlockmore/Makefile Sun Nov 28 11:28:08 2004 @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 5.13 +PORTVERSION= 5.14.1 CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ http://www.tux.org/~bagleyd/latest/ @@ -19,7 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-editres --without-dtsaver --without-rplay \ - --without-nas --without-gtk --without-esound + --without-nas --without-gtk --without-esound \ + --without-gtk2 .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+=--enable-kerberos4 KRB4LIB= -lcom_err -lcrypto diff -urN xlockmore.orig/distinfo xlockmore/distinfo --- xlockmore.orig/distinfo Thu Jul 22 01:34:04 2004 +++ xlockmore/distinfo Sun Nov 28 11:18:17 2004 @@ -1,2 +1,2 @@ -MD5 (xlockmore-5.13.tar.bz2) = c041992b87c0cfa187d945c6dde0d7b2 -SIZE (xlockmore-5.13.tar.bz2) = 1606402 +MD5 (xlockmore-5.14.1.tar.bz2) = f4d7cf14da84ef52f8c0c71a6fc5f4bd +SIZE (xlockmore-5.14.1.tar.bz2) = 1724387 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 04:00:52 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB1E16A4D0 for ; Sun, 28 Nov 2004 04:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A631743D5F for ; Sun, 28 Nov 2004 04:00:51 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS40pwr097000 for ; Sun, 28 Nov 2004 04:00:51 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS40ppt096995; Sun, 28 Nov 2004 04:00:51 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 04:00:51 GMT Resent-Message-Id: <200411280400.iAS40ppt096995@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Herve Quiroz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D662816A4CF for ; Sun, 28 Nov 2004 03:58:33 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA0543D46 for ; Sun, 28 Nov 2004 03:58:33 +0000 (GMT) (envelope-from rv@arabica.esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])iAS3wVgT019309 for ; Sun, 28 Nov 2004 04:58:31 +0100 (CET) (envelope-from rv@arabica.esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.13.1/8.13.1/Submit) id iAS3wV8J019308; Sun, 28 Nov 2004 04:58:31 +0100 (CET) (envelope-from rv) Message-Id: <200411280358.iAS3wV8J019308@arabica.esil.univ-mrs.fr> Date: Sun, 28 Nov 2004 04:58:31 +0100 (CET) From: Herve Quiroz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74468: java/jakarta-log4j: repocopy request X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:00:52 -0000 >Number: 74468 >Category: ports >Synopsis: java/jakarta-log4j: repocopy request >Confidential: no >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 Nov 28 04:00:51 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Herve Quiroz >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD arabica.esil.univ-mrs.fr 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Nov 15 17:58:51 CET 2004 root@arabica.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386 >Description: java/jakarta-log4j should be repocopied to devel/log4j: - Log4J is no longer part of the Jakarta Project (but rather of the Logging Project) - There are already two similar projects located in 'devel': log4c and log4cpp AFAIK the only ports that depends on Log4J are java/jakarta-commons-logging and databases/erserver. When the repocopy is done, I'll upgrade the port to 1.2.9. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 04:11:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327D316A4CF; Sun, 28 Nov 2004 04:11:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1F343D1F; Sun, 28 Nov 2004 04:11:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4BM5D005157; Sun, 28 Nov 2004 04:11:22 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS4BMBi005153; Sun, 28 Nov 2004 04:11:22 GMT (envelope-from hq) Date: Sun, 28 Nov 2004 04:11:22 GMT From: Herve Quiroz Message-Id: <200411280411.iAS4BMBi005153@freefall.freebsd.org> To: hq@freebsd.org, hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/74468: java/jakarta-log4j: repocopy request X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:11:23 -0000 Synopsis: java/jakarta-log4j: repocopy request State-Changed-From-To: open->repocopy State-Changed-By: hq State-Changed-When: Sun Nov 28 04:09:39 GMT 2004 State-Changed-Why: Could you repocopy this port, please? Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: hq Responsible-Changed-When: Sun Nov 28 04:09:39 GMT 2004 Responsible-Changed-Why: Could you repocopy this port, please? http://www.freebsd.org/cgi/query-pr.cgi?pr=74468 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 04:40:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5946416A4CF for ; Sun, 28 Nov 2004 04:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212FA43D46 for ; Sun, 28 Nov 2004 04:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4eRFm008399 for ; Sun, 28 Nov 2004 04:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS4eQW0008398; Sun, 28 Nov 2004 04:40:27 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 04:40:27 GMT Resent-Message-Id: <200411280440.iAS4eQW0008398@freefall.freebsd.org> 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 O'Connell" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E464216A4CF for ; Sun, 28 Nov 2004 04:32:53 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90DA43D48 for ; Sun, 28 Nov 2004 04:32:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4Wrud072458 for ; Sun, 28 Nov 2004 04:32:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAS4WrfC072457; Sun, 28 Nov 2004 04:32:53 GMT (envelope-from nobody) Message-Id: <200411280432.iAS4WrfC072457@www.freebsd.org> Date: Sun, 28 Nov 2004 04:32:53 GMT From: "Sean O'Connell" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74469: mplayer-skins port doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:40:27 -0000 >Number: 74469 >Category: ports >Synopsis: mplayer-skins port doesn't build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 04:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sean O'Connell >Release: FREEBSD-STABLE >Organization: UCSD >Environment: >Description: The distinfo for the port (appears to have) has incorrect info for one of the skins tarballs, which prevents building of the port. >How-To-Repeat: Try to build the port or upgrade (via portupgrade) the port. >Fix: --- distinfo.orig Sat Nov 27 20:16:30 2004 +++ distinfo Sat Nov 27 20:17:10 2004 @@ -4,8 +4,8 @@ SIZE (mplayer/AlienMind-1.2.tar.bz2) = 131323 MD5 (mplayer/avifile-1.6.tar.bz2) = 32f0dc23656a248ebb901663e1926ab5 SIZE (mplayer/avifile-1.6.tar.bz2) = 42442 -MD5 (mplayer/Blue-1.4.tar.bz2) = 99f53acdd34a4ad3eacd90a41fcf418f -SIZE (mplayer/Blue-1.4.tar.bz2) = 221736 +MD5 (mplayer/Blue-1.4.tar.bz2) = 031cfc6718f5d66b5af3e257cbc87158 +SIZE (mplayer/Blue-1.4.tar.bz2) = 221757 MD5 (mplayer/Blue-small-1.2.tar.bz2) = 09922028012e955d65bf7969339a3ba0 SIZE (mplayer/Blue-small-1.2.tar.bz2) = 157216 MD5 (mplayer/BlueHeart-1.5.tar.bz2) = b71abe8e1485b730796ebc6c4e434084 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 05:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A26A16A4CE for ; Sun, 28 Nov 2004 05:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56BF843D49 for ; Sun, 28 Nov 2004 05:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS50rO1011065 for ; Sun, 28 Nov 2004 05:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS50rf2011064; Sun, 28 Nov 2004 05:00:53 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 05:00:53 GMT Message-Id: <200411280500.iAS50rf2011064@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/74469: mplayer-skins port doesn't build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Nov 2004 05:00:53 -0000 The following reply was made to PR ports/74469; it has been noted by GNATS. From: Edwin Groothuis To: Sean O'Connell Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/74469: mplayer-skins port doesn't build Date: Sun, 28 Nov 2004 15:51:14 +1100 On Sun, Nov 28, 2004 at 04:32:53AM +0000, Sean O'Connell wrote: > SIZE (mplayer/AlienMind-1.2.tar.bz2) = 131323 > MD5 (mplayer/avifile-1.6.tar.bz2) = 32f0dc23656a248ebb901663e1926ab5 > SIZE (mplayer/avifile-1.6.tar.bz2) = 42442 > -MD5 (mplayer/Blue-1.4.tar.bz2) = 99f53acdd34a4ad3eacd90a41fcf418f > -SIZE (mplayer/Blue-1.4.tar.bz2) = 221736 > +MD5 (mplayer/Blue-1.4.tar.bz2) = 031cfc6718f5d66b5af3e257cbc87158 > +SIZE (mplayer/Blue-1.4.tar.bz2) = 221757 > MD5 (mplayer/Blue-small-1.2.tar.bz2) = 09922028012e955d65bf7969339a3ba0 > SIZE (mplayer/Blue-small-1.2.tar.bz2) = 157216 > MD5 (mplayer/BlueHeart-1.5.tar.bz2) = b71abe8e1485b730796ebc6c4e434084 [~/cvs/ports/multimedia/mplayer-skins] edwin@k7>MASTER_SITE_OVERRIDE=1 make checksum ===> Vulnerability check disabled, database not found ===> Found saved configuration for mplayer-skins-1.1.0_3 >> Blue-1.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/mplayer. >> Attempting to fetch from 1. fetch: 1Blue-1.4.tar.bz2: No such file or directory >> Attempting to fetch from http://www.mplayerhq.hu/MPlayer/Skin/. Receiving Blue-1.4.tar.bz2 (221736 bytes): 100% 221736 bytes transferred in 16.6 seconds (13.02 kBps) >> Checksum OK for mplayer/Blue-1.4.tar.bz2. Please make sure you don't use the mirrored ones for this one (forgot to inform portmgr@ about this) Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 05:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C111716A4CE for ; Sun, 28 Nov 2004 05:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9853143D49 for ; Sun, 28 Nov 2004 05:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS50rOl011088 for ; Sun, 28 Nov 2004 05:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS50rAY011087; Sun, 28 Nov 2004 05:00:53 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 05:00:53 GMT Resent-Message-Id: <200411280500.iAS50rAY011087@freefall.freebsd.org> 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 Yeske Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4229216A4CE for ; Sun, 28 Nov 2004 04:53:19 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F74D43D31 for ; Sun, 28 Nov 2004 04:53:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4rJYC075126 for ; Sun, 28 Nov 2004 04:53:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAS4rJ8X075125; Sun, 28 Nov 2004 04:53:19 GMT (envelope-from nobody) Message-Id: <200411280453.iAS4rJ8X075125@www.freebsd.org> Date: Sun, 28 Nov 2004 04:53:19 GMT From: David Yeske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74470: x11/mrxvt new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:00:53 -0000 >Number: 74470 >Category: ports >Synopsis: x11/mrxvt new 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: Sun Nov 28 05:00:53 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: HEAD >Organization: >Environment: FreeBSD shuttle 6.0-CURRENT FreeBSD 6.0-CURRENT #9: Sun Nov 14 04:58:42 EST 2004 root@shuttle:/usr/obj/usr/src/sys/SHUTTLE i386 >Description: Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keep to be lightweight and independent from the GNOME and KDE desktop environment. The following are the major features of mrxvt (* are new features compared with rxvt, + are enhanced features compared with rxvt): WWW: http://materm.sourceforge.net/ >How-To-Repeat: >Fix: http://futurebsd.sourceforge.net/freebsd/ports/mrxvt.tgz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 05:50:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A26616A4CE for ; Sun, 28 Nov 2004 05:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BBE43D55 for ; Sun, 28 Nov 2004 05:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5oQiw021246 for ; Sun, 28 Nov 2004 05:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS5oQr8021238; Sun, 28 Nov 2004 05:50:26 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 05:50:26 GMT Resent-Message-Id: <200411280550.iAS5oQr8021238@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EC9A16A4CE for ; Sun, 28 Nov 2004 05:45:15 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944DE43D49 for ; Sun, 28 Nov 2004 05:45:14 +0000 (GMT) (envelope-from bogorodskiy@inbox.ru) Received: from [194.186.150.105] (port=63735 helo=inbox.ru) by mx1.mail.ru with esmtp id 1CYHry-0002Gf-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 28 Nov 2004 08:45:11 +0300 Message-Id: Date: Sun, 28 Nov 2004 08:45:11 +0300 From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74472: [ maintainer ] audio/xmms-wma: update to 1.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:50:27 -0000 >Number: 74472 >Category: ports >Synopsis: [ maintainer ] audio/xmms-wma: update to 1.0.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 05:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD lame.novel.ru 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #2: Sun Nov 21 16:35:38 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386 >Description: Update to 1.0.4 >How-To-Repeat: >Fix: --- port.xmms-wma.update begins here --- diff -ru xmms-wma.orig/Makefile xmms-wma/Makefile --- xmms-wma.orig/Makefile Sun Nov 28 08:37:24 2004 +++ xmms-wma/Makefile Sun Nov 28 08:37:38 2004 @@ -6,8 +6,7 @@ # PORTNAME= xmms-wma -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= audio MASTER_SITES= http://mcmcc.bat.ru/xmms-wma/ diff -ru xmms-wma.orig/distinfo xmms-wma/distinfo --- xmms-wma.orig/distinfo Sun Nov 28 08:37:24 2004 +++ xmms-wma/distinfo Sun Nov 28 08:38:49 2004 @@ -1,2 +1,2 @@ -MD5 (xmms-wma-1.0.3.tar.bz2) = 25cfcfb7deed581dea3aae3b153cc291 -SIZE (xmms-wma-1.0.3.tar.bz2) = 145752 +MD5 (xmms-wma-1.0.4.tar.bz2) = 069cd8197a13047901876b35e91eb82e +SIZE (xmms-wma-1.0.4.tar.bz2) = 145691 --- port.xmms-wma.update ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 06:30:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0ED16A4CE for ; Sun, 28 Nov 2004 06:30:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D889043D41 for ; Sun, 28 Nov 2004 06:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS6UVPX038219 for ; Sun, 28 Nov 2004 06:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS6UVNq038218; Sun, 28 Nov 2004 06:30:31 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 06:30:31 GMT Message-Id: <200411280630.iAS6UVNq038218@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Serge Gagnon Subject: Re: ports/74460: Update port: shell/rc to 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 06:30:32 -0000 The following reply was made to PR ports/74460; it has been noted by GNATS. From: Serge Gagnon To: freebsd-gnats-submit@FreeBSD.org Cc: ports@FreeBSD.org (ports), saken@hotel.rmta.org Subject: Re: ports/74460: Update port: shell/rc to 1.7.1 Date: Sun, 28 Nov 2004 01:31:27 -0500 Close this PR please because it crash if build WITH_READLINE . http://www.freebsd.org/cgi/query-pr.cgi?pr=74460 Thanks -- Serge Gagnon Quebec, Qc, Canada From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 06:33:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BBC16A4CE; Sun, 28 Nov 2004 06:33:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA4543D49; Sun, 28 Nov 2004 06:33:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS6XU8J038762; Sun, 28 Nov 2004 06:33:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS6XUuW038758; Sun, 28 Nov 2004 06:33:30 GMT (envelope-from linimon) Date: Sun, 28 Nov 2004 06:33:30 GMT From: Mark Linimon Message-Id: <200411280633.iAS6XUuW038758@freefall.freebsd.org> To: ser_gagnon@sympatico.ca, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74460: Update port: shells/rc to 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 06:33:30 -0000 Synopsis: Update port: shells/rc to 1.7.1 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Nov 28 06:33:18 GMT 2004 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=74460 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 07:11:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4E316A4CE; Sun, 28 Nov 2004 07:11:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B2343D46; Sun, 28 Nov 2004 07:11:39 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS7BdFP050025; Sun, 28 Nov 2004 07:11:39 GMT (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS7BdGl050017; Sun, 28 Nov 2004 07:11:39 GMT (envelope-from ume) Date: Sun, 28 Nov 2004 07:11:39 GMT From: Hajimu UMEMOTO Message-Id: <200411280711.iAS7BdGl050017@freefall.freebsd.org> To: sa2c@sa2c.net, ume@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/74463: security/cyrus-sasl2-saslauthd cannot be built with system OpenSSL and BDB42 on some configurations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:11:39 -0000 Synopsis: security/cyrus-sasl2-saslauthd cannot be built with system OpenSSL and BDB42 on some configurations State-Changed-From-To: open->closed State-Changed-By: ume State-Changed-When: Sun Nov 28 07:10:37 GMT 2004 State-Changed-Why: Thanks, committed! Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: ume Responsible-Changed-When: Sun Nov 28 07:10:37 GMT 2004 Responsible-Changed-Why: Thanks, committed! http://www.freebsd.org/cgi/query-pr.cgi?pr=74463 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 07:30:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D42A16A4CF; Sun, 28 Nov 2004 07:30:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2920643D6B; Sun, 28 Nov 2004 07:30:53 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS7UqES053079; Sun, 28 Nov 2004 07:30:52 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAS7UqOh053075; Sun, 28 Nov 2004 07:30:52 GMT (envelope-from glewis) Date: Sun, 28 Nov 2004 07:30:52 GMT From: Greg Lewis Message-Id: <200411280730.iAS7UqOh053075@freefall.freebsd.org> To: az@inec.ru, glewis@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74433: [update] sysutils/xcpustate to 2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:30:53 -0000 Synopsis: [update] sysutils/xcpustate to 2.8 State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Sun Nov 28 07:30:40 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74433 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:03:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FA616A4CE; Sun, 28 Nov 2004 10:03:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D2143D5F; Sun, 28 Nov 2004 10:03:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASA3tRY099814; Sun, 28 Nov 2004 10:03:55 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASA3sX4099810; Sun, 28 Nov 2004 10:03:54 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:03:54 GMT From: Kirill Ponomarew Message-Id: <200411281003.iASA3sX4099810@freefall.freebsd.org> To: bogorodskiy@inbox.ru, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74472: [ maintainer ] audio/xmms-wma: update to 1.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:03:55 -0000 Synopsis: [ maintainer ] audio/xmms-wma: update to 1.0.4 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Sun Nov 28 10:03:49 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74472 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:07:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6974716A4CE; Sun, 28 Nov 2004 10:07:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E09443D6A; Sun, 28 Nov 2004 10:07:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASA7T7Q008412; Sun, 28 Nov 2004 10:07:29 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASA7Sc4008408; Sun, 28 Nov 2004 10:07:28 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:07:28 GMT From: Kirill Ponomarew Message-Id: <200411281007.iASA7Sc4008408@freefall.freebsd.org> To: dryice@liu.com.cn, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74452: [update]devel/kodos: update to 2.4.5 and take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:07:30 -0000 Synopsis: [update]devel/kodos: update to 2.4.5 and take maintainership State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Sun Nov 28 10:07:22 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74452 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:12:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA40316A4CF; Sun, 28 Nov 2004 10:12:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E3743D67; Sun, 28 Nov 2004 10:12:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAC888009084; Sun, 28 Nov 2004 10:12:08 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASAC8pB009080; Sun, 28 Nov 2004 10:12:08 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:12:08 GMT From: Kirill Ponomarew Message-Id: <200411281012.iASAC8pB009080@freefall.freebsd.org> To: xcas@cox.net, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74325: [MAINTAINER] emulators/fceu: Mark broken on Sparc64 - reported by Kris Kennaway X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:12:08 -0000 Synopsis: [MAINTAINER] emulators/fceu: Mark broken on Sparc64 - reported by Kris Kennaway State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Sun Nov 28 10:12:01 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74325 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:16:00 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27EA916A4CE; Sun, 28 Nov 2004 10:16:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F0C43D45; Sun, 28 Nov 2004 10:16:00 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAFxv5009608; Sun, 28 Nov 2004 10:15:59 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASAFxYP009604; Sun, 28 Nov 2004 10:15:59 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:15:59 GMT From: Kirill Ponomarew Message-Id: <200411281015.iASAFxYP009604@freefall.freebsd.org> To: der_julian@web.de, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74345: [Maintainer fix] lang/ecl - fix build failure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:16:00 -0000 Synopsis: [Maintainer fix] lang/ecl - fix build failure State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Sun Nov 28 10:15:54 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74345 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:17:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB1A16A4CE; Sun, 28 Nov 2004 10:17:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA3843D41; Sun, 28 Nov 2004 10:17:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAHXat009837; Sun, 28 Nov 2004 10:17:33 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASAHXAo009833; Sun, 28 Nov 2004 10:17:33 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:17:33 GMT From: Kirill Ponomarew Message-Id: <200411281017.iASAHXAo009833@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ijliao@FreeBSD.org Subject: Re: ports/74362: [PATCH] graphics/swfdec: update to 0.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:17:34 -0000 Synopsis: [PATCH] graphics/swfdec: update to 0.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->ijliao Responsible-Changed-By: krion Responsible-Changed-When: Sun Nov 28 10:17:04 GMT 2004 Responsible-Changed-Why: Submitter is committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74362 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:20:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A60CD16A4CF for ; Sun, 28 Nov 2004 10:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA1443D5F for ; Sun, 28 Nov 2004 10:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAKMpr010230 for ; Sun, 28 Nov 2004 10:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASAKM5C010229; Sun, 28 Nov 2004 10:20:22 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 10:20:22 GMT Resent-Message-Id: <200411281020.iASAKM5C010229@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Russell Jackson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D92F16A4CE for ; Sun, 28 Nov 2004 10:18:11 +0000 (GMT) Received: from cserv62.csub.edu (cserv62.csub.edu [136.168.10.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB8843D1D for ; Sun, 28 Nov 2004 10:18:11 +0000 (GMT) (envelope-from raj@cserv62.csub.edu) Received: from eru.homelan (adsl-66-122-12-243.dsl.anhm01.pacbell.net [66.122.12.243]) by cserv62.csub.edu (8.12.11/8.12.11) with ESMTP id iASAIBNX048383 for ; Sun, 28 Nov 2004 02:18:11 -0800 (PST) (envelope-from raj@cserv62.csub.edu) Received: (from raj@localhost) by eru.homelan (8.13.1/8.13.1/Submit) id iASAIaYb073724; Sun, 28 Nov 2004 02:18:36 -0800 (PST) (envelope-from raj) Message-Id: <200411281018.iASAIaYb073724@eru.homelan> Date: Sun, 28 Nov 2004 02:18:36 -0800 (PST) From: Russell Jackson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74475: [patch] [maintainer] update pkg-desc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Russell Jackson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:20:22 -0000 >Number: 74475 >Category: ports >Synopsis: [patch] [maintainer] update pkg-desc >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 Nov 28 10:20:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Russell Jackson >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD eru.homelan 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Nov 13 23:38:51 PST 2004 raj@eru.homelan:/usr/src/sys/i386/compile/ERU i386 >Description: * Add WWW line. * Update maintainer email address. >How-To-Repeat: >Fix: --- pkg-descr.orig Sat Nov 27 21:05:08 2004 +++ pkg-descr Sat Nov 27 21:05:49 2004 @@ -1,8 +1,8 @@ Given SNMP-capable routers and switches, sdig can turn an IP address, DNS/WINS host name or a MAC -address into a port description. Sdig will run on -most any platform that net-snmp supports. It -currently compiles on FreeBSD and Linux. +address into a port description. + +WWW: http://sdig.sourceforge.net - Russell A. Jackson -rjackson@cserv62.csub.edu +raj@cserv62.csub.edu >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:24:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F17316A4CE; Sun, 28 Nov 2004 10:24:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9F643D60; Sun, 28 Nov 2004 10:24:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAO8iW028308; Sun, 28 Nov 2004 10:24:08 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASAO8hS028304; Sun, 28 Nov 2004 10:24:08 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:24:08 GMT From: Kirill Ponomarew Message-Id: <200411281024.iASAO8hS028304@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/74465: Update port: java/linux-sun-jdk14 add amd64 to ARCHS line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:24:08 -0000 Synopsis: Update port: java/linux-sun-jdk14 add amd64 to ARCHS line Responsible-Changed-From-To: freebsd-ports-bugs->znerd Responsible-Changed-By: krion Responsible-Changed-When: Sun Nov 28 10:23:53 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74465 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:27:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD9BC16A4CE; Sun, 28 Nov 2004 10:27:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA04D43D45; Sun, 28 Nov 2004 10:27:17 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASARHs2056631; Sun, 28 Nov 2004 10:27:17 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASARH75056622; Sun, 28 Nov 2004 10:27:17 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:27:17 GMT From: Kirill Ponomarew Message-Id: <200411281027.iASARH75056622@freefall.freebsd.org> To: raj@cserv62.csub.edu, krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74475: [patch] [maintainer] update pkg-desc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:27:18 -0000 Synopsis: [patch] [maintainer] update pkg-desc State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Sun Nov 28 10:27:13 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74475 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 10:29:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13DAD16A4CE; Sun, 28 Nov 2004 10:29:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FC043D6D; Sun, 28 Nov 2004 10:29:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAT4qp074944; Sun, 28 Nov 2004 10:29:04 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASAT4iW074938; Sun, 28 Nov 2004 10:29:04 GMT (envelope-from krion) Date: Sun, 28 Nov 2004 10:29:04 GMT From: Kirill Ponomarew Message-Id: <200411281029.iASAT4iW074938@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, roger@FreeBSD.org Subject: Re: ports/74432: ohphone 1.4.1 crashes in 5.3 Stable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:29:05 -0000 Synopsis: ohphone 1.4.1 crashes in 5.3 Stable Responsible-Changed-From-To: freebsd-ports-bugs->roger Responsible-Changed-By: krion Responsible-Changed-When: Sun Nov 28 10:28:49 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74432 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 11:30:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6F716A4CE for ; Sun, 28 Nov 2004 11:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A9543D1F for ; Sun, 28 Nov 2004 11:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASBUMsA089158 for ; Sun, 28 Nov 2004 11:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASBUMsV089157; Sun, 28 Nov 2004 11:30:22 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 11:30:22 GMT Resent-Message-Id: <200411281130.iASBUMsV089157@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35DAA16A4CE for ; Sun, 28 Nov 2004 11:23:17 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4F743D31 for ; Sun, 28 Nov 2004 11:23:13 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id E1E1E34FEE for ; Sun, 28 Nov 2004 12:23:10 +0100 (CET) Message-Id: <1101640991.0@scienide.energyhq.es.eu.org> Date: Sun, 28 Nov 2004 12:23:11 +0100 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/74476: [Maintainer Update] sysutils/gtk-send-pr to 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:30:23 -0000 >Number: 74476 >Category: ports >Synopsis: [Maintainer Update] sysutils/gtk-send-pr 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: Sun Nov 28 11:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #0: Thu Nov 25 19:00:55 CET 2004 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE >Description: Changelog: 0.4 -> 0.4.1 * When creating the default user profile the smtp port is now set to 25. * Drag and drop support has been fixed and now works with XFCE's xffm. * A bug was fixed that prevented text windows from autoscrolling when the cursor reached the bottom. * Code cleanup >How-To-Repeat: >Fix: --- gtk-send-pr.diff begins here --- diff -ruN gtk-send-pr.old/Makefile gtk-send-pr/Makefile --- gtk-send-pr.old/Makefile Wed Nov 10 01:35:23 2004 +++ gtk-send-pr/Makefile Sun Nov 28 12:13:32 2004 @@ -6,8 +6,7 @@ # PORTNAME= gtk-send-pr -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= sysutils MASTER_SITES= http://www.energyhq.es.eu.org/files/ diff -ruN gtk-send-pr.old/distinfo gtk-send-pr/distinfo --- gtk-send-pr.old/distinfo Sun Nov 7 21:11:38 2004 +++ gtk-send-pr/distinfo Sun Nov 28 12:13:37 2004 @@ -1,2 +1,2 @@ -MD5 (gtk-send-pr-0.4.tar.gz) = 085e203f26f257e2aa3f6ae12af73fbd -SIZE (gtk-send-pr-0.4.tar.gz) = 21484 +MD5 (gtk-send-pr-0.4.1.tar.gz) = 2dd1b869af313bc7d541c2f677f50512 +SIZE (gtk-send-pr-0.4.1.tar.gz) = 21480 diff -ruN gtk-send-pr.old/files/patch-gtk_ui.c gtk-send-pr/files/patch-gtk_ui.c --- gtk-send-pr.old/files/patch-gtk_ui.c Wed Nov 10 01:35:24 2004 +++ gtk-send-pr/files/patch-gtk_ui.c Thu Jan 1 01:00:00 1970 @@ -1,68 +0,0 @@ ---- gtk_ui.c.old Sun Nov 7 17:44:39 2004 -+++ gtk_ui.c Mon Nov 8 21:36:26 2004 -@@ -21,7 +21,7 @@ - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -- $Id: //depot/gtk-send-pr/gtk_ui.c#21 $ -+ $Id: //depot/gtk-send-pr/gtk_ui.c#22 $ - - */ - -@@ -514,8 +514,11 @@ - gtk_container_set_border_width(GTK_CONTAINER(scrolled_window1), 10); - gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window1), - GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); -- gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window1) -- , system_view1); -+ // gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window1) -+ // , system_view1); -+ -+ gtk_container_add(GTK_CONTAINER(scrolled_window1) -+ , system_view1); - - gtk_container_add(GTK_CONTAINER(system_frame1), system_entry1); - gtk_container_add(GTK_CONTAINER(system_frame2), scrolled_window1); -@@ -534,8 +537,11 @@ - gtk_container_set_border_width(GTK_CONTAINER(scrolled_window2), 10); - gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window2), - GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); -- gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window2) -- , details_view1); -+ // gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window2) -+ // , details_view1); -+ -+ gtk_container_add(GTK_CONTAINER(scrolled_window2) -+ , details_view1); - - details_frame2 = gtk_frame_new(" How-To-Repeat "); - -@@ -546,8 +552,11 @@ - gtk_container_set_border_width(GTK_CONTAINER(scrolled_window3), 10); - gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window3), - GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); -- gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window3) -- , details_view2); -+/* gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window3) */ -+/* , details_view2); */ -+ -+ gtk_container_add(GTK_CONTAINER(scrolled_window3) -+ , details_view2); - - gtk_container_add(GTK_CONTAINER(details_frame1), scrolled_window2); - gtk_container_add(GTK_CONTAINER(details_frame2), scrolled_window3); -@@ -601,8 +610,12 @@ - gtk_container_set_border_width(GTK_CONTAINER(scrolled_window4), 10); - gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window4), - GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); -- gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window4) -- , fix_view); -+ -+/* gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled_window4) */ -+/* , fix_view); */ -+ -+ gtk_container_add(GTK_CONTAINER(scrolled_window4) -+ , fix_view); - - gtk_container_add(GTK_CONTAINER(fix_frame), scrolled_window4); - --- gtk-send-pr.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 15:48:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C924716A4CE; Sun, 28 Nov 2004 15:48:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37C243D55; Sun, 28 Nov 2004 15:48:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFmEIg018949; Sun, 28 Nov 2004 15:48:14 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASFmD14018945; Sun, 28 Nov 2004 15:48:13 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 15:48:13 GMT From: Pav Lucistnik Message-Id: <200411281548.iASFmD14018945@freefall.freebsd.org> To: flynn@energyhq.es.eu.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74476: [Maintainer Update] sysutils/gtk-send-pr to 0.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:48:14 -0000 Synopsis: [Maintainer Update] sysutils/gtk-send-pr to 0.4.1 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 15:48:06 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74476 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 15:53:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC9A16A4CE; Sun, 28 Nov 2004 15:53:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9889F43D49; Sun, 28 Nov 2004 15:53:25 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFrPPs019236; Sun, 28 Nov 2004 15:53:25 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASFrPZT019232; Sun, 28 Nov 2004 15:53:25 GMT (envelope-from hq) Date: Sun, 28 Nov 2004 15:53:25 GMT From: Herve Quiroz Message-Id: <200411281553.iASFrPZT019232@freefall.freebsd.org> To: tux@pinguru.net, hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clive@FreeBSD.org Subject: Re: ports/74464: Update port: java/phpeclipse X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:53:25 -0000 Synopsis: Update port: java/phpeclipse State-Changed-From-To: open->feedback State-Changed-By: hq State-Changed-When: Sun Nov 28 15:45:37 GMT 2004 State-Changed-Why: The port has just been updated to 1.1.1. What should we do with this PR? Responsible-Changed-From-To: freebsd-ports-bugs->clive Responsible-Changed-By: hq Responsible-Changed-When: Sun Nov 28 15:45:37 GMT 2004 Responsible-Changed-Why: Clive have commited the forementioned update. http://www.freebsd.org/cgi/query-pr.cgi?pr=74464 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 16:10:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8783016A524; Sun, 28 Nov 2004 16:10:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963CD43D4C; Sun, 28 Nov 2004 16:10:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGARBn023665; Sun, 28 Nov 2004 16:10:27 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASGAQ5q023661; Sun, 28 Nov 2004 16:10:26 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 16:10:26 GMT From: Pav Lucistnik Message-Id: <200411281610.iASGAQ5q023661@freefall.freebsd.org> To: david@dyn-ns.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74343: [Maintainer-Update] audio/gnupod to 0.96 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:10:37 -0000 Synopsis: [Maintainer-Update] audio/gnupod to 0.96 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 16:10:15 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74343 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 16:20:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60AF216A4CE for ; Sun, 28 Nov 2004 16:20:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4905443D2F for ; Sun, 28 Nov 2004 16:20:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGKY3l023910 for ; Sun, 28 Nov 2004 16:20:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASGKYUj023909; Sun, 28 Nov 2004 16:20:34 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 16:20:34 GMT Message-Id: <200411281620.iASGKYUj023909@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Subject: Re: ports/74401: Unable to build nagios-plugins w/ net/radiusclient-0.4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:20:34 -0000 The following reply was made to PR ports/74401; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@FreeBSD.org, Blaz Zupan Cc: Subject: Re: ports/74401: Unable to build nagios-plugins w/ net/radiusclient-0.4.5 Date: Sat, 27 Nov 2004 23:24:27 +0100 --=-1+PmwFcO0s7p1zHZ3mOm Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The patch does not apply, Blaz. =3D=3D=3D> Applying FreeBSD patches for nagios-plugins-1.3.1_6 1 out of 1 hunks failed--saving rejects to plugins/check_radius.c.rej >> Patch patch-check_radius.c failed to apply cleanly. >> Patch(es) patch-check_breeze.pl patch-check_by_ssh.c patch-check_http.c = patch-check_ifoperstatus.pl patch-check_ifstatus.pl patch-check_ircd.pl app= lied cleanly. *** Error code 1 --=20 Pav Lucistnik Crucifixion? Good. Out of the door, line on the left, one cross each. Next! --=-1+PmwFcO0s7p1zHZ3mOm Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBqP6bntdYP8FOsoIRArSOAKCKziZiNzjfmIth5i7hrYMVh8lIsACeM/Ix TsUOJ3FgY90gcEwZGaKRZGg= =7D8x -----END PGP SIGNATURE----- --=-1+PmwFcO0s7p1zHZ3mOm-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 16:20:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC7116A4CE for ; Sun, 28 Nov 2004 16:20:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1D643D54 for ; Sun, 28 Nov 2004 16:20:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGKbAQ023917 for ; Sun, 28 Nov 2004 16:20:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASGKbZA023916; Sun, 28 Nov 2004 16:20:37 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 16:20:37 GMT Message-Id: <200411281620.iASGKbZA023916@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Blaz Zupan Subject: Re: ports/74401: Unable to build nagios-plugins w/ net/radiusclient-0.4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:20:37 -0000 The following reply was made to PR ports/74401; it has been noted by GNATS. From: Blaz Zupan To: Pav Lucistnik Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/74401: Unable to build nagios-plugins w/ net/radiusclient-0.4.5 Date: Sun, 28 Nov 2004 08:21:34 +0100 (CET) > The patch does not apply, Blaz. > > ===> Applying FreeBSD patches for nagios-plugins-1.3.1_6 > 1 out of 1 hunks failed--saving rejects to plugins/check_radius.c.rej >>> Patch patch-check_radius.c failed to apply cleanly. >>> Patch(es) patch-check_breeze.pl patch-check_by_ssh.c patch-check_http.c patch-check_ifoperstatus.pl patch-check_ifstatus.pl patch-check_ircd.pl applied cleanly. > *** Error code 1 Please ignore this patch and see PR 74446. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 16:46:00 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974C916A4CE; Sun, 28 Nov 2004 16:46:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7031743D62; Sun, 28 Nov 2004 16:46:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGk0t7025775; Sun, 28 Nov 2004 16:46:00 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASGk0vD025771; Sun, 28 Nov 2004 16:46:00 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 16:46:00 GMT From: Pav Lucistnik Message-Id: <200411281646.iASGk0vD025771@freefall.freebsd.org> To: gregp-gnats-submit@noc.tht.net, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74401: Unable to build nagios-plugins w/ net/radiusclient-0.4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:46:00 -0000 Synopsis: Unable to build nagios-plugins w/ net/radiusclient-0.4.5 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 16:45:46 GMT 2004 State-Changed-Why: Fix is included in ports/74446 by maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74401 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 16:50:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E3616A4CE for ; Sun, 28 Nov 2004 16:50:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EC343D5C for ; Sun, 28 Nov 2004 16:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGoHZ9025880 for ; Sun, 28 Nov 2004 16:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASGoHdX025877; Sun, 28 Nov 2004 16:50:17 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 16:50:17 GMT Resent-Message-Id: <200411281650.iASGoHdX025877@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manuel Rabade Garcia Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4ACC16A4CE for ; Sun, 28 Nov 2004 16:46:33 +0000 (GMT) Received: from fulcrum.mig-29.net (dsl-200-78-45-190.prod-infinitum.com.mx [200.78.45.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id C28CB43D2F for ; Sun, 28 Nov 2004 16:46:31 +0000 (GMT) (envelope-from mig@mig-29.net) Received: by fulcrum.mig-29.net (Postfix, from userid 1000) id 32BB15E83E; Sun, 28 Nov 2004 10:46:31 -0600 (CST) Message-Id: <20041128164631.32BB15E83E@fulcrum.mig-29.net> Date: Sun, 28 Nov 2004 10:46:31 -0600 (CST) From: Manuel Rabade Garcia To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74478: UPDATE: sysutils/grub patch to handle splashscreens X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Manuel Rabade Garcia List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:50:18 -0000 >Number: 74478 >Category: ports >Synopsis: UPDATE: sysutils/grub patch to handle splashscreens >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 Nov 28 16:50:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Manuel Rabade Garcia >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD fulcrum.mig-29.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Wed Nov 10 21:18:30 CST 2004 root@fulcrum.mig-29.net:/usr/obj/usr/src/sys/FULCRUM i386 >Description: Patch for grub to handle splashscreens, ready to be but in files/ I found the patch in grub-0.95-7mdk.src.rpm (grub-0.95-graphics.patch) >How-To-Repeat: >Fix: --- patch-graphics begins here --- --- stage2/asm.S.graphics 2004-06-18 17:35:51.932054040 -0400 +++ stage2/asm.S 2004-06-18 17:35:52.473971656 -0400 @@ -2215,6 +2215,156 @@ pop %ebx pop %ebp ret + +/* graphics mode functions */ +#ifdef SUPPORT_GRAPHICS +VARIABLE(cursorX) +.word 0 +VARIABLE(cursorY) +.word 0 +VARIABLE(cursorCount) +.word 0 +VARIABLE(cursorBuf) +.byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 + + +/* + * int set_videomode(mode) + * BIOS call "INT 10H Function 0h" to set video mode + * Call with %ah = 0x0 + * %al = video mode + * Returns old videomode. + */ +ENTRY(set_videomode) + push %ebp + push %ebx + push %ecx + + movb 0x10(%esp), %cl + + call EXT_C(prot_to_real) + .code16 + + xorw %bx, %bx + movb $0xf, %ah + int $0x10 /* Get Current Video mode */ + movb %al, %ch + xorb %ah, %ah + movb %cl, %al + int $0x10 /* Set Video mode */ + + DATA32 call EXT_C(real_to_prot) + .code32 + + xorb %ah, %ah + movb %ch, %al + + pop %ecx + pop %ebx + pop %ebp + ret + + +/* + * unsigned char * graphics_get_font() + * BIOS call "INT 10H Function 11h" to set font + * Call with %ah = 0x11 + */ +ENTRY(graphics_get_font) + push %ebp + push %ebx + push %ecx + push %edx + + call EXT_C(prot_to_real) + .code16 + + movw $0x1130, %ax + movb $6, %bh /* font 8x16 */ + int $0x10 + movw %bp, %dx + movw %es, %cx + + DATA32 call EXT_C(real_to_prot) + .code32 + + xorl %eax, %eax + movw %cx, %ax + shll $4, %eax + movw %dx, %ax + + pop %edx + pop %ecx + pop %ebx + pop %ebp + ret + + + +/* + * graphics_set_palette(index, red, green, blue) + * BIOS call "INT 10H Function 10h" to set individual dac register + * Call with %ah = 0x10 + * %bx = register number + * %ch = new value for green (0-63) + * %cl = new value for blue (0-63) + * %dh = new value for red (0-63) + */ + +ENTRY(graphics_set_palette) + push %ebp + push %eax + push %ebx + push %ecx + push %edx + + movw $0x3c8, %bx /* address write mode register */ + + /* wait vertical retrace */ + + movw $0x3da, %dx +l1b: inb %dx, %al /* wait vertical active display */ + test $8, %al + jnz l1b + +l2b: inb %dx, %al /* wait vertical retrace */ + test $8, %al + jnz l2b + + mov %bx, %dx + movb 0x18(%esp), %al /* index */ + outb %al, %dx + inc %dx + + movb 0x1c(%esp), %al /* red */ + outb %al, %dx + + movb 0x20(%esp), %al /* green */ + outb %al, %dx + + movb 0x24(%esp), %al /* blue */ + outb %al, %dx + + movw 0x18(%esp), %bx + + call EXT_C(prot_to_real) + .code16 + + movb %bl, %bh + movw $0x1000, %ax + int $0x10 + + DATA32 call EXT_C(real_to_prot) + .code32 + + pop %edx + pop %ecx + pop %ebx + pop %eax + pop %ebp + ret + +#endif /* SUPPORT_GRAPHICS */ /* * getrtsecs() --- stage2/stage2.c.graphics 2004-06-18 17:35:52.314995824 -0400 +++ stage2/stage2.c 2004-06-18 17:35:52.494968464 -0400 @@ -233,6 +233,7 @@ { int c, time1, time2 = -1, first_entry = 0; char *cur_entry = 0; + struct term_entry *prev_term = NULL; /* * Main loop for menu UI. @@ -807,6 +808,15 @@ cls (); setcursor (1); + /* if our terminal needed initialization, we should shut it down + * before booting the kernel, but we want to save what it was so + * we can come back if needed */ + prev_term = current_term; + if (current_term->shutdown) + { + (*current_term->shutdown)(); + current_term = term_table; /* assumption: console is first */ + } while (1) { @@ -838,6 +848,13 @@ break; } + /* if we get back here, we should go back to what our term was before */ + current_term = prev_term; + if (current_term->startup) + /* if our terminal fails to initialize, fall back to console since + * it should always work */ + if ((*current_term->startup)() == 0) + current_term = term_table; /* we know that console is first */ show_menu = 1; goto restart; } @@ -1082,6 +1099,10 @@ while (is_preset); } + /* go ahead and make sure the terminal is setup */ + if (current_term->startup) + (*current_term->startup)(); + if (! num_entries) { /* If no acceptable config file, goto command-line, starting --- stage2/builtins.c.graphics 2004-06-18 17:35:52.370987312 -0400 +++ stage2/builtins.c 2004-06-18 17:35:52.482970288 -0400 @@ -858,6 +858,138 @@ }; #endif /* SUPPORT_NETBOOT */ +static int terminal_func (char *arg, int flags); + +#ifdef SUPPORT_GRAPHICS + +static int splashimage_func(char *arg, int flags) { + char splashimage[64]; + int i; + + /* filename can only be 64 characters due to our buffer size */ + if (strlen(arg) > 63) + return 1; + if (flags == BUILTIN_CMDLINE) { + if (!grub_open(arg)) + return 1; + grub_close(); + } + + strcpy(splashimage, arg); + + /* get rid of TERM_NEED_INIT from the graphics terminal. */ + for (i = 0; term_table[i].name; i++) { + if (grub_strcmp (term_table[i].name, "graphics") == 0) { + term_table[i].flags &= ~TERM_NEED_INIT; + break; + } + } + + graphics_set_splash(splashimage); + + if (flags == BUILTIN_CMDLINE && graphics_inited) { + graphics_end(); + graphics_init(); + graphics_cls(); + } + + /* FIXME: should we be explicitly switching the terminal as a + * side effect here? */ + terminal_func("graphics", flags); + + return 0; +} + +static struct builtin builtin_splashimage = +{ + "splashimage", + splashimage_func, + BUILTIN_CMDLINE | BUILTIN_MENU | BUILTIN_HELP_LIST, + "splashimage FILE", + "Load FILE as the background image when in graphics mode." +}; + + +/* foreground */ +static int +foreground_func(char *arg, int flags) +{ + if (grub_strlen(arg) == 6) { + int r = ((hex(arg[0]) << 4) | hex(arg[1])) >> 2; + int g = ((hex(arg[2]) << 4) | hex(arg[3])) >> 2; + int b = ((hex(arg[4]) << 4) | hex(arg[5])) >> 2; + + foreground = (r << 16) | (g << 8) | b; + if (graphics_inited) + graphics_set_palette(15, r, g, b); + + return (0); + } + + return (1); +} + +static struct builtin builtin_foreground = +{ + "foreground", + foreground_func, + BUILTIN_CMDLINE | BUILTIN_MENU | BUILTIN_HELP_LIST, + "foreground RRGGBB", + "Sets the foreground color when in graphics mode." + "RR is red, GG is green, and BB blue. Numbers must be in hexadecimal." +}; + + +/* background */ +static int +background_func(char *arg, int flags) +{ + if (grub_strlen(arg) == 6) { + int r = ((hex(arg[0]) << 4) | hex(arg[1])) >> 2; + int g = ((hex(arg[2]) << 4) | hex(arg[3])) >> 2; + int b = ((hex(arg[4]) << 4) | hex(arg[5])) >> 2; + + background = (r << 16) | (g << 8) | b; + if (graphics_inited) + graphics_set_palette(0, r, g, b); + return (0); + } + + return (1); +} + +static struct builtin builtin_background = +{ + "background", + background_func, + BUILTIN_CMDLINE | BUILTIN_MENU | BUILTIN_HELP_LIST, + "background RRGGBB", + "Sets the background color when in graphics mode." + "RR is red, GG is green, and BB blue. Numbers must be in hexadecimal." +}; + +#endif /* SUPPORT_GRAPHICS */ + + +/* clear */ +static int +clear_func() +{ + if (current_term->cls) + current_term->cls(); + + return 0; +} + +static struct builtin builtin_clear = +{ + "clear", + clear_func, + BUILTIN_CMDLINE | BUILTIN_HELP_LIST, + "clear", + "Clear the screen" +}; + /* displayapm */ static int @@ -4090,7 +4222,7 @@ }; -#if defined(SUPPORT_SERIAL) || defined(SUPPORT_HERCULES) +#if defined(SUPPORT_SERIAL) || defined(SUPPORT_HERCULES) || defined(SUPPORT_GRAPHICS) /* terminal */ static int terminal_func (char *arg, int flags) @@ -4249,17 +4381,21 @@ end: current_term = term_table + default_term; current_term->flags = term_flags; - + if (lines) max_lines = lines; else - /* 24 would be a good default value. */ - max_lines = 24; - + max_lines = current_term->max_lines; + /* If the interface is currently the command-line, restart it to repaint the screen. */ - if (current_term != prev_term && (flags & BUILTIN_CMDLINE)) + if ((current_term != prev_term) && (flags & BUILTIN_CMDLINE)){ + if (prev_term->shutdown) + prev_term->shutdown(); + if (current_term->startup) + current_term->startup(); grub_longjmp (restart_cmdline_env, 0); + } return 0; } @@ -4269,7 +4405,7 @@ "terminal", terminal_func, BUILTIN_MENU | BUILTIN_CMDLINE | BUILTIN_HELP_LIST, - "terminal [--dumb] [--no-echo] [--no-edit] [--timeout=SECS] [--lines=LINES] [--silent] [console] [serial] [hercules]", + "terminal [--dumb] [--no-echo] [--no-edit] [--timeout=SECS] [--lines=LINES] [--silent] [console] [serial] [hercules] [graphics]", "Select a terminal. When multiple terminals are specified, wait until" " you push any key to continue. If both console and serial are specified," " the terminal to which you input a key first will be selected. If no" @@ -4281,7 +4417,7 @@ " seconds. The option --lines specifies the maximum number of lines." " The option --silent is used to suppress messages." }; -#endif /* SUPPORT_SERIAL || SUPPORT_HERCULES */ +#endif /* SUPPORT_SERIAL || SUPPORT_HERCULES || SUPPORT_GRAPHICS */ #ifdef SUPPORT_SERIAL @@ -4809,6 +4945,9 @@ /* The table of builtin commands. Sorted in dictionary order. */ struct builtin *builtin_table[] = { +#ifdef SUPPORT_GRAPHICS + &builtin_background, +#endif &builtin_blocklist, &builtin_boot, #ifdef SUPPORT_NETBOOT @@ -4816,6 +4955,7 @@ #endif /* SUPPORT_NETBOOT */ &builtin_cat, &builtin_chainloader, + &builtin_clear, &builtin_cmp, &builtin_color, &builtin_configfile, @@ -4835,6 +4975,9 @@ &builtin_embed, &builtin_fallback, &builtin_find, +#ifdef SUPPORT_GRAPHICS + &builtin_foreground, +#endif &builtin_fstest, &builtin_geometry, &builtin_halt, @@ -4878,9 +5021,12 @@ #endif /* SUPPORT_SERIAL */ &builtin_setkey, &builtin_setup, -#if defined(SUPPORT_SERIAL) || defined(SUPPORT_HERCULES) +#ifdef SUPPORT_GRAPHICS + &builtin_splashimage, +#endif /* SUPPORT_GRAPHICS */ +#if defined(SUPPORT_SERIAL) || defined(SUPPORT_HERCULES) || defined(SUPPORT_GRAPHICS) &builtin_terminal, -#endif /* SUPPORT_SERIAL || SUPPORT_HERCULES */ +#endif /* SUPPORT_SERIAL || SUPPORT_HERCULES || SUPPORT_GRAPHICS */ #ifdef SUPPORT_SERIAL &builtin_terminfo, #endif /* SUPPORT_SERIAL */ --- /dev/null 2004-02-23 16:02:56.000000000 -0500 +++ stage2/graphics.c 2004-06-18 17:35:52.488969376 -0400 @@ -0,0 +1,552 @@ +/* graphics.c - graphics mode support for GRUB */ +/* Implemented as a terminal type by Jeremy Katz based + * on a patch by Paulo César Pereira de Andrade + */ +/* + * GRUB -- GRand Unified Bootloader + * Copyright (C) 2001,2002 Red Hat, Inc. + * Portions copyright (C) 2000 Conectiva, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + + + +#ifdef SUPPORT_GRAPHICS + +#include +#include +#include + +int saved_videomode; +unsigned char *font8x16; + +int graphics_inited = 0; +static char splashimage[64]; + +#define VSHADOW VSHADOW1 +unsigned char VSHADOW1[38400]; +unsigned char VSHADOW2[38400]; +unsigned char VSHADOW4[38400]; +unsigned char VSHADOW8[38400]; + +/* constants to define the viewable area */ +const int x0 = 0; +const int x1 = 80; +const int y0 = 0; +const int y1 = 30; + +/* text buffer has to be kept around so that we can write things as we + * scroll and the like */ +unsigned short text[80 * 30]; + +/* why do these have to be kept here? */ +int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; + +/* current position */ +static int fontx = 0; +static int fonty = 0; + +/* global state so that we don't try to recursively scroll or cursor */ +static int no_scroll = 0; + +/* color state */ +static int graphics_standard_color = A_NORMAL; +static int graphics_normal_color = A_NORMAL; +static int graphics_highlight_color = A_REVERSE; +static int graphics_current_color = A_NORMAL; +static color_state graphics_color_state = COLOR_STATE_STANDARD; + + +/* graphics local functions */ +static void graphics_setxy(int col, int row); +static void graphics_scroll(); + +/* FIXME: where do these really belong? */ +static inline void outb(unsigned short port, unsigned char val) +{ + __asm __volatile ("outb %0,%1"::"a" (val), "d" (port)); +} + +static void MapMask(int value) { + outb(0x3c4, 2); + outb(0x3c5, value); +} + +/* bit mask register */ +static void BitMask(int value) { + outb(0x3ce, 8); + outb(0x3cf, value); +} + + + +/* Set the splash image */ +void graphics_set_splash(char *splashfile) { + grub_strcpy(splashimage, splashfile); +} + +/* Get the current splash image */ +char *graphics_get_splash(void) { + return splashimage; +} + +/* Initialize a vga16 graphics display with the palette based off of + * the image in splashimage. If the image doesn't exist, leave graphics + * mode. */ +int graphics_init() +{ + if (!graphics_inited) { + saved_videomode = set_videomode(0x12); + } + + if (!read_image(splashimage)) { + set_videomode(saved_videomode); + grub_printf("failed to read image\n"); + return 0; + } + + font8x16 = (unsigned char*)graphics_get_font(); + + graphics_inited = 1; + + /* make sure that the highlight color is set correctly */ + graphics_highlight_color = ((graphics_normal_color >> 4) | + ((graphics_normal_color & 0xf) << 4)); + + return 1; +} + +/* Leave graphics mode */ +void graphics_end(void) +{ + if (graphics_inited) { + set_videomode(saved_videomode); + graphics_inited = 0; + } +} + +/* Print ch on the screen. Handle any needed scrolling or the like */ +void graphics_putchar(int ch) { + ch &= 0xff; + + graphics_cursor(0); + + if (ch == '\n') { + if (fonty + 1 < y1) + graphics_setxy(fontx, fonty + 1); + else + graphics_scroll(); + graphics_cursor(1); + return; + } else if (ch == '\r') { + graphics_setxy(x0, fonty); + graphics_cursor(1); + return; + } + + graphics_cursor(0); + + text[fonty * 80 + fontx] = ch; + text[fonty * 80 + fontx] &= 0x00ff; + if (graphics_current_color & 0xf0) + text[fonty * 80 + fontx] |= 0x100; + + graphics_cursor(0); + + if ((fontx + 1) >= x1) { + graphics_setxy(x0, fonty); + if (fonty + 1 < y1) + graphics_setxy(x0, fonty + 1); + else + graphics_scroll(); + } else { + graphics_setxy(fontx + 1, fonty); + } + + graphics_cursor(1); +} + +/* get the current location of the cursor */ +int graphics_getxy(void) { + return (fontx << 8) | fonty; +} + +void graphics_gotoxy(int x, int y) { + graphics_cursor(0); + + graphics_setxy(x, y); + + graphics_cursor(1); +} + +void graphics_cls(void) { + int i; + unsigned char *mem, *s1, *s2, *s4, *s8; + + graphics_cursor(0); + graphics_gotoxy(x0, y0); + + mem = (unsigned char*)VIDEOMEM; + s1 = (unsigned char*)VSHADOW1; + s2 = (unsigned char*)VSHADOW2; + s4 = (unsigned char*)VSHADOW4; + s8 = (unsigned char*)VSHADOW8; + + for (i = 0; i < 80 * 30; i++) + text[i] = ' '; + graphics_cursor(1); + + BitMask(0xff); + + /* plano 1 */ + MapMask(1); + grub_memcpy(mem, s1, 38400); + + /* plano 2 */ + MapMask(2); + grub_memcpy(mem, s2, 38400); + + /* plano 3 */ + MapMask(4); + grub_memcpy(mem, s4, 38400); + + /* plano 4 */ + MapMask(8); + grub_memcpy(mem, s8, 38400); + + MapMask(15); + +} + +void graphics_setcolorstate (color_state state) { + switch (state) { + case COLOR_STATE_STANDARD: + graphics_current_color = graphics_standard_color; + break; + case COLOR_STATE_NORMAL: + graphics_current_color = graphics_normal_color; + break; + case COLOR_STATE_HIGHLIGHT: + graphics_current_color = graphics_highlight_color; + break; + default: + graphics_current_color = graphics_standard_color; + break; + } + + graphics_color_state = state; +} + +void graphics_setcolor (int normal_color, int highlight_color) { + graphics_normal_color = normal_color; + graphics_highlight_color = highlight_color; + + graphics_setcolorstate (graphics_color_state); +} + +void graphics_setcursor (int on) { + /* FIXME: we don't have a cursor in graphics */ + return; +} + +/* Read in the splashscreen image and set the palette up appropriately. + * Format of splashscreen is an xpm (can be gzipped) with 16 colors and + * 640x480. */ +int read_image(char *s) +{ + char buf[32], pal[16]; + unsigned char c, base, mask, *s1, *s2, *s4, *s8; + unsigned i, len, idx, colors, x, y, width, height; + + if (!grub_open(s)) + return 0; + + /* read header */ + if (!grub_read((char*)&buf, 10) || grub_memcmp(buf, "/* XPM */\n", 10)) { + grub_close(); + return 0; + } + + /* parse info */ + while (grub_read(&c, 1)) { + if (c == '"') + break; + } + + while (grub_read(&c, 1) && (c == ' ' || c == '\t')) + ; + + i = 0; + width = c - '0'; + while (grub_read(&c, 1)) { + if (c >= '0' && c <= '9') + width = width * 10 + c - '0'; + else + break; + } + while (grub_read(&c, 1) && (c == ' ' || c == '\t')) + ; + + height = c - '0'; + while (grub_read(&c, 1)) { + if (c >= '0' && c <= '9') + height = height * 10 + c - '0'; + else + break; + } + while (grub_read(&c, 1) && (c == ' ' || c == '\t')) + ; + + colors = c - '0'; + while (grub_read(&c, 1)) { + if (c >= '0' && c <= '9') + colors = colors * 10 + c - '0'; + else + break; + } + + base = 0; + while (grub_read(&c, 1) && c != '"') + ; + + /* palette */ + for (i = 0, idx = 1; i < colors; i++) { + len = 0; + + while (grub_read(&c, 1) && c != '"') + ; + grub_read(&c, 1); /* char */ + base = c; + grub_read(buf, 4); /* \t c # */ + + while (grub_read(&c, 1) && c != '"') { + if (len < sizeof(buf)) + buf[len++] = c; + } + + if (len == 6 && idx < 15) { + int r = ((hex(buf[0]) << 4) | hex(buf[1])) >> 2; + int g = ((hex(buf[2]) << 4) | hex(buf[3])) >> 2; + int b = ((hex(buf[4]) << 4) | hex(buf[5])) >> 2; + + pal[idx] = base; + graphics_set_palette(idx, r, g, b); + ++idx; + } + } + + x = y = len = 0; + + s1 = (unsigned char*)VSHADOW1; + s2 = (unsigned char*)VSHADOW2; + s4 = (unsigned char*)VSHADOW4; + s8 = (unsigned char*)VSHADOW8; + + for (i = 0; i < 38400; i++) + s1[i] = s2[i] = s4[i] = s8[i] = 0; + + /* parse xpm data */ + while (y < height) { + while (1) { + if (!grub_read(&c, 1)) { + grub_close(); + return 0; + } + if (c == '"') + break; + } + + while (grub_read(&c, 1) && c != '"') { + for (i = 1; i < 15; i++) + if (pal[i] == c) { + c = i; + break; + } + + mask = 0x80 >> (x & 7); + if (c & 1) + s1[len + (x >> 3)] |= mask; + if (c & 2) + s2[len + (x >> 3)] |= mask; + if (c & 4) + s4[len + (x >> 3)] |= mask; + if (c & 8) + s8[len + (x >> 3)] |= mask; + + if (++x >= 640) { + x = 0; + + if (y < 480) + len += 80; + ++y; + } + } + } + + grub_close(); + + graphics_set_palette(0, (background >> 16), (background >> 8) & 63, + background & 63); + graphics_set_palette(15, (foreground >> 16), (foreground >> 8) & 63, + foreground & 63); + graphics_set_palette(0x11, (border >> 16), (border >> 8) & 63, + border & 63); + + return 1; +} + + +/* Convert a character which is a hex digit to the appropriate integer */ +int hex(int v) +{ + if (v >= 'A' && v <= 'F') + return (v - 'A' + 10); + if (v >= 'a' && v <= 'f') + return (v - 'a' + 10); + return (v - '0'); +} + + +/* move the graphics cursor location to col, row */ +static void graphics_setxy(int col, int row) { + if (col >= x0 && col < x1) { + fontx = col; + cursorX = col << 3; + } + if (row >= y0 && row < y1) { + fonty = row; + cursorY = row << 4; + } +} + +/* scroll the screen */ +static void graphics_scroll() { + int i, j; + + /* we don't want to scroll recursively... that would be bad */ + if (no_scroll) + return; + no_scroll = 1; + + /* move everything up a line */ + for (j = y0 + 1; j < y1; j++) { + graphics_gotoxy(x0, j - 1); + for (i = x0; i < x1; i++) { + graphics_putchar(text[j * 80 + i]); + } + } + + /* last line should be blank */ + graphics_gotoxy(x0, y1 - 1); + for (i = x0; i < x1; i++) + graphics_putchar(' '); + graphics_setxy(x0, y1 - 1); + + no_scroll = 0; +} + + +void graphics_cursor(int set) { + unsigned char *pat, *mem, *ptr, chr[16 << 2]; + int i, ch, invert, offset; + + if (set && no_scroll) + return; + + offset = cursorY * 80 + fontx; + ch = text[fonty * 80 + fontx] & 0xff; + invert = (text[fonty * 80 + fontx] & 0xff00) != 0; + pat = font8x16 + (ch << 4); + + mem = (unsigned char*)VIDEOMEM + offset; + + if (!set) { + for (i = 0; i < 16; i++) { + unsigned char mask = pat[i]; + + if (!invert) { + chr[i ] = ((unsigned char*)VSHADOW1)[offset]; + chr[16 + i] = ((unsigned char*)VSHADOW2)[offset]; + chr[32 + i] = ((unsigned char*)VSHADOW4)[offset]; + chr[48 + i] = ((unsigned char*)VSHADOW8)[offset]; + + /* FIXME: if (shade) */ + if (1) { + if (ch == DISP_VERT || ch == DISP_LL || + ch == DISP_UR || ch == DISP_LR) { + unsigned char pmask = ~(pat[i] >> 1); + + chr[i ] &= pmask; + chr[16 + i] &= pmask; + chr[32 + i] &= pmask; + chr[48 + i] &= pmask; + } + if (i > 0 && ch != DISP_VERT) { + unsigned char pmask = ~(pat[i - 1] >> 1); + + chr[i ] &= pmask; + chr[16 + i] &= pmask; + chr[32 + i] &= pmask; + chr[48 + i] &= pmask; + if (ch == DISP_HORIZ || ch == DISP_UR || ch == DISP_LR) { + pmask = ~pat[i - 1]; + + chr[i ] &= pmask; + chr[16 + i] &= pmask; + chr[32 + i] &= pmask; + chr[48 + i] &= pmask; + } + } + } + chr[i ] |= mask; + chr[16 + i] |= mask; + chr[32 + i] |= mask; + chr[48 + i] |= mask; + + offset += 80; + } + else { + chr[i ] = mask; + chr[16 + i] = mask; + chr[32 + i] = mask; + chr[48 + i] = mask; + } + } + } + else { + MapMask(15); + ptr = mem; + for (i = 0; i < 16; i++, ptr += 80) { + cursorBuf[i] = pat[i]; + *ptr = ~pat[i]; + } + return; + } + + offset = 0; + for (i = 1; i < 16; i <<= 1, offset += 16) { + int j; + + MapMask(i); + ptr = mem; + for (j = 0; j < 16; j++, ptr += 80) + *ptr = chr[j + offset]; + } + + MapMask(15); +} + +#endif /* SUPPORT_GRAPHICS */ --- stage2/Makefile.am.graphics 2004-06-13 13:57:27.000000000 -0400 +++ stage2/Makefile.am 2004-06-18 17:36:58.289966104 -0400 @@ -7,7 +7,7 @@ fat.h filesys.h freebsd.h fs.h hercules.h i386-elf.h \ imgact_aout.h iso9660.h jfs.h mb_header.h mb_info.h md5.h \ nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \ - terminfo.h tparm.h nbi.h ufs2.h vstafs.h xfs.h + terminfo.h tparm.h nbi.h ufs2.h vstafs.h xfs.h graphics.h EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS) # For . @@ -19,7 +19,7 @@ disk_io.c fsys_ext2fs.c fsys_fat.c fsys_ffs.c fsys_iso9660.c \ fsys_jfs.c fsys_minix.c fsys_reiserfs.c fsys_ufs2.c \ fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \ - terminfo.c tparm.c + terminfo.c tparm.c graphics.c libgrub_a_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/lib \ -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 \ -DFSYS_ISO9660=1 -DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 \ @@ -80,8 +80,14 @@ HERCULES_FLAGS = endif +if GRAPHICS_SUPPORT +GRAPHICS_FLAGS = -DSUPPORT_GRAPHICS=1 +else +GRAPHICS_FLAGS = +endif + STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ - $(NETBOOT_FLAGS) $(SERIAL_FLAGS) $(HERCULES_FLAGS) + $(NETBOOT_FLAGS) $(SERIAL_FLAGS) $(HERCULES_FLAGS) $(GRAPHICS_FLAGS) STAGE1_5_LINK = -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000 STAGE1_5_COMPILE = $(STAGE2_COMPILE) -DNO_DECOMPRESSION=1 -DSTAGE1_5=1 @@ -91,7 +97,8 @@ cmdline.c common.c console.c disk_io.c fsys_ext2fs.c \ fsys_fat.c fsys_ffs.c fsys_iso9660.c fsys_jfs.c fsys_minix.c \ fsys_reiserfs.c fsys_ufs2.c fsys_vstafs.c fsys_xfs.c gunzip.c \ - hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c + hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c \ + graphics.c pre_stage2_exec_CFLAGS = $(STAGE2_COMPILE) $(FSYS_CFLAGS) pre_stage2_exec_CCASFLAGS = $(STAGE2_COMPILE) $(FSYS_CFLAGS) pre_stage2_exec_LDFLAGS = $(PRE_STAGE2_LINK) --- stage2/term.h.graphics 2003-07-09 07:45:53.000000000 -0400 +++ stage2/term.h 2004-06-18 17:35:52.496968160 -0400 @@ -60,6 +60,8 @@ const char *name; /* The feature flags defined above. */ unsigned long flags; + /* Default for maximum number of lines if not specified */ + unsigned short max_lines; /* Put a character. */ void (*putchar) (int c); /* Check if any input character is available. */ @@ -79,6 +81,11 @@ void (*setcolor) (int normal_color, int highlight_color); /* Turn on/off the cursor. */ int (*setcursor) (int on); + + /* function to start a terminal */ + int (*startup) (void); + /* function to use to shutdown a terminal */ + void (*shutdown) (void); }; /* This lists up available terminals. */ @@ -124,4 +131,23 @@ int hercules_setcursor (int on); #endif +#ifdef SUPPORT_GRAPHICS +extern int foreground, background, border, graphics_inited; + +void graphics_set_splash(char *splashfile); +int set_videomode (int mode); +void graphics_putchar (int c); +int graphics_getxy(void); +void graphics_gotoxy(int x, int y); +void graphics_cls(void); +void graphics_setcolorstate (color_state state); +void graphics_setcolor (int normal_color, int highlight_color); +void graphics_setcursor (int on); +int graphics_init(void); +void graphics_end(void); + +int hex(int v); +void graphics_set_palette(int idx, int red, int green, int blue); +#endif /* SUPPORT_GRAPHICS */ + #endif /* ! GRUB_TERM_HEADER */ --- /dev/null 2004-02-23 16:02:56.000000000 -0500 +++ stage2/graphics.h 2004-06-18 17:35:52.490969072 -0400 @@ -0,0 +1,42 @@ +/* graphics.h - graphics console interface */ +/* + * GRUB -- GRand Unified Bootloader + * Copyright (C) 2002 Free Software Foundation, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#ifndef GRAPHICS_H +#define GRAPHICS_H + +/* magic constant */ +#define VIDEOMEM 0xA0000 + +/* function prototypes */ +char *graphics_get_splash(void); + +int read_image(char *s); +void graphics_cursor(int set); + +/* function prototypes for asm functions */ +void * graphics_get_font(); +void graphics_set_palette(int idx, int red, int green, int blue); +void set_int1c_handler(); +void unset_int1c_handler(); + +extern short cursorX, cursorY; +extern char cursorBuf[16]; + +#endif /* GRAPHICS_H */ --- stage2/shared.h.graphics 2004-06-18 17:35:52.372987008 -0400 +++ stage2/shared.h 2004-06-18 17:35:52.492968768 -0400 @@ -873,6 +873,7 @@ int grub_tolower (int c); int grub_isspace (int c); int grub_strncat (char *s1, const char *s2, int n); +void grub_memcpy(void *dest, const void *src, int len); void *grub_memmove (void *to, const void *from, int len); void *grub_memset (void *start, int c, int len); int grub_strncat (char *s1, const char *s2, int n); --- stage2/char_io.c.graphics 2004-05-23 12:45:43.000000000 -0400 +++ stage2/char_io.c 2004-06-18 17:35:52.485969832 -0400 @@ -35,6 +35,7 @@ { "console", 0, + 24, console_putchar, console_checkkey, console_getkey, @@ -43,13 +44,16 @@ console_cls, console_setcolorstate, console_setcolor, - console_setcursor + console_setcursor, + 0, + 0 }, #ifdef SUPPORT_SERIAL { "serial", /* A serial device must be initialized. */ TERM_NEED_INIT, + 24, serial_putchar, serial_checkkey, serial_getkey, @@ -58,6 +62,8 @@ serial_cls, serial_setcolorstate, 0, + 0, + 0, 0 }, #endif /* SUPPORT_SERIAL */ @@ -65,6 +71,7 @@ { "hercules", 0, + 24, hercules_putchar, console_checkkey, console_getkey, @@ -73,9 +80,28 @@ hercules_cls, hercules_setcolorstate, hercules_setcolor, - hercules_setcursor + hercules_setcursor, + 0, + 0 }, #endif /* SUPPORT_HERCULES */ +#ifdef SUPPORT_GRAPHICS + { "graphics", + TERM_NEED_INIT, /* flags */ + 30, /* number of lines */ + graphics_putchar, /* putchar */ + console_checkkey, /* checkkey */ + console_getkey, /* getkey */ + graphics_getxy, /* getxy */ + graphics_gotoxy, /* gotoxy */ + graphics_cls, /* cls */ + graphics_setcolorstate, /* setcolorstate */ + graphics_setcolor, /* setcolor */ + graphics_setcursor, /* nocursor */ + graphics_init, /* initialize */ + graphics_end /* shutdown */ + }, +#endif /* SUPPORT_GRAPHICS */ /* This must be the last entry. */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }; @@ -1046,13 +1072,15 @@ the following grub_printf call will print newlines. */ count_lines = -1; + grub_printf("\n"); if (current_term->setcolorstate) current_term->setcolorstate (COLOR_STATE_HIGHLIGHT); - grub_printf ("\n[Hit return to continue]"); + grub_printf ("[Hit return to continue]"); if (current_term->setcolorstate) current_term->setcolorstate (COLOR_STATE_NORMAL); + do { @@ -1090,7 +1118,7 @@ cls (void) { /* If the terminal is dumb, there is no way to clean the terminal. */ - if (current_term->flags & TERM_DUMB) + if (current_term->flags & TERM_DUMB) grub_putchar ('\n'); else current_term->cls (); @@ -1214,6 +1242,16 @@ return ! errnum; } +void +grub_memcpy(void *dest, const void *src, int len) +{ + int i; + register char *d = (char*)dest, *s = (char*)src; + + for (i = 0; i < len; i++) + d[i] = s[i]; +} + void * grub_memmove (void *to, const void *from, int len) { --- configure.ac.graphics 2004-06-18 17:35:52.211011632 -0400 +++ configure.ac 2004-06-18 17:35:52.498967856 -0400 @@ -595,6 +595,11 @@ [ --enable-diskless enable diskless support]) AM_CONDITIONAL(DISKLESS_SUPPORT, test "x$enable_diskless" = xyes) +dnl Graphical splashscreen support +AC_ARG_ENABLE(graphics, + [ --disable-graphics disable graphics terminal support]) +AM_CONDITIONAL(GRAPHICS_SUPPORT, test "x$enable_graphics" != xno) + dnl Hercules terminal AC_ARG_ENABLE(hercules, [ --disable-hercules disable hercules terminal support]) --- patch-graphics ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 17:27:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928E916A4CE; Sun, 28 Nov 2004 17:27:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A89543D39; Sun, 28 Nov 2004 17:27:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHRhtY030876; Sun, 28 Nov 2004 17:27:43 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASHRhp0030872; Sun, 28 Nov 2004 17:27:43 GMT (envelope-from pav) Date: Sun, 28 Nov 2004 17:27:43 GMT From: Pav Lucistnik Message-Id: <200411281727.iASHRhp0030872@freefall.freebsd.org> To: lx@redundancy.redundancy.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74348: New port: audio/listener - an ambient sound monitor/recorder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:27:43 -0000 Synopsis: New port: audio/listener - an ambient sound monitor/recorder State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sun Nov 28 17:27:35 GMT 2004 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=74348 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 17:30:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 479F416A4CE for ; Sun, 28 Nov 2004 17:30:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C96543D5A for ; Sun, 28 Nov 2004 17:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHUEoW031044 for ; Sun, 28 Nov 2004 17:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASHUENK031042; Sun, 28 Nov 2004 17:30:14 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 17:30:14 GMT Resent-Message-Id: <200411281730.iASHUENK031042@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Francis GUDIN Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7416316A4CF; Sun, 28 Nov 2004 17:24:54 +0000 (GMT) Received: from kraid.nerim.net (smtp-100-sunday.nerim.net [62.4.16.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31FA43D49; Sun, 28 Nov 2004 17:24:53 +0000 (GMT) (envelope-from pinpin@fgudin.net1.nerim.net) Received: from teigneux.porcherie.invalid (unknown [2001:7a8:6633::1]) by kraid.nerim.net (Postfix) with ESMTP id 7E9CE41AC7; Sun, 28 Nov 2004 18:24:22 +0100 (CET) Received: from teigneux.porcherie.invalid (localhost [127.0.0.1]) iASHNYOc002017; Sun, 28 Nov 2004 18:23:35 +0100 (CET) (envelope-from pinpin@teigneux.porcherie.invalid) Received: (from pinpin@localhost)iASHNLan002016; Sun, 28 Nov 2004 18:23:22 +0100 (CET) Message-Id: <200411281723.iASHNLan002016@teigneux.porcherie.invalid> Date: Sun, 28 Nov 2004 18:23:22 +0100 (CET) From: Francis GUDIN To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Mario Sergio Fujikawa Ferreira Subject: ports/74479: Update port: net/freenet - update port to 5.2.1.5100 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:30:15 -0000 >Number: 74479 >Category: ports >Synopsis: Update port: net/freenet - update port to 5.2.1.5100 >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 Nov 28 17:30:14 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Francis GUDIN >Release: DragonFly 1.1-CURRENT i386 >Organization: >Environment: System: DragonFly teigneux.porcherie.invalid 1.1-CURRENT DragonFly 1.1-CURRENT #0: Wed Jul 28 21:20:00 CEST 2004 root@teigneux.porcherie.invalid:/usr/obj/usr/src/sys/TEIGNEUX i386 >Description: A new build of Fred is out: 5100. >How-To-Repeat: >Fix: Apply the following: --- Makefile.old Sun Nov 28 14:55:08 2004 +++ Makefile Sun Nov 28 14:55:56 2004 @@ -6,10 +6,10 @@ # PORTNAME= freenet -PORTVERSION= 0.5.2.1.5099 +PORTVERSION= 0.5.2.1.5100 CATEGORIES= net java security MASTER_SITES= http://freenetproject.org/snapshots/ -DISTNAME= ${PORTNAME}-20041026 +DISTNAME= ${PORTNAME}-20041122 EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org --- distinfo.old Sun Nov 28 14:55:14 2004 +++ distinfo Sun Nov 28 14:56:13 2004 @@ -1,2 +1,2 @@ -MD5 (freenet-20041026.tgz) = 3bf75dbc0c3de4a224f559ff3fae03d2 -SIZE (freenet-20041026.tgz) = 6086605 +MD5 (freenet-20041122.tgz) = f069d7cf46465ae6a10edaec014e124d +SIZE (freenet-20041122.tgz) = 5975450 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 18:35:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE4116A4CE; Sun, 28 Nov 2004 18:35:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB41843D2D; Sun, 28 Nov 2004 18:35:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIZjAg038897; Sun, 28 Nov 2004 18:35:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASIZjQM038893; Sun, 28 Nov 2004 18:35:45 GMT (envelope-from linimon) Date: Sun, 28 Nov 2004 18:35:45 GMT From: Mark Linimon Message-Id: <200411281835.iASIZjQM038893@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/74479: Update port: net/freenet - update port to 5.2.1.5100 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:35:46 -0000 Synopsis: Update port: net/freenet - update port to 5.2.1.5100 Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 28 18:35:24 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74479 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 18:40:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC70416A4CE for ; Sun, 28 Nov 2004 18:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C475543D46 for ; Sun, 28 Nov 2004 18:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIeJMC038973 for ; Sun, 28 Nov 2004 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASIeJW0038972; Sun, 28 Nov 2004 18:40:19 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 18:40:19 GMT Resent-Message-Id: <200411281840.iASIeJW0038972@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12FD816A4CF for ; Sun, 28 Nov 2004 18:31:43 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C7843D41 for ; Sun, 28 Nov 2004 18:31:42 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIVgLG039719 for ; Sun, 28 Nov 2004 18:31:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iASIVg4P039718; Sun, 28 Nov 2004 18:31:42 GMT (envelope-from nobody) Message-Id: <200411281831.iASIVg4P039718@www.freebsd.org> Date: Sun, 28 Nov 2004 18:31:42 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74480: New port: java/eclipse-EPIC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:40:20 -0000 >Number: 74480 >Category: ports >Synopsis: New port: java/eclipse-EPIC >Confidential: no >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 Nov 28 18:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: EPIC is an opensource Perl IDE for the Eclipse platform. Features supported are syntax highlighting, on the fly syntax check, content assist, perldoc support, source formatter, templating support and a Perl debugger. A regular expression plugin and support for the eSpell spellchecker are also available. WWW: http://e-p-i-c.sourceforge.net/ >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: # # eclipse-EPIC # eclipse-EPIC/Makefile # eclipse-EPIC/distinfo # eclipse-EPIC/pkg-descr # echo c - eclipse-EPIC mkdir -p eclipse-EPIC > /dev/null 2>&1 echo x - eclipse-EPIC/Makefile sed 's/^X//' >eclipse-EPIC/Makefile << 'END-of-eclipse-EPIC/Makefile' X# New ports collection makefile for: EPIC X# Date created: 28 Nov 2004 X# Whom: tux@pinguru.net X# X# $FreeBSD:$ X# X XPORTNAME= eclipse-EPIC XPORTVERSION= 0.3.0 XCATEGORIES= java editors devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= e-p-i-c XDISTNAME= ${EPIC}_${PORTVERSION}_20040711 X XMAINTAINER= tux@pinguru.net XCOMMENT= EPIC adds Perl support to the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XUSE_ZIP= yes XWRKSRC= ${WRKDIR}/${EPIC} X XEPIC= org.epic.updatesite XECLIPSE= ${PREFIX}/eclipse X Xdo-install: X @${CP} -r ${WRKSRC}/features/*.jar ${ECLIPSE}/features X @${CP} -r ${WRKSRC}/plugins/*.jar ${ECLIPSE}/plugins X Xpost-install: X @${FIND} -s ${WRKSRC}/features -name "*.jar" \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -s ${WRKSRC}/plugins -name "*.jar" \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X X.include END-of-eclipse-EPIC/Makefile echo x - eclipse-EPIC/distinfo sed 's/^X//' >eclipse-EPIC/distinfo << 'END-of-eclipse-EPIC/distinfo' XMD5 (org.epic.updatesite_0.3.0_20040711.zip) = ae5f45738b9d9aed2ba42905aa01a35a XSIZE (org.epic.updatesite_0.3.0_20040711.zip) = 2649757 END-of-eclipse-EPIC/distinfo echo x - eclipse-EPIC/pkg-descr sed 's/^X//' >eclipse-EPIC/pkg-descr << 'END-of-eclipse-EPIC/pkg-descr' XEPIC is an opensource Perl IDE for the Eclipse platform. XFeatures supported are syntax highlighting, on the fly syntax check, Xcontent assist, perldoc support, source formatter, templating support Xand a Perl debugger. XA regular expression plugin and support for the eSpell spellchecker Xare also available. X XWWW: http://e-p-i-c.sourceforge.net/ END-of-eclipse-EPIC/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 18:50:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A63C16A4CE for ; Sun, 28 Nov 2004 18:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF5143D5A for ; Sun, 28 Nov 2004 18:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIoOpY039309 for ; Sun, 28 Nov 2004 18:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASIoO45039308; Sun, 28 Nov 2004 18:50:24 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 18:50:24 GMT Resent-Message-Id: <200411281850.iASIoO45039308@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Köller Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3556916A4CE for ; Sun, 28 Nov 2004 18:42:13 +0000 (GMT) Received: from sally.dts-online.net (sally.dts-online.net [212.62.68.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898F243D45 for ; Sun, 28 Nov 2004 18:42:12 +0000 (GMT) (envelope-from lkoeller@koellers.net) Received: from door.koellers.net (212-62-83-152.teleos-web.de [212.62.83.152]) by sally.dts-online.net (Postfix) with ESMTP id 5D9F529788F for ; Sun, 28 Nov 2004 19:42:11 +0100 (CET) Received: from odie.koellers.net (root@odie.koellers.net [192.168.4.2]) by door.koellers.net (8.12.11/8.12.11) with ESMTP id iASIVtM6089859 for ; Sun, 28 Nov 2004 19:31:55 +0100 (CET) (envelope-from lkoeller@koellers.net) Received: from odie.koellers.net (lkoeller@localhost [127.0.0.1]) by odie.koellers.net (8.12.11/8.12.9) with ESMTP id iASIVswU017683 for ; Sun, 28 Nov 2004 19:31:54 +0100 (CET) (envelope-from lkoeller@odie.koellers.net) Received: (from lkoeller@localhost) by odie.koellers.net (8.12.11/8.12.11/Submit) id iASIVspv017682; Sun, 28 Nov 2004 19:31:54 +0100 (CET) (envelope-from lkoeller) Message-Id: <200411281831.iASIVspv017682@odie.koellers.net> Date: Sun, 28 Nov 2004 19:31:54 +0100 (CET) From: Lars Köller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74481: Request for reprocopy of sysutils/bacula X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Köller List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:50:25 -0000 >Number: 74481 >Category: ports >Synopsis: Request for reprocopy of sysutils/bacula >Confidential: no >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 Nov 28 18:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Köller >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: Computing Center, University of Bielefeld, Germany >Environment: System: FreeBSD odie.koellers.net 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: Sun Oct 24 22:29:15 CEST 2004 root@odie.koellers.net:/opt/temp/obj/usr/src/sys/ODIE i386 >Description: There seems to be need to split the bacula port into an -client and -server part. So it is much easier to install the clients without the need to set the WITH_CLIENT_ONLY environment variable. This simplifies the installation on the client, especiallay for a larger number. I think the best solution is to repro-copy bacula to bacula-server and I than add the new client part bacula-client as a new port. >How-To-Repeat: >Fix: repro-copy ports/sysutils/bacula ports/sysutils/bacula-server >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 18:53:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AE916A4CE; Sun, 28 Nov 2004 18:53:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED81443D2F; Sun, 28 Nov 2004 18:53:41 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIrfca039520; Sun, 28 Nov 2004 18:53:41 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASIrf3Q039516; Sun, 28 Nov 2004 18:53:41 GMT (envelope-from linimon) Date: Sun, 28 Nov 2004 18:53:41 GMT From: Mark Linimon Message-Id: <200411281853.iASIrf3Q039516@freefall.freebsd.org> To: lars+usenet@koellers.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/74481: Request for reprocopy of sysutils/bacula to sysutils/bacula-server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:53:42 -0000 Old Synopsis: Request for reprocopy of sysutils/bacula New Synopsis: Request for reprocopy of sysutils/bacula to sysutils/bacula-server State-Changed-From-To: open->repocopy State-Changed-By: linimon State-Changed-When: Sun Nov 28 18:52:43 GMT 2004 State-Changed-Why: repocopy request over to Joe. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 28 18:52:43 GMT 2004 Responsible-Changed-Why: repocopy request over to Joe. http://www.freebsd.org/cgi/query-pr.cgi?pr=74481 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 19:30:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 501E216A4CE for ; Sun, 28 Nov 2004 19:30:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2763F43D62 for ; Sun, 28 Nov 2004 19:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJUHDH044273 for ; Sun, 28 Nov 2004 19:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASJUHjk044270; Sun, 28 Nov 2004 19:30:17 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 19:30:17 GMT Resent-Message-Id: <200411281930.iASJUHjk044270@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Igor Pokrovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 348C516A4CE for ; Sun, 28 Nov 2004 19:22:56 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA64543D45 for ; Sun, 28 Nov 2004 19:22:55 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84125-101.ip.peterstar.net ([84.204.125.101] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43 (FreeBSD)) id 1CYUd6-0000Lv-A5 for FreeBSD-gnats-submit@freebsd.org; Sun, 28 Nov 2004 20:22:43 +0100 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.1/8.13.1) with ESMTP id iASJMNuC003785 for ; Sun, 28 Nov 2004 22:22:23 +0300 (MSK) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.1/8.13.1/Submit) id iASJMNCi003784; Sun, 28 Nov 2004 22:22:23 +0300 (MSK) (envelope-from igor) Message-Id: <200411281922.iASJMNCi003784@doom.homeunix.org> Date: Sun, 28 Nov 2004 22:22:23 +0300 (MSK) From: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74483: Update port: graphics/xrml fix build on alpha 4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Igor Pokrovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:30:18 -0000 >Number: 74483 >Category: ports >Synopsis: Update port: graphics/xrml fix build on alpha 4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 19:30:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Nov 22 09:16:46 MSK 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386 >Description: 1. Added clean-up for stale object file (caused problems on non-x86 platforms). 2. Some s/xrml/\${PORTNAME}/g changes. >How-To-Repeat: >Fix: --- xrml.diff begins here --- diff -ru /usr/ports/graphics/xrml/Makefile xrml/Makefile --- /usr/ports/graphics/xrml/Makefile Sun Aug 1 21:23:26 2004 +++ xrml/Makefile Sun Nov 28 22:12:44 2004 @@ -54,19 +54,21 @@ pre-build: ${GMAKE} -C ${WRKSRC}/FILTERS link_includes ${GMAKE} -C ${WRKSRC}/XRML link_includes - @${RM} -f ${WRKSRC}/PROGS/vrmldump/deps + ${GMAKE} -C ${WRKSRC}/PROGS/vrmldump clean do-install: - @${MKDIR} ${PREFIX}/include/xrml - ${INSTALL_DATA} ${WRKSRC}/include/*.[hH] ${PREFIX}/include/xrml + @${MKDIR} ${PREFIX}/include/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/include/*.[hH] ${PREFIX}/include/${PORTNAME} .for i in cso mgf nff vrml2_utf8 - @${MKDIR} ${PREFIX}/include/xrml/${i} - ${INSTALL_DATA} ${WRKSRC}/include/${i}/* ${PREFIX}/include/xrml/${i} + @${MKDIR} ${PREFIX}/include/${PORTNAME}/${i} + ${INSTALL_DATA} ${WRKSRC}/include/${i}/* \ + ${PREFIX}/include/${PORTNAME}/${i} .endfor ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/lib/libxrml.so.0.5 ${PREFIX}/lib/libxrml.so.0 - ${LN} -fs libxrml.so.0 ${PREFIX}/lib/libxrml.so + ${INSTALL_PROGRAM} ${WRKSRC}/lib/lib${PORTNAME}.so.0.5 \ + ${PREFIX}/lib/lib${PORTNAME}.so.0 + ${LN} -fs lib${PORTNAME}.so.0 ${PREFIX}/lib/lib${PORTNAME}.so @${STRIP_CMD} ${WRKSRC}/lib/*.a ${INSTALL_DATA} ${WRKSRC}/lib/*.a ${PREFIX}/lib --- xrml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 19:30:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB8B16A4CE for ; Sun, 28 Nov 2004 19:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DBB43D58 for ; Sun, 28 Nov 2004 19:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJUIFb044323 for ; Sun, 28 Nov 2004 19:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASJUILJ044314; Sun, 28 Nov 2004 19:30:18 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 19:30:18 GMT Resent-Message-Id: <200411281930.iASJUILJ044314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A56716A4CE for ; Sun, 28 Nov 2004 19:23:46 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4464843D54 for ; Sun, 28 Nov 2004 19:23:44 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id CD18234FE8 for ; Sun, 28 Nov 2004 20:23:41 +0100 (CET) Message-Id: <1101669826.0@scienide.energyhq.es.eu.org> Date: Sun, 28 Nov 2004 20:23:46 +0100 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/74484: update emulators/hatari to 0.50 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:30:19 -0000 >Number: 74484 >Category: ports >Synopsis: update emulators/hatari to 0.50 >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 Nov 28 19:30:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #0: Thu Nov 25 19:00:55 CET 2004 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE >Description: Update to 0.50 This version has support for RS232 emulation and DIM floppy disk images. The GUI has been improved with two new fonts and a new dialog for creating blank floppy disk images. >How-To-Repeat: >Fix: --- hatari.diff begins here --- diff -ruN hatari.old/Makefile hatari/Makefile --- hatari.old/Makefile Tue Mar 16 10:58:16 2004 +++ hatari/Makefile Sun Nov 28 19:23:59 2004 @@ -6,7 +6,7 @@ # PORTNAME= hatari -PORTVERSION= 0.45 +PORTVERSION= 0.50 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN hatari.old/distinfo hatari/distinfo --- hatari.old/distinfo Tue Mar 16 10:58:16 2004 +++ hatari/distinfo Sun Nov 28 19:24:27 2004 @@ -1,2 +1,2 @@ -MD5 (hatari-0.45.tar.gz) = 945a1b8789deaf2978c81de062ad97d0 -SIZE (hatari-0.45.tar.gz) = 474055 +MD5 (hatari-0.50.tar.gz) = 5573627d2267f8fda60445f28e9247ae +SIZE (hatari-0.50.tar.gz) = 497202 diff -ruN hatari.old/pkg-plist hatari/pkg-plist --- hatari.old/pkg-plist Tue Mar 16 10:58:16 2004 +++ hatari/pkg-plist Sun Nov 28 19:49:09 2004 @@ -1,4 +1,3 @@ bin/hatari -share/hatari/font8.bmp share/hatari/tos.img @dirrm share/hatari --- hatari.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 19:43:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B730916A4CE; Sun, 28 Nov 2004 19:43:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA2043D46; Sun, 28 Nov 2004 19:43:05 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJh5ub046346; Sun, 28 Nov 2004 19:43:05 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASJh5hl046342; Sun, 28 Nov 2004 19:43:05 GMT (envelope-from ceri) Date: Sun, 28 Nov 2004 19:43:05 GMT From: Ceri Davies Message-Id: <200411281943.iASJh5hl046342@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-advocacy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74485: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:43:05 -0000 Synopsis: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. Responsible-Changed-From-To: freebsd-advocacy->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Sun Nov 28 19:42:14 GMT 2004 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=74485 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 20:00:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFBE16A4D0 for ; Sun, 28 Nov 2004 20:00:39 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3E643D49 for ; Sun, 28 Nov 2004 20:00:38 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 32660 invoked by uid 89); 28 Nov 2004 20:03:57 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 28 Nov 2004 20:03:57 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id F40D211846; Sun, 28 Nov 2004 22:00:12 +0200 (EET) Date: Sun, 28 Nov 2004 22:00:11 +0200 From: Ion-Mihai Tetcu To: Ceri Davies Message-ID: <20041128220011.72d6088c@it.buh.tecnik93.com> In-Reply-To: <200411281943.iASJh5hl046342@freefall.freebsd.org> References: <200411281943.iASJh5hl046342@freefall.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-advocacy@FreeBSD.org cc: ceri@FreeBSD.org cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74485: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:00:39 -0000 On Sun, 28 Nov 2004 19:43:05 GMT Ceri Davies wrote: [ .. ] > Responsible-Changed-Why: > Reassign misfiled PR. Sorry and thanks Ceri. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 20:48:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0964416A4CE; Sun, 28 Nov 2004 20:48:18 +0000 (GMT) Received: from integratos.net (mail.integratos.net [80.243.45.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5485443D55; Sun, 28 Nov 2004 20:48:16 +0000 (GMT) (envelope-from tux@pinguru.net) Received: from [80.145.18.107] (account gerrit.beine@pitcom.de HELO [192.168.0.99]) by integratos.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 7021200; Sun, 28 Nov 2004 21:48:14 +0100 Message-ID: <41AA397E.4040200@pinguru.net> Date: Sun, 28 Nov 2004 21:47:58 +0100 From: Gerrit Beine User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200411281840.iASIeJ4G038963@freefall.freebsd.org> In-Reply-To: <200411281840.iASIeJ4G038963@freefall.freebsd.org> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------010508040600040901010508" Subject: Re: ports/74480: New port: java/eclipse-EPIC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:48:18 -0000 This is a multi-part message in MIME format. --------------010508040600040901010508 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/74480'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > Uhps.... There were some problems with the first version of this port. I've made a new one, here it is. So long... Gerrit -- Ich patentiere jetzt das mathematische Prinzip eines Monoids. mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de --------------010508040600040901010508 Content-Type: text/plain; name="eclipse-EPIC.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="eclipse-EPIC.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # eclipse-EPIC/ # eclipse-EPIC/Makefile # eclipse-EPIC/distinfo # eclipse-EPIC/pkg-descr # echo c - eclipse-EPIC/ mkdir -p eclipse-EPIC/ > /dev/null 2>&1 echo x - eclipse-EPIC/Makefile sed 's/^X//' >eclipse-EPIC/Makefile << 'END-of-eclipse-EPIC/Makefile' X# New ports collection makefile for: EPIC X# Date created: 28 Nov 2004 X# Whom: tux@pinguru.net X# X# $FreeBSD:$ X# X XPORTNAME= eclipse-EPIC XPORTVERSION= 0.3.0 XCATEGORIES= java editors devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= e-p-i-c XDISTNAME= ${EPIC}_${PORTVERSION}_20040711 X XMAINTAINER= tux@pinguru.net XCOMMENT= EPIC adds Perl support to the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XUSE_ZIP= yes XWRKSRC= ${WRKDIR}/${EPIC} X XECLIPSE= ${PREFIX}/eclipse XEPIC= org.epic.updatesite XEPICFILES= features/org.epic.feature.main_0.3.0 \ X plugins/org.epic.debug_0.2.0 \ X plugins/org.epic.ext.cbg.editor_0.3.0 \ X plugins/org.epic.perleditor_0.1.2 \ X plugins/org.epic.regexp_0.1.2 X Xpost-extract: X.for file in ${EPICFILES} X cd ${WRKSRC} \ X && ${MKDIR} ${file} \ X && ${UNZIP_CMD} ${file}.jar -d ${file} X.endfor X Xdo-install: X.for file in ${EPICFILES} X cd ${WRKSRC} \ X && ${MKDIR} ${ECLIPSE}/${file} \ X && ${FIND} ${file} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \ X && ${FIND} ${file} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \; X.endfor X Xpost-install: X.for file in ${EPICFILES} X @${FIND} ${WRKSRC}/${file} -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -d ${WRKSRC}/${file} -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X.endfor X X.include END-of-eclipse-EPIC/Makefile echo x - eclipse-EPIC/distinfo sed 's/^X//' >eclipse-EPIC/distinfo << 'END-of-eclipse-EPIC/distinfo' XMD5 (org.epic.updatesite_0.3.0_20040711.zip) = ae5f45738b9d9aed2ba42905aa01a35a XSIZE (org.epic.updatesite_0.3.0_20040711.zip) = 2649757 END-of-eclipse-EPIC/distinfo echo x - eclipse-EPIC/pkg-descr sed 's/^X//' >eclipse-EPIC/pkg-descr << 'END-of-eclipse-EPIC/pkg-descr' XEPIC is an opensource Perl IDE for the Eclipse platform. XFeatures supported are syntax highlighting, on the fly syntax check, Xcontent assist, perldoc support, source formatter, templating support Xand a Perl debugger. XA regular expression plugin and support for the eSpell spellchecker Xare also available. X XWWW: http://e-p-i-c.sourceforge.net/ END-of-eclipse-EPIC/pkg-descr exit --------------010508040600040901010508-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 20:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A4116A4CE for ; Sun, 28 Nov 2004 20:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A0343D58 for ; Sun, 28 Nov 2004 20:50:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKoU1s054384 for ; Sun, 28 Nov 2004 20:50:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASKoTuu054383; Sun, 28 Nov 2004 20:50:29 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 20:50:29 GMT Resent-Message-Id: <200411282050.iASKoTuu054383@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, g.gonter@ieee.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CBC16A4D3 for ; Sun, 28 Nov 2004 20:44:37 +0000 (GMT) Received: from alcoholix.wu-wien.ac.at (alcoholix.wu-wien.ac.at [137.208.3.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFF343D55 for ; Sun, 28 Nov 2004 20:44:36 +0000 (GMT) (envelope-from root@alcoholix.wu-wien.ac.at) Received: from alcoholix.wu-wien.ac.at (localhost.wu-wien.ac.at [127.0.0.1]) iASKtkFw083692; Sun, 28 Nov 2004 21:55:46 +0100 (CET) (envelope-from root@alcoholix.wu-wien.ac.at) Received: (from root@localhost) by alcoholix.wu-wien.ac.at (8.13.1/8.13.1/Submit) id iASKtjh5083691; Sun, 28 Nov 2004 21:55:45 +0100 (CET) (envelope-from root) Message-Id: <200411282055.iASKtjh5083691@alcoholix.wu-wien.ac.at> Date: Sun, 28 Nov 2004 21:55:45 +0100 (CET) From: g.gonter@ieee.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: g.gonter@ieee.org Subject: ports/74486: new revision for ports/audio/xmradio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: g.gonter@ieee.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:50:30 -0000 >Number: 74486 >Category: ports >Synopsis: new revision for ports/audio/xmradio >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 20:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 5.3-RC1 i386 >Organization: WU-Wien >Environment: System: FreeBSD alcoholix.wu-wien.ac.at 5.3-RC1 FreeBSD 5.3-RC1 #0: Sun Oct 17 01:25:37 UTC 2004 root@wv1u.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 FreeBSD 6.0-CURRENT >Description: ia64 port does not work because of missing header, change ONLY_FOR_ARCHS to fix this. Update for WWW site. >How-To-Repeat: >Fix: diff -ruN xmradio.orig/Makefile xmradio/Makefile --- xmradio.orig/Makefile Sat Aug 21 20:09:03 2004 +++ xmradio/Makefile Sun Nov 28 21:37:37 2004 @@ -7,6 +7,7 @@ PORTNAME= xmradio PORTVERSION= 1.2 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://core.de/~coto/radio/ @@ -28,7 +29,7 @@ .if ${OSVERSION} < 500000 ONLY_FOR_ARCHS= i386 .else -ONLY_FOR_ARCHS= alpha i386 ia64 +ONLY_FOR_ARCHS= alpha i386 .endif # diff -ruN xmradio.orig/pkg-descr xmradio/pkg-descr --- xmradio.orig/pkg-descr Mon Apr 2 12:10:46 2001 +++ xmradio/pkg-descr Sun Nov 28 11:18:55 2004 @@ -1,7 +1,7 @@ This is a simple radio application for FM tuners built into some TV cards, such as the Hauppauge Win/TV. -WWW: http://core.de/~coto/xmradio.html +WWW: http://core.de/~coto/projects/xmradio/ - Tom runge@rostock.zgdv.de >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 20:50:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8680616A4CE for ; Sun, 28 Nov 2004 20:50:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E6AA43D1F for ; Sun, 28 Nov 2004 20:50:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKoZG0054416 for ; Sun, 28 Nov 2004 20:50:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASKoZNG054415; Sun, 28 Nov 2004 20:50:35 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 20:50:35 GMT Message-Id: <200411282050.iASKoZNG054415@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Gerrit Beine Subject: Re: ports/74480: New port: java/eclipse-EPIC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerrit Beine List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:50:35 -0000 The following reply was made to PR ports/74480; it has been noted by GNATS. From: Gerrit Beine To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/74480: New port: java/eclipse-EPIC Date: Sun, 28 Nov 2004 21:47:58 +0100 This is a multi-part message in MIME format. --------------010508040600040901010508 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/74480'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > Uhps.... There were some problems with the first version of this port. I've made a new one, here it is. So long... Gerrit -- Ich patentiere jetzt das mathematische Prinzip eines Monoids. mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de --------------010508040600040901010508 Content-Type: text/plain; name="eclipse-EPIC.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="eclipse-EPIC.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # eclipse-EPIC/ # eclipse-EPIC/Makefile # eclipse-EPIC/distinfo # eclipse-EPIC/pkg-descr # echo c - eclipse-EPIC/ mkdir -p eclipse-EPIC/ > /dev/null 2>&1 echo x - eclipse-EPIC/Makefile sed 's/^X//' >eclipse-EPIC/Makefile << 'END-of-eclipse-EPIC/Makefile' X# New ports collection makefile for: EPIC X# Date created: 28 Nov 2004 X# Whom: tux@pinguru.net X# X# $FreeBSD:$ X# X XPORTNAME= eclipse-EPIC XPORTVERSION= 0.3.0 XCATEGORIES= java editors devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= e-p-i-c XDISTNAME= ${EPIC}_${PORTVERSION}_20040711 X XMAINTAINER= tux@pinguru.net XCOMMENT= EPIC adds Perl support to the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XUSE_ZIP= yes XWRKSRC= ${WRKDIR}/${EPIC} X XECLIPSE= ${PREFIX}/eclipse XEPIC= org.epic.updatesite XEPICFILES= features/org.epic.feature.main_0.3.0 \ X plugins/org.epic.debug_0.2.0 \ X plugins/org.epic.ext.cbg.editor_0.3.0 \ X plugins/org.epic.perleditor_0.1.2 \ X plugins/org.epic.regexp_0.1.2 X Xpost-extract: X.for file in ${EPICFILES} X cd ${WRKSRC} \ X && ${MKDIR} ${file} \ X && ${UNZIP_CMD} ${file}.jar -d ${file} X.endfor X Xdo-install: X.for file in ${EPICFILES} X cd ${WRKSRC} \ X && ${MKDIR} ${ECLIPSE}/${file} \ X && ${FIND} ${file} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \ X && ${FIND} ${file} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \; X.endfor X Xpost-install: X.for file in ${EPICFILES} X @${FIND} ${WRKSRC}/${file} -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -d ${WRKSRC}/${file} -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X.endfor X X.include END-of-eclipse-EPIC/Makefile echo x - eclipse-EPIC/distinfo sed 's/^X//' >eclipse-EPIC/distinfo << 'END-of-eclipse-EPIC/distinfo' XMD5 (org.epic.updatesite_0.3.0_20040711.zip) = ae5f45738b9d9aed2ba42905aa01a35a XSIZE (org.epic.updatesite_0.3.0_20040711.zip) = 2649757 END-of-eclipse-EPIC/distinfo echo x - eclipse-EPIC/pkg-descr sed 's/^X//' >eclipse-EPIC/pkg-descr << 'END-of-eclipse-EPIC/pkg-descr' XEPIC is an opensource Perl IDE for the Eclipse platform. XFeatures supported are syntax highlighting, on the fly syntax check, Xcontent assist, perldoc support, source formatter, templating support Xand a Perl debugger. XA regular expression plugin and support for the eSpell spellchecker Xare also available. X XWWW: http://e-p-i-c.sourceforge.net/ END-of-eclipse-EPIC/pkg-descr exit --------------010508040600040901010508-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:01:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3AC16A5D7 for ; Sun, 28 Nov 2004 21:00:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E8143D1D for ; Sun, 28 Nov 2004 21:00:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL0uxO054687 for ; Sun, 28 Nov 2004 21:00:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASL0uFm054680; Sun, 28 Nov 2004 21:00:56 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 21:00:56 GMT Resent-Message-Id: <200411282100.iASL0uFm054680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Arjan van Leeuwen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D9F16A4CE for ; Sun, 28 Nov 2004 20:59:26 +0000 (GMT) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id EA60043D5E for ; Sun, 28 Nov 2004 20:59:24 +0000 (GMT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 32989 invoked from network); 28 Nov 2004 20:59:23 -0000 Received: from unknown (HELO vincent.piwebs.com) (192.168.0.73) by winston.piwebs.com with SMTP; 28 Nov 2004 20:59:23 -0000 Message-Id: <1101675563.0@vincent.piwebs.com> Date: Sun, 28 Nov 2004 21:59:23 +0100 From: "Arjan van Leeuwen" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 Subject: ports/74487: Update www/ImageMagick to 6.1.5-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:01:02 -0000 >Number: 74487 >Category: ports >Synopsis: Update www/ImageMagick to 6.1.5-7 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 21:00:56 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 6.0-CURRENT #0: Sun Nov 28 16:49:32 CET 2004 root@vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT >Description: This patch updates www/ImageMagick to version 6.1.5-7, fixing a security vulnerability in the EXIF code (see http://www.vuxml.org/freebsd/eeb1c128-33e7-11d9-a9e7-0001020eed82.html, thanks Simon Nielsen for the heads up). This version bumps the library version from 6 to 7. A seperate PR will be filed to update all ports that depend on ImageMagick. >How-To-Repeat: >Fix: --- ImageMagick.diff begins here --- diff -urN /usr/ports/graphics/ImageMagick/Makefile ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Fri Aug 27 18:03:19 2004 +++ ImageMagick/Makefile Sun Nov 28 15:36:48 2004 @@ -6,7 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 6.0.6.2 +PORTVERSION= 6.1.5.7 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \ diff -urN /usr/ports/graphics/ImageMagick/distinfo ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Fri Aug 27 18:03:19 2004 +++ ImageMagick/distinfo Sun Nov 28 15:37:22 2004 @@ -1,2 +1,2 @@ -MD5 (ImageMagick-6.0.6-2.tar.bz2) = 1bf12072e87b8e123e5aea645594f0ca -SIZE (ImageMagick-6.0.6-2.tar.bz2) = 5749798 +MD5 (ImageMagick-6.1.5-7.tar.bz2) = fc6c6564ed4a1d81d72e859c2fe84001 +SIZE (ImageMagick-6.1.5-7.tar.bz2) = 4559254 diff -urN /usr/ports/graphics/ImageMagick/pkg-plist ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Sat Aug 21 21:55:25 2004 +++ ImageMagick/pkg-plist Sun Nov 28 20:40:57 2004 @@ -49,7 +49,7 @@ include/magick/draw.h include/magick/effect.h include/magick/enhance.h -include/magick/error.h +include/magick/exception.h include/magick/fx.h include/magick/gem.h include/magick/geometry.h @@ -78,6 +78,7 @@ include/magick/resize.h include/magick/resource_.h include/magick/segment.h +include/magick/semaphore.h include/magick/shear.h include/magick/signature.h include/magick/stream.h @@ -88,20 +89,21 @@ include/magick/type.h include/magick/utility.h include/magick/version.h +include/magick/widget.h include/magick/xwindow.h include/wand/drawing_wand.h include/wand/magick_wand.h include/wand/pixel_iterator.h include/wand/pixel_wand.h -lib/ImageMagick/config/colors.mgk -lib/ImageMagick/config/configure.mgk -lib/ImageMagick/config/delegates.mgk -lib/ImageMagick/config/english.mgk -lib/ImageMagick/config/locale.mgk -lib/ImageMagick/config/type.mgk -lib/ImageMagick/config/type-ghostscript.mgk -lib/ImageMagick/config/type-solaris.mgk -lib/ImageMagick/config/type-windows.mgk +lib/ImageMagick/config/colors.xml +lib/ImageMagick/config/configure.xml +lib/ImageMagick/config/delegates.xml +lib/ImageMagick/config/english.xml +lib/ImageMagick/config/locale.xml +lib/ImageMagick/config/type.xml +lib/ImageMagick/config/type-ghostscript.xml +lib/ImageMagick/config/type-solaris.xml +lib/ImageMagick/config/type-windows.xml lib/ImageMagick/modules-%%QBIT%%/coders/.keep %%MODULES%%lib/ImageMagick/modules-%%QBIT%%/coders/art.la %%MODULES%%lib/ImageMagick/modules-%%QBIT%%/coders/art.so @@ -300,13 +302,13 @@ %%MODULES%%lib/ImageMagick/modules-%%QBIT%%/filters/analyze.so lib/libMagick++.a lib/libMagick++.so -lib/libMagick++.so.6 +lib/libMagick++.so.7 lib/libMagick.a lib/libMagick.so -lib/libMagick.so.6 +lib/libMagick.so.7 lib/libWand.a lib/libWand.so -lib/libWand.so.6 +lib/libWand.so.7 libdata/pkgconfig/ImageMagick++.pc libdata/pkgconfig/ImageMagick.pc libdata/pkgconfig/Wand.pc @@ -315,13 +317,12 @@ %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.bs %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.so %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix -share/ImageMagick/config/coder.mgk -share/ImageMagick/config/log.mgk -share/ImageMagick/config/magic.mgk +share/ImageMagick/config/coder.xml +share/ImageMagick/config/log.xml +share/ImageMagick/config/magic.xml share/ImageMagick-%%PORTVERSION%%/LICENSE -share/ImageMagick-%%PORTVERSION%%/Magick.pdf -share/ImageMagick-%%PORTVERSION%%/NOTICE -share/ImageMagick-%%PORTVERSION%%/QuickStart.txt +share/ImageMagick-%%PORTVERSION%%/ChangeLog +share/ImageMagick-%%PORTVERSION%%/NEWS %%PORTDOCS%%share/doc/ImageMagick/images/ImageMagick.jpg %%PORTDOCS%%share/doc/ImageMagick/images/background.gif %%PORTDOCS%%share/doc/ImageMagick/images/devlib.gif @@ -333,56 +334,6 @@ %%PORTDOCS%%share/doc/ImageMagick/images/magick-icon.png %%PORTDOCS%%share/doc/ImageMagick/images/networkeleven.png %%PORTDOCS%%share/doc/ImageMagick/images/pair.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/bricks.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/checkerboard.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/circles.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/crosshatch.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/crosshatch30.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/crosshatch45.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/fishscales.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray0.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray10.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray100.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray15.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray20.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray25.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray30.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray35.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray40.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray45.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray5.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray50.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray55.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray60.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray65.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray70.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray75.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray80.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray85.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray90.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/gray95.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hexagons.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/horizontal.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/horizontalsaw.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hs_bdiagonal.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hs_cross.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hs_diagcross.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hs_fdiagonal.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hs_horizontal.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/hs_vertical.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/left30.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/left45.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/leftshingle.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/octagons.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/right30.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/right45.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/rightshingle.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/smallfishscales.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/vertical.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/verticalbricks.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/verticalleftshingle.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/verticalrightshingle.png -%%PORTDOCS%%share/doc/ImageMagick/images/patterns/verticalsaw.png %%PORTDOCS%%share/doc/ImageMagick/images/promote.png %%PORTDOCS%%share/doc/ImageMagick/images/right_triangle.png %%PORTDOCS%%share/doc/ImageMagick/images/right_triangle_option.png @@ -444,6 +395,7 @@ %%PORTDOCS%%share/doc/ImageMagick/www/Magick++/thumbnail-sample-framed.jpg %%PORTDOCS%%share/doc/ImageMagick/www/Magick++/thumbnail-sample-plain.jpg %%PORTDOCS%%share/doc/ImageMagick/www/News.html +%%PORTDOCS%%share/doc/ImageMagick/www/Notice.html %%PORTDOCS%%share/doc/ImageMagick/www/QuickStart.html %%PORTDOCS%%share/doc/ImageMagick/www/README.html %%PORTDOCS%%share/doc/ImageMagick/www/animate.html @@ -466,7 +418,7 @@ %%PORTDOCS%%share/doc/ImageMagick/www/api/drawing_wand.html %%PORTDOCS%%share/doc/ImageMagick/www/api/effect.html %%PORTDOCS%%share/doc/ImageMagick/www/api/enhance.html -%%PORTDOCS%%share/doc/ImageMagick/www/api/error.html +%%PORTDOCS%%share/doc/ImageMagick/www/api/exception.html %%PORTDOCS%%share/doc/ImageMagick/www/api/fx.html %%PORTDOCS%%share/doc/ImageMagick/www/api/image.html %%PORTDOCS%%share/doc/ImageMagick/www/api/list.html @@ -524,7 +476,6 @@ %%PORTDOCS%%@dirrm share/doc/ImageMagick/www/api %%PORTDOCS%%@dirrm share/doc/ImageMagick/www/Magick++ %%PORTDOCS%%@dirrm share/doc/ImageMagick/www -%%PORTDOCS%%@dirrm share/doc/ImageMagick/images/patterns %%PORTDOCS%%@dirrm share/doc/ImageMagick/images %%PORTDOCS%%@dirrm share/doc/ImageMagick @dirrm share/ImageMagick-%%PORTVERSION%% --- ImageMagick.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:10:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3BEB16A4CE for ; Sun, 28 Nov 2004 21:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F9243D5F for ; Sun, 28 Nov 2004 21:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLAPc6058907 for ; Sun, 28 Nov 2004 21:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLAPNl058906; Sun, 28 Nov 2004 21:10:25 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 21:10:25 GMT Resent-Message-Id: <200411282110.iASLAPNl058906@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Arjan van Leeuwen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317FA16A4CE for ; Sun, 28 Nov 2004 21:05:00 +0000 (GMT) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id A3DC543D39 for ; Sun, 28 Nov 2004 21:04:59 +0000 (GMT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 33050 invoked from network); 28 Nov 2004 21:04:59 -0000 Received: from unknown (HELO vincent.piwebs.com) (192.168.0.73) by winston.piwebs.com with SMTP; 28 Nov 2004 21:04:59 -0000 Message-Id: <1101675898.0@vincent.piwebs.com> Date: Sun, 28 Nov 2004 22:04:58 +0100 From: "Arjan van Leeuwen" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 Subject: ports/74488: Update ports for new ImageMagick version, bump portrevisions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:10:26 -0000 >Number: 74488 >Category: ports >Synopsis: Update ports for new ImageMagick version, bump portrevisions >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 Nov 28 21:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 6.0-CURRENT #0: Sun Nov 28 16:49:32 CET 2004 root@vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT >Description: The library version of ImageMagick was changed from .6 to .7 in version 6.1.5 (see ports/74487). This patch updates all ports that depend on ImageMagick and bumps their portrevisions, to ensure a smooth update process. graphics/pixieplus, which I maintain myself, is in a seperate PR. >How-To-Repeat: >Fix: --- bump.diff begins here --- --- /usr/ports/./graphics/ale/Makefile Fri Nov 5 19:47:43 2004 +++ ./graphics/ale/Makefile Sun Nov 28 20:56:48 2004 @@ -8,6 +8,7 @@ PORTNAME= ale PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -37,7 +38,7 @@ .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick MAKE_ARGS+= IMAGEMAGICK=1 .endif --- /usr/ports/./graphics/autotrace/Makefile Fri Jul 9 19:42:25 2004 +++ ./graphics/autotrace/Makefile Sun Nov 28 20:57:12 2004 @@ -7,7 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ png.5:${PORTSDIR}/graphics/png \ ming.3:${PORTSDIR}/graphics/ming \ wmf.2:${PORTSDIR}/graphics/libwmf \ - Magick.6:${PORTSDIR}/graphics/ImageMagick \ + Magick.7:${PORTSDIR}/graphics/ImageMagick \ pstoedit.0:${PORTSDIR}/graphics/pstoedit .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 --- /usr/ports/./graphics/kallery/Makefile Sun Sep 19 13:56:18 2004 +++ ./graphics/kallery/Makefile Sun Nov 28 20:57:54 2004 @@ -7,7 +7,7 @@ PORTNAME= kallery PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= http://www.virtualartisans.com/kde/andras/kallery/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MAINTAINER= metrol@metrol.net COMMENT= An image gallery generator for KDE -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick BROKEN= Checksum mismatch --- /usr/ports/./graphics/lphoto/Makefile Mon Nov 8 16:35:56 2004 +++ ./graphics/lphoto/Makefile Sun Nov 28 20:58:30 2004 @@ -7,15 +7,16 @@ PORTNAME= lphoto PORTVERSION= 1.0.26 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ +MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ DISTNAME= ${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1 MAINTAINER= ahze@FreeBSD.org COMMENT= A complete desktop solution for digital photo management BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde --- /usr/ports/./graphics/opendx/Makefile Sun Sep 19 13:56:18 2004 +++ ./graphics/opendx/Makefile Sun Nov 28 20:58:56 2004 @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ --- /usr/ports/./graphics/pecl-imagick/Makefile Mon Jul 19 17:26:30 2004 +++ ./graphics/pecl-imagick/Makefile Sun Nov 28 20:59:19 2004 @@ -7,6 +7,7 @@ PORTNAME= imagick PORTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= graphics pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= A PECL extension to manipulate images -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick USE_PHP= yes USE_PHPEXT= yes --- /usr/ports/./graphics/ruby-rmagick/Makefile Fri Jul 2 10:21:08 2004 +++ ./graphics/ruby-rmagick/Makefile Sun Nov 28 21:00:29 2004 @@ -7,6 +7,7 @@ PORTNAME= rmagick PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://rubyforge.org/frs/download.php/550/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby binding for ImageMagick -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick BROKEN= "Does not compile" --- /usr/ports/./graphics/k3d/Makefile Wed Oct 20 13:59:47 2004 +++ ./graphics/k3d/Makefile Sun Nov 28 20:57:33 2004 @@ -8,7 +8,7 @@ PORTNAME= k3d PORTVERSION= 0.4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ freetype.9:${PORTSDIR}/print/freetype2 \ tiff.4:${PORTSDIR}/graphics/tiff \ - Magick++.6:${PORTSDIR}/graphics/ImageMagick \ + Magick++.7:${PORTSDIR}/graphics/ImageMagick \ netpbm.1:${PORTSDIR}/graphics/netpbm \ Half.2:${PORTSDIR}/graphics/OpenEXR \ gts.3:${PORTSDIR}/graphics/gts --- /usr/ports/./graphics/pstoedit/Makefile Fri Jul 9 19:42:29 2004 +++ ./graphics/pstoedit/Makefile Sun Nov 28 21:00:04 2004 @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -16,7 +16,7 @@ USE_GHOSTSCRIPT= yes -LIB_DEPENDS= Magick++.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick++.7:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils \ EMF.1:${PORTSDIR}/graphics/libemf --- /usr/ports/./lang/q/Makefile Sat Jun 19 11:33:19 2004 +++ ./lang/q/Makefile Sun Nov 28 21:00:55 2004 @@ -7,7 +7,7 @@ PORTNAME= q PORTVERSION= 4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= q-lang @@ -16,7 +16,7 @@ COMMENT= Q -- equational programming language BUILD_DEPENDS= ${LOCALBASE}/dx/lib_freebsd/libDXL.a:${PORTSDIR}/graphics/opendx -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ freetype.9:${PORTSDIR}/print/freetype2 \ gdbm.3:${PORTSDIR}/databases/gdbm \ gii.0:${PORTSDIR}/devel/libgii \ --- /usr/ports/./multimedia/dvdauthor/Makefile Thu Jul 22 21:22:17 2004 +++ ./multimedia/dvdauthor/Makefile Sun Nov 28 21:01:40 2004 @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.10 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,7 +36,7 @@ .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagick.so.6) +.if exists(${LOCALBASE}/lib/libMagick.so.7) WITH_IMAGEMAGICK= yes .endif @@ -49,7 +50,7 @@ USE_ICONV= yes .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif --- /usr/ports/./multimedia/kino/Makefile Mon Nov 8 16:36:14 2004 +++ ./multimedia/kino/Makefile Sun Nov 28 21:01:58 2004 @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://kino.schirmacher.de/filemanager/download/42/ \ http://perso.enst.fr/~beyssac/mirrors/ @@ -17,7 +17,7 @@ COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - Magick.6:${PORTSDIR}/graphics/ImageMagick \ + Magick.7:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate USE_GETTEXT= yes --- /usr/ports/./multimedia/transcode/Makefile Sun Nov 28 15:33:16 2004 +++ ./multimedia/transcode/Makefile Sun Nov 28 21:02:30 2004 @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 0.6.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/ @@ -122,7 +122,7 @@ .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else CONFIGURE_ARGS+= --with-magick-mods=no --- /usr/ports/./net/gift/Makefile Tue Oct 19 17:32:11 2004 +++ ./net/gift/Makefile Sun Nov 28 21:02:56 2004 @@ -7,6 +7,7 @@ PORTNAME= giFT PORTVERSION= 0.11.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -16,7 +17,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - Magick.6:${PORTSDIR}/graphics/ImageMagick + Magick.7:${PORTSDIR}/graphics/ImageMagick .if defined(WITH_LIBMAGIC) BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file --- /usr/ports/./textproc/htmltolatex/Makefile Mon Jul 26 14:13:47 2004 +++ ./textproc/htmltolatex/Makefile Sun Nov 28 21:03:16 2004 @@ -8,7 +8,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes USE_GMAKE= yes --- /usr/ports/./www/WebMagick/Makefile Sun Nov 28 15:33:42 2004 +++ ./www/WebMagick/Makefile Sun Nov 28 21:03:42 2004 @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p3 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,7 +17,7 @@ MAINTAINER= ache@freebsd.org COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick USE_PERL5= yes GNU_CONFIGURE= yes --- bump.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:10:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4588116A4CE for ; Sun, 28 Nov 2004 21:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BDB43D2D for ; Sun, 28 Nov 2004 21:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLAPYF058937 for ; Sun, 28 Nov 2004 21:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLAPXf058932; Sun, 28 Nov 2004 21:10:25 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 21:10:25 GMT Resent-Message-Id: <200411282110.iASLAPXf058932@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Arjan van Leeuwen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A311516A4CE for ; Sun, 28 Nov 2004 21:06:28 +0000 (GMT) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 8ED8F43D1D for ; Sun, 28 Nov 2004 21:06:27 +0000 (GMT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 33059 invoked from network); 28 Nov 2004 21:06:26 -0000 Received: from unknown (HELO vincent.piwebs.com) (192.168.0.73) by winston.piwebs.com with SMTP; 28 Nov 2004 21:06:26 -0000 Message-Id: <1101675986.0@vincent.piwebs.com> Date: Sun, 28 Nov 2004 22:06:26 +0100 From: "Arjan van Leeuwen" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 Subject: ports/74489: Fix graphics/pixieplus with new ImageMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:10:26 -0000 >Number: 74489 >Category: ports >Synopsis: Fix graphics/pixieplus with new ImageMagick >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 Nov 28 21:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 6.0-CURRENT #0: Sun Nov 28 16:49:32 CET 2004 root@vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT >Description: This patch updates graphics/pixieplus to fix compilation against the new ImageMagick version (see ports/74487). >How-To-Repeat: >Fix: --- pixieplus.diff begins here --- diff -urN /usr/ports/graphics/pixieplus/Makefile pixieplus/Makefile --- /usr/ports/graphics/pixieplus/Makefile Sun Jul 11 23:44:43 2004 +++ pixieplus/Makefile Sun Nov 28 21:46:40 2004 @@ -7,13 +7,14 @@ PORTNAME= pixieplus PORTVERSION= 0.5.4.1 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= A free, fast, and feature packed image browser and viewer for KDE -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes @@ -28,5 +29,10 @@ .if ${OSVERSION} < 500000 BROKEN= "Does not compile on 4.x" .endif + +post-patch: + @${CP} ${FILESDIR}/blob_private.h ${WRKSRC}/app/ + @${CP} ${FILESDIR}/exception_private.h ${WRKSRC}/app/ + @${CP} ${FILESDIR}/image_private.h ${WRKSRC}/app/ .include diff -urN /usr/ports/graphics/pixieplus/files/blob_private.h pixieplus/files/blob_private.h --- /usr/ports/graphics/pixieplus/files/blob_private.h Thu Jan 1 01:00:00 1970 +++ pixieplus/files/blob_private.h Sun Nov 28 21:33:36 2004 @@ -0,0 +1,102 @@ +/* + Copyright 1999-2004 ImageMagick Studio LLC, a non-profit organization + dedicated to making software imaging solutions freely available. + + You may not use this file except in compliance with the License. + obtain a copy of the License at + + http://www.imagemagick.org/www/Copyright.html + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ImageMagick Binary Large OBjects private methods. +*/ +#ifndef _MAGICK_BLOB_PRIVATE_H +#define _MAGICK_BLOB_PRIVATE_H + +#if defined(__cplusplus) || defined(c_plusplus) +extern "C" { +#endif + +#include "magick/image.h" +#include "magick/stream.h" + +#if !defined(MagickMaxBufferSize) +#define MagickMaxBufferSize 0x3c005UL +#endif + +typedef enum +{ + UndefinedBlobMode, + ReadBlobMode, + ReadBinaryBlobMode, + WriteBlobMode, + WriteBinaryBlobMode, + IOBinaryBlobMode +} BlobMode; + +typedef int + *(*BlobFifo)(const Image *,const void *,const size_t); + +typedef struct _BlobInfo + BlobInfo; + +extern MagickExport BlobInfo + *CloneBlobInfo(const BlobInfo *), + *ReferenceBlob(BlobInfo *); + +extern MagickExport char + *ReadBlobString(Image *,char *); + +extern MagickExport int + EOFBlob(const Image *), + ReadBlobByte(Image *), + SyncBlob(Image *); + +extern MagickExport MagickBooleanType + OpenBlob(const ImageInfo *,Image *,const BlobMode,ExceptionInfo *), + UnmapBlob(void *,const size_t); + +extern MagickExport MagickOffsetType + SeekBlob(Image *,const MagickOffsetType,const int), + TellBlob(const Image *image); + +extern MagickExport ssize_t + ReadBlob(Image *,const size_t,unsigned char *), + WriteBlob(Image *,const size_t,const unsigned char *), + WriteBlobByte(Image *,const unsigned char), + WriteBlobLSBLong(Image *,const unsigned long), + WriteBlobLSBShort(Image *,const unsigned short), + WriteBlobMSBLong(Image *,const unsigned long), + WriteBlobMSBShort(Image *,const unsigned short), + WriteBlobString(Image *,const char *); + +extern MagickExport unsigned char + *DetachBlob(BlobInfo *), + *ImageToBlob(const ImageInfo *,Image *,size_t *,ExceptionInfo *), + *MapBlob(int,const MapMode,const MagickOffsetType,const size_t); + +extern MagickExport unsigned long + ReadBlobLSBLong(Image *), + ReadBlobMSBLong(Image *); + +extern MagickExport unsigned short + ReadBlobLSBShort(Image *), + ReadBlobMSBShort(Image *); + +extern MagickExport void + AttachBlob(BlobInfo *,const void *,const size_t), + CloseBlob(Image *), + GetBlobInfo(BlobInfo *), + MSBOrderLong(unsigned char *,const size_t), + MSBOrderShort(unsigned char *,const size_t); + +#if defined(__cplusplus) || defined(c_plusplus) +} +#endif + +#endif diff -urN /usr/ports/graphics/pixieplus/files/exception_private.h pixieplus/files/exception_private.h --- /usr/ports/graphics/pixieplus/files/exception_private.h Thu Jan 1 01:00:00 1970 +++ pixieplus/files/exception_private.h Sun Nov 28 21:36:37 2004 @@ -0,0 +1,92 @@ +/* + Copyright 1999-2004 ImageMagick Studio LLC, a non-profit organization + dedicated to making software imaging solutions freely available. + + You may not use this file except in compliance with the License. + obtain a copy of the License at + + http://www.imagemagick.org/www/Copyright.html + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ImageMagick private exception methods. +*/ +#ifndef _MAGICK_EXCEPTION_PRIVATE_H +#define _MAGICK_EXCEPTION_PRIVATE_H + +#if defined(__cplusplus) || defined(c_plusplus) +extern "C" { +#endif + +#include "magick/log.h" + +#define ThrowBinaryException(severity,tag,context) \ +{ \ + if (image != (Image *) NULL) \ + (void) ThrowMagickException(&image->exception,GetMagickModule(),severity, \ + tag,context); \ + return(MagickFalse); \ +} +#define ThrowFileException(exception,severity,tag,context) \ + (void) ThrowMagickException(exception,GetMagickModule(),severity,tag, \ + context,strerror(errno)); +#define ThrowImageException(severity,tag) \ +{ \ + (void) ThrowMagickException(exception,GetMagickModule(),severity,tag, \ + image->filename); \ + return((Image *) NULL); \ +} +#define ThrowMagickFatalException(severity,tag,context) \ +{ \ + ExceptionInfo \ + exception; \ + \ + GetExceptionInfo(&exception); \ + (void) ThrowMagickException(&exception,GetMagickModule(),severity,tag, \ + context); \ + CatchException(&exception); \ + DestroyExceptionInfo(&exception); \ +} +#define ThrowReaderException(severity,tag) \ +{ \ + (void) ThrowMagickException(exception,GetMagickModule(),severity,tag, \ + image_info->filename); \ + if ((image) != (Image *) NULL) \ + { \ + CloseBlob(image); \ + DestroyImageList(image); \ + } \ + return((Image *) NULL); \ +} +#define ThrowWriterException(severity,tag) \ +{ \ + assert(image != (Image *) NULL); \ + (void) ThrowMagickException(&image->exception,GetMagickModule(),severity, \ + tag,image->filename); \ + if (image_info->adjoin != MagickFalse) \ + while (image->previous != (Image *) NULL) \ + image=image->previous; \ + CloseBlob(image); \ + return(MagickFalse); \ +} +#define ThrowXWindowException(severity,tag,context) \ +{ \ + ExceptionInfo \ + exception; \ + \ + GetExceptionInfo(&exception); \ + (void) ThrowMagickException(&exception,GetMagickModule(),severity,tag, \ + context); \ + CatchException(&exception); \ + DestroyExceptionInfo(&exception); \ +} + +#if defined(__cplusplus) || defined(c_plusplus) +} +#endif + +#endif diff -urN /usr/ports/graphics/pixieplus/files/image_private.h pixieplus/files/image_private.h --- /usr/ports/graphics/pixieplus/files/image_private.h Thu Jan 1 01:00:00 1970 +++ pixieplus/files/image_private.h Sun Nov 28 21:35:24 2004 @@ -0,0 +1,47 @@ +/* + Copyright 1999-2004 ImageMagick Studio LLC, a non-profit organization + dedicated to making software imaging solutions freely available. + + You may not use this file except in compliance with the License. + obtain a copy of the License at + + http://www.imagemagick.org/www/Copyright.html + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ImageMagick private image methods. +*/ +#ifndef _MAGICK_IMAGE_PRIVATE_H +#define _MAGICK_IMAGE_PRIVATE_H + +#if defined(__cplusplus) || defined(c_plusplus) +extern "C" { +#endif + +extern MagickExport const char + *BackgroundColor, + *BorderColor, + *DefaultTileFrame, + *DefaultTileGeometry, + *DefaultTileLabel, + *ForegroundColor, + *MatteColor, + *LoadImageTag, + *LoadImagesTag, + *PSDensityGeometry, + *PSPageGeometry, + *SaveImageTag, + *SaveImagesTag; + +extern MagickExport const unsigned long + UndefinedCompressionQuality; + +#if defined(__cplusplus) || defined(c_plusplus) +} +#endif + +#endif diff -urN /usr/ports/graphics/pixieplus/files/patch-app_compressedgif.cpp pixieplus/files/patch-app_compressedgif.cpp --- /usr/ports/graphics/pixieplus/files/patch-app_compressedgif.cpp Thu Jan 1 01:00:00 1970 +++ pixieplus/files/patch-app_compressedgif.cpp Sun Nov 28 21:42:52 2004 @@ -0,0 +1,13 @@ +--- app/compressedgif.cpp.orig Sat May 22 16:02:26 2004 ++++ app/compressedgif.cpp Sun Nov 28 21:37:00 2004 +@@ -9,6 +9,10 @@ + #include + #include + ++#include "blob_private.h" ++#include "image_private.h" ++#include "exception_private.h" ++ + #ifndef False + #define False 0 + #endif --- pixieplus.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:10:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5148816A4CE for ; Sun, 28 Nov 2004 21:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2951843D31 for ; Sun, 28 Nov 2004 21:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLATFX058947 for ; Sun, 28 Nov 2004 21:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLASIx058946; Sun, 28 Nov 2004 21:10:28 GMT (envelope-from gnats) Date: Sun, 28 Nov 2004 21:10:28 GMT Message-Id: <200411282110.iASLASIx058946@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Arjan van Leeuwen" Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Arjan van Leeuwen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:10:29 -0000 The following reply was made to PR ports/74487; it has been noted by GNATS. From: "Arjan van Leeuwen" To: freebsd-gnats-submit@freebsd.org, avleeuwen@piwebs.com Cc: Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 Date: Sun, 28 Nov 2004 22:07:30 +0100 I meant graphics/ImageMagick of course, d'oh! Arjan From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C5D16A4CF for ; Sun, 28 Nov 2004 21:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1EA43D5D for ; Sun, 28 Nov 2004 21:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLKQwh059175 for ; Sun, 28 Nov 2004 21:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLKQKc059174; Sun, 28 Nov 2004 21:20:26 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 21:20:26 GMT Resent-Message-Id: <200411282120.iASLKQKc059174@freefall.freebsd.org> 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 Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFCD16A4CE for ; Sun, 28 Nov 2004 21:16:34 +0000 (GMT) Received: from wilma.widomaker.com (pm1.ric-29.lft.widomaker.com [209.96.189.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A99643D54 for ; Sun, 28 Nov 2004 21:16:32 +0000 (GMT) (envelope-from jason@wilma.widomaker.com) Received: from wilma.widomaker.com (localhost [127.0.0.1]) by wilma.widomaker.com (8.13.1/8.12.10) with ESMTP id iASLGSXf036581; Sun, 28 Nov 2004 16:16:29 -0500 (EST) Received: (from jason@localhost) by wilma.widomaker.com (8.13.1/8.13.1/Submit) id iASLGPTr036580; Sun, 28 Nov 2004 16:16:25 -0500 (EST) (envelope-from jason) Message-Id: <200411282116.iASLGPTr036580@wilma.widomaker.com> Date: Sun, 28 Nov 2004 16:16:25 -0500 (EST) From: Jason Harris To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jason Harris Subject: ports/74490: ports/www/cadaver - fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Harris List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:20:26 -0000 >Number: 74490 >Category: ports >Synopsis: ports/www/cadaver - fix fetch >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: Sun Nov 28 21:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: mirror distfile since main site is currently down, pet portlint, etc. >How-To-Repeat: apply patch below >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/cadaver/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 7 Nov 2004 15:03:21 -0000 1.30 +++ Makefile 28 Nov 2004 21:10:15 -0000 @@ -8,13 +8,18 @@ PORTNAME= cadaver PORTVERSION= 0.22.2 CATEGORIES= www -MASTER_SITES= http://www.webdav.org/cadaver/ +MASTER_SITES= http://www.webdav.org/cadaver/ \ + http://keyserver.kjsl.com/~jharris/distfiles/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Commandline client for DAV LIB_DEPENDS= neon:${PORTSDIR}/www/neon +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -24,7 +29,7 @@ MAN1= cadaver.1 PLIST_FILES= bin/cadaver -# Neither expat nor libneon are needed at all, but the configure +# Neither expat nor libneon are needed at all, but the configure # script breaks if it can not find the Makefile* in them. Exclude # them to be sure, a stray .h is not included instead of what's # found under PREFIX (installed by the neon port): Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/cadaver/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 7 Nov 2004 15:03:21 -0000 1.11 +++ distinfo 28 Nov 2004 21:10:15 -0000 @@ -1,2 +1,3 @@ MD5 (cadaver-0.22.2.tar.gz) = 167cca2089bdb86c42b6d5f0187cdc16 SIZE (cadaver-0.22.2.tar.gz) = 441975 +MD5 (cadaver-0.22.2.tar.gz.asc) = 47c2bba61fa5100615d3a105384a5d6e cvs server: Diffing files -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqj+NSypIl9OdoOMRArUxAJwOIVi0O6bgz8C1SZpbn5c28FJgFgCgr5Zl tsjB2cB1cvLDkwiA2NENjP0= =KEZX -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B3616A4CE for ; Sun, 28 Nov 2004 21:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FA943D5C for ; Sun, 28 Nov 2004 21:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLKQXV059221 for ; Sun, 28 Nov 2004 21:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLKQrJ059218; Sun, 28 Nov 2004 21:20:26 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 21:20:26 GMT Resent-Message-Id: <200411282120.iASLKQrJ059218@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Burkert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E78FC16A4CE for ; Sun, 28 Nov 2004 21:20:07 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D216243D5A for ; Sun, 28 Nov 2004 21:20:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLK71S084302 for ; Sun, 28 Nov 2004 21:20:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iASLK7Xn084301; Sun, 28 Nov 2004 21:20:07 GMT (envelope-from nobody) Message-Id: <200411282120.iASLK7Xn084301@www.freebsd.org> Date: Sun, 28 Nov 2004 21:20:07 GMT From: Chris Burkert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74491: sparc64 build problem -> temporary disable the port for sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:20:27 -0000 >Number: 74491 >Category: ports >Synopsis: sparc64 build problem -> temporary disable the port for sparc64 >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 Nov 28 21:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Chris Burkert >Release: FreeBSD 5.3-RELEASE-p1 >Organization: private >Environment: FreeBSD banias 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #1: Wed Nov 24 22:56:50 CET 2004 chbu@banias:/usr/src/sys/i386/compile/BANIAS-5.3 i386 >Description: Kris Kennaway told me that lang/squeak does not build on sparc64. Disable the port with "ONLY_FOR_ARCHS=i386" temporary untill the problem has been fixed by the developers. >How-To-Repeat: Build lang/squeak on a sparc64 system. >Fix: I'm waiting for a fix from the developers. For now apply this diff to the Makefile: diff -Nur 1/Makefile 2/Makefile --- 1/Makefile Mon Nov 8 22:04:12 2004 +++ 2/Makefile Sun Nov 28 23:19:01 2004 @@ -8,7 +8,7 @@ ################################################## PORTNAME= squeak PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang VMVERSION= 3.6-3 IMAGEVERSION= 3.6 @@ -34,7 +34,7 @@ COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows. ################################################## -ONLY_FOR_ARCHS= i386 sparc64 +ONLY_FOR_ARCHS= i386 MAN1= inisqueak.1 squeak.1 USE_GMAKE= yes USE_REINPLACE= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:26:59 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E0B16A4CE; Sun, 28 Nov 2004 21:26:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0AF43D31; Sun, 28 Nov 2004 21:26:59 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLQxlE059427; Sun, 28 Nov 2004 21:26:59 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLQwEa059423; Sun, 28 Nov 2004 21:26:58 GMT (envelope-from clement) Date: Sun, 28 Nov 2004 21:26:58 GMT From: Clement Laforet Message-Id: <200411282126.iASLQwEa059423@freefall.freebsd.org> To: marcus@corp.grupos.com.br, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71545: Update net/py-soappy to 0.11.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:26:59 -0000 Synopsis: Update net/py-soappy to 0.11.5 State-Changed-From-To: open->closed State-Changed-By: clement State-Changed-When: Sun Nov 28 21:26:40 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=71545 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:46:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27ED316A4CE; Sun, 28 Nov 2004 21:46:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFCC43D31; Sun, 28 Nov 2004 21:46:28 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLkS5f062778; Sun, 28 Nov 2004 21:46:28 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLkSuW062774; Sun, 28 Nov 2004 21:46:28 GMT (envelope-from arved) Date: Sun, 28 Nov 2004 21:46:28 GMT From: Tilman Linneweh Message-Id: <200411282146.iASLkSuW062774@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/74486: new revision for ports/audio/xmradio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:46:29 -0000 Synopsis: new revision for ports/audio/xmradio Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: arved Responsible-Changed-When: Sun Nov 28 21:46:17 GMT 2004 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=74486 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 21:50:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC0616A4CF for ; Sun, 28 Nov 2004 21:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B7F43D3F for ; Sun, 28 Nov 2004 21:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLoTct062912 for ; Sun, 28 Nov 2004 21:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASLoTj3062911; Sun, 28 Nov 2004 21:50:29 GMT (envelope-from gnats) Resent-Date: Sun, 28 Nov 2004 21:50:29 GMT Resent-Message-Id: <200411282150.iASLoTj3062911@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4BE16A4CE; Sun, 28 Nov 2004 21:45:23 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE5F43D3F; Sun, 28 Nov 2004 21:45:23 +0000 (GMT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id 75A8245039; Sun, 28 Nov 2004 13:45:18 -0800 (PST) Message-Id: <20041128214518.75A8245039@q.closedsrc.org> Date: Sun, 28 Nov 2004 13:45:18 -0800 (PST) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/74492: NEW PORT: security/base - BASE 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:50:30 -0000 >Number: 74492 >Category: ports >Synopsis: NEW PORT: security/base - BASE 1.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 21:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 5.2.1-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #3: Thu Oct 14 23:10:30 PDT 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: I noticed that there is a "fork" of ACID announced on snort.org called BASE which includes some new features. I used security/acid as a basis for this port and included a patch against it. I'm still getting a hang of creating ports, so please be gentle :) >How-To-Repeat: >Fix: --- base-1.0.diff begins here --- diff -ruN /usr/ports/security/acid/Makefile base/Makefile --- /usr/ports/security/acid/Makefile Thu Jun 3 11:04:18 2004 +++ base/Makefile Sun Nov 28 13:38:12 2004 @@ -5,13 +5,13 @@ # $FreeBSD: ports/security/acid/Makefile,v 1.17 2004/05/25 00:01:44 pav Exp $ # -PORTNAME= acid -PORTVERSION= 0.9.6b23 +PORTNAME= base +PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://www.andrew.cmu.edu/user/rdanyliw/snort/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MAINTAINER= possamai@xs4all.nl -COMMENT= Analysis Console for Intrusion Databases (ACID) with Snort and MySQL +MAINTAINER= question+fbsdports@closedsrc.org +COMMENT= Basic Analysis and Security Engine, based on ACID, for analyzing SNORT alerts RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb @@ -21,17 +21,10 @@ NO_BUILD= yes do-install: - @${MKDIR} ${PREFIX}/www/acid -.for ext in html php sql css inc - @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/acid -.endfor -.ifndef(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/README.mssql ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/www/acid -.endif + @${MKDIR} ${PREFIX}/www/base + @${CP} -R ${WRKSRC}/* ${PREFIX}/www/base/ + @${RM} ${PREFIX}/www/base/base_conf.php.dist.orig + @${MV} ${PREFIX}/www/base/base_conf.php.dist ${PREFIX}/www/base/base_conf.php post-install: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} diff -ruN /usr/ports/security/acid/README.html base/README.html --- /usr/ports/security/acid/README.html Sat Jan 10 18:00:37 2004 +++ base/README.html Wed Dec 31 16:00:00 1969 @@ -1,43 +0,0 @@ - - - - - The FreeBSD Ports Collection (security/acid) - - - -

The FreeBSD Ports Collection (security/acid)

-
- -

You are now in the directory for the port "security/acid".

- -

The package name of this port is "acid-0.9.6b23".

- -

This is the one-line description for this port:

-
- -

-Analysis Console for Intrusion Databases (ACID) with Snort and MySQL -

-
- -

Please read the "description file" for a - longer description and/or visit the web site for futher informations.

- -

If needed, you may contact the maintainer of this port or the port mailing-list.

- -

- -

This port requires package(s) "adodb-3.60_1 apache-1.3.29_1 expat-1.95.6_1 mod_php4-4.3.4_2,1 mysql-client-3.23.58 mysql-client-4.0.16 mysql-server-3.23.58 p5-DBI-137-1.37 p5-Data-ShowTable-3.3 p5-Mysql-modules-1.2219 perl-5.6.1_15 snort-2.0.5" to run.

- -

Go to the top of the ports tree for - a summary on how to use the ports collection.

-
- -

Go up one level | Go to top of ports tree

- - - diff -ruN /usr/ports/security/acid/distinfo base/distinfo --- /usr/ports/security/acid/distinfo Mon Feb 23 19:44:16 2004 +++ base/distinfo Sun Nov 28 13:12:20 2004 @@ -1,2 +1,2 @@ -MD5 (acid-0.9.6b23.tar.gz) = d8c49614393fa05ac140de349f57e438 -SIZE (acid-0.9.6b23.tar.gz) = 116728 +MD5 (base-1.0.tar.gz) = ee1cd5f730879d3d15dfd4d6434667be +SIZE (base-1.0.tar.gz) = 247642 diff -ruN /usr/ports/security/acid/files/patch-aa base/files/patch-aa --- /usr/ports/security/acid/files/patch-aa Fri Aug 30 20:17:23 2002 +++ base/files/patch-aa Sun Nov 28 13:19:08 2004 @@ -1,6 +1,6 @@ ---- acid_conf.php Mon Mar 4 00:02:44 2002 -+++ /usr/local/www/acid/acid_conf.php Wed Apr 10 00:22:38 2002 -@@ -9,7 +9,7 @@ +--- base_conf.php.dist.orig Sun Nov 28 13:18:30 2004 ++++ base_conf.php.dist Sun Nov 28 13:18:43 2004 +@@ -46,7 +46,7 @@ * $foo = "c:\tmp" [OK] * $foo = "c:\tmp\" [WRONG] */ diff -ruN /usr/ports/security/acid/pkg-descr base/pkg-descr --- /usr/ports/security/acid/pkg-descr Mon Sep 25 19:58:04 2000 +++ base/pkg-descr Sun Nov 28 13:40:23 2004 @@ -1,6 +1,6 @@ -ACID is a PHP-based analysis engine to search and process a database of -security incidents generated by the NDIS Snort. The features currently -include: +BASE is a PHP-based analysis engine based on ACID to search and process a +database of security incidents generated by the NDIS Snort. The features +currently include: - Search interface for finding alerts matching practically any criteria. This includes arrival time, signature time, source/dest address/port, @@ -15,4 +15,4 @@ - All features are provided in real-time -WWW: http://www.cert.org/kb/acid/ +WWW: http://base.secureideas.net/ diff -ruN /usr/ports/security/acid/pkg-message base/pkg-message --- /usr/ports/security/acid/pkg-message Mon Feb 23 19:44:16 2004 +++ base/pkg-message Sun Nov 28 13:37:01 2004 @@ -1,8 +1,8 @@ ************************************************************ Please read the README file located at: -%%PREFIX%%/www/acid/README +%%PREFIX%%/www/base/docs/README -for how to configure %%PREFIX%%/www/acid/acid_conf.php after +for how to configure %%PREFIX%%/www/base/base_conf.php after installation. ************************************************************ diff -ruN /usr/ports/security/acid/pkg-plist base/pkg-plist --- /usr/ports/security/acid/pkg-plist Wed Feb 26 00:28:54 2003 +++ base/pkg-plist Sun Nov 28 13:38:25 2004 @@ -1,58 +1,114 @@ -www/acid/CHANGELOG -www/acid/CREDITS -www/acid/README -www/acid/README.mssql -www/acid/TODO -www/acid/acid_action.inc -www/acid/acid_ag_common.php -www/acid/acid_ag_main.php -www/acid/acid_app_faq.php -www/acid/acid_cache.inc -www/acid/acid_common.php -www/acid/acid_conf.php -www/acid/acid_constants.inc -www/acid/acid_db.inc -www/acid/acid_db_common.php -www/acid/acid_db_setup.php -www/acid/acid_footer.html -www/acid/acid_graph_common.php -www/acid/acid_graph_display.php -www/acid/acid_graph_form.php -www/acid/acid_graph_main.php -www/acid/acid_hdr1.html -www/acid/acid_hdr2.html -www/acid/acid_include.inc -www/acid/acid_log_error.inc -www/acid/acid_log_timing.inc -www/acid/acid_main.php -www/acid/acid_maintenance.php -www/acid/acid_net.inc -www/acid/acid_output_html.inc -www/acid/acid_output_query.inc -www/acid/acid_qry_alert.php -www/acid/acid_qry_common.php -www/acid/acid_qry_form.php -www/acid/acid_qry_main.php -www/acid/acid_qry_sqlcalls.php -www/acid/acid_signature.inc -www/acid/acid_stat_alerts.php -www/acid/acid_stat_class.php -www/acid/acid_stat_common.php -www/acid/acid_stat_ipaddr.php -www/acid/acid_stat_iplink.php -www/acid/acid_stat_ports.php -www/acid/acid_stat_sensor.php -www/acid/acid_stat_time.php -www/acid/acid_stat_uaddr.php -www/acid/acid_state_citems.inc -www/acid/acid_state_common.inc -www/acid/acid_state_criteria.inc -www/acid/acid_state_query.inc -www/acid/acid_style.css -www/acid/create_acid_tbls_mssql.sql -www/acid/create_acid_tbls_mssql_extra.sql -www/acid/create_acid_tbls_mysql.sql -www/acid/create_acid_tbls_pgsql.sql -www/acid/create_acid_tbls_pgsql_extra.sql -www/acid/index.html -@dirrm www/acid +www/base/base_ag_common.php +www/base/base_ag_main.php +www/base/base_common.php +www/base/base_db_common.php +www/base/base_db_setup.php +www/base/base_denied.php +www/base/base_footer.php +www/base/base_graph_common.php +www/base/base_graph_display.php +www/base/base_graph_form.php +www/base/base_graph_main.php +www/base/base_hdr1.php +www/base/base_hdr2.php +www/base/base_main.php +www/base/base_maintenance.php +www/base/base_qry_alert.php +www/base/base_qry_common.php +www/base/base_user.php +www/base/base_qry_form.php +www/base/base_qry_main.php +www/base/base_qry_sqlcalls.php +www/base/base_stat_alerts.php +www/base/base_stat_class.php +www/base/base_stat_common.php +www/base/base_stat_ipaddr.php +www/base/base_stat_iplink.php +www/base/base_stat_ports.php +www/base/base_stat_sensor.php +www/base/base_stat_time.php +www/base/base_stat_uaddr.php +www/base/index.php +www/base/docs/README +www/base/docs/CHANGELOG +www/base/docs/CREDITS +www/base/docs/GPL +www/base/docs/README.mssql +www/base/docs/TODO +www/base/docs/UPGRADE +www/base/images/button_edit.png +www/base/images/button_delete.png +www/base/images/greencheck.gif +www/base/images/redcheck.gif +www/base/images/button_exclamation.png +www/base/images/greencheck.png +www/base/help/base_app_faq.php +www/base/help/base_help.php +www/base/help/base_setup_help.php +www/base/styles/base_style.css +www/base/includes/base_action.inc.php +www/base/includes/base_cache.inc.php +www/base/includes/base_capabilities.php +www/base/includes/base_constants.inc.php +www/base/includes/base_db.inc.php +www/base/includes/base_include.inc.php +www/base/includes/base_log_error.inc.php +www/base/includes/base_log_timing.inc.php +www/base/includes/base_net.inc.php +www/base/includes/base_output_html.inc.php +www/base/includes/base_output_query.inc.php +www/base/includes/base_signature.inc.php +www/base/includes/base_state_citems.inc.php +www/base/includes/base_state_common.inc.php +www/base/includes/class.ezpdf.php +www/base/includes/base_state_criteria.inc.php +www/base/includes/base_state_query.inc.php +www/base/includes/base_auth.inc.php +www/base/includes/base_template.php +www/base/includes/class.pdf.php +www/base/includes/base_user.inc.php +www/base/includes/base_setup.inc.php +www/base/setup/setup3.php +www/base/setup/setup1.php +www/base/setup/setup2.php +www/base/setup/index.php +www/base/setup/setup4.php +www/base/setup/setup5.php +www/base/setup/base_conf_contents.php +www/base/languages/danish.lang.php +www/base/languages/english.lang.php +www/base/languages/japanese.lang.php +www/base/languages/french.lang.php +www/base/languages/russian.lang.php +www/base/languages/norwegian.lang.php +www/base/languages/german.lang.php +www/base/languages/swedish.lang.php +www/base/languages/portuguese.lang.php +www/base/languages/spanish.lang.php +www/base/languages/italian.lang.php +www/base/languages/index.php +www/base/sql/acid2base_tbls_pgsql.sql +www/base/sql/create_base_tbls_mssql_extra.sql +www/base/sql/create_base_tbls_mysql.sql +www/base/sql/create_base_tbls_pgsql.sql +www/base/sql/create_base_tbls_pgsql_extra.sql +www/base/sql/acid2base_tbls_mysql.sql +www/base/sql/acid2base_tbls_mssql.sql +www/base/sql/upgrade_0.9.x_to_1.0-mysql.sql +www/base/sql/create_base_tbls_mssql.sql +www/base/admin/index.php +www/base/admin/base_useradmin.php +www/base/admin/base_roleadmin.php +www/base/base_conf.php +@dirrm www/base/docs +@dirrm www/base/images +@dirrm www/base/help +@dirrm www/base/styles +@dirrm www/base/includes/templates/default +@dirrm www/base/includes/templates +@dirrm www/base/includes +@dirrm www/base/setup +@dirrm www/base/languages +@dirrm www/base/sql +@dirrm www/base/admin +@dirrm www/base --- base-1.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 22:17:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0A016A4CE; Sun, 28 Nov 2004 22:17:12 +0000 (GMT) Received: from lambda.foldr.org (lambda.foldr.org [69.55.238.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FC743D1F; Sun, 28 Nov 2004 22:17:12 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from [10.0.0.253] ([212.117.85.206]) (authenticated bits=0) by lambda.foldr.org (8.13.1/8.13.1) with ESMTP id iASMH5cn075653 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 28 Nov 2004 23:17:08 +0100 (CET) (envelope-from vs@FreeBSD.org) In-Reply-To: <20041126165327.GO545@numachi.com> References: <200411150942.iAF9gWKn063312@freefall.freebsd.org> <20041126014756.GN545@numachi.com> <20041126165327.GO545@numachi.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Volker Stolz Date: Fri, 26 Nov 2004 18:16:06 +0100 To: Brian Reichert X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/533/Sun Oct 17 03:09:44 2004 clamav-milter version 0.80j on lambda.foldr.org X-Virus-Status: Clean cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/72693: port of ddd 3.1.9 current fails for build docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:17:12 -0000 On 26.11.2004, at 17:53, Brian Reichert wrote: > If I use 'portupgrade --new --package ddd', the port fails during > the build. > > If I then go to the work directory, in my case > /usr/var/tmp/annex/build/ports/devel/ddd/work/ddd-3.3.9/ddd/work > and type 'make clean && make', make does succeed in the build. > Did you ever try cd /usr/ports/devel/ddd && make or did you only use 'portupgrade'? Please note that when push comes to shove, portupgrade is a 3rd-party-tool and has nothing to do with the "ports infrastructure". If it works with plain make but not portupgrade, we should involve knu@... -- http://lambda.foldr.org/~vs/ From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 28 22:36:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C1B16A4CE; Sun, 28 Nov 2004 22:36:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DCAB43D4C; Sun, 28 Nov 2004 22:36:18 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iASMaIqq069527; Sun, 28 Nov 2004 22:36:18 GMT (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iASMaIM9069523; Sun, 28 Nov 2004 22:36:18 GMT (envelope-from perky) Date: Sun, 28 Nov 2004 22:36:18 GMT From: Hye-Shik Chang Message-Id: <200411282236.iASMaIM9069523@freefall.freebsd.org> To: jharris@widomaker.com, perky@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74490: ports/www/cadaver - fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:36:18 -0000 Synopsis: ports/www/cadaver - fix fetch State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Sun Nov 28 22:36:02 GMT 2004 State-Changed-Why: Port updated. Thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=74490 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 00:01:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4E316A4CE; Mon, 29 Nov 2004 00:01:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CC843D3F; Mon, 29 Nov 2004 00:01:04 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT014LG077409; Mon, 29 Nov 2004 00:01:04 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT01469077405; Mon, 29 Nov 2004 00:01:04 GMT (envelope-from ceri) Date: Mon, 29 Nov 2004 00:01:04 GMT From: Ceri Davies Message-Id: <200411290001.iAT01469077405@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74493: Update port: net/arping Low level "ping" utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:01:05 -0000 Synopsis: Update port: net/arping Low level "ping" utility Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Sun Nov 28 23:59:45 GMT 2004 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=74493 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 00:20:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59AA416A4CE for ; Mon, 29 Nov 2004 00:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3550343D5C for ; Mon, 29 Nov 2004 00:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0KRGv082038 for ; Mon, 29 Nov 2004 00:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT0KR4O082037; Mon, 29 Nov 2004 00:20:27 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 00:20:27 GMT Resent-Message-Id: <200411290020.iAT0KR4O082037@freefall.freebsd.org> 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 Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4E916A4CE for ; Mon, 29 Nov 2004 00:18:35 +0000 (GMT) Received: from wilma.widomaker.com (pm1.ric-01.lft.widomaker.com [209.96.189.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A9B643D55 for ; Mon, 29 Nov 2004 00:18:33 +0000 (GMT) (envelope-from jason@wilma.widomaker.com) Received: from wilma.widomaker.com (localhost [127.0.0.1]) by wilma.widomaker.com (8.13.1/8.12.10) with ESMTP id iAT0IV0H039846; Sun, 28 Nov 2004 19:18:31 -0500 (EST) Received: (from jason@localhost) by wilma.widomaker.com (8.13.1/8.13.1/Submit) id iAT0IU0S039845; Sun, 28 Nov 2004 19:18:30 -0500 (EST) (envelope-from jason) Message-Id: <200411290018.iAT0IU0S039845@wilma.widomaker.com> Date: Sun, 28 Nov 2004 19:18:30 -0500 (EST) From: Jason Harris To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jason Harris Subject: ports/74494: ports/www/neon - add a mirror, fetch PGP signature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Harris List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:20:27 -0000 >Number: 74494 >Category: ports >Synopsis: ports/www/neon - add a mirror, fetch PGP signature >Confidential: no >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 Nov 29 00:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 4.3-RELEASE i386 >Organization: none here >Environment: System: FreeBSD 4.3-RELEASE i386 >Description: add a mirror while www.webdav.org is down, fetch PGP signature (Some links for the 'bots:) http://keyserver.kjsl.com/~jharris/distfiles/neon-0.24.7.tar.gz.asc http://keyserver.kjsl.com/~jharris/distfiles/neon-0.24.7.tar.gz >How-To-Repeat: apply patch below >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/neon/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 28 Jul 2004 17:41:40 -0000 1.31 +++ Makefile 29 Nov 2004 00:07:19 -0000 @@ -8,13 +8,18 @@ PORTNAME= neon PORTVERSION= 0.24.7 CATEGORIES= www -MASTER_SITES= http://www.webdav.org/neon/ +MASTER_SITES= http://www.webdav.org/neon/ \ + http://keyserver.kjsl.com/~jharris/distfiles/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lev@FreeBSD.org COMMENT= An HTTP and WebDAV client library for Unix systems LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc INSTALLS_SHLIB= yes .ifndef WITHOUT_OPENSSL Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/neon/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 28 Jul 2004 17:41:40 -0000 1.22 +++ distinfo 29 Nov 2004 00:07:20 -0000 @@ -1,2 +1,3 @@ MD5 (neon-0.24.7.tar.gz) = 5108bcbe41de4afe2e19cc58500fb9f2 SIZE (neon-0.24.7.tar.gz) = 603592 +MD5 (neon-0.24.7.tar.gz.asc) = edcbc4755e9c52092b1bbeeceb0b771c cvs server: Diffing files -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqmqHSypIl9OdoOMRAtrKAJ9OHBOqyNHXYWQCACqic4ODs0WlmACfR5zX jpxKkSdL5kX/+UI2xGnY9Xs= =j6k2 -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 00:29:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D51A16A4CE; Mon, 29 Nov 2004 00:29:07 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A4243D49; Mon, 29 Nov 2004 00:29:06 +0000 (GMT) (envelope-from question+fbsdports@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id 2C6A745037; Sun, 28 Nov 2004 16:29:01 -0800 (PST) Date: Sun, 28 Nov 2004 16:29:00 -0800 From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20041129002900.GG24728@q.internal.closedsrc.org> References: <20041128214518.75A8245039@q.closedsrc.org> <200411282150.iASLoToB062902@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RYJh/3oyKhIjGcML" Content-Disposition: inline In-Reply-To: <200411282150.iASLoToB062902@freefall.freebsd.org> Organization: closedsrc.org Mail-Copies-To: poster X-PGP-Key: http://closedsrc.org/~question/pubkey.asc User-Agent: Mutt/1.5.6i cc: Linh Pham Subject: Re: ports/74492: NEW PORT: security/base - BASE 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:29:07 -0000 --RYJh/3oyKhIjGcML Content-Type: multipart/mixed; boundary="S1BNGpv0yoYahz37" Content-Disposition: inline --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004-11-28 21:50 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: # >Category: ports # >Responsible: freebsd-ports-bugs # >Synopsis: NEW PORT: security/base - BASE 1.0 # >Arrival-Date: Sun Nov 28 21:50:29 GMT 2004 I forgot to add MASTER_SITE_SUBDIR in the patched Makefile for the port. I have attached an updated patch against security/acid which includes the MASTER_SITE_SUBDIR entry. --=20 Linh Pham question+fbsdports@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="base-1.0_Makefile.diff" Content-Transfer-Encoding: quoted-printable --- /usr/ports/security/acid/Makefile Thu Jun 3 11:04:18 2004 +++ Makefile Sun Nov 28 16:25:55 2004 @@ -5,13 +5,14 @@ # $FreeBSD: ports/security/acid/Makefile,v 1.17 2004/05/25 00:01:44 pav Ex= p $ # =20 -PORTNAME=3D acid -PORTVERSION=3D 0.9.6b23 +PORTNAME=3D base +PORTVERSION=3D 1.0 CATEGORIES=3D security -MASTER_SITES=3D http://www.andrew.cmu.edu/user/rdanyliw/snort/ +MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=3D secureideas =20 -MAINTAINER=3D possamai@xs4all.nl -COMMENT=3D Analysis Console for Intrusion Databases (ACID) with Snort and = MySQL +MAINTAINER=3D question+fbsdports@closedsrc.org +COMMENT=3D Basic Analysis and Security Engine, based on ACID, for analyzin= g SNORT alerts =20 RUN_DEPENDS=3D ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb @@ -21,17 +22,10 @@ NO_BUILD=3D yes =20 do-install: - @${MKDIR} ${PREFIX}/www/acid -.for ext in html php sql css inc - @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/acid -.endfor -.ifndef(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/README.mssql ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/www/acid -.endif + @${MKDIR} ${PREFIX}/www/base + @${CP} -R ${WRKSRC}/* ${PREFIX}/www/base/ + @${RM} ${PREFIX}/www/base/base_conf.php.dist.orig + @${MV} ${PREFIX}/www/base/base_conf.php.dist ${PREFIX}/www/base/base_conf= =2Ephp =20 post-install: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} --S1BNGpv0yoYahz37-- --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqm1MwhofDeWkDMIRAiKJAKCICVsFzz8QL9RwF6KTfk2Mn9glnACeORsV dgucc/CXL8psuSdk8h/80+I= =RGDO -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 00:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE2D16A4CE for ; Mon, 29 Nov 2004 00:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E419F43D2F for ; Mon, 29 Nov 2004 00:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0USxq082396 for ; Mon, 29 Nov 2004 00:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT0UScp082394; Mon, 29 Nov 2004 00:30:28 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 00:30:28 GMT Message-Id: <200411290030.iAT0UScp082394@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Linh Pham Subject: Re: ports/74492: NEW PORT: security/base - BASE 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:30:29 -0000 The following reply was made to PR ports/74492; it has been noted by GNATS. From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Linh Pham Subject: Re: ports/74492: NEW PORT: security/base - BASE 1.0 Date: Sun, 28 Nov 2004 16:29:00 -0800 --RYJh/3oyKhIjGcML Content-Type: multipart/mixed; boundary="S1BNGpv0yoYahz37" Content-Disposition: inline --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004-11-28 21:50 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: # >Category: ports # >Responsible: freebsd-ports-bugs # >Synopsis: NEW PORT: security/base - BASE 1.0 # >Arrival-Date: Sun Nov 28 21:50:29 GMT 2004 I forgot to add MASTER_SITE_SUBDIR in the patched Makefile for the port. I have attached an updated patch against security/acid which includes the MASTER_SITE_SUBDIR entry. --=20 Linh Pham question+fbsdports@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="base-1.0_Makefile.diff" Content-Transfer-Encoding: quoted-printable --- /usr/ports/security/acid/Makefile Thu Jun 3 11:04:18 2004 +++ Makefile Sun Nov 28 16:25:55 2004 @@ -5,13 +5,14 @@ # $FreeBSD: ports/security/acid/Makefile,v 1.17 2004/05/25 00:01:44 pav Ex= p $ # =20 -PORTNAME=3D acid -PORTVERSION=3D 0.9.6b23 +PORTNAME=3D base +PORTVERSION=3D 1.0 CATEGORIES=3D security -MASTER_SITES=3D http://www.andrew.cmu.edu/user/rdanyliw/snort/ +MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=3D secureideas =20 -MAINTAINER=3D possamai@xs4all.nl -COMMENT=3D Analysis Console for Intrusion Databases (ACID) with Snort and = MySQL +MAINTAINER=3D question+fbsdports@closedsrc.org +COMMENT=3D Basic Analysis and Security Engine, based on ACID, for analyzin= g SNORT alerts =20 RUN_DEPENDS=3D ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb @@ -21,17 +22,10 @@ NO_BUILD=3D yes =20 do-install: - @${MKDIR} ${PREFIX}/www/acid -.for ext in html php sql css inc - @${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/acid -.endfor -.ifndef(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/README.mssql ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/www/acid - @${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/www/acid -.endif + @${MKDIR} ${PREFIX}/www/base + @${CP} -R ${WRKSRC}/* ${PREFIX}/www/base/ + @${RM} ${PREFIX}/www/base/base_conf.php.dist.orig + @${MV} ${PREFIX}/www/base/base_conf.php.dist ${PREFIX}/www/base/base_conf= =2Ephp =20 post-install: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} --S1BNGpv0yoYahz37-- --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqm1MwhofDeWkDMIRAiKJAKCICVsFzz8QL9RwF6KTfk2Mn9glnACeORsV dgucc/CXL8psuSdk8h/80+I= =RGDO -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 01:22:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F1E16A4CE; Mon, 29 Nov 2004 01:22:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE8343D46; Mon, 29 Nov 2004 01:22:39 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1MdkR089437; Mon, 29 Nov 2004 01:22:39 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT1Md9h089433; Mon, 29 Nov 2004 01:22:39 GMT (envelope-from hq) Date: Mon, 29 Nov 2004 01:22:39 GMT From: Herve Quiroz Message-Id: <200411290122.iAT1Md9h089433@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hq@FreeBSD.org Subject: Re: ports/74491: lang/squeak: sparc64 build problem -> temporary disable the port for sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:22:39 -0000 Old Synopsis: sparc64 build problem -> temporary disable the port for sparc64 New Synopsis: lang/squeak: sparc64 build problem -> temporary disable the port for sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->hq Responsible-Changed-By: hq Responsible-Changed-When: Mon Nov 29 01:20:41 GMT 2004 Responsible-Changed-Why: I'll handle this. BTW, please indicate the name of the port the PR is addressing in the synopsis. http://www.freebsd.org/cgi/query-pr.cgi?pr=74491 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 06:40:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E5316A4CE for ; Mon, 29 Nov 2004 06:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBE443D58 for ; Mon, 29 Nov 2004 06:40:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT6eZv7073177 for ; Mon, 29 Nov 2004 06:40:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT6eZjW073176; Mon, 29 Nov 2004 06:40:35 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 06:40:35 GMT Message-Id: <200411290640.iAT6eZjW073176@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Greg Lewis Subject: Re: ports/74470: x11/mrxvt new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg Lewis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:40:35 -0000 The following reply was made to PR ports/74470; it has been noted by GNATS. From: Greg Lewis To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/74470: x11/mrxvt new port Date: Sun, 28 Nov 2004 23:33:44 -0700 This should be done as a repo-copy from x11/multi-aterm, as it supersedes that port (as noted in the submission). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 09:00:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7719416A4CE for ; Mon, 29 Nov 2004 09:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4212643D5F for ; Mon, 29 Nov 2004 09:00:51 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT90pMI088317 for ; Mon, 29 Nov 2004 09:00:51 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT90pPF088316; Mon, 29 Nov 2004 09:00:51 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 09:00:51 GMT Resent-Message-Id: <200411290900.iAT90pPF088316@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Demin Alexander Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC2216A4CE for ; Mon, 29 Nov 2004 08:51:44 +0000 (GMT) Received: from support.spectrum.ru (support.spectrum.ru [62.205.172.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851E243D31 for ; Mon, 29 Nov 2004 08:51:43 +0000 (GMT) (envelope-from oldman@support.spectrum.ru) Received: from localhost.support.spectrum.ru (localhost.support.spectrum.ru [127.0.0.1]) by support.spectrum.ru (8.13.1/8.13.1) with ESMTP id iAT8pdtw080356 for ; Mon, 29 Nov 2004 11:51:39 +0300 (MSK) (envelope-from oldman@support.spectrum.ru) Received: (from root@localhost) by support.spectrum.ru (8.13.1/8.13.1/Submit) id iAT8pd7L080355; Mon, 29 Nov 2004 11:51:39 +0300 (MSK) (envelope-from oldman) Message-Id: <200411290851.iAT8pd7L080355@support.spectrum.ru> Date: Mon, 29 Nov 2004 11:51:39 +0300 (MSK) From: Demin Alexander To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74501: security/drweb-sendmail - MASTER_SITES url fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Demin Alexander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:00:51 -0000 >Number: 74501 >Category: ports >Synopsis: security/drweb-sendmail - MASTER_SITES url fix >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 Nov 29 09:00:50 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Demin Alexander >Release: FreeBSD 5.3-BETA7 i386 >Organization: Spectrum >Environment: System: FreeBSD support.spectrum.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #7: Fri Oct 15 13:34:56 MSD 2004 root@support.spectrum.ru:/usr/obj/usr/src/sys/MYGENERIC i386 >Description: >How-To-Repeat: >Fix: --- fix_drweb-sendmail_master_sites begins here --- --- security/drweb-sendmail/Makefile.old Mon Nov 29 11:32:08 2004 +++ security/drweb-sendmail/Makefile Mon Nov 29 11:37:23 2004 @@ -8,7 +8,8 @@ PORTNAME= drweb-sendmail PORTVERSION= 4.32.1 CATEGORIES= security mail -MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/Clients/ +MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/FreeBSD/49/ \ + ftp://ftp.drweb.ru/pub/unix/FreeBSD/53/ MAINTAINER= support@spectrum.ru COMMENT= Sendmail message filter for virus processing through DrWeb daemon --- fix_drweb-sendmail_master_sites ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 09:30:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEC416A4E6 for ; Mon, 29 Nov 2004 09:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629E543D49 for ; Mon, 29 Nov 2004 09:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9UQSW094214 for ; Mon, 29 Nov 2004 09:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT9UQop094213; Mon, 29 Nov 2004 09:30:26 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 09:30:26 GMT Resent-Message-Id: <200411290930.iAT9UQop094213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1076316A4CE for ; Mon, 29 Nov 2004 09:22:42 +0000 (GMT) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (82-168-140-74-bbxl.xdsl.tiscali.nl [82.168.140.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81DC43D46 for ; Mon, 29 Nov 2004 09:22:40 +0000 (GMT) (envelope-from r.c.ladan@student.tue.nl) Received: from 82-168-140-74-bbxl.xdsl.tiscali.nl (localhost [127.0.0.1]) iAT9O8p4059725 for ; Mon, 29 Nov 2004 10:24:09 +0100 (CET) (envelope-from r.c.ladan@student.tue.nl) Received: (from rene@localhost)iAT9O8Nt059724; Mon, 29 Nov 2004 10:24:08 +0100 (CET) (envelope-from r.c.ladan@student.tue.nl) Message-Id: <200411290924.iAT9O8Nt059724@82-168-140-74-bbxl.xdsl.tiscali.nl> Date: Mon, 29 Nov 2004 10:24:08 +0100 (CET) From: Rene Ladan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74502: mark BROKEN on amd64 and ia64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rene Ladan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:30:26 -0000 >Number: 74502 >Category: ports >Synopsis: mark BROKEN on amd64 and ia64 >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: Mon Nov 29 09:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 82-168-140-74-bbxl.xdsl.tiscali.nl 5.3-STABLE FreeBSD 5.3-STABLE #4: Mon Nov 29 00:27:43 CET 2004 root@82-168-140-74-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE i386 >Description: A bug in OCaml prevents Coq to compile on the ia64 and also the amd64 platform. See also http://coq.inria.fr/bin/coq-bugs/not a coq bug?id=661;user=guest;selectid=661 http://coq.inria.fr/bin/coq-bugs/not a coq bug?id=827;user=guest;selectid=827 http://caml.inria.fr/bin/caml-bugs/fixed?id=2518;user=guest;selectid=2518 >How-To-Repeat: Mark port as BROKEN until Ocaml is fixed. >Fix: diff -ruN --exclude=CVS /usr/ports/math/coq.orig/Makefile /usr/ports/math/coq/Makefile --- /usr/ports/math/coq.orig/Makefile Mon Nov 29 10:04:53 2004 +++ /usr/ports/math/coq/Makefile Mon Nov 29 10:09:35 2004 @@ -32,6 +32,10 @@ .include +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "OCaml bug prevents compilation" +.endif + .if exists(${LOCALBASE}/bin/lablgtk2) BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 RUN_DEPENDS+= ${BUILD_DEPENDS} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 09:34:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2460A16A4CE; Mon, 29 Nov 2004 09:34:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F3343D58; Mon, 29 Nov 2004 09:34:37 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9YbUj096523; Mon, 29 Nov 2004 09:34:37 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT9YbXJ096519; Mon, 29 Nov 2004 10:34:37 +0100 (CET) (envelope-from tobez) Date: Mon, 29 Nov 2004 10:34:37 +0100 (CET) From: Anton Berezin Message-Id: <200411290934.iAT9YbXJ096519@freefall.freebsd.org> To: r.c.ladan@student.tue.nl, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74502: mark BROKEN on amd64 and ia64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:34:38 -0000 Synopsis: mark BROKEN on amd64 and ia64 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Mon Nov 29 10:34:27 CET 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74502 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 09:40:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61F216A4CF for ; Mon, 29 Nov 2004 09:40:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B040343D4C for ; Mon, 29 Nov 2004 09:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9eIb8098457 for ; Mon, 29 Nov 2004 09:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAT9eIv6098456; Mon, 29 Nov 2004 09:40:18 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 09:40:18 GMT Message-Id: <200411290940.iAT9eIv6098456@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Radim Kolar Subject: Re: ports/71345: [NEW PORT] dns/sqldjbdns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Radim Kolar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:40:19 -0000 The following reply was made to PR ports/71345; it has been noted by GNATS. From: Radim Kolar To: FreeBSD BUG followup Cc: Subject: Re: ports/71345: [NEW PORT] dns/sqldjbdns Date: Thu, 25 Nov 2004 14:32:14 +0100 update following fields: MAINTAINER -> ports@freebsd.org MASTER_SITES -> http://home.tiscali.cz/~cz210552/distfiles/ From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 09:58:57 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3399F16A4CE for ; Mon, 29 Nov 2004 09:58:57 +0000 (GMT) Received: from magellan.ite.net.br (magellan.ite.net.br [200.142.224.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1707843D54 for ; Mon, 29 Nov 2004 09:58:56 +0000 (GMT) (envelope-from fimu@waymail.com.br) Received: from columbia.ite.eti.br (columbia.ite.net.br [200.142.224.15]) by magellan.ite.net.br (8.12.10/8.12.10) with ESMTP id iAT9x30Z001418 for ; Mon, 29 Nov 2004 07:59:03 -0200 Received: from [200.150.28.168] ([200.150.28.168]) (authenticated bits=0) by columbia.ite.eti.br (8.12.10/8.12.10) with ESMTP id iAT9wmTf019977 for ; Mon, 29 Nov 2004 07:58:53 -0200 Message-ID: <41AAF2C9.80204@waymail.com.br> Date: Mon, 29 Nov 2004 07:58:33 -0200 From: Marco Tulio User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: jdk14 port error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:58:57 -0000 I just updated ports and I got the following error trying to make java/jdk14: -- [fimu@eclipse][/usr/ports/java/jdk14] make printf: missing format character ===> jdk-1.4.2p6_6 is*** Error code 1 Stop in /usr/ports/java/jdk14. -- All the people I have asked got the same results. Any ideas to fix it? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 10:30:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332D216A4CE for ; Mon, 29 Nov 2004 10:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10FA743D54 for ; Mon, 29 Nov 2004 10:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATAUUhj004389 for ; Mon, 29 Nov 2004 10:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATAUUpY004388; Mon, 29 Nov 2004 10:30:30 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 10:30:30 GMT Resent-Message-Id: <200411291030.iATAUUpY004388@freefall.freebsd.org> 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 Skvortsov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63BD116A4CE for ; Mon, 29 Nov 2004 10:30:24 +0000 (GMT) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4CF43D39 for ; Mon, 29 Nov 2004 10:30:23 +0000 (GMT) (envelope-from godegisel@3wgraphics.com) Received: from godegisel by mail.3wgraphics.com with local (Exim 4.43 (FreeBSD)) id 1CXgHh-0009j0-Sz for FreeBSD-gnats-submit@freebsd.org; Fri, 26 Nov 2004 16:37:13 +0300 Message-Id: Date: Fri, 26 Nov 2004 16:37:13 +0300 From: Sergey Skvortsov Sender: Sergey Skvortsov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74505: Update port: devel/p5-File-Spec to 0.90 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Skvortsov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:30:31 -0000 >Number: 74505 >Category: ports >Synopsis: Update port: devel/p5-File-Spec to 0.90 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 10:30:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: Update port: devel/p5-File-Spec to 0.90 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Spec/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 7 Oct 2003 10:20:09 -0000 1.12 +++ Makefile 26 Nov 2004 13:34:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-Spec -PORTVERSION= 0.86 +PORTVERSION= 0.90 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Spec/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 31 Mar 2004 03:07:13 -0000 1.6 +++ distinfo 26 Nov 2004 13:33:07 -0000 @@ -1,2 +1,2 @@ -MD5 (File-Spec-0.86.tar.gz) = 281a4f82d39daba6374890d07c20bfa6 -SIZE (File-Spec-0.86.tar.gz) = 31548 +MD5 (File-Spec-0.90.tar.gz) = 7b8d2c4db438ded45f78f79ee7562909 +SIZE (File-Spec-0.90.tar.gz) = 33064 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Spec/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 25 Apr 2002 10:47:38 -0000 1.3 +++ pkg-descr 26 Nov 2004 13:32:49 -0000 @@ -1,9 +1,7 @@ -This module is designed to support operations commonly -performed on file specifications (usually called "file -names", but not to be confused with the contents of a -file, or Perl's file handles), such as concatenating -several directory and file names into a single path, or -determining whether a path is rooted. It is based on code -directly taken from MakeMaker 5.17, code written by -Andreas Koenig, Andy Dougherty, Charles Bailey, Ilya -Zakharevich, Paul Schinder, and others. +This module is designed to support operations commonly performed on file +specifications (usually called "file names", but not to be confused with +the contents of a file, or Perl's file handles), such as concatenating +several directory and file names into a single path, or determining +whether a path is rooted. + +WWW: http://search.cpan.org/dist/File-Spec/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 10:52:10 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9743B16A4CE; Mon, 29 Nov 2004 10:52:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70C1F43D48; Mon, 29 Nov 2004 10:52:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATAqAcJ006718; Mon, 29 Nov 2004 10:52:10 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATAq9eX006714; Mon, 29 Nov 2004 10:52:09 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 10:52:09 GMT From: Volker Stolz Message-Id: <200411291052.iATAq9eX006714@freefall.freebsd.org> To: dryice@liu.com.cn, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74451: [maintainer update]games/emacs-chess: add dependency to fix build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:52:10 -0000 Synopsis: [maintainer update]games/emacs-chess: add dependency to fix build error State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Mon Nov 29 10:51:56 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74451 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 11:17:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BD516A4CE; Mon, 29 Nov 2004 11:17:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9148143D2F; Mon, 29 Nov 2004 11:17:28 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBHS0h016443; Mon, 29 Nov 2004 11:17:28 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATBHS70016439; Mon, 29 Nov 2004 11:17:28 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 11:17:28 GMT From: Volker Stolz Message-Id: <200411291117.iATBHS70016439@freefall.freebsd.org> To: afabian@austin.rr.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74220: ghostscript-afpl missing a dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:17:28 -0000 Synopsis: ghostscript-afpl missing a dependency State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Mon Nov 29 11:14:26 GMT 2004 State-Changed-Why: There's already a WITH_SVGALIB-switch in there. Unluckily, the current build-infrastructure offers no way to change the dependencies based on the user's selection. http://www.freebsd.org/cgi/query-pr.cgi?pr=74220 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 11:30:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8121916A4CF for ; Mon, 29 Nov 2004 11:30:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F8C343D62 for ; Mon, 29 Nov 2004 11:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBUFrl019154 for ; Mon, 29 Nov 2004 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATBUFMK019151; Mon, 29 Nov 2004 11:30:15 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 11:30:15 GMT Resent-Message-Id: <200411291130.iATBUFMK019151@freefall.freebsd.org> 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 Maltsev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F8EB16A4CF; Mon, 29 Nov 2004 11:24:09 +0000 (GMT) Received: from sergio.nexcom.ru (sergio.nexcom.ru [81.17.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C51543D55; Mon, 29 Nov 2004 11:24:08 +0000 (GMT) (envelope-from sergio@sergio.nexcom.ru) Received: from sergio.nexcom.ru (localhost [127.0.0.1]) by sergio.nexcom.ru (8.12.11/8.12.11) with ESMTP id iATBOrkK004160; Mon, 29 Nov 2004 16:24:53 +0500 (YEKT) (envelope-from sergio@sergio.nexcom.ru) Received: (from sergio@localhost) by sergio.nexcom.ru (8.12.11/8.12.11/Submit) id iATBOqHF004159; Mon, 29 Nov 2004 16:24:52 +0500 (YEKT) (envelope-from sergio) Message-Id: <200411291124.iATBOqHF004159@sergio.nexcom.ru> Date: Mon, 29 Nov 2004 16:24:52 +0500 (YEKT) From: Sergey Maltsev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dinoex@FreeBSD.org Subject: ports/74507: Translation bug in licq daemon version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Maltsev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:30:16 -0000 >Number: 74507 >Category: ports >Synopsis: Translation bug in licq daemon version 1.3.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 11:30:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Maltsev >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: OOO Company Tron >Environment: System: FreeBSD sergio.nexcom.ru 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: Thu Oct 7 21:00:45 YEKST 2004 root@sergio.nexcom.ru:/usr/obj/usr/src/sys/SERGIO i386 >Description: If configuration parameter Translation isn't 'none', then when you receive some packets their content is translated twise (from some charset to another one) and gets unreadable. >How-To-Repeat: Set Translation parameter in licq.conf to RUSSIAN_WIN. Start Licq. Set charsets to KOI8-R. Login and go into Online mode. Then talk with someone via direct messages. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 11:40:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D21016A4CE for ; Mon, 29 Nov 2004 11:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6038B43D54 for ; Mon, 29 Nov 2004 11:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBeO34021018 for ; Mon, 29 Nov 2004 11:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATBeOnx021017; Mon, 29 Nov 2004 11:40:24 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 11:40:24 GMT Resent-Message-Id: <200411291140.iATBeOnx021017@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467B616A4CE; Mon, 29 Nov 2004 11:38:30 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B3343D54; Mon, 29 Nov 2004 11:38:29 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 3C7503BDB2; Mon, 29 Nov 2004 09:38:29 -0200 (BRST) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id 5C57120A77; Mon, 29 Nov 2004 09:38:28 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 36A9B20A76; Mon, 29 Nov 2004 09:38:28 -0200 (BRST) Message-Id: <20041129113828.36A9B20A76@corp.grupos.com.br> Date: Mon, 29 Nov 2004 09:38:28 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: clement@FreeBSD.org Subject: ports/74508: Update net/py-soappy to 0.11.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:40:24 -0000 >Number: 74508 >Category: ports >Synopsis: Update net/py-soappy to 0.11.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 11:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.10-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.10-STABLE FreeBSD 4.10-STABLE #31: Fri Nov 26 13:50:22 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update net/py-soappy to 0.11.6 * Update to 0.11.6 * Change MAINTAINER >How-To-Repeat: >Fix: --- py-soappy.patch begins here --- diff -ruN py-soappy.old/Makefile py-soappy/Makefile --- py-soappy.old/Makefile Mon Nov 29 01:06:59 2004 +++ py-soappy/Makefile Mon Nov 29 09:23:26 2004 @@ -6,14 +6,14 @@ # PORTNAME= soappy -PORTVERSION= 0.11.5 +PORTVERSION= 0.11.6 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pywebsvcs PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SOAPpy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marcus@corp.grupos.com.br COMMENT= A SOAP implementation BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst diff -ruN py-soappy.old/distinfo py-soappy/distinfo --- py-soappy.old/distinfo Mon Nov 29 01:06:59 2004 +++ py-soappy/distinfo Mon Nov 29 09:23:43 2004 @@ -1,2 +1,2 @@ -MD5 (SOAPpy-0.11.5.tar.gz) = 4dbdc2390622ff49494876e03df6f30a -SIZE (SOAPpy-0.11.5.tar.gz) = 150994 +MD5 (SOAPpy-0.11.6.tar.gz) = 51ac835366badedd932c64f26fa8336b +SIZE (SOAPpy-0.11.6.tar.gz) = 159078 --- py-soappy.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:10:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0893D16A4CE for ; Mon, 29 Nov 2004 12:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA20743D4C for ; Mon, 29 Nov 2004 12:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCAPSr028574 for ; Mon, 29 Nov 2004 12:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCAP7P028573; Mon, 29 Nov 2004 12:10:25 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 12:10:25 GMT Resent-Message-Id: <200411291210.iATCAP7P028573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED8616A4D2; Mon, 29 Nov 2004 12:02:22 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F7143D39; Mon, 29 Nov 2004 12:02:21 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id B5DF01F2BC; Mon, 29 Nov 2004 13:02:20 +0100 (CET) Received: from mailhost.gletsjer.net (ntp.gletsjer.net [IPv6:2001:610:1108:5202::123]) by mailhost.stack.nl (Postfix) with ESMTP id 2EC461F2B8; Mon, 29 Nov 2004 13:02:20 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 6648F3E62; Mon, 29 Nov 2004 13:02:36 +0100 (CET) Message-Id: <20041129120236.6648F3E62@mailhost.gletsjer.net> Date: Mon, 29 Nov 2004 13:02:36 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/74510: [maintainer] fix ia64 configure error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:10:26 -0000 >Number: 74510 >Category: ports >Synopsis: [maintainer] fix ia64 configure error >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 Nov 29 12:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #16: Sun Oct 31 21:50:25 CET 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386 >Description: Fix ia64 configuration, similar to the amd64 case. NOTE: I also changed the behaviour of USE_GPG / SIG_* as suggested by Jason Harris. This way the PGP signature will also be distributed to distfile mirrors. >How-To-Repeat: >Fix: diff -ur sks/Makefile sks/Makefile --- sks/Makefile Thu Nov 25 14:08:36 2004 +++ sks/Makefile Mon Nov 29 12:48:53 2004 @@ -7,11 +7,13 @@ PORTNAME= sks PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR=sks EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@stack.nl COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver @@ -19,8 +21,8 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml-nox11 LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 -USE_GPG= yes -SIG_SUFFIX= .sig +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${LOCALBASE}/include/db42" \ BDBLIB="-L${LOCALBASE}/lib" \ diff -ur sks/files/sks.numerix.patch sks/files/sks.numerix.patch --- sks/files/sks.numerix.patch Thu Nov 25 14:08:36 2004 +++ sks/files/sks.numerix.patch Mon Nov 29 12:38:31 2004 @@ -15,7 +15,7 @@ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ - | mipstx39 | mipstx39el \ -+ | mipstx39 | mipstx39el | amd64 \ ++ | mipstx39 | mipstx39el | amd64 | ia64 \ | sparc | sparclet | sparclite | sparc64 | v850) basic_machine=$basic_machine-unknown ;; @@ -24,7 +24,7 @@ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ - | mipstx39-* | mipstx39el-* \ -+ | mipstx39-* | mipstx39el-* | amd64-* \ ++ | mipstx39-* | mipstx39el-* | amd64-* | ia64-* \ | f301-*) ;; # Recognize the various machine names and aliases which stand >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:13:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9324216A4CE; Mon, 29 Nov 2004 12:13:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7039843D31; Mon, 29 Nov 2004 12:13:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCDNk7028843; Mon, 29 Nov 2004 12:13:23 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCDNq3028839; Mon, 29 Nov 2004 12:13:23 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 12:13:23 GMT From: Volker Stolz Message-Id: <200411291213.iATCDNq3028839@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Subject: Re: ports/74478: UPDATE: sysutils/grub patch to handle splashscreens X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:13:23 -0000 Synopsis: UPDATE: sysutils/grub patch to handle splashscreens Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: vs Responsible-Changed-When: Mon Nov 29 12:13:10 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74478 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:14:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5CA616A4CE; Mon, 29 Nov 2004 12:14:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 820B143D5A; Mon, 29 Nov 2004 12:14:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCEHU8028906; Mon, 29 Nov 2004 12:14:17 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCEHu5028902; Mon, 29 Nov 2004 12:14:17 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 12:14:17 GMT From: Volker Stolz Message-Id: <200411291214.iATCEHu5028902@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org Subject: Re: ports/74494: ports/www/neon - add a mirror, fetch PGP signature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:14:17 -0000 Synopsis: ports/www/neon - add a mirror, fetch PGP signature Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: vs Responsible-Changed-When: Mon Nov 29 12:14:08 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74494 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:17:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D560116A4CE; Mon, 29 Nov 2004 12:17:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E3443D5F; Mon, 29 Nov 2004 12:17:28 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCHS88029023; Mon, 29 Nov 2004 12:17:28 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCHSqO029019; Mon, 29 Nov 2004 12:17:28 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 12:17:28 GMT From: Volker Stolz Message-Id: <200411291217.iATCHSqO029019@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/74505: Update port: devel/p5-File-Spec to 0.90 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:17:29 -0000 Synopsis: Update port: devel/p5-File-Spec to 0.90 Responsible-Changed-From-To: freebsd-ports-bugs->dburr Responsible-Changed-By: vs Responsible-Changed-When: Mon Nov 29 12:17:01 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74505 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:30:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84FB16A4CE for ; Mon, 29 Nov 2004 12:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B67743D4C for ; Mon, 29 Nov 2004 12:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCUMja029574 for ; Mon, 29 Nov 2004 12:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCUMjf029573; Mon, 29 Nov 2004 12:30:22 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 12:30:22 GMT Resent-Message-Id: <200411291230.iATCUMjf029573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kenneth Vestergaard Schmidt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F289E16A4CE for ; Mon, 29 Nov 2004 12:24:12 +0000 (GMT) Received: from hoegaarden.pil.dk (hoegaarden.pil.dk [83.90.248.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291A643D67 for ; Mon, 29 Nov 2004 12:24:12 +0000 (GMT) (envelope-from kvs@hoegaarden.pil.dk) Received: by hoegaarden.pil.dk (Postfix, from userid 1020) id 8B279170A9; Mon, 29 Nov 2004 13:24:05 +0100 (CET) Message-Id: <20041129122405.8B279170A9@hoegaarden.pil.dk> Date: Mon, 29 Nov 2004 13:24:05 +0100 (CET) From: Kenneth Vestergaard Schmidt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74511: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kenneth Vestergaard Schmidt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:30:22 -0000 >Number: 74511 >Category: ports >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 12:30:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kenneth Vestergaard Schmidt >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hoegaarden.pil.dk 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #0: Wed Nov 24 10:06:29 CET 2004 kvs@hoegaarden.pil.dk:/usr/obj/usr/src/sys/HOEGAARDEN i386 >Description: Update of www/p5-Apache-Gallery to latest version. --- update-0.9.1.diff begins here --- diff -ur /usr/ports/www/p5-Apache-Gallery/Makefile p5-Apache-Gallery/Makefile --- /usr/ports/www/p5-Apache-Gallery/Makefile Wed Sep 24 10:45:08 2003 +++ p5-Apache-Gallery/Makefile Mon Nov 29 11:26:58 2004 @@ -6,26 +6,39 @@ # PORTNAME= Apache-Gallery -PORTVERSION= 0.7 +PORTVERSION= 0.9.1 CATEGORIES= www perl5 MASTER_SITES= http://apachegallery.dk/download/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- +PERL_CONFIGURE= yes + MAINTAINER= ports@FreeBSD.org COMMENT= Apache::Gallery - mod_perl handler to create an image gallery -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info \ - ${SITE_PERL}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate \ ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ ${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2 \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm + RUN_DEPENDS= ${BUILD_DEPENDS} -PKGMESSAGE= ${WRKDIR}/pkg-message +.if defined(WITH_APACHE2) +BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 +DEPENDS_ARGS+= WITHOUT_MODPERL=yes +DEPENDS_ARGS+= WITH_MODPERL2=yes +.else +# XXX - probe for static mod_perl using `httpd -l | grep perl` +BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq +.endif +.endif + PERL_CONFIGURE= yes MAN3= Apache::Gallery.3 @@ -42,9 +55,6 @@ video-mov.png video-mpeg.png video-mpg.png video-wmv.png \ video-asf.png agfolder.png -post-configure: - @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' pkg-message > ${PKGMESSAGE} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/Apache-Gallery/templates @@ -61,7 +71,7 @@ ${PREFIX}/share/Apache-Gallery/css/ .endif .if !defined(BATCH) - @ ${CAT} ${PKGMESSAGE} + @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} .endif .include diff -ur /usr/ports/www/p5-Apache-Gallery/distinfo p5-Apache-Gallery/distinfo --- /usr/ports/www/p5-Apache-Gallery/distinfo Tue Mar 2 15:15:35 2004 +++ p5-Apache-Gallery/distinfo Mon Nov 29 11:11:27 2004 @@ -1,2 +1,2 @@ -MD5 (Apache-Gallery-0.7.tar.gz) = ff79dedab956105456e6c70d495f6a72 -SIZE (Apache-Gallery-0.7.tar.gz) = 73532 +MD5 (Apache-Gallery-0.9.1.tar.gz) = 882e650e6fc3f059e84eca1564b5f32f +SIZE (Apache-Gallery-0.7.tar.gz) = 82230 Only in p5-Apache-Gallery/files: patch-Server.pm diff -ur /usr/ports/www/p5-Apache-Gallery/pkg-plist p5-Apache-Gallery/pkg-plist --- /usr/ports/www/p5-Apache-Gallery/pkg-plist Wed Sep 24 10:45:08 2003 +++ p5-Apache-Gallery/pkg-plist Mon Nov 29 11:28:34 2004 @@ -24,11 +24,11 @@ share/Apache-Gallery/css/gallery.css www/icons/agfolder.png www/icons/application-doc.png -www/icons/application-mp3.png -www/icons/application-ogg.png www/icons/application-pdf.png www/icons/application-rtf.png -www/icons/application-wav.png +www/icons/sound-mp3.png +www/icons/sound-ogg.png +www/icons/sound-wav.png www/icons/video-asf.png www/icons/video-avi.png www/icons/video-mov.png --- update-0.9.1.diff ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: Synopsis: [patch] update of www/p5-Apache-Gallery to 0.9.1 Priority: low From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:30:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DAF16A4CE for ; Mon, 29 Nov 2004 12:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1525543D54 for ; Mon, 29 Nov 2004 12:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCUMAm029637 for ; Mon, 29 Nov 2004 12:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCUMnS029636; Mon, 29 Nov 2004 12:30:22 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 12:30:22 GMT Resent-Message-Id: <200411291230.iATCUMnS029636@freefall.freebsd.org> 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 Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB42B16A4CE for ; Mon, 29 Nov 2004 12:29:05 +0000 (GMT) Received: from mx5.kent.ac.uk (mx5.kent.ac.uk [129.12.21.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B75143D54 for ; Mon, 29 Nov 2004 12:29:05 +0000 (GMT) (envelope-from t.d.bishop@kent.ac.uk) Received: from apophis.ukc.ac.uk ([129.12.4.11]) by mx5.kent.ac.uk with esmtp (Exim 4.42) id 1CYkeJ-0000Ks-Cq; Mon, 29 Nov 2004 12:28:59 +0000 Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by apophis.ukc.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.42) id 1CYkeJ-0007Zh-9A; Mon, 29 Nov 2004 12:28:59 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.42 (FreeBSD)) id 1CYkeJ-0006Bq-4j; Mon, 29 Nov 2004 12:28:59 +0000 Message-Id: Date: Mon, 29 Nov 2004 12:28:59 +0000 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/74512: [MAINTAINER] misc/dnetc: Improve RC script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:30:23 -0000 >Number: 74512 >Category: ports >Synopsis: [MAINTAINER] misc/dnetc: Improve RC script >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 Nov 29 12:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004 >Description: Improve RC scripts. The previous script didn't check if the process was already running before attempting to start a new one (or if it was running before stopping it). This improved version does the necessary checks. Pointed out by: Radim Kolar Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- dnetc-2.9008.491_1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /u1/freebsd/cvs/ports/misc/dnetc/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 15 Nov 2004 21:54:23 -0000 1.46 +++ Makefile 29 Nov 2004 12:27:23 -0000 @@ -7,6 +7,7 @@ PORTNAME= dnetc PORTVERSION= ${VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \ Index: files/dnetc.sh =================================================================== RCS file: /u1/freebsd/cvs/ports/misc/dnetc/files/dnetc.sh,v retrieving revision 1.7 diff -u -r1.7 dnetc.sh --- files/dnetc.sh 15 Nov 2004 21:54:24 -0000 1.7 +++ files/dnetc.sh 29 Nov 2004 12:23:59 -0000 @@ -23,14 +23,22 @@ dnetc_start() { - echo -n " dnetc" - su -m ${user} -c "${dir}/dnetc -quiet" 2>/dev/null >/dev/null + if ps -U${user} >/dev/null; then + echo "${name} already running?" + else + su -m ${user} -c "${dir}/${name} -quiet" >/dev/null 2>&1 + echo -n " ${name}" + fi } dnetc_stop() { - su -m ${user} -c "${dir}/dnetc -shutdown" 2>/dev/null >/dev/null - echo -n " dnetc" + if ps -U${user} >/dev/null; then + su -m ${user} -c "${dir}/${name} -shutdown" >/dev/null 2>&1 + echo -n " ${name}" + else + echo "${name} not running?" + fi } load_rc_config $name --- dnetc-2.9008.491_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:37:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F4E16A4CE; Mon, 29 Nov 2004 12:37:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CC2643D5A; Mon, 29 Nov 2004 12:37:02 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCb2Vi030944; Mon, 29 Nov 2004 12:37:02 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCb1tH030940; Mon, 29 Nov 2004 12:37:01 GMT (envelope-from sergei) Date: Mon, 29 Nov 2004 12:37:01 GMT From: Sergei Kolobov Message-Id: <200411291237.iATCb1tH030940@freefall.freebsd.org> To: johans@stack.nl, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74510: [maintainer] fix ia64 configure error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:37:02 -0000 Synopsis: [maintainer] fix ia64 configure error State-Changed-From-To: open->closed State-Changed-By: sergei State-Changed-When: Mon Nov 29 12:36:56 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74510 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 12:40:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F6216A4FC for ; Mon, 29 Nov 2004 12:40:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE2E43D5F for ; Mon, 29 Nov 2004 12:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCeWXJ030998 for ; Mon, 29 Nov 2004 12:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATCeWan030996; Mon, 29 Nov 2004 12:40:32 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 12:40:32 GMT Resent-Message-Id: <200411291240.iATCeWan030996@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38A516A4CE for ; Mon, 29 Nov 2004 12:34:51 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05DC43D5F for ; Mon, 29 Nov 2004 12:34:50 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 2119C114BD for ; Mon, 29 Nov 2004 13:35:25 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40894-03 for ; Mon, 29 Nov 2004 13:35:17 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id 92C0F11952; Mon, 29 Nov 2004 13:35:17 +0100 (CET) Message-Id: <20041129123517.92C0F11952@gate.xbsd.org> Date: Mon, 29 Nov 2004 13:35:17 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74513: net/smbldap-tools - Update port to version 0.8.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:40:35 -0000 >Number: 74513 >Category: ports >Synopsis: net/smbldap-tools - Update port to version 0.8.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: Mon Nov 29 12:40:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: See nopsis. >How-To-Repeat: N/A >Fix: --- smbldap-tools-0.8.5-3.diff begins here --- diff -ruN smbldap-tools/Makefile smbldap-tools.new/Makefile --- smbldap-tools/Makefile Wed Nov 24 05:20:28 2004 +++ smbldap-tools.new/Makefile Thu Nov 25 22:57:20 2004 @@ -6,10 +6,10 @@ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.5.3 CATEGORIES= net MASTER_SITES= http://samba.idealx.org/dist/ -EXTRACT_SUFX= .tgz +DISTFILES= ${PORTNAME}-0.8.5-3.tgz MAINTAINER= flz@xbsd.org COMMENT= Useful package for managing users and groups in a LDAP directory @@ -18,6 +18,7 @@ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash RUN_DEPENDS= ${BUILD_DEPENDS} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5 USE_PERL5= yes NO_BUILD= yes USE_REINPLACE= yes @@ -37,9 +38,11 @@ .for i in smbldap.conf smbldap_bind.conf ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/etc/${PORTNAME}/$i.default .endfor -.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-migrate-accounts smbldap-migrate-groups smbldap-passwd smbldap-populate +.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-passwd smbldap-populate ${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/sbin .endfor + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-accounts ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-groups ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/smbldap_tools.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/smb.conf ${EXAMPLESDIR}/ diff -ruN smbldap-tools/distinfo smbldap-tools.new/distinfo --- smbldap-tools/distinfo Fri Jul 30 21:22:01 2004 +++ smbldap-tools.new/distinfo Thu Nov 25 22:28:49 2004 @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.5.tgz) = 4bfa0e5328b8420b98d91a046117b7c5 -SIZE (smbldap-tools-0.8.5.tgz) = 269327 +MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab +SIZE (smbldap-tools-0.8.5-3.tgz) = 275520 --- smbldap-tools-0.8.5-3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 13:40:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D59316A4CE for ; Mon, 29 Nov 2004 13:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C48343D67 for ; Mon, 29 Nov 2004 13:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATDeJeQ039446 for ; Mon, 29 Nov 2004 13:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATDeJi6039445; Mon, 29 Nov 2004 13:40:19 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 13:40:19 GMT Resent-Message-Id: <200411291340.iATDeJi6039445@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Laursen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C3D16A4CE for ; Mon, 29 Nov 2004 13:35:38 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B3A043D62 for ; Mon, 29 Nov 2004 13:35:37 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 47B8CB821 for ; Mon, 29 Nov 2004 14:35:35 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 25597B8B8; Mon, 29 Nov 2004 14:35:35 +0100 (CET) Message-Id: <20041129133535.25597B8B8@borg.borderworlds.dk> Date: Mon, 29 Nov 2004 14:35:35 +0100 (CET) From: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74514: Update port: mail/mlmmj to version 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Laursen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:40:21 -0000 >Number: 74514 >Category: ports >Synopsis: Update port: mail/mlmmj to version 1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 13:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 5.3-RELEASE i386 >Organization: The Border Worlds >Environment: System: FreeBSD borg.borderworlds.dk 5.3-RELEASE FreeBSD 5.3-RELEASE #32: Wed Nov 17 20:27:18 CET 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386 >Description: Changes since 1.0.0: 1.1.0 o If mlmmj-recieve was invoked with a uid not root or not the owner of listdir inform about the uid actually invoked with o Add German listtexts (Hendrik Norman Vogelsang) o Add hooks for installing listtexts into $(pkgdatadir) (Drake Wyrm) o Add mlmmj-list manual page o Make mlmmj-list be capable of listing owners, moderators too o Perl interface updates 1.1.0-RC3 o Add 'moderate' tag for usage in control/access when one wants to have the moderators moderate posts hitting this regexp. See README.access o Add a To: header with the recipient's address when sending digests 1.1.0-RC2 o Strip envelope from before resending to +owner o Make statctrl bail if it's not possible to stat() o Add mlmmj-list binary to list the subcribers (-count) of a list 1.1.0-RC1 o Rewrite the way listtexts are managed, and in the process move the Subject: out into the listtext file making mlmmj completely translateable o Enhance perl webinterface - including group writable patch o Add option control/nosubconfirm which makes it possible to subscribe without confirmation by just sending the mail. USE WITH CARE! o Make files discarded by maintd end in .by-maintd to make them distinct o Fix off-by-one error in the function cleaning quoted printable chars o Close the correct fd's in mlmmj-process o Be consistent when using To: or Delivered-To: o mlmmj-unsub should also change user id to the listdir owner o Add support for not archiving the list by touching listdir/control/noarchive o Add 'nomail' version of lists. Subscribers to the nomail version are subscribed, but does not get any mail o Don't talk about changing uid in mlmmj-sub when we're not really doing it o Add sanity checks to disallow denial mails going to the list o Add digest functionality o Implement -d option for mlmmj-maintd to be able to supply it with a directory containing several listdirs, where mlmmj-maintd then will run maintenance o Chown option and a fix for mlmmj-make-ml.sh. Thanks Ingo Lameter >How-To-Repeat: >Fix: --- mlmmj.diff begins here --- diff -u /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile --- /usr/ports/mail/mlmmj/Makefile Tue Oct 12 09:20:13 2004 +++ mlmmj/Makefile Mon Nov 29 14:28:29 2004 @@ -6,7 +6,7 @@ # PORTNAME= mlmmj -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ @@ -22,7 +22,8 @@ RUN_DEPENDS+= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate + ${SITE_PERL}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif .if defined(WITH_PERL_WEBINTERFACE) @@ -49,14 +50,12 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} -MAN1= mlmmj-bounce.1 mlmmj-maintd.1 mlmmj-make-ml.1 mlmmj-process.1 mlmmj-recieve.1 mlmmj-send.1 mlmmj-sub.1 mlmmj-unsub.1 +MAN1= mlmmj-bounce.1 mlmmj-list.1 mlmmj-maintd.1 mlmmj-make-ml.1 mlmmj-process.1 mlmmj-recieve.1 mlmmj-send.1 mlmmj-sub.1 mlmmj-unsub.1 post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/mlmmj-make-ml.sh post-install: - @${MKDIR} ${PREFIX}/share/mlmmj/listtexts - @${INSTALL_DATA} ${WRKSRC}/listtexts/* ${PREFIX}/share/mlmmj/listtexts .if defined(WITH_PERL_WEBINTERFACE) @${MKDIR} ${PREFIX}/www/mlmmj/perl-admin @${INSTALL_DATA} ${WRKSRC}/contrib/web/perl-admin/README ${PREFIX}/www/mlmmj/perl-admin diff -u /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo --- /usr/ports/mail/mlmmj/distinfo Tue Oct 12 09:20:13 2004 +++ mlmmj/distinfo Mon Nov 29 14:28:29 2004 @@ -1,2 +1,2 @@ -MD5 (mlmmj-1.0.0.tar.bz2) = a24a8e10e3745547ee57edeaee171569 -SIZE (mlmmj-1.0.0.tar.bz2) = 107764 +MD5 (mlmmj-1.1.0.tar.bz2) = 92c8325735ea65a73ea3251b1609de26 +SIZE (mlmmj-1.1.0.tar.bz2) = 120186 Common subdirectories: /usr/ports/mail/mlmmj/files and mlmmj/files diff -u /usr/ports/mail/mlmmj/pkg-plist mlmmj/pkg-plist --- /usr/ports/mail/mlmmj/pkg-plist Thu Sep 2 11:26:43 2004 +++ mlmmj/pkg-plist Mon Nov 29 14:28:29 2004 @@ -1,4 +1,5 @@ bin/mlmmj-bounce +bin/mlmmj-list bin/mlmmj-maintd bin/mlmmj-make-ml.sh bin/mlmmj-process @@ -6,18 +7,30 @@ bin/mlmmj-send bin/mlmmj-sub bin/mlmmj-unsub -%%DATADIR%%/listtexts/access -%%DATADIR%%/listtexts/bounce-probe -%%DATADIR%%/listtexts/listhelp -%%DATADIR%%/listtexts/moderation -%%DATADIR%%/listtexts/notifysub -%%DATADIR%%/listtexts/notifyunsub -%%DATADIR%%/listtexts/notintocc -%%DATADIR%%/listtexts/sub-confirm -%%DATADIR%%/listtexts/sub-ok -%%DATADIR%%/listtexts/subonlypost -%%DATADIR%%/listtexts/unsub-confirm -%%DATADIR%%/listtexts/unsub-ok +%%DATADIR%%/text.skel/access +%%DATADIR%%/text.skel/bounce-probe +%%DATADIR%%/text.skel/listhelp +%%DATADIR%%/text.skel/moderation +%%DATADIR%%/text.skel/notifysub +%%DATADIR%%/text.skel/notifysub-digest +%%DATADIR%%/text.skel/notifysub-nomail +%%DATADIR%%/text.skel/notifyunsub +%%DATADIR%%/text.skel/notifyunsub-digest +%%DATADIR%%/text.skel/notifyunsub-nomail +%%DATADIR%%/text.skel/notintocc +%%DATADIR%%/text.skel/sub-confirm +%%DATADIR%%/text.skel/sub-confirm-digest +%%DATADIR%%/text.skel/sub-confirm-nomail +%%DATADIR%%/text.skel/sub-ok +%%DATADIR%%/text.skel/sub-ok-digest +%%DATADIR%%/text.skel/sub-ok-nomail +%%DATADIR%%/text.skel/subonlypost +%%DATADIR%%/text.skel/unsub-confirm +%%DATADIR%%/text.skel/unsub-confirm-digest +%%DATADIR%%/text.skel/unsub-confirm-nomail +%%DATADIR%%/text.skel/unsub-ok +%%DATADIR%%/text.skel/unsub-ok-digest +%%DATADIR%%/text.skel/unsub-ok-nomail %%PERLWEB%%www/mlmmj/perl-admin/README %%PERLWEB%%www/mlmmj/perl-admin/conf/config.pl %%PERLWEB%%www/mlmmj/perl-admin/conf/tunables.pl @@ -25,12 +38,16 @@ %%PERLWEB%%www/mlmmj/perl-admin/htdocs/edit.cgi %%PERLWEB%%www/mlmmj/perl-admin/htdocs/index.cgi %%PERLWEB%%www/mlmmj/perl-admin/htdocs/save.cgi +%%PERLWEB%%www/mlmmj/perl-admin/htdocs/subscribers.cgi %%PERLWEB%%www/mlmmj/perl-admin/templates/edit.html %%PERLWEB%%www/mlmmj/perl-admin/templates/edit_boolean.html %%PERLWEB%%www/mlmmj/perl-admin/templates/edit_list.html %%PERLWEB%%www/mlmmj/perl-admin/templates/edit_string.html %%PERLWEB%%www/mlmmj/perl-admin/templates/index.html +%%PERLWEB%%www/mlmmj/perl-admin/templates/index_row.html %%PERLWEB%%www/mlmmj/perl-admin/templates/save.html +%%PERLWEB%%www/mlmmj/perl-admin/templates/subscribers.html +%%PERLWEB%%www/mlmmj/perl-admin/templates/subscribers_row.html %%PERLWEB%%www/mlmmj/perl-user/config.pl %%PERLWEB%%www/mlmmj/perl-user/example.html %%PERLWEB%%www/mlmmj/perl-user/mlmmj.cgi @@ -62,5 +79,5 @@ %%PERLWEB%%@dirrm www/mlmmj/perl-admin/conf %%PERLWEB%%@dirrm www/mlmmj/perl-admin %%WEB%%@dirrm www/mlmmj -@dirrm %%DATADIR%%/listtexts +@dirrm %%DATADIR%%/text.skel @dirrm %%DATADIR%% --- mlmmj.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 13:50:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C64AD16A4D1; Mon, 29 Nov 2004 13:50:12 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A38843D4C; Mon, 29 Nov 2004 13:50:10 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 0BA9411706; Mon, 29 Nov 2004 14:50:45 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40933-06; Mon, 29 Nov 2004 14:50:31 +0100 (CET) Received: from [192.168.42.3] (innercity.xbsd.org [192.168.42.3]) by gate.xbsd.org (Postfix) with ESMTP id 1662911705; Mon, 29 Nov 2004 14:50:30 +0100 (CET) Message-ID: <41AB2904.2080105@xbsd.org> Date: Mon, 29 Nov 2004 14:49:56 +0100 From: Florent Thoumie User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: fr, en MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200411291240.iATCeWiI030986@freefall.freebsd.org> In-Reply-To: <200411291240.iATCeWiI030986@freefall.freebsd.org> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Subject: Re: ports/74513: net/smbldap-tools - Update port to version 0.8.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:50:12 -0000 I forgot to make some changes. Now example configuration files are stored in EXAMPLESDIR instead of $PREFIX/etc/$PORTNAME to avoid $PREFIX/etc clobbering. Here is the new diff : --- smbldap-tools-0.8.5-3.diff begins here --- diff -ruN smbldap-tools.old/Makefile smbldap-tools/Makefile --- smbldap-tools.old/Makefile Wed Nov 24 05:20:28 2004 +++ smbldap-tools/Makefile Mon Nov 29 14:32:07 2004 @@ -6,10 +6,10 @@ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.5.3 CATEGORIES= net MASTER_SITES= http://samba.idealx.org/dist/ -EXTRACT_SUFX= .tgz +DISTFILES= ${PORTNAME}-0.8.5-3.tgz MAINTAINER= flz@xbsd.org COMMENT= Useful package for managing users and groups in a LDAP directory @@ -18,10 +18,17 @@ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash RUN_DEPENDS= ${BUILD_DEPENDS} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5 USE_PERL5= yes NO_BUILD= yes USE_REINPLACE= yes +PKGMESSAGE= ${WRKDIR}/pkg-message + +SED_SCRIPT= -e 's,%%PORTNAME%%,${PORTNAME},g' \ + -e 's,%%PREFIX%%,${PREFIX},g' \ + -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' + post-patch: ${REINPLACE_CMD} -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smb.conf @@ -30,17 +37,25 @@ ${WRKSRC}/smbldap_tools.pm ${REINPLACE_CMD} -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd +pre-install: + ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message + do-install: ${MKDIR} ${EXAMPLESDIR} ${MKDIR} ${PREFIX}/etc/${PORTNAME} - ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${PREFIX}/etc/${PORTNAME}/ + ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${EXAMPLESDIR}/ .for i in smbldap.conf smbldap_bind.conf - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/etc/${PORTNAME}/$i.default + ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLESDIR}/ .endfor -.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-migrate-accounts smbldap-migrate-groups smbldap-passwd smbldap-populate +.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-passwd smbldap-populate ${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/sbin .endfor + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-accounts ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-groups ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/smbldap_tools.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/smb.conf ${EXAMPLESDIR}/ + +post-install: + ${CAT} ${PKGMESSAGE} .include diff -ruN smbldap-tools.old/distinfo smbldap-tools/distinfo --- smbldap-tools.old/distinfo Fri Jul 30 21:22:01 2004 +++ smbldap-tools/distinfo Thu Nov 25 22:28:49 2004 @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.5.tgz) = 4bfa0e5328b8420b98d91a046117b7c5 -SIZE (smbldap-tools-0.8.5.tgz) = 269327 +MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab +SIZE (smbldap-tools-0.8.5-3.tgz) = 275520 diff -ruN smbldap-tools.old/pkg-message smbldap-tools/pkg-message --- smbldap-tools.old/pkg-message Thu Jan 1 01:00:00 1970 +++ smbldap-tools/pkg-message Mon Nov 29 14:33:33 2004 @@ -0,0 +1,9 @@ +****************************************************************** +Before using smbldap-tools, you need to do some configuration. + +Configuration files can be created from examples located in : +%%EXAMPLESDIR%%. + +Copy these files and modify them to suit your needs, then put them +in %%PREFIX%%/etc/%%PORTNAME%%. +****************************************************************** diff -ruN smbldap-tools.old/pkg-plist smbldap-tools/pkg-plist --- smbldap-tools.old/pkg-plist Tue May 25 23:19:26 2004 +++ smbldap-tools/pkg-plist Mon Nov 29 14:13:14 2004 @@ -1,6 +1,3 @@ -etc/smbldap-tools/configure.pl -etc/smbldap-tools/smbldap.conf.default -etc/smbldap-tools/smbldap_bind.conf.default sbin/smbldap-groupadd sbin/smbldap-groupdel sbin/smbldap-groupmod @@ -13,7 +10,12 @@ sbin/smbldap-userdel sbin/smbldap-usermod sbin/smbldap-usershow +%%EXAMPLESDIR%%/configure.pl %%EXAMPLESDIR%%/smb.conf +%%EXAMPLESDIR%%/smbldap.conf +%%EXAMPLESDIR%%/smbldap_bind.conf %%SITE_PERL%%/smbldap_tools.pm -@dirrm etc/smbldap-tools +@exec mkdir -p etc/smbldap-tools +@unexec rmdir etc/smbldap-tools 2>/dev/null || true +@exec mkdir -p %%EXAMPLESDIR%% @dirrm %%EXAMPLESDIR%% --- smbldap-tools-0.8.5-3.diff ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 13:50:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D1316A4CE for ; Mon, 29 Nov 2004 13:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD58E43D2D for ; Mon, 29 Nov 2004 13:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATDoVAB040858 for ; Mon, 29 Nov 2004 13:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATDoVD4040857; Mon, 29 Nov 2004 13:50:31 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 13:50:31 GMT Message-Id: <200411291350.iATDoVD4040857@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Florent Thoumie Subject: Re: ports/74513: net/smbldap-tools - Update port to version 0.8.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:50:32 -0000 The following reply was made to PR ports/74513; it has been noted by GNATS. From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/74513: net/smbldap-tools - Update port to version 0.8.5.3 Date: Mon, 29 Nov 2004 14:49:56 +0100 I forgot to make some changes. Now example configuration files are stored in EXAMPLESDIR instead of $PREFIX/etc/$PORTNAME to avoid $PREFIX/etc clobbering. Here is the new diff : --- smbldap-tools-0.8.5-3.diff begins here --- diff -ruN smbldap-tools.old/Makefile smbldap-tools/Makefile --- smbldap-tools.old/Makefile Wed Nov 24 05:20:28 2004 +++ smbldap-tools/Makefile Mon Nov 29 14:32:07 2004 @@ -6,10 +6,10 @@ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.5.3 CATEGORIES= net MASTER_SITES= http://samba.idealx.org/dist/ -EXTRACT_SUFX= .tgz +DISTFILES= ${PORTNAME}-0.8.5-3.tgz MAINTAINER= flz@xbsd.org COMMENT= Useful package for managing users and groups in a LDAP directory @@ -18,10 +18,17 @@ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash RUN_DEPENDS= ${BUILD_DEPENDS} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5 USE_PERL5= yes NO_BUILD= yes USE_REINPLACE= yes +PKGMESSAGE= ${WRKDIR}/pkg-message + +SED_SCRIPT= -e 's,%%PORTNAME%%,${PORTNAME},g' \ + -e 's,%%PREFIX%%,${PREFIX},g' \ + -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' + post-patch: ${REINPLACE_CMD} -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smb.conf @@ -30,17 +37,25 @@ ${WRKSRC}/smbldap_tools.pm ${REINPLACE_CMD} -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd +pre-install: + ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message + do-install: ${MKDIR} ${EXAMPLESDIR} ${MKDIR} ${PREFIX}/etc/${PORTNAME} - ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${PREFIX}/etc/${PORTNAME}/ + ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${EXAMPLESDIR}/ .for i in smbldap.conf smbldap_bind.conf - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/etc/${PORTNAME}/$i.default + ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLESDIR}/ .endfor -.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-migrate-accounts smbldap-migrate-groups smbldap-passwd smbldap-populate +.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-passwd smbldap-populate ${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/sbin .endfor + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-accounts ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-groups ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/smbldap_tools.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/smb.conf ${EXAMPLESDIR}/ + +post-install: + ${CAT} ${PKGMESSAGE} .include diff -ruN smbldap-tools.old/distinfo smbldap-tools/distinfo --- smbldap-tools.old/distinfo Fri Jul 30 21:22:01 2004 +++ smbldap-tools/distinfo Thu Nov 25 22:28:49 2004 @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.5.tgz) = 4bfa0e5328b8420b98d91a046117b7c5 -SIZE (smbldap-tools-0.8.5.tgz) = 269327 +MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab +SIZE (smbldap-tools-0.8.5-3.tgz) = 275520 diff -ruN smbldap-tools.old/pkg-message smbldap-tools/pkg-message --- smbldap-tools.old/pkg-message Thu Jan 1 01:00:00 1970 +++ smbldap-tools/pkg-message Mon Nov 29 14:33:33 2004 @@ -0,0 +1,9 @@ +****************************************************************** +Before using smbldap-tools, you need to do some configuration. + +Configuration files can be created from examples located in : +%%EXAMPLESDIR%%. + +Copy these files and modify them to suit your needs, then put them +in %%PREFIX%%/etc/%%PORTNAME%%. +****************************************************************** diff -ruN smbldap-tools.old/pkg-plist smbldap-tools/pkg-plist --- smbldap-tools.old/pkg-plist Tue May 25 23:19:26 2004 +++ smbldap-tools/pkg-plist Mon Nov 29 14:13:14 2004 @@ -1,6 +1,3 @@ -etc/smbldap-tools/configure.pl -etc/smbldap-tools/smbldap.conf.default -etc/smbldap-tools/smbldap_bind.conf.default sbin/smbldap-groupadd sbin/smbldap-groupdel sbin/smbldap-groupmod @@ -13,7 +10,12 @@ sbin/smbldap-userdel sbin/smbldap-usermod sbin/smbldap-usershow +%%EXAMPLESDIR%%/configure.pl %%EXAMPLESDIR%%/smb.conf +%%EXAMPLESDIR%%/smbldap.conf +%%EXAMPLESDIR%%/smbldap_bind.conf %%SITE_PERL%%/smbldap_tools.pm -@dirrm etc/smbldap-tools +@exec mkdir -p etc/smbldap-tools +@unexec rmdir etc/smbldap-tools 2>/dev/null || true +@exec mkdir -p %%EXAMPLESDIR%% @dirrm %%EXAMPLESDIR%% --- smbldap-tools-0.8.5-3.diff ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:08:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AD716A4D0; Mon, 29 Nov 2004 14:08:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFC343D49; Mon, 29 Nov 2004 14:08:05 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATE85PG045697; Mon, 29 Nov 2004 14:08:05 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATE85XZ045693; Mon, 29 Nov 2004 14:08:05 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 14:08:05 GMT From: Volker Stolz Message-Id: <200411291408.iATE85XZ045693@freefall.freebsd.org> To: phil@newstar.rinet.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72167: New port: lang/xharbour An extended xBase compiler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:08:05 -0000 Synopsis: New port: lang/xharbour An extended xBase compiler State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Mon Nov 29 14:01:33 GMT 2004 State-Changed-Why: - Please use 'portlint'. It will give you a hint about "chmod" - Re-check packaging: ===> Deinstalling xharbour-0.99.0 pkg_delete: unable to completely remove directory '/usr/local/lib/xharbour' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) xharbour@menelaos [15:00:19]> !ls ls -lR /usr/local/lib/xharbour total 0 lrwxr-xr-x 1 root wheel 21 Nov 29 13:47 libxharbour.so -> libxharbour-0.99.0.so lrwxr-xr-x 1 root wheel 23 Nov 29 13:47 libxharbourmt.so -> libxharbourmt-0.99.0.so - The latter half of the post-install-target ist redundant. You're just pointing to locations FreeBSD-users take as given anyway. - You can (and should!) use %%DOCSDIR%% in the pkg-plist. Please check with the porter's Handbook how to create the pkg-plist when NOPORTDOCS is set (hint: %%PORTDOCS%%) - Shouldn't this be in "databases" instead of "lang"? databases/clip lists CATEGORIES= databases lang and we should probably stick to that w/o causing too much confusion. Or argue that clip should be moved to lang :) Cheers, Volker http://www.freebsd.org/cgi/query-pr.cgi?pr=72167 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:10:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E78C716A4CE for ; Mon, 29 Nov 2004 14:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A2343D4C for ; Mon, 29 Nov 2004 14:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEARt7045776 for ; Mon, 29 Nov 2004 14:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEARd4045775; Mon, 29 Nov 2004 14:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 14:10:27 GMT Resent-Message-Id: <200411291410.iATEARd4045775@freefall.freebsd.org> 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 Novitsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB88916A4CE for ; Mon, 29 Nov 2004 14:03:46 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E465243D45 for ; Mon, 29 Nov 2004 14:03:44 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from server.v42of.icc-vvd.ru (localhost.icc-vvd.ru [127.0.0.1]) by mail.icc-vvd.ru (8.13.1/8.12.9) with ESMTP id iATE3gjg033978; Mon, 29 Nov 2004 17:03:42 +0300 (MSK) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.12.10/8.12.9/Submit) id iATE3fSx033977; Mon, 29 Nov 2004 17:03:41 +0300 (MSK) Message-Id: <200411291403.iATE3fSx033977@server.v42of.icc-vvd.ru> Date: Mon, 29 Nov 2004 17:03:41 +0300 (MSK) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/74515: [MAINTAINER-UPDATE] devel/ruby18-freebase: update to 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:10:28 -0000 >Number: 74515 >Category: ports >Synopsis: [MAINTAINER-UPDATE] devel/ruby18-freebase: update to 0.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 14:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.2-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #2: Mon Jul 12 21:45:44 MSD 2004 >Description: - Update to 0.9.0 Port maintainer (alecn2002@yandex.ru) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-freebase-0.9.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/freebase.orig/Makefile /usr/ports/devel/freebase/Makefile --- /usr/ports/devel/freebase.orig/Makefile Mon Nov 29 16:21:43 2004 +++ /usr/ports/devel/freebase/Makefile Mon Nov 29 16:59:57 2004 @@ -6,12 +6,11 @@ # PORTNAME= freebase -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/1641/ +MASTER_SITES= http://rubyforge.org/frs/download.php/2030/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= freeride-${PORTVERSION} -EXTRACT_SUFX= .tar.gz DIST_SUBDIR= ruby MAINTAINER= alecn2002@yandex.ru diff -ruN --exclude=CVS /usr/ports/devel/freebase.orig/distinfo /usr/ports/devel/freebase/distinfo --- /usr/ports/devel/freebase.orig/distinfo Mon Nov 29 16:21:43 2004 +++ /usr/ports/devel/freebase/distinfo Mon Nov 29 16:31:48 2004 @@ -1,2 +1,2 @@ -MD5 (ruby/freeride-0.8.0.tar.gz) = e66725e5023472ee55a6a7b7a061a9c3 -SIZE (ruby/freeride-0.8.0.tar.gz) = 542310 +MD5 (ruby/freeride-0.9.0.tar.gz) = b2e281fd846ef5d5056ece5d8b294862 +SIZE (ruby/freeride-0.9.0.tar.gz) = 547185 --- ruby18-freebase-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:10:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4477C16A4CF for ; Mon, 29 Nov 2004 14:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C75E43D54 for ; Mon, 29 Nov 2004 14:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEARfW045833 for ; Mon, 29 Nov 2004 14:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEARr2045832; Mon, 29 Nov 2004 14:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 14:10:27 GMT Resent-Message-Id: <200411291410.iATEARr2045832@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C47616A4CE for ; Mon, 29 Nov 2004 14:08:42 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D1DA43D55 for ; Mon, 29 Nov 2004 14:08:41 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 828BE11707 for ; Mon, 29 Nov 2004 15:09:17 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82054-01 for ; Mon, 29 Nov 2004 15:09:08 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id ADC08114BD; Mon, 29 Nov 2004 15:09:08 +0100 (CET) Message-Id: <20041129140908.ADC08114BD@gate.xbsd.org> Date: Mon, 29 Nov 2004 15:09:08 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74516: net/ldapsh - Update port to version 2.0b1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:10:28 -0000 >Number: 74516 >Category: ports >Synopsis: net/ldapsh - Update port to version 2.0b1 >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 Nov 29 14:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Update port to version 2.0b1 (new search function). Move example configuration file to $EXAMPLESDIR. >How-To-Repeat: N/A. >Fix: --- ldapsh-2.0b1.diff begins here --- diff -ruN ldapsh.old/Makefile ldapsh/Makefile --- ldapsh.old/Makefile Mon Nov 29 13:37:20 2004 +++ ldapsh/Makefile Mon Nov 29 15:07:39 2004 @@ -6,11 +6,10 @@ # PORTNAME= ldapsh -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 2.0.b1 CATEGORIES= net MASTER_SITES= http://madstop.com/ldapsh/ -EXTRACT_SUFX= .tgz +DISTFILES= ldapsh-2.0b1.tgz MAINTAINER= flz@xbsd.org COMMENT= Interactive shell used to administer ldap directories @@ -18,9 +17,16 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} +PKGMESSAGE= ${WRKDIR}/pkg-message + +SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ + -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ + -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' + USE_PERL5= yes NO_BUILD= yes USE_REINPLACE= yes @@ -28,19 +34,18 @@ .include -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long -.endif +post-patch: + ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh + +pre-install: + ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message do-install: - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/COMMANDS ${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/ldapsh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/examples/LdapConfig.pl ${PREFIX}/etc/LdapConfig.pl.sample + ${INSTALL_DATA} ${WRKSRC}/examples/LdapConfig.pl ${EXAMPLESDIR}/LdapConfig.pl ${CP} -r ${WRKSRC}/lib/Net ${SITE_PERL} - -post-patch: - ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh post-install: ${CAT} ${PKGMESSAGE} diff -ruN ldapsh.old/distinfo ldapsh/distinfo --- ldapsh.old/distinfo Mon Nov 29 13:37:20 2004 +++ ldapsh/distinfo Mon Nov 29 13:54:54 2004 @@ -1,2 +1,2 @@ -MD5 (ldapsh-1.2.tgz) = 0c4b8583594ddb5ddf6af960a77d1d30 -SIZE (ldapsh-1.2.tgz) = 27095 +MD5 (ldapsh-2.0b1.tgz) = cd2a8d7ebfbde0a208f2f134439ce8f9 +SIZE (ldapsh-2.0b1.tgz) = 30677 diff -ruN ldapsh.old/pkg-message ldapsh/pkg-message --- ldapsh.old/pkg-message Mon Nov 29 13:37:20 2004 +++ ldapsh/pkg-message Mon Nov 29 14:58:28 2004 @@ -1,6 +1,9 @@ -Before you can run the command: +************************************************************* +Before using ldapsh, you'll probably want to : - Create the configuration file (an example is in - /usr/local/etc/LdapConfig.pl.sample) -- See the file COMMANDS in the DOCSDIR (most likely - /usr/local/share/doc/ldapsh) for an overview of the commands. + %%EXAMPLESDIR%%/LdapConfig.pl, modify it to + suit your needs and place it in %%PREFIX%%/etc/) +- See %%DOCSDIR%%/COMMANDS for an overview of + the available commands. +************************************************************* diff -ruN ldapsh.old/pkg-plist ldapsh/pkg-plist --- ldapsh.old/pkg-plist Mon Nov 29 13:37:20 2004 +++ ldapsh/pkg-plist Mon Nov 29 15:01:47 2004 @@ -1,5 +1,4 @@ bin/ldapsh -etc/LdapConfig.pl.sample %%SITE_PERL%%/Net/LDAP/Config.pm %%SITE_PERL%%/Net/LDAP/Shell.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/cat.pm @@ -8,11 +7,14 @@ %%SITE_PERL%%/Net/LDAP/Shell/Commands/ls.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/new.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/rm.pm +%%SITE_PERL%%/Net/LDAP/Shell/Commands/search.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/stub.pm -%%SITE_PERL%%/Net/LDAP/Shell/Config.pm.example %%SITE_PERL%%/Net/LDAP/Shell/Desc.pm %%SITE_PERL%%/Net/LDAP/Shell/Schema.pm %%SITE_PERL%%/Net/LDAP/Shell/Util.pm %%DOCSDIR%%/COMMANDS +%%EXAMPLESDIR%%/LdapConfig.pl @dirrm %%SITE_PERL%%/Net/LDAP/Shell/Commands @dirrm %%SITE_PERL%%/Net/LDAP/Shell +@dirrm %%DOCSDIR%% +@dirrm %%EXAMPLESDIR%% --- ldapsh-2.0b1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:14:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D8B16A4CE; Mon, 29 Nov 2004 14:14:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C0143D5A; Mon, 29 Nov 2004 14:14:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEEawB046066; Mon, 29 Nov 2004 14:14:36 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEEaVI046062; Mon, 29 Nov 2004 14:14:36 GMT (envelope-from sem) Date: Mon, 29 Nov 2004 14:14:36 GMT From: Sergey Matveychuk Message-Id: <200411291414.iATEEaVI046062@freefall.freebsd.org> To: shelton@sentry.granch.ru, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59371: new port: net/smb4k, KDE SMB network browser and SMB shares manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:14:37 -0000 Synopsis: new port: net/smb4k, KDE SMB network browser and SMB shares manager State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Mon Nov 29 14:14:19 GMT 2004 State-Changed-Why: Obsoleted. Closed on submitter request. http://www.freebsd.org/cgi/query-pr.cgi?pr=59371 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:19:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AE316A4CF; Mon, 29 Nov 2004 14:19:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7073343D54; Mon, 29 Nov 2004 14:19:58 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEJwpX046253; Mon, 29 Nov 2004 14:19:58 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEJw4Z046249; Mon, 29 Nov 2004 14:19:58 GMT (envelope-from vs) Date: Mon, 29 Nov 2004 14:19:58 GMT From: Volker Stolz Message-Id: <200411291419.iATEJw4Z046249@freefall.freebsd.org> To: bogorodskiy@inbox.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70061: [ new port ] x11-clocks/osdclock: small clock which uses libxosd to render text to the root window X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:19:58 -0000 Synopsis: [ new port ] x11-clocks/osdclock: small clock which uses libxosd to render text to the root window State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Mon Nov 29 14:15:47 GMT 2004 State-Changed-Why: Does not build on 4.10: ===> Building for osdclock-0.4 cc -O2 -pipe -g -I/usr/X11R6/include -c osd_clock.c osd_clock.c:27: getopt.h: No such file or directory osd_clock.c:30: elements of array `long_options' have incomplete type osd_clock.c:31: warning: excess elements in struct initializer osd_clock.c:31: warning: (near initialization for `long_options[0]') [lots stripped] osd_clock.c:42: invalid use of undefined type `struct option' *** Error code 1 Simply using gcc34 seems to fix this. Also, the mastersite has 0.5 by now. If you have no objections, I'll do all this on-the-fly when committing... http://www.freebsd.org/cgi/query-pr.cgi?pr=70061 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:30:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E07016A4CE for ; Mon, 29 Nov 2004 14:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7493C43D5D for ; Mon, 29 Nov 2004 14:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEUSro047782 for ; Mon, 29 Nov 2004 14:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEUSK2047781; Mon, 29 Nov 2004 14:30:28 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 14:30:28 GMT Message-Id: <200411291430.iATEUSK2047781@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Florent Thoumie Subject: Re: ports/74513: net/smbldap-tools - Update port to version 0.8.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:30:28 -0000 The following reply was made to PR ports/74513; it has been noted by GNATS. From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/74513: net/smbldap-tools - Update port to version 0.8.5.3 Date: Mon, 29 Nov 2004 15:24:12 +0100 Sorry again, this new version is pure style correction (DISTNAME instead of DISTFILES). --- snip --- diff -ruN smbldap-tools.old/Makefile smbldap-tools/Makefile --- smbldap-tools.old/Makefile Wed Nov 24 05:20:28 2004 +++ smbldap-tools/Makefile Mon Nov 29 15:18:10 2004 @@ -6,9 +6,10 @@ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.5.3 CATEGORIES= net MASTER_SITES= http://samba.idealx.org/dist/ +DISTNAME= ${PORTNAME}-0.8.5-3 EXTRACT_SUFX= .tgz MAINTAINER= flz@xbsd.org @@ -18,10 +19,17 @@ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash RUN_DEPENDS= ${BUILD_DEPENDS} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5 USE_PERL5= yes NO_BUILD= yes USE_REINPLACE= yes +PKGMESSAGE= ${WRKDIR}/pkg-message + +SED_SCRIPT= -e 's,%%PORTNAME%%,${PORTNAME},g' \ + -e 's,%%PREFIX%%,${PREFIX},g' \ + -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' + post-patch: ${REINPLACE_CMD} -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smb.conf @@ -30,17 +38,25 @@ ${WRKSRC}/smbldap_tools.pm ${REINPLACE_CMD} -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd +pre-install: + ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message + do-install: ${MKDIR} ${EXAMPLESDIR} ${MKDIR} ${PREFIX}/etc/${PORTNAME} - ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${PREFIX}/etc/${PORTNAME}/ + ${INSTALL_SCRIPT} ${WRKSRC}/configure.pl ${EXAMPLESDIR}/ .for i in smbldap.conf smbldap_bind.conf - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/etc/${PORTNAME}/$i.default + ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLESDIR}/ .endfor -.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-migrate-accounts smbldap-migrate-groups smbldap-passwd smbldap-populate +.for i in smbldap-groupadd smbldap-groupdel smbldap-groupmod smbldap-groupshow smbldap-useradd smbldap-userdel smbldap-usermod smbldap-usershow smbldap-passwd smbldap-populate ${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/sbin .endfor + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-accounts ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/doc/smbldap-migrate-groups ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/smbldap_tools.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/smb.conf ${EXAMPLESDIR}/ + +post-install: + ${CAT} ${PKGMESSAGE} .include diff -ruN smbldap-tools.old/distinfo smbldap-tools/distinfo --- smbldap-tools.old/distinfo Fri Jul 30 21:22:01 2004 +++ smbldap-tools/distinfo Thu Nov 25 22:28:49 2004 @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.5.tgz) = 4bfa0e5328b8420b98d91a046117b7c5 -SIZE (smbldap-tools-0.8.5.tgz) = 269327 +MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab +SIZE (smbldap-tools-0.8.5-3.tgz) = 275520 diff -ruN smbldap-tools.old/pkg-message smbldap-tools/pkg-message --- smbldap-tools.old/pkg-message Thu Jan 1 01:00:00 1970 +++ smbldap-tools/pkg-message Mon Nov 29 14:33:33 2004 @@ -0,0 +1,9 @@ +****************************************************************** +Before using smbldap-tools, you need to do some configuration. + +Configuration files can be created from examples located in : +%%EXAMPLESDIR%%. + +Copy these files and modify them to suit your needs, then put them +in %%PREFIX%%/etc/%%PORTNAME%%. +****************************************************************** diff -ruN smbldap-tools.old/pkg-plist smbldap-tools/pkg-plist --- smbldap-tools.old/pkg-plist Tue May 25 23:19:26 2004 +++ smbldap-tools/pkg-plist Mon Nov 29 14:13:14 2004 @@ -1,6 +1,3 @@ -etc/smbldap-tools/configure.pl -etc/smbldap-tools/smbldap.conf.default -etc/smbldap-tools/smbldap_bind.conf.default sbin/smbldap-groupadd sbin/smbldap-groupdel sbin/smbldap-groupmod @@ -13,7 +10,12 @@ sbin/smbldap-userdel sbin/smbldap-usermod sbin/smbldap-usershow +%%EXAMPLESDIR%%/configure.pl %%EXAMPLESDIR%%/smb.conf +%%EXAMPLESDIR%%/smbldap.conf +%%EXAMPLESDIR%%/smbldap_bind.conf %%SITE_PERL%%/smbldap_tools.pm -@dirrm etc/smbldap-tools +@exec mkdir -p etc/smbldap-tools +@unexec rmdir etc/smbldap-tools 2>/dev/null || true +@exec mkdir -p %%EXAMPLESDIR%% @dirrm %%EXAMPLESDIR%% --- snip --- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:30:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3EA16A4CE for ; Mon, 29 Nov 2004 14:30:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CE743D48 for ; Mon, 29 Nov 2004 14:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEUW9E048055 for ; Mon, 29 Nov 2004 14:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEUW6o047975; Mon, 29 Nov 2004 14:30:32 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 14:30:32 GMT Message-Id: <200411291430.iATEUW6o047975@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Florent Thoumie Subject: Re: ports/74516: net/ldapsh - Update port to version 2.0b1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:30:33 -0000 The following reply was made to PR ports/74516; it has been noted by GNATS. From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/74516: net/ldapsh - Update port to version 2.0b1 Date: Mon, 29 Nov 2004 15:29:06 +0100 I used DISTFILES instead of DISTNAME, here is the new diff. --- snip --- diff -ruN ldapsh.old/Makefile ldapsh/Makefile --- ldapsh.old/Makefile Mon Nov 29 13:37:20 2004 +++ ldapsh/Makefile Mon Nov 29 15:25:40 2004 @@ -6,10 +6,10 @@ # PORTNAME= ldapsh -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 2.0.b1 CATEGORIES= net MASTER_SITES= http://madstop.com/ldapsh/ +DISTNAME= ldapsh-2.0b1 EXTRACT_SUFX= .tgz MAINTAINER= flz@xbsd.org @@ -18,9 +18,16 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} +PKGMESSAGE= ${WRKDIR}/pkg-message + +SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ + -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ + -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' + USE_PERL5= yes NO_BUILD= yes USE_REINPLACE= yes @@ -28,19 +35,18 @@ .include -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long -.endif +post-patch: + ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh + +pre-install: + ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message do-install: - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/COMMANDS ${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/ldapsh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/examples/LdapConfig.pl ${PREFIX}/etc/LdapConfig.pl.sample + ${INSTALL_DATA} ${WRKSRC}/examples/LdapConfig.pl ${EXAMPLESDIR}/LdapConfig.pl ${CP} -r ${WRKSRC}/lib/Net ${SITE_PERL} - -post-patch: - ${REINPLACE_CMD} -e "s,/usr/local/bin/perl,${PERL}," ${WRKSRC}/ldapsh post-install: ${CAT} ${PKGMESSAGE} diff -ruN ldapsh.old/distinfo ldapsh/distinfo --- ldapsh.old/distinfo Mon Nov 29 13:37:20 2004 +++ ldapsh/distinfo Mon Nov 29 13:54:54 2004 @@ -1,2 +1,2 @@ -MD5 (ldapsh-1.2.tgz) = 0c4b8583594ddb5ddf6af960a77d1d30 -SIZE (ldapsh-1.2.tgz) = 27095 +MD5 (ldapsh-2.0b1.tgz) = cd2a8d7ebfbde0a208f2f134439ce8f9 +SIZE (ldapsh-2.0b1.tgz) = 30677 diff -ruN ldapsh.old/pkg-message ldapsh/pkg-message --- ldapsh.old/pkg-message Mon Nov 29 13:37:20 2004 +++ ldapsh/pkg-message Mon Nov 29 14:58:28 2004 @@ -1,6 +1,9 @@ -Before you can run the command: +************************************************************* +Before using ldapsh, you'll probably want to : - Create the configuration file (an example is in - /usr/local/etc/LdapConfig.pl.sample) -- See the file COMMANDS in the DOCSDIR (most likely - /usr/local/share/doc/ldapsh) for an overview of the commands. + %%EXAMPLESDIR%%/LdapConfig.pl, modify it to + suit your needs and place it in %%PREFIX%%/etc/) +- See %%DOCSDIR%%/COMMANDS for an overview of + the available commands. +************************************************************* diff -ruN ldapsh.old/pkg-plist ldapsh/pkg-plist --- ldapsh.old/pkg-plist Mon Nov 29 13:37:20 2004 +++ ldapsh/pkg-plist Mon Nov 29 15:01:47 2004 @@ -1,5 +1,4 @@ bin/ldapsh -etc/LdapConfig.pl.sample %%SITE_PERL%%/Net/LDAP/Config.pm %%SITE_PERL%%/Net/LDAP/Shell.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/cat.pm @@ -8,11 +7,14 @@ %%SITE_PERL%%/Net/LDAP/Shell/Commands/ls.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/new.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/rm.pm +%%SITE_PERL%%/Net/LDAP/Shell/Commands/search.pm %%SITE_PERL%%/Net/LDAP/Shell/Commands/stub.pm -%%SITE_PERL%%/Net/LDAP/Shell/Config.pm.example %%SITE_PERL%%/Net/LDAP/Shell/Desc.pm %%SITE_PERL%%/Net/LDAP/Shell/Schema.pm %%SITE_PERL%%/Net/LDAP/Shell/Util.pm %%DOCSDIR%%/COMMANDS +%%EXAMPLESDIR%%/LdapConfig.pl @dirrm %%SITE_PERL%%/Net/LDAP/Shell/Commands @dirrm %%SITE_PERL%%/Net/LDAP/Shell +@dirrm %%DOCSDIR%% +@dirrm %%EXAMPLESDIR%% --- snip --- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 14:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9FE616A4CE for ; Mon, 29 Nov 2004 14:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2CB43D5C for ; Mon, 29 Nov 2004 14:50:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEoUdw050707 for ; Mon, 29 Nov 2004 14:50:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATEoUCV050704; Mon, 29 Nov 2004 14:50:30 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 14:50:30 GMT Resent-Message-Id: <200411291450.iATEoUCV050704@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olafur Osvaldsson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2562916A4CE for ; Mon, 29 Nov 2004 14:47:20 +0000 (GMT) Received: from aker.isnic.is (aker.isnic.is [193.4.58.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82C543D2D for ; Mon, 29 Nov 2004 14:47:19 +0000 (GMT) (envelope-from oli@aker.isnic.is) Received: by aker.isnic.is (Postfix, from userid 1000) id A685D8A1C7; Mon, 29 Nov 2004 14:47:18 +0000 (GMT) Message-Id: <20041129144718.A685D8A1C7@aker.isnic.is> Date: Mon, 29 Nov 2004 14:47:18 +0000 (GMT) From: Olafur Osvaldsson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74517: [MAINTAINER] dns/nsd: update to 2.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:50:30 -0000 >Number: 74517 >Category: ports >Synopsis: [MAINTAINER] dns/nsd: update to 2.1.5 >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 Nov 29 14:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Olafur Osvaldsson >Release: FreeBSD 5.3-RC1 i386 >Organization: ISNIC >Environment: System: FreeBSD aker.isnic.is 5.3-RC1 FreeBSD 5.3-RC1 #0: Sat Oct 30 14:46:17 GMT 2004 >Description: - Update to 2.1.5 BUG FIXES: - Bug #90: handle \000 in TXT records correctly - Fixed undefined behavior in the use of vsnprintf when logging messages. This caused crashes on Linux/PPC. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- nsd-2.1.5.patch begins here --- diff -ruN nsd.orig/Makefile nsd/Makefile --- nsd.orig/Makefile Mon Nov 29 14:44:09 2004 +++ nsd/Makefile Mon Nov 29 14:44:25 2004 @@ -6,7 +6,7 @@ # PORTNAME= nsd -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff -ruN nsd.orig/distinfo nsd/distinfo --- nsd.orig/distinfo Mon Nov 29 14:44:09 2004 +++ nsd/distinfo Mon Nov 29 14:44:54 2004 @@ -1,2 +1,2 @@ -MD5 (nsd-2.1.4.tar.gz) = 8aee452493b93f27c52e8b4dd2d5a161 -SIZE (nsd-2.1.4.tar.gz) = 225414 +MD5 (nsd-2.1.5.tar.gz) = 24e81b2bb25f0663e153e174bb585f04 +SIZE (nsd-2.1.5.tar.gz) = 225543 Binary files nsd.orig/nsd-2.1.5.tbz and nsd/nsd-2.1.5.tbz differ --- nsd-2.1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 16:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6872716A4CF for ; Mon, 29 Nov 2004 16:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3EF43D4C for ; Mon, 29 Nov 2004 16:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATG0qGB059345 for ; Mon, 29 Nov 2004 16:00:52 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATG0q5n059344; Mon, 29 Nov 2004 16:00:52 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 16:00:52 GMT Resent-Message-Id: <200411291600.iATG0q5n059344@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, jan grant Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 113F316A4CE for ; Mon, 29 Nov 2004 15:53:22 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCE743D39 for ; Mon, 29 Nov 2004 15:53:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iATFrLH9085486 for ; Mon, 29 Nov 2004 15:53:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iATFrLgV085485; Mon, 29 Nov 2004 15:53:21 GMT (envelope-from nobody) Message-Id: <200411291553.iATFrLgV085485@www.freebsd.org> Date: Mon, 29 Nov 2004 15:53:21 GMT From: jan grant To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74518: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:00:53 -0000 >Number: 74518 >Category: ports >Synopsis: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 16:00:52 GMT 2004 >Closed-Date: >Last-Modified: >Originator: jan grant >Release: 4-stable >Organization: University of Bristol >Environment: FreeBSD tribble.ilrt.bris.ac.uk 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Nov 2 17:24:12 GMT 2004 cmjg@tribble.ilrt.bris.ac.uk:/external/usr.obj/usr/src/sys/JAN i386 (This is essentially GENERIC) >Description: The openoffice-1.1 port build fails early (just after completing the contained build of mozilla). When building with WITHOUT_MOZILLA, it fails almost immediately, ending with this line: Configure completed You may now run /backups/ports-work/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src/bootstrap in /backups/ports-work/usr/ports/editors/openoffice-1.1/work/OOo_1.1.3_src ===> Building for openoffice-1.1.3_1 dmake: makefile.mk: line 251: Error -- Include file target.mk, not found *** Error code 255 This is the case when building the port manually or via portupgrade. Sure enough, the top-level dmake makefile.mk refers to a "target.mk" that doesn't exist; and isn't on dmake's include path, for some reason. This build error has persisted for several months now. There's nothing particularly unusual about this system; it's most perplexing :-( I've removed and re-updated the ports directory, checked the various tarballs and everything else seems ok. >How-To-Repeat: cd /usr/ports/editors/openoffice-1.1 && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 16:00:56 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C640716A4CE for ; Mon, 29 Nov 2004 16:00:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B91243D5C for ; Mon, 29 Nov 2004 16:00:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATG0u8u059411 for ; Mon, 29 Nov 2004 16:00:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATG0uT8059410; Mon, 29 Nov 2004 16:00:56 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 16:00:56 GMT Message-Id: <200411291600.iATG0uT8059410@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: afabian@austin.rr.com Subject: Re: ports/74220: ghostscript-afpl missing a dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: afabian@austin.rr.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:00:56 -0000 The following reply was made to PR ports/74220; it has been noted by GNATS. From: afabian@austin.rr.com To: freebsd-gnats-submit@FreeBSD.org, afabian@austin.rr.com Cc: Subject: Re: ports/74220: ghostscript-afpl missing a dependency Date: Mon, 29 Nov 2004 09:55:29 -0600 (CST) I think I went through and only unselected some things that were selected by default. Perhaps anything that requires svgalib could be deselected by default, with a small note or visual cue that svgalib is required. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 16:37:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FDB516A4CE; Mon, 29 Nov 2004 16:37:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C6E43D67; Mon, 29 Nov 2004 16:37:31 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGbVk3066149; Mon, 29 Nov 2004 16:37:31 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATGbVSg066145; Mon, 29 Nov 2004 16:37:31 GMT (envelope-from sergei) Date: Mon, 29 Nov 2004 16:37:31 GMT From: Sergei Kolobov Message-Id: <200411291637.iATGbVSg066145@freefall.freebsd.org> To: sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/74492: NEW PORT: security/base - BASE 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:37:31 -0000 Synopsis: NEW PORT: security/base - BASE 1.0 Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Mon Nov 29 16:37:20 GMT 2004 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=74492 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 17:00:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 925D316A4D3 for ; Mon, 29 Nov 2004 17:00:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8AC43D46 for ; Mon, 29 Nov 2004 17:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATH0csO068594 for ; Mon, 29 Nov 2004 17:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATH0chn068589; Mon, 29 Nov 2004 17:00:38 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 17:00:38 GMT Resent-Message-Id: <200411291700.iATH0chn068589@freefall.freebsd.org> 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 Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B8B16A4CE for ; Mon, 29 Nov 2004 16:52:00 +0000 (GMT) Received: from mx5.kent.ac.uk (mx5.kent.ac.uk [129.12.21.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3A043D31 for ; Mon, 29 Nov 2004 16:51:59 +0000 (GMT) (envelope-from t.d.bishop@kent.ac.uk) Received: from hathor.ukc.ac.uk ([129.12.4.12]) by mx5.kent.ac.uk with esmtp (Exim 4.42) id 1CYokk-0004tm-Vx; Mon, 29 Nov 2004 16:51:55 +0000 Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by hathor.ukc.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.42) id 1CYokk-0006h7-Ti; Mon, 29 Nov 2004 16:51:54 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.42 (FreeBSD)) id 1CYokk-000Aav-PW; Mon, 29 Nov 2004 16:51:54 +0000 Message-Id: Date: Mon, 29 Nov 2004 16:51:54 +0000 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/74519: [MAINTAINER] misc/proxyper: Improve startup script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:00:38 -0000 >Number: 74519 >Category: ports >Synopsis: [MAINTAINER] misc/proxyper: Improve startup script >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 Nov 29 17:00:37 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004 >Description: The startup script here can be improved and made simpler. The result is that the necessary checks will be done to see if the process is running before stopping or starting. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- proxyper-341b_1.patch begins here --- Index: Makefile =================================================================== RCS file: /u1/freebsd/cvs/ports/misc/proxyper/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 14 Nov 2004 22:47:05 -0000 1.20 +++ Makefile 29 Nov 2004 16:50:38 -0000 @@ -7,6 +7,7 @@ PORTNAME= proxyper PORTVERSION= 341b +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/proxyper/ \ http://http.distributed.net/pub/dcti/proxyper/ Index: files/proxyper.sh =================================================================== RCS file: /u1/freebsd/cvs/ports/misc/proxyper/files/proxyper.sh,v retrieving revision 1.4 diff -u -r1.4 proxyper.sh --- files/proxyper.sh 25 Aug 2004 09:17:55 -0000 1.4 +++ files/proxyper.sh 29 Nov 2004 16:49:11 -0000 @@ -9,28 +9,20 @@ proxyper_enable=${proxyper_enable:-"NO"} dir="%%BINDIR%%" +user="nobody" . %%RC_SUBR%% name="proxyper" rcvar=`set_rcvar` +pidfile=${dir}/rc5desproxy.pid required_files=${dir}/${name}.ini -start_cmd="${name}_start" -stop_cmd="${name}_stop" +proxyper_user=${user} -proxyper_start() -{ - echo -n " proxyper" - su -m nobody -c "${dir}/proxyper" >/dev/null 2>&1 & -} - -proxyper_stop() -{ - kill `cat ${dir}/rc5desproxy.pid` - echo -n " proxyper" -} +command=${dir}/${name} +command_args=">/dev/null 2>&1 &" load_rc_config $name run_rc_command "$1" --- proxyper-341b_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 17:04:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9F816A4CE; Mon, 29 Nov 2004 17:04:06 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5321C43D46; Mon, 29 Nov 2004 17:04:05 +0000 (GMT) (envelope-from question+fbsdports@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id C343A45037; Mon, 29 Nov 2004 09:04:01 -0800 (PST) Date: Mon, 29 Nov 2004 09:04:01 -0800 From: Linh Pham To: Linh Pham Message-ID: <20041129170401.GA29184@q.internal.closedsrc.org> References: <20041128214518.75A8245039@q.closedsrc.org> <200411282150.iASLoToB062902@freefall.freebsd.org> <20041129002900.GG24728@q.internal.closedsrc.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F" Content-Disposition: inline In-Reply-To: <20041129002900.GG24728@q.internal.closedsrc.org> Organization: closedsrc.org Mail-Copies-To: poster X-PGP-Key: http://closedsrc.org/~question/pubkey.asc User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org cc: sergei@freebsd.org Subject: Re: ports/74492: NEW PORT: security/base - BASE 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:04:06 -0000 --IrhDeMKUP4DT/M7F Content-Type: multipart/mixed; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Attached is a uuencoded tarball of the port which should be used instead of the patches submitted. I have shortened the COMMENT text in the Makefile to hopefully keep it from being truncated by pkg_info. --=20 Linh Pham question+fbsdports@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="base.tar.uu" begin 644 base.tar M8F%S92\````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````#`P-#`W-34`,#`P,32!A;GD@8W)I=&5R:6$N M"B`@(%1H:7,@:6YC;'5D97,@87)R:79A;"!T:6UE+"!S:6=N871U"!T;R!S871S:69Y(&%L;6]S="!A M;GD@<&%R86UE=&5R2YP:'`*=W=W+V)A5]C;VUM;VXN<&AP M"G=W=R]B87-E+V)A"YP:'`*=W=W+V)A6QE6QE+F-S2YI;F,N<&AP"G=W=R]B M87-E+VEN8VQU9&5S+V)A2YI;F,N<&AP"G=W=R]B87-E+VEN8VQU9&5S+V)A7-Q;"YS<6P*=W=W+V)A%]T;U\Q+C`M;7ES<6PN"YP:'`* M=W=W+V)A6QEBD@/2!E93%C9#5F-S,P.#TU!4U1%4E]3251%7U-/55)#149/4D=%?0I-05-415)?4TE4 M15]354)$25(]("`@("!S96-U65S"@ID;RUI;G-T86QL.@H)0"1[34M$25)] M("1[4%)%1DE8?2]W=WU)-?2`D>U!2149)6'TO=W=W+V)ATU6?2`D>U!2149)6'TO=W=W M+V)A Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1131416A4CE for ; Mon, 29 Nov 2004 18:02:18 +0000 (GMT) Received: from meisai.numachi.com (meisai.numachi.com [198.175.254.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 18B8743D62 for ; Mon, 29 Nov 2004 18:02:17 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 56538 invoked from network); 29 Nov 2004 18:02:16 -0000 Received: from natto.numachi.com (198.175.254.216) by meisai.numachi.com with SMTP; 29 Nov 2004 18:02:16 -0000 Received: (qmail 8428 invoked by uid 1001); 29 Nov 2004 18:02:35 -0000 Date: Mon, 29 Nov 2004 18:02:35 +0000 From: Brian Reichert To: Volker Stolz Message-ID: <20041129180234.GB269@numachi.com> References: <200411150942.iAF9gWKn063312@freefall.freebsd.org> <20041126014756.GN545@numachi.com> <20041126165327.GO545@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org cc: Brian Reichert Subject: Re: ports/72693: port of ddd 3.1.9 current fails for build docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:02:18 -0000 On Fri, Nov 26, 2004 at 06:16:06PM +0100, Volker Stolz wrote: > Did you ever try > cd /usr/ports/devel/ddd && make > or did you only use 'portupgrade'? Not expressly so; I can perform that specific test in the net day or so. I appeciate the feedback... > -- > http://lambda.foldr.org/~vs/ > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2145016A4D0 for ; Mon, 29 Nov 2004 18:20:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF4943D5E for ; Mon, 29 Nov 2004 18:20:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKXxE081706 for ; Mon, 29 Nov 2004 18:20:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKXvi081705; Mon, 29 Nov 2004 18:20:33 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:33 GMT Resent-Message-Id: <200411291820.iATIKXvi081705@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "kostik " Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE71E16A4CE for ; Mon, 29 Nov 2004 18:12:39 +0000 (GMT) Received: from mail.ncport.ru (mail.ncport.ru [213.134.192.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 234DB43D45 for ; Mon, 29 Nov 2004 18:12:39 +0000 (GMT) (envelope-from kostik@ncport.ru) Received: from localhost (localhost [127.0.0.1]) by mail.ncport.ru (mail.ncport.ru) with ESMTP id 9DEE136740A; Mon, 29 Nov 2004 21:12:35 +0300 (MSK) Received: from fuzzy.ncport.ru (fuzzy.ncport.ru [213.134.203.22]) by mail.ncport.ru (mail.ncport.ru) with ESMTP id 1E7C1367434; Mon, 29 Nov 2004 21:12:34 +0300 (MSK) Message-Id: <1101751955.0@fuzzy.ncport.ru> Date: Mon, 29 Nov 2004 21:12:35 +0300 From: "kostik " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 cc: kostik@ncport.ru Subject: ports/74522: gnomeicu crashes on incorrect history file. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:35 -0000 >Number: 74522 >Category: ports >Synopsis: gnomeicu crashes on incorrect history file. >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 Nov 29 18:20:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: kostik >Release: FreeBSD 5.2-CURRENT i386 >Organization: Newcom Port ISP >Environment: System: FreeBSD 5.2-CURRENT #0: Tue Aug 10 17:37:41 MSD 2004 kostik@fuzzy.ncport.ru:/usr/obj/usr/src/sys/FUZZY >Description: When you try to open incorrectly formatted history file (left from much-much older version of gnomeicu, for example) the result was a core dump in src/history.c:history_parse_chunk():sscanf(). >How-To-Repeat: Run gnomeicu ver. 0.99.5 and try open history with an incorrectly formatted user history file. >Fix: Apply the following patch, recompile and run: ======================================= --- src/history.c.orig Mon Nov 29 20:48:25 2004 +++ src/history.c Mon Nov 29 20:21:37 2004 @@ -214,6 +214,11 @@ char direction; time_t time; + if (! (ptr+4)) { + g_free (hp->buffer); + g_free (hp); + return FALSE; + } /* read header info */ sscanf (ptr+4, "%c %d", &direction, (int *)&time); ======================================= >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2476B16A4D1 for ; Mon, 29 Nov 2004 18:20:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB12243D68 for ; Mon, 29 Nov 2004 18:20:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKXpg081763 for ; Mon, 29 Nov 2004 18:20:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKXxc081762; Mon, 29 Nov 2004 18:20:33 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:33 GMT Resent-Message-Id: <200411291820.iATIKXxc081762@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F3BC16A4CF for ; Mon, 29 Nov 2004 18:13:15 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC05243D5F for ; Mon, 29 Nov 2004 18:13:12 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iATID8I5086796 for ; Mon, 29 Nov 2004 16:13:09 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iATID7TQ086795; Mon, 29 Nov 2004 16:13:07 -0200 (BRST) Message-Id: <200411291813.iATID7TQ086795@digitalsign.com> Date: Mon, 29 Nov 2004 16:13:07 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74523: Update port: devel/pear-PHPUnit2 to 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:35 -0000 >Number: 74523 >Category: ports >Synopsis: Update port: devel/pear-PHPUnit2 to 2.2.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 Nov 29 18:20:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: + update devel/pear-PHPUnit2 to 2.2.0 >How-To-Repeat: >Fix: diff -ruN pear-PHPUnit2.orig/Makefile pear-PHPUnit2/Makefile --- pear-PHPUnit2.orig/Makefile Sat Nov 27 03:24:57 2004 +++ pear-PHPUnit2/Makefile Mon Nov 29 14:29:27 2004 @@ -6,8 +6,9 @@ # PORTNAME= PHPUnit2 -PORTVERSION= 2.1.4 +PORTVERSION= 2.2.0 CATEGORIES= devel www pear +DISTNAME= ${PORTNAME}-${PORTVERSION}beta1 MAINTAINER= antonio@php.net COMMENT= Regression testing framework for unit tests @@ -38,9 +39,10 @@ Extensions/ExceptionTestCase.php Extensions/PerformanceTestCase.php \ Extensions/RepeatedTest.php Extensions/TestDecorator.php \ Extensions/TestSetup.php Framework/Assert.php \ - Framework/AssertionFailedError.php Framework/ComparisonFailure.php \ - Framework/IncompleteTest.php Framework/IncompleteTestError.php \ - Framework/Test.php Framework/TestCase.php Framework/TestFailure.php \ + Framework/AssertionFailedError.php Framework/Error.php \ + Framework/ComparisonFailure.php Framework/IncompleteTest.php \ + Framework/IncompleteTestError.php Framework/Test.php \ + Framework/TestCase.php Framework/TestFailure.php \ Framework/TestListener.php Framework/TestResult.php \ Framework/TestSuite.php Framework/Warning.php \ Runner/BaseTestRunner.php Runner/IncludePathTestCollector.php \ @@ -50,8 +52,7 @@ Tests/Framework/AssertTest.php Tests/Framework/ComparisonFailureTest.php \ Tests/Framework/SuiteTest.php Tests/Framework/TestCaseTest.php \ Tests/Framework/TestImplementorTest.php \ - Tests/Framework/TestListenerTest.php \ - Tests/Extensions/TestDox/AllTests.php \ + Tests/Framework/TestListenerTest.php Tests/Extensions/TestDox/AllTests.php \ Tests/Extensions/TestDox/NamePrettifierTest.php \ Tests/Extensions/AllTests.php Tests/Extensions/ExceptionTestCaseTest.php \ Tests/Extensions/ExtensionTest.php \ @@ -59,18 +60,15 @@ Tests/Extensions/RepeatedTestTest.php Tests/Runner/AllTests.php \ Tests/Runner/BaseTestRunnerTest.php Tests/AllTests.php \ Tests/DoubleTestCase.php Tests/Error.php Tests/Failure.php \ - Tests/InheritedTestCase.php Tests/MockRunner.php \ - Tests/NoArgTestCaseTest.php Tests/NonStatic.php \ - Tests/NoTestCaseClass.php Tests/NoTestCases.php \ - Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php \ - Tests/OneTestCase.php Tests/OverrideTestCase.php \ - Tests/SetupFailure.php Tests/Sleep.php Tests/Success.php \ - Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \ - Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php \ - Tests/TornDown2.php Tests/TornDown3.php Tests/TornDown4.php \ - Tests/TornDown5.php Tests/WasRun.php TextUI/ResultPrinter.php \ - TextUI/TestRunner.php Util/Filter.php Util/Printer.php \ - Util/Skeleton.php + Tests/InheritedTestCase.php Tests/MockRunner.php Tests/NoArgTestCaseTest.php \ + Tests/NonStatic.php Tests/NoTestCaseClass.php Tests/NoTestCases.php \ + Tests/NotPublicTestCase.php Tests/NotVoidTestCase.php Tests/OneTestCase.php \ + Tests/OverrideTestCase.php Tests/SetupFailure.php Tests/Sleep.php \ + Tests/Success.php Tests/TearDownFailure.php Tests/ThrowExceptionTestCase.php \ + Tests/ThrowNoExceptionTestCase.php Tests/TornDown.php Tests/TornDown2.php \ + Tests/TornDown3.php Tests/TornDown4.php Tests/TornDown5.php Tests/WasRun.php \ + TextUI/ResultPrinter.php TextUI/TestRunner.php Util/Filter.php \ + Util/Printer.php Util/Skeleton.php SCRIPTFILES= phpunit .include diff -ruN pear-PHPUnit2.orig/distinfo pear-PHPUnit2/distinfo --- pear-PHPUnit2.orig/distinfo Sat Nov 27 03:24:57 2004 +++ pear-PHPUnit2/distinfo Mon Nov 29 14:23:36 2004 @@ -1,2 +1,2 @@ -MD5 (PEAR/PHPUnit2-2.1.4.tgz) = 07dd7ab9c8550c0b4d5cd48cee8cf34c -SIZE (PEAR/PHPUnit2-2.1.4.tgz) = 35078 +MD5 (PEAR/PHPUnit2-2.2.0beta1.tgz) = fce35d5b9370920d707c9f7067c86114 +SIZE (PEAR/PHPUnit2-2.2.0beta1.tgz) = 38330 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6EE16A4D3 for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449BA43D6A for ; Mon, 29 Nov 2004 18:20:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKYAn081776 for ; Mon, 29 Nov 2004 18:20:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKY2Z081775; Mon, 29 Nov 2004 18:20:34 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:34 GMT Resent-Message-Id: <200411291820.iATIKY2Z081775@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Russell Jackson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9E416A4CE for ; Mon, 29 Nov 2004 18:13:29 +0000 (GMT) Received: from cserv63.csub.edu (cserv63.csub.edu [136.168.10.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id A537143D39 for ; Mon, 29 Nov 2004 18:13:29 +0000 (GMT) (envelope-from raj@cserv62.csub.edu) Received: from cserv63.csub.edu (localhost [127.0.0.1]) by cserv63.csub.edu (8.13.1/8.13.1) with ESMTP id iATI22MC072361 for ; Mon, 29 Nov 2004 10:02:02 -0800 (PST) (envelope-from raj@cserv63.csub.edu) Received: (from raj@localhost) by cserv63.csub.edu (8.13.1/8.13.1/Submit) id iATI22NH072360; Mon, 29 Nov 2004 10:02:02 -0800 (PST) (envelope-from raj) Message-Id: <200411291802.iATI22NH072360@cserv63.csub.edu> Date: Mon, 29 Nov 2004 10:02:02 -0800 (PST) From: Russell Jackson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74524: [patch] [maintainer] net-snmp lib version bump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Russell Jackson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:35 -0000 >Number: 74524 >Category: ports >Synopsis: [patch] [maintainer] net-snmp lib version bump >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 18:20:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Russell Jackson >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD cserv63.csub.edu 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Thu Oct 21 12:31:19 PDT 2004 rjackson@cserv63.csub.edu:/usr/src/sys/i386/compile/CSERV63 i386 >Description: The net-snmp port incremented the library version from 6 to 7. >How-To-Repeat: >Fix: --- Makefile.orig Mon Nov 29 09:57:22 2004 +++ Makefile Mon Nov 29 09:57:34 2004 @@ -14,7 +14,7 @@ MAINTAINER= raj@cserv62.csub.edu COMMENT= Translate IP/DNS/WINS/MAC address into port description -LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp USE_GMAKE= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F93016A4CF for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF4243D4C for ; Mon, 29 Nov 2004 18:20:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKYNc081789 for ; Mon, 29 Nov 2004 18:20:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKYNf081788; Mon, 29 Nov 2004 18:20:34 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:34 GMT Resent-Message-Id: <200411291820.iATIKYNf081788@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8AB16A4CE for ; Mon, 29 Nov 2004 18:13:39 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00CA43D39 for ; Mon, 29 Nov 2004 18:13:37 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iATIDaI5086867 for ; Mon, 29 Nov 2004 16:13:36 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iATIDaSx086866; Mon, 29 Nov 2004 16:13:36 -0200 (BRST) Message-Id: <200411291813.iATIDaSx086866@digitalsign.com> Date: Mon, 29 Nov 2004 16:13:36 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74525: New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:36 -0000 >Number: 74525 >Category: ports >Synopsis: New port: devel/pear-XML_Transformer PEAR XML Transformations in 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: Mon Nov 29 18:20:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP The XML Transformer allows the binding of PHP functionality to XML tags to transform an XML document without the need for and the limitations of XSLT. >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: # # pear-XML_Transformer # pear-XML_Transformer/Makefile # pear-XML_Transformer/distinfo # pear-XML_Transformer/pkg-descr # echo c - pear-XML_Transformer mkdir -p pear-XML_Transformer > /dev/null 2>&1 echo x - pear-XML_Transformer/Makefile sed 's/^X//' >pear-XML_Transformer/Makefile << 'END-of-pear-XML_Transformer/Makefile' X# Ports collection makefile for: pear-XML_Transformer X# Date created: 29 September 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= XML_Transformer XPORTVERSION= 1.1.0 XCATEGORIES= devel www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR XML Transformations in PHP X XBUILD_DEPENDS= ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= XML XFILES= Transformer/Driver/Cache.php Transformer/Driver/OutputBuffer.php \ X Transformer/Namespace/Anchor.php Transformer/Namespace/DocBook.php \ X Transformer/Namespace/Image.php Transformer/Namespace/PHP.php \ X Transformer/Namespace/Widget.php Transformer/Tests/AllTests.php \ X Transformer/Tests/TestNamespace.php Transformer/Tests/TransformerTest.php \ X Transformer/CallbackRegistry.php Transformer/Namespace.php \ X Transformer.php XDOCS= README X_DOCSDIR= . X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-XML_Transformer/Makefile echo x - pear-XML_Transformer/distinfo sed 's/^X//' >pear-XML_Transformer/distinfo << 'END-of-pear-XML_Transformer/distinfo' XMD5 (PEAR/XML_Transformer-1.1.0.tgz) = 11dc89fdad2195a939354b71a568bacf XSIZE (PEAR/XML_Transformer-1.1.0.tgz) = 29877 END-of-pear-XML_Transformer/distinfo echo x - pear-XML_Transformer/pkg-descr sed 's/^X//' >pear-XML_Transformer/pkg-descr << 'END-of-pear-XML_Transformer/pkg-descr' XThe XML Transformer allows the binding of PHP functionality to XML tags Xto transform an XML document without the need for and the limitations Xof XSLT. X XWWW: http://pear.php.net/package/XML_Transformer/ END-of-pear-XML_Transformer/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5390716A4D4 for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6C443D72 for ; Mon, 29 Nov 2004 18:20:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKYX8081802 for ; Mon, 29 Nov 2004 18:20:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKYe8081801; Mon, 29 Nov 2004 18:20:34 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:34 GMT Resent-Message-Id: <200411291820.iATIKYe8081801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pasi Hirvonen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C5816A4CE for ; Mon, 29 Nov 2004 18:13:46 +0000 (GMT) Received: from mandy.eunet.fi (mandy.eunet.fi [193.66.1.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6764E43D4C for ; Mon, 29 Nov 2004 18:13:45 +0000 (GMT) (envelope-from psh@iki.fi) Received: from mirp.foo (opiskelijat.joensuunelli.fi [193.65.112.51]) by mandy.eunet.fi (Postfix) with ESMTP id 8EEE513FF97 for ; Mon, 29 Nov 2004 20:13:43 +0200 (EET) Received: from mirp.foo (localhost [127.0.0.1]) by mirp.foo (8.13.1/8.13.1) with ESMTP id iATIDh4s005730 for ; Mon, 29 Nov 2004 20:13:43 +0200 (EET) (envelope-from pasi@localhost.localdomain) Received: (from pasi@localhost) by mirp.foo (8.13.1/8.13.1/Submit) id iATIDhp6005729; Mon, 29 Nov 2004 20:13:43 +0200 (EET) (envelope-from pasi) Message-Id: <200411291813.iATIDhp6005729@mirp.foo> Date: Mon, 29 Nov 2004 20:13:43 +0200 (EET) From: Pasi Hirvonen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74526: New port: irc/fisg Fast IRC statistics generator X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pasi Hirvonen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:36 -0000 >Number: 74526 >Category: ports >Synopsis: New port: irc/fisg Fast IRC statistics generator >Confidential: yes >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 Nov 29 18:20:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Pasi Hirvonen >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD mirp.foo 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #2: Fri Nov 26 17:34:19 EET 2004 pasi@mirp.foo:/usr/obj/usr/src/sys/MIRP i386 >Description: FISG is a tool that creates statistics from IRC logs. FISG supports various logfile formats and has a very fast parsing engine. WWW: http://www.tnsp.org/fisg.php >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: # # fisg # fisg/Makefile # fisg/pkg-descr # fisg/pkg-plist # fisg/files # fisg/files/patch-Makefile # fisg/distinfo # echo c - fisg mkdir -p fisg > /dev/null 2>&1 echo x - fisg/Makefile sed 's/^X//' >fisg/Makefile << 'END-of-fisg/Makefile' X# New ports collection makefile for: fisg X# Date created: 29 Nov 2004 X# Whom: Pasi Hirvonen X# X# $FreeBSD$ X# X XPORTNAME= fisg XPORTVERSION= 0.2.0 XCATEGORIES= irc XMASTER_SITES= http://www.tnsp.org/files/ X XMAINTAINER= psh@iki.fi XCOMMENT= Fast IRC statistics generator X XUSE_GMAKE= yes XBUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src X XPORTDOCS= README FAQ X XDATA_FILES= blue-h.png happy1.gif happy5.gif style-c64.css \ X blue-v.png happy2.gif happy6.gif style-pisg.css \ X green-h.png happy3.gif red-h.png yellow-h.png \ X green-v.png happy4.gif red-v.png yellow-v.png X XPKGMESSAGE= ${WRKDIR}/pkg-message X Xdo-install: X @${MKDIR} ${DATADIR} X cd ${WRKSRC}/data/ && ${INSTALL_DATA} ${DATA_FILES} ${DATADIR} X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/example.cfg ${EXAMPLESDIR}/ X ${INSTALL_DATA} ${WRKSRC}/users.cfg ${EXAMPLESDIR}/ X ${INSTALL_PROGRAM} ${WRKSRC}/src/fisg ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X.endif X X.include END-of-fisg/Makefile echo x - fisg/pkg-descr sed 's/^X//' >fisg/pkg-descr << 'END-of-fisg/pkg-descr' XFISG is a tool that creates statistics from IRC logs. FISG supports Xvarious logfile formats and has a very fast parsing engine. X XWWW: http://www.tnsp.org/fisg.php X X- Pasi Hirvonen Xpsh@iki.fi END-of-fisg/pkg-descr echo x - fisg/pkg-plist sed 's/^X//' >fisg/pkg-plist << 'END-of-fisg/pkg-plist' Xbin/fisg X%%EXAMPLESDIR%%/example.cfg X%%EXAMPLESDIR%%/users.cfg X%%DATADIR%%/blue-h.png X%%DATADIR%%/blue-v.png X%%DATADIR%%/green-h.png X%%DATADIR%%/green-v.png X%%DATADIR%%/happy1.gif X%%DATADIR%%/happy2.gif X%%DATADIR%%/happy3.gif X%%DATADIR%%/happy4.gif X%%DATADIR%%/happy5.gif X%%DATADIR%%/happy6.gif X%%DATADIR%%/red-h.png X%%DATADIR%%/red-v.png X%%DATADIR%%/style-c64.css X%%DATADIR%%/style-pisg.css X%%DATADIR%%/yellow-h.png X%%DATADIR%%/yellow-v.png X@dirrm %%EXAMPLESDIR%% X@dirrm %%DATADIR%% END-of-fisg/pkg-plist echo c - fisg/files mkdir -p fisg/files > /dev/null 2>&1 echo x - fisg/files/patch-Makefile sed 's/^X//' >fisg/files/patch-Makefile << 'END-of-fisg/files/patch-Makefile' X--- ../fisg-0.2.0-orig/src/Makefile Mon Nov 29 16:33:25 2004 X+++ src/Makefile Mon Nov 29 16:33:51 2004 X@@ -2,8 +2,8 @@ X # Makefile for UNIX X # X RM=rm X-CC=gcc X-CFLAGS= -g -O2 -Wall X+CC?=gcc X+CFLAGS?= -g -Wall X X FISGEXE=fisg X TARGETS=$(FISGEXE) strmatch END-of-fisg/files/patch-Makefile echo x - fisg/distinfo sed 's/^X//' >fisg/distinfo << 'END-of-fisg/distinfo' XMD5 (fisg-0.2.0.tar.gz) = c9632501cee22802934ecb266463e4d0 XSIZE (fisg-0.2.0.tar.gz) = 76700 END-of-fisg/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 876F416A4D0 for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 500F543D4C for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKZv8081815 for ; Mon, 29 Nov 2004 18:20:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKZW9081814; Mon, 29 Nov 2004 18:20:35 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:35 GMT Resent-Message-Id: <200411291820.iATIKZW9081814@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC2716A4CE for ; Mon, 29 Nov 2004 18:14:03 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D9543D31 for ; Mon, 29 Nov 2004 18:14:02 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iATIE0I5086939 for ; Mon, 29 Nov 2004 16:14:00 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iATIE0Zr086938; Mon, 29 Nov 2004 16:14:00 -0200 (BRST) Message-Id: <200411291814.iATIE0Zr086938@digitalsign.com> Date: Mon, 29 Nov 2004 16:14:00 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74527: New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:36 -0000 >Number: 74527 >Category: ports >Synopsis: New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses >Confidential: no >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 Nov 29 18:20:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses This package validates IPv4 addresses. >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: # # pear-Net_CheckIP # pear-Net_CheckIP/Makefile # pear-Net_CheckIP/distinfo # pear-Net_CheckIP/pkg-descr # echo c - pear-Net_CheckIP mkdir -p pear-Net_CheckIP > /dev/null 2>&1 echo x - pear-Net_CheckIP/Makefile sed 's/^X//' >pear-Net_CheckIP/Makefile << 'END-of-pear-Net_CheckIP/Makefile' X# Ports collection makefile for: pear-Net_CheckIP X# Date created: 29 November 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Net_CheckIP XPORTVERSION= 1.1 XCATEGORIES= net pear X XMAINTAINER= antonio@php.net XCOMMENT= Check the syntax of IPv4 addresses X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Net XFILES= CheckIP.php X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Net_CheckIP/Makefile echo x - pear-Net_CheckIP/distinfo sed 's/^X//' >pear-Net_CheckIP/distinfo << 'END-of-pear-Net_CheckIP/distinfo' XMD5 (PEAR/Net_CheckIP-1.1.tgz) = b7e7d4bd89e3140024d177a093d36d21 XSIZE (PEAR/Net_CheckIP-1.1.tgz) = 1385 END-of-pear-Net_CheckIP/distinfo echo x - pear-Net_CheckIP/pkg-descr sed 's/^X//' >pear-Net_CheckIP/pkg-descr << 'END-of-pear-Net_CheckIP/pkg-descr' XThis package validates IPv4 addresses. X XWWW: http://pear.php.net/package/Net_CheckIP/ END-of-pear-Net_CheckIP/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 18:20:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A40216A4DB for ; Mon, 29 Nov 2004 18:20:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D7043D2F for ; Mon, 29 Nov 2004 18:20:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIKZVA081829 for ; Mon, 29 Nov 2004 18:20:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATIKZj5081828; Mon, 29 Nov 2004 18:20:35 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 18:20:35 GMT Resent-Message-Id: <200411291820.iATIKZj5081828@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE1416A4CE for ; Mon, 29 Nov 2004 18:14:21 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF8043D5C for ; Mon, 29 Nov 2004 18:14:19 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iATIEDI5086992 for ; Mon, 29 Nov 2004 16:14:13 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iATIEDsS086991; Mon, 29 Nov 2004 16:14:13 -0200 (BRST) Message-Id: <200411291814.iATIEDsS086991@digitalsign.com> Date: Mon, 29 Nov 2004 16:14:13 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74528: New port: security/pear-LiveUser PEAR user authentication and permission management framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:20:36 -0000 >Number: 74528 >Category: ports >Synopsis: New port: security/pear-LiveUser PEAR user authentication and permission management framework >Confidential: no >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 Nov 29 18:20:35 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: security/pear-LiveUser PEAR user authentication and permission management framework LiveUser is a set of classes for dealing with user authentication and permission management. Basically, there are three main elements that make up this package: * The LiveUser class * The Auth containers * The Perm containers Currently available are containers using: PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth. >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: # # pear-LiveUser # pear-LiveUser/Makefile # pear-LiveUser/distinfo # pear-LiveUser/pkg-descr # echo c - pear-LiveUser mkdir -p pear-LiveUser > /dev/null 2>&1 echo x - pear-LiveUser/Makefile sed 's/^X//' >pear-LiveUser/Makefile << 'END-of-pear-LiveUser/Makefile' X# Ports collection makefile for: pear-LiveUser X# Date created: 29 November 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= LiveUser XPORTVERSION= 0.13.3 XCATEGORIES= security www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR user authentication and permission management framework X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ X ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log XRUN_DEPENDS= ${BUILD_DEPENDS} X XLATEST_LINK= pear-LiveUser XOPTIONS= PEAR_DB "PEAR::DB support" on \ X PEAR_MDB "PEAR::MDB support" off \ X PEAR_MDB2 "PEAR::MDB2 support" off \ X PEAR_XML_TREE "PEAR::XML_Tree support" off \ X PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off X XCATEGORY= LiveUser XFILES= Admin.php Admin/Auth/Common.php Admin/Auth/Container/DB.php \ X Admin/Auth/Container/MDB.php Admin/Auth/Container/MDB2.php \ X Admin/Perm/Common.php Admin/Perm/Container/DB_Complex.php \ X Admin/Perm/Container/DB_Medium.php Admin/Perm/Container/DB_Simple.php \ X Admin/Perm/Container/MDB2_Complex.php Admin/Perm/Container/MDB2_Medium.php \ X Admin/Perm/Container/MDB2_Simple.php Admin/Perm/Container/MDB_Complex.php \ X Admin/Perm/Container/MDB_Medium.php Admin/Perm/Container/MDB_Simple.php \ X Auth/Common.php Auth/Container/DB.php Auth/Container/MDB.php \ X Auth/Container/MDB2.php Auth/Container/PEAR_Auth.php Auth/Container/XML.php \ X Perm/Common.php Perm/Container/DB/Complex.php Perm/Container/DB/Medium.php \ X Perm/Container/DB/Simple.php Perm/Container/MDB/Complex.php \ X Perm/Container/MDB/Medium.php Perm/Container/MDB/Simple.php \ X Perm/Container/MDB2/Complex.php Perm/Container/MDB2/Medium.php \ X Perm/Container/MDB2/Simple.php Perm/Container/XML/Simple.php \ X LiveUser.php XSQLS= perm_db_complex.sql perm_db_medium.sql perm_db_simple.sql README XDOCS= docs/dia_admin_diagram.xml docs/dia_diagram.xml docs/Perm_DB_Complex.png \ X docs/Perm_DB_Simple.png lgpl.txt XEXAMPLES= README admin_example/create_db.sql admin_example/README \ X admin_example/DB/admin_example.php admin_example/DB/config.inc.php \ X admin_example/MDB/admin_example_mdb.php admin_example/MDB/config_mdb.inc.php \ X admin_example/MDB2/admin_example_mdb2.php admin_example/MDB2/config_mdb2.inc.php \ X example1/Auth_XML.xml example1/conf.php example1/example.php example1/index.html \ X example1/README example2/Auth_XML.xml example2/conf.php example2/example.php \ X example2/index.html example2/Perm_XML.xml example2/README example3/area51.php \ X example3/coffeemaker.php example3/conf.php example3/demodata.sql \ X example3/example.php example3/index.html example3/loginscreen.php \ X example3/main.php example3/nav.php example3/testarea.php example4/conf.php \ X example4/demodata.sql example4/error-page.tpl.php example4/finish.inc.php \ X example4/functions.js example4/index.html example4/loginform.tpl.php \ X example4/news_change.php example4/news_change.tpl.php example4/news_new.php \ X example4/news_new.tpl.php example4/news_notallowed.tpl.php example4/news_view.php \ X example4/news_view.tpl.php example4/style.css example5/admin.php example5/admin.tpl \ X example5/admin_example.php example5/conf.php example5/create_db.sql \ X example5/home.php example5/home.tpl example5/index.php example5/layout_frontend.css \ X example5/liveuser_rights.php example5/login_form.tpl example5/news.tpl \ X example5/news_edit.tpl example5/news_list.tpl example5/README X_EXAMPLESDIR= docs/examples X_DOCSDIR= . X Xpost-extract: X @${MV} ${WRKSRC}/Admin/Admin.php ${WRKSRC} X X @${MKDIR} ${WRKSRC}/misc/schema X @${MV} ${WRKSRC}/sql/Auth_DB.sql ${WRKSRC}/misc/schema/Auth_DB.sql X @${MV} ${WRKSRC}/sql/auth_mdb_schema.xml ${WRKSRC}/misc/schema/auth_mdb_schema.xml X @${MV} ${WRKSRC}/sql/Auth_XML.xml ${WRKSRC}/misc/schema/Auth_XML.xml X @${MV} ${WRKSRC}/sql/perm_db.sql ${WRKSRC}/misc/schema/perm_db.sql X @${MV} ${WRKSRC}/sql/perm_mdb_schema.xml ${WRKSRC}/misc/schema/perm_mdb_schema.xml X @${MV} ${WRKSRC}/sql/Perm_XML.xml ${WRKSRC}/misc/schema/Perm_XML.xml X X.include X X.if !defined(WITHOUT_PEAR_DB) XBUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB X.endif X X.if defined(WITH_PEAR_MDB) XBUILD_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB X.endif X X.if defined(WITH_PEAR_MDB2) XBUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 X.endif X X.if defined(WITH_PEAR_XML_TREE) XBUILD_DEPENDS+= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree X.endif X X.if defined(WITH_PEAR_CRYPT_RC4) XBUILD_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-LiveUser/Makefile echo x - pear-LiveUser/distinfo sed 's/^X//' >pear-LiveUser/distinfo << 'END-of-pear-LiveUser/distinfo' XMD5 (PEAR/LiveUser-0.13.3.tgz) = 5cabec8138e19636e95eb7f559f661be XSIZE (PEAR/LiveUser-0.13.3.tgz) = 177049 END-of-pear-LiveUser/distinfo echo x - pear-LiveUser/pkg-descr sed 's/^X//' >pear-LiveUser/pkg-descr << 'END-of-pear-LiveUser/pkg-descr' XLiveUser is a set of classes for dealing with user authentication Xand permission management. Basically, there are three main elements that Xmake up this package: X* The LiveUser class X* The Auth containers X* The Perm containers X XCurrently available are containers using: XPEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth. X XWWW: http://pear.php.net/package/LiveUser/ END-of-pear-LiveUser/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 19:20:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A28616A4CE for ; Mon, 29 Nov 2004 19:20:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5AD43D62 for ; Mon, 29 Nov 2004 19:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJKPWq089379 for ; Mon, 29 Nov 2004 19:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATJKPdB089378; Mon, 29 Nov 2004 19:20:25 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 19:20:25 GMT Resent-Message-Id: <200411291920.iATJKPdB089378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Urchin Software Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1ECC16A4CE for ; Mon, 29 Nov 2004 19:17:17 +0000 (GMT) Received: from mail.urchin.com (mail.urchin.com [63.212.171.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C6543D1D for ; Mon, 29 Nov 2004 19:17:17 +0000 (GMT) (envelope-from root@urchin.com) Received: by mail.urchin.com (Postfix, from userid 0) id 767B1BAF719; Mon, 29 Nov 2004 11:17:17 -0800 (PST) Message-Id: <20041129191717.767B1BAF719@mail.urchin.com> Date: Mon, 29 Nov 2004 11:17:17 -0800 (PST) From: Urchin Software To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74530: Update port: www/urchin5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Urchin Software List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:20:26 -0000 >Number: 74530 >Category: ports >Synopsis: Update port: www/urchin5 >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 Nov 29 19:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Urchin Software >Release: FreeBSD 4.10-STABLE i386 >Organization: Urchin Software >Environment: System: FreeBSD mail.urchin.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 1 14:07:37 PDT 2004 >Description: Minor revision update >How-To-Repeat: n/a >Fix: Diffs are as follows --- fix begins here --- --- /usr/ports/www/urchin5/Makefile Sat Jun 5 23:33:44 2004 +++ Makefile Mon Nov 29 10:57:56 2004 @@ -2,14 +2,14 @@ # Date created: September 8, 2003 # Whom: Urchin Software # -# $FreeBSD: ports/www/urchin5/Makefile,v 1.5 2004/06/05 07:11:24 vs Exp $ +# $FreeBSD: ports/www/urchin5/Makefile $ # PORTNAME= urchin -PORTVERSION= 5.600.r2 +PORTVERSION= 5.702 CATEGORIES= www MASTER_SITES= ftp://ftp.urchin.com/pub/urchin5/ -DISTNAME= urchin5600r2_freebsd4x +DISTNAME= urchin5702_freebsd4x MAINTAINER= freebsd@urchin.com COMMENT= The most powerful web traffic analysis program available @@ -49,6 +49,7 @@ fi post-install: + ${INSTALL_DATA} ${INSTALLDIR}/util/urchin_daemons ${PREFIX}/etc/rc.d/urchin5_daemons.sh-dist @if [ ! -f ${PREFIX}/etc/rc.d/urchin5_daemons.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/urchin5_daemons.sh startup file."; \ ${INSTALL_SCRIPT} ${INSTALLDIR}/util/urchin_daemons ${PREFIX}/etc/rc.d/urchin5_daemons.sh; \ --- /usr/ports/www/urchin5/pkg-plist Sat Jun 5 23:33:44 2004 +++ pkg-plist Mon Nov 29 10:57:56 2004 @@ -1,5 +1,4 @@ @unexec %D/urchin/bin/urchinctl stop > /dev/null 2>&1 || true -@unexec rm -f %D/urchin/var/urchinwebd.conf.template.dist 2>/dev/null || true etc/rc.d/urchin5_daemons.sh urchin/bin/admin urchin/bin/auth @@ -14,7 +13,7 @@ urchin/doc/install.txt urchin/doc/license.txt urchin/etc/mime.types -urchin/htdocs/.report.conf +urchin/htdocs/.report.conf.sample urchin/htdocs/favicon.ico urchin/htdocs/report.cgi urchin/htdocs/robots.txt @@ -336,6 +335,8 @@ urchin/lib/admin/languages/it.txt urchin/lib/admin/languages/ja.db urchin/lib/admin/languages/ja.txt +urchin/lib/admin/languages/pt.db +urchin/lib/admin/languages/pt.txt urchin/lib/admin/languages/sp.db urchin/lib/admin/languages/sp.txt urchin/lib/admin/languages/sw.db @@ -496,6 +497,8 @@ urchin/lib/reporting/languages/it.txt urchin/lib/reporting/languages/ja.db urchin/lib/reporting/languages/ja.txt +urchin/lib/reporting/languages/pt.db +urchin/lib/reporting/languages/pt.txt urchin/lib/reporting/languages/sp.db urchin/lib/reporting/languages/sp.txt urchin/lib/reporting/languages/sw.db @@ -594,6 +597,9 @@ urchin/lib/session/languages/en.txt urchin/lib/session/languages/ja.db urchin/lib/session/languages/ja.txt +urchin/lib/session/languages/pt.txt +urchin/lib/session/languages/sp.db +urchin/lib/session/languages/sp.txt urchin/lib/session/templates/comps.tpl urchin/lib/session/templates/template.tpl urchin/util/curl @@ -618,7 +624,7 @@ urchin/var/server.crt.sample urchin/var/server.key.sample urchin/var/urchinwebd.conf -urchin/var/urchinwebd.conf.template +@unexec rm -rf %D/urchin/var/urchinwebd.conf.template.dist 2>/dev/null || true @dirrm urchin/bin @unexec rmdir %D/urchin/data/admin 2>/dev/null || true @unexec rm -rf %D/urchin/data/cache 2>/dev/null New distinfo: MD5 (urchin5702_freebsd4x.tar.gz) = d4c680a37ceeba656602784eb8bc3ce3 SIZE (urchin5702_freebsd4x.tar.gz) = 15309441 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 20:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26D216A4D2 for ; Mon, 29 Nov 2004 20:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558DA43D46 for ; Mon, 29 Nov 2004 20:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKeKi3099433 for ; Mon, 29 Nov 2004 20:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATKeKL8099431; Mon, 29 Nov 2004 20:40:20 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 20:40:20 GMT Resent-Message-Id: <200411292040.iATKeKL8099431@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B627C16A4CE for ; Mon, 29 Nov 2004 20:32:10 +0000 (GMT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12FE443D69 for ; Mon, 29 Nov 2004 20:32:09 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id 0F7D01F179; Mon, 29 Nov 2004 21:32:08 +0100 (CET) Received: from mailhost.gletsjer.net (ntp.gletsjer.net [IPv6:2001:610:1108:5202::123]) by mailhost.stack.nl (Postfix) with ESMTP id 4D8C91F126 for ; Mon, 29 Nov 2004 21:31:56 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 710203E0E; Mon, 29 Nov 2004 21:32:10 +0100 (CET) Message-Id: <20041129203210.710203E0E@mailhost.gletsjer.net> Date: Mon, 29 Nov 2004 21:32:10 +0100 (CET) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74534: Update port: math/gap upgrade to 4.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:40:26 -0000 >Number: 74534 >Category: ports >Synopsis: Update port: math/gap upgrade to 4.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 20:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD coyote.gletsjer.net 6.0-CURRENT FreeBSD 6.0-CURRENT #16: Sun Oct 31 21:50:25 CET 2004 root@coyote.gletsjer.net:/spare3/obj/spare3/src/sys/coyote i386 >Description: The version of math/gap in ports is old. 4.4.3 has been around since May this year. If the original maintainer has lost interest, I'm willing to take over port maintenance. Note: Since gap 4.4 is apparently distributed under GPL, I suppose NO_CDROM is no longer required. P.S. I tried to file this PR without compression first, before realizing that version was >600k... >How-To-Repeat: >Fix: begin 644 gap.patch.bz2 M0EIH.3%!6293649$U`8"7,#?@$`P7/___W____2____Z835:P7V\]`WOLDKH M>7.NX`'`$.C7]@\7N8]'7"&GIU.WQ!`2D` M``1#[G0QE\^7',T``````<``"'3E```7;E-FNWN!]>@`````4,4=@[C0```` MF@`#WL>FO>LD````].@`.J``7G83@J#NL^-F+T`AZ=0`0`*FDY7G,=#T!Y>` MD([T``!RGO`%X`>X+P#T>@"J>U.L``X````````````````````23R\AP``` M````````````````-@[8X",C6L!W@]YZ>YY[@!Z@.L6UOOO`[;[MV;[N][MW M-EU:=OMP\O<'R!RY;NZO;>ZW9/K@Y:JC6[?5`#WV?0.9KU>X:ZG7NNL]L*/3 MKW;3UZT5Z\]M[!R5M8-=;;@/2H*4+9D]R[`[GO+O4/E-CWOAXYVT=L4GIJJ9 M8:W8T!T&MPXY%+V7GW;(WJ'T87UMNW'ONYW0WH^;'V,'78=FK MKY?:>DV"9#;[.WOMMV"G>NV,P51(JI#N[EW-RB1.]2WWM*NWW=!WV;N M]N]2D^HM)IEWG=+NQT[[[V^WWK/O;CT^3[7N!"%2OIJ0J[U=UCLZF[;;N;YP M-"I]9SNW8,*12@%2JA51`IA0)]/M\;QZ%'=N^P&UBGH;WU;//O@!Z`7;(??7 M:Y?0P4^[<0NSK0[>^[;V\EY+L^-R4#MB[W.B@#1?5YZO#O+X>/*?;#Z'IRJB M]FWS5\`>AF"A\@R?6[7'.!4^;V[YT`^:CZ8/<33*IIKN[IL,E/37Q-*HCN.& MS[CS[GWWO>][?#[WCNC23%3$#03/U$F;]533(31JBFD;*-J-,@-#3-0R::9` M:GH!"`@30("":)HFU)XID>IZ0F)FH'J/4,-/)*($"`("&2:;10>IH`9```T` M!*?JDD(!`1I31I-II,FF0```````(4B@1H`30$TF(0T&4F])/U3RCVHGB0,@ M#U`J)(((`C03)`":%/T*&C$GZ*9H3TC30&C?&3XSU]/PZN61$A+B@`?\J?U_ MZ@[\\].F9I_5^H_N_M75GVW^GYW_MQRE_7ZI_L;:UC,KVT-9==0^&T-:*O\' M8-=_![_[G_W__`[_\REE_YS/_\1E^D2)AT+`=Y=WD_^CNU.U8,?]("B-50^K M<$8J[G!F*C[ZJX#6(__9$5W5)O-F5`4-8]&LQ=D M40$@K+75/QI=85O_U4X2:9F1M,*H2WOLKK;79;34ZIA^_]]W[V-.W[[WN?.[ MU_E?59&U4Y5:2V/V?+YZRNMCCUB21E`YVVS9SQSHXKCC'$0H$&T0E@+"(A9( MDVM8"906F94"#:?_/HBIW=^OKZ9>8/:K-98\;O/X&@`,``#\;IA-L;@``8`5 M8H+D550@.*J"TL``"[H8`1(`0$!``!"$0;-FVZ!`!M;I`11`:V;NF`6[H$$! MNZ!NFB6[M-UP&M5SANZ`01``(!!@(;O.:,`Y;I&[HH@2Q)-D1"2]?.OV^<>Y MC*((^=KM).%5=VV7.$_@Z[/FJQ]57_#_OC&SOUH9'+J_K3)]%';=B:QS/;'0 M;7EB]L>R[_&X57Q$Y2I_SX(^GGV7KEWCRQSPSXDM:XL`A[E[!1/77.Z.ND"VARMU8L$.^ M/M*Y)WP&2'O!V7;PQ#ZWO?CV87IY^WOP/;MPX*]9'XJ'=JV5D95.?76JOG[) M[PQ`0@6M:S3MG]1SSSU_)_U_'FOKVXZR02?_!+K>Z+\;QZ^4&201F])#@.0> M>5PVWQZ.JI8:G]3`6;!2!#\S7_[\_B?A?3[X\.&SON>&5'?KH*5UX:ZA0QQ/ M_7%+E4'5R]F\[NOVNX`=T0DDG;U M^]:ZH!I2-6Z/JX'-4*(P;40X%B6T(_6 MK?KGC+)*#7#^@5D)RS!@64B[6W>]J'Z81!\](@Y('5<+KK!Q[NLU20[EB)=$ M("%`2070(03=D"@A.%"5B'2_?A.#AZ/5KWYZ\Z__.;UV<05`@$^ZM`G`PRD[ M6.2B50E.6GUGN^N9`?CF'RA=SJIV^^]./UR3V_#/P[\/?JSS9EKOY>WEN?*\>OK^OO[9115!3V67IVALZV==]7J=>O7KT[> MQS.MCQ,R9-L['3ACVVT&'494.DZV`%Z]3`D!L0+#1UP+`D%4H40&!-XK"LZX M2B&Q:Q-@`B=/V^RZ?\TYQL=$",!R6Z-MJ^+2;,;$C=6>G%^&S\W@8OFE;)#B MND8MI=+J\Z=!8"9;\,44-E!+FB2222223)&#J1KIC#+""GU9VH'NT#`"`@`#"(()S>^5[+ZV5F?DS/?USMYM^'JO4D M0`$@&`@$"0A`)`$($@1)`$(!`D!(`$`0(``@`!$$`$`L'CQE>?MY>4))))), M,>':[60WYJ].!??\_I>J`%OTFPUZ>V]:<[I1.52[;GAK"$"+GOHGT^_.GOS] MX?L$H_IY[2HAZ9F;./Z_N[CQ/"X"#?1>G8?O`G3Q?]^^OHP]`((#'>[';LW9 MXQ\-''7`@HE MS[>[7PCRN'?G(DH>AM)ZDEH9.E.Z(4>&4]_HZ^Y@]O%1G77?OAL?!\D$WY3^ M1]K_('KVN]$DDD\E+9E/)Q33[JI2H\X2"9;V4>OQ$Y_:<:8E2222226E=&6O M+-!ZG]'Y/T^?[WU^#M]>WVKNXS1(`$3MU^S^'^21^?SU\3C&='$&UHHYS+SMG/.[FQTTD>L*UF M9=_+X````2`UU\8+6)M86%)?;3)4EB@$0^7>M#C*`6;9AJ+6L`2Y+T]0R2J8 MQC5`\HF'2:Q%KELV@Y-\%DZ>_O[^_O&/K]_Q]M/QQM[?'E/)D_"?RW]/4VS4 MA8(!(,VLGFULF1[=GZH```:MLGV>BQ```/L^7GSW#N=CN[^SZ3FM9EF4BQM; M4O+$)92EF`"&UK#[;/8&]N^,U^M_AO4_]];[_S_RX@Y[?&B./2WRS,97K\C+ MW;::_I32]S=LONVOJJ[:F$=Z/;'50W7UTXVUYBLZ8GI6W), MRQTRNF^S!E%%.CWT4,?!/H8QC&Y3;+K7=UCM.VEM-[&6&5]>JW+$/?9'UKSY M[[4VW/7MWUVXR-F%MBV'J;:D6L.MT`LC:.UA;C?KZMZ>NF\EP+2W. M^)X8<\;]$;IT;P^-+TVNR#?OIOW5>6WOZ<[]]%VVM8#N4;,Z\;YGTBEZ3.O. M@%I-R`E;YWV:(3H>R+&VWIV?N1?76^/3&*NRE'K.4I2ZDP)C0```````-@<` M``````&H#P``````#J`4@``````:`!4``````$@`*P`````"(`!8``````@` M`M`````#,``"`````!D```7`.O?=QIX:I<)6O5FGGMK/7C6KCIZZZ\U$Z.NG#NGF- M9[)YGST=)`'7TRM@!VZ````'0```+@````,@``"`````!F``!:`````"``"P`#''''''IT@L+M MK+;,#I6YE-%#&,SSNKPML(`!$.IJ!M1Z>GIZ>GIZ>GI<`7O>[69F:][WO<`7 M(-[WO>]Z$FDJJ>69J:9F2+*JRP=5F554=3:WX(L!XE!:P%[DS-/9W=;!55W> MSN[O><9\^=//GSY\^?/GL+=NR;(]CVL<[-[]---*](:::::::::::3G,[$QH M```````&P.```````#4````````GHUE]]EDXQC&,;HQOOSSGGDX#0#77J%_3 M#####"[+*#&M;E??????:RVVVVVVVV_+*?2;XH(OB MD^=2-Z?3,EL65[&P_W6'^ED]!_9O]?I[0!!MWQ]/A57V[CIO7AG>[KY<-JD1 M*S$,C#^SQ!^5Q`O10H4/K*NQ@T_$5DTI"NJLHNP_C^'608*F4%U5@B,ZANB. M[B_Z/1MYB/WWO,_C1*T2Y"Z)>]U#*4(A#W2;HI%&:0:80/5_OI<0'"!-(";: M^%Q1AZWPX?7L[=^5]Q_9Z_#0:S/5%5 M^&)OAPT!K6M*IK6M`#K6M)_#TZ1S,Z\VJKL`C/KO=57C=:J MJ]!`T+^GYGIW>S#@>%^_U][@[1/.62W:ZN._06@^^W"IS"4PF+0;6Y`@:=_3 M2]K9K.S6SL'C4+4EJ?RUGQ3QUXZ1][];]/W8>WQ\]/EUV^7>S,_2LO?W[!NZ M``;?G7Y,PJP`"01VJ4] MR]G(//*NV_QY=52PU/Z&"-:L!-F]?\1Z#S[I;V?YWA0B$DDI]CD`;T'7ZJ`L MF"`-Q:R6G_&+9S/3.=9&D#2UM!WZ;)(@YA!JFA$^6QTA()*I9D&O]IF9),() M_*(H+Y_`P"2>+QY1#9EJF"=KP_`.G$-Y^AE,"``!#HO]%F^7'&J"H`(B<]_M M]3B=SG'RO1Z\ODWF<<],T``(J(F=.ERZ`"!)-G/Y7IW[^W:)TASU5LW#NSK2 M+$.^*F9F882HHFS!$"$D2@"!2*[>SM^WV^WY=W;?A8IZYGO+\XI;X6](?2!' MM[/Q]?#I>G[N7Y_O;\?KV_#\97'Z7;N````&]U6>7B^//O^KQZ>_B].\1!1@ M?3VR]K:1II.FFFDC.0,Z7"8%@+!!,H2B!%8.L"U@HO:Q(_7IM^W[1WRF=.BRI)).FZ]'Z,F3\KB[)J1JNLC35+W:&_K_":DDDDDDZ MNM:79-3JNLZ:I2N:JXU556&958G9_3>/GS3NCMY]._KUXA\_'Q]%;<#7G4_P M;$E$5$6J_[(>W0$?&P;6PZ$="FJ"39&KZLS;S^WEWS/EY^7V]>U]*J].WJ`` M`!NZ&^?T]?'-]^@`(@,`P@``P(@PP]MW"``,`("``,(@022"3`L(`;2KZ:0* M(_;]/Q^E7XL!;4<\O-J($&W+;]^G>G/HK]*@;%#?\[=_1 M];Z=DN/IOI7SQ''CF_TXL22``3W-ADZC>:T*'I!PD\?3I=_7OU\(\[AX9RJR M])Y78DM#)UIW1"CPRGO]'7W,'OZ5&===^,-CX/H03?E/Y'V-OD?MY3^7A_-_ MEA]P+3XA/;[\3\$DDG5_H&/[D*K1%41$2(B(B(B(B=..O5Z>?:?J/OG)9"@3 MF251";JV@W`:7YUW'0IQ:AR2EDI!6@L/Y?MUV[IN_.E<;BP5Q_+89VMX`M8@ M/EHWL)G\2/#G?OUOIF>[J]?HC``@UJI"`39"+>9&MA:P#,2BAX:=NK`0*A/O M[_?Y^_W]-OIOW7XYKX]GZF?7Y>/KU=E$[U?:RI]?``&[N\R_/\P`#KX_<_'/ M;V_'O9Z^W<#VH=`>2CO>9F:^ZZ_WZX??]G[^2!RZ>F@3CZUZYF$>/MQT^]5Y M[?NS*A\;_FH[\Q3<)Q'\](Z0D]U4==>6:(YYUWRRK;;75GIA*6=UKMMNF-]5 M4<:IVE=>5.DK-;]:M-JK$M<]8MLU%3I.&=?5G7.R>39NE>_1['U3M56EO726 M$:8MD"PRIZ&BI]7OLD:OY\]]J;;GKV[UM MPFN]K:Y90+>$]%L/4VU(M8=;H!9&T=K"W&_7U;T]=-Y+@6EN=\3PPYXWZ(W3 MHWA\:7IM=D&_?3?NJ\MO?TYW[Z+MM:P'=+"US856^=]F MB$Z'LBQMMZ=G[D7UUOKMKTYQE*/6K-//;6>O&M7'3UUUYJ)T==.'=/,:SV3S/GHZ2`. MOIE;`#MTY4"W)L+#4V`!V''IO.D:7[=>F_KEK/3;;6>P$QH```````&P.``` M````#4!X``````!U`*0``````-``J``````"0`%8`````!$``L``````0``6 M@````!F``!``````R```+@````.@```7@```!B```!@````8````&(```%X` M```=````N`````R```(`````&8``%H`````(``+``,<<<<<<;YQJOVK:J>J9 M!*",3`,!!$`-@F-````````V!P```````:@/```````.H!2``````!H`%0`` M````2``K``````(@`%@`````"``"T`````,P``(`````&0``!<````!T```" M\````,0```,````#`````Q````O````#H```%P````&0``!``````S```M`` M```!``!8`!CCCCCCC?!87;66UWE'2N^BAC&987U6Y6D``D`;=0VHVVVVVVVV MVN`+WO=K,S->][WN`+W1$O>][WH"JJJ>69J:9B;655E@ZK,JJHC@#Y-K`01: MP%43$2]G=UL%57=[.[N]3?'GSY\^?/GSY\^>PMV[(.%"D%$"=NVFE>FFFFFF MFFFFFFDYS.Q,:```````!L#@```````U````````)3HOOLLG&,8QC=&-]^>< M\\G`:`:Z]0OZ88888879908UKWY,^R_AQ/]CR_/PT:[=?]NS^/HZT:TY M=/T*JHB_9\?]/ZSM_B]`[#Q>)Y!Q]?\?._;?O#KO^O^OQXGR?Z<_OGRN'I]# M^0OW,_VTZV_'V05M9/`T(&AL/XC:#_./#`7?[G^K_^'_?C"+_@J+X:Z7_O^S ML$4`\3]W]/'GPS]W?Z>OK]%_U[`_G^":S]II?^]<'_/0'RDL."Z`.!\]+H7N M/GE1=0[JHHMG(.T/H#\QG[_G7]QV$BA;!5#_>,BBB@?J.(8+]QGX'$YGX!W? M[N&9GU5%W?P/=^W=]W4_W.?\+=FYRY=#3]QHZG5T;/KBU6Q6-EJX_L?S::'= MLR&>[,IZV3Q>TD)/1RST,=<]F9C8_X+Z#E0P8"?CZ(B$(>G[(O&=.O^,1',S M,>GZTN>V572-9O&B2;+X"!U:D7:=MJTF9F9F-M:9L[95=)VJHA+)L$'!N1Y> M7R]OON;[[[[[QJRU#U?#'666V66F4&>T^?LJN*JXJKBJN*JXJKBJJJJJ]N9P M8&;H````````':KM=7])W._<````#O5V7:NN@```#O77,SYR>LZ<\JN*JXJO MV9DSMNZJSR^T/4W^Y.?3D0T0D0@WL'O@E$'/`00/\QZA_[\$Y&ZXZ8]SY/J1 MB_3J*>UD2M6L`I%@2+>FO;2E]HM:_7U?,1QHE'!X(XXXV%.`$2LM8!3:P)`X MUXTK9HM:_'#>M\.>?D^GW1$(D_1[Q/V6_V>#ZG5NZOT?C:/!V<;/S/\.>OU? M"^UNW\OZG1[OA],=OTT2&F9(D^RA;DR3&6OP!8$^^.?*?V[/OZ:&JUME7?Z_ MISN\\Z&JUME=IO;@NFW2Z;K;;5\_AW=F9F9OM_$1$1$1$1N[N[N[N_^C,S,S M,SNV[N[N_RMMMNVVVWFVVVVVVV]K;;;;;;:JKVMMMJJJJJO>VVVVVVVJJJ\6 MVVVVVVU7;;;;;;;:JJK?&FZ;+I=-\<7;;;;;;55?G;;;55557]5MMM5557;; M;:KS;;;;;;;;;;;;;;;;;;;;;;;;;;;55;;;;;;;;5555;;;;;;;;;;;;;;; M.FET-ETW0W]O%W;;>=W=W=W;;;;;;;;?[V[N[N[O&[N[N[MMMMN[N[N[NVVV MVVVVVVVVV[N[N[N[Q-W55=MMMJJJJJJJO%MMMMMMM5VVVVVVVVJJJ[;;;55> ME.+H-T=T'>MW=W=W;5555555555555?OMMMJJO2VVVJJJJVVVVJJJJJJJJJJ MJJJJJJJJJJJJJJ]*64YNEFF\\7;;5555>;;;;MMMMVVVVJJJJJJJJJJJJJJV MVVVJJJJVVVVO2VVVJJJJJJJJJJJJJJJKTHY0Z73&AQN[H;K555555555557FV MVVJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJK'AH<.ZZ&ZU5555555555 M555555555555557I;;;5555555555555555555555555'W/)LTYJ7AX-FG%: MKZVVVU555556VVVU5555555555ZVVVU555555555555555?I+:JJJJJJJJJJ MJSITW1V:W1UJOI;;;555555;;;;555555555555555555555555555555555 M55555557AH6VAQL;;+;;;;557I;;;55555555555555555555````````#>W M..VZ```'?=W=```.ZTW;2`````````````````6[KQO M.:XT`````````````.UN@!VW=W0G::-FH`&[N[H````````_7N(GM,]9" M>?'#PC:U&?23X3CC@%0(L0BQ'BK:>V[J[37)[^#;O`B\6V5W=XX-N\"KPVRN M[NPH#!#M)^9H$SB,W>Z:9JXQ7?7KD>E>GIZ:D]:=+'%XXXTF^CM$G98LA(SS MLJQL(@,)"$OBZ[KNNV$)8D&$(1BL4E*6M+S/F30YX0:9T#,!V(;[UOPXMDYN MF;Y#-8*=M222224RB4:BE`R;!W=V;^8-5OA`S@NKN@X1$1#[E555@0=LMMEX M.?'CQX\N....N=##OXN556RHA.45$1"2E@26`(MWL+>9K3-\T*C1WK<_]41R M/WZLHY\9;^=)">%WY8\&L0?^U?NPUS<3JLM)9TTA9+7O#M=/5V?(2MF4*:&( M48(S-Y:W9;WOV,64)=:N$$JCLRP;\;K684OZCZ_4YMU9.NW'B%#G*?-!B%3+ MJJ;,K0ZU2*Z4Z,W]7J_\,,J!#IPJ5VNUR[;NK#F=,X?I M27/J46Z:I.>YO-$*DWTU,-`,#.B/X:S*I!T1"[]TJTSIBL])26KO\=.,.YN< MK\T_6>\;N[U^>B0?R5^"@]?OHW MK20GJN_+'4UB#Y7Z,- MJ[&+*$PM7""51V:&%^-UK,*7/SVZ:!$33H^[1"""?IA9PZ*C*P9G9VF46$=2 MB+^(>"OPDP3(75E8HETV*W2?HR2?M^2_WZ_37T\.?*\/`X/G=A@^8"HK";[N M1P9?S?IBO1MOSIZZT-QNB]E_.&5`ATY5*ZW[.[.P]+?!*`A!N/U#)ST`D)Y$/'BJ[)DJ#"*&9) MC"*;9S2Z8Y;+.K4VDGJC9<%S57UA9D0L/$Z/50,`A!?I]_?VZ#$SM_MW'+AT MO>XZ\<=>O5W[^#\*G"OF[.V,9-MLS,PKS8IC1X]OI&692YA=FZM_7,S/[RF* MIURGZ^O;Q4&29;KMZ3#Q>^&Q)DF6QC$P\7`L+`8%JH5$H4414KL&29;41%25 M*BE`I50I4DBE!4LI62J7IT?*_$NV#$XVV>`BR!P$&5()-@2?#!A@!$)($]VG M2HN_>(B-IF(=OZ]%8GH`'$A@&"`(!H$"L2@ZV[?@VMQ8?N^7C\^W#GDDMDRR M;=DV>W8C77ISF[;*S?-;[YNX>CE2:*E;MJ\VCRV&'>HIS ME"Z:Z]O%UV]F9EXSHX&!\^[Z^_T_5^'Y>WSUCO/:'T]0@='[YI;RHRT=^G?K M].^N@XTR=/SL%Z9US2>J;T>.-K,3@[FZANA3?WF7)+PBJA,JA=H#'K*=B&-N M2((0NPHN@,4RR@1BZ]X^78O2JBJI0)Y,,A+8C#WF)9PD*R+OT:Z\CJ3;$*69$+.CV;NRGBM?Q^/%\8]L)T]. M]=:[J6B)%1"O[I+-87TNBP,&;ZS7;MI5#2^G:KK?5?@YK6TY=+;:8/L;?39* M4NW;MMH.,Z:'CW3>?:-.-.-WX4U92'A%/5+[[(B:JJP]*+*I,^Z]\H'(&:12"253W5ZJ M?#/V]\+C=]]]_$LS-F,HWNDB6\T[^S7QYS[;>G0`>08;E2JJ._P/]0H`U%#@ M$`>WZ_<>\_2!IHK)7WZ^\F/YG[:_=[ZHW;G>\FRA2O*]^Y<+YZ]':_K?;7EQ?:-!=T4JJF.J?[2?^JT=52ZCUM/X:Y'B'OHZ'3L MFPA=/#=>[2P*24L,*;]2MWV"PK2FOHB5CE1VG,2KA&0X62[D17PHZV'0>#6X M]=A?>^W`XV6$OZSQ&BE-5E.KJR:-@;T(Z$"HC6\S=)9,;3F*RF$!V2Y8HAPI MQM.[_#[\<8S-<3X;V/C7W?&J-VYWO)"A2G&!5X1.S&OAV/5"VI2=U MJ):%T(:.W&C`WT613\-S7IYVO%O'JNV'7C4^S+Z.H)QTX7MV+A?/3=GO[7SZ M8WAZ#*/?XX**YR80>MIINI'6*\3V&!T(H=D2Y&3HV2-Z]U&EM1U-_T'I4[Z\ M>O=PWJ.W"WTAK_*])A2A.\257N[PF[3..4$]KS&K8E,*BRJ9VG1M-:O6J:(# M4+1DA$!RIIMJW^7Z5SGG3-^8IJ]S[:_$)C55$;)V4;D21RA"D'5-8\UBNN>= M!ESY[_C@;^:?3Z.Q/)V1QT*:8O-+Q#]!B1-_1ZX<&M=6N'/2F73MAMG3V&M5 M;]1MHTI2L6!/'K?ZS$8'S2^Q@V]65?@AFUGBHHM8HR'Q"]_0N%^._"OUQ[_/ M33=-SST08N.FW&#ILA?XOVU_^X/_3Q'M?K7YZE-7+GR9 M/<<]EF2N1IILGDM]_7G.D8TB>GX:=:X";JSI/*<<9ETO2QS MI"B"'O^5[@9)^W\T\XVG??MWZ[=ICN._18TAL>B]IA2A/"S+-O#PFC8JDX03 MWO,:MB4P4EDSM.C:34Z+E`9U6BY"(#E3.U;O^7Z!*Y_2[$\'5'')3-[S2[P_(Q*&;^*W M8&M=6H8A.RKT M.E#2VCM)'B,\SHAQGL@N;I[*B_"!]K32*?IP$W(J_X4;VT'3Z_E>> M?>?AA`DA_-"][WO>] M\(A.!C&,8QCMTPS97V]M-%7.57YOMC"8QME55<8QU[=]]FVVVVVVVVVV^GGM M].O-55<\.[OPW!XX0666=.G2?S]/TV]>.._Z>>_/GQ^OO^+[F-````````V! MP#G.``````#WV]M]M[]_??OWXXMMMILLL]^[;;;;;;8>/'CQX\>/'CQX\=-/ M?OW[XXXXX9"$(0A"$(0A>>=N>>>_//?GWX]^_?N8 MT```````#8'`./'C[_?[_?X?#]##W,_='F;.?._*I7]?/]?!_&\YXP?'Q^1FM/O-/\=/"KX= MZSGYT6US'YV\G1)^F4_/$K=")K.Y#"+_5&;CYA7WR+DG/1N=NM]\!_JEFB5O M?YZUJW/U&'QE>D:#[CX/Q[HONOPD"C1MT^'6^.4##K[(/\?XHYNF/".2 M0Y_\)^!^/XM_#K*@3U@`9FU7YSE#YSB2IDF,:RAS& ML@S_+FS]:?EFOJ'G]W_7^[_U^G[?YO[__?\O\OZ?U_G]7[O]?]G^/^7RVW33 M3;33333_'KUZ_^)L_RG.][WO>][WO>][WO>][W MO>][WO>][WO>][WO>][WO"$(<<<<<<<<>N?GUY\^?/GZ]>O7SY]_/GSX_YZ] M>O7KY\^?GSY\^?/GSY\^?/S\_/S\_/S\_/S[^_<7>O7KUZ];[[W=Z:::>_?O MW[]^_?OW[]^_?O^=_&K7=[*N_>_O#M;.9,GKK.,L+4L^_?CK]=;N9=>O/7G7 M7GMOQQQONQWWOO/?;;777GC;;;77777?9F>W7KI;MUZJ>?2ZZ_U=TZ.IKKZ< MU\MM;99;332][.SZ;OYK++-\>?Y*NFENBX[^-N.`XWY4U\E%4\<>K==MB>6N MNNGGMX[^'9=<]:TDEWC%+M&+I]*ZLI7Z9RQR\Y3YC+M/KASC'KA8&>*CUYGG M=Y91V;3'3#"5W98X8NO^Z>NFL^>?GR^_MVU\[;<3_7CMV[?IOQX\\RX=QQQQ MQQ#<`#K'F,8QC&,;5W[RE*4O6GZ_C;;; M;7F<^MT^>>>?9V[=NW;MXWW];\^>>>>>>>6?IUXXXXXXXX]7^,?'CQX\>/'/ M'''''USSS]-YYYYYYYYWWW[=NW;MV">O?]-7:Y9T\LJJVVIIIIIVVKKKKKKK MKKKKKKKVV\0A"#WO?"%55555---+V/>]SG4U0A"':[$\=NW;MV^M_/?OYX\^ M?'GW]^O/QWKUZ]>O7KZYYYYYXXX_.>>>>>..../KUXXXXXXXXYAQQQQQZYYY MYYYXXXXXXXX_/+.O7KUZ]>O7K\UUU];;>YSG.<_?Z]OO[^_O[^_KZ]>O7KUZ M]>O7GSY\^?/GSY\_6^^^^^^^^^^^^^^_8`)SGX``/O[^?(0A"$(0A"$(0A"$ M(0A"$(0A"$(0A"$(0A"$(0A"$(0A"$(0A"$(0A"''''''''''GGYZ\^?/GSZ M]>O7SY[^?/GQGKUZ]>OGSY\^?/GSY\^?/GSY\_/S\_/S\_/S\_/O[^_KZ^OK MZ^OKOW[]^>:JJJN>>>>>>>>>>>>>>?SGCB>>>>??B^]WCQX\<\\\<<< M<=^_?OW[[[[[SG/:2666/?ITZ8XUU55=._>VVUEMM---+WO?332W]/UC'??? MKOOMMO.>,IZ:*6G&G'7UUZ]8\REQ*,>..--)1CO*4M]---.>O4HHS34EEW[Y M9983PP>^>>>>>>>_?OW[]^_?O]< M?G'OGGGGGGGGGWX\>/'CQXYYYYYYYYYYY[@!.7?OW[[;[>/'?MV[=]]]]]]]]]_KWQQQQQQQQQYY\>/'CQY\^?/GUZ]>O7K MUOOOOON!]`$YSU^;\1$=9F<8F1$1$8FC$1-:([PX9E:+M$(\0U%VBF9F9FF:OG.,8QC$S,SGKG' M3#,S;LY_OUD]3S_E_&Y[ISDX?G\[3X;Y;M\N:71%H-669F0%4E&9E=ME97A4 M9W",U*JAE6E:FIF6':H2IB9,S,S$1$1$1$*JHA%Q^G^B6MMG;9AH,!+[H*(J MJ4#!L'+NZD][WO?_'&(QC&)[;7_X[6$][WTQC&, M8CCC37N0-:;NM]T[J['NNJEC!Y/)YY23)0H8,&&2CW[]]WQ.FDMY(YZRMK9ZH+08B%`T#="B],=1RDE1T679QAGAKS--!5T2;O+/=%M M<$BP$U.S#H+AHT[:S&%I9PC_\:>2]L:$'!8P[#GT\&.7%?ZUKX1@?37D,F.5 M7%X%!NC\NCR.G/5L:7"SE&1"G3J[G95ZDP_7;IQU=MIU;'72;7>)EQ];'>?K]>CCIC,P\T6E)Z'UOZ;?QXX_SD[B'L M^/C]-G;W#W79F80XD?]H&[$D-[>@ZIMMIW9F?86L+3MG955>PU#^@)`0(GJZ M*45.ZKT0@D^8C$8]XB*%$%F9K*?4NKO>]2)E`B(`B3,1$$&(AF9&8$@6JKSV MGWZ/9K2Q3S_V[/LQQQQV8M:6.PJD][WOXV#S1L+"ZH!R0! M_WD#GCT^HT97(@9/IGUX^MX-W;I,GK"3B:[9;?T@UM;Z,16YLDXF)]^>-9JZ MUE.N5;!&=BRSN;7*Z26!($)[OZCX3[?7\GY37+]OW,'<&:5"*>@9I"!P]A86 M!&ULZ`H4!QZ=)SQ5+[>[`X9^@@'U]$KM.NW^VXVG2=-F!V9]!`.VR5M/IZ>G MKO?S)]1(J]+;:AF3SGG+">4\O3B",$9ZM+*[]#1'Q)D_A.L[(P2;#,SRDZ^W MQ.WXO1-;5K[NR];AIO<*2LUB?BJ%=<*N,::=.GQOXP,8QC&,8JJJ6R7=[QK[ MS,HA*3W'7KUO5$U6<\KK>JJZA25B<3UJA77"KC&FG3IMUO>][WO?K554YWB( MC&W6(A$)2(YQJ=9C\=VBGWE"(/%,I/?Z)LFVN&[?9I!&FJ;,FZ:C:5C.2L'? M=5-0HWWWUW=!LB0H?T'?M[^>_VGO]^O,Z@ MN&^%=LOYS6[;1I6Q&ZYQTA92LW4@25.MX96)DUE'+II+!A+?7+XRG#(&9$(# M;HA6D"*8_DW#5#*8Q33IIUJ[-$E,(CI'['DLSF"<\:HWZ2L2[)71D-&%AD9? MYH%VR@<-2IQF_Q5S.CZ74Z\:S,B%R7-%$0L/]D42T,P19X2'VP3A=X0VWZ?/ MT_'U_&N=<#.FZ.##H%/9562/GK];]'O?T5\JTH@@J*+,5*@J1ISKT$` MB#Z4-^_&*VUS7U;,1,<:^D#@OL.G26TA+I0VSQ.H+AOJKME_G-;MM&E;'=J=D=:V[^*8[QT13N]=%+3SXUU M;ZG"]722\,J^YUTT5=,J[+KW>#I*:YKNW=NZZ#=.Z.M;=^[5N8[JIW:NBEIY M[ZZMW.%ZNDEX95CO0;Q_G/P'MXG3\\#N#XATSKY[_5)YI'3Z_B_VNXFD'@_K M]4WO??\>9X1*4C#"N(\?79+Q-Y0A?2`>(1XV]OH^.F?;0/;33U[#U'=SXT5Y M4'@]ST+[=,>*FZ)2D785XCCQX2\3!(3HX.^4>-F\>(Q]Q/?YX[;^/!#UQ_F[ M_/U_3WOV5D:JM*JJJGRE*664(0A"NNNNMM=<(5UUQ$1>9,S,N%5WQ2M#Q*(N M86(ARSQ3,S*LS5\YO>][Q$1U]&+>T)V'V^!S7W]=4_:[8[G59^R_?2H;&]]QS MQ<;SQCJ.-1J4*=0.X(^OA%]1ZJOJK.64(CJK0[.[HBE89U#?+(T(Y549E^S* MK/)=V1RS,O9G5W:'5W+L@=W9D=(5U>Z0[HZ,RJK2RN;JCO"-#E$5E5KLKNCP M[JP576[PKNRF$4JC.C,CK2I#NB%6:[2S/"([(Y=4E7A@J4K12Q4Q%WA71X9F M=$=W9F=:=PQ=T5$8K#*[.I9G5G='949VF*1EE!1%S!O#!967NMUA%8H65[EK MNJN8+2[L4171BA8I2,J0Z-",Z([JJ.[K"1#HD-#O=$@L45%B'9T97+%F=0]( M\(Q0JL0CNKE+N@4H2ZO#N7+.B71V8JI5TA'9WN55"R.6AG=RJ.Z.R.7=G8N[ MN[RD%W1S!+I3(S(KN@AX1'AS3)#EV9KO*O4%ZJ8O5YO=+W#MV[=N>W/'97@X M$H6V[$EUO!QHO%I+P6)>:(ED%V1R`86+HSA8;WF]TN+WOV[=>W+*CP2 MK0IUK6D=6[7>+...+Q;T5G+*$1U5H=G=T12L,ZAJ9&A'*JC,M,JL\EW9'+,R MW9U=VAU=R[('=V9'2%=7ND.Z.C,JJTLKFZH[PC0Y1%95:[*[H\.ZL%5UN\*[ MLIA%*HSHS(ZTJ0[HA5FNTLSPB.R.75)5X8*E*T4L5,1=X5T>&9G1'=V9G6G< M,7=%1&*PRNSJ69U9W1VI5>'J91I9!1L]TO"A9>8O-UE%8H65[EI=5Z)!8HJ+$.SHRN6+,ZAZ1X1BA58A'= M7*7=`I0EU>'5:B6JHJ]7F]TO;W2XO>][W5[AD**0J(I*FE:T MCJW:[*0)\9"9"$QF<=N'_CF5^=V&\Q MB+NZ;--FZAC04=A7ZM/*Z_\+$ML8/V,FP688V>]0R?*PRCB_*GSKM3E M[SQ>0@;_V)(%K2-R.$0)J@H#I0V%+2\LS:N\@$7*DE4A5(8F(?7?R\_#-MMM MG3FK>[6/SPTTK"2(IT8PJ1&L5%X+3NIT9I-NB22=VDX.%*I5.BF*8\=FAI.G M3.L!OM=9X,TZ8RP[.._#IV:V@YF-O>];!.?4/J_ M:_3RZ]]YYYG%JVV^TV;.>.J?0E\7H5Y&&GNZHVTV16CW2%4QV=7##3223STK ME9^+%<3%ZO1GT5QQ:U5K5:UG%<<6M5:U1G&:C,+,R""""XUG&<<6M9FM66M9 MQG&HRR7+(Y^?3NUR0M@D=IQ$[2$\25LPQW*[WO65GB8=%/A7QR+9;% MN)T"E*I*^:5AIPKP-L9E\6VVYEE99U75U?I^P``````````8````-R\5\[UN M9E>?0&Y*ZO-IZ-V$MTW&OBL;"I8>:\K5*XX[;+!].8P&29628OWH?^POE71" M$&_4$$$DE)Y5.ZO-9#AZ7'1XL( MG@:.ZN4ZNC=."IMS9XH(.F0B-2))9$A@O+HQ*W4RWE$PQ]>&B^$V:Y[;0DT8 MV3%3-WDJ;/MC21Y=^?;UX\;V]\QQVZ:X^IT9N\DR%%!4,-IJ[DN^(B()B'=W)=XB(@F(=F)9H=W)=V9B69FT-MH6V ME$1R0@0($`=W=#=XXX>UB7=H=R7>(B+,&08%Z)))7@%AOP@&U.)Z;\<6$V`! M$30U"BY$##Y=$1.)QB[N[!NO4D`!@!#Y^??O>NW/3K9>E>7D.E$7L`H-@`EF MT2J>*A@Q$`4!%D!(488;8\P````````````````````````````````````` M``````````````````````````$`````````````````````#>]WO:[Y[;OG M?+OSIWXMX--)TU MTTTQ>4.",'&B9ZZ-IIIFLFT1M2SRF_&];[XPVAV33G3.TWN*&^NLZQ6NM,V# MG.>O6-KS-'7JB!\2N\W9M^K;1IECC;;AN-=[L-N$0,Z#31536%-X1Y2CKQ7' M&<;:9SF\LN6R8U;IMK%G.-"NFV)==5UG3+9LQ%(:N'%/6EWHWU1!&U+&QT9MMVV MC3*,F.>>6YUNNI(4C&%1,\Q!J`O)MQ5/A:VVVVT?-N2*WW6%#MF=#.Z((UI8 MW.6;GEN8TRC)CGGEN==\,-N$0,Z#3155=1S*NF)J,.(PB!]I7/)5>7YUVB<% MN.&XC7=AKNB!G081$USHYXII3,7RP?)#83/%+QG6,%=M?K5]K/>\2Q+/3I`#MTGM[<^.W'MNV^G7T%%5(H`Q57%8@0%5 M5518JB9S)O'M"63*Q7/?4GB\#Y:MTX6?E6[CI;51V;'#Z?-J')9)DDDE;N#J MU$Z*AL=#">CU+Z-,VLV5D,H```%LFPR.ZR/R.KUZJZ\[>Z<][=<-Y#NLZO_XZ.U]-^;U^MXNUQMRDYT]#IRV5@8T+'0XTU2L8 M&PT%GT8(!D$*!C(<-]G<63?OF9OPV6"=6-C:O!N)6)WWY>#9.BN_?NTY8Q.P M>3EIN[*['+9V8PQVXY<3GCMK6ME.E-/!U*M*R0)4XXM[5=KJ]KMMY7M?IVOCX_3F> M7J>E=N_8``/'@`-NJRZWKHZMT`````````````#EFZ=J]Y7K?*V^+E[UY7,S M*S9NH\5-F.#B;&S9K1C3#%*QA)51C&%8P;DDK-8G")`X3LDVC8=&-#IN_+HY M'"C:4W.'BC;OU[R*)#=(6_)5?COF\)27^'UC#Z/DD*R"D,<\SKYO14D1)B), M1,F(F1$R8=>G:]@VS0')#:0LA$VVUJ$V76L9;!(5DI#6T"GUNPHF^L+A$UUT MJ$U72LKH)J*65O#!72ZQ>\P3>*5+NH:[WN\&IBF"%RZH"J(2YFI8?+B5>9NM&\4R)2/1#JX=&Q#B]WTOL MJYQ4(F4C#86@9C2!2OI=[Z.,9J,HF$BY#JX=&Q#XP^-$3-YRB92,82@9>05R ML9:9RJYO4(A<."RL"M\-B7-2Y.4>9E;O(E&F4FGHU215)4O,H]Z<5E[WRJYQ M4(F4C#86@9C2!2N23IA6+2JKB<:-FDNE3='O=*,YJ6S35F]\WA43*8O>I>1* M3BGJ=(P]&Z-35AKZ.*IZ85.'P[2E(]-6&EA,MFGK1[Y1,QG"92,82@9D3+"D M8J'12N;MEKSE;WET3"/8NB71[M=;@S&D"E>F%9:]T3%2Z) M=(NUUHS&(%*^EWICB&)E'B$NUY",]-3O+*M+C+7O,4;K%S,-`A*1";*2+V2P M`M9R"02"01$1$1F541$1$1%%A$1$1$6%A%*YO`N2&O"UH57.N;PFRZK6='P2 M%9!2&-H%3UV1$1$1%A$41$118118149U>]Z5^_6?E+-@C$`1`/YBJJP&A6%T M0H85BDH?#`8HDJI50JH54AI4C%%4*HE*22JD*HD3%3%$TK%)*I&E&*%&Q))) M,1,4E4GF2!&,43954@BJDTDDB*C%51*J`QNHA@-*254F-*0D3`2L4DDDDQ#1 M4)-!1,4&$E"D"*@DQ4JD%4=D]_/NY;N7+HZNJ>+P(G5V>CWHH`/-=$5,]/9T\OOJ;J->$0-Q"B_AK6M>+UZ:Z<:]K-BFQLTCW6T6R-FQIH MT44J_G.BI'%M)M-=TLB0FCNV=+A)-VS=L8R$2MW5,=TP\^.@ANX5RJR"(IAL ME>O!T'0BE%4J*A51)PYX8R!DLDBC08##0&PM:U@,:[IMK.G8UOV[(WG"=SW7 MUV3;4QIC7V[]G5G:C)2REB2F*EGM>WH``````!R]*S+G``[QX.UUT`'RMWXZ M,RYP`.]==`````!UT=5N@!RW>5OR\=I7.P`````!@```._1\[WNNW5;IRS=# MXKY]KS\^_?Q;H````#VUN][UKG`-J\>#M=NP'IR#F(&]Q]`?`QUSY\@X'#A5 M5556A`MT/.MT``\K4B@&SB2M0+ M(H7UG,W0#VG&9:``':MT[6Z`=[=`#J^7_&M9;H````>+-T``#;M7.= M^'?U]EY5U9X\`"``````````````!RMTY>=S@=5N@'GVALEDR$).-T M`V39:#+):```'+,RMT`#;=[<.<.UN@#8H````;G/0._'```=?+IU\;NJ[UUU MUTW6]^X`$`!VMT#TK=`.K=`][TOO??>>6=4E%FRN7+?+6CJ^:1NH50J4<;'# M)(FEK91U5'Z4W9F+P<*85D;-"2DZK-/(2NOG?3Z\I:!!`` M$1``0D$9@!$```$$$`````````,```````````````````(````````````` M`````````)(`````!```````%E41````$`0````````````````````````` M````````(``````````````````,```````````````````````````````` M`"````````````````````$````````````````````````````````!``$$ M!`@`@`%!98@!!`%69A`1A8`1@``````````$````!`````A&``!@```````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````$0`````````````````````````````0```!````````````$```! M````!@````$0`````````!!```````0````408100%$`)@9$&0!&1$0``!@` M1!(8"99F`0(@```0$``&!@8&```@"`D!D$`````(````````0``````````` M```````9EF&993,J@2@````````````````````````````````````````` M`````````````9"``(````"`0@(```````"``"``(``@````(``@`)`!``0` M`````5`!`````($$````````````!```````````!@``$8&!`&`````%F0K* MJ5EF61@````````````````(1&`!`0`&!``````````````````````````` M```````````````````````````````````````````````````````````` M``````````````````LJ564S,LH`0``$`0````````````````````````!6 M5)(&14%*!8%D$4&``(@,`@````(9)E01"0!@95(&5EF88`````````````!` M```````````8`!@4663*@`!80`1!`(``````````9F6````````````````` M`````````$!486`!$!6$4````9``0!``&``S$]FQP>&.?BWH\Y`OD8V4A)@X M;/H:-R:>3R&QLXL\\Q:F-<72;O#+:2TI+*F5)7:^/@`)@F"4````E``#Y6)- MC=.6=2I.NCH]'LT[D1*9_CZ^3W>37"R1.A]7@V:&,$%B`0"+ M.`@&X8(+(&X(=M/A?GTO]&03>EXG'T;UW?3*&3RNG7IJM2,[H@;>%&3A-!Q2 MU&?D!0`;)%V\KHF[9YM8>SQ:.IL:TJJ@)*S!,`!*@2H,RALC@;#1R-I<^6.A M[;5BCQ.Y1V<.'"1A%UCNFS'#4.6YW-&*_7@PY>#EV;(QRPC=55,;O)4E)LV* MPCEN;MMS933W,C93EC!5<*?54(TY1CJPPW8ZM'CLV3`:(X['!43+RNK-OU?J M^=;:```````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`````````````````````````````````````````JJJP$%7:_(V1$!]Q@P( MCW.+2)I3^($J;*394)539INF-)LK&RJDBJI6E85"L8Q3%8JJ5_)(B8DQ4BJE M5HE84%*2JZ*TTW<.'+EU>3Q=T^%,:8JGG[5)`];".48GY;CA[_?MG8^\H](D M)!=$GVFUK6$BS`BUB#8&*4++2H*([-[K6C9.@P<(B(P(@"(945*3#(,**'3; M5-,ALK#2B8TXXT;)6Q3A8QI445&$Q514J5LFB&5R;)I-!TI,Y2Y6TL7EM;2L MN4KR\`@``````````````````````````````````````````````````*[M M1L%FY;;*F*Q*Q6&IC"549-,3114Q5*,*DJ54E24BQ12DIBC5315*E60T!IA5 MC`ET$XN!H<8C!TF?3KF9PU3!)K58*PJN`@@0C@H4C$,228D0PB)4B#9LJ=QY M*PJ2']H.9C;WO>X$X?([@ MQZ-T,>1)XED(JDC)&YT=-=7-DRS+M>+Q7;/C].WT`STNN@`````````````` M```````````````````````````````````````225%@`+"`""!;WE].W3(S MM[X\'3[Q\=^-=-!&G7TZGES.L]>X!9SV[S)QQQ(K$D$-BN*#%5"WHN[5"J`` M```6P+;(OCU\!N^4B\YB@`=))9:=IDLC09%8H`>EC0!B\*`!WV6^G6'KY^L\ M18Q8Q8Q9IU[]YX?'@XK>^S)-W0```.W'6J\1.`76JH%@(82`642;V5J:MITG MOO;U#39PXTUQ(BFS(-:CAYM&XJMD[IB9&K+8MER&)\O4WH#;;+Q?&=_AUEU* M\Z22Y,EJTT]V&*G1LP5XM8*.IX*W5LV=&X$>(AMD)#MMIUV?MY6F^^'4!00" M-!VW'T_2NYW$"!#.8@>W:._T*8**46PM8:I$:H%&UAF8B/VJ%'(I$9F9FJJKWO>JI@9A8AZB(B\U55>]1#N]XJ*F9 MF;U4S,S%YO4S,S,S,S>IB\S,S>HB'O=V!2'*%!`AF]45$.CM51$1>:JJO>HAW>\ M5%3,S-ZJ9F9B\WJ9F9F9F9O4Q>9F9O41#M>\."C.4*"!#.Y=5@(J*%%@`1K5 ML*J3XML;*1L@HXUVYZ;]NO;JZ]>M[WO>[LMTI;LMXO-ZO>JJJJJO#L:1MA_H M/\[6)$663Y?JOET6MP;BHF^]OD?VG&\2<"I''%N\F^R)N+(;-H;&A-DJ&S:& MQJ0V*&S38-(;2R39H8351K==I.6PWHV:-C4;6-FO^K43U<=T"U]*M/,WG6G5 MU,:NERXY9JZ56F,>6,*JJJF.9MY_C7=8DG=]K<8RWWZ>O3-76L[N_-O=IIZX MP52G2MEF$G?,ZP_2N3)@=9X^Q6V6J]^"!UG$)*J555.(93J6";.>?+6M:VV; M;;:UK6XBM?#;>(CJ[O"M$2[S,1+N\*VHT%`(`""$(`CMM86%F&VVRJJLP9F5 M56^T(B7$C`06((!%B#8$"Y&Z/86%G&,8555F#,RJJWWW1$P)=V+5>##%%5QV M'&V21:X=NW;6M:VFS=VVWK-A.89)K.;;=V;NU55\7QQOIE^'?A[W MF\S>7N[W>XL0";6!.HUUU6V[LW=MMXGE(3D\*9,,CYN!@?2-#B9X=L-MK>!F M6Z/U[7&VUN$E>/&04_1BBAS*&']3OX=V,9_!_&,&>8=/^G7]?_MSWN>^AF3? MZ:9)V&;&,S?GL\?'Q\?'N\?'LM:UB>-AZ?`\?`I43M@4_@B"M@//3B20JJI( M]1V^W`M:PMVDOUW_]56X>"S/"U(Z_N"0NL:=OI]?J_AG3Z_28B7O>M=GRSIG,PYQ;`3'JGJUD9D9 MG'_!B8)*D>MO<@!#86X[`?8BY)'C[7##8?0$?('T^F;X5CK_N7^@F9:7=W9S M"1$1(&C$D?#$,0A"%@`&_P)]_?OZ_'7W9L_)UOK6NG3..G/3;;GI=;ZUKL)] MFB8AA)@H)BF`9!,#\OO7Y_B>7IAF=J'ZSZ>_Y:UK6]C,RJJP,8'R%'P./'7O MRWC\>GH&JJIJJJ&T$FP0GXMHK4V]+EFNAT*3,'EMY+.T+9M;6*7^[W/'2T\A M\_F8CU^^^N-MMMMNG_(-J1<1=`B8`9R$Y)]0^89"+WB\S>]0]X9"+BW@@D&RDV('`,_@2PEV.9D MH6/EIUK2W@"<$A"9`@1+PUF884)$1+X5[<"H3]4>0>0/U^NUOCWZ3Y]/GF9\ MIOO,>OFM>8]]V%I/W\F3L*22DL3*SZ#,M&0[6Q`@@%C;4V(<>FNNJ(FH!'QY M7QZ;!W=W<;;$FR5*Y6!@1*G6I3*CXP[)#5>!E/DA?+Y?#Y;[U[_IZ>SG-X]? M85[3@MY60&(T!*8L6VY;9+;ICFLL*3UH!0/;:+?L!J-6)4;ZB!O,HB:A@1CL MR(B6GMMWZ=.7[]4=+W:]XO=[W1TO"(B60"Q!`!!%C),LON++9@2_/;Y3,X+> MUME:I;&K:Q4L^Z/)Z*G[:GQN=D=23'R^7&9G1LKW1Q[>/O=:S5T\@Q152E)) M+$S`K$DI)+$E*B(A8A(@(D0[:@0YD%*[B9G0#(*N31;\E\O/X?CSOS^?R?/? MF'(^-X^GB;WO>SQ\JLJ#Q(:0RH0_80/BM6GX]^KN]..,S/ M1LCL([^[UUFK6L[11`[SB/(@I=TPB*L$(<8=$.B,C`GTJ7A4FJV:"BR$!00$ M!`\$);>OU&`*W]>VW=]&=-_68<@UB<'J]7JW8W>'D[]_Y?Y.G')(^&_SM_-- MGH^C^>WR*"]^J/RS/::_T=?JWY&?5C[?%EF%5N=3FLI:SF&FCM+=+^UNW;MK MSUWKGG;J5[=KU6(OPZ$,1?P38#_2UA_ZFQ)_Y9F/L:#NAP/B<@P^YZZ]:NEYN8VM;8DBW3DF^#\?E5))4JJ' M1"=1;N`C8ZW^O>18=3:P%$6!JJJJD`#BUA0].!:Y)M9'#8Z^FKK_D@3^)"@& M9EH(,0%"S7;>-^&+,S;!GU7Q,1+J7,NT3+*/8DVN0%'%OP;`*.X\C[R>.GA7 MF6AOPM"Q0`/V^+0)S)Z@7)UV*JJ1`_+[@):`!Q/27Q^_^;]?IQQP\?=SSO+L MS-"/$1J+Z^*'B_PLN769F3SGY(QLZA2X\YQRS_01$1#P;^F`UK"1;:B4L-TS MZJN[KJS.T*O#.S2R_"HKNRJW[,JN(:*:F:\O+4S2MZ>4EVF5F+Q$JJMK3-"% MU-7292)0)%4JNZX9G:%66=FEENJ*[LJMAE5Q#134S7EY:F:5O3RDNTRLQ>(E M55L4L.714JZ3*3*?KZ"``+$6M;\"PL`"0X+0BI'\OA=0!`Y5*(]*D`3*E1'* MD1RI$1_'Z_#YYF>`;BV%`5NG7GI'77%[WO>][\PJ4YIZIYK&+WO>][WQ"YTW M\T&/:K5VM_O3^!L]NAQJV5^9[#Y>^_/RWS,]VU?WO/V\V9CPXM?O:7'-?Z-V MZ.YL^#A-]!]]K@D;_^8PT(B:`(+#;'GKN&9F898E!`X,##-FZJL<)_L\.T[3 MD1TCR-#S/GV\?O^>M:O3RGMV\*^)QQ&.@=E&RS[K`GK&9\IZ4.N8_R/W-F!M M.E>OXU^I]:]//TS,]&&]MX\?/X^_;XCRS-V57JJ=YBF9J5:Z,B(A)Y'!8$," M0@L:M;/63T20>143U?EZ\]6W'&9GLWW>GIY^>]FY\]&@O*RUFF9:#R4)1$)N M.HRCAP@X'0,`EB58ED@R68OE^1S@`*4E)36K<36=9 MSY\VJ(JG5DL!RH)&2'(6QRB)Q;8`8(M0`8$(Z/K/+V:XM]&VSDY56RVWL=WY MPF5:CER.N>7Y?F!T6#BFYY\>XT#$,?S,5`W52H0D1*4+2*:,V'D?L/;>Z^K, M;K]U/WU_!S]O%Y>+]MMM6!R;_K;W>/BM8JWR^^M:P_:ZDKW=!V?N/N>;^7'C MM]N??R[\4VMATK>Q/C^<1_P.&?LOZ*.:IS>U9VO8GI)))ET6RR9Z'BIZJ>[9 MC:&C\1\7F$-@4[HGNB$JB* MB:`(F,8TS(L+218&9F9F;"VH`R$N'?7`QBCB-;S"&PPB]>G]S^GLEK3,S+S* M"T:'1$0I8CX`'3^*3].C0[JB.[.^0@'O M\^$V*JBYM)$(0!U\_'LO3SJWF5\+[P'=ZUTYZZ^9GW\O39>O3JL1"Q$<="?8`A`0110G^ M/?<"RD"ULA/H/5ZM:;'2?.W9DRW)LZ:>#T53WQT<.JN-B"7"(3>,<<9]+YGH M_2H7$8?#XG$X?%0M[`8RF953%8^>GOY[NQ_Y_U7Q\EZ=K9P_D_!]YF;W9FHBK@D*`B$Y!&50$BA8]!@(@ M@,+CH+BI)K3CY?PTI">^[3]A_2%S M6-:RBAE%%3!GIB8Q,8S2K7;1?E%6*NH_3*GZZU=.M/S:_?C:R[:9)&VRYV?; M9M>;>X?[8`_O%AN+"0?P;$C?_,=?P_4XK",9Y?0+E`UBL9LV66;"3W_#X^"T M.[.7>`@0`H2@92<@@,"Q.M_T4!A_@@YG&U4D(0A"3W,834/+QJN3+..(SQX3 M3W;QU]/1=?JC[;&LZ::34'&$TT7.AT!!(.HV)L+CIQ]D3[(A*HBHDBXH>`'? MK'TCXD`>"`+55555(%MA;`V>A*#P0.`0X([YSY555@.W[RB<_R9F1$9FZ]L. M$55'D>%/@(G]$100J\N+:CU'3GJF*.OZLL-'JS,S^[,TPK%HEO#-"055Z;TI MIG"JM5>]3,HC8JF97J)O*K%4MVO=5_,7F756B(&'>)5V17+X98:*9F9\,S3" ML6B6PS0D%5>FS33.%5:J]ZF91&Q5,RO43>56*I;M>ZKF+S+JK1$##O$_.Y%@ M;`D45[@$(%!>@A"JJJPB\S;,K,[>8R"4"I*2E)`@@@B@@/SV[JJJX#@C7.NC M;QOOQKC&+WO>]UF+W6^'Q.,8QC&+WO>]UF+XQPB(X"`*%!'`$@2/_?C\]&9U M=7\>LSMF9PXC[.C9.'IQ;G-LJG5`M2$3]Z!))6B:$N3^P!&CB*H!A;5QP038 M$DBQ!`M;@$6T"!`XT1.O/6JF9AY9'1V>8F9F'ED<``;D$@A(`W`5B4`2UMR5 M%P@$;OURS,S))-B28!`03;,:(B,Y(-B21Q`*CJUD)R`QG4:"U!`$V2MI>K6G5$1"2@0DV*$E`3;30(CB0X#\#&KG<=_!]S$.X[>`<> MS'@$&JK5CDTTT-?H8=($<(5,(#]VJP\8^Q"?*?>W')_V43%15/QA.$K]5-.C M$]2GY?];]'3^ES#%RVU)"1`WIYN^HMGP\CV>;Z-#9F6SRZ;+..7]/A M+?K9TG(2;.M^\^M0JU?QD7C]GQ_7^7,)SSSSSSSRCNO;OF M9GVM\F;KNLT#`#Z]LEH9D]OE:```9`9D`!E!^JW0.OO?R_R[;O.U]+[BQ`FW M3IUZ?HWX+1X7JW8^60*41(5RMYNUW98;%VO3?6^%009*`J\LK1+46C"X;!RR M!2B)"N5O-VN[+#8NUZ;.$P(,E`0KVM:PR!8"UA8@`6`@!7J<9OG,B][WO>][ MW%&JJJJI%[WO>][WN/'8#P#E\1?$XG$S)DS=$1LI.TW+L9+````@`0"/Y$$B MP`5ISG.6TRZU24U4U4^O#K;*JFW3X\5\';5O+E_0P"8]>>O#;GRQLS,S-/5QQF_7CKUYY MZ\\=>KBCKRM<,RV;8Q:M;"1+HY@I["DI),LOWKY6[MW[&6K5-]]?Y^>R M]G.ZTY*VW9^#30<,M#>65F8D$I8?'.SGX^']O,JBH$.9]CKQO\]^TW7:ORB7 M\8Q.,86]\(_\_^'?(<=1GHQ\@H4"V#E2CE2K5(ZJ@C,K1HS-&M:TB^PJEB'=TD!P0<=42 M40E4141HDH4)%K(+>H#OKZQZS-K6$S,S,6`RHH4&)U(!XE1*:)(;MDORF9.` MG3N>6[*:[VC(P"`K\/+#[1L2!.GWKY_?1K77KQY?CF]X;WY'J?>+'%G`[\K7 M+HJKT<*KNO9F?O$,R]VF;Q#RM,T,:5/2GBC$8=5>(PJ.]RJ-.(NJ3=:8S\K# MM@JHA82`\PT.Z*JTX57=:9GO$,RX:9O$/*TS0QI4S3Q1B,.JO$85'>Y5&G$7 M5)NM-.56'?!S7#-<=[XEE(P]H*JKL71L8`>CZ1G%\XQIC3.<8QC%[WN*F'6F MI\7F]\8QC&+WO<5,.HL+6P="A0]"/(9"<^FP*C8=1"DZH$&@F=V"CD#^H7+< MX9F9L."0;'=$1')*$K;=T&V`,(]6W5>C3J:2U:JSLD>-<,Q[';GQ\^N\WQ,S MTC1,1$8Q6,3,WC"$7`((((L018BP-IV1$2PM8(301B=<"7RB)$DR"%9E)UD: MCGU\V*].@>S&?V%#@SS[1;-S+Y*]XRR'';4`2"+"U!]>'XVAVJG!9EI::GIV MJG!9EH812_$N2[WW[>N;4SW7O$M+9;3+:ZD],81]*@.QI\VS990U@; M00%``LHL!SV]HXU1/J;SM53%%#2T`.H%VEM]KY\```#+`OXOJB*"'3TRAT;3 M?O?AP_A^[Q$-95U0(2B>Q5GR\1#6IB-2`2`29 M9!06;J#UN.9C^'GS._8\B.?QKITKP/%^24VWQTGN_==3Z%RCU5/#TM&BY2P% MK"W6VY+]^>G3Y6\<6\<6]]`FF8]E5#O\/$"6;(2_3S%QL+2%&ISJ^)S,Q#N$ M1WF'F)F8AW0I%LZ(F95AW[,-D"*44*$[K.[J9G,X&BL22"M\"`1MI6BJJWN2 M0023(E\PZ2YNH4$B$B$AS"J"33DDD^Q"#$`6`P0&JMFS.,U4N[S#&*EZBJJI M=WF&(M@@D6-M2222%(,JP_'9V]`WQJ.MA1^HX;ZYF<.%,$C>++/X%G7#1$CGA\' M>H^*:@D#$0UXB2%9*57=55\,JEWNRNZ(^&IF69D8=V;,2V+U571UF858AU?" MJK+$*\.]1FFH)`Q$->(DA@`XL`!9`PM#76GQF^][U3IB\)X"6>44,"!/MB]3K6(JJ2]JR[XVF9T95)JJJ M*F:95A]$1,(%L2<8>!KSZ9F8;(Y&!$)$,0L-5(#Z*LDR?0^6N/3AP'2S./D>-]>V.\]\08Q'CK4) M9.%\_+A9VVK>[F+QOO4);"D6!-@%"0B(GPX8* M/;X&%)X&^VF7NRM);W@.ME5F1H14:"\0(6RD6L+`#;>>/?$7N^*I:JJIZAR2 M2?)`4*$!R2@0$`8Q6]V2+2222=X`&0\!\Y9TFSRLB<< MVVVU7\7,ZS5,S,U03:Q()'X2UR:0=A6VJ(C42000;X\"3`P*2LKY6VUFRN<[ M^/;MXJ9C6!EG-XO%[S,7@79!:R";`DD"Q`(!!S).?NX^0BKT5+<'P[^?QZ=>OR\-%KERP_Q_T?^/_$_\/Z, M6)^\/\S MT%%-^V\"]D_R]CD!T8418`\"!_D'->A_P_T@_<]17]A8?N/$\A\Y$I#!."%% M-55-4I_D!^W#0K!'[@C@/&!:%SN"X`@>)'T@[(51?]O\#>AT?J,%>HP?ZO>( M3Z!XIY42V'CTN\G)\?Z^1_Z3UDU)Y+Y??RTOF**?%#X_]P!_+O]@A2!_^?Q. M7FJ#_T653X*)[8@TO,+XBBGN2OKH_SPO[\/_6)7WFUC&/^>)#GK-CZI[M0Z^ M=OD":1YGBKG^8?A_/_GF9H/[.`?V=I^,?(%ZBAP"/4_Y\Z0_\A3IT&/*O1_- M@^'@_+^Y[O-)/ER_9))$G^P^1_HV3@)[OE7[__8_B9P?N23;W?X9!!^+C?,44Z^W?]7^'XU50=/X7+J!V2!22/Q";&% MD1_24W61ZD+/`[?&E-QSUT?HNZF/C<>QZG6G>(7^6H>W9W'R_U[-2(/X2Z@4 M[Q8T1!^O\N0]OZAXGI]P*W>/Y_P_UQ_3_?L_X?S_U^J([I$2?YJ'Y%ML&[\> MGR>>?N?GE_#_%_&2?]:?T?E^T\R=T1__?,R/YJD?<4_:^?9YO_8*UV-W\\B:2NCQ0#/5Y+"['L\3]^:+6LSO-^`*?V?U_ MX_X?X?Y_GQX\>/&(_\?_I_K>][WO=W=W>]3,S,S,S,S,S,S,RS,RJH.\?J_U M_:_TD?*MGTG\)?JH'T#J0_R.DGV5I1T'_3T?E_D?^>K;;?]S_0_L_D/5_3]D M2-`OBP>J_U!B^>QP\CKY5$0KHX_Q#MS:&[_D>DMF99_Z5X M*TZO\S3#_->EO_%_:K7:V\-VG2:;JA+`<<#<<`B\,B)N")$L*']0@[C'VE(! M-B?M[?+;HZJX>!T>[1YO)T:5Z8M?\CJQY_Z]KF,!D#`A66[,S-8$.'!'(!&! M(8:D$A!/''#C(N,C<&A]`0@<@^!G8]C"HI7`MX=AGA!8(G^]F&Y_O$690X^O M^K>?_<[S_[Z;_/?CW[#T@[)S_]4=]Y\<3=Q7'HU8]`DJ?[^JC5<3G;GK_]M[ MX&E]Z>W24;?[>=W._:'XU)^-BZ)9=>NW$I:3BR,8QC&,8QC&,8QC'6BC!K&, MBULFREC2Q[W4O?*4H2E+9G39U#'.W?NR%#F5;[R875X69].W?V\#Q!U3?LCO MO+^_%W%<>K5CT")/GJHU7$Z[<]?.]\80RMJHC8ZG(,JFY:5OQ94GXV+HEEUZ M[[REI.+(QC&,8QC&,8QC&,=:*,&L8R+6MDZ4J:6/>ZE[Y2E;*4I?Q_S,H918 M^#[O9/O$^N_2O[>'SZ>:LKGCFN>>..5971'Y!``%K`?PWNH54`MG3X32>P5W M1RJHKM\P'6$A7^W\?U_K_PC2Z(A" M`6WZ^X^JDDD_KW0FL>QR(B"8<1F/UIF9F;T'8.OP\AQ5^<]A\N6;V&M9O-F@ M7&%(U@KEG7.N6];99TS+70``#,P,P!D<5V5S-`VM(RUM<=1O6^TDE)2*I2*GX8F/2O5]6'\/G_+\?S>-6VK[<<<<>)QBJ+C[G0?Z MOQXBJ]X0(GU%>O7\>T[^/VNJMMG).>>=W/'-U5ML^$X)/%1[*=FR'KP'WJ<* MDW.$Q/%2,4/11\G#Z[I5-ARHZBCLBI)HS",]+QYRF@&`&.[LIH!@!C/LSP'I M&;B/B=$/^$Z`I*2^Y1'"@*&`!6*J:)/CU8.M#9_?(BF(XMM1(I'[S@]5:0^Z M12THHX=':VVIC`'21I,,E;$/2I?;UFK3OF4[WIU0;S*?!_*5*1I%\B`'0I^R MIV-%(Q.Q4TX8F14G<>">3=LGD?)A',GFFQH:4E)254I4$U[=.\W35.][V;IJ MGO(53L(`"('^GEP\[=)5.]ZW;I*IXD/Z0KXP@4"`+"V@K\^+X,6))M&Y-IF8 MDS8DFT`9!YD0Q`3!$E-`U312I(Q!%`J(=@JNQ7.ZOKEA@?^II1-'@>+W-C33 MDD=%3_O=25B2=22;N#0AV"C"N=^?J[S&J=[S>S&J>\@!'EQ^-./3/3HPMMCG MGG3GG.>6%MLZ*DCF$`'-8'O?2JIB(#![B&('F60G''MXO'NXEMIQQQPXX<2V MV=U!&^^W;;:HUFK35'`A0[1/$A4@@AB1@DB`B48()<%7V"`3[O2L7]UYZ.]` MDD5:I=Z6J=Z!)(JK`6L/H2186L'Y1$.;)NVKO9W=F$EP[I!0@0X@J(=`;P./ M.MJ@#RE>$FI"D=2.H-2%8D:KYILP['R=F#L4:5'+YO\.LA-AXNKN8:%^>,S& M9#>I;A9)9)")$LN6_WKL+:!3L^'SB2!-$ZT\>FKF9F9F>,\FY6Z>GZ6[)^BD M?X1]?KY\N/J4)(BT1#N(*$D?22"2/88^/3"JJN!82?H4^D4GM&F!]$\TK"3I MRDD32D,B@/4V#Z"0+\O72>OKY\?7,JGERY)TZ<\]%`,_Z]9/PR=IVAZ@:(K\ MIQDX*B\>CF:VI.@^JGHI_?X.[X;PB"8C_N39B/A3D_8HQ\))Y39XJW'DH^Y1 MY%/G$4QLPX*.M6K$D([0P^KA^.">!#L.((HG!WLTANU2O M!56!T-'5$,&.6FF,8[&!134:/$HWB0G#!]WILV<^A:<#LINI5'Y4G[5.J;0? MQ*-'DGDU(T1T?39?%IL;7Y^^6VM76LMM?)Z6K?=CUV(R#P8>Y.#8"GL8@@=E M]K+,S++,RE/4843N(^;]32L/3QMVB'*S?P].WIK[9EKKUZ9F1#J;7>]Z6Z(2 M/^Z;6%@,"QP3]^G=@S,H9O51P3*`FLTFAK#6:9I#7`-9-)I#60U/D'%Z<3C= MW9MFD"64``%Q!Q@PQ@8@`*@J"H*@J"H*@JXR1C,A!09(X@2(@J#,B@N5D3!! M$YE8%'(6'AXKG',S,@+,!!`LL%^I!7$XG")XD9E.CJ0'R\JP/B0@\B)`XA+S>MOH\.[UW[ M^^N];:XXUQQQKA;:^;ZOL>SP1\/<_Q-)HJ'=]3`T%Z>45Z!F-7$M]TB+R+<. MJ@`=";Y"#M4PY1<#IY\_`Y51O>]FZIYO@$&'0\*Y8T=%+]/376RVU=MMNNF! M/.[UROG+RQ>]>?E]_/M!.NNN=0BP.A/$&%/8E.G+D]/RRZ9GZF"VY`N3? MFJ<;ZF'N1HJBFF^OE[^OU^KN7VK"W4V#F_@`C!]/9/'?Q&/=/!\$(?9/B@P7 MTS6R-<=-[>V\'O98YC;+]^^*QSZ0NOWRNJ9==-=*NO:G!E*K5]]Z2GAD+KM/ M63)2E*4I2E*4I2E*4I,8S!M%$62P'Z MS#^A%3Z/JK\O\?V&,5>/Z],D@^:R3'OY_W>#RUGO?;3)[\C/$^RIW!@[`Y`,"<$5ZAR-* MHI$*['I<:JH3EV[F\.%!W<$IZ(I_H M.&^D169D12=#_8[1.;Q$Z+QP[^'7H\*1UUUUG21^=5>ERMLJSQ6]$A-FYU>& M?&.11Y*>G]>W:KK6M5>RQDMMP&3SH$PA<1,2S7*)B6?G(Y20.6Y9[>GRW(U7 MW5K."C`,XUQKS\;8J&H$H2'LAP"/P_IS3^9Z$?<'V]DZ%C;W*QT[U\]]??'&3"+F%4KG M.3T=;Z;1V0"!._#OL:`,S$R]2QMV*QS[5X[:^V.,F$7,*I7./8%%L8QC&,8QC M&,8QC&,J*,6L8R3W2E2YDHO9@4EW5W3E_YB+6^A"H M@=ZE>BMM0^U-.YMR0M8PBXI*E'L)>6G`PCT]TH_!R7R`\Y5KADO^?Y\I^)O^ M-9B)1)F9F(TTT31@%`_?'[E"A4>X-HZH-Y!Q]R.W)'62.L19X,0(0'Z$$YDW M+Y"IUY(KA(/$P'(3`QQ*",A#`ZL;B(KB/G+)Z2$S]D.`@<6VU;JMVW[-R? M'0XAI/)78^14W-SP1PQKMT&M-:_N_^BB]S\.GMY[-[WOR.[M-'<$0]QW'9YX M\;OC>\=VY^[,WM7D)U-`&$BJ/T;S#BL162#JO+NJJ]B='`3K MVI:>)5%-6G8GB*>?3]-G^/BZ'@]CKQ5O6Y5N;G0]0Q%-^%N\[+C; MM6[+>`<`W5_>=`"'6VI_Q=,+O;,=^R>CAW;MG";.$G,[WFS+F'"M=#ET.6[> M6U9;329,I;KY55,&^$Q%46[/@Y4V="?S3OWJV5IW3),2Q;: M22QHQH:1U22.I(DTZ-AI%>)V21Q.UE\'FG=CRN9F3H=&^6X^#Y]>M6Y9%<%3 MD.E_2W7E8AJRM6=B]X:#1V'63,G$A,SQ(XS#U55G[[95MOC8YF3H6Q$1*KRJ M(,0=)SQ^S69O$]S"MNA):8O'9'VO/JRKH>TN,S^'UO?X[G`V3^44(GY\.VJI MT>7E7%-"G506/14?.6'P=V[7SM5:GH5Y[V[//\9ESQ;@A0($B1(/Y)^19OZ7 MYSZKAT=W5[>@(`M@;`&/8FT+2;?C\O'-FWI;R999]2H^S9D/1N>/>=\ MR9ZK=9J72W6:E]"AN)\SB'NG0#O37&I5$XY%'33K6M34Z1AE+WG\%C#79]DJD)*CMMMLL;E\\>2=`531.1_) MA/G+H]\$R/G^G.96?FM8%D,[;E;#*BH.WE[-KWM0U3YR^'APT`]9RHGWQ# M*@"JX<_1M=P"`!1M:VOMOG=![+2^Q]2&9%CUQZ[>OKBXN?"]O9H-.+K,<<<< M<;M)=<^W;;MG&+HQC&,8QC&,8QC'";**%*3VO/1TM;Z@>`+6`Z`CW&_&HO8C M!%QNA)1^W"8:.J8Z[JFS10(UL1J1)K52I*1KJFK:G.J'5?_2?[P-B_MZ:\KS M4/"H;[YO6]DF])G+LW[;9K7.OAO^7@.C(A4%%@%3#V=P[N##P'1H!4JJY_W? MC/GC]O[HB429F9B*OHB)TUM:S9`T`;W&0'``GC=1UUJ^F^:W9EQN'@'L_1O% M1)%A&[`Q%1%$J1425"JB051)%A4/\OP)Z/0P[`DD?R*DB&(4!`T^U8*(":ZU MAZ0X0(*<'A6"(HZ-.JPT*)[D$2J_"X!9())M;D]KHB$%*(GSZL0$:,3"20]O MGZDZ)PKR5ZK-*I9LP_:W_;[[;_PR:OGRYYWWYYR:O./\_`8=@D$J4E57*6?' MF_F7]VLT75D$'UT#:IB!#00+(@D80B.**P$Q4*HI2J"7)$A@E'[D@<<<;Y(= MW=G(>/MPB(H`<$1%D1+)``0@('P#IT)-`G"BJ(>1BN\,1_;O'#,<>Y\U+,A% M@QXQUDJ8.CE([?HJKN>:66K7"*26%>YB,8PKJ;7/YEU>])T`OW?D!RKZ=R3^ M2O2UB[OSP5:/S"/0(_<"=![E1/$0"X.229D_/J8^1MC@J>KQ]+]3P:.>+<9E MO4E\[:MM>KZ8>^89YGPTD[';W?_:8]9\JMW<=+;9O/-WGD/_1$@8^ MFRKA/=I/!N\D\9C:#Y%REL#^7>^+W3B>;Z/%O'5/,[HIX)Y2F2+8\3=/HAW%2,R:/UB81Q.:`A ML[K$(RZ(*R9RX&>0D1)ZSS]N99\';?7?9V)^RLA`A'9`@)!-B02`2)OH(0=C MIHFYDRC*VWV_?G^.UUK,_&,*:L<7XXUXXXXY]);=?74Z91C%],8QC&,8QC&, M8QEF3W/PI3W^3\/*6>&[>_TX-?'CQBASZ:JVN+\<<<<<<<^FFVFW7;IE&,7TQC&,8QC&,8QC'&5%#$^3V MOO/YAZGZOEY=?.O(?,E>!X&PXAY5!U(N&%UN/3+Z,^F=45WPI!UFOZ!J;V>0 M2;/J;ZZOHSX.-55WPI.LUJ'V5B$";+88)_86X'`7:U*B(@8>VNUY.A%2[OF* MJ%@P15,U/D`$DV`CUC"SKTK=D]LM.SB5S.ZE'86:WK6M:#%1A6*QA@I4 M80Q21I31**4K0I!BILF$B*PKYOVM^+QQ5O]=WR<3=G9>#6;39L;&Y^&\W;F4 MWS9-%;GUVTFROW[L33[7\=NTGU5\HD9V?&UO^\;&[AN?:$K[/1NTW5UYWS,T M:#3QICB6JV':Q-G!X2.T^@QA]'70]I_+ M[9BUF8MM=\S+@HZJ*Z#33'J>OZ89X=O/,SA2U?96[U,>G5\V;6TDA_.SV0]# MFSH#M\#33JG;I67*S,F9DS9^7J^]6J?[6 M`='ITZWXO:ZNKKC)F9,VG[)YKFW>.W:YMWL^X0BGOSUF?7[]#,P>'5T:?4C% M5ILKA^'9S">1'X<.AM.4V]UNIP7Q3[AR.JIH#S(0T^':&>3WS>SXR5=?%'#E M/!\BR(PJ5P?N=3EX/KVM\#AK5:#6&II2J/U<\RR`]0MQ2A@^1AL/W`]3`-Q2 MO-0^.!WG)5VMW'S,CF1(4>O4[Z=5\*QVGOOW:FM::E3W=%;GO$&Z3?Q8<'_E ML8VE$/=3;,S+VF94VG9J]P5(Z$D(R,"I#$D:E#T$ID&EDE,GO\'-: M6QI_";OIO!Q...DZP"2#DY+08Y78;-"R!ZU&#!&QX.CW?!L#KK&823QUZ][VLVWF[<34'4DY'D'A/"+1Z/I ML.$[+=F4!K6%GL'7G3H6$2D0\%A&J4;$A0255!71X-)I3C67>-CLTI&].>B5 MM3F3J2\R<=%>O+.2!T)MXO*\G!P!.2/I!S))F$@'*"E881P1)6&,`@R3%2J* ML#)2Q=HC_Q#:20PXR2.I2:(-T^$T^'A)S9;)R]S>=T0.V5>GLC*<<:Z<<<<<<3:))2CTC&,:8QC&,4DDE&5%&4I/:]O2V>H%N", M&P)))$@C0BTK02K\=4>V)446!M?;39*4+I767M=!R3F4XXUTXXXXXXJ4914H M](QC&F,8QC&,8QC&,94492D]KVQ\T;T-THZ85/>][Z'WO9T:RFJJJECNRA2% M=E#,K_QC3/[?W?T_G>][WO>][Z#-G`-A\[%K("=XR+"2@!$BKW!WU?U9E<#- M%5^NS9;=+:6)*2DJ2[&*C91A^=MGZIN53'EW\]'EWQ2NF&'\?X8IX@CW@#^A^'##/?7DW8L2:Y)Q.MEQ M,31O-`[\/U-,0\NE51I?SZ'8<)I'F'`X#"=3O>#2X&PLJV)M@#]1(MW^/O2? MH?)7:%4O"06B`$5T.>+O+99)(ZNX?-DGR^CSX;%>#3VVQF)DR39VTP)[_'T] MO&[NVV[N[M0YDR9G69`"543FR"KASHBHIB='$VO`\$=18BR6OCLS,S-;@$.R M(DVL*`K`ML*`#DDBH]-M/PT1_>=^VGKP2Y550Y\DE\B>8&SR3DKSCMLC,QI] M&PF(\CV<_3:@Y*'0\,1,G MA:JA8W@X9B)AF#PG-5B#DMA@JS,9@QF':R-+JQ._1:V^N>V^;_/XW^-_6V_\ MSNOL:VWM3#"NNE^&%M5F&&&&,L\UVTP225222C&,?/S\_/DCW>?GHM7EI>!L MZZ4'"5ZG9@%+13V^O6,LBBDRR=".XI'@9@9+K&M8VUBZ1:AC,AOG#3*)YV(\ M-E(CA-'1]>K]7ZUCKQC,DUV:^D0RZ:4\Z::::]N..>W;1))5))))))1911C& M+V->U/91A_!C+&,9DRA[&4LXDGG/3T^4]=F[LUZV9GR\]Y5,\SJ9`Q$D-5FL MA#$6)"*ED(4V!;]3O]/S^OZ1$1$1J+ZX)1&-:I[*[:SS@X29/;TNYQFKHT]6 M%4;M\P>`814@-`EA@B*)$"D5C`,6)")C&)$(Q424%(%%&%)$5`D<$"8Q%50Q MQ7$5%*`7&`%&!40QD)(JR1`KE^$[/U3*LQ9-Q]6+ASYBJPA]#Y/7;[:=:=8: M!V@L`'N[4U-9DS@X># MJX0$XD*B$QY'L:^DE=\4J,<3`^RZ5?S_+]=7SB[,K],S,S1^AH^W"L$>1T#Q M%,-F-M^.X'M>%][UU87WNU;9X]H/1-`$[#:)QQ+9#J:>/-YS+69E#@>1Z'3GR:>)U`V?T>O\/]_YV][UO6M&=ZBO1XZ=X5&1E9541%J$ M@18020A2)9F9D`4,49MW=VT(0```&VMW%5<55C":ALM;;:0DL4,GPF\!LB!G MPGNGB9.TJ==^N9DV7I;LS+<,>I(CHW'DH>GG54F`.@A#S"B!\`.4UGC4@B>Z M_V?U9I?FLJG[WS;3W-AT%=7G^F9F>$Y^[)F*X;JS<29NJKYVWG&;*;KT*&?+ M%0'6IL%"UB`#^6S?Q]31K6CIW%^NO/XYQ(HU5550),S,R]$BK[-;!QC&,.,6 MQCOMEWPJPZ4.KU5[YF;`@$R!,)DD(I*,DT*P(PL*P0L\1N986%@:0.ZI%7F2 MO:2*F^`8"!V\9H]@1'M/&&ABGO'`'SX<8RR,.C/:Q>6\ZVHD#C&1I$;I$P>9 M`P?KV&#W$=)KK=(RR,,)#%2%(45%2L32A0";`$@6((!-K-L3_ M-%(X2ZEVZ_CZQ]N/T]<.;WI]U];'OKKOLKOOOO6W66W[.N>";?C-5\9VU=]NWQ\"O6,X6:C-1` M0'V']XCJA5"Y+]==95^V_9>EWSR)">+):03TL'1-.)\3X&P?J7(.P>(JQS)- MC`N6TFE'HG5-.,ELJIS^R/OF`4O8>,NU3+ M,,,(776788>LY*.^MR222L22222RQ[,8W&,:6O;&IG5E#:&,8RBAK:&-:RAE M[H`=TTAI31)0E$2M`%$G/`PJ&E;]AL#_1665A$140ACH< M45Q<.F'!S#&.[UK9VPU3NJ:D:)!4@A`H@6/$]SN`Y`/>:[*BB>;6/N=!Z^8G MS-!V4431!P>]F?L<37OV9E9F7*O8%110^J>V<^^9F9F9F'Y5HJ3JW4T>\:.A:=))NL3V=^CKQ+9LF)/T=S4;QI=RIL<)!RQ' M)#=-+X66OFI.KV;:,9AY'50+$G<0&&CP#!\WL0'^]FHFAH%IH["$Z*/R.T]T M>WM(H&.()W>/HYMM:,TZUI#VJKSS,D=0NR(%9AE2&5$A%]3V.FJO,P,:0BK< M(G?S7B-R-X;MMT_5LX^9YP]9$D?!CY33Y.TQ14VQN2C;^EQ:?IW96E\KYW+N MZIN5J;77?)JZU3';E*1I2 MA*5@V_J.`#H14)=1)7+P8;/0H=4J'PIS;4;/E/F2/%LE7$*-,0(D5BH=SW3) M/=$X75N>B(]7+K$AX*44X+'A;X-%<)!YL&$@V<<'BHGYIB>#JI@?**[8470/ M`A@-U52',E.!2#Z-]$.7=T>K9RGF])._IF9X=)Q>75))P/F;*G4\)/A:M6J3MYO1-#YH[&YV^FK<:=4VH'>(D=(VML2U:.!3" MJ_Z^F/FV3T3Q^SR1"HHI!)V^E0X2",=>M8:]ZC8'E&T]$JV3UAW=@TFDPQWD M\.&G!/*?&UMS,S'H2&QC.Y`=,"$X@\X2.&A((M(M0";$8(/E`3[E5GM>.OS7 MY_.%&;XK[/&CQAA;A;AAC+(WXETZ7I*JI)6I)))*3+HQ>UZ:]K*6@L@)X*KT MCI'3I73IA1F^*ZO&CQII6E::=>O7KUZ]=MLI*JI)6I)))*3+HQ>UZIH9%K6M M:UKV^_;WO>YF#/NPI7F<3K9=S].+>YZ%.!Q^1R'`X=_K35RF>A8)SXMMZ6S@V$.%DMMB$15*J*TD]G+J_0C:(A^F5V MA%S=K!#RFF!!5`('N"$:2IIT.S24[-V#1L4W4--&XZ#`[#GHH4SKKV]7-8], MX*,:6!4ZZ4S,8PR@R1R4HQSDQRC/'+@AD6M8D6M*!+`%"6QA!V,&\P^FZJZZRZVZZ[IT2S[%B22225R222BFPB][G)UW;IU/3,6%$VE, M2)2E%R;A&=^3(M4@DV3B5$$MTCI/2NG3&#C%2SN^,3BL8QKKTZ9QC8DDDDE< MDDDHLMC%[G+K5@S1G\C*F429110S)D(<#0BDF']0G(!3PX'H_7>]YF&W>^=4 MMDB-G;J9;9QLWTS9OK&^UWV>.UK>M^4#J$(%U$,2((@B'($((9T0:F3:700J M6)!V(]5LEW%VE$%S81( MZM.QAV?/'EF,]7ELB-WZO!R_!N\6V33(ADJ$V<,.B(K@Z`^JJL*CHNZJK/,X MG<'-.^I0V<-9]OSK5NM:UJOU3KZG=[IW>:JJGG*52(_/OKSBJ"F.$!P#FNPA MQV7J`AL,T=6*$\93H6B*$U(:+2$K[#)W>WE/2VRV>Z[%![$MV=3K(9DPP28; MDIR,A5#A114ZWH##@)V#Y*?E.7BVB#UB20]7FZ][>8.]6C5555?"XJR:S),L M@)P[]9V>_5\WAQX'/C,?I>N5[00``!(!VS=(`W/69ERF57VJE;2J[Y!TF M64YSF[SF5B)K6LS-"(CF0M*58@KA:!1?8<%C#Y'!HI-6#XKQ\LS,S,S,RPM2(B1* MK]#K%1IVGHGL[,3&,9V5C'@IT;,,5RR1HT. M(;='JWYW6LXI:PEBYEK+;5=R$CGU=4_BI>%KGK);)V,:30KJ2E'AJ$TG4X21 MCU=RO#2UNDIM*=::&E)))AZGC,NK#O2:K6#J%58(1?:1=`;)#$4]$1)50<12 MA`D5/!(`+?;S\-&QK<=\;++,/OBZYN''+Z*<<<<<<<<<=+]N^>BDK&I))))= MOEY>7EY>7L2P)PQA(0XY*HLUL?7[JJJ]8!30"XLAR'0+@ M04*I=85`Y0[YOK?9SZ]W>^%VVQM=KR[=F1F,G25(?4@Q0DF#);=[ES#&M5K, MB$T:,D:FF(&8M31)-1:D$*,*`PDT&(KH,(M&A1AR-&D169&FI"8*"::T(;I7 M]SR[XS-/P)5%J6JACDQ_AO;ANJI%4JGDF.Y6[N,=?[6Z-.[9M5QLG8W;^7&9 MG@V;:MS9U9)L_)RTKV^7R]69C]$GBBGE[CX0WT'H)P#B'N@B)U7LZ5553U%? M!_!A.JHCKSDS,D\"QZN5/22(B1-8>">3P;]EI]O5P=$)'[Z1$MMDD@M!C[I4 M>)_5]S<\?PGJL?;6N^Y/ONDJLSFR,E.#)SKI,YL;D,G-R9@$C#$_7MZ].]!W M=W!/QGL).1+GYX&"RSRO!`;GWI7GETH,(Q_$L=?K^_Y.#;;;9M8J/NP_1R/ MF?,]/F;,3Y[;A5>*_HMQ3*73&IU=B?)]&/VO1LK0TY3KY& MSH^36GN6;K)NWQ'9L;.2)R]++9YGHW<'0]1T*V:<-&(EINFSF%,'J$'L>IQ#\?NG% M`@@HHJ8*0F)F%3)49@9,8F%)C%W(<*DB$DJ6C#1_YQYF'N&DX0;2)$8HDFW` MA@>*)(V3%&N#HZ'!V*<)]#T,/)L^YXF(<'0_53T;'2'L\CPUWS/-M"0^QYGZ M(\VYJ)\Q[4%$>U\ZT!L_/^'\,S-#\^=8)'B,/7V6S\ZEJ8]WT4JAHJH/(].N M9F*M:4A4ZO=V=9"2'1C<<+L^3LRS)Q,,V2??)/@P(4&'O^=EK%MEOTO7AF=4 M/%]T#&BI-G1%;[.4\.#]AP8>#AZ/W?+EVVV;79MMC,QF=4/=RSJ3ZM5?4QE6 M2BFAX$_E]K_'_#X\]O?]>//_'O>':[]NW;;MVX[=>UX8KZIY/%5>A3]Y[I\7 MQJ^^KI/2%=G&+"@!"R,H/:UM[M[7?'$SX=.5?H?9TZF"NB)#3,3?^.^,8]U5 MGQS;;*')S>T:U'F;2H[89@UB MB95?"W64B"Z/"NI<.J%E1G5R'=U`A'"LCJK0MF5E1-O?]U55;4[2B*FV?3O- MAZ0XXXOGNJJJYG!`FD[>8U.'8[%0GNZ)NE7V?J\WX]7`X@@L?ALA\*D-GGX,9C%6KXL:%;)Q7T-"%TI3KV= M>.M:U7ZN[6M[Q40^(]>;0=1^E(:L6#)$]KH*@J:VH9J`!NNF>E:8KLTB"-T\ M@V1P^$X8TE6"2PL#Q5PB(C363RG5J=:'-X4X;UIM+E,0@L0U40,")`8$&+)% M--BX:6+`V8TBJTJ>S&+7FV-(-$2(X:>15*3?P3>01)IPQ'#3R0-G77^^[/N$(.Y>YK[KKKKKKNN6BQSZ^ M^,ZDY)))))8I)*0A.BISSH]K'E,B0`"E`JG0B[+>]=.G2][IU5"MUUUUUUTN MDI8YRE+.I.222226*22DRMT7N2BQC5#N^[Y.G6G3H0YGAB';.Y5UK#AX<]<. M/#Z>]0U4M4]57#7O>]WO>]P\Q>ZW=[WO>>XXW_/Y557/:])Q`\)`*4NNJJ*\ M'@/C:X]=`Y<+-[M1IKG,S-&I$(G!L?1Z0ZO]_LD8Y5YG=W;2;,8Q[[K7B\33 M<>!U>S:AA]%]*JDE?`T"GT@ZI%5#5$(),B"DR(>7M;F97(2J2UHP3M)3@;J[ M=(H.2E`TI0E`4M+0`T)2@K2H!0*`E"*%`@4H(T(T@4"-*K2HT)2*`$#A^WR) M?<.#K)Z.I.1_FGR&[\I7).SQE66.GEF9B)#R4HG$E(8&-1AM"R-S'1P<-C\& M[1?!7@D_Y63A=ZC5TV9!LQCF5^@T1$PW/U3CR;&_-TG^:44'0`,%QZ5[A-KH/R/^4(!R;?H3I!DB;)J2(B8CY*TAN0%UJ# M>20^GBWWW@W20WW9Y6[S+O9EE7C;,IIB9@)B32,_Q7=P@\#G!IB2,)-\VS6Q M1G69F0S$DI2228,-QB2#H<2,;G@TT02DFD5$<.)!I5T$$$#\0DX,L7V-AR$] M#[;'I<>XWH-[V?[G[Q9(`4.TL4[4%#AJ>S'6?Z M66R1`GH-DZMTDG5NQ*L=DBD[$*1A8B3X/J8AV7T8S'^Y_%.KO-UD)/(H;OWQ/-1\9ELAN^[A-#@H] MV'8^#W8E32/M`(0,O]LJW*S*98KM97K=TGH4\SV/3O;;;;:F[;=&2BZ[,9C$1YG[\MJJL1AYNZ=8^0X:-(Q MW6V\/9*[E['J-(\'62$ZO%W]T]I8MRR.B,&$?#H[*KP,3\K!PJ]VY]&)W>$S MV*\RE-V.#F`[-.:*'J6I.<'GHPH*;6!EYP,S)*;='X22=/'QQ8,%@]1L:\]3 M"=N@L+6M(\8@CO-K`!>M96^$=MM/$]Z_%[DQ?#OJ8>^^V^^^[[SSBI;R3$DD MDDDDNB2DRF,7N55%#&,H.#ED>MA%#2PH:L/(`WX\[OS,LLD*`A))*+$FQ%U& MW8/M%A:R:7I=,([]M.T]J[7@UM<+JJL6UU7WVWWWW:9YZ+III)Z22222271) M293[>VL]=T$;K\O4D3[>.(W/FLL[?/(SUO/EV)7MCHN>FT@1;6V@G5+"LR2^ M:T74ZG76@)MJ,@!)+Y0*=_ETXQ",9/A[,W7IZNZXA&,G/+-UQ`4G>R)G'#T. MQ.GEYU.O/>^9TX<0A2V4`0VSE*.3@@+S^_[LS,T/;3"+\TCNZFS(2^%O1Y%Q>\7O=:N7<(%Q'.;N[N;G/26YF0F0DA)IQ>#=TLJE&5O# M$3<":S!U4(,,C1K`Q$")-`2-F];M[WI=&C#8.S"-QH-[F6,9LLL)9-W=W3=V MS;80FND($6W2UEV;NZ;NV6VRVV6MC&3(PDIHPB`,J1D@5QE84RWF:P<#1E3! MAC"THPJR534C5#(3"0R+MBLDS+;8K+;8K+;8K+;8K`@0($S+;8K+;8K"6V"S M=V+5%%%C=BU%:BW=BU84W8MW8M6%.3F\MW:VLL3CG.G777,RM65J(%*5*2E* M4J*4HJDJ4E(TJ)HA4@B(%HI0(5@(A,-:UO>M[P(1A@5@E8UJDB`DA9*I254- M":J1/ATNF9G2W8.=S$.CE3_-2HJJTZ,[6^-YV[;76MM=J[.954IQ+)OWF*:' MH9XC\/]EFQ4= M'DT[M'X/[?UM^;][N[][4?@/>'`>9H8,&'GHV41)X/)' MGTM^O#)`Z)9W85V.S9AU..]M?"5^A/,\8$^9LSB1(<_(Q1^7G6@A\A`\O$I:"A2EH&@H+"P+",,RBL,R(J*71M$1`O+7= MG)+N[LY0";=R"0+#N"!@<6`=Z3Y>EM;^RUV?2<3A#YQ[<,C,8G@G5/`'<^:; MIP;1V=N]JWU8U5N-&6K)),(P0K1(Q*:."O40Y@]`P=1XDCIBU1X*8QU=A-CS M?YIU&.ONW(8\W3I?"X[DE/^RG8LDA)`OG:JX/0W6NP[J_2.V/`61"=5@]PA[ MJJH5`>P.UXGS"T^@(*?\SH8]7B'R!T\[;;1Y&/9 MIY",*=FZ8.CDY#P-VFFZ="MFE5U9(DD3=%$Z*QVMLPW.DWY.@[Z3H<-DCQ3)VS,S$DCZT@?9W*.B=6[E&RNWB9"1.UOZF))TG M5@]3[1/9]KY^_M*)J:Q#'&UNVL58-*[H[N[LQ9'5W0,\*'@00JHB"TBUK"TK ME$E8G,ZNA*I5'LZP-8)Y'#D\BG=1U24#@>F"?[_3QZA([T%U93X0%D+=(?7]_'VO]Z@RC1GQC*&.N:UE+G.:USG=^_\?\ MG.EZ7E^&F>=M5AGI>VB0X[UQ^7TXU45 M->-G MG]OVVVV9)L\11"Q1$4FSHIWU+HP,`@#A_E_PS-"J`*\R51$$.`G-?9V9Y-CR[/ M!5?)-3+>FYK[V^;A/PU.XV5-1^^WLZ"MROHXC5D5V.[#V=1.K4BH)^P^R*CW M]3F/(/V?GK*S,N-6H5>H.KS#SG2H+4B.RSJJ'1'=[SH^^\GH.7@]6SQ9((E]=\S-C3P5,OAF6 MQF8D?Z_[$IDT5L]&D^"@2=Y)3#8,>Z3U/)-#Z1;%*TL@U!K*JHB9 MEW=W=1`M`(L+6!%A/!T3J/#95?-&0AJIJ)"56CYO72U4^F'SZ-21'1LKK*VPV=DFIP3[)G M,SQF9))L),G3/R\_G;;;7JTM)0*NDW/QZ-%4%035,0>QH,AY,FR@DT^QR- M))T>+A.$V#DO_B0JG8>_&GI\!X')@1.)*HL3)$:%2$ MY+-ZM2#@[TI(?-BQ")PJ)`TG3/MNUK6F^Z[7%RC%J4FA@5T$ZDJFDX#.Z!.I M&9=5YV<[';UG."\(O&7`17BZMNK;&S1C#&C(,D>;1J:.CD5LOVMW-S1SVTM: M&UMD&&VH8RR9;3N%%.&%'8:X!ZWCV8'I96_+6]X>^'SD\?+]-_7K6R9^WO=$ MB&/IZ7:]^NT$)^>Z8UK*\DWXYDF='-IQSNURTG"#*M,^U56&&&$,,,/F.NT9 M;13$DDDDDDDDI,;&+W)[6,@VML6L@RES'7M93=;['P-Q1'GQ#;-55>_"\,Z[ MW=L<.[PO?#Q.YS:<;==7EY>7 MEZ%Y^>L\N_L^`Z")1]L,2=&>^N_>-KMS"NJ?*AU++(/#/8!#L]GVX&U.%GO/ MC:IDSFT390VRTR6*X1"NJ;*'4LLDW9[`(=FL^VFM.%D[3MM4QYT$>@%A867@ M0YZ'5241"0FAX='^[M<;7TI-G9EXW3>4GIGIIK6^,7)/HT+P5B&N^-M7K<'60&Z7XS5*>N7ZU MEHRNJ[J^KK<=:UE-W5NBME>9"<] M4CGI2LW%[XR7/2=&=\<6]]NW?EG?K).U(=;"OK[KGT>&/,==[L-\`)L""2=J MU5'QP86N\PE])>11I0&&['+,[*,).)J+F`58).4#VOA6A*H<.JA5KQPOIM?+ M95,.'33:-DWWEWD4::S@[,RL1$9PPO01B2+VXV1514_1555).S9PIH@GFIN2H*V?#2(T:]5K']AU-VBO_4]O]KP M3$^;Q8K'K\,F8^II5MMDB(JE22<*1^SNM/!6BD5)YCC31TZ+7,D<&IX7PMI]SA)#FYW'A'4I)N^9NQO$[L^+:G6 M0$?`PZL/;5\1@.:H'T-FO6])%`-=*8S<(F'S]ZYAPJ^8))/GQQD.E2ZUJ39G6?/=0W=2W M=0MW4@F;.2K2J6"U+5I)/,LG)W.ACS>KFP^\'A:J3Z)O>:BMXKA$0D4Q%1BP M%@Q@`$DS.#*9P9P3C):TFL3%515J93(B;^>S=I+BW'&9816"4L+6E*92ULGL MV2Z%R?/6+XZC1N9F9UO#)*Q@@#(,84`++E9NF*Q2Q4I2DL6*S<5,S)J(9"%D M-F5@+H)%-:K$0T"L*A"@:)!ZG$SPX55=[W:-XVM&:0=$;PJ&58$$KH MQ/KXX3U.3P0.CP-T(R0IYO%NC<=C=7&C9F"PTV1C2O-U\*MK9Y<)L5$V3Y-W M-*K:=GB1^M)+4?"B?-1N_%?\U)$=DJMCS>[%?O\;>&SY.6GXA@9>4UY2:4;=]]7>X\ M>&/2K%\+JEED=(,QP"$:D,FS68&BJ,T8Z%+(/OO/IP\?GB[@.28F(%$03)&1 M3UX?*YY>GLZGEKG.>J8DDDDDDDDEG% MCHO>Y2HH911HSJQU#FV-H:UF#G,P:RAS;JYJ^6[)\5,+(W(7FC*N&2YFEUDR M$GRWY7?'I?E[\G8``E2>7/L=T]?9WL*I5K7TZ6:ZP@RVM['PIA"N$(:RSTRU MUT3$DDDDDDDO+R\?,SSUK/+T1'A?[8HAV1()[COX.ZJH#I0``8;$DV&;:(3U M]+_G#DGKG"E1OM4HP8VTZYBP6VJ$ZM?.KH3?752HTUJ4:S$=<<"I&GG#:)($ M3(3AQ,"9A00%4ME!];XK&(&YVWUCQQF< M5"@DY8+J&N7=]QHS1;7>9=P%4M=!OC3%\0,G3?6^^^9Q0A2^JE#TS MJS$M$+(3>>HKMUIVWIU/*]>[U!!!!!!!&77$!VW0/5MVE7:4Q9AG$9;`R[7,X,L7:YU)UVN9T,(P@@@@NLS)*HB3,PF*SHZW36]N&%"O`E`.!) M$D21"D9%8IO*C-,2#+:EKL=V]7[VX-]Y:6MSH\34FCE%9)3#&+B=NKEV6$W; M:.ZSQJW;BW=C=C=K&-U553HT88<]:K%H*XQYDN1@M"0@($*L0NLX$H&30`@4 M"TBE%($$QF94IEF50JQ94D&D`HB(AB!B!B"&5`*549D^($*X,>(_B?8 MXG".U*G0Y;-&\E:(=E(03_I%:D;7%0J>3S,\899:LF<.J=-C$CLM MEVNOM%XLQI&SU>+/&MAJ."C#17+SFZZLQ9)/F[3O? MF1EQ+NOTS#)>,UYE<(Q1![>0H(F=;?A5=WJ]BINW5BN$I\WNG29OEJJ MO%TW=N9L)/C\%<2'K&.:3,EB5$R,08R#")F(2Q(J`FJ$N8&R0WB]@J^PV`<1 ML\DP.\FNB;&MK;#A6GD<&[&I.6SB'(3_"2DI*$#KT,W;8WZ/**Y3A93AZ-/ MW=))).]Z.\^'Y`0GDD.@=E\+='=3JZ&(TIR2260:4#A74ZGC)ZVVVU'_0^AZ M'>'M8%HR1UD_5B?/NP]C@'/Q-H'-%0ZO#J9E89E5'$[-F MQWX5=,RLSK5$=I4'J]@=#]<*()Q'=XJ<*C3^+<.I-V3#]>$JK775L0VW@;)V M;,%3KMB9DB^$O.:K-=N,VA9'(17<;,7W$P"0\;EKHI54$*+>00HTZD"@GIF6 M%20L0AXCNG53Q,5%&J6SK3=&F2>`QXM1B6C8[C#3WFP03@=T8=I[:I/OUJJU MJN`X'"21UJ0=]_',S&9;1'NG3'ILZR?"G4S#G)F;6,RUU7,BUMMMXX_&9FD'P^:3S*[O$DFS<2, M61(ZI8`4QL"#9))Y+"/`H"IWD>(0!AR*5F2-"I^ZYT]ACS=FGH\Q6HR>3DV_ M[3_GZ-W*(\WD/JE;*I(]UX];:1PK#QIYR)U6'9[([JVU6L9%F3+V5.=7AB)`W6G+R?E7W8GF\]K97+&LMBK M>%/$Y/4J>#*1+4A?%7N=]T^E=W9T/N5XSY2<1R21^U]>';OC,KKKF^>LU=5U?[&TWX\`@$UVDG M0@.!PZP4)2TJE*I0-`_IUUI*$H"M:RS-9@:UBISFYCFT11EK5,U89%7+; M("H@Q,DEMLF6VR"X3)F83$D;;F3V;=J$F!)`R$HU4R96W,LJJHL395518D`* M0I4VMGR")5):&^>>;_-XAKFMA"%-4(0AQIQNI\=5EBY*E*M)))))+%J47O\@ M/"0I:%2E4I"D?3TUH"AJBPN01*H[0U=>M^MX@H3>]V>$(0E*4I2E)98N2I2K22222 M2Q:E%[UV8S1C6,?=DJS%3/6VD^SHQ5&XTMAT^]7G@.,B'5<>LDF9-K@LED@JA7Q)$A-`'^VH0G^)_Q8?<]7R.SN3<\'&UMGA;1"/!-VSA(\5:-21 M-T0MMA(>+8=+O#M%DF[@%ALCQ`&E$B4817O)&(';_!!-DL!I:0&M;0>_@6#X MSU0>-T"LN7KWX][AOCW6^^^^^V^^_OVSQR[SBF)))))))))=&I:.IN9G9_%? M"%KF1DYCZ7W50E*4&4Z1??????;???IHLU['=7TT*E[G.BS)C&7]OQF9^SCNN7%G?YYVM4AZL>.K8KNO%OT.&5WFWK M]JJG^L-`*O,5%\SL>;H.!'8VI(^96*?543R:B<.#S3V<)YD2*BMGR*^4_MY1 M(\_OB=:"V"+40U094+[:VZ>73W]/OU[$B7?$CBR0ME#&,MQS?6UE#*&,;AA7 MA;####ME+7MIVDNC4E2DDDDO7U]?7U]HDA?;VUFO77I\LB1Q[XG%!;!%J(:H M,LA>=;<^_3W]_?KV)$N^)'%DC&-;10QC+<-'UMHH90QC<,*\+8888::::::: M271J2I2222222BQE%%#&-C%[GK.AE'VRAD68XM:UOTYSK+>[G9]&[43ZCL_4 M\>E\?7&KK6>24FY9-]\S,/@^]JVGZ&G"?Q8?0TGT?J?N-*__Z`_U^=?V?NK7 8]Y_DXK_R8_L%L!G#__%W)%.%"01D34!@ ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 21:20:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344FC16A4CE for ; Mon, 29 Nov 2004 21:20:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BB543D31 for ; Mon, 29 Nov 2004 21:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLK1U9008091 for ; Mon, 29 Nov 2004 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATLK1nE008090; Mon, 29 Nov 2004 21:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 21:20:01 GMT Resent-Message-Id: <200411292120.iATLK1nE008090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wataru Gotoh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B22616A4CE for ; Mon, 29 Nov 2004 21:18:32 +0000 (GMT) Received: from mail501.nifty.com (mail501.nifty.com [202.248.37.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBC043D49 for ; Mon, 29 Nov 2004 21:18:31 +0000 (GMT) (envelope-from gotow@nifty.com) Received: from localhost (nthkid005209.hkid.nt.isdn.ppp.infoweb.ne.jp [211.133.110.209])by mail501.nifty.com with SMTP id iATLIJol014078 for ; Tue, 30 Nov 2004 06:18:20 +0900 Received: by localhost (sSMTP sendmail emulation); Tue, 30 Nov 2004 06:18:19 +0900 Message-Id: <20041129211819.GA34557%gotow@nifty.com> Date: Tue, 30 Nov 2004 06:18:19 +0900 From: Wataru Gotoh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74537: editors/vim issue: report invalid size of multi-byte character X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wataru Gotoh List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:20:02 -0000 >Number: 74537 >Category: ports >Synopsis: editors/vim issue: report invalid size of multi-byte character >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 21:20:01 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Wataru Gotoh >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: GENERIC kernel. >Description: editors/vim on FreeBSD 5-stable (include 5.3R) report invalid size of multi-byte character. this issue poses some problem, on display text, on moving cursor, and more. vim call "mblen()" for make "mb_bytelen_tab" table at vim63/src/mbyte.c in function named mb_init(). current spec of mblen() is not suppose for make this table. >How-To-Repeat: test code of make table. #include #include #include int main(void) { int i, n; char buf[2]; fprintf(stdout, "%s\n", setlocale(LC_ALL, "ja_JP.eucJP")); for (i = 0; i < 256; i++) { buf[0] = i; buf[1] = '\0'; if (i == '\0') { n = 1; } else { if (mblen(buf, (size_t)1) <= 0) { n = 2; } else { n = 1; } } fprintf(stdout, "%d,", n); if ((i + 1) % 32 == 0) { fprintf(stdout, "\n"); } } return 0; } valid case: (on 5.2.1R) ja_JP.eucJP 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, invalid case: (on 5.3R) ja_JP.eucJP 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, >Fix: clear status of mblen(), before factual calling. patch for editors/vim diff -urN vim.orig/files/patch-mbyte_c vim/files/patch-mbyte_c --- vim.orig/files/patch-mbyte_c Thu Jan 1 09:00:00 1970 +++ vim/files/patch-mbyte_c Tue Nov 30 04:16:47 2004 @@ -0,0 +1,10 @@ +--- mbyte.c.orig Sun Nov 28 20:40:35 2004 ++++ mbyte.c Sun Nov 28 20:42:49 2004 +@@ -650,6 +650,7 @@ + * where mblen() returns 0 for invalid character. + * Therefore, following condition includes 0. + */ ++ mblen(NULL, 0); + if (mblen(buf, (size_t)1) <= 0) + n = 2; + else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 21:30:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F2016A4CE for ; Mon, 29 Nov 2004 21:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8454C43D5E for ; Mon, 29 Nov 2004 21:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLUUW8008448 for ; Mon, 29 Nov 2004 21:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATLUU2q008447; Mon, 29 Nov 2004 21:30:30 GMT (envelope-from gnats) Resent-Date: Mon, 29 Nov 2004 21:30:30 GMT Resent-Message-Id: <200411292130.iATLUU2q008447@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai " IOnut " Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDA416A4CE for ; Mon, 29 Nov 2004 21:22:51 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B923C43D54 for ; Mon, 29 Nov 2004 21:22:50 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 14801 invoked by uid 89); 29 Nov 2004 21:26:29 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 29 Nov 2004 21:26:29 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id BB20F11846 for ; Mon, 29 Nov 2004 23:22:47 +0200 (EET) Message-Id: <1101763367.0@it.buh.tecnik93.com> Date: Mon, 29 Nov 2004 23:22:47 +0200 From: "Ion-Mihai " IOnut " Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 Subject: ports/74538: [MAINTAINER-UPDATE] mail/dspam to 3.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:30:30 -0000 >Number: 74538 >Category: ports >Synopsis: [MAINTAINER-UPDATE] mail/dspam to 3.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 21:30:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 5.3-STABLE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 5.3-STABLE #11: Thu Nov 18 16:11:29 EET 2004 >Description: Update mail/dspam to 3.2.3. - important fixes from 3.2.2: BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages BUGFIX: Signature is not written to multipart blocks with no content type BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 BUGFIX: Bayesian Noise Reduction is never instantiated Supersedes ports/74485 >How-To-Repeat: >Fix: --- dspam3.2.2.20041117.1515_to_3.2.3.diff begins here --- diff -urN dspam.cvs/Makefile dspam/Makefile --- dspam.cvs/Makefile Sun Nov 28 11:01:55 2004 +++ dspam/Makefile Mon Nov 29 23:19:51 2004 @@ -6,17 +6,17 @@ # PORTNAME= dspam -PORTVERSION= 3.2.2${SNAP_DATE} +PORTVERSION= 3.2.3${SNAP_DATE} CATEGORIES= mail MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam/sources/ -DISTFILES= dspam.3.2.2.cvs.stable.20041117.1515.tar.gz +#DISTFILES= dspam.3.2.3.cvs.stable${SNAP_DATE}.tar.gz MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - development version -WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} +#WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} -SNAP_DATE= .20041117.1515 +#SNAP_DATE= .20041201.0000 ## debug / log / admin options OPTIONS= DEBUG "Enable debugging logging" on diff -urN dspam.cvs/distinfo dspam/distinfo --- dspam.cvs/distinfo Sun Nov 28 11:01:55 2004 +++ dspam/distinfo Mon Nov 29 23:19:51 2004 @@ -1,2 +1,2 @@ -MD5 (dspam.3.2.2.cvs.stable.20041117.1515.tar.gz) = 6185bbe2a7cfd069fc9107d7b4ea8534 -SIZE (dspam.3.2.2.cvs.stable.20041117.1515.tar.gz) = 620212 +MD5 (dspam-3.2.3.tar.gz) = 0c5d62df8746332906d487d5c5ad9926 +SIZE (dspam-3.2.3.tar.gz) = 620153 diff -urN dspam.cvs/files/UPDATING dspam/files/UPDATING --- dspam.cvs/files/UPDATING Sun Nov 28 00:06:32 2004 +++ dspam/files/UPDATING Mon Nov 29 23:19:51 2004 @@ -10,6 +10,16 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` +############################################################################# +# dspam-3.2.3 +# + +- important fixes from 3.2.2: + BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages + BUGFIX: Signature is not written to multipart blocks with no content type + BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 + BUGFIX: Bayesian Noise Reduction is never instantiated + ############################################################################# # dspam-3.2.2.20041117.1515: --- dspam3.2.2.20041117.1515_to_3.2.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 29 21:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398C616A4CF for ; Mon, 29 Nov 2004 21:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129EA43D1D for ; Mon, 29 Nov 2004 21:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLoKok009997 for ; Mon, 29 Nov 2004 21:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iATLoK2v009996; Mon, 29 Nov 2004 21:50:20 GMT (envelope-from gnats) Date: Mon, 29 Nov 2004 21:50:20 GMT Message-Id: <200411292150.iATLoK2v009996@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ion-Mihai Tetcu Subject: Re: ports/74485: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ion-Mihai Tetcu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:50:21 -0000 The following reply was made to PR ports/74485; it has been noted by GNATS. From: Ion-Mihai Tetcu To: freebsd-gnats-submit@FreeBSD.org, itetcu@people.tecnik93.com Cc: Subject: Re: ports/74485: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. Date: Mon, 29 Nov 2004 23:41:44 +0200 Superseded by ports/74538 http://www.freebsd.org/cgi/query-pr.cgi?pr=74538 Please close this one and commit that instead. Thanks, -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 00:30:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E5416A4CE for ; Tue, 30 Nov 2004 00:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F4F943D54 for ; Tue, 30 Nov 2004 00:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0UVGB028357 for ; Tue, 30 Nov 2004 00:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU0UVEx028342; Tue, 30 Nov 2004 00:30:31 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 00:30:31 GMT Resent-Message-Id: <200411300030.iAU0UVEx028342@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Mayhar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45EC116A4D5 for ; Tue, 30 Nov 2004 00:29:07 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C071343D39 for ; Tue, 30 Nov 2004 00:29:06 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.1/8.12.9) with ESMTP id iAU0T37N014081; Mon, 29 Nov 2004 16:29:06 -0800 (PST) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.1/8.12.9) with ESMTP id iAU0T3kj042812; Mon, 29 Nov 2004 16:29:03 -0800 (PST) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.1/8.13.1/Submit) id iAU0T0gP042811; Mon, 29 Nov 2004 16:29:00 -0800 (PST) (envelope-from frank) Message-Id: <200411300029.iAU0T0gP042811@realtime.exit.com> Date: Mon, 29 Nov 2004 16:29:00 -0800 (PST) From: Frank Mayhar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: riggs@rrr.de Subject: ports/74539: Update cad/linux-eagle (and german/linux-eagle) to 4.13. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Mayhar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:30:32 -0000 >Number: 74539 >Category: ports >Synopsis: Update cad/linux-eagle (and german/linux-eagle) to 4.13. >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 Nov 30 00:30:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 4.10-STABLE i386 >Organization: Exit Consulting >Environment: System: FreeBSD realtime.exit.com 4.10-STABLE FreeBSD 4.10-STABLE #2: Thu Sep 16 20:46:06 PDT 2004 frank@realtime.exit.com:/usr/obj/usr/src/sys/REALTIME i386 Decided to upgrade before my latest project, saw that the port was behind, here's the fix. Enjoy. Note that the distribution tarfile name has changed to accomodate it how being multiplatform. Patches follow for cad/linux-eagle and german/linux-eagle: Index: cad/linux-eagle/Makefile =================================================================== RCS file: /cvs/repos/ports/cad/linux-eagle/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- cad/linux-eagle/Makefile 13 Nov 2003 14:44:58 -0000 1.12 +++ cad/linux-eagle/Makefile 30 Nov 2004 00:05:03 -0000 @@ -6,12 +6,12 @@ # PORTNAME= linux-eagle -EAGLEVERSION?= 4.11 -EAGLELANG?= e +EAGLEVERSION?= 4.13 +EAGLELANG?= eng PORTVERSION= ${EAGLEVERSION:S/r/./} CATEGORIES?= cad linux MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/ -DISTNAME= ${PORTNAME:S/linux-//}-${EAGLEVERSION}${EAGLELANG} +DISTNAME= ${PORTNAME:S/linux-//}-lin-${EAGLELANG}-${EAGLEVERSION} EXTRACT_SUFX= .tgz MAINTAINER?= riggs@rrr.de @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-${EAGLEVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-lin-${EAGLELANG}-${EAGLEVERSION} DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//} RESTRICTED= "Usage permitted for non-commercial purposes only" Index: cad/linux-eagle/distinfo =================================================================== RCS file: /cvs/repos/ports/cad/linux-eagle/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- cad/linux-eagle/distinfo 31 Mar 2004 03:06:22 -0000 1.5 +++ cad/linux-eagle/distinfo 30 Nov 2004 00:02:15 -0000 @@ -1,2 +1,2 @@ -MD5 (eagle-4.11e.tgz) = 965d335a3626c03f092be4cf7567b613 -SIZE (eagle-4.11e.tgz) = 6899384 +MD5 (eagle-lin-eng-4.13.tgz) = ac26f236d9cc9b7bdc2f7c417ecd83bc +SIZE (eagle-lin-eng-4.13.tgz) = 7088344 Index: cad/linux-eagle/pkg-plist =================================================================== RCS file: /cvs/repos/ports/cad/linux-eagle/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- cad/linux-eagle/pkg-plist 14 Oct 2003 11:18:00 -0000 1.5 +++ cad/linux-eagle/pkg-plist 30 Nov 2004 00:23:09 -0000 @@ -267,6 +267,8 @@ share/eagle/help/323.htm share/eagle/help/324.htm share/eagle/help/325.htm +share/eagle/help/326.htm +share/eagle/help/327.htm share/eagle/help/33.htm share/eagle/help/34.htm share/eagle/help/35.htm @@ -393,7 +395,6 @@ share/eagle/lbr/con-lsta.lbr share/eagle/lbr/con-lstb.lbr share/eagle/lbr/con-lumberg.lbr -share/eagle/lbr/con-ml.lbr share/eagle/lbr/con-molex.lbr share/eagle/lbr/con-neutrik_ag.lbr share/eagle/lbr/con-panduit.lbr @@ -526,6 +527,7 @@ share/eagle/lbr/varistor.lbr share/eagle/lbr/wafer-scale-psd.lbr share/eagle/lbr/wirepad.lbr +share/eagle/lbr/wuerth-elektronik.lbr share/eagle/lbr/zetex.lbr share/eagle/lbr/zilog.lbr share/eagle/man/eagle.1 @@ -558,7 +560,6 @@ share/eagle/scr/menu.scr share/eagle/scr/mylayers.scr share/eagle/scr/nofill.scr -share/eagle/scr/write.scr share/eagle/ulp/DESCRIPTION share/eagle/ulp/bom.ulp share/eagle/ulp/cam2dxf.ulp @@ -568,7 +569,6 @@ share/eagle/ulp/cam2print.ulp share/eagle/ulp/change-pad-in-lbr-1.bmp share/eagle/ulp/change-pad-in-lbr-x.bmp -share/eagle/ulp/change-pad-in-lbr.scr share/eagle/ulp/change-pad-in-lbr.ulp share/eagle/ulp/clear-layer-in-lbr.ulp share/eagle/ulp/cmd-change-class.ulp @@ -582,6 +582,7 @@ share/eagle/ulp/cmd-snap-board.ulp share/eagle/ulp/cmd-snappads.ulp share/eagle/ulp/copy-silk-screen.ulp +share/eagle/ulp/copy-wire-to-solder-mask.ulp share/eagle/ulp/count.ulp share/eagle/ulp/del-devices.ulp share/eagle/ulp/del-empty-devices.ulp @@ -610,6 +611,8 @@ share/eagle/ulp/exp-descr-script.ulp share/eagle/ulp/exp-project-lbr.ulp share/eagle/ulp/export-class.ulp +share/eagle/ulp/fabmaster.ulp +share/eagle/ulp/fill-via4vacuum.ulp share/eagle/ulp/find.ulp share/eagle/ulp/gluemark.ulp share/eagle/ulp/glueout.ulp @@ -671,7 +674,7 @@ share/eagle/ulp/smash-all-sch.ulp share/eagle/ulp/smd-coordinate.ulp share/eagle/ulp/snap-on-grid-sch.ulp -share/eagle/ulp/snap-pin-in-smbol.ulp +share/eagle/ulp/snap-pin-in-symbol.ulp share/eagle/ulp/ulpmessage.ulp share/eagle/ulp/unidat.ulp share/eagle/ulp/update-packages.ulp Index: german/linux-eagle/Makefile =================================================================== RCS file: /cvs/repos/ports/german/linux-eagle/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- german/linux-eagle/Makefile 14 Oct 2003 11:41:41 -0000 1.9 +++ german/linux-eagle/Makefile 30 Nov 2004 00:08:44 -0000 @@ -6,7 +6,7 @@ # PKGNAMEPREFIX?= de- -EAGLELANG?= g +EAGLELANG?= ger CATEGORIES?= german cad linux MAINTAINER= riggs@rrr.de Index: german/linux-eagle/distinfo =================================================================== RCS file: /cvs/repos/ports/german/linux-eagle/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- german/linux-eagle/distinfo 31 Mar 2004 03:08:11 -0000 1.6 +++ german/linux-eagle/distinfo 30 Nov 2004 00:11:51 -0000 @@ -1,2 +1,2 @@ -MD5 (eagle-4.11g.tgz) = a379a03fbe22d0e76a7d98637269da78 -SIZE (eagle-4.11g.tgz) = 6927777 +MD5 (eagle-lin-ger-4.13.tgz) = d92975cd933e7b647302eedc4001a756 +SIZE (eagle-lin-ger-4.13.tgz) = 7186119 >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 00:50:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01AE016A4EC for ; Tue, 30 Nov 2004 00:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D749743D5D for ; Tue, 30 Nov 2004 00:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0oP0K031967 for ; Tue, 30 Nov 2004 00:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU0oPLR031966; Tue, 30 Nov 2004 00:50:25 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 00:50:25 GMT Resent-Message-Id: <200411300050.iAU0oPLR031966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C3216A4CE for ; Tue, 30 Nov 2004 00:44:17 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9910643D64 for ; Tue, 30 Nov 2004 00:44:16 +0000 (GMT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id 88E4945037; Mon, 29 Nov 2004 16:44:10 -0800 (PST) Message-Id: <20041130004410.88E4945037@q.closedsrc.org> Date: Mon, 29 Nov 2004 16:44:10 -0800 (PST) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: christian.schade@interface-systems.de Subject: ports/74540: Update port - mail/spampd to 2.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:50:31 -0000 >Number: 74540 >Category: ports >Synopsis: Update port - mail/spampd to 2.20 >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 Nov 30 00:50:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 5.2.1-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #3: Thu Oct 14 23:10:30 PDT 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: Update the port from 2.12 to 2.20. spampd 2.20 includes support for SpamAssassin 3.0.x within the script, so patch-2to3 is no longer needed. I've updated patch-setsid for the new version. >How-To-Repeat: >Fix: --- spampd-2.20.diff begins here --- diff -ruN /usr/ports/mail/spampd/Makefile spampd/Makefile --- /usr/ports/mail/spampd/Makefile Wed Nov 10 19:09:59 2004 +++ spampd/Makefile Mon Nov 29 16:21:44 2004 @@ -6,8 +6,7 @@ # PORTNAME= spampd -PORTVERSION= 2.12 -PORTREVISION= 1 +PORTVERSION= 2.20 CATEGORIES= mail perl5 MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/ diff -ruN /usr/ports/mail/spampd/distinfo spampd/distinfo --- /usr/ports/mail/spampd/distinfo Thu Apr 8 01:00:34 2004 +++ spampd/distinfo Mon Nov 29 16:21:34 2004 @@ -1,2 +1,2 @@ -MD5 (spampd-2.12.tar.gz) = cf4d5959500053c83ac230cd27fd8dd1 -SIZE (spampd-2.12.tar.gz) = 21862 +MD5 (spampd-2.20.tar.gz) = 4efdb66e424bc24f8a7ce3bf6264ce31 +SIZE (spampd-2.20.tar.gz) = 22713 diff -ruN /usr/ports/mail/spampd/files/patch-2to3 spampd/files/patch-2to3 --- /usr/ports/mail/spampd/files/patch-2to3 Wed Nov 3 02:43:32 2004 +++ spampd/files/patch-2to3 Wed Dec 31 16:00:00 1969 @@ -1,63 +0,0 @@ ---- spampd.orig Tue May 11 09:52:42 2004 -+++ spampd Mon Oct 4 15:06:57 2004 -@@ -395,7 +395,6 @@ - use IO::File; - use Getopt::Long; - use Mail::SpamAssassin; --use Mail::SpamAssassin::NoMailAudit; - - BEGIN { - # Load Time::HiRes if it's available -@@ -464,8 +463,7 @@ - my $previous_alarm = alarm($self->{spampd}->{satimeout}); - - # Audit the message -- my $mail = Mail::SpamAssassin::NoMailAudit->new ( -- data => \@msglines ); -+ my $mail = $assassin->parse( \@msglines ); - - # Check spamminess - my $status = $assassin->check($mail); -@@ -475,11 +473,12 @@ - - my $addingHeader = 0; - if ( $self->{spampd}->{addheader} && length($self->{spampd}->{myhostname}) ) { -- $mail->put_header("X-Spam-Checked-By", $self->{spampd}->{myhostname}); -+ $mail->put_metadata("X-Spam-Checked-By", $self->{spampd}->{myhostname}); - $addingHeader = 1; - } - - # Rewrite mail if high spam factor or options --tagall or --add-sc-header -+ my $msg_resp = ''; - if ( $status->is_spam || $self->{spampd}->{tagall} || $addingHeader ) { - - # if spam or --tagall, have SA put in its report/headers. -@@ -487,12 +486,14 @@ - if ( $self->{spampd}->{debug} ) { - $self->log(2, "Rewriting mail using SpamAssassin"); } - -- $status->rewrite_mail; -+ $msg_resp = $status->rewrite_mail; - -- } -+ } else { - -- my $msg_resp = join '', $mail->header, "\r\n", @{$mail->body}; -+ $msg_resp = join '', $mail->get_pristine_header(), "\r\n", @{$mail->get_body()}; -+ } - my @resplines = split(/\r?\n/, $msg_resp); -+ - - # Build the new message to relay - # pause the timeout alarm while we do this (no point in timing -@@ -513,8 +514,8 @@ - # Log what we did - my $was_it_spam = 'clean message'; - if ($status->is_spam) { $was_it_spam = 'identified spam'; } -- my $msg_score = sprintf("%.2f",$status->get_hits); -- my $msg_threshold = sprintf("%.2f",$status->get_required_hits); -+ my $msg_score = sprintf("%.2f",$status->get_score); -+ my $msg_threshold = sprintf("%.2f",$status->get_required_score); - my $proc_time = sprintf("%.2f", time - $start); - - $self->log(2, "$was_it_spam $msgid ($msg_score/$msg_threshold) for ". \ No newline at end of file diff -ruN /usr/ports/mail/spampd/files/patch-setsid spampd/files/patch-setsid --- /usr/ports/mail/spampd/files/patch-setsid Thu Apr 8 01:00:34 2004 +++ spampd/files/patch-setsid Mon Nov 29 16:35:25 2004 @@ -1,19 +1,11 @@ -*** spampd.orig Wed Apr 7 14:32:09 2004 ---- spampd Wed Apr 7 14:32:17 2004 -*************** my $server = bless { -*** 831,837 **** - syslog_ident => 'spampd', - syslog_facility => 'mail', - background => 1, -! # setsid => 1, - pid_file => $pidfile, - user => $user, - group => $group, ---- 831,837 ---- - syslog_ident => 'spampd', - syslog_facility => 'mail', - background => 1, -! setsid => 1, - pid_file => $pidfile, - user => $user, - group => $group, +--- spampd.orig Mon Nov 29 16:34:40 2004 ++++ spampd Mon Nov 29 16:34:50 2004 +@@ -825,7 +825,7 @@ + syslog_ident => 'spampd', + syslog_facility => 'mail', + background => $background, +- # setsid => 1, ++ setsid => 1, + pid_file => $pidfile, + user => $user, + group => $group, --- spampd-2.20.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 01:40:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52D0716A4CE for ; Tue, 30 Nov 2004 01:40:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DE643D67 for ; Tue, 30 Nov 2004 01:40:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU1eRUT038318 for ; Tue, 30 Nov 2004 01:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU1eRhr038317; Tue, 30 Nov 2004 01:40:27 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 01:40:27 GMT Resent-Message-Id: <200411300140.iAU1eRhr038317@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Chad M. Fraleigh" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CD716A4CE for ; Tue, 30 Nov 2004 01:38:54 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E943D43D4C for ; Tue, 30 Nov 2004 01:38:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU1crkr041515 for ; Tue, 30 Nov 2004 01:38:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAU1crFO041512; Tue, 30 Nov 2004 01:38:53 GMT (envelope-from nobody) Message-Id: <200411300138.iAU1crFO041512@www.freebsd.org> Date: Tue, 30 Nov 2004 01:38:53 GMT From: "Chad M. Fraleigh" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74541: [patch] ports/mail/p5-Sendmail-Milter does not compile with threaded perl installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:40:43 -0000 >Number: 74541 >Category: ports >Synopsis: [patch] ports/mail/p5-Sendmail-Milter does not compile with threaded perl installed >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 Nov 30 01:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Chad M. Fraleigh >Release: 4.8 >Organization: >Environment: ports collection as of Mon Nov 29 20:22:49 EST 2004 # $FreeBSD: ports/mail/p5-Sendmail-Milter/Makefile,v 1.3 2003/08/07 20:44:51 sobomax Exp $ >Description: The p5-Sendmail-Milter port does not account for the WITH_THREADS option in the perl 5.8 port. It will always return the following error, even when a threaded perl has been installed: ===> p5-Sendmail-Milter-0.18 Requires perl compiled manually with threads.. >How-To-Repeat: cd /usr/ports/mail/p5-Sendmail-Milter make >Fix: Patch for ports/mail/p5-Sendmail-Milter/Makefile: (also available upon request) --- Makefile.orig Sat Aug 9 22:00:52 2003 +++ Makefile Mon Nov 29 20:07:07 2004 @@ -15,7 +15,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A module to write mail filters in Perl using sendmail's mail filter API +.if !defined(PERL_THREADED) +PERL_THREADED!= perl -e 'use Config; if($$Config{usethreads}) { print "YES" }' +.endif + +.if ${PERL_THREADED} != "YES" IGNORE= "Requires perl compiled manually with threads." +.endif PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 01:50:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73F0716A54B for ; Tue, 30 Nov 2004 01:50:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9162D43D5E for ; Tue, 30 Nov 2004 01:50:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU1oY3G038611 for ; Tue, 30 Nov 2004 01:50:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU1oYps038610; Tue, 30 Nov 2004 01:50:34 GMT (envelope-from gnats) Date: Tue, 30 Nov 2004 01:50:34 GMT Message-Id: <200411300150.iAU1oYps038610@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tom Rhodes Subject: Re: ports/74541: [patch] ports/mail/p5-Sendmail-Milter does not compile with threaded perl installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Rhodes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:50:45 -0000 The following reply was made to PR ports/74541; it has been noted by GNATS. From: Tom Rhodes To: "Chad M. Fraleigh" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/74541: [patch] ports/mail/p5-Sendmail-Milter does not compile with threaded perl installed Date: Mon, 29 Nov 2004 20:47:39 -0500 On Tue, 30 Nov 2004 01:38:53 GMT "Chad M. Fraleigh" wrote: [SNIPT] # $FreeBSD: ports/mail/p5-Sendmail-Milter/Makefile,v 1.3 2003/08/07 20:44:51 sobomax Exp $ > > >Description: > The p5-Sendmail-Milter port does not account for the WITH_THREADS option in the perl 5.8 port. It will always return the following error, even when a threaded perl has been installed: > > ===> p5-Sendmail-Milter-0.18 Requires perl compiled manually with threads.. [SNIP] Heh, I usually just removed the error from the Makefile. :) -- Tom Rhodes From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 01:54:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2F916A500; Tue, 30 Nov 2004 01:54:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A2543D41; Tue, 30 Nov 2004 01:54:15 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU1sF3L038782; Tue, 30 Nov 2004 01:54:15 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU1sFlj038778; Tue, 30 Nov 2004 01:54:15 GMT (envelope-from ahze) Date: Tue, 30 Nov 2004 01:54:15 GMT From: Michael Johnson Message-Id: <200411300154.iAU1sFlj038778@freefall.freebsd.org> To: hsn@netmag.cz, ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74036: [PATCH] devel/rpc2: update to 1.23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:54:19 -0000 Synopsis: [PATCH] devel/rpc2: update to 1.23 State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Tue Nov 30 01:52:34 GMT 2004 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74036 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 02:50:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C192C16A4CE for ; Tue, 30 Nov 2004 02:50:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FEF43D2D for ; Tue, 30 Nov 2004 02:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU2oE97045732 for ; Tue, 30 Nov 2004 02:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU2oESC045731; Tue, 30 Nov 2004 02:50:14 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 02:50:14 GMT Resent-Message-Id: <200411300250.iAU2oESC045731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sashmit Bhaduri Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA7F16A4CE for ; Tue, 30 Nov 2004 02:45:56 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D3443D1F for ; Tue, 30 Nov 2004 02:45:56 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU2juca075485 for ; Tue, 30 Nov 2004 02:45:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAU2jul0075484; Tue, 30 Nov 2004 02:45:56 GMT (envelope-from nobody) Message-Id: <200411300245.iAU2jul0075484@www.freebsd.org> Date: Tue, 30 Nov 2004 02:45:56 GMT From: Sashmit Bhaduri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74542: akegator 1.0-beta8 released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:50:14 -0000 >Number: 74542 >Category: ports >Synopsis: akegator 1.0-beta8 released >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 Nov 30 02:50:14 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sashmit Bhaduri >Release: FreeBSD 5.2 >Organization: >Environment: >Description: akregator 1.0 beta8 has been released. 1.0 beta7 is currently in the ports. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 03:00:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B1A16A4CE for ; Tue, 30 Nov 2004 03:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00AD43D31 for ; Tue, 30 Nov 2004 03:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU30gMs046069 for ; Tue, 30 Nov 2004 03:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU30g2h046068; Tue, 30 Nov 2004 03:00:42 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 03:00:42 GMT Resent-Message-Id: <200411300300.iAU30g2h046068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E3116A4CE for ; Tue, 30 Nov 2004 02:55:15 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id AB8DE43D4C for ; Tue, 30 Nov 2004 02:55:14 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 7378 invoked by uid 1000); 30 Nov 2004 02:57:37 -0000 Message-Id: <20041130025737.7377.qmail@phoenix.smluc.org> Date: 30 Nov 2004 02:57:37 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/74543: [Maintainer Update] graphics/bugle dep fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:00:42 -0000 >Number: 74543 >Category: ports >Synopsis: [Maintainer Update] graphics/bugle dep fix >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 Nov 30 03:00:41 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386 >Description: explicitely require perl >How-To-Repeat: >Fix: --- patch-graphics_bugle begins here --- Index: graphics/bugle/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/bugle/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- graphics/bugle/Makefile 24 Nov 2004 09:59:05 -0000 1.8 +++ graphics/bugle/Makefile 30 Nov 2004 02:53:11 -0000 @@ -19,6 +19,7 @@ USE_GCC= 3.4 USE_GL= yes +USE_PERL= 5 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ --- patch-graphics_bugle ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 03:30:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8354116A4CE for ; Tue, 30 Nov 2004 03:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE1F43D54 for ; Tue, 30 Nov 2004 03:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU3UO30051834 for ; Tue, 30 Nov 2004 03:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU3UO61051831; Tue, 30 Nov 2004 03:30:24 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 03:30:24 GMT Resent-Message-Id: <200411300330.iAU3UO61051831@freefall.freebsd.org> 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 Kovalenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E48716A4CE for ; Tue, 30 Nov 2004 03:24:39 +0000 (GMT) Received: from mail.ntmk.ru (mail.ntmk.ru [217.114.241.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5359543D1F for ; Tue, 30 Nov 2004 03:24:38 +0000 (GMT) (envelope-from boris@ntmk.ru) Received: from boris.nikom.ru ([10.1.16.195]) by mail.ntmk.ru with esmtp (Exim 4.34) id 1CYyd3-0003UC-0K for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Nov 2004 08:24:37 +0500 Received: from root by boris.nikom.ru with local (Exim 4.43 (FreeBSD)) id 1CYyd2-00096X-U0 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Nov 2004 08:24:36 +0500 Message-Id: Date: Tue, 30 Nov 2004 08:24:36 +0500 From: Boris Kovalenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74544: [PATCH] Quagga configure script updated due NetSNMP library version change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Boris Kovalenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:30:24 -0000 >Number: 74544 >Category: ports >Synopsis: [PATCH] Quagga configure script updated due NetSNMP library version change >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 Nov 30 03:30:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Boris Kovalenko >Release: FreeBSD 5.3-RELEASE i386 >Organization: JSC TAGNet >Environment: System: FreeBSD boris.nikom.ru 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Nov 9 09:50:24 YEKT 2004 root@boris.nikom.ru:/usr/obj/usr/src/sys/BSYS i386 >Description: NetSNMP library version changed, so configure.quagga script should be updated too. >How-To-Repeat: nothing >Fix: use attached patch --- patch-configure.quagga begins here --- --- scripts/configure.quagga.orig Mon Sep 13 03:36:11 2004 +++ scripts/configure.quagga Tue Nov 30 08:17:43 2004 @@ -74,7 +74,7 @@ if [ "x${WITH_SNMP_4}" != "x" ]; then echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install' else - echo 'LIB_DEPENDS+=netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp:install' + echo 'LIB_DEPENDS+=netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp:install' fi ;; TCPMD5) --- patch-configure.quagga ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 04:45:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECFA16A4CE; Tue, 30 Nov 2004 04:45:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7449C43D39; Tue, 30 Nov 2004 04:45:05 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU4j5dq065291; Tue, 30 Nov 2004 04:45:05 GMT (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU4j4ti065287; Tue, 30 Nov 2004 05:45:04 +0100 (CET) (envelope-from dinoex) Date: Tue, 30 Nov 2004 05:45:04 +0100 (CET) From: Dirk Meyer Message-Id: <200411300445.iAU4j4ti065287@freefall.freebsd.org> To: sergio@nexcom.ru, dinoex@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/74507: Translation bug in licq daemon version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:45:05 -0000 Synopsis: Translation bug in licq daemon version 1.3.0 State-Changed-From-To: open->feedback State-Changed-By: dinoex State-Changed-When: Tue Nov 30 05:41:26 CET 2004 State-Changed-Why: 1. Please check if you have "licq/files/patch-icqd-srv.cpp" installed. 2. If this it there, remove it, then rebuild: cd /usr/ports/net/licq && make clean install Does the problem still exist? 3. Patches welcome, 4. Please talk to the licq developers. Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Tue Nov 30 05:41:26 CET 2004 Responsible-Changed-Why: I will take care of it. http://www.freebsd.org/cgi/query-pr.cgi?pr=74507 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 05:20:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7930516A4CE for ; Tue, 30 Nov 2004 05:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAF443D5A for ; Tue, 30 Nov 2004 05:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU5KKk3070040 for ; Tue, 30 Nov 2004 05:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU5KKFK070039; Tue, 30 Nov 2004 05:20:20 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 05:20:20 GMT Resent-Message-Id: <200411300520.iAU5KKFK070039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, System Administrator Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7C716A4CE for ; Tue, 30 Nov 2004 05:16:25 +0000 (GMT) Received: from sentry.granch.ru (sentry.granch.ru [212.20.5.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1261843D68 for ; Tue, 30 Nov 2004 05:16:24 +0000 (GMT) (envelope-from shelton@sentry.granch.ru) Received: from sentry.granch.ru (IDENT:25@localhost.granch.ru [127.0.0.1]) by sentry.granch.ru (8.13.1/8.13.1) with ESMTP id iAU5GMfD071625 for ; Tue, 30 Nov 2004 11:16:22 +0600 (NOVT) (envelope-from shelton@sentry.granch.ru) Received: (from root@localhost) by sentry.granch.ru (8.13.1/8.13.1/Submit) id iAU5GMaD071624; Tue, 30 Nov 2004 11:16:22 +0600 (NOVT) (envelope-from shelton) Message-Id: <200411300516.iAU5GMaD071624@sentry.granch.ru> Date: Tue, 30 Nov 2004 11:16:22 +0600 (NOVT) From: System Administrator To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74545: [maintainer-update] sysutils/kkbswitch was repacked, change MD5 checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: System Administrator List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:20:20 -0000 >Number: 74545 >Category: ports >Synopsis: [maintainer-update] sysutils/kkbswitch was repacked, change MD5 checksum >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 05:20:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rashid N. Achilov >Release: FreeBSD 4.10-STABLE i386 >Organization: Granch Ltd. >Environment: System: FreeBSD sentry.granch.ru 4.10-STABLE FreeBSD 4.10-STABLE #1: Mon Nov 1 16:50:11 NOVT 2004 root@sentry.granch.ru:/usr/src/sys/compile/Sentry i386 >Description: Author of kkbswitch was repacked the distribution, checksum failed and size incorrect now. This patch fix it. >How-To-Repeat: Try to install sysutils/kkbswitch >Fix: diff -ruN kkbswitch.old/Makefile kkbswitch/Makefile --- kkbswitch.old/Makefile Sat Nov 13 02:14:10 2004 +++ kkbswitch/Makefile Mon Nov 29 10:38:11 2004 @@ -7,7 +7,7 @@ PORTNAME= kkbswitch PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kkbswitch diff -ruN kkbswitch.old/distinfo kkbswitch/distinfo --- kkbswitch.old/distinfo Fri Nov 12 02:12:44 2004 +++ kkbswitch/distinfo Mon Nov 29 10:38:00 2004 @@ -1,2 +1,2 @@ -MD5 (kkbswitch-1.4.2.tar.gz) = 1c769d8bf50cbb12a5d7f86c33aca4c2 -SIZE (kkbswitch-1.4.2.tar.gz) = 684195 +MD5 (kkbswitch-1.4.2.tar.gz) = 723c8c8c19ca779dfda64bc9745297e4 +SIZE (kkbswitch-1.4.2.tar.gz) = 684397 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 05:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA11516A4DD for ; Tue, 30 Nov 2004 05:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DCCF43D5A for ; Tue, 30 Nov 2004 05:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU5UTcS070970 for ; Tue, 30 Nov 2004 05:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU5UTnp070968; Tue, 30 Nov 2004 05:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 05:30:29 GMT Resent-Message-Id: <200411300530.iAU5UTnp070968@freefall.freebsd.org> 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 Farley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CE616A4CE for ; Tue, 30 Nov 2004 05:28:48 +0000 (GMT) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C7F343D55 for ; Tue, 30 Nov 2004 05:28:48 +0000 (GMT) (envelope-from root@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.1/8.13.1) with ESMTP id iAU5SkCw051694; Mon, 29 Nov 2004 23:28:46 -0600 (CST) (envelope-from root@thor.farley.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.13.1/8.13.1) with ESMTP id iAU5SnIv021519; Mon, 29 Nov 2004 23:28:49 -0600 (CST) (envelope-from root@thor.farley.org) Received: (from root@localhost) by thor.farley.org (8.13.1/8.13.1/Submit) id iAU5Slnc021518; Mon, 29 Nov 2004 23:28:47 -0600 (CST) (envelope-from root) Message-Id: <200411300528.iAU5Slnc021518@thor.farley.org> Date: Mon, 29 Nov 2004 23:28:47 -0600 (CST) From: Sean Farley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jooji@nickelkid.com Subject: ports/74547: [PATCH] news/nn: Fix build on FreeBSD 5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:30:30 -0000 >Number: 74547 >Category: ports >Synopsis: [PATCH] news/nn: Fix build on FreeBSD 5.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: Tue Nov 30 05:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sean Farley >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC >Description: Two changes to fix build on FreeBSD 5: 1. gcc (used to build ymakefile) v3.4 on FreeBSD 5 strips tabs and spaces. Changed sed script in nn's Makefile to compensate. 2. Changed port's Makefile to add -Iconf to CFLAGS. I believe this should work with FreeBSD 4, but I no longer have a v4 system to test with. Port maintainer (jooji@nickelkid.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- nn-6.6.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/news/nn.orig/Makefile /usr/ports/news/nn/Makefile --- /usr/ports/news/nn.orig/Makefile Sat Sep 18 20:32:00 2004 +++ /usr/ports/news/nn/Makefile Mon Nov 29 23:17:01 2004 @@ -15,17 +15,13 @@ MAINTAINER= jooji@nickelkid.com COMMENT= Newsreader -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -s" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -Iconf" LDFLAGS="${LDFLAGS} -s" MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 .include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif pre-patch: @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed diff -ruN --exclude=CVS /usr/ports/news/nn.orig/files/patch-ag /usr/ports/news/nn/files/patch-ag --- /usr/ports/news/nn.orig/files/patch-ag Fri May 7 09:38:46 2004 +++ /usr/ports/news/nn/files/patch-ag Mon Nov 29 23:16:24 2004 @@ -1,14 +1,15 @@ --- Makefile.orig Thu Feb 7 22:14:41 2002 -+++ Makefile Wed Apr 28 17:47:59 2004 -@@ -63,6 +64,7 @@ - -e 's/^ / /' \ ++++ Makefile Mon Nov 29 23:15:59 2004 +@@ -60,7 +60,7 @@ + -DCDEBUG="$(CFLAGS)" -Iconf MF.c | \ + sed -e '1,/MAKE WILL CUT HERE/d' \ + -e '/^#/d' \ +- -e 's/^ / /' \ ++ -e 's/^ / /' \ -e '/^[ \f ]$$/d' \ -e '/^[ \/]*[*]/d' | \ -+ unexpand | \ sed -n -e '/^..*$$/p' > ymakefile - rm -f MF.c - -@@ -97,3 +99,5 @@ +@@ -97,3 +97,5 @@ man/nn.1.D: man/nn.1 sh SPLITNN1 --- nn-6.6.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 06:07:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB0E516A4CE; Tue, 30 Nov 2004 06:07:43 +0000 (GMT) Received: from sergio.nexcom.ru (sergio.nexcom.ru [81.17.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046A243D55; Tue, 30 Nov 2004 06:07:43 +0000 (GMT) (envelope-from sergio@nexcom.ru) Received: from [127.0.0.1] (localhost [127.0.0.1]) by sergio.nexcom.ru (8.12.11/8.12.11) with ESMTP id iAU67b9V007559; Tue, 30 Nov 2004 11:07:38 +0500 (YEKT) (envelope-from sergio@nexcom.ru) Message-ID: <41AC0E29.10603@nexcom.ru> Date: Tue, 30 Nov 2004 11:07:37 +0500 From: Sergey Maltsev User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041117 X-Accept-Language: ru MIME-Version: 1.0 To: Dirk Meyer References: <200411300445.iAU4j4ti065287@freefall.freebsd.org> In-Reply-To: <200411300445.iAU4j4ti065287@freefall.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: milter-sender/0.62.837 (localhost [127.0.0.1]); Tue, 30 Nov 2004 11:07:38 +0500 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74507: Translation bug in licq daemon version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:07:44 -0000 Dirk Meyer wrote: >Synopsis: Translation bug in licq daemon version 1.3.0 > >1. Please check if you have "licq/files/patch-icqd-srv.cpp" installed. > > Yes, this patch was installed. >2. If this it there, remove it, then rebuild: >cd /usr/ports/net/licq && make clean install >Does the problem still exist? > > > Yes, after removing patch the messages in russian via server looks normally, but direct messages still unreadable. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 06:11:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E1C16A4CE; Tue, 30 Nov 2004 06:11:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA35043D55; Tue, 30 Nov 2004 06:11:15 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from freefall.freebsd.org (lofi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6BFCK001299; Tue, 30 Nov 2004 06:11:15 GMT (envelope-from lofi@freefall.freebsd.org) Received: (from lofi@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU6BFlE001295; Tue, 30 Nov 2004 06:11:15 GMT (envelope-from lofi) Date: Tue, 30 Nov 2004 06:11:15 GMT From: Michael Nottebrock Message-Id: <200411300611.iAU6BFlE001295@freefall.freebsd.org> To: root@sentry.granch.ru, lofi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74545: [maintainer-update] sysutils/kkbswitch was repacked, change MD5 checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:11:16 -0000 Synopsis: [maintainer-update] sysutils/kkbswitch was repacked, change MD5 checksum State-Changed-From-To: open->closed State-Changed-By: lofi State-Changed-When: Tue Nov 30 06:08:35 GMT 2004 State-Changed-Why: Committed (with modifications), thanks! Notes: - The PORTREVISION bump is not necessary. - If a distfile's checksum changes, please include a complete diff of the contents for security reasons. http://www.freebsd.org/cgi/query-pr.cgi?pr=74545 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 06:22:41 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0290916A4CE; Tue, 30 Nov 2004 06:22:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CAE43D39; Tue, 30 Nov 2004 06:22:40 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from freefall.freebsd.org (lofi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6MeXi014439; Tue, 30 Nov 2004 06:22:40 GMT (envelope-from lofi@freefall.freebsd.org) Received: (from lofi@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAU6MeNM014435; Tue, 30 Nov 2004 06:22:40 GMT (envelope-from lofi) Date: Tue, 30 Nov 2004 06:22:40 GMT From: Michael Nottebrock Message-Id: <200411300622.iAU6MeNM014435@freefall.freebsd.org> To: sashmit@gmail.com, lofi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74542: akegator 1.0-beta8 released X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:22:41 -0000 Synopsis: akegator 1.0-beta8 released State-Changed-From-To: open-> closed State-Changed-By: lofi State-Changed-When: Tue Nov 30 06:22:10 GMT 2004 State-Changed-Why: The port has been updated. http://www.freebsd.org/cgi/query-pr.cgi?pr=74542 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 10:00:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674CC16A4CF for ; Tue, 30 Nov 2004 10:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4320743D68 for ; Tue, 30 Nov 2004 10:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUA0dt2030961 for ; Tue, 30 Nov 2004 10:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUA0dTi030960; Tue, 30 Nov 2004 10:00:39 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 10:00:39 GMT Resent-Message-Id: <200411301000.iAUA0dTi030960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sepherosa Ziehau Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCF316A4CE for ; Tue, 30 Nov 2004 09:56:11 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8CE43D1F for ; Tue, 30 Nov 2004 09:56:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU9uBcQ062788 for ; Tue, 30 Nov 2004 09:56:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAU9uAk1062787; Tue, 30 Nov 2004 09:56:10 GMT (envelope-from nobody) Message-Id: <200411300956.iAU9uAk1062787@www.freebsd.org> Date: Tue, 30 Nov 2004 09:56:10 GMT From: Sepherosa Ziehau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74550: [FIX] devel/stlport do not utilize latest gcc's c++ feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:00:39 -0000 >Number: 74550 >Category: ports >Synopsis: [FIX] devel/stlport do not utilize latest gcc's c++ feature >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 Nov 30 10:00:38 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sepherosa Ziehau >Release: 5.3 release >Organization: 4heed >Environment: FreeBSD sephe-route 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Nov 8 14:58:20 CST2004 root@sephe-route:/usr/obj/usr/src/sys/ROUTE i386 >Description: devel/stlport make self compile on 5.3-release(or let's say gcc3.4.2) by short-circuit 'template' keyword related error with define _STLP_DONT_USE_NESTED_TCLASS_THROUGHT_TPARAM, but more correct solution is to use the 'template' keyword, which is default turned off in stlport for gcc, by commenting out _STLP_NO_MEMBER_TEMPLATE_KEYWORD macro for 5.3-release(gcc3.4.2). >How-To-Repeat: >Fix: --- files/patch-stlport::config::stl_gcc.h.orig Mon Nov 8 19:46:10 2004 +++ files/patch-stlport::config::stl_gcc.h Mon Nov 29 18:50:40 2004 @@ -1,14 +1,13 @@ --- stlport/config/stl_gcc.h.orig Sun Nov 2 16:59:11 2003 -+++ stlport/config/stl_gcc.h Mon Nov 8 19:15:42 2004 -@@ -7,11 +7,21 @@ ++++ stlport/config/stl_gcc.h Mon Nov 29 18:42:05 2004 +@@ -7,11 +7,20 @@ # define _STLP_USE_GLIBC #endif -+#if defined(__FreeBSD__) && (__FreeBSD_cc_version >= 530001) -+# define _STLP_DONT_USE_NESTED_TCLASS_THROUGHT_TPARAM 1 ++#if !defined(__FreeBSD__) || (defined(__FreeBSD__) && (__FreeBSD_cc_version < 530001)) + # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD +#endif + - # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD -# if defined(__FreeBSD__) || defined (__hpux) || defined(__amigaos__) || ( defined(__OS2__) && defined(__EMX__) ) +#if defined (__hpux) || defined(__amigaos__) || ( defined(__OS2__) && defined(__EMX__) ) @@ -24,7 +23,7 @@ #ifdef __USLC__ # include -@@ -81,7 +91,7 @@ +@@ -81,7 +90,7 @@ # endif @@ -33,7 +32,7 @@ #ifndef __MINGW32__ # define _STLP_NO_NATIVE_MBSTATE_T 1 #endif -@@ -267,7 +277,7 @@ +@@ -267,7 +276,7 @@ # define _STLP_NATIVE_INCLUDE_PATH ../g++-v3 # define _STLP_NATIVE_OLD_STREAMS_INCLUDE_PATH ../g++-v3/backward # else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 10:11:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A3816A4DC; Tue, 30 Nov 2004 10:11:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21BE43D5D; Tue, 30 Nov 2004 10:11:29 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUABTKp035287; Tue, 30 Nov 2004 10:11:29 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUABThI035283; Tue, 30 Nov 2004 10:11:29 GMT (envelope-from vs) Date: Tue, 30 Nov 2004 10:11:29 GMT From: Volker Stolz Message-Id: <200411301011.iAUABThI035283@freefall.freebsd.org> To: bogorodskiy@inbox.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70061: [ new port ] x11-clocks/osdclock: small clock which uses libxosd to render text to the root window X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:11:30 -0000 Synopsis: [ new port ] x11-clocks/osdclock: small clock which uses libxosd to render text to the root window State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Tue Nov 30 10:11:11 GMT 2004 State-Changed-Why: Committed with modifications, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=70061 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 12:46:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E7AA16A4CF; Tue, 30 Nov 2004 12:46:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A05443D48; Tue, 30 Nov 2004 12:46:03 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCk3Bg052060; Tue, 30 Nov 2004 12:46:03 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUCk30X052056; Tue, 30 Nov 2004 12:46:03 GMT (envelope-from sem) Date: Tue, 30 Nov 2004 12:46:03 GMT From: Sergey Matveychuk Message-Id: <200411301246.iAUCk30X052056@freefall.freebsd.org> To: raj@cserv62.csub.edu, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74524: [patch] [maintainer] net-snmp lib version bump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:46:03 -0000 Synopsis: [patch] [maintainer] net-snmp lib version bump State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Nov 30 12:44:55 GMT 2004 State-Changed-Why: Committed, thanks! It was a puzzle? I've solved it! Your port name is sdig, right? http://www.freebsd.org/cgi/query-pr.cgi?pr=74524 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 12:58:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB70716A4CF; Tue, 30 Nov 2004 12:58:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61C143D2F; Tue, 30 Nov 2004 12:58:35 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCwZAW052463; Tue, 30 Nov 2004 12:58:35 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUCwZIG052459; Tue, 30 Nov 2004 12:58:35 GMT (envelope-from sem) Date: Tue, 30 Nov 2004 12:58:35 GMT From: Sergey Matveychuk Message-Id: <200411301258.iAUCwZIG052459@freefall.freebsd.org> To: oli@isnic.is, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74517: [MAINTAINER] dns/nsd: update to 2.1.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:58:35 -0000 Synopsis: [MAINTAINER] dns/nsd: update to 2.1.5 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Tue Nov 30 12:58:26 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74517 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 13:10:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184E016A4CF for ; Tue, 30 Nov 2004 13:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE4443D55 for ; Tue, 30 Nov 2004 13:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUDAMa2056650 for ; Tue, 30 Nov 2004 13:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUDAM2J056647; Tue, 30 Nov 2004 13:10:22 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 13:10:22 GMT Resent-Message-Id: <200411301310.iAUDAM2J056647@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, jmegias@caja-granada.es Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E22416A4CE for ; Tue, 30 Nov 2004 13:01:34 +0000 (GMT) Received: from mail.ceca.es (mail.ceca.es [80.68.128.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA11243D58 for ; Tue, 30 Nov 2004 13:01:32 +0000 (GMT) (envelope-from jose@veleta.caja-granada.es) Received: from veleta.caja-granada.es ([192.168.25.11]) by mail.ceca.es (8.13.1/8.13.1) with ESMTP id iAUD12mJ015849 for ; Tue, 30 Nov 2004 14:01:18 +0100 Received: from veleta.caja-granada.es (localhost.caja-granada.es [127.0.0.1]) iAUD0k6B003064 for ; Tue, 30 Nov 2004 14:00:46 +0100 (CET) (envelope-from jose@veleta.caja-granada.es) Received: (from root@localhost) by veleta.caja-granada.es (8.13.1/8.12.9/Submit) id iAUD0jED003063; Tue, 30 Nov 2004 14:00:45 +0100 (CET) Message-Id: <200411301300.iAUD0jED003063@veleta.caja-granada.es> Date: Tue, 30 Nov 2004 14:00:45 +0100 (CET) From: jmegias@caja-granada.es To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74551: Xlib: extension "RENDER" missing on display for fwbuilder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jmegias@caja-granada.es List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 13:10:23 -0000 >Number: 74551 >Category: ports >Synopsis: Xlib: extension "RENDER" missing on display for fwbuilder >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 Nov 30 13:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jose Megias >Release: FreeBSD 4.10-STABLE i386 >Organization: CajaGRANADA >Environment: System: FreeBSD veleta.caja-granada.es 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Oct 14 07:57:26 CEST 2004 root@veleta.caja-granada.es:/usr/obj/usr/src/sys/VELETA i386 >Description: When I'm running fwbuilder port it's see the following messages: Xlib: extension "RENDER" missing on display "xxx.xxx.xxx.xxx:0.0" QFont::setPointSize: Point size <= 0 (0) QTextParagraph::lineinfo: line 9 out of range! 8 9 QTextParagraph::lineinfo: line 10 out of range! 8 10 QTextParagraph::lineinfo: line 11 out of range! 8 11 QTextParagraph::lineinfo: line 12 out of range! 8 12 QTextParagraph::lineinfo: line 13 out of range! 8 13 Then It appears the window of fwbuilder but I cannot see anything. >How-To-Repeat: Always I'm running the fwbuilder port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:00:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 692E116A4CE; Tue, 30 Nov 2004 14:00:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462C643D4C; Tue, 30 Nov 2004 14:00:15 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUE0Fop060125; Tue, 30 Nov 2004 14:00:15 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUE0EZn060121; Tue, 30 Nov 2004 14:00:14 GMT (envelope-from vs) Date: Tue, 30 Nov 2004 14:00:14 GMT From: Volker Stolz Message-Id: <200411301400.iAUE0EZn060121@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-gnome@FreeBSD.org Subject: Re: ports/74522: gnomeicu crashes on incorrect history file. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:00:15 -0000 Synopsis: gnomeicu crashes on incorrect history file. Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-gnome Responsible-Changed-By: vs Responsible-Changed-When: Tue Nov 30 13:58:05 GMT 2004 Responsible-Changed-Why: Over to GNOME-team http://www.freebsd.org/cgi/query-pr.cgi?pr=74522 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:03:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF69516A4CE; Tue, 30 Nov 2004 14:03:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980A743D55; Tue, 30 Nov 2004 14:03:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUE32PO060348; Tue, 30 Nov 2004 14:03:02 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUE3203060344; Tue, 30 Nov 2004 14:03:02 GMT (envelope-from vs) Date: Tue, 30 Nov 2004 14:03:02 GMT From: Volker Stolz Message-Id: <200411301403.iAUE3203060344@freefall.freebsd.org> To: erik@smluc.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74543: [Maintainer Update] graphics/bugle dep fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:03:02 -0000 Synopsis: [Maintainer Update] graphics/bugle dep fix State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Tue Nov 30 14:02:05 GMT 2004 State-Changed-Why: There's no such thing as USE_PERL. Do you mean: USE_PERL5=yes? http://www.freebsd.org/cgi/query-pr.cgi?pr=74543 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:05:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E373F16A4CE; Tue, 30 Nov 2004 14:05:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF1F243D1D; Tue, 30 Nov 2004 14:05:32 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUE5WxE063564; Tue, 30 Nov 2004 14:05:32 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUE5WVh063492; Tue, 30 Nov 2004 14:05:32 GMT (envelope-from vs) Date: Tue, 30 Nov 2004 14:05:32 GMT From: Volker Stolz Message-Id: <200411301405.iAUE5WVh063492@freefall.freebsd.org> To: support@spectrum.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74501: security/drweb-sendmail - MASTER_SITES url fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:05:33 -0000 Synopsis: security/drweb-sendmail - MASTER_SITES url fix State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Nov 30 14:05:24 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74501 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:10:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AFF116A4CE for ; Tue, 30 Nov 2004 14:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DA843D31 for ; Tue, 30 Nov 2004 14:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEASWD064533 for ; Tue, 30 Nov 2004 14:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUEAStp064532; Tue, 30 Nov 2004 14:10:28 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 14:10:28 GMT Resent-Message-Id: <200411301410.iAUEAStp064532@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hye-Shik Chang Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1992B16A4CE for ; Tue, 30 Nov 2004 14:08:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB9043D2D for ; Tue, 30 Nov 2004 14:08:45 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUE8is2064443 for ; Tue, 30 Nov 2004 14:08:44 GMT (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUE8iqP064442; Tue, 30 Nov 2004 14:08:44 GMT (envelope-from perky) Message-Id: <200411301408.iAUE8iqP064442@freefall.freebsd.org> Date: Tue, 30 Nov 2004 14:08:44 GMT From: Hye-Shik Chang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74552: Repocopy request: lang/python -> lang/python23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hye-Shik Chang List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:10:28 -0000 >Number: 74552 >Category: ports >Synopsis: Repocopy request: lang/python -> lang/python23 >Confidential: no >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 Nov 30 14:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.10-STABLE i386 >Organization: Yonsei University >Environment: System: FreeBSD freefall.freebsd.org 4.10-STABLE FreeBSD 4.10-STABLE #14: Sun Nov 21 01:22:46 GMT 2004 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: lang/python will be updated to Python-2.4 soon. It's a new branch and directory layout is uncompatible with Python-2.3 which is currently served by lang/python, so we need to repocopy it to lang/python23 to enable to use old ports which have a dependency on the old branch. lang/python -> lang/python23 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:12:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F56D16A4CE; Tue, 30 Nov 2004 14:12:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD6F43D58; Tue, 30 Nov 2004 14:12:28 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUECSvn064701; Tue, 30 Nov 2004 14:12:28 GMT (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUECSGo064697; Tue, 30 Nov 2004 14:12:28 GMT (envelope-from perky) Date: Tue, 30 Nov 2004 14:12:28 GMT From: Hye-Shik Chang Message-Id: <200411301412.iAUECSGo064697@freefall.freebsd.org> To: perky@FreeBSD.org, perky@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/74552: Repocopy request: lang/python -> lang/python23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:12:28 -0000 Synopsis: Repocopy request: lang/python -> lang/python23 State-Changed-From-To: open->repocopy State-Changed-By: perky State-Changed-When: Tue Nov 30 14:11:45 GMT 2004 State-Changed-Why: Assign to portmgr and correct state. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: perky Responsible-Changed-When: Tue Nov 30 14:11:45 GMT 2004 Responsible-Changed-Why: Assign to portmgr and correct state. http://www.freebsd.org/cgi/query-pr.cgi?pr=74552 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 860A916A4D3 for ; Tue, 30 Nov 2004 14:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EC543D2F for ; Tue, 30 Nov 2004 14:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEeQdp066728 for ; Tue, 30 Nov 2004 14:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUEeQ5H066727; Tue, 30 Nov 2004 14:40:26 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 14:40:26 GMT Resent-Message-Id: <200411301440.iAUEeQ5H066727@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eugene M. Minkovskii" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E2A16A4CE for ; Tue, 30 Nov 2004 14:38:39 +0000 (GMT) Received: from house.hcn-strela.ru (house.hcn-strela.ru [194.87.141.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45FAA43D60 for ; Tue, 30 Nov 2004 14:38:38 +0000 (GMT) (envelope-from emin@house.hcn-strela.ru) Received: from house.hcn-strela.ru (localhost [127.0.0.1]) by house.hcn-strela.ru (8.12.10/8.12.10) with ESMTP id iAUEfaNL021985 for ; Tue, 30 Nov 2004 17:41:36 +0300 (MSK) (envelope-from emin@house.hcn-strela.ru) Received: (from emin@localhost) by house.hcn-strela.ru (8.12.10/8.12.10/Submit) id iAUEfZR7021984; Tue, 30 Nov 2004 17:41:35 +0300 (MSK) (envelope-from emin) Message-Id: <200411301441.iAUEfZR7021984@house.hcn-strela.ru> Date: Tue, 30 Nov 2004 17:41:35 +0300 (MSK) From: "Eugene M. Minkovskii" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74553: New port for russian cathegory (/usr/ports/russian) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Eugene M. Minkovskii" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:40:26 -0000 >Number: 74553 >Category: ports >Synopsis: New port for russian cathegory (/usr/ports/russian) >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 Nov 30 14:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Eugene M. Minkovskii >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD house.hcn-strela.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sat Oct 30 19:07:46 MSD 2004 root@emin.hcn-strela.ru:/usr/src/sys/i386/compile/HOME_KERNEL i386 >Description: Mueller English-Russian Dictionary and Supporting Software for Dictionary Management under UNIX WWW: http://www.geocities.com/mueller_dic/ http://mueller-dic.chat.ru/ Eugene M. Minkovskii emin@mccme.ru >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: # # /usr/ports/russian/mova # /usr/ports/russian/mova/files # /usr/ports/russian/mova/files/patch-00 # /usr/ports/russian/mova/scripts # /usr/ports/russian/mova/scripts/configure # /usr/ports/russian/mova/pkg-plist # /usr/ports/russian/mova/pkg-descr # /usr/ports/russian/mova/Makefile # /usr/ports/russian/mova/pkg-message # /usr/ports/russian/mova/distinfo # echo c - /usr/ports/russian/mova mkdir -p /usr/ports/russian/mova > /dev/null 2>&1 echo c - /usr/ports/russian/mova/files mkdir -p /usr/ports/russian/mova/files > /dev/null 2>&1 echo x - /usr/ports/russian/mova/files/patch-00 sed 's/^X//' >/usr/ports/russian/mova/files/patch-00 << 'END-of-/usr/ports/russian/mova/files/patch-00' X*** usr/local/bin/mova.orig Tue Nov 23 16:58:05 2004 X--- usr/local/bin/mova Tue Nov 23 16:58:21 2004 X*************** X*** 1,4 **** X! #!/bin/bash X case $# in X 0) echo "\"mova\" is a bash script to search for a word, or a collocation, or the tandem of symbols in a dictionary. X ver. 4.0, (C) E.S.Cymbalyuk 1999. Under GNU GPL. No Warranty. X--- 1,4 ---- X! #!/bin/sh X case $# in X 0) echo "\"mova\" is a bash script to search for a word, or a collocation, or the tandem of symbols in a dictionary. X ver. 4.0, (C) E.S.Cymbalyuk 1999. Under GNU GPL. No Warranty. END-of-/usr/ports/russian/mova/files/patch-00 echo c - /usr/ports/russian/mova/scripts mkdir -p /usr/ports/russian/mova/scripts > /dev/null 2>&1 echo x - /usr/ports/russian/mova/scripts/configure sed 's/^X//' >/usr/ports/russian/mova/scripts/configure << 'END-of-/usr/ports/russian/mova/scripts/configure' X#!/bin/sh X Xif [ "${PREFIX}" != "/usr/local" ] Xthen ## patch PREFIX ... X ## ... in pkg-message X sed "s+[^ ]*\(/share/mova/\)+${PREFIX}\1+" pkg-message > pkg-message~ X mv pkg-message~ pkg-message X ## ... in rc files X for i in _Mueller24.koi _Mueller7accentGPL.koi _Mueller7GPL.koi "" X do X cp ${WRKSRC}/usr/local/share/mova/.movarc${i} \ X ${WRKSRC}/usr/local/share/mova/.movarc${i}.orig X sed "6s+.*+${PREFIX}/+" ${WRKSRC}/usr/local/share/mova/.movarc${i}.orig > \ X ${WRKSRC}/usr/local/share/mova/.movarc${i} X done Xfi X X# Detect latest wish on the mashine XWISH=$(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | \ X egrep '^wish(step)?(x|([0-9]+\.[0-9]+))([a-z][a-z])?$' | \ X sort | tail -n1) X Xif [ -z "$WISH" ] Xthen WISH="wish$DEFAULTTK" Xfi X Xfor i in ${WRKSRC}/usr/local/bin/mova*TK Xdo X cp $i $i.orig X sed "s/wish/$WISH/" $i.orig > $i Xdone END-of-/usr/ports/russian/mova/scripts/configure echo x - /usr/ports/russian/mova/pkg-plist sed 's/^X//' >/usr/ports/russian/mova/pkg-plist << 'END-of-/usr/ports/russian/mova/pkg-plist' Xbin/mova Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII Xshare/dict/Mueller24.koi Xshare/dict/Mueller24.koi.hash Xshare/dict/Mueller7GPL.koi Xshare/dict/Mueller7GPL.koi.hash Xshare/dict/Mueller7accentGPL.koi Xshare/dict/Mueller7accentGPL.koi.hash Xshare/mova/.movarc Xshare/mova/.movarc_Mueller24.koi Xshare/mova/.movarc_Mueller7GPL.koi Xshare/mova/.movarc_Mueller7accentGPL.koi Xshare/mova/GPL_License Xshare/mova/Mueller24.txt Xshare/mova/Mueller24_koi.txt Xshare/mova/Mueller7.txt Xshare/mova/Mueller7_koi.txt Xshare/mova/Readme_mova.txt Xshare/mova/Readme_mova_koi.txt Xshare/mova/Usage_koi.txt X%%WITHX11%%@cwd %%X11BASE%% X%%WITHX11%%lib/fonts/sil_ipa/Fontmap X%%WITHX11%%lib/fonts/sil_ipa/fonts.dir X%%WITHX11%%lib/fonts/sil_ipa/fonts.scale X%%WITHX11%%lib/fonts/sil_ipa/ipachars.rtf X%%WITHX11%%lib/fonts/sil_ipa/order.txt X%%WITHX11%%lib/fonts/sil_ipa/packing.lst X%%WITHX11%%lib/fonts/sil_ipa/readme.txt X%%WITHX11%%lib/fonts/sil_ipa/response.txt X%%WITHX11%%lib/fonts/sil_ipa/sildipa_.pfb X%%WITHX11%%lib/fonts/sil_ipa/silmipa_.pfb X%%WITHX11%%lib/fonts/sil_ipa/silsipa_.pfb X%%WITHX11%%@cwd %%PREFIX%% X%%WITHX11%%bin/movaTK X%%WITHX11%%bin/movaMTK X%%WITHX11%%bin/mova_sendTK X%%WITHX11%%share/mova/icons/mova_22x15.xpm X%%WITHX11%%share/mova/icons/mova_22x22.xpm X%%WITHX11%%share/mova/icons/mova_32x22.xpm X%%WITHX11%%share/mova/icons/mova_32x32.xpm X%%WITHX11%%share/mova/icons/mova_48x32.xpm X%%WITHX11%%share/mova/icons/mova_48x48.xpm X%%WITHX11%%@dirrm share/mova/icons X@dirrm share/mova X@dirrm share/dict X%%WITHX11%%@cwd %%X11BASE%% X%%WITHX11%%@dirrm lib/fonts/sil_ipa END-of-/usr/ports/russian/mova/pkg-plist echo x - /usr/ports/russian/mova/pkg-descr sed 's/^X//' >/usr/ports/russian/mova/pkg-descr << 'END-of-/usr/ports/russian/mova/pkg-descr' XMueller English-Russian Dictionary and Supporting Software for Dictionary XManagement under UNIX X XWWW: http://www.geocities.com/mueller_dic/ X http://mueller-dic.chat.ru/ X XEugene M. Minkovskii Xemin@mccme.ru END-of-/usr/ports/russian/mova/pkg-descr echo x - /usr/ports/russian/mova/Makefile sed 's/^X//' >/usr/ports/russian/mova/Makefile << 'END-of-/usr/ports/russian/mova/Makefile' X# New ports collection makefile for: mova X# Date created: 5 December 1994 X# Whom: Eugene M. Minkovskii X# X# $FreeBSD$ X# X XPORTNAME= mova XPORTVERSION= 4.0 XCATEGORIES= russian XMASTER_SITES= http://mueller-dic.chat.ru/ \ X http://www.geocities.com/mueller_dic/ XDISTNAME= ${PORTNAME} XDISTFILES= script_mova.tgz \ X Mueller7GPL.tgz \ X Mueller7accentGPL.tgz \ X Mueller24.tgz XDIST_SUBDIR= ${PORTNAME} X XMAINTAINER= emin@mccme.ru XCOMMENT= Mueller English-Russian Dictionary X X# mova can run with TK 8.0 -- 8.4 X.if !defined(WITHOUT_X11) XRUN_DEPENDS= wish:${PORTSDIR}/x11-toolkits/tk84 X.endif X XSCRIPTS_ENV+= DEFAULTTK="8.4" X XWRKSRC= ${WRKDIR} XNO_BUILD= yes X XFONTSDIR= ${X11BASE}/lib/fonts/sil_ipa X X.if defined(WITHOUT_X11) XPLIST_SUB+= WITHX11="@comment " XSCRIPTS_ENV+= X11="no" X.else XPLIST_SUB+= WITHX11="" XPLIST_SUB+= PREFIX=${PREFIX} XPLIST_SUB+= X11BASE=${X11BASE} XSCRIPTS_ENV+= X11BASE=${X11BASE} XSCRIPTS_ENV+= X11="yes" X.endif X X.if !defined(WITHOUT_X11) Xpre-everything:: X @ ${ECHO} "*** If you don't need GUI TK interface, you can" X @ ${ECHO} "*** set variable WITHOUT_X11=yes" X @ sleep 5s X.endif X Xdo-install: X# copy patched script, dictionarys, rc files, documentations X @ ${INSTALL} -o root -g wheel -m 555 ${WRKSRC}/usr/local/bin/mova ${PREFIX}/bin/ X @ ${INSTALL} -o root -g wheel -m 555 -d ${PREFIX}/share/dict X @ ${INSTALL} -o root -g wheel -m 444 \ X ${WRKSRC}/usr/local/share/dict/Mueller* ${PREFIX}/share/dict X @ ${INSTALL} -o root -g wheel -m 555 -d ${PREFIX}/share/mova X @ ${INSTALL} -o root -g wheel -m 444 \ X ${WRKSRC}/usr/local/share/mova/.movarc \ X ${WRKSRC}/usr/local/share/mova/.movarc_Mueller24.koi \ X ${WRKSRC}/usr/local/share/mova/.movarc_Mueller7GPL.koi \ X ${WRKSRC}/usr/local/share/mova/.movarc_Mueller7accentGPL.koi \ X ${WRKSRC}/usr/local/share/mova/GPL_License \ X ${WRKSRC}/usr/local/share/mova/Mueller24.txt \ X ${WRKSRC}/usr/local/share/mova/Mueller24_koi.txt \ X ${WRKSRC}/usr/local/share/mova/Mueller7.txt \ X ${WRKSRC}/usr/local/share/mova/Mueller7_koi.txt \ X ${WRKSRC}/usr/local/share/mova/Readme_mova.txt \ X ${WRKSRC}/usr/local/share/mova/Readme_mova_koi.txt \ X ${WRKSRC}/usr/local/share/mova/Usage_koi.txt ${PREFIX}/share/mova X.if !defined(WITHOUT_X11) X# copy TK scripts, icons and fonts X @ ${INSTALL} -o root -g wheel -m 555 ${WRKSRC}/usr/local/bin/mova*TK ${PREFIX}/bin/ X @ ${INSTALL} -o root -g wheel -m 555 -d ${PREFIX}/share/mova/icons X @ ${INSTALL} -o root -g wheel -m 444 \ X ${WRKSRC}/usr/local/share/mova/icons/* ${PREFIX}/share/mova/icons X @ ${INSTALL} -o root -g wheel -m 555 -d ${FONTSDIR} X @ ${INSTALL} -o root -g wheel -m 444 \ X ${WRKSRC}/usr/X11R6/lib/fonts/sil_ipa/* ${FONTSDIR} X.endif X Xpost-install: X @ ${CAT} pkg-message X X# vim:ts=8:noet X X.include END-of-/usr/ports/russian/mova/Makefile echo x - /usr/ports/russian/mova/pkg-message sed 's/^X//' >/usr/ports/russian/mova/pkg-message << 'END-of-/usr/ports/russian/mova/pkg-message' XSee documentation in X X/usr/local/share/mova/ X XReadme_mova.txt - in english XReadme_mova_koi.txt - in russian X XThis dictionarys distributed under GPL, except Mueller24 X(see /usr/local/share/mova/Mueller24.txt for details). X X XAfter installation, please do following manualy: Xopen yuor XF86Config file (or XF86Config-4) Xthis file can be located for example in /etc/X11, Xor /usr/X11R6/etc/X11/, find section "Files" Xand add to it following string: X X FontPath "/usr/X11R6/lib/fonts/sil_ipa" END-of-/usr/ports/russian/mova/pkg-message echo x - /usr/ports/russian/mova/distinfo sed 's/^X//' >/usr/ports/russian/mova/distinfo << 'END-of-/usr/ports/russian/mova/distinfo' XMD5 (mova/script_mova.tgz) = 92b9fcd585e85aaa7dcd4fd9ec22d5b5 XSIZE (mova/script_mova.tgz) = 139702 XMD5 (mova/Mueller7GPL.tgz) = 0b3cd75e916f078b2caa4f2dc59508e4 XSIZE (mova/Mueller7GPL.tgz) = 2386052 XMD5 (mova/Mueller7accentGPL.tgz) = b882581e130ffa0ea3baea5eeea484a2 XSIZE (mova/Mueller7accentGPL.tgz) = 2475132 XMD5 (mova/Mueller24.tgz) = 386d71c149f3f793d3ff064fd4b16c65 XSIZE (mova/Mueller24.tgz) = 2788227 END-of-/usr/ports/russian/mova/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DE016A4CE for ; Tue, 30 Nov 2004 14:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCD243D62 for ; Tue, 30 Nov 2004 14:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEoNil066969 for ; Tue, 30 Nov 2004 14:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUEoNYj066966; Tue, 30 Nov 2004 14:50:23 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 14:50:23 GMT Resent-Message-Id: <200411301450.iAUEoNYj066966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E25716A4F3 for ; Tue, 30 Nov 2004 14:40:40 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B6CC43D2F for ; Tue, 30 Nov 2004 14:40:38 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 88516 invoked by uid 0); 30 Nov 2004 12:40:36 -0200 Message-Id: <20041130144036.88498.qmail@srv1.galle.com.br> Date: 30 Nov 2004 12:40:36 -0200 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74554: Subdir name error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Renato Botelho List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:50:24 -0000 >Number: 74554 >Category: ports >Synopsis: Subdir name 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: Tue Nov 30 14:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: Galle Folheados >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #3: Fri Nov 26 12:47:16 BRDT 2004 root@srv1.galle.com.br:/usr/obj/usr/src/sys/GALLE i386 >Description: jude-community directory name is wrong on devel/Makefile >How-To-Repeat: >Fix: --- devel-Makefile.diff begins here --- --- devel/Makefile.orig Tue Nov 30 12:33:30 2004 +++ devel/Makefile Tue Nov 30 12:33:40 2004 @@ -363,7 +363,7 @@ SUBDIR += java-util-concurrent SUBDIR += jclassinfo SUBDIR += jrtplib - SUBDIR += jude_community + SUBDIR += jude-community SUBDIR += judy SUBDIR += kaptain SUBDIR += kcachegrind --- devel-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 14:54:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A61716A4CE; Tue, 30 Nov 2004 14:54:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7494643D39; Tue, 30 Nov 2004 14:54:40 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEse97067240; Tue, 30 Nov 2004 14:54:40 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUEseEs067236; Tue, 30 Nov 2004 15:54:40 +0100 (CET) (envelope-from tobez) Date: Tue, 30 Nov 2004 15:54:40 +0100 (CET) From: Anton Berezin Message-Id: <200411301454.iAUEseEs067236@freefall.freebsd.org> To: renato@galle.com.br, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74554: Subdir name error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:54:40 -0000 Synopsis: Subdir name error State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Nov 30 15:54:26 CET 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74554 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 15:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7CA16A4CF for ; Tue, 30 Nov 2004 15:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444C443D58 for ; Tue, 30 Nov 2004 15:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUF0rU0067346 for ; Tue, 30 Nov 2004 15:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUF0rYg067345; Tue, 30 Nov 2004 15:00:53 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 15:00:53 GMT Resent-Message-Id: <200411301500.iAUF0rYg067345@freefall.freebsd.org> 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DAB516A4CE for ; Tue, 30 Nov 2004 14:55:29 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6CC443D67 for ; Tue, 30 Nov 2004 14:55:28 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) iAUEtPu0055451 for ; Tue, 30 Nov 2004 23:55:25 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id iAUEtPeT055435; Tue, 30 Nov 2004 23:55:25 +0900 (JST) (envelope-from umeno) Message-Id: <200411301455.iAUEtPeT055435@belldandy.unnumbered.net> Date: Tue, 30 Nov 2004 23:55:25 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74555: Maintainer Update: games/gbottler to 0.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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, 30 Nov 2004 15:00:53 -0000 >Number: 74555 >Category: ports >Synopsis: Maintainer Update: games/gbottler to 0.1.4 >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 Nov 30 15:00:52 GMT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.10-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.10-STABLE FreeBSD 4.10-STABLE #3: Sat Nov 27 16:18:51 JST 2004 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA22 i386 >Description: Maintainer Update: games/gbottler to 0.1.4 >How-To-Repeat: N/A >Fix: diff -urN gbottler.orig/Makefile gbottler/Makefile --- gbottler.orig/Makefile Mon Nov 8 08:43:46 2004 +++ gbottler/Makefile Tue Nov 30 09:03:27 2004 @@ -6,11 +6,11 @@ # PORTNAME= gbottler -PORTVERSION= 0.1.3.1 -PORTREVISION= 1 +PORTVERSION= 0.1.4 +PORTREVISION= 0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= gbottler/12076 +MASTER_SITE_SUBDIR= gbottler/12381 MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= SSTP Bottle client diff -urN gbottler.orig/distinfo gbottler/distinfo --- gbottler.orig/distinfo Wed Nov 3 08:31:30 2004 +++ gbottler/distinfo Tue Nov 30 09:04:23 2004 @@ -1,2 +1,2 @@ -MD5 (gbottler-0.1.3.1.tar.gz) = a53f15ced7868ad58150cba6334b701f -SIZE (gbottler-0.1.3.1.tar.gz) = 98606 +MD5 (gbottler-0.1.4.tar.gz) = b8128a46f89226a2e31e04d58a3725c0 +SIZE (gbottler-0.1.4.tar.gz) = 100552 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 15:30:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F7916A4CE for ; Tue, 30 Nov 2004 15:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C820643D1F for ; Tue, 30 Nov 2004 15:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFUKrr072772 for ; Tue, 30 Nov 2004 15:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUFUKVQ072751; Tue, 30 Nov 2004 15:30:20 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 15:30:20 GMT Resent-Message-Id: <200411301530.iAUFUKVQ072751@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDEC016A4CE for ; Tue, 30 Nov 2004 15:28:03 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A8EF843D41 for ; Tue, 30 Nov 2004 15:28:02 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 95112 invoked by uid 0); 30 Nov 2004 13:28:01 -0200 Message-Id: <20041130152801.95111.qmail@srv1.galle.com.br> Date: 30 Nov 2004 13:28:01 -0200 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74556: Subdir name error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Renato Botelho List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:30:21 -0000 >Number: 74556 >Category: ports >Synopsis: Subdir name 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: Tue Nov 30 15:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: http://www.galle.com.br >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #3: Fri Nov 26 12:47:16 BRDT 2004 root@srv1.galle.com.br:/usr/obj/usr/src/sys/GALLE i386 >Description: csv2xml is not on Makefile, and csv2txt is on Makefile but doesn´t exists >How-To-Repeat: >Fix: --- textproc-Makefile.diff begins here --- --- textproc/Makefile.orig Tue Nov 30 13:23:48 2004 +++ textproc/Makefile Tue Nov 30 13:24:11 2004 @@ -50,7 +50,7 @@ SUBDIR += crimson SUBDIR += cs-aspell SUBDIR += csv2latex - SUBDIR += csv2txt + SUBDIR += csv2xml SUBDIR += ctpp SUBDIR += cwtext SUBDIR += cy-aspell --- textproc-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 15:33:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B3EB16A4CF; Tue, 30 Nov 2004 15:33:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0975443D1F; Tue, 30 Nov 2004 15:33:21 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFXKHB074310; Tue, 30 Nov 2004 15:33:20 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUFXKi1074306; Tue, 30 Nov 2004 16:33:20 +0100 (CET) (envelope-from tobez) Date: Tue, 30 Nov 2004 16:33:20 +0100 (CET) From: Anton Berezin Message-Id: <200411301533.iAUFXKi1074306@freefall.freebsd.org> To: renato@galle.com.br, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74556: Subdir name error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:33:21 -0000 Synopsis: Subdir name error State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Nov 30 16:33:12 CET 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74556 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 16:20:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CB316A4D1 for ; Tue, 30 Nov 2004 16:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E53543D64 for ; Tue, 30 Nov 2004 16:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGKOqE080672 for ; Tue, 30 Nov 2004 16:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUGKOoc080671; Tue, 30 Nov 2004 16:20:24 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 16:20:24 GMT Resent-Message-Id: <200411301620.iAUGKOoc080671@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yonatan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CC616A4CE for ; Tue, 30 Nov 2004 16:18:20 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCA943D31 for ; Tue, 30 Nov 2004 16:18:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGIJ5c058732 for ; Tue, 30 Nov 2004 16:18:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAUGIJqC058731; Tue, 30 Nov 2004 16:18:19 GMT (envelope-from nobody) Message-Id: <200411301618.iAUGIJqC058731@www.freebsd.org> Date: Tue, 30 Nov 2004 16:18:19 GMT From: Yonatan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74558: new port: security/metasploit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:20:25 -0000 >Number: 74558 >Category: ports >Synopsis: new port: security/metasploit >Confidential: no >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 Nov 30 16:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yonatan >Release: 5.3 >Organization: >Environment: it's off now. >Description: Metasploit is great. At first I separated bins (perl scripts) from data from docs, then I tought the bins to find the data in the right place, but alas, the update scheme (compare directory structure to one on the main site and d/l diffs) makes it too hard to maintain, hence this hack. We throw everything in ${DATADIR} and ln the perl-scripts to ${PERFIX}/bin. Please verify I found all the dependencies. >How-To-Repeat: N/A >Fix: http://www.sl0th.org/FreeBSD/metasploit.shar >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 16:21:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE6C016A4CF; Tue, 30 Nov 2004 16:21:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7A943D2F; Tue, 30 Nov 2004 16:21:15 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGLFRU080839; Tue, 30 Nov 2004 16:21:15 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUGLFSK080835; Tue, 30 Nov 2004 16:21:15 GMT (envelope-from vs) Date: Tue, 30 Nov 2004 16:21:15 GMT From: Volker Stolz Message-Id: <200411301621.iAUGLFSK080835@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74466: Update port: x11/xlockmore to 5.14.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:21:16 -0000 Synopsis: Update port: x11/xlockmore to 5.14.1 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Tue Nov 30 16:21:02 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74466 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 16:40:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1119616A4CF for ; Tue, 30 Nov 2004 16:40:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBB743D48 for ; Tue, 30 Nov 2004 16:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGeAIM082314 for ; Tue, 30 Nov 2004 16:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUGeAqP082313; Tue, 30 Nov 2004 16:40:10 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 16:40:10 GMT Resent-Message-Id: <200411301640.iAUGeAqP082313@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Krzysztof Kowalewski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BCA316A4CE for ; Tue, 30 Nov 2004 16:36:59 +0000 (GMT) Received: from kam.pl (bsd.kam.pl [195.205.77.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7911843D49 for ; Tue, 30 Nov 2004 16:36:56 +0000 (GMT) (envelope-from pyzmen@kam.pl) Received: from localhost (localhost [127.0.0.1]) by kam.pl (Postfix) with ESMTP id F094077AB5 for ; Tue, 30 Nov 2004 17:36:53 +0100 (CET) Received: from kam.pl ([127.0.0.1]) by localhost (bsd.kam.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62880-03 for ; Tue, 30 Nov 2004 17:36:53 +0100 (CET) Received: by kam.pl (Postfix, from userid 1008) id 42A5577AA2; Tue, 30 Nov 2004 17:36:53 +0100 (CET) Message-Id: <20041130163653.42A5577AA2@kam.pl> Date: Tue, 30 Nov 2004 17:36:53 +0100 (CET) From: Krzysztof Kowalewski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74559: polish/sms2 update (solved LATEST_LINK issue) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Krzysztof Kowalewski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:40:11 -0000 >Number: 74559 >Category: ports >Synopsis: polish/sms2 update (solved LATEST_LINK issue) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 16:40:10 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Krzysztof Kowalewski >Release: FreeBSD 4.10-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD bsd.kam.pl 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: Wed Nov 10 20:36:30 CET 2004 root@bsd2.kam.pl:/usr/obj/usr/src/sys/bsd i386 >Description: solved LATEST_LINK issue reported by Kris Kennaway >How-To-Repeat: >Fix: --- sms2.diff begins here --- diff -ruN sms2/Makefile sms2.new/Makefile --- sms2/Makefile Wed Nov 10 10:46:47 2004 +++ sms2.new/Makefile Tue Nov 30 17:33:50 2004 @@ -15,6 +15,8 @@ MAINTAINER= pyzmen@kam.pl COMMENT= Send SMS to cellular phones in Poland (Idea, ERA, Plus) +LATEST_LINK= sms2 + LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ gdbm.3:${PORTSDIR}/databases/gdbm --- sms2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 16:43:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9DF116A4CE; Tue, 30 Nov 2004 16:43:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A1F43D5D; Tue, 30 Nov 2004 16:43:31 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGhV1q082500; Tue, 30 Nov 2004 16:43:31 GMT (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUGhV6H082496; Tue, 30 Nov 2004 16:43:31 GMT (envelope-from nobutaka) Date: Tue, 30 Nov 2004 16:43:31 GMT From: MANTANI Nobutaka Message-Id: <200411301643.iAUGhV6H082496@freefall.freebsd.org> To: s_yanagita@ybb.ne.jp, nobutaka@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74064: New port: japanese/scim-uim X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:43:31 -0000 Synopsis: New port: japanese/scim-uim State-Changed-From-To: open->closed State-Changed-By: nobutaka State-Changed-When: Tue Nov 30 16:43:01 GMT 2004 State-Changed-Why: New port added, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74064 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 17:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2828D16A4D1 for ; Tue, 30 Nov 2004 17:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295F443D31 for ; Tue, 30 Nov 2004 17:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHeOUT089053 for ; Tue, 30 Nov 2004 17:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUHeO6F089052; Tue, 30 Nov 2004 17:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 17:40:24 GMT Resent-Message-Id: <200411301740.iAUHeO6F089052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cat Okita Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D2A16A4CE for ; Tue, 30 Nov 2004 17:36:01 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8531143D48 for ; Tue, 30 Nov 2004 17:36:01 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHa037025070 for ; Tue, 30 Nov 2004 17:36:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iAUHa0MD025058; Tue, 30 Nov 2004 17:36:00 GMT (envelope-from nobody) Message-Id: <200411301736.iAUHa0MD025058@www.freebsd.org> Date: Tue, 30 Nov 2004 17:36:00 GMT From: Cat Okita To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74560: Ports openldap22-* library compilation order causes {crypt}md5 authentication to fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:40:25 -0000 >Number: 74560 >Category: ports >Synopsis: Ports openldap22-* library compilation order causes {crypt}md5 authentication to fail >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: Tue Nov 30 17:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cat Okita >Release: 5.3-BETA5 >Organization: Earthworks >Environment: FreeBSD rei.example.com 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Wed Nov 10 15:27:06 EST 2004 root@rei.example.com:/usr/src/sys/i386/compile/REI i386 >Description: Openldap uses the first available crypt() function when comparing passwords stored as {crypt}. As currently compiled (-lssl -lcrypto), the first available crypt() function is selected from openssl, which doesn't support md5 - and thus passwords will never match. Changing the compile order to (-lcrypto -lssl) resolves this isssue, and doesn't have any other affect. >How-To-Repeat: Compile openldap22-server 'out of the box' and import user passwords from FreeBSD's password file (the PADL scripts work), using "userPassword={CRYPT}[md5 hash]", which is the default setting. Anonymous bind and root bind searches will work - user-bound searches will fail with a "ldap_bind: Invalid credentials (49)" error. >Fix: Reverse the order of "-lssl -lcrypto" in the main Makefile. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 19:30:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3747B16A4CE for ; Tue, 30 Nov 2004 19:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FE943D2D for ; Tue, 30 Nov 2004 19:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUJUQo8000979 for ; Tue, 30 Nov 2004 19:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUJUQ9Z000978; Tue, 30 Nov 2004 19:30:26 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 19:30:26 GMT Resent-Message-Id: <200411301930.iAUJUQ9Z000978@freefall.freebsd.org> 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 Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BE416A4CE; Tue, 30 Nov 2004 19:26:55 +0000 (GMT) Received: from current-test.sem-home.ciam.ru (ppp83-237-103-24.pppoe.mtu-net.ru [83.237.103.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51EA43D2D; Tue, 30 Nov 2004 19:26:53 +0000 (GMT) (envelope-from sem@current-test.sem-home.ciam.ru) Received: from sem by current-test.sem-home.ciam.ru with local (Exim 4.43 (FreeBSD)) id 1CZDbZ-0000Yx-4q; Tue, 30 Nov 2004 22:24:05 +0300 Message-Id: Date: Tue, 30 Nov 2004 22:24:05 +0300 From: Sergey Matveychuk Sender: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erwin@FreeBSD.org Subject: ports/74561: [PATCH] devel/p5-IO-String: update to 1.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:30:27 -0000 >Number: 74561 >Category: ports >Synopsis: [PATCH] devel/p5-IO-String: update to 1.06 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 19:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD current-test.sem-home.ciam.ru 6.0-CURRENT FreeBSD 6.0-CURRENT #23: Sat Nov 27 16:55:32 MSK 2004 >Description: - Update to 1.06 (1.05 unfetchably anymore) Port maintainer (erwin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-IO-String-1.06.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-IO-String/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 4 Apr 2004 18:16:52 -0000 1.9 +++ Makefile 30 Nov 2004 19:25:26 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-String -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-IO-String/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 4 Apr 2004 18:16:52 -0000 1.5 +++ distinfo 30 Nov 2004 19:25:26 -0000 @@ -1,2 +1,2 @@ -MD5 (IO-String-1.05.tar.gz) = 221375d26c9e381a818c4bb4d1a08ec9 -SIZE (IO-String-1.05.tar.gz) = 6739 +MD5 (IO-String-1.06.tar.gz) = 05f2400bc7248dbdfd2b626b074013aa +SIZE (IO-String-1.06.tar.gz) = 6983 --- p5-IO-String-1.06.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 20:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 413D516A4D7 for ; Tue, 30 Nov 2004 20:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E4D43D46 for ; Tue, 30 Nov 2004 20:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKePFo009101 for ; Tue, 30 Nov 2004 20:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUKePgf009100; Tue, 30 Nov 2004 20:40:25 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 20:40:25 GMT Resent-Message-Id: <200411302040.iAUKePgf009100@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Ranner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3047B16A4CE for ; Tue, 30 Nov 2004 20:36:50 +0000 (GMT) Received: from dwarf.jawa.at (62-99-226-237.static.adsl-line.inode.at [62.99.226.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5475D43D49 for ; Tue, 30 Nov 2004 20:36:48 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (localhost.jawa.at [127.0.0.1]) by dwarf.jawa.at (8.12.11/8.12.9) with ESMTP id iAUKZxXg013106 for ; Tue, 30 Nov 2004 21:35:59 +0100 (CET) (envelope-from mranner@dwarf.jawa.at) Received: (from root@localhost) by dwarf.jawa.at (8.12.11/8.12.9/Submit) id iAUKZxa7013105; Tue, 30 Nov 2004 21:35:59 +0100 (CET) (envelope-from mranner) Message-Id: <200411302035.iAUKZxa7013105@dwarf.jawa.at> Date: Tue, 30 Nov 2004 21:35:59 +0100 (CET) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74562: [MAINTAINER] mail/rules_du_jour: update to 1.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:40:26 -0000 >Number: 74562 >Category: ports >Synopsis: [MAINTAINER] mail/rules_du_jour: update to 1.18 >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 Nov 30 20:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 4.10-RELEASE FreeBSD 4.10-RELEASE #5: Sun Oct 10 14:39:51 CEST 2004 >Description: - Update to 1.18 - Use new sa-spamd.sh to restart (Thanks to Angelo Turetta) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- spamass-rules_du_jour-1.18.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/Makefile /usr/ports/mail/spamass-rules_du_jour.update/Makefile --- /usr/ports/mail/spamass-rules_du_jour/Makefile Tue Oct 12 17:39:39 2004 +++ /usr/ports/mail/spamass-rules_du_jour.update/Makefile Tue Nov 30 21:26:13 2004 @@ -6,7 +6,7 @@ # PORTNAME= rules_du_jour -PORTVERSION= 1.17a +PORTVERSION= 1.18 CATEGORIES= mail MASTER_SITES= http://www.ranner.jawa.at/stuff/ PKGNAMEPREFIX= spamass- @@ -17,7 +17,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin -OPTIONS= ANTIDRUG "Catch those pesky 'pill spams'" on \ +OPTIONS= ANTIDRUG "Already included in SA 3.0" off \ BOGUS_VIRUS "Catch 'collateral spam' caused by viruses" on \ EVILNUMBERS "Phone numbers, PO boxes, ... from spam " on \ RANDOM "Detects spamware mistakes like: %RANDOM_WORD" on \ diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/distinfo /usr/ports/mail/spamass-rules_du_jour.update/distinfo --- /usr/ports/mail/spamass-rules_du_jour/distinfo Tue Oct 12 17:39:39 2004 +++ /usr/ports/mail/spamass-rules_du_jour.update/distinfo Tue Nov 30 21:13:39 2004 @@ -1,2 +1,2 @@ -MD5 (rules_du_jour-1.17a.tar.gz) = ed54abc68d8fe15abc2936481ea43653 -SIZE (rules_du_jour-1.17a.tar.gz) = 14276 +MD5 (rules_du_jour-1.18.tar.gz) = 4e7d8cfa60b867142eeb24aa1c91884b +SIZE (rules_du_jour-1.18.tar.gz) = 14427 diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/files/patch-config /usr/ports/mail/spamass-rules_du_jour.update/files/patch-config --- /usr/ports/mail/spamass-rules_du_jour/files/patch-config Tue Oct 12 17:39:39 2004 +++ /usr/ports/mail/spamass-rules_du_jour.update/files/patch-config Tue Nov 30 21:18:10 2004 @@ -23,7 +23,7 @@ + +SA_LINT="$PREFIX/bin/spamassassin --lint"; # Command used to lint the rules + -+SA_RESTART="$PREFIX/etc/rc.d/spamd.sh restart"; # Command used to restart spamd ++SA_RESTART="$PREFIX/etc/rc.d/sa-spamd.sh restart"; # Command used to restart spamd + # May be /etc/rc.d/init.d/spamassassin restart + # For amavisd, may be /etc/init.d/amavisd restart + # For minedefang, may be /etc/init.d/mimedefang restart diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules_du_jour/files/patch-rules_du_jour /usr/ports/mail/spamass-rules_du_jour.update/files/patch-rules_du_jour --- /usr/ports/mail/spamass-rules_du_jour/files/patch-rules_du_jour Tue Oct 12 17:39:39 2004 +++ /usr/ports/mail/spamass-rules_du_jour.update/files/patch-rules_du_jour Tue Nov 30 21:17:26 2004 @@ -1,21 +1,21 @@ ---- rules_du_jour.orig Mon Aug 2 20:38:44 2004 -+++ rules_du_jour Mon Aug 2 22:29:32 2004 +--- rules_du_jour.orig Sat Aug 28 23:45:23 2004 ++++ rules_du_jour Tue Nov 30 21:16:05 2004 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/local/bin/bash - # Version 1.17a Added support for curl by default (instead of wget). Requires curl 7.10 or higher. Integrated "email me only when RDJ has been updated" patch (thanks, Daniel Cohen!) rev 17a: fixed extraneous debug print + # Version 1.18 Added kluge to specify configfile location: RDJ_CONFIGFILE. Fixed SARE_HEADER version extraction. ########################## @@ -52,7 +52,7 @@ # (my_rules_du_jour wrapper script is no longer recommended) # Reads persistent configuration files from /etc, if one exists. # /etc/rulesdujour/config is the recommended configuration file location. --for i in /etc/rulesdujour/config /etc/rulesdujour /etc/mail/rulesdujour /etc/sysconfig/RulesDuJour /etc/sysconfig/rulesdujour ; do -+for i in /usr/local/etc/rulesdujour/config /usr/local/etc/rulesdujour /usr/local/etc/mail/rulesdujour ; do - [ -f $i ] && source $i ; +-for i in ${RDJ_CONFIGFILE} /etc/rulesdujour/config /etc/rulesdujour /etc/mail/rulesdujour /etc/sysconfig/RulesDuJour /etc/sysconfig/rulesdujour ; do ++for i in ${RDJ_CONFIGFILE} /usr/local/etc/rulesdujour/config /usr/local/etc/rulesdujour /usr/local/etc/mail/rulesdujour ; do + [ -f "$i" ] && source $i ; done; -@@ -133,7 +133,7 @@ +@@ -138,7 +138,7 @@ #### Here are settings for Tripwire. #### TRIPWIRE=0; # Index of Tripwire data into the arrays is 0 CF_URLS[0]="http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf"; --- spamass-rules_du_jour-1.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 20:44:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA3B16A4CE; Tue, 30 Nov 2004 20:44:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C03343D31; Tue, 30 Nov 2004 20:44:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKi125009320; Tue, 30 Nov 2004 20:44:02 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUKi1VC009316; Tue, 30 Nov 2004 20:44:01 GMT (envelope-from sem) Date: Tue, 30 Nov 2004 20:44:01 GMT From: Sergey Matveychuk Message-Id: <200411302044.iAUKi1VC009316@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Subject: Re: ports/74561: [PATCH] devel/p5-IO-String: update to 1.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:44:02 -0000 Synopsis: [PATCH] devel/p5-IO-String: update to 1.06 Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: sem Responsible-Changed-When: Tue Nov 30 20:43:39 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74561 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 20:45:59 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1D716A524; Tue, 30 Nov 2004 20:45:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED6E43D31; Tue, 30 Nov 2004 20:45:58 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKjvSr009394; Tue, 30 Nov 2004 20:45:57 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUKjtt8009390; Tue, 30 Nov 2004 20:45:55 GMT (envelope-from clement) Date: Tue, 30 Nov 2004 20:45:55 GMT From: Clement Laforet Message-Id: <200411302045.iAUKjtt8009390@freefall.freebsd.org> To: steven@krx.nl, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74038: New port: www/mod_shapvh: Apache module that provides virtual hosts from a database X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:45:59 -0000 Synopsis: New port: www/mod_shapvh: Apache module that provides virtual hosts from a database State-Changed-From-To: open->closed State-Changed-By: clement State-Changed-When: Tue Nov 30 20:45:34 GMT 2004 State-Changed-Why: New port added, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74038 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 20:50:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9966816A4CF for ; Tue, 30 Nov 2004 20:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F03143D62 for ; Tue, 30 Nov 2004 20:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKoNtZ009512 for ; Tue, 30 Nov 2004 20:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUKoNxe009511; Tue, 30 Nov 2004 20:50:23 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 20:50:23 GMT Resent-Message-Id: <200411302050.iAUKoNxe009511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Ranner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59EA616A4CE for ; Tue, 30 Nov 2004 20:41:49 +0000 (GMT) Received: from dwarf.jawa.at (62-99-226-237.static.adsl-line.inode.at [62.99.226.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EB143D2D for ; Tue, 30 Nov 2004 20:41:48 +0000 (GMT) (envelope-from mranner@dwarf.jawa.at) Received: from dwarf.jawa.at (localhost.jawa.at [127.0.0.1]) by dwarf.jawa.at (8.12.11/8.12.9) with ESMTP id iAUKf0Hg015664 for ; Tue, 30 Nov 2004 21:41:00 +0100 (CET) (envelope-from mranner@dwarf.jawa.at) Received: (from root@localhost) by dwarf.jawa.at (8.12.11/8.12.9/Submit) id iAUKf0Dn015663; Tue, 30 Nov 2004 21:41:00 +0100 (CET) (envelope-from mranner) Message-Id: <200411302041.iAUKf0Dn015663@dwarf.jawa.at> Date: Tue, 30 Nov 2004 21:41:00 +0100 (CET) From: Michael Ranner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74563: [MAINTAINER] mail/spamass-rules: update to 20041130 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:50:23 -0000 >Number: 74563 >Category: ports >Synopsis: [MAINTAINER] mail/spamass-rules: update to 20041130 >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 Nov 30 20:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 4.10-RELEASE FreeBSD 4.10-RELEASE #5: Sun Oct 10 14:39:51 CEST 2004 >Description: - Update to 20041130 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- spamass-rules-20041130.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/Makefile /usr/ports/mail/spamass-rules.update/Makefile --- /usr/ports/mail/spamass-rules/Makefile Sat Nov 13 10:56:02 2004 +++ /usr/ports/mail/spamass-rules.update/Makefile Tue Nov 30 21:40:16 2004 @@ -6,7 +6,7 @@ # PORTNAME= spamass-rules -PORTVERSION= 20041105 +PORTVERSION= 20041130 CATEGORIES= mail MASTER_SITES= http://www.ranner.jawa.at/stuff/ \ http://web.inforum.at/downloads/ @@ -28,6 +28,7 @@ FRENCH "Catches spam written in French" off \ GERMAN "Catches spam written in German" off \ MANGLED "Looks for obfuscated/gappy words" off \ + MIMEVLD "Some mime validation rules" off \ RANDOM "Detects spamware mistakes like: %RANDOM_WORD" on \ SARE "Installs safe SARE rules" on \ SARE1 "Installs more restrictive SARE rules" off \ @@ -97,6 +98,10 @@ .if defined(WITH_MANGLED) SPAMASS_FILES+= mangled.cf +.endif + +.if defined(WITH_MIMEVLD) +SPAMASS_FILES+= mime_validate.cf .endif .if !defined(WITHOUT_RANDOM) diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/distinfo /usr/ports/mail/spamass-rules.update/distinfo --- /usr/ports/mail/spamass-rules/distinfo Sat Nov 13 10:56:02 2004 +++ /usr/ports/mail/spamass-rules.update/distinfo Tue Nov 30 21:40:28 2004 @@ -1,2 +1,2 @@ -MD5 (spamass-rules-20041105.tar.bz2) = ac07c04cc579491bab10c140c04e0c09 -SIZE (spamass-rules-20041105.tar.bz2) = 201937 +MD5 (spamass-rules-20041130.tar.bz2) = 224811e1f07fb27d701ad5b260ee7514 +SIZE (spamass-rules-20041130.tar.bz2) = 202884 --- spamass-rules-20041130.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 20:51:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BD616A4CE; Tue, 30 Nov 2004 20:51:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCC943D5D; Tue, 30 Nov 2004 20:51:08 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKp8aY009684; Tue, 30 Nov 2004 20:51:08 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUKp7hK009680; Tue, 30 Nov 2004 20:51:07 GMT (envelope-from clement) Date: Tue, 30 Nov 2004 20:51:07 GMT From: Clement Laforet Message-Id: <200411302051.iAUKp7hK009680@freefall.freebsd.org> To: marcus@corp.grupos.com.br, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74508: Update net/py-soappy to 0.11.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:51:08 -0000 Synopsis: Update net/py-soappy to 0.11.6 State-Changed-From-To: open->closed State-Changed-By: clement State-Changed-When: Tue Nov 30 20:50:46 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74508 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 21:10:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D58516A4CF for ; Tue, 30 Nov 2004 21:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BFB43D49 for ; Tue, 30 Nov 2004 21:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULAQJJ014223 for ; Tue, 30 Nov 2004 21:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAULAQTT014222; Tue, 30 Nov 2004 21:10:26 GMT (envelope-from gnats) Date: Tue, 30 Nov 2004 21:10:26 GMT Message-Id: <200411302110.iAULAQTT014222@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Clement Laforet Subject: Re: ports/74444: [MAINTAINER] www/mod_perl2: update to 1.99r17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:10:27 -0000 The following reply was made to PR ports/74444; it has been noted by GNATS. From: Clement Laforet To: freebsd-gnats-submit@FreeBSD.org, lars.eggert@gmx.net Cc: Subject: Re: ports/74444: [MAINTAINER] www/mod_perl2: update to 1.99r17 Date: Tue, 30 Nov 2004 22:06:20 +0100 --Signature=_Tue__30_Nov_2004_22_06_20_+0100_Y_f6Nz5dI0rFyScA Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit Hi, ===> mod_perl2-1.99r17 depends on file: /usr/local/bin/perl5.8.5 - found ===> Patching for mod_perl2-1.99r17 ===> mod_perl2-1.99r17 depends on file: /usr/local/bin/perl5.8.5 - found ===> Applying FreeBSD patches for mod_perl2-1.99r17 1 out of 1 hunks failed--saving rejects to Makefile.PL.rej >> Patch patch-aa failed to apply cleanly. *** Error code 1 Stop in /usr/ports/local/mod_perl2. Can you please investigate? clem --Signature=_Tue__30_Nov_2004_22_06_20_+0100_Y_f6Nz5dI0rFyScA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBrODPsRhfjwcjuh0RAtcHAKCfACcFmF9XEIfkdOtaKamZ9rMQ2wCggLTY W2NddwXR0926TnSNOwzhcxQ= =HOlR -----END PGP SIGNATURE----- --Signature=_Tue__30_Nov_2004_22_06_20_+0100_Y_f6Nz5dI0rFyScA-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 21:10:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B5D16A4CF; Tue, 30 Nov 2004 21:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33E043D53; Tue, 30 Nov 2004 21:10:27 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULARwc014244; Tue, 30 Nov 2004 21:10:27 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAULARcb014234; Tue, 30 Nov 2004 21:10:27 GMT (envelope-from clement) Date: Tue, 30 Nov 2004 21:10:27 GMT From: Clement Laforet Message-Id: <200411302110.iAULARcb014234@freefall.freebsd.org> To: dirkx@webweaving.org, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74232: devel/apr depends on 1.0.0 tarball which has been replaced by 1.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:10:28 -0000 Synopsis: devel/apr depends on 1.0.0 tarball which has been replaced by 1.0.1 State-Changed-From-To: open->closed State-Changed-By: clement State-Changed-When: Tue Nov 30 21:08:44 GMT 2004 State-Changed-Why: Update has already been committed. BTW, thanks for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=74232 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 22:01:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D79BF16A4CE for ; Tue, 30 Nov 2004 22:01:08 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 30C6C43D48 for ; Tue, 30 Nov 2004 22:01:08 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 11951 invoked by uid 1000); 30 Nov 2004 22:03:32 -0000 Date: Tue, 30 Nov 2004 16:03:31 -0600 From: Erik Greenwald To: Volker Stolz Message-ID: <20041130220331.GA11344@phoenix.smluc.org> References: <200411301403.iAUE3203060344@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411301403.iAUE3203060344@freefall.freebsd.org> User-Agent: Mutt/1.5.6+20040722i cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/74543: [Maintainer Update] graphics/bugle dep fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:01:09 -0000 On Tue, Nov 30, 2004 at 02:03:02PM +0000, Volker Stolz wrote: > Synopsis: [Maintainer Update] graphics/bugle dep fix > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Tue Nov 30 14:02:05 GMT 2004 > State-Changed-Why: > There's no such thing as USE_PERL. Do you mean: > USE_PERL5=yes? yes, sorry, missed the 5 in transcribing. Thanks for catching that > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74543 > -- -Erik [http://math.smsu.edu/~erik] The opinions expressed by me are not necessarily opinions. In all probability, they are random rambling, and to be ignored. Failure to ignore may result in severe boredom or confusion. Shake well before opening. Keep Refrigerated. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 22:30:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 672C016A54E for ; Tue, 30 Nov 2004 22:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 612D043D48 for ; Tue, 30 Nov 2004 22:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMULcH023457 for ; Tue, 30 Nov 2004 22:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUMULJd023456; Tue, 30 Nov 2004 22:30:21 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 22:30:21 GMT Resent-Message-Id: <200411302230.iAUMULJd023456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirk Strauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A5616A4CE for ; Tue, 30 Nov 2004 22:23:21 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A44843D1F for ; Tue, 30 Nov 2004 22:23:20 +0000 (GMT) (envelope-from kirk@kanga.honeypot.net) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id AB562B861; Tue, 30 Nov 2004 16:23:19 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32951-03; Tue, 30 Nov 2004 16:23:18 -0600 (CST) Received: by kanga.honeypot.net (Postfix, from userid 1000) id C1DE3B850; Tue, 30 Nov 2004 16:23:18 -0600 (CST) Message-Id: <20041130222318.C1DE3B850@kanga.honeypot.net> Date: Tue, 30 Nov 2004 16:23:18 -0600 (CST) From: Kirk Strauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Kirk Strauser Subject: ports/74565: [MAINTAINER UPDATE] Update port: net/jabberd to 2.0.5 (2.0s5) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kirk Strauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:30:25 -0000 >Number: 74565 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update port: net/jabberd to 2.0.5 (2.0s5) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 22:30:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kirk Strauser >Release: FreeBSD 5.3-STABLE i386 >Organization: The Day Companies >Environment: System: FreeBSD kanga.honeypot.net 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Nov 20 19:09:53 CST 2004 root@kanga.honeypot.net:/usr/obj/usr/src/sys/KANGA i386 >Description: This is an update of the net/jabberd port to version 2.0.5 (vendor string "2.0s5"). Important security fixes include several remotely-exploitable buffer overruns as detailed at . Please make this a priority item; users of the old port are at risk until they update their systems. >How-To-Repeat: >Fix: --- jabberd.patch begins here --- diff -urN jabberd.old/Makefile jabberd/Makefile --- jabberd.old/Makefile Mon Nov 1 09:02:25 2004 +++ jabberd/Makefile Tue Nov 30 16:05:45 2004 @@ -6,10 +6,10 @@ # PORTNAME= jabberd -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ -DISTNAME= ${PORTNAME}-2.0s4 +DISTNAME= ${PORTNAME}-2.0s5 DIST_SUBDIR= jabber MAINTAINER= kirk@strauser.com @@ -24,9 +24,8 @@ CONFIGURE_ARGS= --localstatedir=/var \ --enable-ssl \ --with-extra-include-path=${LOCALBASE}/include${EIP} \ - --with-extra-library-path=${LOCALBASE}/lib${ELP} - -CONFIGURE_ARGS+=--enable-fs + --with-extra-library-path=${LOCALBASE}/lib${ELP} \ + --enable-fs RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} diff -urN jabberd.old/distinfo jabberd/distinfo --- jabberd.old/distinfo Mon Nov 1 09:02:25 2004 +++ jabberd/distinfo Tue Nov 30 15:28:43 2004 @@ -1,2 +1,2 @@ -MD5 (jabber/jabberd-2.0s4.tar.gz) = 2682037fc177e1f3e7d7869cb3f59c1d -SIZE (jabber/jabberd-2.0s4.tar.gz) = 716819 +MD5 (jabber/jabberd-2.0s5.tar.gz) = f8d8acba7515e9e6233364a1a4aea467 +SIZE (jabber/jabberd-2.0s5.tar.gz) = 722712 diff -urN jabberd.old/files/patch-ltmain.sh jabberd/files/patch-ltmain.sh --- jabberd.old/files/patch-ltmain.sh Wed Dec 31 18:00:00 1969 +++ jabberd/files/patch-ltmain.sh Tue Nov 30 15:56:12 2004 @@ -0,0 +1,18 @@ +--- ltmain.sh.orig Tue Nov 30 15:55:46 2004 ++++ ltmain.sh Tue Nov 30 15:55:59 2004 +@@ -561,7 +561,6 @@ + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" + # user sometimes does CC=-gcc so we need to match that to 'gcc' +- trimedcc="${CC/${host}-}" + case "$base_compile " in + "gcc "* | " gcc "* | "${host}-gcc "* | " ${host}-gcc "*) + tagname=CC +@@ -954,7 +953,6 @@ + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" + # user sometimes does CC=-gcc so we need to match that to 'gcc' +- trimedcc="${CC/${host}-}" + case $base_compile in + "gcc "* | " gcc "* | "${host}-gcc "* | " ${host}-gcc "*) + tagname=CC diff -urN jabberd.old/files/patch-util.h jabberd/files/patch-util.h --- jabberd.old/files/patch-util.h Mon Jul 12 21:38:15 2004 +++ jabberd/files/patch-util.h Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- util/util.h.orig Mon May 31 16:31:06 2004 -+++ util/util.h Mon Jul 12 10:29:58 2004 -@@ -30,6 +30,8 @@ - #include - #include - #include -+#include -+#include - - #ifdef HAVE_NETINET_IN_H - # include --- jabberd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 22:50:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A289F16A4CE for ; Tue, 30 Nov 2004 22:50:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F67643D53 for ; Tue, 30 Nov 2004 22:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMoHaQ025328 for ; Tue, 30 Nov 2004 22:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUMoHDG025327; Tue, 30 Nov 2004 22:50:17 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 22:50:17 GMT Resent-Message-Id: <200411302250.iAUMoHDG025327@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Lestinsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E40116A4CE for ; Tue, 30 Nov 2004 22:41:42 +0000 (GMT) Received: from charm.uugrn.org (charm.uugrn.org [195.226.127.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A7043D5E for ; Tue, 30 Nov 2004 22:41:40 +0000 (GMT) (envelope-from michael@mobi.lestinsky.de) Received: from charm.uugrn.org (uucp@localhost.uugrn.org [127.0.0.1]) by charm.uugrn.org (8.13.0/8.13.0) with ESMTP id iAUMg3wW024845 for ; Tue, 30 Nov 2004 23:42:03 +0100 (CET) Received: from uumile.UUCP (uucp@localhost) by charm.uugrn.org (8.13.0/8.13.0/Submit) with UUCP id iAUMg20j012792 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Nov 2004 23:42:02 +0100 (CET) Received: from mobi (mobi.lestinsky.de [192.168.42.3]) by zaphod.lestinsky.de (8.13.1/8.12.10) with ESMTP id iAUMLZfI013704 for ; Tue, 30 Nov 2004 23:21:36 +0100 (CET) (envelope-from michael@mobi.lestinsky.de) Received: from mobi.lestinsky.de (localhost [127.0.0.1]) by mobi (8.13.1/8.13.1) with ESMTP id iAUMLWH6090937 for ; Tue, 30 Nov 2004 23:21:32 +0100 (CET) (envelope-from michael@mobi.lestinsky.de) Received: (from michael@localhost) by mobi.lestinsky.de (8.13.1/8.13.1/Submit) id iAUMLVhU090936; Tue, 30 Nov 2004 23:21:31 +0100 (CET) (envelope-from michael) Message-Id: <200411302221.iAUMLVhU090936@mobi.lestinsky.de> Date: Tue, 30 Nov 2004 23:21:31 +0100 (CET) From: Michael Lestinsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74566: Disable cups-autodetection in configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Lestinsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:50:17 -0000 >Number: 74566 >Category: ports >Synopsis: Disable cups-autodetection in configure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 22:50:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Lestinsky >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD mobi 5.3-STABLE FreeBSD 5.3-STABLE #19: Sat Nov 13 15:54:54 CET 2004 michael@mobi:/usr/obj/usr/src/sys/mobi i386 >Description: gimp-print configure script ignores WITHOUT_CUPS flag if a cups package is present on the system. The attached patch disables cups by force. >How-To-Repeat: Install cups, portinstall -M 'WITHOUT_CUPS=yes' gimp-print >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/cvs/ports/print/gimp-print/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 17 Jul 2004 18:46:26 -0000 1.22 +++ Makefile 30 Nov 2004 22:15:04 -0000 @@ -35,6 +35,7 @@ .if defined(WITHOUT_CUPS) PLIST_SUB+= CUPS="@comment " +CONFIGURE_ARGS+=--without-cups .else LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 23:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5D316A4CE for ; Tue, 30 Nov 2004 23:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404D043D5A for ; Tue, 30 Nov 2004 23:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUNUTTZ030389 for ; Tue, 30 Nov 2004 23:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUNUTRu030384; Tue, 30 Nov 2004 23:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 23:30:29 GMT Resent-Message-Id: <200411302330.iAUNUTRu030384@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F3B916A4CE for ; Tue, 30 Nov 2004 23:20:56 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0368943D48 for ; Tue, 30 Nov 2004 23:20:56 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 413713E1E1 for ; Tue, 30 Nov 2004 21:20:55 -0200 (BRST) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id 433A220A77; Tue, 30 Nov 2004 21:20:54 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 2145F20A76; Tue, 30 Nov 2004 21:20:54 -0200 (BRST) Message-Id: <20041130232054.2145F20A76@corp.grupos.com.br> Date: Tue, 30 Nov 2004 21:20:54 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mike@skew.org Subject: ports/74568: Update textproc/py-xml to 0.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 23:30:29 -0000 >Number: 74568 >Category: ports >Synopsis: Update textproc/py-xml to 0.8.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 23:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.10-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.10-STABLE FreeBSD 4.10-STABLE #31: Fri Nov 26 13:50:22 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update textproc/py-xml to 0.8.4 >How-To-Repeat: >Fix: --- py-xml.patch begins here --- diff -ruN py-xml.old/Makefile py-xml/Makefile --- py-xml.old/Makefile Tue Jun 15 01:08:10 2004 +++ py-xml/Makefile Tue Nov 30 21:07:31 2004 @@ -6,7 +6,7 @@ # PORTNAME= xml -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyxml diff -ruN py-xml.old/distinfo py-xml/distinfo --- py-xml.old/distinfo Wed Mar 31 01:12:16 2004 +++ py-xml/distinfo Tue Nov 30 21:07:59 2004 @@ -1,2 +1,2 @@ -MD5 (PyXML-0.8.3.tar.gz) = 7083d950064ce90840d9ed48c818dc85 -SIZE (PyXML-0.8.3.tar.gz) = 729172 +MD5 (PyXML-0.8.4.tar.gz) = 1f7655050cebbb664db976405fdba209 +SIZE (PyXML-0.8.4.tar.gz) = 734954 diff -ruN py-xml.old/pkg-plist py-xml/pkg-plist --- py-xml.old/pkg-plist Wed Aug 6 06:26:03 2003 +++ py-xml/pkg-plist Tue Nov 30 21:16:40 2004 @@ -406,7 +406,7 @@ %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/ext/reader/__init__.py %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/ext/reader/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/ext/reader/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/fr_FR/LC_MESSAGES/4Suite.mo +%%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/fr/LC_MESSAGES/4Suite.mo %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/html/GenerateHtml.py %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/html/GenerateHtml.pyc %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/html/GenerateHtml.pyo @@ -1028,8 +1028,8 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/parsers @dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/marshal @dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/html -@dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/fr_FR/LC_MESSAGES -@dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/fr_FR +@dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/fr/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/fr @dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/ext/reader @dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/ext @dirrm %%PYTHON_SITELIBDIR%%/%%PACKAGE_DIR%%/dom/en_US/LC_MESSAGES --- py-xml.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 30 23:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4AB516A4CE for ; Tue, 30 Nov 2004 23:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D85543D5A for ; Tue, 30 Nov 2004 23:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUNUTjA030448 for ; Tue, 30 Nov 2004 23:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAUNUTEJ030447; Tue, 30 Nov 2004 23:30:29 GMT (envelope-from gnats) Resent-Date: Tue, 30 Nov 2004 23:30:29 GMT Resent-Message-Id: <200411302330.iAUNUTEJ030447@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Lestinsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B17816A506 for ; Tue, 30 Nov 2004 23:29:58 +0000 (GMT) Received: from charm.uugrn.org (charm.uugrn.org [195.226.127.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9292043D58 for ; Tue, 30 Nov 2004 23:29:57 +0000 (GMT) (envelope-from michael@mobi.lestinsky.de) Received: from charm.uugrn.org (uucp@localhost.uugrn.org [127.0.0.1]) by charm.uugrn.org (8.13.0/8.13.0) with ESMTP id iAUNUL0k026617 for ; Wed, 1 Dec 2004 00:30:21 +0100 (CET) Received: from uumile.UUCP (uucp@localhost) by charm.uugrn.org (8.13.0/8.13.0/Submit) with UUCP id iAUNULq5027023 for FreeBSD-gnats-submit@freebsd.org; Wed, 1 Dec 2004 00:30:21 +0100 (CET) Received: from mobi.lestinsky.de (mobi.lestinsky.de [192.168.42.3]) by zaphod.lestinsky.de (8.13.1/8.12.10) with ESMTP id iAUN8DGG014857 for ; Wed, 1 Dec 2004 00:08:13 +0100 (CET) (envelope-from michael@mobi.lestinsky.de) Received: from mobi.lestinsky.de (localhost.lestinsky.de [127.0.0.1]) by mobi.lestinsky.de (8.13.1/8.13.1) with ESMTP id iAUN888V014358 for ; Wed, 1 Dec 2004 00:08:08 +0100 (CET) (envelope-from michael@mobi.lestinsky.de) Received: (from michael@localhost) by mobi.lestinsky.de (8.13.1/8.13.1/Submit) id iAUN888j014357; Wed, 1 Dec 2004 00:08:08 +0100 (CET) (envelope-from michael) Message-Id: <200411302308.iAUN888j014357@mobi.lestinsky.de> Date: Wed, 1 Dec 2004 00:08:08 +0100 (CET) From: Michael Lestinsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74569: kdelibs3: disable cups with WITHOUT_CUPS option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Lestinsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 23:30:30 -0000 >Number: 74569 >Category: ports >Synopsis: kdelibs3: disable cups with WITHOUT_CUPS option >Confidential: no >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 Nov 30 23:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Lestinsky >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD mobi 5.3-STABLE FreeBSD 5.3-STABLE #19: Sat Nov 13 15:54:54 CET 2004 michael@mobi:/usr/obj/usr/src/sys/mobi i386 >Description: Disable the dependency of this port from cups. >How-To-Repeat: >Fix: Apply these patches: michael@mobi:/usr/ports/x11/kdelibs3> cvs diff cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/cvs/ports/x11/kdelibs3/Makefile,v retrieving revision 1.159 diff -u -r1.159 Makefile --- Makefile 8 Nov 2004 00:34:11 -0000 1.159 +++ Makefile 30 Nov 2004 23:01:13 -0000 @@ -23,7 +23,6 @@ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ artsc.0:${PORTSDIR}/audio/arts \ aspell:${PORTSDIR}/textproc/aspell \ - cups.2:${PORTSDIR}/print/cups-base \ fam.0:${PORTSDIR}/devel/fam \ idn:${PORTSDIR}/devel/libidn \ jasper:${PORTSDIR}/graphics/jasper \ @@ -57,9 +56,18 @@ FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc +OPTIONS= CUPS "Disable Cups support" on + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include +.if defined(WITHOUT_CUPS) +CONFIGURE_ARGS+=--disable-cups +PLIST_SUB+= CUPS="@comment " +.else +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +.endif # defined($WITHOUT_CUPS) + # bzip2 is required as a libdepend for the help: kioslave .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 Index: pkg-plist =================================================================== RCS file: /home/cvs/ports/x11/kdelibs3/pkg-plist,v retrieving revision 1.56 diff -u -r1.56 pkg-plist --- pkg-plist 8 Nov 2004 00:34:11 -0000 1.56 +++ pkg-plist 30 Nov 2004 21:36:52 -0000 @@ -1,7 +1,7 @@ bin/artsmessage bin/checkXML -bin/cupsdconf -bin/cupsdoprint +%%CUPS%%bin/cupsdconf +%%CUPS%%bin/cupsdoprint bin/dcop bin/dcopclient bin/dcopfind @@ -52,7 +52,7 @@ bin/ktradertest bin/kwrapper bin/lnusertemp -bin/make_driver_db_cups +%%CUPS%%bin/make_driver_db_cups bin/make_driver_db_lpr bin/makekdewidgets bin/meinproc @@ -718,8 +718,8 @@ include/scriptclientinterface.h include/scriptinterface.h include/scriptmanager.h -lib/kde3/cupsdconf.la -lib/kde3/cupsdconf.so +%%CUPS%%lib/kde3/cupsdconf.la +%%CUPS%%lib/kde3/cupsdconf.so lib/kde3/dcopserver.la lib/kde3/dcopserver.so lib/kde3/kabc_dir.la @@ -760,8 +760,8 @@ lib/kde3/kded_kwalletd.so lib/kde3/kded_proxyscout.la lib/kde3/kded_proxyscout.so -lib/kde3/kdeprint_cups.la -lib/kde3/kdeprint_cups.so +%%CUPS%%lib/kde3/kdeprint_cups.la +%%CUPS%%lib/kde3/kdeprint_cups.so lib/kde3/kdeprint_ext.la lib/kde3/kdeprint_ext.so lib/kde3/kdeprint_lpdunix.la @@ -890,8 +890,8 @@ lib/libkdefx.la lib/libkdefx.so lib/libkdefx.so.6 -lib/libkdeinit_cupsdconf.la -lib/libkdeinit_cupsdconf.so +%%CUPS%%lib/libkdeinit_cupsdconf.la +%%CUPS%%lib/libkdeinit_cupsdconf.so lib/libkdeinit_dcopserver.la lib/libkdeinit_dcopserver.so lib/libkdeinit_kaddprinterwizard.la @@ -1123,8 +1123,8 @@ share/apps/kconf_update/useragent.pl share/apps/kdeprint/apsdriver1 share/apps/kdeprint/apsdriver2 -share/apps/kdeprint/cups_logo.png -share/apps/kdeprint/cupsd.conf.template +%%CUPS%%share/apps/kdeprint/cups_logo.png +%%CUPS%%share/apps/kdeprint/cupsd.conf.template share/apps/kdeprint/filters/enscript.desktop share/apps/kdeprint/filters/enscript.xml share/apps/kdeprint/filters/imagetops.desktop @@ -1220,7 +1220,7 @@ share/apps/kdeprint/pics/kdeprint_revportrait.png share/apps/kdeprint/pics/kdeprint_uncollate.png share/apps/kdeprint/pics/kdeprint_uncollate_reverse.png -share/apps/kdeprint/plugins/cups.print +%%CUPS%%share/apps/kdeprint/plugins/cups.print share/apps/kdeprint/plugins/ext.print share/apps/kdeprint/plugins/lpdunix.print share/apps/kdeprint/plugins/lpr.print @@ -2563,7 +2563,7 @@ share/config/language.codes share/config/ui/kprintpreviewui.rc share/config/ui/ui_standards.rc -share/cups/model/postscript.ppd.gz +%%CUPS%%share/cups/model/postscript.ppd.gz share/doc/HTML/en/common/1.png share/doc/HTML/en/common/10.png share/doc/HTML/en/common/2.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 00:20:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 964C716A4DA for ; Wed, 1 Dec 2004 00:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6366543D4C for ; Wed, 1 Dec 2004 00:20:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB10KVPA036558 for ; Wed, 1 Dec 2004 00:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB10KVDI036557; Wed, 1 Dec 2004 00:20:31 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 00:20:31 GMT Resent-Message-Id: <200412010020.iB10KVDI036557@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B999316A4CE; Wed, 1 Dec 2004 00:19:29 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD2643D2D; Wed, 1 Dec 2004 00:19:28 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id E90FE3E254; Tue, 30 Nov 2004 22:19:27 -0200 (BRST) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with ESMTP id D354A20A77; Tue, 30 Nov 2004 22:19:26 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 7F4B020A76; Tue, 30 Nov 2004 22:19:26 -0200 (BRST) Message-Id: <20041201001926.7F4B020A76@corp.grupos.com.br> Date: Tue, 30 Nov 2004 22:19:26 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: green@FreeBSD.org Subject: ports/74571: Update databases/sqlite3 to 3.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 00:20:31 -0000 >Number: 74571 >Category: ports >Synopsis: Update databases/sqlite3 to 3.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 00:20:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.10-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.10-STABLE FreeBSD 4.10-STABLE #31: Fri Nov 26 13:50:22 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update databases/sqlite3 to 3.0.8 >How-To-Repeat: >Fix: --- sqlite3.patch begins here --- diff -ruN sqlite3.old/Makefile sqlite3/Makefile --- sqlite3.old/Makefile Tue Aug 31 16:06:39 2004 +++ sqlite3/Makefile Tue Nov 30 21:49:26 2004 @@ -12,7 +12,7 @@ # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.8 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -ruN sqlite3.old/distinfo sqlite3/distinfo --- sqlite3.old/distinfo Tue Aug 31 16:06:39 2004 +++ sqlite3/distinfo Tue Nov 30 21:49:46 2004 @@ -1,2 +1,2 @@ -MD5 (sqlite-3.0.5.tar.gz) = 4133cbac9320f6f674700ed15986f4ff -SIZE (sqlite-3.0.5.tar.gz) = 1226021 +MD5 (sqlite-3.0.8.tar.gz) = b7dff1ec9bf4d08928c039b278630ba7 +SIZE (sqlite-3.0.8.tar.gz) = 1288859 diff -ruN sqlite3.old/files/patch-Makefile.in sqlite3/files/patch-Makefile.in --- sqlite3.old/files/patch-Makefile.in Tue Aug 31 16:06:39 2004 +++ sqlite3/files/patch-Makefile.in Tue Nov 30 21:55:44 2004 @@ -1,15 +1,15 @@ ---- Makefile.in.orig Sat Aug 28 11:22:30 2004 -+++ Makefile.in Tue Aug 31 14:13:52 2004 -@@ -33,7 +33,7 @@ - prefix = @prefix@ +--- Makefile.in.orig Wed Oct 6 12:03:05 2004 ++++ Makefile.in Tue Nov 30 21:55:09 2004 +@@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@ + libdir = @libdir@ INSTALL = @INSTALL@ -LIBTOOL = ./libtool +LIBTOOL = /usr/local/bin/libtool13 RELEASE = @ALLOWRELEASE@ # libtool compile/link/install -@@ -401,25 +401,25 @@ +@@ -396,25 +396,25 @@ # Rules used to build documentation # arch.html: $(TOP)/www/arch.tcl @@ -41,7 +41,7 @@ copyright-release.html: $(TOP)/www/copyright-release.html cp $(TOP)/www/copyright-release.html . -@@ -431,77 +431,76 @@ +@@ -426,77 +426,77 @@ cp $(TOP)/www/common.tcl . conflict.html: $(TOP)/www/conflict.tcl @@ -61,7 +61,7 @@ + $(TCLSH) $(TOP)/www/docs.tcl >docs.html download.html: $(TOP)/www/download.tcl -- mkdir doc + mkdir -p doc - tclsh $(TOP)/www/download.tcl >download.html + $(TCLSH) $(TOP)/www/download.tcl >download.html @@ -142,19 +142,3 @@ # Files to be published on the website. -@@ -548,12 +547,13 @@ - install: sqlite3 libsqlite3.la sqlite3.h - $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib - $(LTINSTALL) libsqlite3.la $(DESTDIR)$(exec_prefix)/lib -+ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la - $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin - $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin - $(INSTALL) -d $(DESTDIR)$(prefix)/include - $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include -- $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -+ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; -+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; - - clean: - rm -f *.lo *.la *.o sqlite3@TARGET_EXEEXT@ libsqlite3.la diff -ruN sqlite3.old/pkg-plist sqlite3/pkg-plist --- sqlite3.old/pkg-plist Tue Aug 31 16:06:39 2004 +++ sqlite3/pkg-plist Tue Nov 30 22:02:37 2004 @@ -4,7 +4,8 @@ lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.8 -libdata/pkgconfig/sqlite3.pc +lib/libsqlite3.la +lib/pkgconfig/sqlite3.pc %%WITH_TCL%%lib/sqlite/libtclsqlite3.so.8 %%WITH_TCL%%lib/sqlite/libtclsqlite3.so %%WITH_TCL%%lib/sqlite/libtclsqlite3.a --- sqlite3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 02:40:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5376216A4CE for ; Wed, 1 Dec 2004 02:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEBE43D48 for ; Wed, 1 Dec 2004 02:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12eRWK054667 for ; Wed, 1 Dec 2004 02:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB12eRjl054666; Wed, 1 Dec 2004 02:40:27 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 02:40:27 GMT Resent-Message-Id: <200412010240.iB12eRjl054666@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 789C316A4CE for ; Wed, 1 Dec 2004 02:32:07 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87BF43D67 for ; Wed, 1 Dec 2004 02:32:06 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 2144CAE414A for ; Wed, 1 Dec 2004 02:32:03 +0000 (UTC) Received: from hotpop.com (unknown [219.146.250.15]) by smtp-2.hotpop.com (Postfix) with ESMTP id A136DAE3192; Wed, 1 Dec 2004 02:28:00 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 1 Dec 2004 10:27:57 +0800 Message-Id: <20041201022800.A136DAE3192@smtp-2.hotpop.com> Date: Wed, 1 Dec 2004 10:27:57 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/74572: [maintainer update] devel/ecb: update to 2.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:40:27 -0000 >Number: 74572 >Category: ports >Synopsis: [maintainer update] devel/ecb: update to 2.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 02:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #3: Mon Nov 22 22:17:32 CST 2004 >Description: Changes: - update to 2.30 - fix the usage of PORTDOCS >How-To-Repeat: N/A >Fix: --- ecb.diff begins here --- diff -ruN ecb.old/Makefile ecb/Makefile --- ecb.old/Makefile Wed Sep 1 14:59:54 2004 +++ ecb/Makefile Wed Dec 1 10:22:54 2004 @@ -6,7 +6,7 @@ # PORTNAME= ecb -PORTVERSION= 2.27 +PORTVERSION= 2.30 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ecb @@ -49,6 +49,10 @@ INFO= ecb +.if !defined(NOPORTDOCS) +PORTDOCS= NEWS README RELEASE_NOTES +.endif + pre-everything:: .if !defined(WITHOUT_ICONS) @${ECHO_MSG} "" @@ -91,7 +95,7 @@ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in NEWS README RELEASE_NOTES +.for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif diff -ruN ecb.old/distinfo ecb/distinfo --- ecb.old/distinfo Wed Sep 1 14:59:54 2004 +++ ecb/distinfo Wed Dec 1 10:22:53 2004 @@ -1,2 +1,2 @@ -MD5 (ecb-2.27.tar.gz) = 2ae7ed3c849dd159a2410b1745016535 -SIZE (ecb-2.27.tar.gz) = 714811 +MD5 (ecb-2.30.tar.gz) = ec1d302e38f6e8648c6e6b511a6096af +SIZE (ecb-2.30.tar.gz) = 790544 diff -ruN ecb.old/pkg-plist ecb/pkg-plist --- ecb.old/pkg-plist Thu Jun 17 19:31:28 2004 +++ ecb/pkg-plist Wed Dec 1 10:22:56 2004 @@ -1,6 +1,8 @@ %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-autogen.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-autogen.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-autoloads.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-common-browser.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-common-browser.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compatibility.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compatibility.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compilation.el @@ -250,7 +252,3 @@ %%ICONS%%@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-images/methods %%ICONS%%@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-images @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- ecb.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 02:53:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FEE16A4CE; Wed, 1 Dec 2004 02:53:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDB743D6B; Wed, 1 Dec 2004 02:53:15 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from freefall.freebsd.org (kevlo@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12rFGm055014; Wed, 1 Dec 2004 02:53:15 GMT (envelope-from kevlo@freefall.freebsd.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB12rFcY055010; Wed, 1 Dec 2004 02:53:15 GMT (envelope-from kevlo) Date: Wed, 1 Dec 2004 02:53:15 GMT From: Kevin Lo Message-Id: <200412010253.iB12rFcY055010@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, kevlo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74555: Maintainer Update: games/gbottler to 0.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:53:15 -0000 Synopsis: Maintainer Update: games/gbottler to 0.1.4 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Dec 1 02:53:03 GMT 2004 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=74555 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 05:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30DD16A4CE for ; Wed, 1 Dec 2004 05:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5531743D48 for ; Wed, 1 Dec 2004 05:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB150haT072221 for ; Wed, 1 Dec 2004 05:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB150hgp072220; Wed, 1 Dec 2004 05:00:43 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 05:00:43 GMT Message-Id: <200412010500.iB150hgp072220@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Craig Boston Subject: Re: ports/74141: Upgrade Audacity to version 1.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Craig Boston List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:00:53 -0000 The following reply was made to PR ports/74141; it has been noted by GNATS. From: Craig Boston To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/74141: Upgrade Audacity to version 1.2.3 Date: Tue, 30 Nov 2004 22:58:04 -0600 Updated patch is below, it makes the following changes to the port: * Upgrade to 1.2.3 * Install the on-line help regardless of NOPORTDOCS This is more consistent with the behavior of manpages, etc. * On 5.x, work around a stack alignment bug in libc that causes bus errors on Pentium 4s. See this thread for more details: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=181293+0+/usr/local/www/db/text/2004/freebsd-hackers/20041128.freebsd-hackers Once that or another fix is merged, SSE can be re-enabled for this port in 5.4+ * Audacity attempts to increase the relative priority of its audio output thread, however it assumes that the Linuxism of each thread having a different PID, which does not have the desired effect. Change this to use the pthreads API instead. Please treat this as equivalent to a [maintainer-update]. Thanks to Phil Oleson and everybody else who kept bugging me to get all this fixed :) ----- patch-audacity-1.3 ----- diff -ruN audacity.orig/Makefile audacity/Makefile --- audacity.orig/Makefile Tue Nov 30 20:46:03 2004 +++ audacity/Makefile Tue Nov 30 21:53:03 2004 @@ -5,8 +5,7 @@ # $FreeBSD: ports/audio/audacity/Makefile,v 1.19 2004/11/07 22:35:49 marcus Exp $ PORTNAME= audacity -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,17 +19,20 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 + +.include + +.if ${OSVERSION} >= 501103 +SSE_CFLAGS= -mno-sse -mno-sse2 +.endif CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \ + CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \ WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config CONFIGURE_ARGS+= --with-id3=no - -.include .if !defined(NOPORTDOCS) MAKE_ENV= DOC=yes diff -ruN audacity.orig/distinfo audacity/distinfo --- audacity.orig/distinfo Tue Nov 30 20:46:03 2004 +++ audacity/distinfo Tue Nov 30 20:48:51 2004 @@ -1,2 +1,2 @@ -MD5 (audacity-src-1.2.1.tar.bz2) = 8914538a3edb6f88e2f70fb2fec3790f -SIZE (audacity-src-1.2.1.tar.bz2) = 2742327 +MD5 (audacity-src-1.2.3.tar.gz) = dbfc1b401420aa694753d35acb5a8a28 +SIZE (audacity-src-1.2.3.tar.gz) = 4175943 diff -ruN audacity.orig/files/patch-Makefile.in audacity/files/patch-Makefile.in --- audacity.orig/files/patch-Makefile.in Tue Nov 30 20:46:03 2004 +++ audacity/files/patch-Makefile.in Tue Nov 30 21:50:18 2004 @@ -1,14 +1,11 @@ ---- Makefile.in.orig Tue Dec 2 22:43:47 2003 -+++ Makefile.in Tue Dec 2 22:46:38 2003 -@@ -27,12 +27,14 @@ - $(INSTALL) -d $(DESTDIR)$(BINDIR) - $(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME) - +--- Makefile.in.orig Tue Nov 30 21:49:32 2004 ++++ Makefile.in Tue Nov 30 21:50:05 2004 +@@ -31,9 +31,11 @@ + $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME) + -test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \ + $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity-1.2-help.htb +ifeq ($(DOC),yes) - # install docs $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME) - -test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \ - $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/audacity-1.2-help.htb $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt +endif diff -ruN audacity.orig/files/patch-portaudio-pa_unix.c audacity/files/patch-portaudio-pa_unix.c --- audacity.orig/files/patch-portaudio-pa_unix.c Wed Dec 31 18:00:00 1969 +++ audacity/files/patch-portaudio-pa_unix.c Tue Nov 30 21:59:45 2004 @@ -0,0 +1,29 @@ +--- lib-src/portaudio/pa_unix_oss/pa_unix.c.orig Tue Nov 30 21:18:35 2004 ++++ lib-src/portaudio/pa_unix_oss/pa_unix.c Tue Nov 30 21:33:58 2004 +@@ -422,7 +422,7 @@ + maxPri = sched_get_priority_max(SCHEDULER_POLICY); + if( schp.sched_priority > maxPri ) schp.sched_priority = maxPri; + +- if (sched_setscheduler(0, SCHEDULER_POLICY, &schp) != 0) ++ if (pthread_setschedparam(pahsc->pahsc_WatchDogThread, SCHEDULER_POLICY, &schp) != 0) + { + ERR_RPT(("PaHost_WatchDogProc: cannot set watch dog priority!\n")); + goto killAudio; +@@ -465,7 +465,7 @@ + lowerAudio: + { + struct sched_param schat = { 0 }; +- if( sched_setscheduler(pahsc->pahsc_AudioThreadPID, SCHED_OTHER, &schat) != 0) ++ if( pthread_setschedparam(pahsc->pahsc_AudioThread, SCHED_OTHER, &schat) != 0) + { + ERR_RPT(("PaHost_WatchDogProc: failed to lower audio priority. errno = %d\n", errno )); + /* Fall through into killing audio thread. */ +@@ -585,7 +585,7 @@ + sched_get_priority_min(SCHEDULER_POLICY)) / 2; + schp.sched_priority = pahsc->pahsc_AudioPriority; + +- if (sched_setscheduler(0, SCHEDULER_POLICY, &schp) != 0) ++ if (pthread_setschedparam(pahsc->pahsc_AudioThread, SCHEDULER_POLICY, &schp) != 0) + { + DBUG(("PortAudio: only superuser can use real-time priority.\n")); + } diff -ruN audacity.orig/files/patch-soundtouch-Makefile.in audacity/files/patch-soundtouch-Makefile.in --- audacity.orig/files/patch-soundtouch-Makefile.in Tue Nov 30 20:46:03 2004 +++ audacity/files/patch-soundtouch-Makefile.in Wed Dec 31 18:00:00 1969 @@ -1,16 +0,0 @@ ---- lib-src/soundtouch/Makefile.in.orig Tue Dec 2 19:01:28 2003 -+++ lib-src/soundtouch/Makefile.in Tue Dec 2 19:03:17 2003 -@@ -1,10 +1,10 @@ - all: -- cd src && make -+ cd src && $(MAKE) - - clean: - rm -f *~ *.a config.cache config.log config.status core* -- cd src && make clean -+ cd src && $(MAKE) clean - - distclean: clean - rm -f Makefile -- cd src && make dist -+ cd src && $(MAKE) dist diff -ruN audacity.orig/pkg-plist audacity/pkg-plist --- audacity.orig/pkg-plist Tue Nov 30 20:46:03 2004 +++ audacity/pkg-plist Tue Nov 30 21:50:44 2004 @@ -25,6 +25,7 @@ share/audacity/plug-ins/lowpass.ny share/audacity/plug-ins/pluck.ny share/audacity/plug-ins/tremolo.ny +share/audacity/audacity-1.2-help.htb share/locale/bg/LC_MESSAGES/audacity.mo share/locale/ca/LC_MESSAGES/audacity.mo share/locale/cs/LC_MESSAGES/audacity.mo @@ -44,10 +45,11 @@ share/locale/ru/LC_MESSAGES/audacity.mo share/locale/sl/LC_MESSAGES/audacity.mo share/locale/sv/LC_MESSAGES/audacity.mo +share/locale/uk/LC_MESSAGES/audacity.mo +share/locale/zh/LC_MESSAGES/audacity.mo @dirrm share/audacity/plug-ins @dirrm share/audacity/nyquist @dirrm share/audacity -%%PORTDOCS%%%%DOCSDIR%%/audacity-1.2-help.htb %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 06:39:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F5AF16A4CE; Wed, 1 Dec 2004 06:39:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C00E43D4C; Wed, 1 Dec 2004 06:39:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16dFiH006431; Wed, 1 Dec 2004 06:39:15 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB16dFLu006419; Wed, 1 Dec 2004 06:39:15 GMT (envelope-from thierry) Date: Wed, 1 Dec 2004 06:39:15 GMT From: Thierry Thomas Message-Id: <200412010639.iB16dFLu006419@freefall.freebsd.org> To: thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/74569: kdelibs3: disable cups with WITHOUT_CUPS option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:39:15 -0000 Synopsis: kdelibs3: disable cups with WITHOUT_CUPS option Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: thierry Responsible-Changed-When: Wed Dec 1 06:38:43 GMT 2004 Responsible-Changed-Why: Over to KDE team. http://www.freebsd.org/cgi/query-pr.cgi?pr=74569 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 07:51:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2573116A4CE; Wed, 1 Dec 2004 07:51:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0280E43D45; Wed, 1 Dec 2004 07:51:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17p5ei018360; Wed, 1 Dec 2004 07:51:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB17p5YG018356; Wed, 1 Dec 2004 07:51:05 GMT (envelope-from linimon) Date: Wed, 1 Dec 2004 07:51:05 GMT From: Mark Linimon Message-Id: <200412010751.iB17p5YG018356@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74573: Update port: comms/bfhist Added new master site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:51:06 -0000 Synopsis: Update port: comms/bfhist Added new master site Class-Changed-From-To: update->maintainer-update Class-Changed-By: linimon Class-Changed-When: Wed Dec 1 07:49:25 GMT 2004 Class-Changed-Why: Rescue this PR from the 'pending' category. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 1 07:49:25 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=74573 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 07:58:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7E116A4CE; Wed, 1 Dec 2004 07:58:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 064D043D2F; Wed, 1 Dec 2004 07:58:15 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17wEIW018542; Wed, 1 Dec 2004 07:58:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB17wEwc018538; Wed, 1 Dec 2004 07:58:14 GMT (envelope-from edwin) Date: Wed, 1 Dec 2004 07:58:14 GMT From: Edwin Groothuis Message-Id: <200412010758.iB17wEwc018538@freefall.freebsd.org> To: kvs@pil.dk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74511: [patch] update of www/p5-Apache-Gallery to 0.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:58:15 -0000 Synopsis: [patch] update of www/p5-Apache-Gallery to 0.9.1 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 1 07:58:06 GMT 2004 State-Changed-Why: Next time please run portlint. Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74511 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 08:25:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E2116A4E7; Wed, 1 Dec 2004 08:25:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2090743D5F; Wed, 1 Dec 2004 08:25:32 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18PWJo023914; Wed, 1 Dec 2004 08:25:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB18PVlQ023910; Wed, 1 Dec 2004 08:25:31 GMT (envelope-from edwin) Date: Wed, 1 Dec 2004 08:25:31 GMT From: Edwin Groothuis Message-Id: <200412010825.iB18PVlQ023910@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74523: Update port: devel/pear-PHPUnit2 to 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:25:42 -0000 Synopsis: Update port: devel/pear-PHPUnit2 to 2.2.0 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 1 08:25:28 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74523 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 08:34:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E4816A4CE; Wed, 1 Dec 2004 08:34:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8CB443D3F; Wed, 1 Dec 2004 08:34:33 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18YXfX025639; Wed, 1 Dec 2004 08:34:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB18YXwZ025635; Wed, 1 Dec 2004 08:34:33 GMT (envelope-from edwin) Date: Wed, 1 Dec 2004 08:34:33 GMT From: Edwin Groothuis Message-Id: <200412010834.iB18YXwZ025635@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74527: New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:34:34 -0000 Synopsis: New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 1 08:34:30 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74527 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 08:34:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E4716A4D0; Wed, 1 Dec 2004 08:34:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5289343D1F; Wed, 1 Dec 2004 08:34:37 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18Ybxc025675; Wed, 1 Dec 2004 08:34:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB18YbmM025671; Wed, 1 Dec 2004 08:34:37 GMT (envelope-from edwin) Date: Wed, 1 Dec 2004 08:34:37 GMT From: Edwin Groothuis Message-Id: <200412010834.iB18YbmM025671@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74525: New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:34:37 -0000 Synopsis: New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 1 08:34:30 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74527 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 1 08:34:30 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74525 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 08:35:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2677916A4D0; Wed, 1 Dec 2004 08:35:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D3543D53; Wed, 1 Dec 2004 08:35:20 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18ZKis025727; Wed, 1 Dec 2004 08:35:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB18ZKeL025723; Wed, 1 Dec 2004 08:35:20 GMT (envelope-from edwin) Date: Wed, 1 Dec 2004 08:35:20 GMT From: Edwin Groothuis Message-Id: <200412010835.iB18ZKeL025723@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74528: New port: security/pear-LiveUser PEAR user authentication and permission management framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:35:21 -0000 Synopsis: New port: security/pear-LiveUser PEAR user authentication and permission management framework State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Dec 1 08:34:43 GMT 2004 State-Changed-Why: Leftover directories after deinstall: > /usr/local/share/pear/LiveUser > /usr/local/share/pear/LiveUser/Admin > /usr/local/share/pear/LiveUser/Perm > /usr/local/share/pear/LiveUser/Perm/Container http://www.freebsd.org/cgi/query-pr.cgi?pr=74528 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 08:50:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A093716A4CE for ; Wed, 1 Dec 2004 08:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A2E43D53 for ; Wed, 1 Dec 2004 08:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18oRvq026521 for ; Wed, 1 Dec 2004 08:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB18oRrt026520; Wed, 1 Dec 2004 08:50:27 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 08:50:27 GMT Resent-Message-Id: <200412010850.iB18oRrt026520@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0136516A4CE for ; Wed, 1 Dec 2004 08:42:42 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9824A43D4C for ; Wed, 1 Dec 2004 08:42:41 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id A3202ABFAB8 for ; Wed, 1 Dec 2004 08:42:33 +0000 (UTC) Received: from hotpop.com (unknown [219.146.250.15]) by smtp-1.hotpop.com (Postfix) with ESMTP id EE70F1A00F5; Wed, 1 Dec 2004 08:42:26 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 1 Dec 2004 16:42:27 +0800 Message-Id: <20041201084226.EE70F1A00F5@smtp-1.hotpop.com> Date: Wed, 1 Dec 2004 16:42:27 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/74575: [maintainer update] devel/ipython: update to 0.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:50:27 -0000 >Number: 74575 >Category: ports >Synopsis: [maintainer update] devel/ipython: update to 0.6.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 08:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #3: Mon Nov 22 22:17:32 CST 2004 >Description: Changes: upgrade to 0.6.5 >How-To-Repeat: N/A >Fix: --- ipython.diff begins here --- diff -ruN ipython.old/Makefile ipython/Makefile --- ipython.old/Makefile Sun Nov 14 12:53:25 2004 +++ ipython/Makefile Wed Dec 1 16:32:03 2004 @@ -6,7 +6,7 @@ # PORTNAME= ipython -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -19,7 +19,6 @@ USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes -DOCSDIR= ${PREFIX}/share/doc/IPython .include diff -ruN ipython.old/distinfo ipython/distinfo --- ipython.old/distinfo Sun Nov 14 12:53:25 2004 +++ ipython/distinfo Wed Dec 1 16:23:07 2004 @@ -1,2 +1,2 @@ -MD5 (ipython-0.6.4.tar.gz) = 14261f8f921d6b35e343c2910bb6a974 -SIZE (ipython-0.6.4.tar.gz) = 759030 +MD5 (ipython-0.6.5.tar.gz) = 95207ad30ceb9b81608e404a1edc022e +SIZE (ipython-0.6.5.tar.gz) = 783973 diff -ruN ipython.old/files/patch-setup.py ipython/files/patch-setup.py --- ipython.old/files/patch-setup.py Sun Dec 7 02:15:28 2003 +++ ipython/files/patch-setup.py Wed Dec 1 16:31:41 2004 @@ -1,11 +1,13 @@ ---- setup.py.orig Thu Nov 20 10:26:08 2003 -+++ setup.py Thu Nov 20 10:26:55 2003 -@@ -85,7 +85,7 @@ +--- setup.py.orig Wed Dec 1 07:32:32 2004 ++++ setup.py Wed Dec 1 16:31:21 2004 +@@ -99,8 +99,8 @@ + # I can't find how to make distutils create a nested dir. structure, so # in the meantime do it manually. Butt ugly. - docdirbase = 'share/doc/IPython' +-docdirbase = 'share/doc/ipython-%s' % version -manpagebase = 'share/man/man1' ++docdirbase = 'share/doc/ipython' +manpagebase = 'man/man1' - docfiles = filter(isfile, glob('doc/*[!~|.lyx|.sh|.1|.1.gz]')) - examfiles = filter(isfile, glob('doc/examples/*.py')) - manfiles = filter(isfile, glob('doc/manual/*.html')) + \ + + # We only need to exclude from this things NOT already excluded in the + # MANIFEST.in file. diff -ruN ipython.old/pkg-plist ipython/pkg-plist --- ipython.old/pkg-plist Sun Nov 14 12:53:25 2004 +++ ipython/pkg-plist Wed Dec 1 16:23:10 2004 @@ -111,6 +111,7 @@ %%PYTHON_SITELIBDIR%%/IPython/usage.pyc %%PYTHON_SITELIBDIR%%/IPython/usage.pyo %%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog %%DOCSDIR%%/NEWS %%DOCSDIR%%/README.txt %%DOCSDIR%%/README_Windows.txt @@ -119,6 +120,7 @@ %%DOCSDIR%%/examples/example-gnuplot.py %%DOCSDIR%%/examples/example-magic.py %%DOCSDIR%%/examples/magic_grepl.py +%%DOCSDIR%%/ipython.el %%DOCSDIR%%/manual.pdf %%DOCSDIR%%/manual/footnode.html %%DOCSDIR%%/manual/img1.png --- ipython.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 09:35:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 001CA16A4D1; Wed, 1 Dec 2004 09:35:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D131543D41; Wed, 1 Dec 2004 09:35:23 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from freefall.freebsd.org (josef@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19ZND1033099; Wed, 1 Dec 2004 09:35:23 GMT (envelope-from josef@freefall.freebsd.org) Received: (from josef@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB19ZNVb033095; Wed, 1 Dec 2004 09:35:23 GMT (envelope-from josef) Date: Wed, 1 Dec 2004 09:35:23 GMT From: Josef El-Rayes Message-Id: <200412010935.iB19ZNVb033095@freefall.freebsd.org> To: josef@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, josef@FreeBSD.org Subject: Re: ports/74565: [MAINTAINER UPDATE] Update port: net/jabberd to 2.0.5 (2.0s5) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:35:24 -0000 Synopsis: [MAINTAINER UPDATE] Update port: net/jabberd to 2.0.5 (2.0s5) Responsible-Changed-From-To: freebsd-ports-bugs->josef Responsible-Changed-By: josef Responsible-Changed-When: Wed Dec 1 09:35:15 GMT 2004 Responsible-Changed-Why: I'll handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=74565 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 10:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFCE16A4CE for ; Wed, 1 Dec 2004 10:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A5C43D5A for ; Wed, 1 Dec 2004 10:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1AKTX6038495 for ; Wed, 1 Dec 2004 10:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1AKTko038494; Wed, 1 Dec 2004 10:20:29 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 10:20:29 GMT Message-Id: <200412011020.iB1AKTko038494@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lars Eggert Subject: Re: *** GMX Spamverdacht *** Re: ports/74444: [MAINTAINER]www/mod_perl2: update to 1.99r17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Eggert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:20:30 -0000 The following reply was made to PR ports/74444; it has been noted by GNATS. From: Lars Eggert To: Clement Laforet Cc: freebsd-gnats-submit@FreeBSD.org, lars.eggert@gmx.net Subject: Re: *** GMX Spamverdacht *** Re: ports/74444: [MAINTAINER] www/mod_perl2: update to 1.99r17 Date: Wed, 01 Dec 2004 11:13:46 +0100 This is a cryptographically signed message in MIME format. --------------ms000807070303050409030202 Content-Type: multipart/mixed; boundary="------------020109010208080608020901" This is a multi-part message in MIME format. --------------020109010208080608020901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Clement Laforet wrote: > >>>Patch patch-aa failed to apply cleanly. > > Can you please investigate? Sorry, looks like I forgot to include an update to patch-aa. It's attached. Lars -- Lars Eggert NEC Network Laboratories --------------020109010208080608020901 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- m Wed Dec 1 11:10:30 2004 +++ Makefile.PL Wed Dec 1 11:10:41 2004 @@ -588,7 +588,7 @@ cd "$(MODPERL_SRC)" && $(MAKE) modperl_lib_install: - cd "$(MODPERL_SRC)" && $(MAKE) install +# cd "$(MODPERL_SRC)" && $(MAKE) install modperl_xs_h_install: @$(MKPATH) $(MODPERL_AP_INCLUDEDIR) --------------020109010208080608020901-- --------------ms000807070303050409030202 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJpzCC Ay4wggKXoAMCAQICAwyFWjANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNjE3MDcyMjAzWhcNMDUwNjE3MDcyMjAz WjCBhDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVn Z2VydDEoMCYGCSqGSIb3DQEJARYZbGFycy5lZ2dlcnRAbmV0bGFiLm5lYy5kZTEiMCAGCSqG SIb3DQEJARYTbGFycy5lZ2dlcnRAZ214Lm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAOowMZjwQREXIdWxQacJDyqczykKpfIVmid2m8xBuUO53uWgnK3F8R20u/7PVugU zjNNqaivnU6qHtr/jdAn1UnyXzA/4Re+AqsKNiw8hZkVonkJ+G4O0TFzMNeWUdrjX1FaSAsL uAPA6661cN4YDzrOYC3O3zgGtVvJAra0+iw9eD2qWsnH0AVLFtq7H5ZFhz5zeOeCrrayqEhf S6tnTSjBzaH8SOdeemPTxdLRbMptLSy7lEFo8f1xisltw2eRT0txoUCqq0mjFEp8LgJ+s6p1 4M4cG3CDkKd5kNjdTWaokAo4qmpfF9IyA7uheaAHAz8UOH5GsH+Vkjbz5yFO1SsCAwEAAaNL MEkwOQYDVR0RBDIwMIEZbGFycy5lZ2dlcnRAbmV0bGFiLm5lYy5kZYETbGFycy5lZ2dlcnRA Z214Lm5ldDAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAE9rOnUtJERYLNbDztLI sH4AolAWkvNKoj7Ikst1M1X3myXqxYAHa9bsoPJy15qEV2B4ftOmJLrZL9kb8RZnzGBii8a/ XQ5wqaHZAJYcxQ6lp6UDTabhQN7J1trAOKgs+PFlF3lm6NOkXygiQH5PPO5kIHRjNvXpNGYe C7S3K8YsMIIDLjCCApegAwIBAgIDDIVaMA0GCSqGSIb3DQEBBAUAMGIxCzAJBgNVBAYTAlpB MSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3 dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNDA2MTcwNzIyMDNaFw0wNTA2 MTcwNzIyMDNaMIGEMQ8wDQYDVQQEEwZFZ2dlcnQxDTALBgNVBCoTBExhcnMxFDASBgNVBAMT C0xhcnMgRWdnZXJ0MSgwJgYJKoZIhvcNAQkBFhlsYXJzLmVnZ2VydEBuZXRsYWIubmVjLmRl MSIwIAYJKoZIhvcNAQkBFhNsYXJzLmVnZ2VydEBnbXgubmV0MIIBIjANBgkqhkiG9w0BAQEF AAOCAQ8AMIIBCgKCAQEA6jAxmPBBERch1bFBpwkPKpzPKQql8hWaJ3abzEG5Q7ne5aCcrcXx HbS7/s9W6BTOM02pqK+dTqoe2v+N0CfVSfJfMD/hF74Cqwo2LDyFmRWieQn4bg7RMXMw15ZR 2uNfUVpICwu4A8DrrrVw3hgPOs5gLc7fOAa1W8kCtrT6LD14PapaycfQBUsW2rsflkWHPnN4 54KutrKoSF9Lq2dNKMHNofxI5156Y9PF0tFsym0tLLuUQWjx/XGKyW3DZ5FPS3GhQKqrSaMU SnwuAn6zqnXgzhwbcIOQp3mQ2N1NZqiQCjiqal8X0jIDu6F5oAcDPxQ4fkawf5WSNvPnIU7V KwIDAQABo0swSTA5BgNVHREEMjAwgRlsYXJzLmVnZ2VydEBuZXRsYWIubmVjLmRlgRNsYXJz LmVnZ2VydEBnbXgubmV0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAT2s6dS0k RFgs1sPO0siwfgCiUBaS80qiPsiSy3UzVfebJerFgAdr1uyg8nLXmoRXYHh+06Ykutkv2Rvx FmfMYGKLxr9dDnCpodkAlhzFDqWnpQNNpuFA3snW2sA4qCz48WUXeWbo06RfKCJAfk887mQg dGM29ek0Zh4LtLcrxiwwggM/MIICqKADAgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYD VQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAY BgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZp Y2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzAp BgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAw MDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENv bnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5o wHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuv PAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAe ZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0 hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDAL BgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4 MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6ot nzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V 2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC3CEZNd4ksdMdRv9dX2VPMYIDOzCCAzcCAQEwaTBi MQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEs MCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwyFWjAJBgUr DgMCGgUAoIIBpzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0w NDEyMDExMDEzNDZaMCMGCSqGSIb3DQEJBDEWBBQ4g13qiOms+fCZOMOs9XGv9HEKuTBSBgkq hkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIB QDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDB4BgkrBgEEAYI3EAQxazBpMGIxCzAJBgNVBAYT AlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDDIVaMHoGCyqGSIb3DQEJEAIL MWugaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkg THRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAwyF WjANBgkqhkiG9w0BAQEFAASCAQDiobaePcb4ruUy4jQWhUm4KYQoBFiNvbQhlwBe/Og5IwCW IO9XOfwVA4sDPy0jcr7w6dR9398edbLGhO6LaTYOd8IesXnEm1VRUKdRjY1z0Xz28Mjo10Kz YMVQQmSiYeAkrvVCtRrq78XzI1oAcz7ycUXX3T+XJ2XVrTcRxqdBzai12CmlN831no9XF0k9 Y7NuJ2Dt3vjTvbfhCppdWEZMmeKxGqoquqVU+chVWFMdKbbDJzKptzbSWIuurqNBXTF9iWSl hPY7v3bgGFPux1hUTFR/0yR0J9B6DGex2tnWPsOCnqHYVilB4ERG+mqcWkQ007SZYLV+zGuv RfiiweiqAAAAAAAA --------------ms000807070303050409030202-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 10:22:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66FEF16A4D0; Wed, 1 Dec 2004 10:22:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6B743D5D; Wed, 1 Dec 2004 10:22:34 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1AMYvW038624; Wed, 1 Dec 2004 10:22:34 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1AMYkY038620; Wed, 1 Dec 2004 10:22:34 GMT (envelope-from clement) Date: Wed, 1 Dec 2004 10:22:34 GMT From: Clement Laforet Message-Id: <200412011022.iB1AMYkY038620@freefall.freebsd.org> To: lars.eggert@gmx.net, clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74444: [MAINTAINER] www/mod_perl2: update to 1.99r17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:22:35 -0000 Synopsis: [MAINTAINER] www/mod_perl2: update to 1.99r17 State-Changed-From-To: open->closed State-Changed-By: clement State-Changed-When: Wed Dec 1 10:22:20 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74444 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 10:32:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E5716A4CE; Wed, 1 Dec 2004 10:32:34 +0000 (GMT) Received: from terra.inf.ufsc.br (terra.inf.ufsc.br [150.162.60.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4339C43D1D; Wed, 1 Dec 2004 10:32:34 +0000 (GMT) (envelope-from antonio@php.net) Received: from localhost (netuno.inf.ufsc.br [150.162.60.11]) (INE/CTC/UFSC)) with ESMTP id CDB19778; Wed, 1 Dec 2004 08:32:31 -0200 (BRDT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20775-09; Wed, 1 Dec 2004 08:32:31 -0200 (BRDT) Received: from [10.1.1.191] (unknown [200.193.29.198]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested)(INE/CTC/UFSC)) with ESMTP id 610CB673C4; Wed, 1 Dec 2004 08:32:31 -0200 (BRDT) Message-ID: <41AD9D86.3060702@php.net> Date: Wed, 01 Dec 2004 08:31:34 -0200 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= User-Agent: Mozilla Thunderbird 0.9 (X11/20041122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edwin Groothuis References: <200412010835.iB18ZKeL025723@freefall.freebsd.org> In-Reply-To: <200412010835.iB18ZKeL025723@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at inf.ufsc.br cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74528: New port: security/pear-LiveUser PEAR userauthentication and permission management framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: antonio@php.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:32:34 -0000 Edwin, that would be something with devel/pear-PEAR/Makefile.common. I will investigate this today. ;) Edwin Groothuis wrote: > Synopsis: New port: security/pear-LiveUser PEAR user authentication and permission management framework > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Wed Dec 1 08:34:43 GMT 2004 > State-Changed-Why: > Leftover directories after deinstall: > > > /usr/local/share/pear/LiveUser > > /usr/local/share/pear/LiveUser/Admin > > /usr/local/share/pear/LiveUser/Perm > > /usr/local/share/pear/LiveUser/Perm/Container > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74528 > -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 10:53:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 777F316A4CE; Wed, 1 Dec 2004 10:53:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5527243D45; Wed, 1 Dec 2004 10:53:07 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from freefall.freebsd.org (josef@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Ar7ua040657; Wed, 1 Dec 2004 10:53:07 GMT (envelope-from josef@freefall.freebsd.org) Received: (from josef@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1Ar7vT040653; Wed, 1 Dec 2004 10:53:07 GMT (envelope-from josef) Date: Wed, 1 Dec 2004 10:53:07 GMT From: Josef El-Rayes Message-Id: <200412011053.iB1Ar7vT040653@freefall.freebsd.org> To: josef@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74578: [MAINTAINER UPDATE] net/whois to 4.6.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:53:07 -0000 Synopsis: [MAINTAINER UPDATE] net/whois to 4.6.24 Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: josef Responsible-Changed-When: Wed Dec 1 10:52:19 GMT 2004 Responsible-Changed-Why: *cough* cperciva enlightened me with correct mailinglist http://www.freebsd.org/cgi/query-pr.cgi?pr=74578 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:00:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86E316A4CE for ; Wed, 1 Dec 2004 11:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE30A43D1D for ; Wed, 1 Dec 2004 11:00:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1B0ssB040863 for ; Wed, 1 Dec 2004 11:00:54 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1B0spZ040849; Wed, 1 Dec 2004 11:00:54 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 11:00:54 GMT Resent-Message-Id: <200412011100.iB1B0spZ040849@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yonatan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D159C16A4CE for ; Wed, 1 Dec 2004 10:53:25 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4F243D1D for ; Wed, 1 Dec 2004 10:53:25 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1ArP29069763 for ; Wed, 1 Dec 2004 10:53:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB1ArPvl069762; Wed, 1 Dec 2004 10:53:25 GMT (envelope-from nobody) Message-Id: <200412011053.iB1ArPvl069762@www.freebsd.org> Date: Wed, 1 Dec 2004 10:53:25 GMT From: Yonatan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74579: [Update] hebrew/hspell 0.6->0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:00:54 -0000 >Number: 74579 >Category: ports >Synopsis: [Update] hebrew/hspell 0.6->0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 11:00:54 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yonatan >Release: 5.0 >Organization: >Environment: FreeBSD server.sl0th.org 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Aug 28 21:09:30 IDT 2003 root@:/usr/obj/usr/src/sys/SERVER i386 >Description: New port, new functionality, library added. >How-To-Repeat: N/A >Fix: http://www.sl0th.org/FreeBSD/hspell-0.8.diff >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:01:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA3416A4D0; Wed, 1 Dec 2004 11:01:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF3DA43D5C; Wed, 1 Dec 2004 11:01:35 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1B1ZfS041030; Wed, 1 Dec 2004 11:01:35 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1B1ZWl041026; Wed, 1 Dec 2004 11:01:35 GMT (envelope-from vs) Date: Wed, 1 Dec 2004 11:01:35 GMT From: Volker Stolz Message-Id: <200412011101.iB1B1ZWl041026@freefall.freebsd.org> To: erik@smluc.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74543: [Maintainer Update] graphics/bugle dep fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:01:36 -0000 Synopsis: [Maintainer Update] graphics/bugle dep fix State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Wed Dec 1 11:01:26 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74543 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:10:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4A616A4CE; Wed, 1 Dec 2004 11:10:04 +0000 (GMT) Received: from terra.inf.ufsc.br (terra.inf.ufsc.br [150.162.60.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C427443D53; Wed, 1 Dec 2004 11:10:03 +0000 (GMT) (envelope-from antonio@php.net) Received: from localhost (netuno.inf.ufsc.br [150.162.60.11]) (INE/CTC/UFSC)) with ESMTP id C9E0A4C1; Wed, 1 Dec 2004 09:10:02 -0200 (BRDT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25521-02; Wed, 1 Dec 2004 09:10:02 -0200 (BRDT) Received: from [10.1.1.191] (unknown [200.193.29.198]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested)(INE/CTC/UFSC)) with ESMTP id E7FF767403; Wed, 1 Dec 2004 09:10:00 -0200 (BRDT) Message-ID: <41ADA650.4010401@php.net> Date: Wed, 01 Dec 2004 09:09:04 -0200 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= User-Agent: Mozilla Thunderbird 0.9 (X11/20041122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edwin Groothuis References: <200412010835.iB18ZKeL025723@freefall.freebsd.org> In-Reply-To: <200412010835.iB18ZKeL025723@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------050409020500030007000108" X-Virus-Scanned: by amavisd-new at inf.ufsc.br cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74528: New port: security/pear-LiveUser PEAR userauthentication and permission management framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: antonio@php.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:10:04 -0000 This is a multi-part message in MIME format. --------------050409020500030007000108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Edwin, please replace the Makefile with this one. Edwin Groothuis wrote: > Synopsis: New port: security/pear-LiveUser PEAR user authentication and permission management framework > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Wed Dec 1 08:34:43 GMT 2004 > State-Changed-Why: > Leftover directories after deinstall: > > > /usr/local/share/pear/LiveUser > > /usr/local/share/pear/LiveUser/Admin > > /usr/local/share/pear/LiveUser/Perm > > /usr/local/share/pear/LiveUser/Perm/Container > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74528 > -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam --------------050409020500030007000108 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # Ports collection makefile for: pear-LiveUser # Date created: 29 November 2004 # Whom: Antonio Carlos Venancio Junior () # # $FreeBSD$ # PORTNAME= LiveUser PORTVERSION= 0.13.3 CATEGORIES= security www pear MAINTAINER= antonio@php.net COMMENT= PEAR user authentication and permission management framework BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= pear-LiveUser OPTIONS= PEAR_DB "PEAR::DB support" on \ PEAR_MDB "PEAR::MDB support" off \ PEAR_MDB2 "PEAR::MDB2 support" off \ PEAR_XML_TREE "PEAR::XML_Tree support" off \ PEAR_CRYPT_RC4 "PEAR::Crypt_RC4 support" off CATEGORY= LiveUser FILES= Admin.php Admin/Admin.php Admin/Auth/Common.php Admin/Auth/Container/DB.php \ Admin/Auth/Container/MDB.php Admin/Auth/Container/MDB2.php \ Admin/Perm/Common.php Admin/Perm/Container/DB_Complex.php \ Admin/Perm/Container/DB_Medium.php Admin/Perm/Container/DB_Simple.php \ Admin/Perm/Container/MDB2_Complex.php Admin/Perm/Container/MDB2_Medium.php \ Admin/Perm/Container/MDB2_Simple.php Admin/Perm/Container/MDB_Complex.php \ Admin/Perm/Container/MDB_Medium.php Admin/Perm/Container/MDB_Simple.php \ Auth/Common.php Auth/Container/DB.php Auth/Container/MDB.php \ Auth/Container/MDB2.php Auth/Container/PEAR_Auth.php Auth/Container/XML.php \ Perm/Common.php Perm/Container/DB/Complex.php Perm/Container/DB/Medium.php \ Perm/Container/Admin.php Perm/Container/DB/Simple.php \ Perm/Container/MDB/Complex.php Perm/Container/MDB/Medium.php \ Perm/Container/MDB/Simple.php Perm/Container/MDB2/Complex.php \ Perm/Container/MDB2/Medium.php Perm/Container/MDB2/Simple.php \ Perm/Container/XML/Simple.php LiveUser.php SQLS= perm_db_complex.sql perm_db_medium.sql perm_db_simple.sql README DOCS= docs/dia_admin_diagram.xml docs/dia_diagram.xml docs/Perm_DB_Complex.png \ docs/Perm_DB_Simple.png lgpl.txt EXAMPLES= README admin_example/create_db.sql admin_example/README \ admin_example/DB/admin_example.php admin_example/DB/config.inc.php \ admin_example/MDB/admin_example_mdb.php admin_example/MDB/config_mdb.inc.php \ admin_example/MDB2/admin_example_mdb2.php admin_example/MDB2/config_mdb2.inc.php \ example1/Auth_XML.xml example1/conf.php example1/example.php example1/index.html \ example1/README example2/Auth_XML.xml example2/conf.php example2/example.php \ example2/index.html example2/Perm_XML.xml example2/README example3/area51.php \ example3/coffeemaker.php example3/conf.php example3/demodata.sql \ example3/example.php example3/index.html example3/loginscreen.php \ example3/main.php example3/nav.php example3/testarea.php example4/conf.php \ example4/demodata.sql example4/error-page.tpl.php example4/finish.inc.php \ example4/functions.js example4/index.html example4/loginform.tpl.php \ example4/news_change.php example4/news_change.tpl.php example4/news_new.php \ example4/news_new.tpl.php example4/news_notallowed.tpl.php example4/news_view.php \ example4/news_view.tpl.php example4/style.css example5/admin.php example5/admin.tpl \ example5/admin_example.php example5/conf.php example5/create_db.sql \ example5/home.php example5/home.tpl example5/index.php example5/layout_frontend.css \ example5/liveuser_rights.php example5/login_form.tpl example5/news.tpl \ example5/news_edit.tpl example5/news_list.tpl example5/README _EXAMPLESDIR= docs/examples _DOCSDIR= . post-extract: @${CP} ${WRKSRC}/Admin/Admin.php ${WRKSRC} @${CP} ${WRKSRC}/Admin.php ${WRKSRC}/Perm/Container @${MKDIR} ${WRKSRC}/misc/schema @${MV} ${WRKSRC}/sql/Auth_DB.sql ${WRKSRC}/misc/schema/Auth_DB.sql @${MV} ${WRKSRC}/sql/auth_mdb_schema.xml ${WRKSRC}/misc/schema/auth_mdb_schema.xml @${MV} ${WRKSRC}/sql/Auth_XML.xml ${WRKSRC}/misc/schema/Auth_XML.xml @${MV} ${WRKSRC}/sql/perm_db.sql ${WRKSRC}/misc/schema/perm_db.sql @${MV} ${WRKSRC}/sql/perm_mdb_schema.xml ${WRKSRC}/misc/schema/perm_mdb_schema.xml @${MV} ${WRKSRC}/sql/Perm_XML.xml ${WRKSRC}/misc/schema/Perm_XML.xml .include .if !defined(WITHOUT_PEAR_DB) BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB .endif .if defined(WITH_PEAR_MDB) BUILD_DEPENDS+= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB .endif .if defined(WITH_PEAR_MDB2) BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 .endif .if defined(WITH_PEAR_XML_TREE) BUILD_DEPENDS+= ${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree .endif .if defined(WITH_PEAR_CRYPT_RC4) BUILD_DEPENDS+= ${PEARDIR}/Crypt/Rc4.php:${PORTSDIR}/security/pear-Crypt_RC4 .endif .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include --------------050409020500030007000108-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:23:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2919B16A4CE; Wed, 1 Dec 2004 11:23:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F1443D48; Wed, 1 Dec 2004 11:23:23 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BNMrU045547; Wed, 1 Dec 2004 11:23:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1BNMZ6045543; Wed, 1 Dec 2004 11:23:22 GMT (envelope-from edwin) Date: Wed, 1 Dec 2004 11:23:22 GMT From: Edwin Groothuis Message-Id: <200412011123.iB1BNMZ6045543@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74528: New port: security/pear-LiveUser PEAR user authentication and permission management framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:23:23 -0000 Synopsis: New port: security/pear-LiveUser PEAR user authentication and permission management framework State-Changed-From-To: feedback->closed State-Changed-By: edwin State-Changed-When: Wed Dec 1 11:23:18 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74528 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:50:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BCBA16A4CE for ; Wed, 1 Dec 2004 11:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E429F43D41 for ; Wed, 1 Dec 2004 11:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BoVKt047116 for ; Wed, 1 Dec 2004 11:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1BoVZu047109; Wed, 1 Dec 2004 11:50:31 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 11:50:31 GMT Resent-Message-Id: <200412011150.iB1BoVZu047109@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jiri Novak Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D985016A4CE for ; Wed, 1 Dec 2004 11:42:13 +0000 (GMT) Received: from wopice.valleyofdeath.net (pha-81-27-194-36.karneval.cz [81.27.203.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605B643D53 for ; Wed, 1 Dec 2004 11:42:12 +0000 (GMT) (envelope-from bati@wopice.valleyofdeath.net) Received: from wopice.valleyofdeath.net (localhost [127.0.0.1]) iB1BgAwX001590 for ; Wed, 1 Dec 2004 12:42:10 +0100 (CET) (envelope-from bati@wopice.valleyofdeath.net) Received: (from bati@localhost) by wopice.valleyofdeath.net (8.13.1/8.13.1/Submit) id iB1Bg9EE001589; Wed, 1 Dec 2004 12:42:09 +0100 (CET) (envelope-from bati) Message-Id: <200412011142.iB1Bg9EE001589@wopice.valleyofdeath.net> Date: Wed, 1 Dec 2004 12:42:09 +0100 (CET) From: Jiri Novak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74580: multimedia/mpeg4ip fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiri Novak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:50:32 -0000 >Number: 74580 >Category: ports >Synopsis: multimedia/mpeg4ip fails to build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 11:50:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jiri Novak >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD wopice.valleyofdeath.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Nov 14 12:41:42 CET 2004 root@wopice.valleyofdeath.net:/usr/obj/usr/src/sys/WOPICE i386 >Description: While doing update of gnome to 2.8 using gnome-update script, mpeg4ip fails to build. I have read UPDATING file and found info about faad/mpeg4ip changes, but even those instructions didn't help. Build fails with: c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -DNOCONTROLS -Wall -Werror -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -O -pipe -march=pentiumpro -O3 -ffast-math -fomit-frame-pointer -DUSE_MMX -DMPEG4IP -MT msg_queue.lo -MD -MP -MF .deps/msg_queue.Tpo -c msg_queue.cpp -fPIC -DPIC -o .libs/msg_queue.o /bin/sh ../../libtool --mode=link c++ -D_REENTRANT -DNOCONTROLS -Wall -Werror -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -O -pipe -march=pentiumpro -O3 -ffast-math -fomit-frame-pointer -DUSE_MMX -DMPEG4IP -L/usr/local/lib -L/usr/X11R6/lib -pthread -o libmsg_queue.la -rpath /usr/local/lib msg_queue.lo c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o .libs/msg_queue.o -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -lstdc++ -lm -lgcc_pic /usr/lib/crtendS.o /usr/lib/crtn.o -march=pentiumpro -Wl,-soname -Wl,libmsg_queue.so.0 -o .libs/libmsg_queue.so.0 (cd .libs && rm -f libmsg_queue.so && ln -s libmsg_queue.so.0 libmsg_queue.so) (cd .libs && rm -f libmsg_queue.so && ln -s libmsg_queue.so.0 libmsg_queue.so) creating libmsg_queue.la (cd .libs && rm -f libmsg_queue.la && ln -s ../libmsg_queue.la libmsg_queue.la) gmake[3]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/msg_queue' Making all in rtp gmake[3]: Entering directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/rtp' cd . && /bin/sh /usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/rtp/missing --run autoheader WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. aclocal.m4:65: error: Autoconf version 2.54 or higher is required aclocal.m4:65: the top level autoheader: autom4te failed with exit status: 1 at /usr/local/bin/autoheader line 163 gmake[3]: *** [config.h.in] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/rtp' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mpeg4ip. root@wopice:/usr/ports/multimedia/mpeg4ip# although I have indeed autoconf 2.59 installed: root@wopice:/usr/ports/multimedia/mpeg4ip# pkg_info | grep autoconf autoconf-2.59_2 Automatically configure source code on many Un*x platforms root@wopice:/usr/ports/multimedia/mpeg4ip# >How-To-Repeat: Try to install mpeg4ip port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:50:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B75F16A4CE for ; Wed, 1 Dec 2004 11:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F9643D41 for ; Wed, 1 Dec 2004 11:50:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BoWWr047169 for ; Wed, 1 Dec 2004 11:50:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1BoWNk047168; Wed, 1 Dec 2004 11:50:32 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 11:50:32 GMT Resent-Message-Id: <200412011150.iB1BoWNk047168@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yonatan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BAC16A4CE for ; Wed, 1 Dec 2004 11:44:13 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414A443D5D for ; Wed, 1 Dec 2004 11:44:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BiD8B078978 for ; Wed, 1 Dec 2004 11:44:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB1BiDMj078977; Wed, 1 Dec 2004 11:44:13 GMT (envelope-from nobody) Message-Id: <200412011144.iB1BiDMj078977@www.freebsd.org> Date: Wed, 1 Dec 2004 11:44:13 GMT From: Yonatan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74581: [Update] misc/fortune-mod-bofh updated website X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:50:32 -0000 >Number: 74581 >Category: ports >Synopsis: [Update] misc/fortune-mod-bofh updated website >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 Dec 01 11:50:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yonatan >Release: 5.0 >Organization: >Environment: FreeBSD server.sl0th.org 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Aug 28 21:09:30 IDT 2003 root@:/usr/obj/usr/src/sys/SERVER i386 >Description: Web site changed. No functional change, no need to update port-version. >How-To-Repeat: N/A >Fix: http://www.sl0th.org/FreeBSD/bofh-site.diff >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 11:50:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D8F16A4CE for ; Wed, 1 Dec 2004 11:50:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EE543D1F for ; Wed, 1 Dec 2004 11:50:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BoWUX047184 for ; Wed, 1 Dec 2004 11:50:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1BoWBH047183; Wed, 1 Dec 2004 11:50:32 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 11:50:32 GMT Resent-Message-Id: <200412011150.iB1BoWBH047183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C262B16A4CE for ; Wed, 1 Dec 2004 11:44:49 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D5A143D5D for ; Wed, 1 Dec 2004 11:44:48 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 45693 invoked by uid 0); 1 Dec 2004 09:44:46 -0200 Message-Id: <20041201114446.45692.qmail@srv1.galle.com.br> Date: 1 Dec 2004 09:44:46 -0200 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Lars.Koeller@Uni-Bielefeld.DE Subject: ports/74582: [PATCH] sysutils/bacula-server: Fix description of bacula-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:50:34 -0000 >Number: 74582 >Category: ports >Synopsis: [PATCH] sysutils/bacula-server: Fix description of bacula-client >Confidential: no >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 Dec 01 11:50:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: Galle Folheados - http://www.galle.com.br >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #3: Fri Nov 26 12:47:16 BRDT 2004 >Description: Change = to ?= con COMMENT parameter of the master port to fix `make describe` of the bacula-client slave port. Port maintainer (Lars.Koeller@Uni-Bielefeld.DE) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bacula-server-1.36.1.patch begins here --- diff -ruN --exclude=CVS /var/jail/data/usr/ports/sysutils/bacula-server.orig/Makefile /var/jail/data/usr/ports/sysutils/bacula-server/Makefile --- /var/jail/data/usr/ports/sysutils/bacula-server.orig/Makefile Wed Dec 1 08:37:52 2004 +++ /var/jail/data/usr/ports/sysutils/bacula-server/Makefile Wed Dec 1 09:41:29 2004 @@ -14,7 +14,7 @@ PKGNAMESUFFIX?= -server MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -COMMENT= The network backup solution (server) +COMMENT?= The network backup solution (server) # The user/group IDs below are registered, see # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID --- bacula-server-1.36.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 12:08:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D3F16A4CE; Wed, 1 Dec 2004 12:08:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A62A43D5E; Wed, 1 Dec 2004 12:08:51 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from freefall.freebsd.org (lkoeller@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1C8p4N051514; Wed, 1 Dec 2004 12:08:51 GMT (envelope-from lkoeller@freefall.freebsd.org) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1C8pKR051510; Wed, 1 Dec 2004 12:08:51 GMT (envelope-from lkoeller) Date: Wed, 1 Dec 2004 12:08:51 GMT From: Lars Koeller Message-Id: <200412011208.iB1C8pKR051510@freefall.freebsd.org> To: renato@galle.com.br, lkoeller@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74582: [PATCH] sysutils/bacula-server: Fix description of bacula-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:08:51 -0000 Synopsis: [PATCH] sysutils/bacula-server: Fix description of bacula-client State-Changed-From-To: open->closed State-Changed-By: lkoeller State-Changed-When: Wed Dec 1 12:08:14 GMT 2004 State-Changed-Why: o) Fix commited http://www.freebsd.org/cgi/query-pr.cgi?pr=74582 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 12:10:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8976F16A4CF for ; Wed, 1 Dec 2004 12:10:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B8143D64 for ; Wed, 1 Dec 2004 12:10:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1CAU5X051570 for ; Wed, 1 Dec 2004 12:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1CAUQf051569; Wed, 1 Dec 2004 12:10:30 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 12:10:30 GMT Resent-Message-Id: <200412011210.iB1CAUQf051569@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kenneth Vestergaard Schmidt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3915616A4D0 for ; Wed, 1 Dec 2004 12:07:36 +0000 (GMT) Received: from hoegaarden.pil.dk (hoegaarden.pil.dk [83.90.248.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD64043D5F for ; Wed, 1 Dec 2004 12:07:35 +0000 (GMT) (envelope-from kvs@hoegaarden.pil.dk) Received: by hoegaarden.pil.dk (Postfix, from userid 1020) id 87815170CE; Wed, 1 Dec 2004 13:07:33 +0100 (CET) Message-Id: <20041201120733.87815170CE@hoegaarden.pil.dk> Date: Wed, 1 Dec 2004 13:07:33 +0100 (CET) From: Kenneth Vestergaard Schmidt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74583: [patch] fix broken Makefile in www/p5-Apache-Gallery X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kenneth Vestergaard Schmidt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:10:30 -0000 >Number: 74583 >Category: ports >Synopsis: [patch] fix broken Makefile in www/p5-Apache-Gallery >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 12:10:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kenneth Vestergaard Schmidt >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hoegaarden.pil.dk 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #0: Wed Nov 24 10:06:29 CET 2004 kvs@hoegaarden.pil.dk:/usr/obj/usr/src/sys/HOEGAARDEN i386 >Description: Last update missed three renamed files, making the port un-buildable. --- update.diff begins here --- diff -urN /usr/ports/www/p5-Apache-Gallery/Makefile p5-Apache-Gallery/Makefile --- /usr/ports/www/p5-Apache-Gallery/Makefile Wed Dec 1 12:52:39 2004 +++ p5-Apache-Gallery/Makefile Wed Dec 1 12:53:27 2004 @@ -45,8 +45,8 @@ orig.tpl picture.tpl scale.tpl pictureinfo.tpl refresh.tpl \ scale.tpl scaleactive.tpl showpicture.tpl \ slideshowisoff.tpl slideshowoff.tpl -ICONS= application-doc.png application-mp3.png application-ogg.png \ - application-pdf.png application-rtf.png application-wav.png \ +ICONS= application-doc.png application-pdf.png application-rtf.png \ + sound-mp3.png sound-ogg.png sound-wav.png \ video-asf.png video-avi.png c.png \ video-mov.png video-mpeg.png video-mpg.png video-wmv.png \ video-asf.png agfolder.png --- update.diff ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 12:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4113F16A4CE for ; Wed, 1 Dec 2004 12:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148FD43D1F for ; Wed, 1 Dec 2004 12:50:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1CoTem053690 for ; Wed, 1 Dec 2004 12:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1CoTwL053688; Wed, 1 Dec 2004 12:50:29 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 12:50:29 GMT Resent-Message-Id: <200412011250.iB1CoTwL053688@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C896216A4CE for ; Wed, 1 Dec 2004 12:41:05 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CBF43D39 for ; Wed, 1 Dec 2004 12:41:04 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iB1Cf1ZO003256 for ; Wed, 1 Dec 2004 10:41:02 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iB1Cf016003255; Wed, 1 Dec 2004 10:41:00 -0200 (BRST) Message-Id: <200412011241.iB1Cf016003255@digitalsign.com> Date: Wed, 1 Dec 2004 10:41:00 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74584: New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:50:30 -0000 >Number: 74584 >Category: ports >Synopsis: New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts >Confidential: no >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 Dec 01 12:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts Provides two classes: HTML_Javascript for performing basic JS operations. HTML_Javascript_Convert for converting variables. Allow output data to a file, to the standart output(print), or return. >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: # # pear-HTML_Javascript # pear-HTML_Javascript/distinfo # pear-HTML_Javascript/pkg-descr # pear-HTML_Javascript/Makefile # echo c - pear-HTML_Javascript mkdir -p pear-HTML_Javascript > /dev/null 2>&1 echo x - pear-HTML_Javascript/distinfo sed 's/^X//' >pear-HTML_Javascript/distinfo << 'END-of-pear-HTML_Javascript/distinfo' XMD5 (PEAR/HTML_Javascript-1.1.0.tgz) = 90e4d45617b9f57d2475994b10827715 XSIZE (PEAR/HTML_Javascript-1.1.0.tgz) = 8362 END-of-pear-HTML_Javascript/distinfo echo x - pear-HTML_Javascript/pkg-descr sed 's/^X//' >pear-HTML_Javascript/pkg-descr << 'END-of-pear-HTML_Javascript/pkg-descr' XProvides two classes: XHTML_Javascript for performing basic JS operations. XHTML_Javascript_Convert for converting variables. XAllow output data to a file, to the standart output(print), or return. X XWWW: http://pear.php.net/package/HTML_Javascript/ END-of-pear-HTML_Javascript/pkg-descr echo x - pear-HTML_Javascript/Makefile sed 's/^X//' >pear-HTML_Javascript/Makefile << 'END-of-pear-HTML_Javascript/Makefile' X# Ports collection makefile for: pear-HTML_Javascript X# Date created: 01 December 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= HTML_Javascript XPORTVERSION= 1.1.0 XCATEGORIES= devel www pear X XMAINTAINER= antonio@php.net XCOMMENT= Provides an interface for creating simple JS scripts X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= HTML XFILES= Javascript.php Javascript/Convert.php XEXAMPLES= javascript.php js.php XTESTS= js.php output.php X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-HTML_Javascript/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 13:10:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B5716A4CE for ; Wed, 1 Dec 2004 13:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D0C43D5E for ; Wed, 1 Dec 2004 13:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1DAQ8F058535 for ; Wed, 1 Dec 2004 13:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1DAQ7X058534; Wed, 1 Dec 2004 13:10:26 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 13:10:26 GMT Resent-Message-Id: <200412011310.iB1DAQ7X058534@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C0316A4CE for ; Wed, 1 Dec 2004 13:02:03 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA1F043D5E for ; Wed, 1 Dec 2004 13:02:01 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iB1D20ZO003349 for ; Wed, 1 Dec 2004 11:02:00 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iB1D20P0003348; Wed, 1 Dec 2004 11:02:00 -0200 (BRST) Message-Id: <200412011302.iB1D20P0003348@digitalsign.com> Date: Wed, 1 Dec 2004 11:02:00 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74585: New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 13:10:26 -0000 >Number: 74585 >Category: ports >Synopsis: New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser >Confidential: no >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 Dec 01 13:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser Reader and writer for GNU PO and MO files. >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: # # pear-File_Gettext # pear-File_Gettext/Makefile # pear-File_Gettext/distinfo # pear-File_Gettext/pkg-descr # echo c - pear-File_Gettext mkdir -p pear-File_Gettext > /dev/null 2>&1 echo x - pear-File_Gettext/Makefile sed 's/^X//' >pear-File_Gettext/Makefile << 'END-of-pear-File_Gettext/Makefile' X# Ports collection makefile for: pear-File_Gettext X# Date created: 01 December 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= File_Gettext XPORTVERSION= 0.3.0 XCATEGORIES= sysutils devel pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR GNU Gettext file parser X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= yes X XCATEGORY= File XFILES= Gettext.php Gettext/MO.php Gettext/PO.php X X.include X XPHP_VERS= ${PHP_VERSION:S/.//g} X X.if defined(PHP_VERS) && ${PHP_VERS} < 410 XIGNORE= "You need PHP 4.1.0 or later to install PEAR::File_Gettext" X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-File_Gettext/Makefile echo x - pear-File_Gettext/distinfo sed 's/^X//' >pear-File_Gettext/distinfo << 'END-of-pear-File_Gettext/distinfo' XMD5 (PEAR/File_Gettext-0.3.0.tgz) = 409ca85a3298a26f095ba9f5dfef6cc2 XSIZE (PEAR/File_Gettext-0.3.0.tgz) = 4605 END-of-pear-File_Gettext/distinfo echo x - pear-File_Gettext/pkg-descr sed 's/^X//' >pear-File_Gettext/pkg-descr << 'END-of-pear-File_Gettext/pkg-descr' XReader and writer for GNU PO and MO files. X XWWW: http://pear.php.net/package/File_Gettext/ END-of-pear-File_Gettext/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 14:30:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E8A16A4CE for ; Wed, 1 Dec 2004 14:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAB043D49 for ; Wed, 1 Dec 2004 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1EUPis065833 for ; Wed, 1 Dec 2004 14:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1EUP5E065832; Wed, 1 Dec 2004 14:30:25 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 14:30:25 GMT Message-Id: <200412011430.iB1EUP5E065832@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kenneth Vestergaard Schmidt Subject: Re: ports/74583: [patch] fix broken Makefile in www/p5-Apache-Gallery X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kenneth Vestergaard Schmidt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 14:30:26 -0000 The following reply was made to PR ports/74583; it has been noted by GNATS. From: Kenneth Vestergaard Schmidt To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/74583: [patch] fix broken Makefile in www/p5-Apache-Gallery Date: Wed, 1 Dec 2004 15:24:28 +0100 On Wed, Dec 01, 2004 at 12:10:29PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > >Synopsis: [patch] fix broken Makefile in www/p5-Apache-Gallery Please also remove files/patch-templates-directory.tpl -- Kenneth Vestergaard Schmidt From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 14:45:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B841316A4CE; Wed, 1 Dec 2004 14:45:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 928B243D5A; Wed, 1 Dec 2004 14:45:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1EjePn067652; Wed, 1 Dec 2004 14:45:40 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1EjbKX067648; Wed, 1 Dec 2004 14:45:37 GMT (envelope-from sem) Date: Wed, 1 Dec 2004 14:45:37 GMT From: Sergey Matveychuk Message-Id: <200412011445.iB1EjbKX067648@freefall.freebsd.org> To: fernan@iib.unsam.edu.ar, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74414: [ update ] devel/autodia to latest version (2.01) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 14:45:40 -0000 Synopsis: [ update ] devel/autodia to latest version (2.01) State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Wed Dec 1 14:44:39 GMT 2004 State-Changed-Why: Committed, thanks! Please note, I've fixed @dirrm %%PORTDOCS%%%%DOCSDIR%% line in pkg-plist. http://www.freebsd.org/cgi/query-pr.cgi?pr=74414 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 14:52:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BDD816A4CE; Wed, 1 Dec 2004 14:52:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11AE643D31; Wed, 1 Dec 2004 14:52:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1EqMhO067910; Wed, 1 Dec 2004 14:52:22 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1EqMLk067906; Wed, 1 Dec 2004 14:52:22 GMT (envelope-from sem) Date: Wed, 1 Dec 2004 14:52:22 GMT From: Sergey Matveychuk Message-Id: <200412011452.iB1EqMLk067906@freefall.freebsd.org> To: filippo@widestore.net, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74578: [MAINTAINER UPDATE] net/whois to 4.6.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 14:52:23 -0000 Synopsis: [MAINTAINER UPDATE] net/whois to 4.6.24 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Wed Dec 1 14:52:16 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74578 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 15:22:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B06616A4CE; Wed, 1 Dec 2004 15:22:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363E143D41; Wed, 1 Dec 2004 15:22:51 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1FMp5q072622; Wed, 1 Dec 2004 15:22:51 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1FMnle072618; Wed, 1 Dec 2004 15:22:49 GMT (envelope-from sem) Date: Wed, 1 Dec 2004 15:22:49 GMT From: Sergey Matveychuk Message-Id: <200412011522.iB1FMnle072618@freefall.freebsd.org> To: dryice@liu.com.cn, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74572: [maintainer update] devel/ecb: update to 2.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:22:51 -0000 Synopsis: [maintainer update] devel/ecb: update to 2.30 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Wed Dec 1 15:22:42 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74572 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 15:50:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF3B16A4DE for ; Wed, 1 Dec 2004 15:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491BD43D64 for ; Wed, 1 Dec 2004 15:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1FoVjF074080 for ; Wed, 1 Dec 2004 15:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1FoVcs074079; Wed, 1 Dec 2004 15:50:31 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 15:50:31 GMT Resent-Message-Id: <200412011550.iB1FoVcs074079@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Josh Paetzel" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098BC16A4CE for ; Wed, 1 Dec 2004 15:41:31 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EFC943D48 for ; Wed, 1 Dec 2004 15:41:30 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from twinmp.tcbug.org (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20041201154129m9200k1ckue>; Wed, 1 Dec 2004 15:41:29 +0000 Message-Id: <1101893959.0@twinmp.tcbug.org> Date: Wed, 1 Dec 2004 09:39:19 -0000 From: "Josh Paetzel" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 Subject: ports/74587: Taking over maintainer of /usr/ports/www/cadaver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:50:32 -0000 >Number: 74587 >Category: ports >Synopsis: Taking over maintainer of /usr/ports/www/cadaver >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 Dec 01 15:50:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD 5.3-RELEASE-p1 #0: Thu Nov 18 14:51:13 UTC 2004 root@:/usr/obj/usr/src/sys/TWINMP >Description: /usr/ports/www/cadaver has no maintainer >How-To-Repeat: vi /usr/ports/www/cadaver/Makefile >Fix: --- Makefile.diff begins here --- --- Makefile.old Wed Dec 1 09:36:13 2004 +++ Makefile Wed Dec 1 09:36:43 2004 @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= josh@tcbug.org COMMENT= Commandline client for DAV LIB_DEPENDS= neon:${PORTSDIR}/www/neon --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 16:30:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9348816A504 for ; Wed, 1 Dec 2004 16:30:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B47243D48 for ; Wed, 1 Dec 2004 16:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GUUhs079141 for ; Wed, 1 Dec 2004 16:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1GUUp3079140; Wed, 1 Dec 2004 16:30:30 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 16:30:30 GMT Resent-Message-Id: <200412011630.iB1GUUp3079140@freefall.freebsd.org> 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F20416A4CE for ; Wed, 1 Dec 2004 16:29:43 +0000 (GMT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E26443D49 for ; Wed, 1 Dec 2004 16:29:42 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost.unnumbered.net [127.0.0.1]) iB1GTe7j017858 for ; Thu, 2 Dec 2004 01:29:40 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.1/8.13.1/Submit) id iB1GTeJh017857; Thu, 2 Dec 2004 01:29:40 +0900 (JST) (envelope-from umeno) Message-Id: <200412011629.iB1GTeJh017857@belldandy.unnumbered.net> Date: Thu, 2 Dec 2004 01:29:40 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74588: Update Port: databases/ruby-bdb to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 01 Dec 2004 16:30:36 -0000 >Number: 74588 >Category: ports >Synopsis: Update Port: databases/ruby-bdb to 0.5.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 16:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.10-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 4.10-STABLE FreeBSD 4.10-STABLE #3: Sat Nov 27 16:18:51 JST 2004 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA22 i386 >Description: Update Port: databases/ruby-bdb to 0.5.3. I would like to make ports of gonzui( http://namazu.org/~satoru/gonzui/ ). Gonzui requires BDB binding for Ruby 0.5.2 or later >How-To-Repeat: N/A >Fix: diff -urN ruby-bdb.orig/Makefile ruby-bdb/Makefile --- ruby-bdb.orig/Makefile Thu Aug 12 23:24:05 2004 +++ ruby-bdb/Makefile Thu Dec 2 00:15:11 2004 @@ -6,7 +6,7 @@ # PORTNAME= bdb -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.3 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff -urN ruby-bdb.orig/distinfo ruby-bdb/distinfo --- ruby-bdb.orig/distinfo Thu Aug 12 23:24:05 2004 +++ ruby-bdb/distinfo Thu Dec 2 01:16:22 2004 @@ -1,2 +1,2 @@ -MD5 (ruby/bdb-0.5.1.tar.gz) = 6af7631d6532add425cff9d0bc5bf1a8 -SIZE (ruby/bdb-0.5.1.tar.gz) = 213969 +MD5 (ruby/bdb-0.5.3.tar.gz) = c300141d68409d4bb422c851d6c45659 +SIZE (ruby/bdb-0.5.3.tar.gz) = 220305 diff -urN ruby-bdb.orig/pkg-plist ruby-bdb/pkg-plist --- ruby-bdb.orig/pkg-plist Thu Aug 12 23:24:05 2004 +++ ruby-bdb/pkg-plist Thu Dec 2 01:19:20 2004 @@ -37,7 +37,7 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/cursor.rd %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Btree.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Btree.src/M000167.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Btree.src/M000206.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000047.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000048.html @@ -120,10 +120,11 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000125.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000126.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000127.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000128.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000129.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000130.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Common.src/M000131.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000168.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000169.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000170.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000171.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000172.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000173.html @@ -156,11 +157,10 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000200.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000201.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000202.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000203.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000204.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Cursor.src/M000205.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000128.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000129.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000130.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000131.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000132.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000133.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000134.html @@ -195,42 +195,42 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000163.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000164.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000165.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000166.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000167.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000168.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Env.src/M000169.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Hash.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Hash.src/M000166.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Hash.src/M000170.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000043.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000044.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000045.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000046.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000001.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000002.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000003.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lock.src/M000004.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/LockDead.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/LockError.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/LockGranted.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/LockHeld.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000205.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000206.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000207.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000208.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000216.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000217.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000218.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lockid.src/M000219.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000209.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000210.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000211.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000212.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000213.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000214.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000215.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000222.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000223.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000224.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000225.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000226.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000227.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Lsn.src/M000228.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src/M000216.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src/M000217.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src/M000218.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src/M000229.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src/M000230.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src/M000231.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recno.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recno.src/M000203.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recno.src/M000204.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recno.src/M000220.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recno.src/M000221.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000001.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000002.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000003.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000004.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000005.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000006.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000007.html @@ -269,20 +269,21 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000040.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000041.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000042.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000043.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000044.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000045.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src/M000046.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000207.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000208.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000209.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000210.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000211.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000212.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000213.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000214.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src/M000215.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000219.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000220.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000221.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000222.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000223.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000224.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000225.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000226.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000227.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000228.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000229.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000230.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000231.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000232.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000233.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000234.html @@ -291,6 +292,19 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000237.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000238.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000239.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000240.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000241.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000242.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000243.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000244.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000245.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000246.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000247.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000248.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000249.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000250.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000251.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src/M000252.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/created.rid %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/bdb_rb.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/common_rb.html @@ -300,6 +314,7 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/exception_rb.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/lock_rb.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/log_rb.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/sequence_rb.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/transaction_rb.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_class_index.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_file_index.html @@ -314,10 +329,13 @@ %%PORTDOCS%%%%RUBY_MODDOCDIR%%/lock.rd %%PORTDOCS%%%%RUBY_MODDOCDIR%%/log.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/log.rd +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sequence.html +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sequence.rd %%PORTDOCS%%%%RUBY_MODDOCDIR%%/transaction.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/transaction.rd %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/BDB/Txn.src +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/BDB/Sequence.src %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/BDB/Recnum.src %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/BDB/Recno.src %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/BDB/Queue.src @@ -349,6 +367,7 @@ %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/close-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/count-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/create-c.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/create_sequence-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/cursor-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/cursor_write-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/database-i.yaml @@ -366,6 +385,7 @@ %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/dup_count-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/duplicates-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/each-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/each_by_prefix-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/each_dup-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/each_dup_value-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/each_key-i.yaml @@ -393,6 +413,7 @@ %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/member%3f-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/new-c.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/open-c.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/open_sequence-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/partial_clear-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/pget-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/put-i.yaml @@ -400,6 +421,7 @@ %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/reject-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/remove-c.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/reverse_each-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/reverse_each_by_prefix-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/reverse_each_key-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/reverse_each_pair-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Common/reverse_each_primary-i.yaml @@ -562,6 +584,16 @@ %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Recnum/to_a-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Recnum/to_ary-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Recnum/unshift-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/cachesize-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/cdesc-Sequence.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/close-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/db-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/flags-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/get-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/key-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/range-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/remove-i.yaml +%%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Sequence/stat-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Txn/abort-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Txn/assoc-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Txn/associate-i.yaml @@ -585,6 +617,7 @@ %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/Txn/txn_prepare-i.yaml %%RUBY18_ONLY%%%%PORTDOCS%%%%RUBY_SITERIDIR%%/BDB/cdesc-BDB.yaml %%RUBY18_ONLY%%%%PORTDOCS%%@dirrm %%RUBY_SITERIDIR%%/BDB/Txn +%%RUBY18_ONLY%%%%PORTDOCS%%@dirrm %%RUBY_SITERIDIR%%/BDB/Sequence %%RUBY18_ONLY%%%%PORTDOCS%%@dirrm %%RUBY_SITERIDIR%%/BDB/Recnum %%RUBY18_ONLY%%%%PORTDOCS%%@dirrm %%RUBY_SITERIDIR%%/BDB/Recno %%RUBY18_ONLY%%%%PORTDOCS%%@dirrm %%RUBY_SITERIDIR%%/BDB/Queue >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 16:39:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444F416A4CE; Wed, 1 Dec 2004 16:39:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D40043D46; Wed, 1 Dec 2004 16:39:27 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GdRvB080339; Wed, 1 Dec 2004 16:39:27 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1GdQfG080335; Wed, 1 Dec 2004 16:39:26 GMT (envelope-from sem) Date: Wed, 1 Dec 2004 16:39:26 GMT From: Sergey Matveychuk Message-Id: <200412011639.iB1GdQfG080335@freefall.freebsd.org> To: mranner@inode.at, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74562: [MAINTAINER] mail/rules_du_jour: update to 1.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:39:27 -0000 Synopsis: [MAINTAINER] mail/rules_du_jour: update to 1.18 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Wed Dec 1 16:38:34 GMT 2004 State-Changed-Why: Committed, thanks! NOTE: a port must be installed in PREFIX, not LOCALBASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=74562 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 16:39:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E616516A4CF; Wed, 1 Dec 2004 16:39:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC48443D60; Wed, 1 Dec 2004 16:39:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Gdh18080395; Wed, 1 Dec 2004 16:39:43 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1GdhCt080391; Wed, 1 Dec 2004 16:39:43 GMT (envelope-from sem) Date: Wed, 1 Dec 2004 16:39:43 GMT From: Sergey Matveychuk Message-Id: <200412011639.iB1GdhCt080391@freefall.freebsd.org> To: mranner@inode.at, sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74563: [MAINTAINER] mail/spamass-rules: update to 20041130 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:39:44 -0000 Synopsis: [MAINTAINER] mail/spamass-rules: update to 20041130 State-Changed-From-To: open->closed State-Changed-By: sem State-Changed-When: Wed Dec 1 16:39:32 GMT 2004 State-Changed-Why: Committed, thanks! NOTE: a port must be installed in PREFIX, not LOCALBASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=74563 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 16:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DAB216A4CE for ; Wed, 1 Dec 2004 16:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6945743D54 for ; Wed, 1 Dec 2004 16:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GeSvM080453 for ; Wed, 1 Dec 2004 16:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1GeS5l080452; Wed, 1 Dec 2004 16:40:28 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 16:40:28 GMT Resent-Message-Id: <200412011640.iB1GeS5l080452@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wes Peters Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003FE16A4CE for ; Wed, 1 Dec 2004 16:33:02 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E291143D72 for ; Wed, 1 Dec 2004 16:33:01 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GX12Z009143 for ; Wed, 1 Dec 2004 16:33:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB1GX1aO009142; Wed, 1 Dec 2004 16:33:01 GMT (envelope-from nobody) Message-Id: <200412011633.iB1GX1aO009142@www.freebsd.org> Date: Wed, 1 Dec 2004 16:33:01 GMT From: Wes Peters To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74589: php4-pear-DB should depend on php4-extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:40:28 -0000 >Number: 74589 >Category: ports >Synopsis: php4-pear-DB should depend on php4-extensions >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 16:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Wes Peters >Release: 5.3-RELEASE >Organization: FreeBSD >Environment: FreeBSD chang.softweyr.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Freshly installed apache, php4, and php4-pear-DB from ports. Attempting to connect to a database server using pear DB::connect results in: PHP Fatal error: Call to undefined function: preg_match() in /usr/local/share/pear/DB.php on line 604 in the apache error log. pear-DB requires php4-extensions. >How-To-Repeat: Try connecting to a database, as in: 2, 'portability' => DB_PORTABILITY_ALL, ); print("
");
var_dump($dsn);
var_dump($options);
print("

"); $db =& DB::connect($dsn, $options); exit("Connection to database failed:
"); if (DB::isError($db)) { print("Connection to database failed:
"); die($db->getMessage()); } exit("Connected to database
"); $db->disconnect(); ?> >Fix: Fix package dependencies? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 16:46:59 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D9216A4CE; Wed, 1 Dec 2004 16:46:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25FAD43D1F; Wed, 1 Dec 2004 16:46:59 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from freefall.freebsd.org (sem@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GkxqY080673; Wed, 1 Dec 2004 16:46:59 GMT (envelope-from sem@freefall.freebsd.org) Received: (from sem@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1GkxN4080669; Wed, 1 Dec 2004 16:46:59 GMT (envelope-from sem) Date: Wed, 1 Dec 2004 16:46:59 GMT From: Sergey Matveychuk Message-Id: <200412011646.iB1GkxN4080669@freefall.freebsd.org> To: sem@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sem@FreeBSD.org Subject: Re: ports/74540: Update port - mail/spampd to 2.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:46:59 -0000 Synopsis: Update port - mail/spampd to 2.20 Responsible-Changed-From-To: freebsd-ports-bugs->sem Responsible-Changed-By: sem Responsible-Changed-When: Wed Dec 1 16:46:54 GMT 2004 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=74540 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 17:30:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 167DE16A4CE for ; Wed, 1 Dec 2004 17:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D60CB43D5E for ; Wed, 1 Dec 2004 17:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HUQdA085759 for ; Wed, 1 Dec 2004 17:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1HUQPP085756; Wed, 1 Dec 2004 17:30:26 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 17:30:26 GMT Resent-Message-Id: <200412011730.iB1HUQPP085756@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill LeFebvre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A33B16A4CE for ; Wed, 1 Dec 2004 17:26:02 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589F943D3F for ; Wed, 1 Dec 2004 17:26:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HQ2re022409 for ; Wed, 1 Dec 2004 17:26:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB1HQ2el022408; Wed, 1 Dec 2004 17:26:02 GMT (envelope-from nobody) Message-Id: <200412011726.iB1HQ2el022408@www.freebsd.org> Date: Wed, 1 Dec 2004 17:26:02 GMT From: Bill LeFebvre To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74590: add exiftool to ports collection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:30:27 -0000 >Number: 74590 >Category: ports >Synopsis: add exiftool to ports collection >Confidential: no >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 Dec 01 17:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Bill LeFebvre >Release: 4.9-RELEASE-p4 >Organization: self >Environment: FreeBSD lilburn.lefebvre.org 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #2: Mon Mar 29 00:25:38 EST 2004 bill@lilburn.lefebvre.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Exiftool is a perl package that is the best I've found for reading and displaying EXIF information in multiple file formats. It is even able to read raw datafiles from a variety of cameras. But, it is not a single script file: all the files needs to be installed as a unit. I would love to see it as part of the ports collection. It is far better than anything already there. (note that I am not the tool's author). http://www.sno.phy.queensu.ca/~phil/exiftool/ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 17:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED9FC16A4CE for ; Wed, 1 Dec 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D481F43D49 for ; Wed, 1 Dec 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HeQfn086865 for ; Wed, 1 Dec 2004 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1HeQZ6086860; Wed, 1 Dec 2004 17:40:26 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 17:40:26 GMT Resent-Message-Id: <200412011740.iB1HeQZ6086860@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20ABF16A4CE for ; Wed, 1 Dec 2004 17:30:31 +0000 (GMT) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 24C2D43D48 for ; Wed, 1 Dec 2004 17:30:28 +0000 (GMT) (envelope-from root@srv1.galle.com.br) Received: (qmail 24768 invoked by uid 0); 1 Dec 2004 15:30:19 -0200 Message-Id: <20041201173019.24767.qmail@srv1.galle.com.br> Date: 1 Dec 2004 15:30:19 -0200 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: phantom@FreeBSD.org Subject: ports/74591: Error on make in jdk14 port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Renato Botelho List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:40:27 -0000 >Number: 74591 >Category: ports >Synopsis: Error on make in jdk14 port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 17:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: Galle Folheados - http://www.galle.com.br >Environment: System: FreeBSD srv1.galle.com.br 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #3: Fri Nov 26 12:47:16 BRDT 2004 root@srv1.galle.com.br:/usr/obj/usr/src/sys/GALLE i386 >Description: I tried to compile jdk14 and get this error: root@srv1:/usr/ports/java/jdk14# make printf: missing format character ===> jdk-1.4.2p6_6 is*** Error code 1 Stop in /var/jail/data/usr/ports/java/jdk14. Mainteiner was cc´ed >How-To-Repeat: # cd /usr/ports/java/jdk14 # make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 17:43:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A64F116A4CE; Wed, 1 Dec 2004 17:43:14 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73743D62; Wed, 1 Dec 2004 17:43:14 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [10.0.0.10] (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20041201174313m9200k21p4e>; Wed, 1 Dec 2004 17:43:13 +0000 From: Josh Paetzel To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Date: Wed, 1 Dec 2004 11:40:52 +0000 User-Agent: KMail/1.7 References: <200412011550.iB1FoUsx074070@freefall.freebsd.org> In-Reply-To: <200412011550.iB1FoUsx074070@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412011140.52451.josh@tcbug.org> Subject: [patch] Re: ports/74587: Taking over maintainer of /usr/ports/www/cadaver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:43:14 -0000 On Wednesday 01 December 2004 15:50, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/74587'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74587 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Taking over maintainer of /usr/ports/www/cadaver > >Arrival-Date: Wed Dec 01 15:50:30 GMT 2004 Sorry for the repost/self reply, I forgot to put [patch] on the subject line. -- Thanks, Josh Paetzel From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 17:50:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F04D516A4CE for ; Wed, 1 Dec 2004 17:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC9B443D3F for ; Wed, 1 Dec 2004 17:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HoRGq087104 for ; Wed, 1 Dec 2004 17:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1HoRQ0087101; Wed, 1 Dec 2004 17:50:27 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 17:50:27 GMT Message-Id: <200412011750.iB1HoRQ0087101@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Josh Paetzel Subject: [patch] Re: ports/74587: Taking over maintainer of /usr/ports/www/cadaver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josh Paetzel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:50:28 -0000 The following reply was made to PR ports/74587; it has been noted by GNATS. From: Josh Paetzel To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: [patch] Re: ports/74587: Taking over maintainer of /usr/ports/www/cadaver Date: Wed, 1 Dec 2004 11:40:52 +0000 On Wednesday 01 December 2004 15:50, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/74587'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74587 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Taking over maintainer of /usr/ports/www/cadaver > >Arrival-Date: Wed Dec 01 15:50:30 GMT 2004 Sorry for the repost/self reply, I forgot to put [patch] on the subject line. -- Thanks, Josh Paetzel From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 18:00:57 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC68316A4CE for ; Wed, 1 Dec 2004 18:00:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D1443D54 for ; Wed, 1 Dec 2004 18:00:57 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I0vna087389 for ; Wed, 1 Dec 2004 18:00:57 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1I0v2N087388; Wed, 1 Dec 2004 18:00:57 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 18:00:57 GMT Message-Id: <200412011800.iB1I0v2N087388@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thierry Thomas Subject: Re: ports/74589: php4-pear-DB should depend on php4-extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:00:58 -0000 The following reply was made to PR ports/74589; it has been noted by GNATS. From: Thierry Thomas To: Wes Peters Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/74589: php4-pear-DB should depend on php4-extensions Date: Wed, 1 Dec 2004 18:55:42 +0100 Le Mer 1 déc 04 à 17:33:01 +0100, Wes Peters écrivait : > > >Number: 74589 > >Category: ports > >Synopsis: php4-pear-DB should depend on php4-extensions 8< 8< 8< > >Description: > Freshly installed apache, php4, and php4-pear-DB from ports. Attempting to connect to a database server using pear DB::connect results in: > > PHP Fatal error: Call to undefined function: preg_match() in /usr/local/share/pear/DB.php on line 604 > > in the apache error log. pear-DB requires php4-extensions. pear-DB depends on php4-pcre, but this dependence is already registered (undirectly): pkg_info -r pear-DB-1.6.5,1 Information for pear-DB-1.6.5,1: Depends on: Dependency: rc_subr-1.31 Dependency: mm-1.3.1 Dependency: expat-1.95.8 Dependency: apache+mod_ssl-1.3.33+2.8.22 Dependency: php4-4.3.9 Dependency: php4-xml-4.3.9 Dependency: php4-pcre-4.3.9 Dependency: php4-pear-4.3.9 Dependency: pear-XML_RPC-1.1.0 Dependency: pear-Archive_Tar-1.2 Dependency: pear-Console_Getopt-1.2 Dependency: pear-PEAR-1.3.3.1 If you type this command, what does it report? -- Th. Thomas. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 18:04:41 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB97016A4CE; Wed, 1 Dec 2004 18:04:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4636E43D46; Wed, 1 Dec 2004 18:04:41 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I4fld087616; Wed, 1 Dec 2004 18:04:41 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1I4fgc087612; Wed, 1 Dec 2004 18:04:41 GMT (envelope-from thierry) Date: Wed, 1 Dec 2004 18:04:41 GMT From: Thierry Thomas Message-Id: <200412011804.iB1I4fgc087612@freefall.freebsd.org> To: renato@galle.com.br, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, phantom@FreeBSD.org Subject: Re: ports/74591: Error on make in jdk14 port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:04:41 -0000 Synopsis: Error on make in jdk14 port State-Changed-From-To: open->closed State-Changed-By: thierry State-Changed-When: Wed Dec 1 18:02:54 GMT 2004 State-Changed-Why: Duplicate of PR ports/74389. Anyway, thanks for your report. Responsible-Changed-From-To: freebsd-ports-bugs->phantom Responsible-Changed-By: thierry Responsible-Changed-When: Wed Dec 1 18:02:54 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74591 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 18:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 277D916A4CE for ; Wed, 1 Dec 2004 18:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD9643D5E for ; Wed, 1 Dec 2004 18:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1IKRr2091968 for ; Wed, 1 Dec 2004 18:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1IKRIi091967; Wed, 1 Dec 2004 18:20:27 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 18:20:27 GMT Resent-Message-Id: <200412011820.iB1IKRIi091967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Serge Gagnon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7161416A4CE for ; Wed, 1 Dec 2004 18:13:05 +0000 (GMT) Received: from tomts20-srv.bellnexxia.net (tomts20-srv.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8DF43D2D for ; Wed, 1 Dec 2004 18:13:04 +0000 (GMT) (envelope-from serge@quenix1.dyndns.org) Received: from quenix1.dyndns.org ([69.159.149.221]) by tomts20-srv.bellnexxia.netESMTP <20041201181304.CQHI2034.tomts20-srv.bellnexxia.net@quenix1.dyndns.org>; Wed, 1 Dec 2004 13:13:04 -0500 Received: from serge by quenix1.dyndns.org with local (Exim 4.43 (FreeBSD)) id 1CZZ0B-000EmR-KG; Wed, 01 Dec 2004 13:14:55 -0500 Message-Id: Date: Wed, 01 Dec 2004 13:14:55 -0500 From: Serge Gagnon Sender: Serge Gagnon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dyeske@yajoo.com Subject: ports/74594: Update port: audio/xmms-pipe to 0.5.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:20:28 -0000 >Number: 74594 >Category: ports >Synopsis: Update port: audio/xmms-pipe to 0.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 18:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 4.10-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun Oct 17 14:07:41 EDT 2004 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: Update xmms-pipe to 0.5.4 >How-To-Repeat: >Fix: --- patch-xmms-pipe-Makefile.diff begins here --- --- Makefile.orig Wed Dec 1 13:07:11 2004 +++ Makefile Wed Dec 1 13:09:40 2004 @@ -6,7 +6,7 @@ # PORTNAME= xmms-pipe -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://rooster.stanford.edu/~ben/xmmspipe/ @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes +ALL_TARGET= target DOC_FILES= HISTORY README LICENSE --- patch-xmms-pipe-Makefile.diff ends here --- --- patch-xmms-pipe-distinfo.diff begins here --- --- distinfo.orig Wed Dec 1 13:07:40 2004 +++ distinfo Wed Dec 1 03:42:04 2004 @@ -1,2 +1,2 @@ -MD5 (xmmspipe-0.5.2.tgz) = d16d4c0688fb2465d0e1a9aeb7838d02 -SIZE (xmmspipe-0.5.2.tgz) = 33698 +MD5 (xmmspipe-0.5.4.tgz) = b25e0ba398b74a7520dc302395755f57 +SIZE (xmmspipe-0.5.4.tgz) = 34040 --- patch-xmms-pipe-distinfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 19:03:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB1116A4D0; Wed, 1 Dec 2004 19:03:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A86443D5E; Wed, 1 Dec 2004 19:03:53 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1J3rD0095212; Wed, 1 Dec 2004 19:03:53 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1J3rLQ095208; Wed, 1 Dec 2004 19:03:53 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 19:03:53 GMT From: Tilman Linneweh Message-Id: <200412011903.iB1J3rLQ095208@freefall.freebsd.org> To: onatan@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74581: [Update] misc/fortune-mod-bofh updated website X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:03:53 -0000 Synopsis: [Update] misc/fortune-mod-bofh updated website State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 19:03:49 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74581 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 19:40:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE4D416A4CF for ; Wed, 1 Dec 2004 19:40:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C340643D5C for ; Wed, 1 Dec 2004 19:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1JeMRU001048 for ; Wed, 1 Dec 2004 19:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1JeMEG001047; Wed, 1 Dec 2004 19:40:22 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 19:40:22 GMT Resent-Message-Id: <200412011940.iB1JeMEG001047@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Pater Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 127DE16A4CE for ; Wed, 1 Dec 2004 19:38:34 +0000 (GMT) Received: from yogafrog.blockstackers.com (ip199-194.digitalrealm.net [216.144.199.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9FE43D41 for ; Wed, 1 Dec 2004 19:38:33 +0000 (GMT) (envelope-from pater@yogafrog.blockstackers.com) Received: from yogafrog.blockstackers.com (localhost.blockstackers.com [127.0.0.1])iB1JfKYe010598; Wed, 1 Dec 2004 14:41:21 -0500 (EST) (envelope-from pater@yogafrog.blockstackers.com) Received: (from pater@localhost)iB1JfKx2010597; Wed, 1 Dec 2004 14:41:20 -0500 (EST) (envelope-from pater) Message-Id: <200412011941.iB1JfKx2010597@yogafrog.blockstackers.com> Date: Wed, 1 Dec 2004 14:41:20 -0500 (EST) From: Jonathan Pater To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jonathan Pater Subject: ports/74596: Patch updates apache13-modperl port, fixes security vulnerability X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Pater List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:40:23 -0000 >Number: 74596 >Category: ports >Synopsis: Patch updates apache13-modperl port, fixes security vulnerability >Confidential: no >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 Dec 01 19:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jonathan Pater >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD yogafrog.blockstackers.com 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #0: Fri Nov 19 10:18:02 EST 2004 root@yogafrog.blockstackers.com:/usr/obj/usr/src/sys/YOGAFROG i386 >Description: This port has recently been deprecated, but I and a couple other people I've talked to still have use for Apache 1.3 with a statically compiled mod_perl. Since the security vulnerability was fixed in the upstream sources, all that is required is to bump the port's version number, I think. The reason for deprecating this port was given via private email, so I may be missing something, but the attached patch updates the port correctly here. If need be, I could also assume maintenance of this port, since I'm an active user of it. >How-To-Repeat: >Fix: --- apache13-modperl.diff begins here --- diff -u apache13-modperl.orig/Makefile apache13-modperl/Makefile --- apache13-modperl.orig/Makefile Wed Dec 1 14:25:57 2004 +++ apache13-modperl/Makefile Wed Dec 1 14:22:10 2004 @@ -14,9 +14,6 @@ DISTFILES= apache_${VERSION_APACHE}${EXTRACT_SUFX}:apache \ mod_perl-${VERSION_MODPERL}${EXTRACT_SUFX}:modperl -DEPRECATED= http://vuxml.freebsd.org/6e6a6b8a-2fde-11d9-b3a2-0050fc56d258.html (vulnerability) -EXPIRATION_DATE=2004-12-06 - MAINTAINER= ports@rbt.ca COMMENT= The Apache 1.3 webserver with a statically embedded perl interpreter @@ -44,7 +41,7 @@ .include -VERSION_APACHE= 1.3.31 +VERSION_APACHE= 1.3.33 VERSION_MODPERL= 1.29 WRKSRC_MODPERL= ${WRKDIR}/mod_perl-${VERSION_MODPERL} diff -u apache13-modperl.orig/distinfo apache13-modperl/distinfo --- apache13-modperl.orig/distinfo Wed Dec 1 14:25:57 2004 +++ apache13-modperl/distinfo Wed Dec 1 14:22:06 2004 @@ -1,4 +1,4 @@ -MD5 (apache_1.3.31.tar.gz) = bd548a06ac48dda496b4e613572bb020 -SIZE (apache_1.3.31.tar.gz) = 2467371 +MD5 (apache_1.3.33.tar.gz) = 3dfd2c3778f37a2dfc22b97417a61407 +SIZE (apache_1.3.33.tar.gz) = 2468567 MD5 (mod_perl-1.29.tar.gz) = 1491931790509b9af06fc037d02b0e7a SIZE (mod_perl-1.29.tar.gz) = 378877 Common subdirectories: apache13-modperl.orig/files and apache13-modperl/files --- apache13-modperl.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:16:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE6116A4CE; Wed, 1 Dec 2004 20:16:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A79343D4C; Wed, 1 Dec 2004 20:16:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KG69m005966; Wed, 1 Dec 2004 20:16:06 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KG6U0005962; Wed, 1 Dec 2004 20:16:06 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:16:06 GMT From: Tilman Linneweh Message-Id: <200412012016.iB1KG6U0005962@freefall.freebsd.org> To: onatan@gmail.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74579: [Update] hebrew/hspell 0.6->0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:16:06 -0000 Synopsis: [Update] hebrew/hspell 0.6->0.8 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 20:16:01 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74579 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:20:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D9C016A4CE for ; Wed, 1 Dec 2004 20:20:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5958043D58 for ; Wed, 1 Dec 2004 20:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KKJNA006054 for ; Wed, 1 Dec 2004 20:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KKJsN006052; Wed, 1 Dec 2004 20:20:19 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 20:20:19 GMT Resent-Message-Id: <200412012020.iB1KKJsN006052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D841C16A4CE for ; Wed, 1 Dec 2004 20:15:57 +0000 (GMT) Received: from ws90bj.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B5C43D39 for ; Wed, 1 Dec 2004 20:15:56 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by ws90bj.pompo.net (Postfix, from userid 1001) id 804A422B88E; Wed, 1 Dec 2004 21:15:23 +0100 (CET) Message-Id: <20041201201523.804A422B88E@ws90bj.pompo.net> Date: Wed, 1 Dec 2004 21:15:23 +0100 (CET) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74597: Repocopy devel/cvsps to devel/cvsps-devel. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:20:19 -0000 >Number: 74597 >Category: ports >Synopsis: Repocopy devel/cvsps to devel/cvsps-devel. >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 Dec 01 20:20:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.3-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Oct 27 21:46:19 CEST 2004 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-041027 i386 >Description: In the ports tree, devel/cvsps is at version 1.3.3, the most recent stable version. I am going to upgrade devel/chora to 2.0, and this version will support cvsps if its version is >= 2.0b6. The following shar file creates devel/cvsps-devel at version 2.0rc1 (most recent version). >How-To-Repeat: N/A. >Fix: Please repocopy devel/cvsps to devel/cvsps-devel and set responsible back to me, then I shall replace it by the following port: # 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: # # devel/cvsps-devel # devel/cvsps-devel/Makefile # devel/cvsps-devel/distinfo # devel/cvsps-devel/pkg-descr # echo c - devel/cvsps-devel mkdir -p devel/cvsps-devel > /dev/null 2>&1 echo x - devel/cvsps-devel/Makefile sed 's/^X//' >devel/cvsps-devel/Makefile << 'END-of-devel/cvsps-devel/Makefile' X# ex:ts=8 X# Ports collection makefile for: cvsps X# Date Created: Feb 9, 2002 X# Whom: ijliao X# X# $FreeBSD: ports/devel/cvsps/Makefile,v 1.7 2004/02/05 20:37:03 trevor Exp $ X# X XPORTNAME= cvsps XDISTVERSION= 2.0rc1 XCATEGORIES= devel XMASTER_SITES= http://www.cobite.com/cvsps/ XPKGNAMESUFFIX?= -devel X XMAINTAINER= ports@FreeBSD.org XCOMMENT= CVS patchsets X XCONFLICTS= cvsps-1.* X XUSE_GMAKE= yes X XMAN1= cvsps.1 XPLIST_FILES= bin/cvsps X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1 X X.include END-of-devel/cvsps-devel/Makefile echo x - devel/cvsps-devel/distinfo sed 's/^X//' >devel/cvsps-devel/distinfo << 'END-of-devel/cvsps-devel/distinfo' XMD5 (cvsps-2.0rc1.tar.gz) = 016cdaee3d33811f1d9264b5d3739647 XSIZE (cvsps-2.0rc1.tar.gz) = 58161 END-of-devel/cvsps-devel/distinfo echo x - devel/cvsps-devel/pkg-descr sed 's/^X//' >devel/cvsps-devel/pkg-descr << 'END-of-devel/cvsps-devel/pkg-descr' XCVSps is a program for generating 'patchset' information from a CVS Xrepository. A patchset in this case is defined as a set of changes made Xto a collection of files, and all committed at the same time (using a Xsingle 'cvs commit' command). This information is valuable to seeing the Xbig picture of the evolution of a cvs project. While cvs tracks revision Xinformation, it is often difficult to see what changes were committed X'atomically' to the repository. X XWWW: http://www.cobite.com/cvsps/ END-of-devel/cvsps-devel/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:22:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846BA16A4CE; Wed, 1 Dec 2004 20:22:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8FB43D31; Wed, 1 Dec 2004 20:22:14 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KME1L006207; Wed, 1 Dec 2004 20:22:14 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KMEYV006203; Wed, 1 Dec 2004 20:22:14 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:22:14 GMT From: Tilman Linneweh Message-Id: <200412012022.iB1KMEYV006203@freefall.freebsd.org> To: lan31@inbox.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74573: Update port: comms/bfhist Added new master site X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:22:14 -0000 Synopsis: Update port: comms/bfhist Added new master site State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 20:21:26 GMT 2004 State-Changed-Why: Committed, thanks. Please don't chang the "Date created:" header and please test your changes, there was a \ missing. http://www.freebsd.org/cgi/query-pr.cgi?pr=74573 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:26:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88EFA16A4CE; Wed, 1 Dec 2004 20:26:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E4F43D2F; Wed, 1 Dec 2004 20:26:38 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KQcId006677; Wed, 1 Dec 2004 20:26:38 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KQcQb006673; Wed, 1 Dec 2004 20:26:38 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:26:38 GMT From: Tilman Linneweh Message-Id: <200412012026.iB1KQcQb006673@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74553: New port for russian cathegory (/usr/ports/russian) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:26:38 -0000 Synopsis: New port for russian cathegory (/usr/ports/russian) Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: arved Class-Changed-When: Wed Dec 1 20:25:25 GMT 2004 Class-Changed-Why: New ports PRs are change-requests http://www.freebsd.org/cgi/query-pr.cgi?pr=74553 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:28:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5374916A4CE; Wed, 1 Dec 2004 20:28:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC9343D54; Wed, 1 Dec 2004 20:28:34 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KSYXg006758; Wed, 1 Dec 2004 20:28:34 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KSY4w006754; Wed, 1 Dec 2004 20:28:34 GMT (envelope-from thierry) Date: Wed, 1 Dec 2004 20:28:34 GMT From: Thierry Thomas Message-Id: <200412012028.iB1KSY4w006754@freefall.freebsd.org> To: thierry@pompo.net, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/74597: Repocopy devel/cvsps to devel/cvsps-devel. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:28:34 -0000 Synopsis: Repocopy devel/cvsps to devel/cvsps-devel. State-Changed-From-To: open->repocopy State-Changed-By: thierry State-Changed-When: Wed Dec 1 20:27:10 GMT 2004 State-Changed-Why: Asking for a repocopy. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: thierry Responsible-Changed-When: Wed Dec 1 20:27:10 GMT 2004 Responsible-Changed-Why: Asking for a repocopy. http://www.freebsd.org/cgi/query-pr.cgi?pr=74597 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:33:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D2416A4CE; Wed, 1 Dec 2004 20:33:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314B543D5A; Wed, 1 Dec 2004 20:33:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KXmvn007971; Wed, 1 Dec 2004 20:33:48 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KXmSv007967; Wed, 1 Dec 2004 20:33:48 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:33:48 GMT From: Tilman Linneweh Message-Id: <200412012033.iB1KXmSv007967@freefall.freebsd.org> To: itetcu@people.tecnik93.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74485: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:33:49 -0000 Synopsis: [MAINTAINER-UPDATE] mail/dspam to 20041127.2300 snapshot. State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 20:33:34 GMT 2004 State-Changed-Why: Superseded by 74538 http://www.freebsd.org/cgi/query-pr.cgi?pr=74485 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:35:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C2616A4D5; Wed, 1 Dec 2004 20:35:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F1343D3F; Wed, 1 Dec 2004 20:35:05 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KZ45p008019; Wed, 1 Dec 2004 20:35:04 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KZ4Su008015; Wed, 1 Dec 2004 20:35:04 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:35:04 GMT From: Tilman Linneweh Message-Id: <200412012035.iB1KZ4Su008015@freefall.freebsd.org> To: itetcu@people.tecnik93.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74538: [MAINTAINER-UPDATE] mail/dspam to 3.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:35:07 -0000 Synopsis: [MAINTAINER-UPDATE] mail/dspam to 3.2.3 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 20:34:57 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74538 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:39:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4809216A4CE; Wed, 1 Dec 2004 20:39:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2334A43D1F; Wed, 1 Dec 2004 20:39:33 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KdXG5008151; Wed, 1 Dec 2004 20:39:33 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KdW4i008147; Wed, 1 Dec 2004 20:39:32 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:39:32 GMT From: Tilman Linneweh Message-Id: <200412012039.iB1KdW4i008147@freefall.freebsd.org> To: girgen@pingpong.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74456: [MAINTAINER] databases/postgresql-libpqxx: fix problem on FreeBSD 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:39:33 -0000 Synopsis: [MAINTAINER] databases/postgresql-libpqxx: fix problem on FreeBSD 4.x State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 20:39:24 GMT 2004 State-Changed-Why: Committed by lofi three days ago http://www.freebsd.org/cgi/query-pr.cgi?pr=74456 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:40:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E43016A4CE for ; Wed, 1 Dec 2004 20:40:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654BD43D31 for ; Wed, 1 Dec 2004 20:40:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KeEi8008182 for ; Wed, 1 Dec 2004 20:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KeEw3008179; Wed, 1 Dec 2004 20:40:14 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 20:40:14 GMT Resent-Message-Id: <200412012040.iB1KeEw3008179@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Radek Kozlowski" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18B6C16A4CE for ; Wed, 1 Dec 2004 20:34:01 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30ED43D2F for ; Wed, 1 Dec 2004 20:34:00 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bxc81.neoplus.adsl.tpnet.pl [83.29.252.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id 1B3C289673D for ; Wed, 1 Dec 2004 21:33:56 +0100 (CET) Received: from ddardaar (ddardaar [192.168.1.11]) by raadradd.homeunix.org (Postfix) with ESMTP id C4806A552 for ; Wed, 1 Dec 2004 21:34:00 +0100 (CET) Message-Id: <1101933312.0@ddardaar> Date: Wed, 1 Dec 2004 21:35:12 +0100 From: "Radek Kozlowski" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/74598: [PATCH] games/gweled: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:40:14 -0000 >Number: 74598 >Category: ports >Synopsis: [PATCH] games/gweled: update 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 Dec 01 20:40:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radek Kozlowski >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #9: Tue Nov 16 21:44:39 CET 2004 root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR >Description: - update to 0.6 - remove pkg-install >How-To-Repeat: >Fix: --- gweled-0.6.diff begins here --- diff -ruN gweled.orig/Makefile gweled/Makefile --- gweled.orig/Makefile Wed Dec 1 18:39:22 2004 +++ gweled/Makefile Wed Dec 1 21:30:39 2004 @@ -6,8 +6,7 @@ # PORTNAME= gweled -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6 CATEGORIES= games gnome MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/ @@ -17,6 +16,13 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 +USE_REINPLACE= yes GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/gnome/games|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \ + ${WRKSRC}/install-sh .include diff -ruN gweled.orig/distinfo gweled/distinfo --- gweled.orig/distinfo Wed Dec 1 18:39:22 2004 +++ gweled/distinfo Wed Dec 1 18:40:19 2004 @@ -1,2 +1,2 @@ -MD5 (gweled-0.5.tar.gz) = 238f5ef66317bb24c3d4018a7d1e9ec3 -SIZE (gweled-0.5.tar.gz) = 163122 +MD5 (gweled-0.6.tar.gz) = 40b4eaa8e1aca93cf6bc9d91a3c2c048 +SIZE (gweled-0.6.tar.gz) = 168308 diff -ruN gweled.orig/pkg-install gweled/pkg-install --- gweled.orig/pkg-install Wed Dec 1 18:39:22 2004 +++ gweled/pkg-install Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -#!/bin/sh - -if [ "$2" = "POST-INSTALL" ]; then - mkdir -p ${PKG_PREFIX}/share/gnome/games - SCORES="gweled.easy.scores" - for i in ${SCORES}; do - if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then - touch -f ${PKG_PREFIX}/share/gnome/games/${i} - chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 664 ${PKG_PREFIX}/share/gnome/games/${i} - fi - done -fi diff -ruN gweled.orig/pkg-plist gweled/pkg-plist --- gweled.orig/pkg-plist Wed Dec 1 18:39:22 2004 +++ gweled/pkg-plist Wed Dec 1 20:26:55 2004 @@ -1,6 +1,8 @@ bin/gweled share/gnome/applications/gweled.desktop -@unexec [ -s %D/share/gnome/games/gweled.easy.scores ] || rm -f %D/share/gnome/games/gweled.easy.scores +@exec update-desktop-database > /dev/null || /usr/bin/true +share/gnome/games/gweled.easy.scores +share/gnome/games/gweled.timed.scores share/gnome/gweled/gweled.glade share/gnome/gweled/gweled_icon.png share/gnome/gweled/gweled_logo.png @@ -19,3 +21,4 @@ share/gnome/pixmaps/gweled/tile_odd.svg @dirrm share/gnome/pixmaps/gweled @dirrm share/gnome/gweled +@unexec update-desktop-database > /dev/null || /usr/bin/true --- gweled-0.6.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:49:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C80D16A4CE; Wed, 1 Dec 2004 20:49:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4932743D49; Wed, 1 Dec 2004 20:49:18 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from freefall.freebsd.org (clement@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KnIWw008694; Wed, 1 Dec 2004 20:49:18 GMT (envelope-from clement@freefall.freebsd.org) Received: (from clement@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KnI7v008690; Wed, 1 Dec 2004 20:49:18 GMT (envelope-from clement) Date: Wed, 1 Dec 2004 20:49:18 GMT From: Clement Laforet Message-Id: <200412012049.iB1KnI7v008690@freefall.freebsd.org> To: clement@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clement@FreeBSD.org Subject: Re: ports/74596: Patch updates apache13-modperl port, fixes security vulnerability X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:49:18 -0000 Synopsis: Patch updates apache13-modperl port, fixes security vulnerability Responsible-Changed-From-To: freebsd-ports-bugs->clement Responsible-Changed-By: clement Responsible-Changed-When: Wed Dec 1 20:49:00 GMT 2004 Responsible-Changed-Why: grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=74596 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:50:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA8B16A4CE; Wed, 1 Dec 2004 20:50:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782EC43D41; Wed, 1 Dec 2004 20:50:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KoHdY008762; Wed, 1 Dec 2004 20:50:17 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1KoHXs008758; Wed, 1 Dec 2004 20:50:17 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 20:50:17 GMT From: Tilman Linneweh Message-Id: <200412012050.iB1KoHXs008758@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74294: New port: jabber-pymsn-transport-0.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:50:17 -0000 Synopsis: New port: jabber-pymsn-transport-0.7.4 Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: arved Class-Changed-When: Wed Dec 1 20:49:56 GMT 2004 Class-Changed-Why: New ports PRs are change-request http://www.freebsd.org/cgi/query-pr.cgi?pr=74294 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 20:53:52 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958A116A4CE; Wed, 1 Dec 2004 20:53:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714B343D2F; Wed, 1 Dec 2004 20:53:52 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Krq54009207; Wed, 1 Dec 2004 20:53:52 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1Krq63009203; Wed, 1 Dec 2004 20:53:52 GMT (envelope-from marcus) Date: Wed, 1 Dec 2004 20:53:52 GMT From: Joe Marcus Clarke Message-Id: <200412012053.iB1Krq63009203@freefall.freebsd.org> To: radek@raadradd.com, marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74598: [PATCH] games/gweled: update to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:53:52 -0000 Synopsis: [PATCH] games/gweled: update to 0.6 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Wed Dec 1 20:53:41 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74598 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:00:50 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F3116A4CE for ; Wed, 1 Dec 2004 21:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 472CD43D1F for ; Wed, 1 Dec 2004 21:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1L0o6T009379 for ; Wed, 1 Dec 2004 21:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1L0owX009378; Wed, 1 Dec 2004 21:00:50 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 21:00:50 GMT Message-Id: <200412012100.iB1L0owX009378@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Subject: Re: ports/74553: New port for russian cathegory (/usr/ports/russian) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:00:50 -0000 The following reply was made to PR ports/74553; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/74553: New port for russian cathegory (/usr/ports/russian) Date: Wed, 01 Dec 2004 22:00:40 +0100 Your scripts/configure changes pkg-message file, right? You can't do this. Files that come from ports tree can't be changed. If you need to do replacements in pkg-message, create a working copy under ${WRKSRC}. You could also rewrite the whole scripts/configure thing in a more canonical way, check x11-wm/skippy for inspiration. Awaiting corrected shar. -- Pav Lucistnik Just because you're an angel doesn't mean you have to be a fool. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:09:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABC216A4CE; Wed, 1 Dec 2004 21:09:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548C943D5F; Wed, 1 Dec 2004 21:09:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1L9UQh013848; Wed, 1 Dec 2004 21:09:30 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1L9TO2013844; Wed, 1 Dec 2004 21:09:29 GMT (envelope-from pav) Date: Wed, 1 Dec 2004 21:09:29 GMT From: Pav Lucistnik Message-Id: <200412012109.iB1L9TO2013844@freefall.freebsd.org> To: pyzmen@kam.pl, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74559: polish/sms2 update (solved LATEST_LINK issue) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:09:30 -0000 Synopsis: polish/sms2 update (solved LATEST_LINK issue) State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Dec 1 21:09:23 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74559 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:12:48 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 109A116A4CE; Wed, 1 Dec 2004 21:12:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EF043D2D; Wed, 1 Dec 2004 21:12:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LClts014115; Wed, 1 Dec 2004 21:12:47 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1LClEL014111; Wed, 1 Dec 2004 21:12:47 GMT (envelope-from pav) Date: Wed, 1 Dec 2004 21:12:47 GMT From: Pav Lucistnik Message-Id: <200412012112.iB1LClEL014111@freefall.freebsd.org> To: boris@tagnet.ru, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74544: [PATCH] Quagga configure script updated due NetSNMP library version change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:12:48 -0000 Synopsis: [PATCH] Quagga configure script updated due NetSNMP library version change State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Dec 1 21:12:41 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74544 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:18:44 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB1416A4CE; Wed, 1 Dec 2004 21:18:44 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFC043D45; Wed, 1 Dec 2004 21:18:44 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bxc81.neoplus.adsl.tpnet.pl [83.29.252.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id C9FEA89673F; Wed, 1 Dec 2004 22:18:30 +0100 (CET) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id 6D218A557; Wed, 1 Dec 2004 22:18:34 +0100 (CET) Date: Wed, 1 Dec 2004 22:18:34 +0100 From: Radek Kozlowski To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20041201211834.GN21823@werd> References: <1101589619.0@ddardaar> <200411272110.iARLA7d7043674@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <200411272110.iARLA7d7043674@freefall.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: ports/74459: New port: deskutils/gnochm, a GNOME viewer for CHM files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:18:45 -0000 On Sat, Nov 27, 2004 at 09:10:07PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: New port: deskutils/gnochm, a GNOME viewer for CHM files > >Arrival-Date: Sat Nov 27 21:10:07 GMT 2004 update-desktop-database should not be added to pkg-plist: --- pkg-plist.orig Wed Dec 1 22:13:30 2004 +++ pkg-plist Wed Dec 1 22:13:41 2004 @@ -1,7 +1,6 @@ bin/gnochm share/gnome/application-registry/gnochm.applications share/gnome/applications/gnochm.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/gnochm/glade/gnochm.glade share/gnome/gnochm/glade/prefdialog.glade share/gnome/help/gnochm/C/gnochm.xml @@ -24,4 +23,3 @@ @dirrm share/gnome/help/gnochm @dirrm share/gnome/gnochm/glade @dirrm share/gnome/gnochm -@unexec update-desktop-database > /dev/null || /usr/bin/true From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:20:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDCB16A4CE for ; Wed, 1 Dec 2004 21:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A2043D4C for ; Wed, 1 Dec 2004 21:20:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LKVOU014375 for ; Wed, 1 Dec 2004 21:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1LKVOe014374; Wed, 1 Dec 2004 21:20:31 GMT (envelope-from gnats) Date: Wed, 1 Dec 2004 21:20:31 GMT Message-Id: <200412012120.iB1LKVOe014374@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Radek Kozlowski Subject: Re: ports/74459: New port: deskutils/gnochm, a GNOME viewer for CHM files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Radek Kozlowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:20:31 -0000 The following reply was made to PR ports/74459; it has been noted by GNATS. From: Radek Kozlowski To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/74459: New port: deskutils/gnochm, a GNOME viewer for CHM files Date: Wed, 1 Dec 2004 22:18:34 +0100 On Sat, Nov 27, 2004 at 09:10:07PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: New port: deskutils/gnochm, a GNOME viewer for CHM files > >Arrival-Date: Sat Nov 27 21:10:07 GMT 2004 update-desktop-database should not be added to pkg-plist: --- pkg-plist.orig Wed Dec 1 22:13:30 2004 +++ pkg-plist Wed Dec 1 22:13:41 2004 @@ -1,7 +1,6 @@ bin/gnochm share/gnome/application-registry/gnochm.applications share/gnome/applications/gnochm.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/gnochm/glade/gnochm.glade share/gnome/gnochm/glade/prefdialog.glade share/gnome/help/gnochm/C/gnochm.xml @@ -24,4 +23,3 @@ @dirrm share/gnome/help/gnochm @dirrm share/gnome/gnochm/glade @dirrm share/gnome/gnochm -@unexec update-desktop-database > /dev/null || /usr/bin/true From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:23:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C36616A4CE; Wed, 1 Dec 2004 21:23:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C7543D53; Wed, 1 Dec 2004 21:23:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LNrMU014482; Wed, 1 Dec 2004 21:23:53 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1LNrRe014478; Wed, 1 Dec 2004 21:23:53 GMT (envelope-from pav) Date: Wed, 1 Dec 2004 21:23:53 GMT From: Pav Lucistnik Message-Id: <200412012123.iB1LNrRe014478@freefall.freebsd.org> To: sean-freebsd@farley.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74547: [PATCH] news/nn: Fix build on FreeBSD 5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:23:53 -0000 Synopsis: [PATCH] news/nn: Fix build on FreeBSD 5.3 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Dec 1 21:23:47 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74547 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:46:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4B3716A4CE; Wed, 1 Dec 2004 21:46:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F89943D45; Wed, 1 Dec 2004 21:46:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LkYbU016365; Wed, 1 Dec 2004 21:46:34 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1LkYVA016361; Wed, 1 Dec 2004 21:46:34 GMT (envelope-from pav) Date: Wed, 1 Dec 2004 21:46:34 GMT From: Pav Lucistnik Message-Id: <200412012146.iB1LkYVA016361@freefall.freebsd.org> To: radek@raadradd.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74458: New port: x11-toolkits/pychm, provides bindings for CHMLIB, needed by GnoCHM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:46:34 -0000 Synopsis: New port: x11-toolkits/pychm, provides bindings for CHMLIB, needed by GnoCHM State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Dec 1 21:46:24 GMT 2004 State-Changed-Why: New port added (under textproc), thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=74458 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 21:55:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BC516A4CF; Wed, 1 Dec 2004 21:55:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E53B43D1F; Wed, 1 Dec 2004 21:55:38 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from freefall.freebsd.org (lofi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Ltc07016829; Wed, 1 Dec 2004 21:55:38 GMT (envelope-from lofi@freefall.freebsd.org) Received: (from lofi@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1Ltb38016825; Wed, 1 Dec 2004 21:55:37 GMT (envelope-from lofi) Date: Wed, 1 Dec 2004 21:55:37 GMT From: Michael Nottebrock Message-Id: <200412012155.iB1Ltb38016825@freefall.freebsd.org> To: jmegias@caja-granada.es, lofi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74551: Xlib: extension "RENDER" missing on display for fwbuilder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:55:38 -0000 Synopsis: Xlib: extension "RENDER" missing on display for fwbuilder State-Changed-From-To: open->closed State-Changed-By: lofi State-Changed-When: Wed Dec 1 21:54:49 GMT 2004 State-Changed-Why: Not a ports bug. Please report this to the fwbuilder developers at http://sourceforge.net/tracker/?atid=105314&group_id=5314&func=browse http://www.freebsd.org/cgi/query-pr.cgi?pr=74551 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 22:10:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 746EB16A4CE for ; Wed, 1 Dec 2004 22:10:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45ECD43D2D for ; Wed, 1 Dec 2004 22:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MAQL5021114 for ; Wed, 1 Dec 2004 22:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1MAQ4x021113; Wed, 1 Dec 2004 22:10:26 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 22:10:26 GMT Resent-Message-Id: <200412012210.iB1MAQ4x021113@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ion-Mihai " IOnut " Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91BF516A4CE for ; Wed, 1 Dec 2004 22:01:34 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DF243D48 for ; Wed, 1 Dec 2004 22:01:33 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 9440 invoked by uid 89); 1 Dec 2004 22:05:26 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Dec 2004 22:05:26 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id A10C311846 for ; Thu, 2 Dec 2004 00:01:29 +0200 (EET) Message-Id: <1101938489.0@it.buh.tecnik93.com> Date: Thu, 2 Dec 2004 00:01:29 +0200 From: "Ion-Mihai " IOnut " Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 Subject: ports/74599: [MAINTAINER-UPDATE] mail/dspam-devel to 20041201.1330 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:10:26 -0000 >Number: 74599 >Category: ports >Synopsis: [MAINTAINER-UPDATE] mail/dspam-devel to 20041201.1330 snapshot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 22:10:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 5.3-STABLE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 5.3-STABLE #11: Thu Nov 18 16:11:29 EET 2004 >Description: Say hello to the daemonized dspam ! Fix PREX_EXT and BDB4 handling in the port Makefile to really enable them when choosen. >How-To-Repeat: >Fix: --- dspam-devel_dspam-devel-3.3.0.a.20041125.0945_to_3.3.0.a.20041201.1330.diff begins here --- diff -urN dspam-devel.cvs/Makefile dspam-devel/Makefile --- dspam-devel.cvs/Makefile Sun Nov 28 11:01:55 2004 +++ dspam-devel/Makefile Wed Dec 1 23:52:50 2004 @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/dspam-cvs-devel${SNAP_DATE} -SNAP_DATE= .20041125.0945 +SNAP_DATE= .20041201.1330 PORTVER_MAJ= 3.3.0.a ## debug / log / admin options @@ -27,6 +27,7 @@ #OPTIONS+= SAT "Log spam source addresses to syslog" on #OPTIONS+= PARSE_TO_HEADERS "Get user from To header on fp spam" off OPTIONS+= PREF_EXT "Preferences in database not in files" off +OPTIONS+= DAEMON "Daemonize dspam; speak LMTP; EXPERIMENTAL" off ## algorithm options OPTIONS+= GRAHAM_BAYES "Enable Graham (traditional) bayesian" on OPTIONS+= BURTON_BAYES "Enable Burton (alternative) bayesian" on @@ -162,10 +163,14 @@ #CONFIGURE_ARGS+= --enable-parse-to-headers #.endif -.if defined(PREF_EXT) +.if defined(WITH_PREF_EXT) CONFIGURE_ARGS+= --enable-preferences-extension .endif +.ifdef(WITH_DAEMON) +CONFIGURE_ARGS+= --enable-daemon +.endif + .if !defined(WITH_GRAHAM_BAYES) CONFIGURE_ARGS+= --disable-traditional-bayesian .endif @@ -315,7 +320,7 @@ DBDRV_COUNT:= ${DBDRV_COUNT:S/o//} .endif -.if defined(WITH_BDB) +.if defined(WITH_BDB4) LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 CONFIGURE_ARGS+= --with-storage-driver=libdb4_drv \ --with-db4-includes=${LOCALBASE}/include/db41 diff -urN dspam-devel.cvs/distinfo dspam-devel/distinfo --- dspam-devel.cvs/distinfo Sun Nov 28 11:01:55 2004 +++ dspam-devel/distinfo Wed Dec 1 23:52:50 2004 @@ -1,2 +1,2 @@ -MD5 (dspam-devel.3.3.0.a.20041125.0945.tar.gz) = 91bcb96a4b42c14413c7a2b70603f0fb -SIZE (dspam-devel.3.3.0.a.20041125.0945.tar.gz) = 624972 +MD5 (dspam-devel.3.3.0.a.20041201.1330.tar.gz) = aa5c742f12e9ada86d94af49f56b5ce3 +SIZE (dspam-devel.3.3.0.a.20041201.1330.tar.gz) = 626853 diff -urN dspam-devel.cvs/files/UPDATING dspam-devel/files/UPDATING --- dspam-devel.cvs/files/UPDATING Sun Nov 28 03:09:18 2004 +++ dspam-devel/files/UPDATING Wed Dec 1 23:57:01 2004 @@ -12,6 +12,34 @@ ############################################################################ +# dspam-devel-3.3.0.a.20041201.1330 +# + +Say hello to the daemonized dspam! Enble it at compile-time with DAEMON option. + +- it speaks LMTP: +LHLO +MAIL FROM: [password]@[server id] +RCPT TO: [list of DSPAM users] [DSPAM parameters] [delivery agent parameters] +DATA +[message] +. + +- daemon processes *and* delivers at the moment (including to stdout). +- For client-side delivery, use --stdout and configure your MTA to deliver. +- it may be necessary to perform all delivery in the client, as using fork && + pipe in a MT app may be bad +- implemented multiple responses per recipient +- changed storage driver layer to use a driver context (for caching connections) +- stateful db connections done for mysql driver +- to do next: client + +- remember that all this is experimental and it may change at any time. + +- fix PREX_EXT and BDB4 handling in the port Makefile to really enable them. + + +############################################################################ # dspam-devel-3.3.0.a.20041125.0945 # --- dspam-devel_dspam-devel-3.3.0.a.20041125.0945_to_3.3.0.a.20041201.1330.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 22:15:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB2916A4CF; Wed, 1 Dec 2004 22:15:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0C443D3F; Wed, 1 Dec 2004 22:15:13 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MFDLc021387; Wed, 1 Dec 2004 22:15:13 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1MFCl1021383; Wed, 1 Dec 2004 22:15:12 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 22:15:12 GMT From: Tilman Linneweh Message-Id: <200412012215.iB1MFCl1021383@freefall.freebsd.org> To: kay_lehmann@web.de, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/71074: [Maintainer Update] sysutils/kdar: Update to version 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:15:13 -0000 Synopsis: [Maintainer Update] sysutils/kdar: Update to version 1.2.0 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 22:14:31 GMT 2004 State-Changed-Why: Committed, thanks. I added patches to fix build on 6.x. The real fix is already in KDE CVS, so probably you can remove this hack after one of the next releases. http://www.freebsd.org/cgi/query-pr.cgi?pr=71074 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 22:19:59 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF2816A4CF; Wed, 1 Dec 2004 22:19:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3203C43D2F; Wed, 1 Dec 2004 22:19:59 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MJxbX021530; Wed, 1 Dec 2004 22:19:59 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1MJw19021526; Wed, 1 Dec 2004 22:19:58 GMT (envelope-from arved) Date: Wed, 1 Dec 2004 22:19:58 GMT From: Tilman Linneweh Message-Id: <200412012219.iB1MJw19021526@freefall.freebsd.org> To: blaz@si.FreeBSD.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74446: MAINTAINER-UPDATE: net-mgmt/nagios-plugins to 1.4.0.a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:19:59 -0000 Synopsis: MAINTAINER-UPDATE: net-mgmt/nagios-plugins to 1.4.0.a1 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Wed Dec 1 22:19:52 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74446 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 1 23:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A0116A4CE for ; Wed, 1 Dec 2004 23:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBDC43D1F for ; Wed, 1 Dec 2004 23:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NoLhX034607 for ; Wed, 1 Dec 2004 23:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB1NoLfW034605; Wed, 1 Dec 2004 23:50:21 GMT (envelope-from gnats) Resent-Date: Wed, 1 Dec 2004 23:50:21 GMT Resent-Message-Id: <200412012350.iB1NoLfW034605@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ronald Klop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E58D16A4CE for ; Wed, 1 Dec 2004 23:46:00 +0000 (GMT) Received: from smtp19.wxs.nl (smtp19.wxs.nl [195.121.6.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C03143D46 for ; Wed, 1 Dec 2004 23:45:59 +0000 (GMT) (envelope-from ronald@cs.vu.nl) Received: from ronald.echteman.nl (ip51cdc5d2.speed.planet.nl [81.205.197.210])2004)) with SMTP id <0I820001SI0MF6@smtp19.wxs.nl> for FreeBSD-gnats-submit@freebsd.org; Thu, 02 Dec 2004 00:45:58 +0100 (CET) Received: (qmail 32026 invoked from network); Wed, 01 Dec 2004 23:45:57 +0000 Received: from unknown (HELO laptop.thuis.klop.ws) (192.168.1.4) by ronald.echteman.nl with SMTP; Wed, 01 Dec 2004 23:45:57 +0000 Received: (qmail 22076 invoked from network); Wed, 01 Dec 2004 23:45:55 +0000 Received: from localhost.thuis.klop.ws (HELO laptop) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; Wed, 01 Dec 2004 23:45:55 +0000 Message-Id: <1101944755.0@laptop> Date: Thu, 02 Dec 2004 00:45:55 +0100 From: Ronald Klop To: FreeBSD gnats submit X-Send-Pr-Version: gtk-send-pr 0.4 cc: ronald@cs.vu.nl Subject: ports/74602: Update java/jmp from 0.44 to 0.45. (with patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:50:21 -0000 >Number: 74602 >Category: ports >Synopsis: Update java/jmp from 0.44 to 0.45. (with patch) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 01 23:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ronald Klop >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #59: Tue Nov 16 23:49:18 CET 2004 root@guido.thuis.klop.ws:/usr/obj/usr/src/sys/LAPTOP >Description: Very simpel update of version number and distinfo. >How-To-Repeat: Just do it again. :-) >Fix: --- jmp.diff begins here --- diff -rNu jmp-0.44/Makefile jmp/Makefile --- jmp-0.44/Makefile Thu Nov 11 15:00:53 2004 +++ jmp/Makefile Wed Dec 1 23:20:37 2004 @@ -6,8 +6,7 @@ # PORTNAME= jmp -PORTVERSION= 0.44 -PORTREVISION= 1 +PORTVERSION= 0.45 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ diff -rNu jmp-0.44/distinfo jmp/distinfo --- jmp-0.44/distinfo Thu Nov 4 16:02:42 2004 +++ jmp/distinfo Wed Dec 1 23:22:19 2004 @@ -1,2 +1,2 @@ -MD5 (jmp-0.44.tar.gz) = a10d6f394747723675a5da68d8c393e8 -SIZE (jmp-0.44.tar.gz) = 475125 +MD5 (jmp-0.45.tar.gz) = b2b145714f2a1b569217b2dc3b9259cb +SIZE (jmp-0.45.tar.gz) = 476409 --- jmp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 00:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B81E116A4CF for ; Thu, 2 Dec 2004 00:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 250CD43D1D for ; Thu, 2 Dec 2004 00:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB200kgL034898 for ; Thu, 2 Dec 2004 00:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB200keT034892; Thu, 2 Dec 2004 00:00:46 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 00:00:46 GMT Resent-Message-Id: <200412020000.iB200keT034892@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jie Gao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A103016A4CE for ; Wed, 1 Dec 2004 23:52:19 +0000 (GMT) Received: from ensa.cpsc.ucalgary.ca (ensa.cpsc.ucalgary.ca [136.159.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4881A43D2F for ; Wed, 1 Dec 2004 23:52:19 +0000 (GMT) (envelope-from gaoj@cpsc.ucalgary.ca) Received: from imgw1.cpsc.ucalgary.ca (imgw1 [136.159.5.9]) iB1NkdOq027218 for ; Wed, 1 Dec 2004 16:46:39 -0700 Received: from _HOSTNAME_ (sana-sa [136.159.7.231])iB1NkXP0002677 for ; Wed, 1 Dec 2004 16:46:34 -0700 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Wed, 1 Dec 2004 16:46:33 -0700 Message-Id: <200412012346.iB1NkXP0002677@imgw1.cpsc.ucalgary.ca> Date: Wed, 1 Dec 2004 16:46:33 -0700 From: "Jie Gao" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74603: [Maintainer] Update textproc/scim and textproc/skim to latest versions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jie Gao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:00:47 -0000 >Number: 74603 >Category: ports >Synopsis: [Maintainer] Update textproc/scim and textproc/skim to latest versions >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 Dec 02 00:00:46 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jie Gao >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD aibsd 5.3-STABLE FreeBSD 5.3-STABLE #2: Mon Nov 29 20:33:22 MST 2004 root@aibsd:/usr/obj/usr/src/sys/AIBSD i386 >Description: Update textproc/scim and textproc/skim to latest versions: textproc/scim 1.0.0 --> 1.0.1 textproc/skim 1.0.0 --> 1.0.2 >How-To-Repeat: N/A >Fix: Apply the following two patches in ${PORTSDIR}. --- patch-textproc-scim begins here --- Index: textproc/scim/Makefile =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/scim/Makefile,v retrieving revision 1.5.2.1 retrieving revision 1.8 diff -u -r1.5.2.1 -r1.8 --- textproc/scim/Makefile 1 Dec 2004 23:15:33 -0000 1.5.2.1 +++ textproc/scim/Makefile 9 Nov 2004 00:17:25 -0000 1.8 @@ -6,8 +6,7 @@ # PORTNAME= scim -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~suzhe/sources/ Index: textproc/scim/distinfo =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/scim/distinfo,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- textproc/scim/distinfo 17 Sep 2004 19:47:48 -0000 1.3 +++ textproc/scim/distinfo 9 Nov 2004 00:17:25 -0000 1.4 @@ -1,2 +1,2 @@ -MD5 (scim-1.0.0.tar.gz) = 810741700b2ea73467eb3de6b61f3330 -SIZE (scim-1.0.0.tar.gz) = 2309045 +MD5 (scim-1.0.1.tar.gz) = f30d235cd5942014a9f12a05118705a1 +SIZE (scim-1.0.1.tar.gz) = 2311537 Index: textproc/scim/pkg-plist =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/scim/pkg-plist,v retrieving revision 1.4.2.1 retrieving revision 1.5 diff -u -r1.4.2.1 -r1.5 --- patch-textproc-scim ends here --- --- patch-textproc-skim begins here --- Index: textproc/skim/Makefile =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/Makefile,v retrieving revision 1.5.2.1 retrieving revision 1.9 diff -u -r1.5.2.1 -r1.9 --- textproc/skim/Makefile 1 Dec 2004 23:18:10 -0000 1.5.2.1 +++ textproc/skim/Makefile 1 Dec 2004 23:38:32 -0000 1.9 @@ -6,8 +6,7 @@ # PORTNAME= skim -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.0.2 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~cougar/skim/downloads/ Index: textproc/skim/distinfo =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/distinfo,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- textproc/skim/distinfo 17 Sep 2004 21:11:33 -0000 1.4 +++ textproc/skim/distinfo 9 Nov 2004 00:15:05 -0000 1.5 @@ -1,2 +1,2 @@ -MD5 (skim-1.0.0.tar.bz2) = 82941ec52b29c850b01f870a8d070da4 -SIZE (skim-1.0.0.tar.bz2) = 1413327 +MD5 (skim-1.0.2.tar.bz2) = 4ed805d4135e1b674413484977196bef +SIZE (skim-1.0.2.tar.bz2) = 1390287 Index: textproc/skim/pkg-message =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/pkg-message,v retrieving revision 1.1.2.1 retrieving revision 1.2 diff -u -r1.1.2.1 -r1.2 Index: textproc/skim/pkg-plist =================================================================== RCS file: /home/grads/gaoj/repository/ports/textproc/skim/pkg-plist,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- textproc/skim/pkg-plist 17 Sep 2004 21:11:33 -0000 1.2 +++ textproc/skim/pkg-plist 9 Nov 2004 00:15:05 -0000 1.3 @@ -1,5 +1,5 @@ -bin/skim bin/scim-panel-kde +bin/skim lib/kde3/kcm_skimplugin_configplugin.la lib/kde3/kcm_skimplugin_configplugin.so lib/kde3/kcm_skimplugin_inputwindow.la @@ -43,17 +43,26 @@ share/apps/skim/pics/pin_down.png share/apps/skim/pics/pin_up.png share/apps/skim/pics/scim_help.png +share/autostart/skim.desktop share/config.kcfg/generictable.kcfg share/config.kcfg/qtimm.kcfg share/config.kcfg/scim_hangul.kcfg share/config.kcfg/scimkdeconfig.kcfg share/config.kcfg/smartpinyin.kcfg +share/doc/HTML/de/skim/common +share/doc/HTML/de/skim/index.cache.bz2 +share/doc/HTML/de/skim/index.docbook +share/doc/HTML/de/skim/skim01a.png +share/doc/HTML/de/skim/skim02a.png +share/doc/HTML/de/skim/skim04a.png +share/doc/HTML/de/skim/skim24c.png +share/doc/HTML/de/skim/skim_choose_ime.png +share/doc/HTML/de/skim/skim_configuration1.png +share/doc/HTML/de/skim/skim_configuration10.png +share/doc/HTML/de/skim/skim_configuration11.png share/doc/HTML/de/skim/skim_configuration110.png share/doc/HTML/de/skim/skim_configuration111.png share/doc/HTML/de/skim/skim_configuration112.png -share/doc/HTML/de/skim/skim_contextmenu.png -share/doc/HTML/de/skim/skim_configuration10.png -share/doc/HTML/de/skim/skim_configuration11.png share/doc/HTML/de/skim/skim_configuration12.png share/doc/HTML/de/skim/skim_configuration13.png share/doc/HTML/de/skim/skim_configuration14.png @@ -61,17 +70,7 @@ share/doc/HTML/de/skim/skim_configuration16.png share/doc/HTML/de/skim/skim_configuration17.png share/doc/HTML/de/skim/skim_configuration18.png -share/doc/HTML/de/skim/skim01a.png share/doc/HTML/de/skim/skim_configuration19.png -share/doc/HTML/de/skim/skim_choose_ime.png -share/doc/HTML/de/skim/skim_toolbar1.png -share/doc/HTML/de/skim/skim_toolbar3.png -share/doc/HTML/de/skim/skim_toolbar4.png -share/doc/HTML/de/skim/skim_toolbar6.png -share/doc/HTML/de/skim/skim_toolbar8.png -share/doc/HTML/de/skim/skim02a.png -share/doc/HTML/de/skim/skim04a.png -share/doc/HTML/de/skim/skim_configuration1.png share/doc/HTML/de/skim/skim_configuration2.png share/doc/HTML/de/skim/skim_configuration3.png share/doc/HTML/de/skim/skim_configuration4.png @@ -80,17 +79,19 @@ share/doc/HTML/de/skim/skim_configuration7.png share/doc/HTML/de/skim/skim_configuration8.png share/doc/HTML/de/skim/skim_configuration9.png -share/doc/HTML/de/skim/index.docbook -share/doc/HTML/de/skim/skim24c.png -share/doc/HTML/de/skim/index.cache.bz2 -share/doc/HTML/de/skim/common -share/doc/HTML/en/skim/kdesystray.png -share/doc/HTML/en/skim/setupwindow.png -share/doc/HTML/en/skim/inputwindow.png +share/doc/HTML/de/skim/skim_contextmenu.png +share/doc/HTML/de/skim/skim_toolbar1.png +share/doc/HTML/de/skim/skim_toolbar3.png +share/doc/HTML/de/skim/skim_toolbar4.png +share/doc/HTML/de/skim/skim_toolbar6.png +share/doc/HTML/de/skim/skim_toolbar8.png +share/doc/HTML/en/skim/common +share/doc/HTML/en/skim/index.cache.bz2 share/doc/HTML/en/skim/index.docbook +share/doc/HTML/en/skim/inputwindow.png +share/doc/HTML/en/skim/kdesystray.png share/doc/HTML/en/skim/mainwindow.png -share/doc/HTML/en/skim/index.cache.bz2 -share/doc/HTML/en/skim/common +share/doc/HTML/en/skim/setupwindow.png share/doc/HTML/skim/kdex.dtd share/icons/crystalsvg/32x32/apps/skim.png share/icons/crystalsvg/scalable/apps/skim.svgz --- patch-textproc-skim ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 00:21:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E777416A522; Thu, 2 Dec 2004 00:21:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01C043D53; Thu, 2 Dec 2004 00:21:33 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20LXr4039830; Thu, 2 Dec 2004 00:21:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB20LX2Y039826; Thu, 2 Dec 2004 00:21:33 GMT (envelope-from edwin) Date: Thu, 2 Dec 2004 00:21:33 GMT From: Edwin Groothuis Message-Id: <200412020021.iB20LX2Y039826@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74584: New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:21:34 -0000 Synopsis: New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Thu Dec 2 00:21:32 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74584 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 00:21:40 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F1316A5FB; Thu, 2 Dec 2004 00:21:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36C543D1D; Thu, 2 Dec 2004 00:21:38 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20LcD9039871; Thu, 2 Dec 2004 00:21:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB20LcmB039867; Thu, 2 Dec 2004 00:21:38 GMT (envelope-from edwin) Date: Thu, 2 Dec 2004 00:21:38 GMT From: Edwin Groothuis Message-Id: <200412020021.iB20LcmB039867@freefall.freebsd.org> To: antonio@php.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74585: New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:21:40 -0000 Synopsis: New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Thu Dec 2 00:21:32 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74584 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Thu Dec 2 00:21:32 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74585 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 04:20:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3717F16A4CE for ; Thu, 2 Dec 2004 04:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0066243D31 for ; Thu, 2 Dec 2004 04:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB24KNH9076244 for ; Thu, 2 Dec 2004 04:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB24KNVI076243; Thu, 2 Dec 2004 04:20:23 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 04:20:23 GMT Resent-Message-Id: <200412020420.iB24KNVI076243@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linh Pham Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A73416A4CE; Thu, 2 Dec 2004 04:15:28 +0000 (GMT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFED743D41; Thu, 2 Dec 2004 04:15:27 +0000 (GMT) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id B545E45037; Wed, 1 Dec 2004 20:15:20 -0800 (PST) Message-Id: <20041202041520.B545E45037@q.closedsrc.org> Date: Wed, 1 Dec 2004 20:15:20 -0800 (PST) From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/74604: ports/UPDATING: add note regarding getmail and upgrading to Python 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:20:24 -0000 >Number: 74604 >Category: ports >Synopsis: ports/UPDATING: add note regarding getmail and upgrading to Python 2.4 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 04:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Linh Pham >Release: FreeBSD 5.2.1-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #3: Thu Oct 14 23:10:30 PDT 2004 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386 >Description: If someone is using getmail and updates an existing version of Python to version 2.4 (or any other version) will run into an issue where the getmailcore package cannot be found. This is due to the way the port is installed. The fix would be either a manual copy of the getmailcore directory under the previous Python install lib directory to the new one or re-install the port. Feel free to edit the note to make it easier to understand, etc. >How-To-Repeat: >Fix: --- UPDATING_getmail_py2.4.diff begins here --- --- /usr/ports/UPDATING Wed Dec 1 16:45:37 2004 +++ /home/question/ports/UPDATING Wed Dec 1 20:10:06 2004 @@ -6,6 +6,15 @@ time you update your ports collection, before attempting any port upgrades. +20041201: + AFFECTS: users of mail/getmail + AUTHOR: question+fbsdports@closedsrc.org + + When upgrading to Python 2.4, the getmailcore site package needs to be + copied manually from the previous Python site-packages directory to the + Python 2.4 site-packages directory. This can be done automatically by + re-installing mail/getmail. + 20041128: AFFECTS: users of mail/dspam and mail/dspam-devel AUTHOR: itetcu@people.tecnik93.com --- UPDATING_getmail_py2.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 05:14:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3561E16A4CE for ; Thu, 2 Dec 2004 05:14:18 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B450543D5D for ; Thu, 2 Dec 2004 05:14:17 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so1029412wra for ; Wed, 01 Dec 2004 21:14:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding; b=NZr83GByTLiHWRFtBq1aRyB7v+ddDYg+svpXVULtSmffPupfPfHtjfw45rR874GCit5K4EWx58JlaNDVCBf1ghIBfyGxaWYOo3cJ6NSkQdfFhCleV784cUYuY3598smsuwEg0gKv9jiO98KWsrYNf2qifPtaloO4J6Tw9XE153c= Received: by 10.54.46.69 with SMTP id t69mr1081816wrt; Wed, 01 Dec 2004 21:14:12 -0800 (PST) Received: by 10.54.42.32 with HTTP; Wed, 1 Dec 2004 21:14:12 -0800 (PST) Message-ID: <7e148fb904120121145bc73a7b@mail.gmail.com> Date: Thu, 2 Dec 2004 00:14:12 -0500 From: jimmie james To: freebsd-ports-bugs@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: perky@FreeBSD.org Subject: py-mpz fails on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimmie james List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 05:14:18 -0000 FreeBSD fortytwo.zapto.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Nov 19 03:37:43 EST 2004 root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 No /etc/make.conf re-cvsuped twice before reporting. Anymore info, please ask. ---> Upgrading 'py23-mpz-2.3.4' to 'py24-mpz-2.4' (math/py-mpz) ---> Building '/usr/ports/math/py-mpz' ===> Cleaning for libtool-1.3.5_2 ===> Cleaning for python-2.4 ===> Cleaning for libgmp-4.1.3 ===> Cleaning for py24-mpz-2.4 ===> Extracting for py24-mpz-2.4 >> Checksum OK for python/Python-2.4.tgz. ===> Patching for py24-mpz-2.4 ===> py24-mpz-2.4 depends on file: /usr/local/bin/python - found ===> py24-mpz-2.4 depends on shared library: gmp.6 - found ===> Configuring for py24-mpz-2.4 running config ===> Building for py24-mpz-2.4 running build running build_ext building 'mpz' extension creating build creating build/temp.freebsd-4.10-STABLE-i386-2.4 cc -fno-strict-aliasing -DNDEBUG -Os -pipe -march=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe - fPIC -I/usr/local/include -I/usr/local/include/python2.4 -c mpzmodule.c -o build/temp.freebsd-4.10-STABLE-i386-2.4 /mpzmodule.o cc: mpzmodule.c: No such file or directory cc: No input files specified error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/math/py-mpz. ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'py23-mpz-2.3.4' [Updating the pkgdb in /var/db/pkg ... - 345 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Building for py24-mpz-2.4 running build running build_ext building 'mpz' extension cc -fno-strict-aliasing -DNDEBUG -Os -pipe -march=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe - fPIC -I/usr/local/include -I/usr/local/include/python2.4 -c mpzmodule.c -o build/temp.freebsd-4.10-STABLE-i386-2.4 /mpzmodule.o cc: mpzmodule.c: No such file or directory cc: No input files specified error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/math/py-mpz. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 05:27:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CF416A4CE; Thu, 2 Dec 2004 05:27:26 +0000 (GMT) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448B043D2F; Thu, 2 Dec 2004 05:27:26 +0000 (GMT) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 2D615A98B; Thu, 2 Dec 2004 14:27:25 +0900 (KST) Date: Thu, 2 Dec 2004 14:27:25 +0900 From: Hye-Shik Chang To: jimmie james Message-ID: <20041202052725.GA63650@i18n.org> References: <7e148fb904120121145bc73a7b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7e148fb904120121145bc73a7b@mail.gmail.com> X-Accept-Language: ko, en User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: perky@FreeBSD.org Subject: Re: py-mpz fails on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 05:27:26 -0000 On Thu, Dec 02, 2004 at 12:14:12AM -0500, jimmie james wrote: > FreeBSD fortytwo.zapto.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Nov > 19 03:37:43 EST 2004 > root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 > > No /etc/make.conf re-cvsuped twice before reporting. > > Anymore info, please ask. > http://www.python.org/doc/2.3.4/lib/module-mpz.html mpz module is removed in Python 2.4. I recommend you to adopt GMPy for your applications. The py-mpz port is fixed to use Python 2.3 even if Python 2.4 is available in system. Thank you very muchfor reporting! Hye-Shik From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:32:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7053616A4CE; Thu, 2 Dec 2004 07:32:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA6143D31; Thu, 2 Dec 2004 07:32:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27WXSK026076; Thu, 2 Dec 2004 07:32:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27WXdQ026072; Thu, 2 Dec 2004 07:32:33 GMT (envelope-from linimon) Date: Thu, 2 Dec 2004 07:32:33 GMT From: Mark Linimon Message-Id: <200412020732.iB27WXdQ026072@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/74588: Update Port: databases/ruby-bdb to 0.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:32:33 -0000 Synopsis: Update Port: databases/ruby-bdb to 0.5.3 Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 2 07:32:25 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74588 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:33:01 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A5F616A4CE; Thu, 2 Dec 2004 07:33:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5BD43D46; Thu, 2 Dec 2004 07:33:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27X1aC026127; Thu, 2 Dec 2004 07:33:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27X0eZ026123; Thu, 2 Dec 2004 07:33:00 GMT (envelope-from linimon) Date: Thu, 2 Dec 2004 07:33:00 GMT From: Mark Linimon Message-Id: <200412020733.iB27X0eZ026123@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/74571: Update databases/sqlite3 to 3.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:33:01 -0000 Synopsis: Update databases/sqlite3 to 3.0.8 Responsible-Changed-From-To: freebsd-ports-bugs->green Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 2 07:32:51 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74571 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:33:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46EC016A4CE; Thu, 2 Dec 2004 07:33:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE5243D1D; Thu, 2 Dec 2004 07:33:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27XIUb026163; Thu, 2 Dec 2004 07:33:18 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27XHoi026159; Thu, 2 Dec 2004 07:33:17 GMT (envelope-from pav) Date: Thu, 2 Dec 2004 07:33:17 GMT From: Pav Lucistnik Message-Id: <200412020733.iB27XHoi026159@freefall.freebsd.org> To: radek@raadradd.com, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74459: New port: deskutils/gnochm, a GNOME viewer for CHM files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:33:18 -0000 Synopsis: New port: deskutils/gnochm, a GNOME viewer for CHM files State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Dec 2 07:31:26 GMT 2004 State-Changed-Why: New port added, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=74459 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:36:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA6D16A4CF; Thu, 2 Dec 2004 07:36:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E803843D55; Thu, 2 Dec 2004 07:36:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27a2tX026255; Thu, 2 Dec 2004 07:36:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27a2cD026251; Thu, 2 Dec 2004 07:36:02 GMT (envelope-from linimon) Date: Thu, 2 Dec 2004 07:36:02 GMT From: Mark Linimon Message-Id: <200412020736.iB27a2cD026251@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/74518: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:36:03 -0000 Synopsis: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 2 07:35:42 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=74518 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:37:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B99316A4CE; Thu, 2 Dec 2004 07:37:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACB143D1D; Thu, 2 Dec 2004 07:37:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27b1b9026328; Thu, 2 Dec 2004 07:37:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27b1GN026324; Thu, 2 Dec 2004 07:37:01 GMT (envelope-from linimon) Date: Thu, 2 Dec 2004 07:37:01 GMT From: Mark Linimon Message-Id: <200412020737.iB27b1GN026324@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/74537: editors/vim issue: report invalid size of multi-byte character X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:37:02 -0000 Synopsis: editors/vim issue: report invalid size of multi-byte character Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 2 07:36:50 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=74537 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:37:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE4D16A4CE; Thu, 2 Dec 2004 07:37:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D5A43D2F; Thu, 2 Dec 2004 07:37:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27bT8g026376; Thu, 2 Dec 2004 07:37:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27bTTV026371; Thu, 2 Dec 2004 07:37:29 GMT (envelope-from linimon) Date: Thu, 2 Dec 2004 07:37:29 GMT From: Mark Linimon Message-Id: <200412020737.iB27bTTV026371@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/74580: multimedia/mpeg4ip fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:37:29 -0000 Synopsis: multimedia/mpeg4ip fails to build Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 2 07:37:20 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74580 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 07:37:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0004916A4CE; Thu, 2 Dec 2004 07:37:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01BA43D2F; Thu, 2 Dec 2004 07:37:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27bv18026424; Thu, 2 Dec 2004 07:37:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB27bvMa026420; Thu, 2 Dec 2004 07:37:57 GMT (envelope-from linimon) Date: Thu, 2 Dec 2004 07:37:57 GMT From: Mark Linimon Message-Id: <200412020737.iB27bvMa026420@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, eik@FreeBSD.org Subject: Re: ports/74560: Ports openldap22-* library compilation order causes {crypt}md5 authentication to fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:37:58 -0000 Synopsis: Ports openldap22-* library compilation order causes {crypt}md5 authentication to fail Responsible-Changed-From-To: freebsd-ports-bugs->eik Responsible-Changed-By: linimon Responsible-Changed-When: Thu Dec 2 07:37:47 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74560 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 10:25:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B43D16A4CF; Thu, 2 Dec 2004 10:25:21 +0000 (GMT) Received: from smtp4.clb.oleane.net (smtp4.clb.oleane.net [213.56.31.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62DDE43D5A; Thu, 2 Dec 2004 10:25:18 +0000 (GMT) (envelope-from michel.gravey@7ici.biz) Received: from smtp4.clb.oleane.net (localhost [127.0.0.1]) by smtp4.clb.oleane.net (antivirus) with ESMTP id iB2APG1P008910; Thu, 2 Dec 2004 11:25:16 +0100 Received: from acer (ARennes-306-1-5-235.w81-249.abo.wanadoo.fr [81.249.55.235]) (authenticated) by smtp4.clb.oleane.net with ESMTP id iB2APFR0008854; Thu, 2 Dec 2004 11:25:16 +0100 Message-ID: <01d001c4d859$37286660$6401a8c0@acer> From: "Michel Gravey" To: Date: Thu, 2 Dec 2004 11:25:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: ports-bugs@freebsd.org Subject: FreeBSD Port: ruby18-1.8.2.p2_2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:25:21 -0000 Hello, Here is the output error when trying to update ruby18 via the ports to the latest version: cc -shared -Wl,-soname,libruby18.so.18 array.o bignum.o class.o compar.o di r.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marsha l.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o -lcrypt -lm -o libruby18.so.18 /usr/ports/lang/ruby18/work/ruby-1.8.2/lib/mkmf.rb:989: [BUG] no argument-node ruby 1.8.2 (2004-07-29) [i386-freebsd5] Abort trap (core dumped) *** Error code 134 1 error *** Error code 2 Reproducible on two x86 machines freshly updated from 4.10 to 5.3 security branch via sources (with no other problems at all, at this time) . Here is the make.conf (without the perl lines). COPTFLAGS= -O2 -pipe -fomit-frame-pointer -march=pentiumpro CFLAGS= -O2 -pipe -fomit-frame-pointer -march=pentiumpro NOPROFILE= true NOUUCP= true PPP_NOSUID= true NOGAMES= true If you have suggestions or fixes, I'm interested. Thanks in advance, Michel Gravey From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 10:54:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807C116A4CE; Thu, 2 Dec 2004 10:54:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA5A43D62; Thu, 2 Dec 2004 10:54:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2AsHct047727; Thu, 2 Dec 2004 10:54:17 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2AsG44047721; Thu, 2 Dec 2004 10:54:16 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 10:54:16 GMT From: Volker Stolz Message-Id: <200412021054.iB2AsG44047721@freefall.freebsd.org> To: ronald@cs.vu.nl, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74602: Update java/jmp from 0.44 to 0.45. (with patch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:54:17 -0000 Synopsis: Update java/jmp from 0.44 to 0.45. (with patch) State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Dec 2 10:54:02 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74602 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:07:56 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2803B16A4CE; Thu, 2 Dec 2004 11:07:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B7B43D2D; Thu, 2 Dec 2004 11:07:56 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2B7tqW051960; Thu, 2 Dec 2004 11:07:55 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2B7tfm051956; Thu, 2 Dec 2004 11:07:55 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 11:07:55 GMT From: Volker Stolz Message-Id: <200412021107.iB2B7tfm051956@freefall.freebsd.org> To: johans@stack.nl, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74534: Update port: math/gap upgrade to 4.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:07:56 -0000 Synopsis: Update port: math/gap upgrade to 4.4.3 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Dec 2 11:05:42 GMT 2004 State-Changed-Why: As you can see by the size of your patch this port desperately needs to use variables, e.g. for 4r3 vs 4r4, both in the Makefile and especially in the plist. Do you think you could do this as well? http://www.freebsd.org/cgi/query-pr.cgi?pr=74534 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E9D16A4CE for ; Thu, 2 Dec 2004 11:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B3943D3F for ; Thu, 2 Dec 2004 11:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BeSXu053639 for ; Thu, 2 Dec 2004 11:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BeSuN053637; Thu, 2 Dec 2004 11:40:28 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 11:40:28 GMT Resent-Message-Id: <200412021140.iB2BeSuN053637@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0B016A4CE for ; Thu, 2 Dec 2004 11:34:35 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6B543D55 for ; Thu, 2 Dec 2004 11:34:34 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iB2BYUZO016243 for ; Thu, 2 Dec 2004 09:34:31 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iB2BYSI4016242; Thu, 2 Dec 2004 09:34:28 -0200 (BRST) Message-Id: <200412021134.iB2BYSI4016242@digitalsign.com> Date: Thu, 2 Dec 2004 09:34:28 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74611: New port: net/pear-Net_DNSBL PEAR DNSBL Checker X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:40:29 -0000 >Number: 74611 >Category: ports >Synopsis: New port: net/pear-Net_DNSBL PEAR DNSBL Checker >Confidential: no >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 Dec 02 11:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: net/pear-Net_DNSBL PEAR DNSBL Checker Checks if a given Host or URL is listed on an DNSBL or SURBL. >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: # # pear-Net_DNSBL # pear-Net_DNSBL/Makefile # pear-Net_DNSBL/distinfo # pear-Net_DNSBL/pkg-descr # echo c - pear-Net_DNSBL mkdir -p pear-Net_DNSBL > /dev/null 2>&1 echo x - pear-Net_DNSBL/Makefile sed 's/^X//' >pear-Net_DNSBL/Makefile << 'END-of-pear-Net_DNSBL/Makefile' X# Ports collection makefile for: pear-Net_DNSBL X# Date created: 02 December 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Net_DNSBL XPORTVERSION= 0.5.4 XCATEGORIES= net pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR DNSBL Checker X XBUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ X ${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \ X ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= yes X XCATEGORY= Net XFILES= DNSBL.php DNSBL/SURBL.php XTESTS= testNetDNSBL.php testNetDNSBLSURBL.php X X.include X XPHP_VERS= ${PHP_VERSION:S/.//g} X X.if defined(PHP_VERS) && ${PHP_VERS} < 420 XIGNORE= "You need PHP 4.3.6 or later to install PEAR::Net_DNSBL" X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Net_DNSBL/Makefile echo x - pear-Net_DNSBL/distinfo sed 's/^X//' >pear-Net_DNSBL/distinfo << 'END-of-pear-Net_DNSBL/distinfo' XMD5 (PEAR/Net_DNSBL-0.5.4.tgz) = 24b43fdc8ab393c8ba0bc8a2b1ee2855 XSIZE (PEAR/Net_DNSBL-0.5.4.tgz) = 4181 END-of-pear-Net_DNSBL/distinfo echo x - pear-Net_DNSBL/pkg-descr sed 's/^X//' >pear-Net_DNSBL/pkg-descr << 'END-of-pear-Net_DNSBL/pkg-descr' XChecks if a given Host or URL is listed on an DNSBL or SURBL. X XWWW: http://pear.php.net/package/Net_DNSBL/ END-of-pear-Net_DNSBL/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:41:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D42616A4CF; Thu, 2 Dec 2004 11:41:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEB643D2F; Thu, 2 Dec 2004 11:41:28 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BfSwu053790; Thu, 2 Dec 2004 11:41:28 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BfSRo053786; Thu, 2 Dec 2004 11:41:28 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 11:41:28 GMT From: Volker Stolz Message-Id: <200412021141.iB2BfSRo053786@freefall.freebsd.org> To: tim@bishnet.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74519: [MAINTAINER] misc/proxyper: Improve startup script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:41:29 -0000 Synopsis: [MAINTAINER] misc/proxyper: Improve startup script State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Dec 2 11:40:49 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74519 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:46:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7FE16A4CE; Thu, 2 Dec 2004 11:46:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B9843D48; Thu, 2 Dec 2004 11:46:22 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BkM0L053895; Thu, 2 Dec 2004 11:46:22 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BkMnV053891; Thu, 2 Dec 2004 11:46:22 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 11:46:22 GMT From: Volker Stolz Message-Id: <200412021146.iB2BkMnV053891@freefall.freebsd.org> To: conrads@cox.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74441: Update port: games/gnuchess (new version 5.07 with optional opening book support added) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:46:23 -0000 Synopsis: Update port: games/gnuchess (new version 5.07 with optional opening book support added) State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Dec 2 11:45:27 GMT 2004 State-Changed-Why: Please see the Porter's Handbook on how to submit updates in unified diff format. Also, please not that README.html is not part of the port but generated for the CD-sets. http://www.freebsd.org/cgi/query-pr.cgi?pr=74441 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:49:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EAD16A4CE; Thu, 2 Dec 2004 11:49:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB77843D58; Thu, 2 Dec 2004 11:49:42 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BngA8053965; Thu, 2 Dec 2004 11:49:42 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BngCP053961; Thu, 2 Dec 2004 11:49:42 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 11:49:42 GMT From: Volker Stolz Message-Id: <200412021149.iB2BngCP053961@freefall.freebsd.org> To: eps+pbug0411@ana.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74270: dns/dnsmasq 2.18 upstream changes necessitate port modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:49:42 -0000 Synopsis: dns/dnsmasq 2.18 upstream changes necessitate port modification State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Dec 2 11:49:21 GMT 2004 State-Changed-Why: Forwarded PR to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74270 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:50:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8863816A4CE; Thu, 2 Dec 2004 11:50:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6047843D1F; Thu, 2 Dec 2004 11:50:07 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Bo7FP054025; Thu, 2 Dec 2004 11:50:07 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Bo7NI054021; Thu, 2 Dec 2004 11:50:07 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 11:50:07 GMT From: Volker Stolz Message-Id: <200412021150.iB2Bo7NI054021@freefall.freebsd.org> To: eps+pbug0411@ana.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74338: dns/dnsmasq needs USE_RC_SUBR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:50:07 -0000 Synopsis: dns/dnsmasq needs USE_RC_SUBR State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Dec 2 11:49:51 GMT 2004 State-Changed-Why: Forwarded PR to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74338 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:50:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E0916A4CE for ; Thu, 2 Dec 2004 11:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8864443D1F for ; Thu, 2 Dec 2004 11:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BoQfl054090 for ; Thu, 2 Dec 2004 11:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BoQ2J054089; Thu, 2 Dec 2004 11:50:26 GMT (envelope-from gnats) Date: Thu, 2 Dec 2004 11:50:26 GMT Message-Id: <200412021150.iB2BoQ2J054089@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/74270: dns/dnsmasq 2.18 upstream changes necessitate port modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:50:26 -0000 The following reply was made to PR ports/74270; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, eps+pbug0411@ana.com, steven@honson.org Cc: Subject: Re: ports/74270: dns/dnsmasq 2.18 upstream changes necessitate port modification Date: Thu, 02 Dec 2004 12:48:36 +0100 Dear maintainer, please look into this issue. Cheers, Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 11:50:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D9316A4CE for ; Thu, 2 Dec 2004 11:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D54A43D45 for ; Thu, 2 Dec 2004 11:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BoTXA054100 for ; Thu, 2 Dec 2004 11:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2BoTow054099; Thu, 2 Dec 2004 11:50:29 GMT (envelope-from gnats) Date: Thu, 2 Dec 2004 11:50:29 GMT Message-Id: <200412021150.iB2BoTow054099@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Volker Stolz" Subject: Re: ports/74338: dns/dnsmasq needs USE_RC_SUBR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:50:29 -0000 The following reply was made to PR ports/74338; it has been noted by GNATS. From: "Volker Stolz" To: freebsd-gnats-submit@freebsd.org, eps+pbug0411@ana.com, steven@honson.org Cc: Subject: Re: ports/74338: dns/dnsmasq needs USE_RC_SUBR Date: Thu, 02 Dec 2004 12:49:11 +0100 Dear maintainer, please look into this issue. Cheers, Volker From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 12:19:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11E016A4CE; Thu, 2 Dec 2004 12:19:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E16A43D2F; Thu, 2 Dec 2004 12:19:24 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CJOgt058911; Thu, 2 Dec 2004 12:19:24 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2CJNOh058907; Thu, 2 Dec 2004 12:19:23 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 12:19:23 GMT From: Volker Stolz Message-Id: <200412021219.iB2CJNOh058907@freefall.freebsd.org> To: andrew+ports@fubar.geek.nz, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74313: Update net/libvncserver to not require X11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:19:24 -0000 Synopsis: Update net/libvncserver to not require X11 State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Thu Dec 2 12:19:15 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74313 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 12:36:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09EB416A4CE; Thu, 2 Dec 2004 12:36:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9DF043D4C; Thu, 2 Dec 2004 12:36:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CaATU060394; Thu, 2 Dec 2004 12:36:10 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Ca8L9060390; Thu, 2 Dec 2004 12:36:08 GMT (envelope-from vs) Date: Thu, 2 Dec 2004 12:36:08 GMT From: Volker Stolz Message-Id: <200412021236.iB2Ca8L9060390@freefall.freebsd.org> To: mike@a1plushosting.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/73803: MuSE fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:36:11 -0000 Synopsis: MuSE fails to build State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Thu Dec 2 12:35:22 GMT 2004 State-Changed-Why: The port will get marked BROKEN automagically once the cluster tries to build the package next time. Thanks for your submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=73803 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 12:50:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D5316A4CF for ; Thu, 2 Dec 2004 12:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBAC43D2F for ; Thu, 2 Dec 2004 12:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CoSUl060776 for ; Thu, 2 Dec 2004 12:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2CoSYt060774; Thu, 2 Dec 2004 12:50:28 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 12:50:28 GMT Resent-Message-Id: <200412021250.iB2CoSYt060774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henri Michelon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A3B16A4CE for ; Thu, 2 Dec 2004 12:40:45 +0000 (GMT) Received: from servbsd1.intra.e-cml.org (iiriam.iiriam.fr [194.167.168.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DC543D1D for ; Thu, 2 Dec 2004 12:40:44 +0000 (GMT) (envelope-from michelon@servbsd1.intra.e-cml.org) Received: from servbsd1.intra.e-cml.org (localhost [127.0.0.1]) iB2CfaBx028503 for ; Thu, 2 Dec 2004 13:41:36 +0100 (CET) (envelope-from michelon@servbsd1.intra.e-cml.org) Received: (from michelon@localhost) by servbsd1.intra.e-cml.org (8.13.1/8.12.10/Submit) id iB2Cfarp028502; Thu, 2 Dec 2004 13:41:36 +0100 (MET) (envelope-from michelon) Message-Id: <200412021241.iB2Cfarp028502@servbsd1.intra.e-cml.org> Date: Thu, 2 Dec 2004 13:41:36 +0100 (MET) From: Henri Michelon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74613: [ maintainer-update ] multimedia/gdvrecv update to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Henri Michelon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:50:28 -0000 >Number: 74613 >Category: ports >Synopsis: [ maintainer-update ] multimedia/gdvrecv update to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 12:50:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Henri Michelon >Release: FreeBSD 5.3-RELEASE i386 >Organization: x-tech >Environment: System: FreeBSD servbsd1.intra.e-cml.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Fri Nov 5 19:40:25 MET 2004 root@servbsd1.intra.e-cml.org:/opt/obj/a/servux/export/src-5.3/sys/PXEKERNEL i386 >Description: update to 1.1 >How-To-Repeat: >Fix: --- gdvrecv-1.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: # # gdvrecv # gdvrecv/Makefile # gdvrecv/distinfo # gdvrecv/pkg-descr # gdvrecv/pkg-plist # echo c - gdvrecv mkdir -p gdvrecv > /dev/null 2>&1 echo x - gdvrecv/Makefile sed 's/^X//' >gdvrecv/Makefile << 'END-of-gdvrecv/Makefile' X# New ports collection makefile for: gdvrecv X# Date created: 01 Nov 2004 X# Whom: Henri Michelon X# X# $FreeBSD: /repoman/r/pcvs/ports/multimedia/gdvrecv/Makefile,v 1.2 2004/11/07 22:35:57 marcus Exp $ X# X XPORTNAME= gdvrecv XPORTVERSION= 1.1 XPORTREVISION= 0 XCATEGORIES= multimedia XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=gdvrecv X XMAINTAINER= hmichelon@e-cml.org XCOMMENT= DV Tools for FreeBSD X XUSE_BZIP2= yes XUSE_GNOME= pygtk2 XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X X.include X X.if ${OSVERSION} < 502000 XIGNORE= does not work on FreeBSD older than 5.2 X.endif X X.include END-of-gdvrecv/Makefile echo x - gdvrecv/distinfo sed 's/^X//' >gdvrecv/distinfo << 'END-of-gdvrecv/distinfo' XMD5 (gdvrecv-1.1.tar.bz2) = f220ed955b47e9aa91e3c8e8e355d175 XSIZE (gdvrecv-1.1.tar.bz2) = 20119 END-of-gdvrecv/distinfo echo x - gdvrecv/pkg-descr sed 's/^X//' >gdvrecv/pkg-descr << 'END-of-gdvrecv/pkg-descr' Xgdvrecv is a set of tools for FreeBSD 5 to receives audio and video data from a Xdigital camcorder via an IEEE 1394 (widely known as FireWire) link and stores Xthem into an DV file. X XWWW: http://gdvrecv.sourceforge.net/ Xdeveloped by Henri Michelon X X- Henri Michelon END-of-gdvrecv/pkg-descr echo x - gdvrecv/pkg-plist sed 's/^X//' >gdvrecv/pkg-plist << 'END-of-gdvrecv/pkg-plist' Xbin/dvrecv Xbin/gdvrecv X%%PYTHON_SITELIBDIR%%/firewire.so Xshare/pixmaps/gdvrecv/camcorder.png Xshare/pixmaps/gdvrecv/dv.png X@dirrm share/pixmaps/gdvrecv END-of-gdvrecv/pkg-plist exit --- gdvrecv-1.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 13:11:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A52016A4CE; Thu, 2 Dec 2004 13:11:19 +0000 (GMT) Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B760743D5E; Thu, 2 Dec 2004 13:11:17 +0000 (GMT) (envelope-from johans@mailhost.gletsjer.net) Received: by skynet.stack.nl (Postfix, from userid 65534) id 33CB7407F; Thu, 2 Dec 2004 14:12:34 +0100 (CET) Received: from mailhost.gletsjer.net (tunnel03.ipv6.stack.nl [IPv6:2001:610:1108:5001::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skynet.stack.nl (Postfix) with ESMTP id 8B9393F41; Thu, 2 Dec 2004 14:12:28 +0100 (CET) Received: by mailhost.gletsjer.net (Postfix, from userid 801) id 43C97433C; Thu, 2 Dec 2004 14:11:09 +0100 (CET) Date: Thu, 2 Dec 2004 14:11:08 +0100 From: Johan van Selst To: Volker Stolz Message-ID: <20041202131108.GA80731@taz.gletsjer.net> References: <200412021107.iB2B7tfm051956@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412021107.iB2B7tfm051956@freefall.freebsd.org> User-Agent: Mutt/1.5.6i X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on skynet.stack.nl X-Spam-Status: No, hits=0.7 required=5.0 tests=UPPERCASE_25_50 autolearn=no version=2.63 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74534: Update port: math/gap upgrade to 4.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:11:19 -0000 Good point. This patch introduces variables GAP_VERSION, GAP_WRKSRC and GAP_LIBDIR for improved readability. For a future upgrade it should suffice to change GAP_VERSION (and the filenames of DISTFILES). begin 644 gap.patch.bz2 M0EIH.3%!62936;6V44D#``4<>@PT:[IF['=GQ!`2D```1#8&@WO0'=1#BSL%-81IT[MOM\J$!*0`` M!$-YRT#T5000U4.7SRXY[N@`````#P``(>G)```W9J-O75]@KZ``:``!31A0 M@10H!0`"-``+V.G79B@```'3VP`#H`%7GL)P0#FV^>YW-Z`0].H`(`!--N5Y MZR[#T!T\!(CO0``'*>\"CP`\P7@*`#H5V]+UP%!X```````````````````` M);.F@X```````````````````$'=AP$R-:L!WAN]3V>>N`/7F/>SRS+??>.E M?+%]WA>O7=CK ML4`ZW9[UE`4;=[MX%.MWN!VW=OOCT4@"E!R:/?!S5*2*1 M]:JGEE:WL!I=@UN''(I>T]\[9&]5[?1PNLNQ\\]W/AOKU-:^XX.NPZ][57LR M]LO1KK;8^D\'#H5MGTU4:&WV-[[VWL'UX;L9@H))$AW=R[FZ10G>J;E"V]P' M>SW=[<>4K[195LSO&#^ROCO'0H[MWV`9%/3UWUVV>??#T%`+MD>^KM<^88 M"^[G(78:#WW-NWDO1=GU;EH#NQ/;(`$C?+[RO'>K?#S`4`:U7UI(WWWMOL`? M1[4%'WL#INUW,S@';Z/MM=@'WW:;VXU.1K$FFN[N6P::WL+YG1[8BXA[&'?# MM]V[;Q.-H^[*=\5--`TT3/(AOU5,(31JB@CR"#0R:`;4R9`])H-3T`2`@($` M031-)B`:--%#3R:0:>HT]0-/)*$%,),(":*>09-0#U`:-```:!H"4_5)((") M/)`34]-,A#0```````"%(D$!/1,0F@FA33TIXD]JCVA3)M-(\D&F0!H%1)"` M@"`F(F0331IJ)M"939&33*9--`!])/I/?V_/L.61MI"7%``_YV'],_USQSSU MU)-;_5Y;_A_>FM'Y_Q_3G^_'M'^SZJ_QG]W M]V[J:_^ECC_[1)(R@-[:2V^0^U^5_AUQ?;U^'RW?#MC=7PD?HH>.K961E4Y]]:J^WLGQ&X,@8QC#3 MOI_W'3IT[?[C_E_CZU]>_/:2"3_R2UNT7Y<1[>J#0D$:720X#D'IT7+;_+T= M53`V/_`P%G`4@1CW"_^??U'T/Q]4P[L-S2!"2-UL8P"=774`D8(@__S-+HN] MG/R?Q\O?YWOW\79X[ZOX7;5M[`````"YX=7+W;SNZ_<[@!WW0'?V^];;(!K2 M-7"/LX'2J%$9.*(<#!.BDXWH.<4,[::]MJUP2!H-?5--1F=NC:D?K6/UTYT9 M)0;9?T"LA.C,&!92+;'#WBA^F40?/K$'0@=ERNVT'/P]Z[=GGC@TG7"DB,`A MPQ('?66`3A0E8AU?RPG!P]/9KXY[4#4!W_/S_7VWY7KR^^2>WY9^7EA\;@.=;XJJJJ@`!] MOR=5GHS+7?S[^=SZ7CV]OU]_?");2V=;E]NQL[W.^W>=W?OW[].W69G>Y.$B M-M3N=<,>^V@P[#*AU.U@!>W8P)(828-77(P"052A1`8$W%95G7*40V<8)P`$ M3K^WV77_V3IGG%\MI\[@9O2E;0AQ76,XUM+5Y MUZC`$RWX8HH;1!9O7MOL=8R3D#4LF`Q``RQZ\C_5W[\\3X45``8H!VN7>"=;X/3V>WH3/6M-,[QH0/3^.HQC&O_YW3 MK_-=^5."2B*B3=ZAL:@CV,Z;!39"=$T+]$3HZ:,,=(&(=!_V(R,`$]F&?V3' MNV=@2<:[)B,HFK)M#C48QC<\W9)))))(((>6D!U\?;^3T^?/6?(`"(#!Q;$` M`&!%>[1A/KMJ!\-`P`@(``RBBJ*HM9R0\(]!!?:7Q[WCK9Y7?'>2(`"0#`0" M!(0@$@"$"0(D@"$`@2`D`"`($``0``B"`"`6#QXRO3W\^8`))ACR[6V$-]*N MG`OC\_I=4`,?I.!MU]^*UZ<)1.BI;<'EL"$"+IXU3Z??IK\=/O#]PE']/7O* MB'IF9M,__/]W<>9Y7(0<:KU[C]X$Z^;_?QMZ,/0""`QXMCOW;N\9^31SVR(* M'/TV[^7WOV[I8WYUKXYCGQ&^!]"2``3\%,GO\L,UBAZ2IQ.O1ZW3O\=>\=KC MRSG5EZ6)/8DM#)UIW1"CPRGQ]'7X,'OYJ--MN/&6S\CZD$WT3^1][^8'MWMZ M))))Z%,:2GJZCV^43I^TYUS*DDDDDDM*ZLM>K-!['U/@^ MO/R_)\G;\G;[5W<9HD`")VZ_;_%_+XOW?N^WY?&O3HOQW6&=V!W].5 M].YR6@[X*JFBG,P0Q68K$B)`F1)\,D"9D^&>GCKI0`\,\'??AXWTO&P```\* M``#DYZZ<^'7/9NH.)P$:D185!GJ&253.<[('E$R MZ368Q9;3$'0WDLG7X^/CX^(S]?O^/MK^.=_?Y>J>ID_)/Y<>GL<:5(6"`2#. M,)ZXQ@8"7;]R```&K;)]_JL0``#[_IZ<^`]CU/;CC[<>'/OZ>//GO>H9?&XY M[C'5CL#)4_39Z``NE]U#&,IC&VJAE#)64X51CMM?377I[>(SXZ^GK3%M`,#1?;LMEB'O='VKU]?&]-OT[=_& MV_.@W88VT90,>4]%P/8XV(Q@=K0#"-J[8&.>.WLWI[:\27`Q+=.,SRPZ<\=4 M;KU;R^=;IMMT''C7CPJ]&XOTZ<>-5WWQ@#P4;2=N>-)](I>LSMTU`Q)L@)7& MG&[1"=3W18WW].[^"+VVO;?;KTSQ%=)QC&.A,"8T```````#8*0```````U` M<```````:`%0``````$@`K``````"(`%@``````H`!:``````@``7`````!F M```\`````R```+P*::0``````````23,I2JE*5DI2E*^_"BAC,&O;10RW.#J M**&O1S&8'4C&#MRN!CF?:VP,:[IE>^>?7*O6?6R_;30C&`M;;^:TEN_;CV<` M`9(&YQ&G/K6M1SE.$\/QOM7;CI-QAC-JAU#*)MH90^V.N-)5VON6^^=[\%=7 M?G+"J4KL;3W3UGUZND M@#MZ:+@`=^O10,=#@8&Q``*WOSZ_;KR9ZSEMM*>P$QH```````&P4@ M``````!J`X```````T`*@``````)`!6``````$0`+``````!0`"T`````!`` M`N`````#,``!X````!D```7@````=@```@````&(```&````!@````8@```0 M````#L```$QH```````#P````#,``"X`````$``"T`#''''''/M-:X;5M6K1 M6*JO4Q,`P$44`-@F-````````V"D```````-0'````&4YSG.`````9 M```%X````'8`)LG.<[YSG.`"AH:@;4;;;;;;;>GI8`N[ML,S-=W=V`+(-W=W=T)-)54\LS M4TS,D855E@ZK,JJHZG&/P1@#S*#&`+LF9I\.[K@*JN[X=W=[G.GKZZ^OKZ^O MKZ^OKW&._=-T4*0B9N=*4I62?*4I2E*4I2G.9W)C0```````-@I```````#4 M````````G)K(0MMFJJJK>JPAGG//*D"0&NN@0[8888887Y9/8UK_W\SW@`2\1?:%.(/C,:28^TG[OW?O7'KU22G MR5?=?3J.-2F%[3/A&7YQ(F'0L!S+N\G^UW:G:LF/B`HC94/HW)&:MSDS%1\M ME<.4+LW9^^6$!H"XU1E#43JBNZ*LK#NA5?O"_0U3ONX0];_14K371PZIJ;1D MU_76+BU:T?*"@2+0@XS,>368^I$5X5)N<,J`H:SZ-AB[(H@)!66M4^VMK"M\ MJG*33,R%K>^WQI,08FF=''M^W[9_8'V]_UT5%]<_R?M_FK_,:7UROC7_+0S^ MBC3NS^>K^KS]V,98VC]#C9SG:\,X^7)576]U^[AMDB)68AD8?N\0?RN8%T4* M%#]Y5V,&GYBM#2D*ZJRBV'MY=9!@J906JL$1G4-U1W<7ZO1Q^\1^_%S/VU2M M4LA=4N[4,I0B$/A)M%(HS2#7*!ZO]M;$!P@36`F^WEG+OO]%_';M]/RS M,S?ITS^G[Z?[3^VG#_+.C=#]1C]^_E0%1.^!C&,8\I@,[J`:UK2J:UK0`ZUK M2?Q]>L=#/#HU5=P#D9C0``,`#\VZ&[I@.1<``````P`!54%R*JI&YN[NFM`; MNA@$``0!!````1NZ;NF[H!`!M;I`100;N[;I@&VZ!!`;N@&[HEN[6_L``9SA MNZ`01``(!!@0;N[N@!MND;NF[I@9NZ']C^O_3_;]?W>MTT^B!]T'UXM57@?C M*NG/XW_OSXP-NU^6QCG'!'V'Z!.#/AY:NG/^/IOPJJKU$#0O[OVGKX^S#@>= M_5\_BX=X&!U.,%,=[5QXZC$'XWY5.D)3"8Q!QCH!`U\>FMKW]._RV]^P#QA" MA:']^L]X/'7CH3[7TOC]F!Z>_MH^?7#SY"OT!/'QXJLS*JJJJP]P]I:!`XD% MZ\=/YO/S\^W[+^S]_M^7MW'Y\HJ_EG373HB\.*\H/)(([U*?!?#D'IT5VX^7 MJZJF!L?T,$;5@"<-[?X#T'K\)CW?Y\0H1"224^QT`'%!U^J@+)@@#@8PF)_O MC&FD]=--I&L#7&-1XZ[I(@Z0@V34B?5L]82"2J89!M_IF9DDP@G\HB@OI^!D M$D\W'JB&;>W;8][P_(.N(;S]IE,"``!#I?X6;\..-4%0`1$Y\?A['$\'./PO M3VY?@WF<<]9H``141,ZZN70`0))LY_7>O'CW[Q.H8I$10V7=G6D6(=\U,S,P MPE11.&"($)(G`PU'3O[N_\?Q_']?'OORL4^>9\2_:*6][>D/P@1[^[]/GY[C MN_!/?[YY?CA\7PAJ^AQRJJJJJ``;W59Y\7SZ=_T^/7X\7KWB(*,))Z:X&N-8 MUUG77761IH!IK83(P!@()E"40(K!U@8P%%XP2/UZ[_M^T>-$TT))"#8]->JR MI)).O"]7ZLFA^:YG0G5*5\\[KBJVIAIJ_4#`7\&C'!&\M3YSO0LX:A)`T&," M]"XUD8TDMIH^`^,;$9`P+"#0@:K8W^OG?2HV45H`;&,8`&NE-'/"VR;G\.>? M%[@>WU]NO7GCW^_MY\9Z```;N=WP]LFQ&R[2-=DNVAOZ_PFQ))))).SK6MLF MQV7:==DI7-48)))))0(A)*8&?X//6L#8C2KWUU@/M\OEZJOR/'MXW\)JS-9F MNG3^SEP^A'W\C?BGI'I)L@DX1@.IQA!?:HQCBZ[:..@``R^A)))))``;NAOI M^'MXYOQT`!$!@&$``&!$&&'ONX0`!@!`0`!A$$$.]EWKKW\^GO[][ROY/W_Q M?O\^GURL^+IST30<\PIM4Y8(`V0F!?Z?C>_3CY_9^H3H;]_$J(>F9FTS_3]G M?N9\)D(.-5Z=A^\"=?-_O]=O1O%>N*($''1N/'7Q3GT5^M0-RAO\[^/1]KU[ MI8^G&M?/F.?/2_IS@DD`5[29.HWFM"AZP<2?+UZWEX>6O>/2X\\YQ*'L<2>Y M):&3M3NB%'AE/CZ.OP8/CTJ--MN.J?R\OZW\V'W` MQ/F$]_OS/R))).S_G-/Y26M$51$1(B(B(B(B(9>J2=N\_4??30LA0)TDE40F MU;4<`-+]-N!U*WOWMMM[B:'I(FVV9F:_.37^>M_S_C_;E!RZ>VB([D]T1!'G[<]?O5>O M?]V94/GC\U'CI%-RG,?SUCK"3X51'%*JK+$37?+*QMUE>JMMU$JE-^=FC-,[9Y-G3&#I.8ZN=R5RNTE'#K MP_F^PP!7;M+8&!WA-6[=E\WZ1%'OGLH;M[]TC9_7U\;TV_3MW\5ORFW M&,;:,H&/*>BX'L<;$8P.UH!A&U=L#'/';V;T]M>)+@8ENG&9Y8=.>.J-UZMY M?.MTVVZ#CQKQX5>C<7Z=./&J[[XP!X*-I.W/&D^D4O69VZ:X&+.!5<:<;M$) MU/=%C??T[OX(O'%^/;%4ORBNDXQC'0F!,:```````!L%(```````:@.````` M``-`"H``````"0`5@`````!$`"P``````4``M``````0``+@`````S```>`` M```9```%X%--(``````````)+)LI52E*V4I2E??@QE#+JJ:*&69WNQC!KHH& M!U(Q@Z\K@8XGVML#'3A,KWSOZY5ZSZV7[::$8P%K;?S6DMW[<>S@`#)`W.(T MY]:UJ. M>-.W;QPXU\M4N$K;LS3T[[3VYVJQU]MMNE1.KKKR[IZQM/=/6?7JZ2`.WIHN M`!WZ]%`QT.!@;'``.XY].)PLP?**Y&6LY;;:SV`F-````````V"D```````- M0'```````&@!4``````!(`*P``````B`!8``````*``6@`````(``%P````` M9@``/`````,@``"\````#L```$`````Q````P````,````#$```"`````=@` M``O`````R```'@````&8``%P`````(``%H`&......,)K7#:QJ5:(QZ(]#$P M#`0%`#8)C0```````-@I```````#4!P``````!H`5```````2`"L``````(@ M`6``````"@`%H`````"``!<`````&8``#P````#(```O`````[```!`````, M0```,````#`````Q````@````'8```+P````,@``!X````!F``!<`````"`` M!:`!CCCCCCC!Z87[6W60*.UD**&,9EA"N[*X>`$0#;0-J/3T]/3T]/3T]+`% MW=MAF9KN[NP!=HB7=W=T!555/+,U-,Q.,*JRP=5F5541P!\SC`$$8P!5$Q$O MAW=XQW[H.5"M8VFEE,I2E9*4I2E*4I2E M*JPAGG//*D"0&N MN@0[8888887Y9/8UKOY!K\E_N.+R_OP_EZ/Z^!LY_Z.G39TZ.7[ M%!0Z_O*JHB_F^W^?])[?R>X.\[/(]`Y>W^WTO]/B9_7_:7ERY_UZ2/?^B6<= M#IV^!_B,8^PT_TGMC^!^GX45NGH-2!J<#^<;P?Z1ZL!;_@_5_^/^6?[T7^Y5 M7E;V_]_WTQC`&,=!_7^D6Z?UX[^/'W7_AW!_C^::S^!I?]JR?7'%T/^6/$G& MC0&D;O[?Y`B$-/HJD59$EI):B6$1I$*%I6A%*4*"EI$:406A$H:4*!*$H$*! MI&D:0"BJH4I2AII2FE*1*6BAH`I0&D6D2E2A$"(*%H0*5:2@**JA**%H1H&F MD1*$:)616%4498891B&9%!0`@4!2A2(E(44+0-`!0#30-"E-+32E4E!12HE" M-50%*A2M%(--8145A&%611E&%F0BE"EI1HH2A"@&BE&C(K(J(HL#(LS*BC$P M6A4H$*$:6DI0IH`**0*:4HI1I&A2EJ@&D`H$*(FD%"A**45H&A46E*0***5H M**$:"(H0H&J%6@:0I0*%"@1,LLBC+**,C(JPC,BHLJ+",J+"C+,,+*(C,C"R MPRHB,LB@J,K#,C***BJ,JBBL,HS+",L,+`K**,HHC,HQ4T4%*M`M*D2`4`TJ M%"M(I$`TK10J%4E--%*E#250M*4*4!2"E"$0I30+2%(T(%50H45B!%J21%I" MU"1+4`+`JT*4*%*J4M`HTH#1"+0-222$(??B39)YOOEM7R/E5%%L[@\@_)'O M9%%%`F?[?X5_$[BQ(78"/]:?P<&DGZI9\W#F_0\/\]\S/Q)$F[^1[/UW?9T/ M]SE_:W9NM9F9F9C?:F;3?15UG>JB$QGBQYFY'CX^_K]=S?????>-66H M>CXL=)9:88!E!GO/K[JKBJN*JXJKBJN*JXJJJJJO?F<&!FZ```````!VJ[75 M_,[G?N````!WJ[+M770````.9.V9GUD]IUSRJXJKBJ_?F3.^[JK/A[D\%O[T MZ>G00T0D0@XP'O)*(.G(00/ZCV#_X9)T'"YZY^#ZGV(S?7L*?&$2MFP`I&`2 M,>FW?6E]XQB^WL^D1SJE')Y(YYYW%.`$2M&P`IQ@$@<[.-W=W=W^%MM MMVVVV\VVVVVVVWO;;;;;;;55>]MMM55555\6VVVVVVU557BVVVVVVVJ[;;;; M;;;555;YTW39=+IOGB[;;;;;:JK];;;:JJJJ_IMMMJJJJ[;;;5>;;;;;;;;; M;;;;;;;;;;;;;;;;;;:JK;;;;;;;:JJJK;;;;;;;;;;;;;;9UI=#9=-T-_BX MN[;;SN[N[N[;;;;;;;;_AW=W=W=XW=W=W=MMMMW=W=W=VVVVVVVVVVVVW=W= MW=W>)NZJKMMMM5555555XMMMMMMMJNVVVVVVVU557;;;:JKU3BZ#='=!WM=W M=W=VU5555555555557\K;;:JKU;;;5555;;;;55555555555555555555555 M5>J64YNEFF\\7;;5555>;;;;MMMMVVVVJJJJJJJJJJJJJJVVVVJJJJVVVVO5 MMMM5555555555555557JCE#JZ;FANM555555555555555555555555555555 M5555555555555YMMMJJJJJJKPT.-W=#=:JJJJJJJJJJJ\VVVU55555555555 M555555555555555555555555558\-#AW70W6JJJJJJJJJJJJJJJJJJJJJJJJ MJ]6VVU5555555555555555555555551^+R;-.:EX>#9IQ6J^UMMM555555MM MMM5555555555>UMMM5555555555555557[9;555555555556==;H[-;HZU7U MMMMJJJJJJMMMMJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJKPT+;0X MV-MEMMMMJJKU;;;5555555555555555555W=````````WMSCG-X@```>N[NZ M````'ON@``!WW=W0``#NM-VT@````````````````%NZ\;SFN-`````````` M```#M;H`=MW=T)VFC9J`!N[NZ````````'-W=T`````XTW=(```````````` M!S=W=```.W3G&\;Q`````````````````'%JU:@````````````````'.(`````>;:6M+.9LNC!+GJ_)DGYDS\_O_5[[X[>!$]YGM(3TXX>$;6HS[9/ ME...`5`BQ"+$>*MI[[NKM-!%XMLKN[QP;=X%7AME=W=A0&"'>3]AH M";L;;W33-7&*[:],CSKS\_/4GI3G8XO''%F<63O$G=8LA(STLJQL(@,)"$OF MZ[KNNV$)8D&$(1BL4E*6M*P/)&ITY0:Z:AF`[D-]ZXY<8T.EII>@9L!3OL22 M222FB)1J*4#0X#N[LW\P:KC*!G!=7=![JJ?%5558$';+;9>#GSY\^?AQQQQV MSHP\>;EMN50\M50'(!LA,^F3/NZ[?#SW\]A4:N]<'_X1'(_?LRCIYT;^=)"> M5XZ,>368/^*_=AMI8G99:2SIK"R6NX=K3V=GT"5NRA30S"C)&DW+8[K=WW,8 M4):U802J.S+!OGA:TA2_L/K]3ICLR=M^?,*'.B?.@Q"IHZJF[*T.M4BNE.C- M_5W,*GXE")0\JDE)M,G)%((2/]P_@=OGZ>6/JNW$#J4GUW49/K(5%8FM#@<(O9?^&65`AUY5*[VUEVX=6'2==,OUI+/L46TV2=/!N: M(5)O78PT`P--4?RV&52#JB%W\)6)G7-:=926KQ\NO.7.C'8UF# MZK]&&VEB=EEI+.FL+):[AVM/D[/H$K=E"G2])8:$2]E<=UNJ[F,*$RM6$$JC MLT,+YX6M(4N?GWZZA$37J_#1"""?IE9RZ*C*P9G9VF46$=2B+^(>"OR28)D+ MLRL42TW*VD_1DD_;\E_OV^FWIY<^J\O`Y/KPPR?6`J*PF^'(Y,OZWUS7HV_Y MU]MJ'`X1>Z_G+*@0Z]%2NU]W=NCJP[3MIE^M)9\%%M-DG2.+I2&2;UV,-`,! M=-57T;#*I!U1'?PE8GRG9DQIUX44PWZ_>]UD5Z?+J6U.R]KUTB!S]]_SU/X) M\/\_S,P'C$CSW'ICY$H"QY/X,..5M*[U>W;69FQ&LMQ69;(9LMTVSFETQRV6 M=6IM)/9&P*20NROM"S(A8>)U>J@9!""^OW^/?J,S.__/P.CATN[%Q%W8TTU' MR!&(!'@9&4"!,,R(B(`1PQ3&CPZ_*,LRES"[-U;^F9F?WE,4$"T)[NI8EFYT M\3#Q]?;R2C9DR3+9SF8>+`PAU2J%1*%%$5*ZADF6U$14E2HI0*54*5)(I0HJ M%(H5UVM\GR5O+;*NKEL\"S;M6WMQ#(?EZNKUK=%>/QZ\>_F+?Q$1&\S$.W]> MJL3U`#B0P#!`$`U"!6)0>K\_UEY2'[/GX^W=R.?,%IM,<&9X0;A[[,7KIMI M2>R<4>>=\,3D\&U#=2G'Q,N27A%5"95"[0&/:4[D,<="((0NPHN@,4RR@1BZ M^(^;L7I5154H$]3#(2V8R]S$LX2%9%XZM:]!P2$84)Q:JXP6*ZJ@5"`^48,F MBH#ZL%(G;A>'JDWS"EF1"SH^&\,IYK;\?CS><^^4Z^GBNU>%+1$BHAU>]-M5 M5I"JE6!@S?6:=^\JWRA5M7I"N&%+6MJR[775/=:=&GMV[=^_??4->=>>'Y4U91$Z$[VS,B!PI7W_'Y:_$G))[D^9(V=@X\6[U?IXXNBJ43T52 M8R\RD/"*>R7QNB)LJK#THPJDS\+XT0.0-*12"253X5ZJ?+/W^,KGA^../,LS M-I&B-\)(EO6G?W:\^NGOOZ=0!Z@PW12JJ/'R'_(*`-A0Y!`'O^OW'Q/T@:ZJ MR5]^WQ'12G=93LZLFK9_6A'V(%1&US-JBRJ9WG36:U31`=TR6*(=%.F\\/]' MYUYTTKF/3/\S]MON][(W?IQ&E@4DI M@94WV*V^X6%:4V]$2L]%'>=(E7",ARLEW(BODH[8'4>37`]MQ?%[\CG=82_: M>8U4ILLIV=635LCBA'4@5$;7,VDLF=YTBM$R@.Z66*(R%MBD\+42T+J0T=^=6!O5 M9%5YU)=M/L^RC4=VOK=GBWO4[:MS&MO7-TI-K8Z:Y55O[OAMGB'H,H^/ER45 MSH80>V)INQ':*\SW&1U(H=T2R-#JVA'%?"C7&P[&_T'I4\;<^WAPWL._*WK# M7\UZS"E">(DJOAWA.&F<]$$][F-FS*95%E4TWG5M=JNMDU0&H6C)"(#HIIMZ MX^;]:Z:=-=+Z135\'WV^4)G95$;IW4<$21T0A2#LFT>M9KMITU&CGU\?CD<> MM/K]'8GH=T<=2FN;FEYA^HS(F_1ZY<&MMFL.>M,NO?+;NGN-JK'ZC?5I2E8L M">?:_K,1D?.E]S!Q[,J_(AFVGFHHM@HR'S"^/0N%^7CE7[9^/GUUX3@].J#- MCKOSDZ[H7^3ENY7,)?^#KPR_UCV^VW_X!_\>8][[5^>Q39RY]3)\#IW69*Z# M77=/4M9H12CQJFH=<_-O>=ZTM/FTCYQ/"<++D2+)R,V M2!\7[=--8SK$]?PT[5R$X5G2>B<\Z./G.D2KLJ!,\W`YGK:72QTUA1!#W^5\ M`:$_;^:>N=YXX[^.V_>8\#QU6-8;/HO>84H3RLRS<0\)JV:I.4$^+F-FS*9* M2R:;SJVLU.JZ(#.RT7(1`=%,[UP_Y?KTTZ::U?2:=_P?;;\PF=E41NG?HW)H MA4(4G9-H]JS7;3IJ,Z0?;Q^>1*Z?I;$\G9''0II=S2\0_09E#-^:X8&MMFH9 MA.FCKKVT]NO,2.*L_CY(B=/;Z756M]#]&7W=<;.O9UPKA_,+XV;6QV^F55:7 MRYSPRIR;OS3DU\+L&0L6JIW#/5-GEOTSWQ.R6=C?YW*<,72O1AY]U7J=:&N- M7:2/,:=)U0YT[H+-I[JB_)`^VA@X%,GLTTBGZ^...>;KKJK;;??NZZZZZZY_CQX\>/'CQX\>/':7 MOW[]\\\\\L>][WON[N[RB$Y&-=M-3KKKKKKKK-VEW=JJK=WV^L,,,, M,,,.NNNNI=1C===='.NNNO.K-N>=++;;>W;MUUUUMUUUQUUQU[\>_?OW,:`` M`````!L%(%--(``````>^_MOMO'''''''NZZZZZZ[W[NNNNNNNO\>/'CQX\> M/'CQXUU^V4LV93_$UBLJ9;=]-8UM%%'Y=^5T>6JVBQK!Z\^P1=?O-/\NOE5\ MN]::?/5<68_._J=4GZ:)^>96T(FM."&$7]49N?G"OQH+).G5NF_:^,A_JF&B M5N_GVK9NGU&7SHO6-1]Q\C\OA%^%^20*-G'D@9U^011U])KU?O?0>3G4*BL) MKU@WZ_)UO/1`P[>Z#^_^*.EIG MRCDD.7).AZ'\G;3Z0=F7OI`Z_,?,_3Z(OSH*A)'`)).,,J(GD0C6ZLK8RMD6 M,:RBEC6/9_CU;^M7RW7T_S^W_I_A_Y_3]G^K_U_[_F_F_3^S\_K_;_I_=^__ M'Y==*4MI2E*7[]--/W39_C.\^>>?777777////GSX\>/ M76^^^^^^^^^^^^^^_<`)SX/L`)_?W_L_7E[WON[N[N[N[N[N[N[N[N[N[N[N M[N[N[N[N[NWO>][WO>]_////////KKY]>?/GSY^O7KU\^??SY\^.^>O7KUZ^ M?/GY\^?/GSY\^?/GS\_/S\_/S\_/S\^_OVM/KUZ]>O6^^]_%5557'''''''' M'''''''YQXU;3Q;7QQ#A_>ZVFDKMM-$GGVSG3[YWW1HC?Z1]#1F:9F51[ MJV?]LS/QM]/[7W[UWZ?/Y?7T^?(<[])-/D52KGGU=KML3RUUUEY[^./%.6F> MMB(B)PJHG=5IGVLKRC"6<<>_?O^F_/CSU'FGGGGGGE^X`&B]*JJJJM MR<<1C&,?4OTY^NNCKKKCGWXZ\,\>/'CQSSOW[] M^_?QOOZWZ\]======,_33GGGGGGGGU#QCX\>/'CQXZYYYYY^NNNOIO777777 M76^^_?OW[]^X3UX_36G7+.KIE=>VU55556VUEEEEEEEEEED1'IZ?6[NU55NW M=W=F9E"JJ(C/=W?OG;V^OO[^_O[_C?SQQYY\^?'GW]^O/RGUZ]>O7KU]==== M=<\\_G77777/////UZ\<\\\\\\]/YYYYY]======<\\\\\\\_GEFFFFFFFFF MGS777UMM[G.O7KUZ]>?/GSY\^?/GS];[[[[[[[ M[[[[[[[]P`G.?@``^_OY\>][WO>][WO>][WO>][WO>][WO>][WO>][WO>][W MO>][WO>][WO>][W\\\\\\\\\^>OGKSY\^?/KUZ]?/GOY\^?&>O7KUZ^?/GSY M\^?/GSY\^?/GS\_/S\_/S\_/S\^_O[^OKZ^OKZ^N....NJZZZ^NNNNNNNNNN MNNNNOSKGF:NNNNNO?B$*?'CQXZZZYYYYYXXXXXXWWWWG.>T43++'CMV[8 MXV5UU]N.+KKF775555.M--%ZC'F M*KSSS*457>,8[RE*76FA11FC41,N.,LLL)X8.=./S\A#QXU\;;>)_KX[ M]^_O??QX^========<<<<<<<<.NNNNNNNNN MNN``G.<8Q7'GG##"$._?OW[^/I57B/'''&V^WCQQW[]^-]]]]]]]]_KWSSSS MSSSSSYZ\>/'CQY\^?/GUZ]>O7KUOOOOON!]`$YSU^;=3G.?OW[]^]]_XN./O M^?]O]%*TJVBR,Q/7KUZ[[U=W<1$=IFFFMW=85Z=W;QOK=O'-=XXCN]K;-M[*U-3,L.U0E3$R9F9F(B(B(B(551 M"+'Z?[4QC?3?=AJ,A+X04154H&3@.7=U(Y#43KG;GG?F[N[N_[\YC.H[%V'6$VK:]--MJJJJJJIF9F9F(B(B&9HZSHO=,#_8#@ M7MME57:KUG7:[N[N]%=CX792Q@]#T/3HDF2A0P8, M,E'QX\H[%V'6$VK:]--MJJJJJJI MF9F9F(B(B&9HH;Z+W08\$D?YCT&/%)CU(Z=I7&-.R#$&(A0-0W4HO7/8=$DJ M.JR[.,L\-BKFX%!NK]'1Y'7IV;.MA9T1D0IU[.YW5>Q,/VW MZ\]G;>=FSVUG%O$RX^N#P9UI;_/)&3ZS9Q.%)MC26^9G4)EA\_9_/[NQRZ89 MF'HBTI/4^]_"W].6/^Z3Q(>[Z?+\-G?XF-CE$0AQ(_W`<,20WOZ#LF^^OAF9 M]QC`Q.^FZJJ]QL']`2`@1/9T4HJ>%7JA!)]8C,9^(B*%$%F9L*?8NKO=U(F4 M"(@"),Q$008B&9D9@2&477/ME/CLYFM3$GG_MV=;CCCCLQ-:F4X5Q/3!53@LCCV M3POKMIQ]TB(CMCX&X>:.!@6J`="`?[(.WR\OI9JPUB94GP_3CZ:XM[WK<)YD M'!MVRV_CDDNA[QF0G$FS,YQF?AUS6EJ2=T@9",[EEG@VN5TDL"0(3X_T'RGX M>WZWZ!DPOO\,'<&:5"*>@9I"!R^!@8!&^--04*`Y].LZ",$ M9[-+*[]IHCYDR?S3M.Z,$T#,QJ!7/<[_BZ)K>MOAV7M8:;L*2LUF?E5"NV57 M.==>O7Y<>.%4U"CCCC;AT&Z)"A_0>._QZ^/M/CZZ7T M9(WFN/K#61[KN/GS+:REI0^-ND[`N&^2NVC^NE<-O&M;D<+IGK"RE:6I`DJ= MKAE8F36B.7366#"6^NCYT3ED#,B$!N$0K2!%,?R;EJAE,9IIUU[5;-$E,HCI M'['H69S!.G.R-^DK$NR5U9#1A89&7^:!=]$#AJ5.=+^569U?6U.W.TS(A="Y MHHB%A_FBB6AF"+/*0^^2FW40"(/I0X\D#DON.O66 MUA+2AOIS.P+AOJKMH_STKAMXUK<\+IGZPLI6EX$E#M;LK$R:T1RZ:RR$,)5: MM,@A5*8&Q$'D$&($JR+"SPRUL;7=T>%[;O8;N>?'K\OE\OE/)//3;9P M>JZ(C`L1!74,1]AX`;`"HF,0<<>)7`%>4QB#$0HZ7KS\+3J[+U_#P&KJI:>GC;9O!RO9TDO#*L>*'G_9/R#8\QK^ M>1X!\PZ::^OCZI/-(Z?7\7]K<32#R?U^J<7?'X]9Y1*4C+"N8\_7=+B;E"%] M(!YA'C?W^CY?KI[ZB,:Z^W<>P\.?.RO*@['P>I??KGS4VB4I%L*\QSY\I<3! M(3JX/&B/&[>?,9],MTYSEOX\#_7/\?'S]?T][]TM6NN5===;HQC'+)[WO?99 M998V(NXB(B(N9,S,N%5WS2M#Q*(ND+$0Y9XIF9E69J]-+N[N(B.SD]0/IR$& M0[H$3[@,""![_?Z,Y[3ERS,KJ%:>>SSS&:C+=.Z2-.2LES>W''2YME'>RF3/ M/#$N]&-/Q]5^C<76^7>L+K*K\GY,3-XXGG/8<[#8H4[`>`1]?*+[#V5?96T MAW1T9E56EE'=6"JZV\*[LIA%*HSHS(ZTJ0[HA5FMI9 MGA$=DUM816*%E>RUNJN8+2[L4171BA8I2,J0Z-",Z([JJ.[K" M1#HD-#O:)!8HJ+$.SHRN6+,ZAZ1X1BA58A'=7*6Z!2A+J\.Y$1X\[]^_?OV[\LJ/!*M"G:M:1U;M=XLX=U=5E6YNYNTL7=W= MJ]AD**0J)0IVK6D=6[792!/G(3(0F,S_EXXZN/XU;^`_F]^(^]_IU]?Q]_/? M_,]P7\1V"9E0+!`X!94"P$=3X`9$/NJDSM_)X??9)BN.[MW,D-W;N3(KAN[=S,-W;N9(K#=V[)AN[=R2*PW=NY MD-W;LF*PW=NY(;NWS39NH8T%'45^&GC=?\KFL4&I:IJ)GB:&0%V)?<(,0V!@#!Q@#$`$/SI8]-:T//6Y9AG=[J#D-/11T/1Y MT[[PQU.H7\;(P[7QV?MQQQ.YR=JZ=9=F#LL!-T%J@]N?%]=M7FSI?#H#WNU= MK)[V&4<7WI\*ZTY/:>#Q4_T^:TDY/*O/,9X8YGKS>+GKGKTVVV\-]^170J25 M2%4AB8A\]_'R[YMMMLY\JM[-8^W#32L)(BG-C"I$:Q47@M.RG-FDVYI))V:3 M@X4JE4YJ8ICPV:&DY\\Z0&^UUG=FG/&3DF.&&F021--*J15%4T4TTTTDYK#+&0'`AQ-F@/8=G+?GU[ MM;0M@P*U`XQ\O_7TXSJ^.4E29)*$X8,)BQCT`P=AR!7B8:>SHC;39% M:/9(53'5T<,-&A5\]0:!^!@U$QWW=/:#5J,L@M:K6LXKCBUJK6J,XS49A9F0 M0007&LXSCBUK,UJR1,IE*1$S$2=OL[^EZR3%<-W;LF0G9PCLI/`E;,,=BNU[ M5E9X&'-3XJ^/(6RV+<3F%*525\$K#3D1X!O!3R,,,401V&S9]/UJJJJ````` M```&````#-3LKR60X>=QS>#')@F&*='A(2*5U<&S1 M"8K2]E8K1LV8;DVWNVQT8L01IHX4V4QCEJW:E4X9 MLT53DD-;7;)J20U\,1.YH[*Y)T0B-2))9$A@O)S8E;J9;R M1,,?/AHO>;-QU9O,='XB= M=$=)X^3[>\=_31]'''1$#.@O9579MW*=:24U2S>,##`]=9T>,LLOP8'/3<:@ M;;0N`2<[#4!!J`*`T10P4AG1$M>LR%%!4,-KL[DN^8B()B'=W)=XB(@F(=F) M9H=W)?C=T-W=T-MH6VE$1R0@0($`=9F)9G=WQ@EW:'G$]>.><"<``B)H;!19$#+Z.B(G,YS?;MVZNOM]@`!@!#Z^G?O>VW/7 MK8,@51)91%X`4'``3#:I5/%0P8B`*`C"`N7KU?/KZ``````````````````` M`````````````````````````````````````````````(`````````````` M```````&][O>]WSWW?2^G?G3OP$4E1K*K.TZTVUU4AXA#`8!5#`;@<+&E5AY MK1M+8G7;2,5HNG.NLZ[:ZZYN4.2,G.J:=M6UUUTK0XB-Z6>B<<\5QQG+:G=- M>FNF\W8H<;;3M%;;4S9.FFG;M&]S-';LB!\RO$VS<=FWC71CG??EN=N+8;\H M@9T&NJJFT*;A'E*.W-<\Z9WUTTTN671M#I&C]-MXG);GEN8VX8;<(@9T&41-M-7/--*:1>C!]"&RFG- M+SIM&2N^VFMAY$]NR4.L;"12E1G`41=DDDDDG!)))().\\AQT%J20[Z:#&.C MC3&%`<)QE0I3MML20#`"!Z_3Q;USIMH`;;H#=T`&[H`&[H;N@```!54`5!Q6 M($!555=:``;FZ(`;N@``!NZ;;H``;U>UWS,]_3VJ^PQL)!&"%&\@DFY'/,:6 M_+,J[UN40HB(A"(`,55Q6($!55546*HF#N>^K=.%GX5NX MYVU4=6QP^7P:AR+),DDDK=P=&HG-439.TC)/5[%]6F;6;*R&4```"V398S;; M$?@='ISY.ZIFL%Q>'>V^D.%0PIJ8K20K"D`R(P,/@NO2WG0Z[U;V=/'0.S@! M@@6%@6"&Q8LE,P)22DI*26*2"1"KBRR,"#1H8Y+&$;-U;PV4J5)*F0Y--W"F M['32P52BHBP56/-C;TN>=3)P/C\]3GVMZUV[]@``\>``VZK+K>NCJW0`````````````.6;IVKXE>SR M8\6G@)%$ANL+?0JOR\:7"4E_EQZ<^./AQY"76=DY M^/,[>CTJ2(DQ$F(F#"%#@(4.!@U-K8;=H#DAM860B;[[5";KM6=&R2%9*0UO M`I]K843>T+E$VVUJ$V76M%LG1D-4XEM:82:U6Y3772H1-)RM$K$,(;26QII< M'33,Z(FDY44L0PAH6Y8W=0344LK<,%=+6+N8)N*5+=0UO=O!J8I@A9M:-Q3(E( M]$.KAT;,.+M];W5=,U")HD9;*T#,:P*5];>]7&=*C1$RD60ZN'1LP^IUC+T;1J:LM>KBJ>F%3E\NTI2/35EI83+:4]:O>B)I M&F4T2,Y2@9D3+"D8J'12NEMHUSHMW+HF4>S0,-`A&AAHLVES%HEH]M:V#,:P M*5Z85HUVB9J71+2+:UHS&8%*^MO3',,3*/$);7(1GIJ=Y95I]Y\==D1$1$181%$1$46$46$5)V>)W!^8/Y$. M$(Q`$0#^X556&DDJ32I#"L4E#XL!BB2JE5"JA52&E2,450JB4I)*J0JB1,5, M432L4DJD:48H4;$DDDQ$Q252>1($8Q1-E52"*J3222(J,55$JH#&ZB&`T0+$ M+AH@04<`!C"!55<0T5"3043%!A)0I`BH),5*I!5'5/;R[.3=R6>/AR[ M^]Y\=^Z-\93P?"^^Z;[&-T.?DXQ`!.`0",`$8,E,5+/B^/8``````#E[5 MF7.`!XCR=KKH`/K;OTZ,RYP`.]==`````!UT=5N@!RW>5OU\=I7.P`````!@ M```._1^%\W7;JMTY9NA]*_#M>GIW[^+=`````>^MWO>U;W0`ZOIW.NCXWOQK6 M6Z````'BS=```V[5SG?AW]O=>:ZL\>`!```````````````Y6Z^^\YS8JEJ8IIR;Y M:T='P2-U"J2$PDG.R];!.5RE=[P+ERWK8/*Y2AEDH9(]ZVBV][UM4S,!@GQ"#N`VV8?=AALID-^QMB5ZVV-SDQXZ<.)-M M&8>+7TK:W9R=&DDT;M3SV3AI;J22-!N"W@IOKR.[IH5^J+LQ%/VJ)@\'(#A3#DC&5^6[ M#=3K$DC[AC4FY9-*=FCDHF/=ON2I"QXV1LT)R5-.S6ULT9C31R?S'I?7,JGTK;92$F#AL^9HW)IY/(;&SBSSS%J8UQ=)N[Y;24I50 M6"J;O+QM`)@F"4````H*JJJJOD(NPX'F9U"%ZZ#H=CT-.Q$2G)^9/LDT;#HG MD?X^GB]GBUPLD3F?1W;-#&&)2E3E_5D$W2\SGZM[&S9,!HCCJ<%1(YMDQ]?KYF,MMMMMM```````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````````#:RLS,ZS/T7[)%'Z)3"J^;AI$TI_`"5-E)LJ$JILTW3&DV5C M952154K2L*A6,8IBL55*_BD1,28J152JT2L*"E)5+LGR4Q MIBJ>?M4D#UL,"1@(,?0.`('?XRG@_*4>D2$@NB3\3C&,"1AA"Q)`D5B%?(A.9Y M*&#@[/'5'/\?/>]H.9DNVVVVU(W^KP,>;=#'B2>!9"*H4Q3@.ATUU.E53W&]@````````````````````````````````````````````` M````````'+*K+O25G\'CM[_C^30:;_+/H=?Q'S\<[:ZB->V]'6!0XR22HB\C M`=W`1&)((;%<4&*J%O2[M4*H````!;`MLB^?;R&[\)%YS%``ZDEEIWF2R-!D M5B@!ZV-`&+PH`'C9;Z]H>WI[3S%C%C%C%FG;QXGE\^3BM\=65UUT`!Z=^X%9BH,)`+*)-Z$:=5!T?7BNH!HV.UU7:9-W=R4MK:4L:);$)QQQ]EE"JVRA>9T!F[M_5U M^KGO,@9`P$3,S,Q(P#U``@*%H4U54.Y+,D.`)!00TS,.Y+,D.,!!@H)!P2<( M`*``926*5.C3$1%3,7,S&K3*1$1%S,S=),7,O%S,1%2(N9F9FJJKN[JJ8&86 M(>HB(N:JJNZB'=[BHJ9F9NJF9F8N;J9F9F9F9NIBYF9FZB(>[=@4ARA00(9G M)=5@(J*A"M#N\1$14S%S,Q;3*1$1%S,S=),7,O%S,1%2(N9F9FJJKN[JBHAT M=JJ(B+FJJKNHAW>XJ*F9F;JIF9F+FZF9F9F9F;J8N9F9NHB':[AP49RA00(; M?>[ZUPS6::05_';:V%5)\K;&ZD;L``@"5TJWTO2Q=W=W=V[+:4MLMQ7&[IF_,_N/[5H29?;]"\NA1P`'`$(\<5Y!_J>7"+R`A3ERKA>-B/` M$H;-H;&A-DJ&S:&QJ0V*&S38-(;2R39H8351K==I.38;T;-&QJ-K&S7^K43T M<=D"U\ZM/(WG2G2]*VXY-;>+>.27+;;YVVDDDHSK-]OT7S#)F9YGX`QB'R[? M'LTM?,\]!YEE>F,%4ISK94IUDYK\-9$2WF[?3,S6FM9F==ZMYMU-*E553B&4 MZ%@,,)G=5568,S*JJXBMO+;^8CL[O"M$2[S,1+N\*VPU%`(`""$(`COO@8&& M&^^ZJJLP9F5=:Z>/&9G1R=6)5*E6*=*\LWB)NZ]>NK;NS=VVWO[>ROB=3S&! M"?",C"2$)SXDG.N9D"&3=#F2*%D_/P,W2X25X<9!3\F),1]1_\\^O7A^/MW_Y>W\O_[UUK-.H M9BW^NI'_V._MIIQ1C&(Y*F(CT3LB7MWT^OU?YLZ?7Z3#D4G[+^ MA8DEF5BQ/<:@*L9TTTD8&)(P2,`S,S,R!@<@`>B7=UMN^C.FFDPYSC(3/LGL MV$9D9G'^+&\6W5?2?E1EB>?N?NKI;7Q_3HV>+\*^Y^/QVO*L=O[U_L$S+2[N M[.82(B)`U8DCY,0Q"$(6``;^XGX^/'M\NWPS:?,JZJM4D5-,TT5=57(`Q[!2 M8AA)@HC)&#*64GT_.W]OT>GL@1-,`?J/CT_"JJLP9F556!G(^84?(<^>WCHW MG\>GH&\^?/GKSY\^;Y[C+3YMHK4V];EFNAT*3,'G;RL[2C.A;*?S_M7QR*^: M'CP`@P/=D?J&9F_Z!=B*#T@1+`9R$Z$N`P;KMM;P]?%:W)'F\H-6U.:Y;F#% M1$DE*)I8AEM1KI7A4Z/]66T'4>#7XX\M:UH]D1'UJ;N'*NF;/25?7QS,W&&, M`CW"#`Y^_?T]?.G>H?2&0B[BYF[J'N&0BQCZ$"&4,)/>$_F)82[',R4+'X:= MJTM["[*2R*DS.W-W;8LDDS/H?/@J$_9'8.P'Y?&Z\>_H^W3VS,^;QPX=O,H\ MP/7@P*!_7F&/%01$01#$@]JE,J2K@PH(@O`XQ\9CD?'EY>69GD$??Z:]_CS. M.....#S\JG*E^9E$34,"+[LB(F M)[;>.G3E^_5'2[:[B[>[1TN$3=S:Q*DL23++["RV8$OQV\R751G!@AA!2:J, M(9^HGD?(A_2I\=SJCH28]_?C,SFV5[(X]?#VNM9JZ>)6RI+%*DDL3,"L22DD ML24I)+,2R2I,LKV%97F49F=1,SH!D%7)H"<$<7N?I8\\\'E.0)'J>>W(9F9A MST)*$D#D$896BROY)7B9<`7:69^&>_O$3T^W-U>7'&9GDV5T5X=_?6:NM9U2 M(/!PG)0I=TPB*L$(=P=//Z]M^[ MZLZ<>TPY!I!B`.@Z#H'"!QKN--/U_N%1(&,#R'\$_,@,.1Z#_%]_S]L?K^-_ M/IO_AV_%?MQYZA:^DSJ],^-O&*\>-^O?FNO7?N5\>+JLQ M?+H0Q%^_[20_N4_X35_CF8^YH/*'`^QT##]#VU[9952(U2(U2(U0(Y9F9(C5 M(C5(C5`C^OOFM:UJ1&J1&J1&J1&J1&J!'=F9DB-4B-4".M9K6M:D1JD:JKTS M*J!S=W=``#BVDDL225&;ZUF9(U0^OV]WPLOQ/SXWXXXMLX..(V\FUFZ;9[#+ M]8^;\$VSM*KP,_E5P`'UY8NR(FF55$2AMI/2U.XJI>?R)IM+%W:J9_L5F4_[ M):=T_E578MKFK2YLQOC&Y)&.O0F\GY_HJDDJ55#JA.PQX`1L]K^WB1@=CC`% M$8!JJJJD`#G&!0].1BR3C".&SV]-G7_6@3^)"@&9EH(,0%"S7?B..6+,S;AG MV7S,1+J7,NT3+*/P% MR=MBJJD0/V?B!+0`.)N%T_C]OMN[NC_$0T.S,T(\1&PO;S0\W\EERZS,R>FG MS(SNZA2X]=,]&?Z"(B(>#?ID-C`D8WHE,#A-/95X==F9VA5Y9V:67Y*BN[*K M?NRJXAHIJ9KEY:F:5NGE)=IE9BXB556VIFA"ZFK292)0)%4JNZY9G:%66=FE MEM45W95;+*KB&BFIFN7EJ9I6Z>4EVF5F+B)55;-+#ET5*M)E)E/U]!P$J2?J MB!%3$EJ)(KX?[G<(#G4HCUJ0!,J5$^^9GLVK^]Y>ODS,=^+7ZM+CE7^ANW1V-GQ;L\N[]WCT6O+_S==N,S.YB/' MK\_E[3=W=GG09S/>,C'9H`#C#/7Q/$YA.Q'(48D6_T_'PS,TZ#B]$1-`[A`C M$FT0HH4>ZK7BQ/=XZMYS'^1^C9@;3G7I^6ON?*O/R\\Q.0@#DF-N/'MGS'HS M-W57JJ=YBF9J5:ZLB(A)['RMD;*,&BC9V7Y"H'D$(]C[G;GU#1"(G4.XYYXX M?#=/7JT%Y66PTS+0>A0E$0FQ[.V;MV/-ZMBJE42JBK;8J2O+\3G``6*Q6*YP MVSF^F[NU5F*)D=AT'4#^WNFC(B;"N4XY9F9MG)@;J/Y#@;N'U#^@?+K\^QQS MKR...#8/L>+Q3553YW+D>!U&>:K:^/C;?K>0E8E!GPLK]`SG;G6@3R(W"D0M M4H&^=8`Z(`M-?1N.L>F[JR)54U1%4ZLF`.B@D:$.0N#HB)S/$=:G,;*1S?/Q M]6N+?-MLY')5;+;>IV??"95JN7)W]//]?V'62G$;V=.?BT2D,?XF*@;JI4(2 M(E*%I%-,V/5_%\-MK?LS&Z_53]:_9R\_!X^#]+;:L#D;_BWL\/!:Q5OC]=:U MA^CH2O9S'5^XSNQF3/Q<']KJVV8V.9FY/SE/_D^6?PPEDO63J7(M5;FJCW,Z MKUZ]>O7KU&>QZ\#D#8$#H"!V#!`V`$DGL&8E1@KU'\DX20K!67PX'X(,C78= M/N_D:_%'Y1\KF$.`4\(GPB$JB*B:@(F5RW,9]N\/H^&]^F8?TY_E;\Q M\C\@.O\4GZ=6AW5$=V=]`@'Q\_*;E51=,21"$`=O7Y>Z]?79O65\K\0'=Z6Z M6YEKE:6X#N^N,#0'&,#`QC\051)4!=`$*@*#`L("_K^_KW)SCY^B(GUZ=MU[ M=>RQ$+$1SU)]P"$!!%%"?X_+R)JDG9GX>CT:TV.<^%NS)EN39ST[O-00.R"A M`L$1N02X1";C//.GI>D]7ZU"YC+Y?,YG+YJ%O`&=$1"",("$'A1VX<9`_Z_P M#MN#639P_@^Q&W)Z9C.SLVWMV8G'+VN7+UMM-F$3*M5]='7 MOR9FD/%793M5J23IUV]]:UKMM;9>^9E=G4"<,+I#]K[YNV9J(M+NYF;MF:B* ML$A0$0G0$::Q:]NB9[.S,@_A-^??>C]+ZOI*WYU?(SP M[[[DZZJUH36L579+6JU(E%7E[&?YV)Y"&9@@8,%"A@0.G7MX+0[LY=X"!`"A*!E)T!$V&AZ=_XK)L_M,YG&U4D(0A" M3XL834.NC(B8&%#N$&GA-?AO';S[KM]4??E-,Y55JKNIF41LU3,KU$W*K%4MM=JOYBYEU5HB M!EWB5=D5R^66&BF9F?+,TPK%HELLT)!57IM*:9RJK57=3,HC9JF97J)N56*I M;:[5=(N9=5;CCAUWWXY>*.XAS)#)MSML6VJ6VT52J4JE55-]^-LYS=W=VLQ=K>7S.&[CGS-D__F[TJ MV+;4JDGHJ=V,;N^)WZ]ZJ9F'ED='9YB9F8>61P`!P02"$@#@2Z#(YGL%G>,G M/MQ\_.[NZ]!@!S"1G7J#6=D1'@D'!)(Y@%1W;"$Z@,9W&PQ00!.$K?2:S6KO M4N+6VB+NK=ZEZQB=T1$)*!"3@I;<6SOW9F[DW-]V2V\[QM\EAW==C?IDW$&J MK5CDTTT-?O,.D".$*F$/Z:MQY5]U1])];<BG!_CFAU^:>,M^/X];^7T(/'&_!. M#&W!&O''"\;U'_3&#_4:@C<(.@'`T7`)QY&X'4<#T"@!@B$XWE@H>$_GV"KZ MJ)$$@,*7Y'U5"51%1/H`B/]^WV_$X`Q,S,S,C`T`D:$@+?0)B0%QR3X^/*K^ M#?@S==UF@8`?=WR6AF7U_'G``R#,@`,H/TVZ"2W5009*`J\LK1+46C*Y;)T9`I1$A M7*W-M;LL-FVNFTRF1!DH"%?&,8&@&`,8&"`!@"`%>ISI>FDB[N[N[NQ1JJJJ MJ1=W=W=W8TLDZ$IA=`B:!PXQ@8&&8HDQO8B$>XNYFYB[$$`7()$!$)PR M#8BZJS+')S!3W%)2299;DJPUTH(B"')P2"00'==^&!R)<$@2`1MN^QC`X9:; M9B^XJEB'=TD!P0<]T240E4141HDH4)&,(,> MP#OMUCVF<8P)F9F8P!HHH4&)V(!YE0%+%"`690%\#&`Y(G)U9C5O-]3`PJ*5 M]^V'XQL2!.OYU]OST:UX>$3]D9D#-T'[,_B(9 ME\-,W$/*TS0QI4]*>*,1EU5XC*H[V51IS%JDVM,9^:P[9*J(6$@/,-#NBJM. M%5W6F9[B&9FX*C<=A"D[($&HF>&"CH!_4+HW3+,S-EP2#@\ M(B9O;?EF9B*970S=>/<<^._,SGH.H2[M#TZGI.?;T8KUT'NQG] M=0X,].\6AL875$3(0*`7O8`2",#%!]N7YWAVJG!9EI::GIVJG!9EH9()`(]` M0H(@=WL%B3@@RWKGGE6Y\+XC"C!6B]:SZ[;67RJ`[&GP;-DTVBSBF@FD/?Z[ M]N^9^QY^]\^?/COY:\\\U=0+M+;[7UX``22223@8))'Z=4100Z>FB'5M>/%\ MN'\OX>(AL*NR!"43W*KD*L7G,8QB(B(B!C0Q#O.CAZ?3MW[]^L\]+X446M44 MWH5]W?=W/V?D\V[#$@BO4F[)X'./F2F_&>L^'\+L?0N4>JIX>EHT7*8`Q@8[ M8X)?Q$SX57=5=U7+$D,<82T1$0G/;0$A0P!"^FPL;C$A1L=-GS.DS$.X1'>8 M>8F9B'="D8TU1$0DH-V"!@0,#&`2"1C`!PQ*;:A$H.%!P22"MY$`C?6M555N MR2""29$OI#I+FU"@D0D0D.8502:WI77<7NV$?<.VJ(CN3@@'`X)U502-`0ZA'/I( M`>MN(RX?5[>(AL*J`X()P2?!&CA5!(KY(!0(]".+)(`"`;^XT_Z#5_.Z#Y^J M]^3UC0::#1M+0::>>CSJ[.57L$B7PS&9E(EMHDMM@:;;F05?F'5Q-TQIMFRF MB@":!))0``*JM58E5^LL:0GG?LA#]@WJ9,_43-H,R9"=F?H'?]0== M!HQL1C`@$8&IW]%5O*JK_1E4N_5E=T1^S4S+,R.'=FUB6S=55HZS,*L0ZOE5 M5EB%>'>H^5-02!F(:XB2%9*57=55\LJEWME=T1\M3,LS(R[LVD2V;JJM'69A M5B'5\JJLL0KP[U&E-02!F(:XB2&`#C``&$##$-:T^=+TTS=W=U3IFX2S<6]Y MO-9SG.&9G&Z?$PB1.U1H\#$)P2"1[A$HTJ!%527Q6COG>9G5E4FJ MJHJ>NVV\\?!7PRX!X9[2_9W59L)U&0A,A!*J2I;;8,\:F8V@:,YN+B[F8N!;(,803A;:2E*LAQZ9F>F/+:9WN7+PY#O42^H>$ M/GV>E2.`>ISW]?&^?;JVWMH``!@1"0$)P0<$%1,S,QI!CB-M)A,?-54*0%^0 M$:SE%6+%RS;VBC58ZG_@S=C&L>S_?9333326NF[S6UU-E)_L_U_T_YO^_^O_ M$X_GSB-=!8/ZPO[#1_S'^\#'_D^W_8H*']*H+]O=OPL;(_B/X124-*532[3R M]<3^(?Y'S%%-_&\"]D_P]CF!U841:'BH$A#_O.;T.C]3!7Q)3_T?"(3I!X)XT2V'ASN\G(^7[T$((>07_I1=EE/)>WZ=M M+Z"BGU0^NS_6`?]WE[!"D#_\_L.GHJ#_R653W43VQ!IG,OS2)'R5'OI_TQ?V MP_]X*^LVL8Q^,2'+I-CYI[-0Z>5OB(U$YO-&?^9^/_'_KF9H_QW/\>S]*^A) MW2&Y'H?]N6D/^A_[`B$/UV_5-C62V3<[=ACTKV?R8/H\GZ/YOB]4D^7)^TDD M2?ZSY'^ELG`3XON(B$/GC^/_P?$SD?LAP_QDDD0A^UATHV=$63]1_`'/UD1[ M,/]*O)/@_F\6D/Y3YODV(S_%?OC<<$/^+H\U'X[]/YOH?XB(A#7T3Y]S#D:/ MN?!U>*0[O_;D;>[]^1`_5QOP%%/#W\OQ?X_LJJ@Z_QN?@!W2!0L?>$V,+(C^ MZFZR/],]2&'@=OII3@<^NC[KNICY;CV;SU.E.T0O\M0]MWB?7_AW:D0?TEU` MIY*QHQPP/YOWB@JJ) MN&X`Q@?V_U_R_X_\?^GYB(B(C_Z?^G^=W=W=N[N[W4S,S,S,S,S,S,S,LS,J MJ`-,#Z#_/[#^_&!W(PSY3]I?FH'R0Z$/\CG)]%:6'.'_=S?=_D?]=6VV_[G^ M@_J_@/1_+\XD:)/.4]Y/[S(^FQP[';QIB%='+^0=^;0SGQ6$A_G_(JMW?)^> M6VV_%?\TSY-/0D_J=8?9L\SQ]?Y'^D^)U#E(_FYGWV@9\Z62JOW/E5K:&-]' M(QT/HC'!Z'@::&TG]HGZ_.WY?L!G[7^3]S9_)J;I;2_RUNRMEMJ%#C=KJ45" MS4Z.ZJJJ56&9857E7F%_B9B3,S,NS+#0Z(J?Q2JSU,S=N[O=W=W=R&(&/](P M<52(C*&M)L[S:N-O>9F"9AHTS#-JH2[@$0DXP2`23@8+C_;_8%%Q"UJJJN== M=JJJI57GGSY]/0\^.N[KGCQUWRSR,PS`S_!-`!)NEJC=;C`P!C(W_P!P*P!N M-==67377.M555554$JDPZO))))()))J%6*JJUQC!(Q@D#!."<$X`T`#31JFI MW=W=Z5V;#@'`$,[T!C%#01)FJ9F9FM&MAB09:8L8`USZHB$2]8DYR87MVMMX M=F37>))S....+;;DEO&9+;MK6M<9]VYOK?A.C_+YA(A#\S^Y^D/[_%?B<$^* M='DW8[:F9DS8?Z]+9M;\V[2MY_LZ_TMM[_B>L8LB?^M>"M.C^QIA_9>=O_B_K5KK;>&[0K"AP4)8#GD<#D$7#(B M<`B1+"A_4(.HS]I3A;+?T]??;FZ*X=SF]FCR>+FTKSQ:_Z'0@X_RR41@-`,B M%9;9F9L`APX(Z`$9$AAL02$$\\\N-!8T'`-#Z`A`Y!\C3<]S"HI7(QY73G_3 M3#@_V",,H)_[Z\?/QS\=QZ0=TZ?^J._$^>9MQ7/HU9]`DJ?[>R MC9O#GCO#L:T=C:G9$RTTVYC&4U8JJJJJJJJJJ MJKK11@UC&*T]CV[;,%5&5>W;M?;MVZ^@CA,8!]$P$3X7X#X0/\?'<>VD;3TX M\>??T'I!V3CPCOQ+_'-N*Y]VK/J$2?;LHV7,[=DB9/OP?E=70MM-67J?6)\]^=?U[_#GY*RN7'*N7+CCDK*YH^Z@D/Y[?EIK6$[=_ MMG?E[M;[YO=:S6^WW@.L)"O]OX_K_7^Q/U_6/U^_W^^;SG*HFX^O M/-[#6LWFS0+C"D:P51WK>C-X([E,MU555553F`&8`R.*[*YF@;6D9:VN.HN4 MW=-;=KMH;MKNNZ[NZ$R2!))F;"9A"29F2K#6U+:JA(-2UI;554`5@*Q55!0B MH*X!,DC4KDF6[8ZR23;MCKN3)9(RQF2H8548*I!4;3&-*52864D,J)BA&*S; M5LR2!FV-4";,(H9%0P)2$%,B8?S$?Q2'2IYHX1(/]#\ORR=+7JK%4J@_A"AY M7Y5"/$/A=JCY^7W_H#O/4B(@E*JJ4BI]F)CSKT?-A^WP_A]OXO"K;5]>.... M'%6VKQ\G1/[_TX223Q*1'V23OX?IWGER_&U%4\P>?/GP<^7.U%4^X\@7Q('J MIU;(>G`?6IPJ3] MFK=4U3A]7OKR,-J/R.J']LZ1B2_,HCB@*&`)&*J:)/CZ,'2AL_OD13)'"U$B MD?J<'HK2'UB*52BCAS=;;:F,`S=-4^1"J=Q``1`_PY\>ENDJG>];MTE4\B']T*_*$.A`(^'3]OOU[K MDU3R/.GGSY\N=S:IY%[3S)8E3%)D85@81F9$8@B@5$.X578KGC7WRPP/^)I4 M:.YX/8V--.1(YJG_DZ$K$DZ$CP6?L\C&J=[S>S&J?(@1X\?;3C MSSSYL+;8Y@22*Q4N]+5.]`DD56`,8'T)(P,8#]$1#IA.&V=\.[LPDN'=(*$ M"'$%1'&%>9RZ5M4`>XS\O3*JJN!AR/R*?**3UC M3`^2>25A)SY))$T1#(H#X&P?42!?K\])\_GZ=X>P&B*_2<9."HO'CF9K:DYCYJ>:G]_=V?%O"()B/]Z;,1\5.1^:C'Q23 MQFSP5N/%1]2CQ*?"(IC9AP5'15B2$=88?:8_3$>2IL<$2(W3*MD$25(_%=/+ M%MK5:UBVU\%)#LH-Q]N,XV?US+6DB;[YMLWS+6B.2D\+:$!ZH2JAV+(S+J0$D@S,R)B90$D@\X&%Z(B) M5DY:0W:I7=56!S-'1$,&.333&,=3`HIJ-'@4;Q(3A@^KSV;.7F6G`ZJ;J51] MU)^BG1-H/WE&CQ3Q:D:(YOELO@TV-K\/;+;6KK66VO=YVK?9CTV(R#NP]B<& MPB>QB"!W7XV69F669E*?,843Q(]C\C2L//PVB')9OW\^OGKZ9EKITMYYF1#I M9T>[I;1"1_PG&!@#(P$ MO>)Q?KF-9G)W6\&T.*?4V?!Y12"N)R.(GD1F4Z/`@/KVK`^A"#S(D#D$O1\+ M?5X\?GOX^->15KCC7''&N%MKX/F^AZNZ/B]C_`TFBH\/L8&@O7M%>H9C5R+Q MX%%YEN344`#H3?,0=JF'.+@Z^G3S.=4;WO9NJ/,^((,.9WKDQHYJ7Y>>NEEM MJ[;;;;7`GI=ZY7UEYQ?%>GG[^G:"===\K2((@G]+\?ZOVO3[Y=,S]++/E7H61@DD M%$"?7YKY].\5V3YGU(0^$^=!@OII7JC6-_:CR]SF6TL;;#?K%,<^S[X;Y7UL MOOV3M7IWJP94EB0A!$3OAD173:<61C&Z,8QC&,8QC&,8Y448-HH5D::8QJIJ MJIBJH/K*G.^YA\$:*HIIOOZ?'M]_N[E]Y'NGBIIIJK15C4C34_@6Q+$[H,(0F/LF,*577_1_3]/Z MIWK]?;VF(E$F9F8B,20?!9)CV\O[N[QUGM?73'TYZY[.>LYW M/1CS]#\S>P%HB*(CN#9]NC]G:[4I>*VV_/\3;D[Z2;NDGF^Z,;QY)CY>/+5> M6;;;:K;.;D8FR.3#CGDTA"URD(9]\YESLIA%3#J#IU)$8J*=M\E7 M,R5=U=-^6F]5=MMM-JJ_0X9(3G$D_AX/@T:CHYM1'WI-ALKA[BME4*<=KTJW M+E7M#LHI]=[BLLBMD>2^0"D"9N*T:24$@MRJJARRJKJ?)1$3@]1@V1W&^7/C(K6:UE6\GBY.O8WAPKEF M*K,SD[)R11JR^SM(ULCM>U[5X[_N\>".NNNNB/%VG&TVM7+,M79U=Y+P=SLX M)3S14_N;[ZQ%9F1%)U/^AWB='D)U7EAY<>'5XB*WO>W<17N`'<:#!`>89NB* MBV<#H[Y\<?\^O6KK6M5>JQDMMEN2>E`F$+B)B6:Y1,2S]DCE)`L<'P MU)G7.Z\-HX$`@2&OS^]E(%F*V8.Q:!0VL124$C-0*Z!%QZ?I;%0U`E"0^D.` M1^7\,\/Y[M'[""G=M3:-VNL72[G3'>_.#;*70L[66/>_.#;*70LJMO0^U-/!QT(6LY1TH_(Z%]`'G16L,E_G M^?1/Q-_C:8B429F9B-==4U8!0/WS^Y0H5'P#B.R#B0<_'-%<)!Y&`Y"8&.)01D9&!V8Y)F%K*0M"Y2'VEFYH%C(0$BHA M)6(2(()=2&#+$2%DD14JL4F0HJI56%,9@LA(PQ6E#*@9(HB,,<2J*4E0I6F& M5%JR9K,VU*TK36L41I6E6FE1,E8RVS)<4(01%1(JH``9EA(2RR$V6BB6,16* MD;149)(:4E&#@@0D0E#$,Q'M@X,"$NMK=:::2$I9$:8U!,2JBEC,EDI7*6;* MYS=M1$1#`@.3)(*@J"H*@J"H*@J"IB0(JB0($0!4%05!4P`F3),@J23)&61I MD9*Y56S*1H+%8"""-2+@,00PQ**A3*I%)$#`,01H,R!5`@D(H&6(R3"8B"08 M)B98B"%-&*&(3`6"4-(:-"Z$A)2&18*!(@"BU:S0:4+2R$2R+(5*4E14IP`I MBX0!$;PPB&)6((I*JHDS(I662Q8HL23$%F+T/J1_.BX^Y4T>?\5K8L/O;1-T MS%KD3Y>;FX4^QBF*XOS^WY']WO\#^9V^+0Y_*?NO+635UU.'#[<1 M-'F4KH?1M)I:D&PGP9]#F]&))-?)NQDZD]#T<1%<1])9/60S-"!O];+0@:K= MM^>Y/CS.(:3Q5U/J/*\IWO'=N?S9F]J[">!H`PD5$_`XF'%8Y(K&-E,2H\5>)62'>3EX55>Q M.C@3P[TM/(JBFK3L3Y!!Y]YEXUAJZ\7Y;/\/!S.[U.G%6]+E6YNFD[C$4WYV M[TLN5NU;LMX!P&ZOY'4`$.MM3_BYX7>V8[=4\W#LW;.$V<).4[7E9EW:[RYY MKQ>:\7:[8)@KEFYJCW_`5,=`V;0'1H/S"#R#?$Q%45L]PYD&SH#_H'O[XIC1 MWCBX,E4"LFC&AI'1)(Z$B33FV&D5X'5)'$ZV7N\D[,>-S,RQA6-K8B,ICGQ%>IUV(&ZO`C4OZ]YX^7(X-D_K%") M^WCOJJ=';M7)-"G@H+'R(7PEA\3LW:^%JK4\RO+>W9Y?;,N>#=6@@2)$@_DG MYC#?TOII[+ET=W5\>@(`QD;@$$ZFKA;66KCY?#EK+K61P7'5FEB)\RH^C9D/ M-N>':=LR9Z+=9J72W6:E\RFU6>K@^4=!XQQLMDD1QE6\Y)ZJG!N<10J-%``: M])U.3GR.WF<\RC,S1UR33@<'#@YDPU)'S:/$IQUL\>,U9;Q?TL7S;_.Y2@(U MC[.E`D)PXPGW,XTQ4ZR0PGVET?&"9'R^FM(/O&35"5/&(85(%`57'3V;6Y0*9@3GF"4/RCO_J\ M>_UP_U:]M?I>D;WFN7OW?Q9_L_9>]CVY.E.JQM6--N.....-^DI9]?LVZS5: M55555557T]/3T]/#Z"]O7UU:O3CNZJQM6--N. M....-\HZ9]^^W?-5I55555555557";**$C%S7-6M,8^H'D#&`.H(^!QSL+P1 MDBQPA)1^_*9:.R9[<*F[10(VP1L1)K92I*1MLFS;'39#LO_I/]H&Y']O*[F2 M,`:D8`=T`Z-`*E573^[ M\:>O/[?V1$HDS,S$5>J(G7;&,-H!J`WP-`'``GGA1:K?/?-;LRXW#N'J_)O% M1)%A&[`Q%1%$J1425"JB051)%A4/\OL)YO,PZ@DD?P*DB)52"#4^%N)$$:[V MX]JF*0D;SBL$11T:=5AH43X((E5][@(8))M5R>MT1""E$3X=&("-&)A)(>OP M]">>-"'= MW9R'C[I)H$XHJB'F8KO#$=3_,YCAZCX*69"+! MCPCI)4P266K7"*26%>QB,8PKH8<_F75\4G0"_5]`.5?AW)/Y: M];<7AG[5)):_8KV*_H1T3PDB/-`N\R23,GW]#'N;8X*GH\/._,[M'+BW&9;T M)>=15'8^,#US`SS#W-"]P=WJ?\7#L_.*X<<[39O/)VGB/_5$@8^6R MO2:`V1D%$%31V.0^IH>[=XIX3&T'N7*6QR?OV3;:6SP-SND(-]?8 M0W]9I3NAW"T)J*`U)J5XSA>>`'D$@NY];E+A\@ZGIY0LLO.M&^9SC1U.AM((GH9X M66N[^':^#V3B>3Y/!O'1/([(IW3QE,D6QX&Z?)#L21699:_@C%<.<$-GAAWV3EM.ZKOB][Y_+MOW9]=-D5WRI!VFOZ!J;W>02VOLOL?4]2<<8;YM8I0>M5+DF1$> M9?4URT(.26$"!I%2+%P4":=U[PW4)GT13HGLH0#@SX\>.>)X4[JC.PSQ-]/N M)Q7C6;SFQ(<1155?OM:6N9F6=HR2239F935=FS))DD)N[MMMA(1F2QEF62PE M0)9C*A.*M_GN]W$W9U7@UFTV;&QN?9O-VYE-\V316Y\]M M)LK]=V)I]+]NO63YJ]XD9U?':W_<-C=PW/I"5]'FW:;JZRXD_9[ M28XCEQ.,R9_S?!^T_C]?3%?H;L/"20R1A'HK$ MTIUZSKF3/XC^GYV[M.1ZN8.OQ&FG1.O.LN5F9,S)FS\.Q]HH@_O,``Z'RZ=; MWNZU:MS]`A%/CIK,^_Y]3,P>/!T:/H(Q5:;*X?9U MF99`?,+<4H8/8PV']`/@8!N*5Z*'TP/( MYJNUO$^QBSFK<]H@W2;^##@_Z;'(;I/5A M9JRZ/'G$DAWH"G(-+)*9/L\G-:6QI^^;O MKO!Q...IV@!D@YN2T&.5W&S0L@?.HP8(V/(.;V?$V!N3B<.AYNKAI8D)PE0K MY3P<AO5UC,))X:].UZV;;9M;CFCS:@\"3F:CU?7U#M/$.3P7#Q MH&Q@8?`=>FO4L(E(AX+"-DHX)"@DJJ"I1RQ-*<:R[QL=FE(WKGI*VIS)V)>9 M..E>W+.2!T3;Q>5Y.#@"F8YXA\OD MOG#ED4_UV1[-G0G5Y0_G21L\O..R MV524#D-51HE[]8?MAS,?44DY\N@1K_E*.,F5%%0:6FGX][SMF="EIZ>Z!MMH M;;;;;;$VD12*]E55J55551$1$18T491BYKFK1!K&M8V+!CDC)P"221((U(Q* MT$J^>R/C,J*+`TM-,8OOC?;!M+Z42EE6.-E6.....*16*I%>RJJU*JJJJJ]> MO7KU[8QQV[*5/7[8^,'OC?5U557"Z*-R&=W8.[*%(5V4,RO_&==/V_L_I_.[ MN[N[N]1IAP#@?/0R+"2@!$BKXAY5?SYE<&94#[IBL;5A4JJ52J*K> ML5&RC#[[;/PFY5,>/;RT>/;%*YXQ_GA[^GK^V.N]ZW&_+M6OU[A[U?5^0=\4 M*KTZ5P-#9CGE>]RJ5.;&RII*,5B>8[>'JD?FXXELR3[%'[^XQM3R+)G%EJ[( MDZM2:LM:AZ_C)'F1/$)^]^-\9[:\6[%B37(G$Z67$Q-&\T#MP_!ID.W6JHTO M[>IW'$TCT#@X&$\#R>&G@/(85<$XR!^HD8\?+[TGZ'U*[PJEX2"T0`BNA38: M2V622.CL'P9)[_)Y<-BN[3UVQF)$39WTP)]GG[??SN[MMN[N[4.9,F9VR0(0 MQ5$Z,@JX=*(J*8G1R-KP>:>HPX]>[Y[WO>]OR(XWF9S4Z!T[A\CH!Q5"H]=M M/OHC^1Y;:?#A+G55#GU27L3T`V=DYJ]([[(S,:?5L)B.Q[:4'4H=#RQ$QS,S M,S"EO3Z_.;,*:2LC8KN:=!!Q:S!(AI,L,P=Z>+54+&\'#,1,,P>)S58@Y+88 M)&9@1``@1`+.,!05.!C-`D-Z)T='[^'\/S6GZ_KG2UK;N]3\++*G8875VX88 M88QSS3O+!$1$K1$1%55556V@?'T]-%J[:7@WX889I0<)7P.[`*6BGO^?A&61 M1299.A'<4CP9@9+K#6L;:Q=(M0QF0WSAIE$\K$=]EJ.4U='V[/V?M6>W.=)) MKNUZQ#+KK3SKKKKMWYYZ=^^O3HB)6B(B(B(B(K**,55S&N:CF48?N8RUC&9, MHD]?7Z3VV;NS7M9F?3TWE4ST.QD#$20VZV$(8C!(14PA"G`+?J>/ MI^?U_2(B(B-A>V240(UJGJKKK/*#A)D]?.[G&:NC3T853:[>7 M]6TT`:EU*Y&6XUK::!=\UE\=8G-6FF*TQAP9!^XS+;;K,S,,#^X@5,"0T@0H M9E.(Z)W2NNA,S`!``!F8LE1@Q)0N6U45*F(-BD:U69E@````!D`````!@8`` M&``!@!M;IN95NB52J%5A(PA4DTJ(V+$TJ)6Q4@Q4<-A@Z"+NK%^?6O(X-J^$ MJH`K$F#_]&#XS2`*1XF`X0U/S\\KSUFJU[-34UF3.#AW='"`G$J1$)CL>QK\ M)*\HI48Y&!^*Z5?V_K^^K]:O7+?WYF9FG[VGWWMQ$Y.AYI&-F1CY=P/>\*Y; MH':V^+XKJPOO=JVSZ^U/5-`3O.HVB<<2V0Z&GARO+,M9F5R-SH5#=G/G,S)@'KWF'0=A= M3@G$#4`,/Y=_[_]7Y+,RLJJ$WQ@8QB\0KO"NNW;;.><[3J3G)R!$>>MW=UDL MT=W=W=M"$```!MK=Q57%58PFH;+6VVD)+%#)\IO`;(@9\I\9YF3O"9WWZ9F3 M9>=NS,MPQZ$B.;<>*AY^5MML8)HJ'J6J3R'*RWSTMA">R_U?S9I?@LJGZO@V MGL;#F*Z>7Y8S,[SE]63,5PW5FXDS=57RMO+&;.:0X^F2038TJV7$A=9`3]=F MWS]VFM:=/"[^WAT_'3,BC5555`DS,S+T2*O=L9."4HB)8B(B(B(B+0S#[/LI3X_//W3Y_6D\UI8*H,8LZ[_N_7^ MW=W=YZZR_S&O!K)\Y;3R6J(E4).#R3$Q*CCOWK-[FJS544?=/[(FK4D@U+]= M=95^Z_;>MWSR2$\62T@GK;.B:<3Z'N;!^YEG+,9I%>##,8A% M>##,8F5`:.5Y;;7EQAJVKK=K6L2-&C)(B)6"#ZG0=D'4>1+W31@=,:>?!1HS M(@.H:#ETY/76M.ETJH+M$915"02"61(MDDND_JZ(Z$C1.A2>;@P?T'J""T%" MEY*`=\TNA-$-*4#,*T5(1ZV014"4+;G$(E*0*0B/UWK5-W8@AA`Q%*%(^5D? MIF`4O4^4<_PXUDFHOQS/ENKU<^W3UZOJLI;3;;;]=ZV6X88/OOMOPP^LXHN_ M-Z(B(B6HG;MV[=NW;MY^/X!>/IZ;M7IP<_8<0!:2A+X0`\9I#2FB2A*(E:`* M).N!A4-*VYQ")1I^-ZTWCB(>>LH!W1!C4H;R MMAU'\@TX<'GA*O+Y]0VHFXA#>]AL#_)665A0`5"&.IR17%PMO7*,8\?G6SOA MJG=4U8EJPDBE06J25YOD\!R$\6NZHHGHUC\'4?#T$^QH.ZBB:(.'R9G\3D:^ M.[,K,RYU[`J**'W3VSGZYF9F9F8?=6BI.AR1\42'=/@>-.2IY$]EKX*3H]6VC& M8>*:MI)23Q(##1YA@^CW(#_)FHFAH%IH[B$ZJ/U.\^$>_O(H&.0)ZOEINU:, MTZUI#VJKTS,D=0NR(%9AE2&5$A%^9['757H8&-(158"/?YER3@$X0X-\#^1L MY>P>8=E%3W8^LT]G8F**FV-R4;?WW)I_#QRM)\[SLN#JFY6IM==LFKK5,=B- M)Q]$QH;Q]'#K.ZPBPCI/@?WG-I/=UY+5:][?%M9%D:4H2E8-O[#@!T(J#:18 MYN[#9YE#HE0^*G*VHV>\^-,WUHJXA1IB!$BL5#P?&9)\8R\"?D]\YR!76II MTDIPTYR0:,2GD;ZEL\9]VA@V'\GBZU!$V1(&[DHQB?EXSUJWP?(\%.AWD^*U M:M4G7R>::'P1U-SK\M6XTZ)M0.T1(YQM;8EJT<"F%5_JYX^#9/-/#Z/%$*BI M%+'KX%#A((QX>%8:^*C8':-I\ABE[0[.H:3288[2=^&G!/&?':VYF9DZ+#9* M\()DUA#)D)SJ*WTE5.2]QV^=?G\Y4:7FOL\:O&NM:UKKM MVX-^8]NT$1*ZT1+D1$1$1(LO57-W:"(E=:(ER=NW;MV[=NWJ=WIZ:M=MIZ556K]O[=:UK#P M/L8$$>1Q.EEW/RXM['F4X'%RLN5)S)R\[:`#;EF>\S*[,++/-C[L+S=6DM&% M0V*FZ[;Y,S(CF^9LW\MVK>F-?77MM?ML_:^ECZC^2JO"S####"#\)12(%R(B M(B(CT1$1$23'JKJ:4XO9JRBQDJ[F.:VZEMU=KGCCTSA1C2P*G?I3,QC M#*#)')2C'.3'M&?++A#(5H7GAB`H2V\^]>_OG)N85LOG,YK M.<[[HF?M=>N#),_8RME$6444,R8UE#&5LK]][WF8;=[Z5 M!2HAAFP$).(8.H1@ZH'8NPV8D.0_1`ZA"!:B&)$$01#D"$$,Z(-C)Q+H(5,$ M@[D>RX2W%M*(+-G#$3!3!LH:8K7R^3,S,L![M@VU[[;"'4LDB:X8))I8B-V[ M3;9IOKZN809]E6HS,+`O#.W?KNZPC.ZS5E!5EXNVIWW6M\TE>EW\TZT`JFB4 MA%44,P0@L-$"DDF3$X.CA@8K&PX)2D\6&(4J2E)2B$I2;J,*$I12H;N39BIP MQQP;B22G"GY$IC#8TFC2I(JJ51HV;FX8"G`<'I4X0Q$0^7WK1@=!3=4DDTJI M'#D4D,39-E8E*--BI)(Q$B:(E4JJ,:*DQ-*B8T42)A%85`F`PJ)EY0B1T:=3 M#J^&/',9Z/'9$;OP[N3[&[P;9-,(9+(39PPYHBN'0GO)(L*CHO&JK/0Y'B'1 M/*I0V2JJGE*555^WC;ZU;:6RMZ-SG)L5,FR^ MXAL9IWJU'G9'1IE5:C5AI=0LD\[AUSIWGK;9;/C=B@]R6[.QVD,R88)&:9`S M(R%4.***G6]`8<"=P]E#\1YGB;1!Z1)(>CR=.UO*#M5HU5557O<59-9DF60$ MX=NDZO;H^#OQW.7*2_-VB]X(```D`[9ND"VY.RR-%@>P4PH<1;>2VDDF%VAF8@J&94@B2BAB#K6LR6(64L3*#,+$` M!EO++:4!K5M(J*U!SVB_P50JR)+06A&D$:1"E*!I$2@"J6D1H4!:5:"@"@2@ M:!"D:1I&D`HJJ%*4H:"A:4!H5I$I!I1`B:%H0*5:2@*JJ6FE:`HRBL*HPK## M**,HH@`0*`I0I$2@*H6@:`(JPC,BS(PS"+(,BDD$I2JIH!H2D*4JFA6FD*:5 M*JE"EH1JA"A)ED61$D6!D69E125465A9E%EA191A5094FE(E"E::%I`*$"B( MH!0H2)6@HI1H*1H&J%6@:0I0*%"@1I$2FAC+#`+(JS(L,HK#`LC(C,PL*,LP MPLHC"R`!I2DI2F)%"EJA*"@*`I4H"E`H0B%**4I"A&AJ@`JD0!*%42@0H04: M$``*!5H4H4*54I:!1I0&@02@5Q``-[XS"J6JJD4JLT(6M:S-:0436M9F:$1' M,A:4JQ!7"T"B^PX+6WZ+XRY[7BQ?-YR^OU```"SM?9ZL'@W))E^:.9[/4V7S M]_+,S+;6Q4Q15X&BDU8/C7AXYF9F9F9EA:D1$B56YDAC(D(VCL<1M_M4>SA. M&&)-SDFYX-.'?9`WZXR5C))")7?TO@?5[#>=Q^1WM5);5DL'5R=3&EB2!*>; MNV']'F=(J-.L\T]75B8QC.JL8[JT*[79"8B=41)1%P5"$#FD`V_7U]=,J8UN$L+;;<)2OO;AG MHZBK'''''''''2&FF>B12UJ(B(B=NW;O[=NW;MV]CGZ>FL[<*"A2H+Y(?`1\ M>/!\^=+-HS=TWTG%C%9R:<&A/+$D#@B4DIP<'`3AB2!PH1'.'@L"<,83"''E MQKJS($HYR\E@3AC"0AQR6S&QGZ_=557K(*:@6,(=`Z!V,S3["51:EJH8 MY&/\-[<-U5(JE4\4QV*W=ACI_E;HT[-FU7&R=3=OX\9F=VS;5N;.C)-GW.32 MO7W]_1F8_))X(KT^1\X;\!ZBXDYDK[L,% MEGF\$!N?>E>F72@PJV_>6.GS_7W<&VVVS:Q4?5A^3D/@?`\_@;,3X;;96AIR3IXFSF]VM/8LW63=OB.K8 MV=EL\CS;N#F>@YE;-.&C$2N45P;G(L8M>$DO:W$_O;G,TV,MM8,CX<9 MF>B=5.\)AK>WNKD3_.E:1>ANFSE"F)W*?![N#\1O!2EJU;92V%BU5H"2`I:I M)F)H(F8X/TP=%21"25+1HT?^<>AA\!I.(-BDB,423;@0P/!$D;)BC7!S3:$A]#R/R1Y-S4CZGO041[WTK0 M&S]O\?XYF:'[=*P2/D,';T+9]]2U,>SY*50T54'B>?3,S%6M*0J='LZNDA)# MFQN.%V>[JFDG$PS9)^4D^3`A08?9];+6+;+?MO;B+W0\'U0,:*DV;]WOR==MFUV;;8S,9G1#V&*^:>+P57F4_4]CX^V)YU)/)Q5PH`0LC*#VM M;?'>UWRQ,]^O/I^Z^W&>MRM84TV56VV6O_@TOOOW6G7>M$1 M$1$1$3!.W;MV]#EZ>FLS7;R/E=T7K@9+N1<.,*H`0"`B8!U1&QW9L##7WBNRS=FS927D.;>3&/!;)90.-XN@;NEX/&Y>-=:M:+;]V)] M;;)5/KRM^KLW;S0K9.*[$[)(.NF]6)!ZPT(736&._7PXUK6J_9XZUO>*B'T' MF>%0>`_A2&K%JR1/>Z"H*FMJ&:@`;KIGK6F,-FD01NGB&R.'Q3AC258)+$D# MR5R)B--9/.=6IUH MK,57DV-(-$2(X:>)5*3?NF\@B33AB.&GB@;.FYF6U56VV*P@"`$8'D$#D8W' M&,3H9'^\M(/*41NRZYSSM^;>^GIU+77WWWWWWZ923'/3WSG6E*(B(B(B)BB( MB1992JITTZ%\8/1-!(`!2@53J1;+=UUZ];NT[*A7.8NUMWN[N?`YX_/Y55733%SB!YR`4I>&JJ*\W@?E:Y>&@ MUM9E^IF674(&5O9@G>2G!NKOTB@Y*4#2E M"4!2TM`#0E*"M*@%`H"4(H4"!2@C0C2!0(TJM*C0E(H`0.'\W8E^`X.J_(Z$ MY#^R>XW?=*Y$Z^$LLL<_',S$2'BI1.)*0P,:C#:%D;F.;@X;'V-VB]U=TG_. MR<+O4:NFS(-F,.RUORND M_LLB0F@2EXZ6_(LNNB?1_RJ!REV]DYP9(FR:DB(F(]U:0W(#(-Y)`^/$XY5P M@<"H<<&>5<.7$Y,7+>.KXPUID9UF9D,Q)*4 MDDK:MFXQ)!S.)&-SNTT02DFHDB)CA34DFBE*3YEC>62K]VQR1ZFDZ7'@?CJ@ MWO9_'\>!]X2A/.JBOQYY:PI3SAH>Y9(`4.\L4[T%`Y>8_T=4MDB!/,;)T; MI).C=B58ZI%)U(4C"Q$GQ/F8AU7S8S'_>_>G1VFZR.0O"UAL^C9XMB5555*J M4>3RDF>ZHD,4^#U)&0;N=JZ!?O"-G\U2G=-+U/$7O\2CM#/<OH6Q MBQI;&>K`E`^!/$H;OUB>2CXYELAN^KA-#@H]F'4^)[,2II' MLMMMJVK;;'_HHR$A8E-T.SA)YE/(]3S[6VVVVINVW#TY/954?/;MF9F5T/W> MZ@TCNZ20G1X/9/66+?!9'-&#"/BYNJJ[L3[K!PJ]FY\F)V=YGJ5Y%*;L<', M39J9I:G=6DASOKKUN>P+;*X0NA"%_WGFJ1WBC$1$1$1$1$3LB)%E2^FL[<*`G" M9!\]&%!3:P,OG.3JR-V$4-+"AJP]`#?;K>>9EEEEA&,#&$ MUNEURCOWU[SWKO=DQ>7?9ME<(70A"^6>7CUMU[]?77;UWD",;8U$[)@5I)+Z5JNQV.V MU`3C8:`$@!=02GCZ=<8A&,GR]V;KU[.ZXA&,G/+-UQ`4GBR)G'#T=R=?#TJ= MN?%]#KAQ"#GED3&FB4=#D@+T_?]V9F:'QKE%^=([NIPR$G0:H&Y"#&PZ#@=* MF[RMT>@L7<7=K5EW"!];W@0C#`K!*QK5)$!)!+$%)50T)JI$^+G=,S M.=NPO3G.N>IZ^8+9'"Y9?[,D:3HYMF;+IU5S MYVTW'J+3LT?8_K_ M.WX/U=G'5;(1,2R5YF1.H56>K?T\V9C;HOH=(^I$F[(KP=N6UKX$"?`V.1)$?.EFG]=6XFKC,9($TZCN?V>KB1(57 M8PU%8:#*)5F$8(5HD8E-'"O@(=`>H8.D\04Z86J.ZF,='438\G]DZ#'3V;D, M>3GSO>X[$E/]=.I9)"2!?*U5P>9NM=1V5^4=<=Q9$)T6#Y%3PMMMJ2"=3M.' MU+J>Q"1_U=&3H\`['(LUKE=-<<9QQQQQO=O.-<<8;XY:..1RC6LS!YBHLKI`UAR.1SVMY9EN9/)XG# MD>)3LHZ)*>;Y=?Z_+X_0D>*"[,I\H"R%NL/M^_G[792.5;.O557I8QW'[`8"9)#(B$HB1'[? MNJJL4/%H("4`*52L#($$1-2J!,1$$%%"I+`(T(-%"-+2A5"4)5"D2S(B+)*S M#,DI*4LE"A2K5-),!2@C]#0I@G=T+5?+%J."G#=K?9:PHTI24F:Q:S%3!HID M&'32U+5K"C9NB3J>Y2F#<4VW6JHT4')@?(6$X)((0!.3E0,8`C0B/UT;9\.5 M]BA6I]80'OMO<^VK*JR%E<(70@!GVB9QPI1,\Z\\\\\\\\^>>.>G4+UZJO4Y M0=P7`.%`(Y[11$=[;+XGIZ>GGZ>K/7UUKTY^->YS)#_<)Q$X;VUO9&UBDYYN7.>&]>GX? MA;;9DFSSS*4"!:U]"!)\MDLK(=V3@P[OPWCTDCLG*;EG+?)G69G+0+(L'@/] MD;#!V=BB%BB(I-G53RJ71@8!`''^W^W,TDD"2:\6YX]G@JO=- M3+>FYKZV^;A/LU.XV5-1^MO5S%;E?)Q&K(KJ=F'LZ"=&I)(1_%]XDB>/=S3D M?Q_;66YF7BVZJ23N.CRNW-F8[FG!S31NI)^W"R12D2$<:2X/*8Y.[T;/!D@B7TWS,V-.ZIE[YEL9F)' M_A_FE,FBMGFTGQ*!)VDE,-@Q[)/0\4T/E%L4KO,>"[V>+G6F]]MM:UF9VY;[ M[[[[Z<)PJ)%6$[N:=#D;]FT#2R)9/XV[&":-JB&0_@*F0XM]7::=MTQY/B45 M2O%(=E3PTX*^",A#5342$JM'P8]%5*^5?#FU)$9L=')J0D?1I&SK4 M@X.U*2'P8L0B<*B0-)?ILZFM:.."W860&%)2:&!703J2J:3@9W0)X$8FPZCK MBN.\M:J.O7'RR_2R^?I^_KZ]:V3/W=[HD0Q]/6[7WZ[01)!\ M(A!(CIR?V0=1NA;;G/CCMZ78?OS[N^NNNMZZZ_,==UCLJ,1$1$1$1$1$1$BQ MJJZE'-8Q[;+J6,V;36^-!EQ>L<&\,\(WW]?<^#<41Z\@VS5$DZN>$U9CH0^W M!]$'(V0MM7GSQY\W8?QSZ.^NNNMX88;8Z[+'948B(B(B(B(B(B)%C55U*=K] M64.8QK&YDSZ,KX??D;TX6?$^=ZF3.F(G M"AMUIDP5RB%=DW4.I99)MGP`AW;#[Z[4X63O.^]3'KJ(]`,#`PO(ASU.RDHB M$A-3RZ.Y(1$)"/L@?GBF;3EM8T9]>A]<]:3AU;3H[QGUTV]*B23?8\*R6N=: M,CI'6W?7ISUM'UYV6GW9],GK>M)U=6TY9TA23T?59"A8J>.-FFW;=D>^':QO M>M)N[,O/"<2D]=.NNU<9S9)]&A>2L0UOG?9ZX!VD!NM\Z52GMH_:M&C1=EX5 M]G6QVK:4X=6ZJVB])"=.R1TZTK- MS=YT(FL4$T003HV=)":7C$ZTATL*^?LN?)WQY/;RZ;/+J9XJMM\>?AK'SR86 MO$PEZR\BC2@,.&.C,[*,I.9J+,`JP2=$#XO*M"50Y=5"K7GE?3>]&T5,N'37 M>-TXXEWD4:;#@[LRL1$:98701B2+QSNYVWSQ5UKMNJ[WO>^?(O+OUOG&"BG) M4\#%0B7)0*G2R:9A:=W5B(#%9Z M?%AF/F:5;;9(B*I4DG"D?GV6G=6BD5)Y#C31SYK7@GXDQ97;Y],S,S,S,<-C MBAT&-J',U[A";-JH[Z]O+,S,SC M6M8TG"DGA)'!J=[WMI]3A)#E.`X40OOQQQXS?????=:MY,=2W*VE^6MX!F7> M^WI%WO'WZUNZE&_E+50"`K*^H785@C!*"@43,S)\#HUMMY6F@_C5L%L= M1Z%*W331Z%6Q56Q!U)E0/N+S:;1">2C MS>28^-(B)$\'!\CE\K;;9N?HKJH$3S>QV'>.A23=\#=C>)V9\;:G201/)CO* MG:V_-*.:H'X&SY[/610#76F-Z43#[?%='B*^IS5DDB/FYH\5#A'U'U3U*GS: M##YG#Q<.+;[O;M;LSE;UYR(1'1O$DSZ<\N2=B86W,V9N>ZD`5(14@$52"9LY M*N24RHL(K,SZ4DY'8YF/)]8_/RSVJWKDDQ55%6RJ+;=C=FVP&5F:RZ5TX+.S M-.YW'":UFHWB.$1`10Y!B(\>>YQ+,&`SE3"*P2EA:TI3*6MD]VR70N3ZZQ>M M@(#F9F:T,A"3#`0!D&,*`%ERLW3%8I8J4I26+%9N*F9DU$$J*A*L+*P%T$BF MM5B(:!6%0A0-$@^!R,\^*JO)\=&\;6C-.;*MMMOH=(;PJ&58$$KFQ/GX83T. M1W0.;N;H1DA3R>#=&XZFZN-&S,%AILC&E>3IWJVMGCPFQ439/=NY4JMIU>!' MXI):CXJ)\%&[[5_V4D1U2JV/)[,5^OA;PV>[DT^SD8GFFYT9#3D^!C$>ZDP[ M>EO8[N1NKY%?#I;-DJFD[IYZ^M6SSH]9/;GZ:OI<=_)CSJQ>]U2RR.<&8X(5 M3)$P:LE@!&QRS,@DGZ=?QX]_PBSEEW\Z(Q$1$1$1$1$[=NW;Y>AGIK6=O5!?F>Q@9 MWHG M6JJ-9'A')RAXY1K*(B%_,;[SY\W8J%"VUW%W?GMSWX\^>_1B(B(B(B(B(B(F M:LI5SJ4C0RAE%;?\J:*&4,9>UC:&"?`[]W=54'IT`#9Y52=[X97K\=?V]W%7 M;3*E1QO4HP8XU[:1@+C9"=FO39T)O;92HUVJ4V[CU[OD=.9X?3NWX9!1DD<8 MY-"VJQ3$UM62;60,R>%-BKB1?7TO?VZDM-\H/K>:SF!P=^-H\\Z3FH4$G1@N MP:R[OP-6:,;<3+N`JEK0<9US>8&AUXVOCC2,(#R^[HW'&Q1E#CMU_10JK^!KQ>RE#UTV9B6B%D) MQ/8.`UA^<#/`+J"2"4@!.`I$@J48V(3IT1Z.*H*0P*EEH5*[[DT+.+!)RE:, M'9"71BP-#2#H22022`@@@@C+KB`[;H'LQNHW4LJ2S=C6EN1LUI;H6H!E#5!' M@C8,,(0P&+@,(2V4``AS=-:-W36\7".:U01I$*(D14$I2B)2E4$:I5!&J5`C M!"VRRDG$,G$,V4TTWUMA+J$U&A:$A`0(58A=9P2@9-`"!0+2*4 M!%5%43*@02*%"K%E1E895$DEB5B0Q!#*@%*J,R?0.@;E[7GY-7NHR#;;#/"MAJ."C#17)Y3==68N4PI55)^]W3$TG9.:M>8*^QW]_V),N1>-^[ M,,EY37H5Q&*(3MR2$1G2WXJKL]'J5-VZL3E(JQ\63"3Z3Y2=3-^&JJ\73=VY MFPD^?R5Q(?2VW.EF5B5$R,08R#"*6*B%(J`FJ$N@&R0WB]PLGP2X.#9XI@=I M-C11'B/=5)`B\ MSJ&CSWMJMW;C+G-N*Y,P1LT296UB-6V+;:-:MP9Y-C?F\8KDG"RG#S:?NYR2 M2=KS=I\7W`0GBD.8=5[VZ.RG1S,1I3D2260:4#A70Z'A)Z6VVU'^+Y'F=H>M M@6C)'23\,3X=F'JW.?FV@YQ)#O-^[,MQF6VT\0-*B\*FR$A%2,#H88RG(CN< MV66T6K8IY$QNY-C0K&*?=OH7^>MU=7SL M/3=-WW"7M"OOGK7I?QDB$<)N\%.%1I^]N'0F[)A^.$I%'75(AOA`-CW&S`(> MN\',4O!I12$7,(V"R.0BNXW8OP)@$AXX+6BE500J?-6GL">%H>=RPJ2%B$/` M=DZ*>!BHHU2V=*;HTR3N,>#48EHV/!C4\6Q"-WA6.SX:MC\^]MMNM6[IAO)( MZ5(.V_AF9C,MHCV3GCS87C'D$"P/IP.2!OY1%^RY*J,1$1$1$1$1$1$P]<]?75]/-V>MMMMY97=XDDV;B1BR) M'1+`"F-@0;)%\R03Q"`5/,CL$`8M7I9=[TK;['J`[#OF@.L-57P9E*KU'##!/),:-)Y%3\-XDA)Z MG$BH]#'YSRD3HL.KU1V5LY>:UCS^77?&?/+X-W%V<0C;>W;R.&R?$I5.8[J- MEI9,6-J>S05:S*S!P-";%$("'!_W*.QXAT!LZFA_UAM>@@$O'7,R@2J%[0O0 M-JG4)46)."#N!($&:R+4\E.HL0=%'F`-@+()&`+]I`Z MDQ>CU[=NERB'CX5D(60A"$(=Y=XK+948B(B(B(B(B(B)%JJYSDH8Y*F,J:VM M;*U55?;32V$7,A"R$(0A",8QC&*HQ$1$1$1$1$1$2+55SG(K*&-92S^5E['0 M:UM-+:6TMLKWIIIKH^!NR"/T?/AU[8S*Z:Y7RUFKJNC_-M-W)&SXOR:39ORS M69G=CWGU^C9LT?1S.D-FSJK.P_+'DT<@[L39O'%B];;;:T_F81P+$KY)N41K MLL=%&[<[U%LE*I2J4#0/[O#6DH2@*UK+,UC):YA"US"L@0)`R(DE6F),#($D MMMD!408F22VV3+;9!<)DS,)B2-MS)[MNU"3`D@9"4:J9,K;F9;;,#+;9@22D MI3,\_="=5ZWG>41_+[+&TM:][ZJWO>_F7.Z3YT3+&E$J1+$1$1$1$3MXW;MZ M:UV/.6D*6A4I5*0I'U]=LXWRWT]?7KZ]>5C:6M>]]5;WO?&,8QC&*98THE2 M)8B(B(B(B)BU$5U^/X2?.$C\#8<[O#N25X.0%AL^0`Y*)!*,(KY$C$#M_A%.(>#S#:^!^ M'N)QW=_KA[^>&MZ[^+M\]WLJXW="$(0NA"''?/'+B:HQ$1$1$1$1$1$3LU$E M35>S.W^"#WW4L6-+'5.OK?&,7LJDKH0A"%T(0E),1M\/QJJ?Z`T`J]!47T.YYS1NKJVI(^!6*?-43Q:B<.#R3U<)Y$2*BMG MN5[OZ^,2/+ZXG2@M@BU$-4&5"^NMN?CS]O/Z].I(EWQ(@XQ@`G&`!6W*P1@8 M`.NL:U>NNOOQV\^_?W[=-STZ=*D1$1$1$1$1:&444,8U5=2Y'9LE30RBAED: M646-8QA;!%J(:H,LA>6MN7MS]O;VZ=21+OB1Q9(6R#GW]]<61"]^_'?GT[]^ M_O[^_O[^_O[)V:B)4B(B(B(B(B*QE%%#&-574N3.AE'VRABLQQ:VW]'.^'IC5UK/%*3 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D458C16A4CE for ; Thu, 2 Dec 2004 14:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AACAC43D2F for ; Thu, 2 Dec 2004 14:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2E0gvu069052 for ; Thu, 2 Dec 2004 14:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2E0gJZ069044; Thu, 2 Dec 2004 14:00:42 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 14:00:42 GMT Resent-Message-Id: <200412021400.iB2E0gJZ069044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bob frazier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFA816A4CE for ; Thu, 2 Dec 2004 13:54:04 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E90143D45 for ; Thu, 2 Dec 2004 13:54:04 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Ds4LN052235 for ; Thu, 2 Dec 2004 13:54:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB2Ds4af052234; Thu, 2 Dec 2004 13:54:04 GMT (envelope-from nobody) Message-Id: <200412021354.iB2Ds4af052234@www.freebsd.org> Date: Thu, 2 Dec 2004 13:54:04 GMT From: bob frazier To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74615: port submission, net/quoted X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:00:42 -0000 >Number: 74615 >Category: ports >Synopsis: port submission, net/quoted >Confidential: no >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 Dec 02 14:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: bob frazier >Release: 5.3-STABLE >Organization: SFT Inc. >Environment: FreeBSD beater.SFT.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Nov 11 21:28:03 PST 2004 root@beater.SFT.local:/usr/obj/usr/src/sys/GENERIC i386 >Description: port addition request: QOTD Daemon 'net/quoted' SHORT DESCRIPTION: Easily configured QOTD daemon with over 130 good quality quotes >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: # # net/quoted # net/quoted/Makefile # net/quoted/pkg-deinstall # net/quoted/distinfo # net/quoted/pkg-descr # net/quoted/pkg-plist # echo c - net/quoted mkdir -p net/quoted > /dev/null 2>&1 echo x - net/quoted/Makefile sed 's/^X//' >net/quoted/Makefile << 'END-of-net/quoted/Makefile' X# New ports collection makefile for: oneko X# Date created: 1 December 2004 X# Whom: Bob Frazier X# X# $FreeBSD$ X# X XPORTNAME= quoted XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://www.mrp3.com/webutil/ X XMAINTAINER= bobf@mrp3.com XCOMMENT= Easily configured QOTD daemon with over 130 good quality quotes X XMAN1= quoted.1 XMANCOMPRESSED= no XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include X X.if !defined(UID) XUID!= ${ID} -u X.endif X X# custom target to stop the daemon Xdeinstall: X.if ${UID} != 0 && !defined(INSTALL_AS_USER) X @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" X @cd ${.CURDIR} && \ X ${SU_CMD} "${MAKE} ${__softMAKEFLAGS} ${.TARGET}" X @${ECHO_MSG} "===> Returning to user credentials" X.else X @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" X @if test -e "/var/run/quoted.pid" ; then \ X (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} custom-stop-daemon) ; \ X ${RM} -f "/var/run/quoted.pid" ; \ X fi X @found_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ X for p in $${found_names}; do \ X check_name=`${ECHO_CMD} $${p} | ${SED} -e 's/-[^-]*$$//'`; \ X if [ "$${check_name}" = "${PKGBASE}" ]; then \ X prfx=`${PKG_INFO} -q -p $${p} 2> /dev/null | ${SED} -ne '1s|^@cwd ||p'`; \ X if [ "x${PREFIX}" = "x$${prfx}" ]; then \ X ${ECHO_MSG} "===> Deinstalling $${p}"; \ X ${PKG_DELETE} -f $${p}; \ X else \ X ${ECHO_MSG} "===> $${p} has a different PREFIX: $${prfx}, skipping"; \ X fi; \ X fi; \ X done; \ X if [ -z "$${found_names}" ]; then \ X ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ X fi X @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} X.endif X X.include END-of-net/quoted/Makefile echo x - net/quoted/pkg-deinstall sed 's/^X//' >net/quoted/pkg-deinstall << 'END-of-net/quoted/pkg-deinstall' X#!/bin/sh Xif test -e "/usr/local/bin/quoted" \ X -a -e "/var/run/quoted.pid" \ X -a -e "/usr/local/etc/rc.d/quoted.sh" ; then \ X "/usr/local/etc/rc.d/quoted.sh" stop || echo "" ; fi Xif test -e "/var/run/quoted.pid" ; then rm /var/run/quoted.pid ; fi X END-of-net/quoted/pkg-deinstall echo x - net/quoted/distinfo sed 's/^X//' >net/quoted/distinfo << 'END-of-net/quoted/distinfo' XMD5 (quoted-1.0.tar.gz) = 3b51cba527fffc68238c40dca1e496e6 XSIZE (quoted-1.0.tar.gz) = 121044 END-of-net/quoted/distinfo echo x - net/quoted/pkg-descr sed 's/^X//' >net/quoted/pkg-descr << 'END-of-net/quoted/pkg-descr' Xquoted - QOTD Daemon X XThe QOTD Daemon 'quoted' listens on the qotd port (17) and responds with Xa randomly selected 'quote of the day' from a 'quotes' text file, which Xyou can update with quotes of your own. It will operate either as a Xstand-alone daemon, or can also be invoked via inetd. X XIf you want, you can also have it listen on a different port, other than Xthe default 'qotd' port (17). X XWWW: http://www.mrp3.com/webutil/quoted.html END-of-net/quoted/pkg-descr echo x - net/quoted/pkg-plist sed 's/^X//' >net/quoted/pkg-plist << 'END-of-net/quoted/pkg-plist' Xbin/quoted Xetc/quotes Xetc/rc.d/quoted.sh X END-of-net/quoted/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 14:12:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2226816A4CE; Thu, 2 Dec 2004 14:12:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32D643D39; Thu, 2 Dec 2004 14:12:44 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from freefall.freebsd.org (sergei@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2ECiSe073566; Thu, 2 Dec 2004 14:12:44 GMT (envelope-from sergei@freefall.freebsd.org) Received: (from sergei@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2ECi1E073562; Thu, 2 Dec 2004 14:12:44 GMT (envelope-from sergei) Date: Thu, 2 Dec 2004 14:12:44 GMT From: Sergei Kolobov Message-Id: <200412021412.iB2ECi1E073562@freefall.freebsd.org> To: question+fbsdports@closedsrc.org, sergei@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/74604: ports/UPDATING: add note regarding getmail and upgrading to Python 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:12:45 -0000 Synopsis: ports/UPDATING: add note regarding getmail and upgrading to Python 2.4 State-Changed-From-To: open->feedback State-Changed-By: sergei State-Changed-When: Thu Dec 2 14:11:58 GMT 2004 State-Changed-Why: Asked submitted for feedback. Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: sergei Responsible-Changed-When: Thu Dec 2 14:11:58 GMT 2004 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=74604 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 14:20:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF2716A4CE for ; Thu, 2 Dec 2004 14:20:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AF143D49 for ; Thu, 2 Dec 2004 14:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2EKLvS073726 for ; Thu, 2 Dec 2004 14:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2EKLMT073725; Thu, 2 Dec 2004 14:20:21 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 14:20:21 GMT Resent-Message-Id: <200412021420.iB2EKLMT073725@freefall.freebsd.org> 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 Skvortsov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D542816A4CE for ; Thu, 2 Dec 2004 14:11:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B366443D49 for ; Thu, 2 Dec 2004 14:11:38 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2EBcDL073466 for ; Thu, 2 Dec 2004 14:11:38 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2EBcdB073465; Thu, 2 Dec 2004 14:11:38 GMT (envelope-from skv) Message-Id: <200412021411.iB2EBcdB073465@freefall.freebsd.org> Date: Thu, 2 Dec 2004 14:11:38 GMT From: Sergey Skvortsov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74616: Update port: www/oops X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Skvortsov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:20:22 -0000 >Number: 74616 >Category: ports >Synopsis: Update port: www/oops >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 14:20:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: Update port: www/oops * add rc.subr usage * add pkg-message * minor cleanup >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/oops/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 15 Oct 2004 12:13:38 -0000 1.33 +++ Makefile 2 Dec 2004 13:59:25 -0000 @@ -7,7 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ DISTNAME= ${PORTNAME}-${OOPSVERSION} @@ -39,6 +39,9 @@ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" +USE_RC_SUBR= YES +PKGMESSAGE= ${WRKDIR}/pkg-message + pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.oops @@ -49,6 +52,12 @@ pre-configure: @cd ${WRKSRC} && ${AUTOHEADER} +post-build: + @${SED} -e 's=%%PREFIX%%=${PREFIX}=g' \ + ${.CURDIR}/pkg-message > ${PKGMESSAGE} + @${SED} -e 's=%%RC_SUBR%%=${RC_SUBR}=g;s=%%PREFIX%%=${PREFIX}=g' \ + ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}.sh + pre-install: @PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -56,20 +65,13 @@ post-install: .if !defined(NOPORTDOCS) - @${INSTALL_MAN} ${WRKSRC}/doc/oops.8 ${PREFIX}/man/man8 - @${INSTALL_MAN} ${WRKSRC}/doc/oopsctl.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKSRC}/doc/oops*.8 ${PREFIX}/man/man8 .endif @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Sample of configuration file placed at ${PREFIX}/etc/oops !" - @ ${ECHO} "Copy oops.cfg.sample to oops.cfg, then run server..." - @ ${ECHO} "------------------------------------------------------------" - @${MKDIR} ${OOPSVAR} - @${CHMOD} 750 ${OOPSVAR} + @${MKDIR} -m 750 ${OOPSVAR} @${CHOWN} oops ${OOPSVAR} - - ${ECHO} "Installing ${PREFIX}/etc/rc.d/oops.sh.sample startup file." - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/oops.sh ${PREFIX}/etc/rc.d/oops.sh.sample + @${INSTALL_SCRIPT} ${WRKDIR}/oops.sh ${PREFIX}/etc/rc.d/ + @${CAT} ${PKGMESSAGE} post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg-message 2 Dec 2004 13:41:24 -0000 @@ -0,0 +1,7 @@ +===> CONFIGURATION NOTE: + To setup oops, you may have to copy %%PREFIX%%/etc/oops/oops.cfg.sample + to %%PREFIX%%/etc/oops/oops.conf for editing. + +===> BE CAREFULL HOW TO BOOT on 1.5.23_4 or after: + To run oops server from startup, add oops_enable="YES" + in your /etc/rc.conf. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/oops/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 20 Nov 2003 10:35:27 -0000 1.7 +++ pkg-plist 2 Dec 2004 14:00:48 -0000 @@ -10,7 +10,7 @@ etc/oops/tables/koi-alt.tab etc/oops/tables/koi-iso.tab etc/oops/tables/koi-win.tab -etc/rc.d/oops.sh.sample +etc/rc.d/oops.sh libexec/oops/accel.so libexec/oops/berkeley_db_api.so libexec/oops/custom_log.so @@ -33,7 +33,7 @@ sbin/oops @dirrm libexec/oops @dirrm etc/oops/tables -@dirrm etc/oops +@unexec rmdir %D/etc/oops 2>/dev/null || true @unexec rmdir %D/oops/DB 2>/dev/null || true @unexec rmdir %D/oops/logs 2>/dev/null || true @unexec rmdir %D/oops/storages 2>/dev/null || true Index: files/oops.sh =================================================================== RCS file: /home/ncvs/ports/www/oops/files/oops.sh,v retrieving revision 1.2 diff -u -r1.2 oops.sh --- files/oops.sh 14 Feb 2002 14:04:58 -0000 1.2 +++ files/oops.sh 2 Dec 2004 13:34:43 -0000 @@ -1,24 +1,48 @@ #!/bin/sh +# +# $FreeBSD$ +# -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/sbin/oopsctl ]; then - ${PREFIX}/sbin/oopsctl $1 2>&1 > /dev/null; echo -n ' oops' - fi - ;; -stop) - if [ -x ${PREFIX}/sbin/oopsctl ]; then - ${PREFIX}/sbin/oopsctl $1 - fi - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac +# PROVIDE: oops +# REQUIRE: DAEMON +# KEYWORD: FreeBSD -exit 0 +. "%%RC_SUBR%%" + +name="oops" +rcvar=`set_rcvar` + +command="%%PREFIX%%/sbin/oopsctl" +procname="%%PREFIX%%/sbin/oops" +pidfile="/var/run/oops/oops.pid" + +required_files="%%PREFIX%%/etc/oops/oops.cfg" +required_dirs="/var/run/oops" + +extra_commands="reconfig rotate" + +start_cmd="start_cmd" +stop_cmd="stop_cmd" +reconfig_cmd="reconfig_cmd" +rotate_cmd="rotate_cmd" + +start_cmd() { + ${command} start 2>&1 > /dev/null +} + +stop_cmd() { + ${command} stop +} + +reconfig_cmd() { + ${command} reconfigure +} + +rotate_cmd() { + ${command} rotate +} + +load_rc_config "oops" +: ${oops_enable="NO"} + +run_rc_command "$1" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 14:21:56 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDB716A4CE; Thu, 2 Dec 2004 14:21:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0A243D49; Thu, 2 Dec 2004 14:21:56 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2ELuX0073834; Thu, 2 Dec 2004 14:21:56 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2ELuph073830; Thu, 2 Dec 2004 14:21:56 GMT (envelope-from skv) Date: Thu, 2 Dec 2004 14:21:56 GMT From: Sergey Skvortsov Message-Id: <200412021421.iB2ELuph073830@freefall.freebsd.org> To: skv@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marck@FreeBSD.org Subject: Re: ports/74616: Update port: www/oops X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:21:56 -0000 Synopsis: Update port: www/oops Responsible-Changed-From-To: freebsd-ports-bugs->marck Responsible-Changed-By: skv Responsible-Changed-When: Thu Dec 2 14:21:05 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74616 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 14:50:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A5516A4CE for ; Thu, 2 Dec 2004 14:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F292A43D5A for ; Thu, 2 Dec 2004 14:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2EoMZA075439 for ; Thu, 2 Dec 2004 14:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2EoMde075438; Thu, 2 Dec 2004 14:50:22 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 14:50:22 GMT Resent-Message-Id: <200412021450.iB2EoMde075438@freefall.freebsd.org> 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 Novitsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DD016A4CE for ; Thu, 2 Dec 2004 14:46:23 +0000 (GMT) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CC7D43D45 for ; Thu, 2 Dec 2004 14:46:21 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from server.v42of.icc-vvd.ru (localhost.icc-vvd.ru [127.0.0.1]) by mail.icc-vvd.ru (8.13.1/8.12.9) with ESMTP id iB2EkI8M057258; Thu, 2 Dec 2004 17:46:18 +0300 (MSK) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.12.10/8.12.9/Submit) id iB2EkIuB057257; Thu, 2 Dec 2004 17:46:18 +0300 (MSK) Message-Id: <200412021446.iB2EkIuB057257@server.v42of.icc-vvd.ru> Date: Thu, 2 Dec 2004 17:46:18 +0300 (MSK) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: alecn2002@yandex.ru Subject: ports/74617: [MAINTAINER-UPDATE] devel/ruby18-freeride: update to 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:50:23 -0000 >Number: 74617 >Category: ports >Synopsis: [MAINTAINER-UPDATE] devel/ruby18-freeride: update to 0.9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 14:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.2-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.2-RELEASE FreeBSD 5.2-RELEASE #2: Mon Jul 12 21:45:44 MSD 2004 >Description: - Update to 0.9.0 Port maintainer (alecn2002@yandex.ru) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-freeride-0.9.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/freeride.orig/Makefile /usr/ports/devel/freeride/Makefile --- /usr/ports/devel/freeride.orig/Makefile Mon Nov 22 17:43:32 2004 +++ /usr/ports/devel/freeride/Makefile Mon Nov 29 17:04:27 2004 @@ -6,9 +6,9 @@ # PORTNAME= freeride -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/1641/ +MASTER_SITES= http://rubyforge.org/frs/download.php/2030/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff -ruN --exclude=CVS /usr/ports/devel/freeride.orig/distinfo /usr/ports/devel/freeride/distinfo --- /usr/ports/devel/freeride.orig/distinfo Mon Nov 22 17:43:32 2004 +++ /usr/ports/devel/freeride/distinfo Mon Nov 29 17:05:03 2004 @@ -1,2 +1,2 @@ -MD5 (ruby/freeride-0.8.0.tar.gz) = e66725e5023472ee55a6a7b7a061a9c3 -SIZE (ruby/freeride-0.8.0.tar.gz) = 542310 +MD5 (ruby/freeride-0.9.0.tar.gz) = b2e281fd846ef5d5056ece5d8b294862 +SIZE (ruby/freeride-0.9.0.tar.gz) = 547185 diff -ruN --exclude=CVS /usr/ports/devel/freeride.orig/pkg-plist /usr/ports/devel/freeride/pkg-plist --- /usr/ports/devel/freeride.orig/pkg-plist Mon Nov 22 17:43:32 2004 +++ /usr/ports/devel/freeride/pkg-plist Thu Dec 2 17:13:40 2004 @@ -20,6 +20,7 @@ %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_source_browser/icons/module.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_source_browser/icons/method.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_source_browser/icons/class.png +%%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_script_runner/script_starter_with_pause.rb %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_script_runner/script_starter.rb %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_script_runner/script_runner.rb %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_fox_script_runner/plugin.yaml @@ -73,6 +74,7 @@ %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_gui/component_layout.yaml %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_gui/component.rb %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_gui/appframe.rb +%%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/undock_dockpane.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/undo.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/styles.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/separator.png @@ -94,6 +96,8 @@ %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/editdelete.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/editcut.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/editcopy.png +%%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/dock_dockpane.png +%%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/close_dockpane.png %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons/bullseye.ico %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/toolbar.yaml %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/toolbar.rb @@ -201,6 +205,14 @@ %%RUBY_SITELIBDIR%%/freeride/redist/README %%RUBY_SITELIBDIR%%/freeride/redist/ripper.rb @unexec if [ -f %%LOCALBASE%%/%%RUBY_SITELIBDIR%%/freeride/config/properties.yaml ]; then rm %%LOCALBASE%%/%%RUBY_SITELIBDIR%%/freeride/config/properties.yaml; fi; +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/runit/ext +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/runit/cui +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/runit +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/rrb +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/rexml/dtd +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/rexml +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/%%RUBY_ARCH%% +@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/ @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_util_logger @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_source_parser @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_rrb @@ -218,19 +230,10 @@ @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_tools_configurator @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_project @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_gui +@dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/fxscintilla/util @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/fxscintilla -@dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui/icons @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_fox_gui @dirrm %%RUBY_SITELIBDIR%%/freeride/plugins/rubyide_commands -@dirrm %%RUBY_SITELIBDIR%%/freeride/plugins -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/runit/ext -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/runit/cui -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/runit -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/rrb -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/rexml/dtd -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/rexml -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist/%%RUBY_ARCH%% -@dirrm %%RUBY_SITELIBDIR%%/freeride/redist -@dirrm %%RUBY_SITELIBDIR%%/freeride/config -@dirrm %%RUBY_SITELIBDIR%%/freeride +@dirrm %%RUBY_SITELIBDIR%%/freeride/config/ +@dirrm %%RUBY_SITELIBDIR%%/freeride/ --- ruby18-freeride-0.9.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 16:30:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E912116A4CE for ; Thu, 2 Dec 2004 16:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCF743D5C for ; Thu, 2 Dec 2004 16:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GUTtH088595 for ; Thu, 2 Dec 2004 16:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2GUTHb088586; Thu, 2 Dec 2004 16:30:29 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 16:30:29 GMT Resent-Message-Id: <200412021630.iB2GUTHb088586@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Natanael Copa Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1919716A4CE for ; Thu, 2 Dec 2004 16:25:07 +0000 (GMT) Received: from smtp210.tiscali.dk (smtp210.tiscali.dk [62.79.79.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5868343D2D for ; Thu, 2 Dec 2004 16:25:06 +0000 (GMT) (envelope-from ncopa@users.sourceforge.net) Received: from cpmail.dk.tiscali.com (mail.tiscali.dk [212.54.64.159]) by smtp210.tiscali.dk (8.12.6p3/8.12.6) with ESMTP id iB2GNQGL089120 for ; Thu, 2 Dec 2004 17:24:51 +0100 (CET) (envelope-from ncopa@users.sourceforge.net) Received: from mail.nor.wtbts.org (213.234.126.131) by cpmail.dk.tiscali.com (6.7.018) id 41AC60C600013448 for FreeBSD-gnats-submit@freebsd.org; Thu, 2 Dec 2004 17:24:49 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.nor.wtbts.org (Postfix) with ESMTP id D451C3FAD2 for ; Thu, 2 Dec 2004 17:24:34 +0100 (CET) Received: from mail.nor.wtbts.org ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24601-06 for ; Thu, 2 Dec 2004 17:24:34 +0100 (CET) Received: from vmbsd.nor.wtbts.org (unknown [192.168.65.152]) by mail.nor.wtbts.org (Postfix) with ESMTP id B33DD3FAC8 for ; Thu, 2 Dec 2004 17:24:34 +0100 (CET) Received: from vmbsd.nor.wtbts.org (localhost [127.0.0.1]) by vmbsd.nor.wtbts.org (8.12.10/8.12.10) with ESMTP id iB2HOIBT001291 for ; Thu, 2 Dec 2004 18:24:18 +0100 (CET) (envelope-from ncopa@vmbsd.nor.wtbts.org) Received: (from ncopa@localhost) by vmbsd.nor.wtbts.org (8.12.10/8.12.10/Submit) id iB2HOD6L001290; Thu, 2 Dec 2004 18:24:13 +0100 (CET) (envelope-from ncopa) Message-Id: <200412021724.iB2HOD6L001290@vmbsd.nor.wtbts.org> Date: Thu, 2 Dec 2004 18:24:13 +0100 (CET) From: Natanael Copa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74618: Update port: dns/dnrd release 2.17.2, bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Natanael Copa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:30:30 -0000 >Number: 74618 >Category: ports >Synopsis: Update port: dns/dnrd release 2.17.2, bugfix >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: Thu Dec 02 16:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Natanael Copa >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD vmbsd.nor.wtbts.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Bugfix version of dnrd. Fixes a buffer overflow in the random id generation. >How-To-Repeat: Turn off cache (-c off) and create a huge number of dns requests. Every N*64k request should generate a bufferoverflow, but it depends on random. >Fix: --- dnrd-2.17.2.diff begins here --- diff -ruN dnrd.orig/Makefile dnrd/Makefile --- dnrd.orig/Makefile Thu Dec 2 16:43:50 2004 +++ dnrd/Makefile Thu Dec 2 16:44:02 2004 @@ -6,7 +6,7 @@ # PORTNAME= dnrd -PORTVERSION= 2.17.1 +PORTVERSION= 2.17.2 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dnrd diff -ruN dnrd.orig/distinfo dnrd/distinfo --- dnrd.orig/distinfo Thu Dec 2 16:43:50 2004 +++ dnrd/distinfo Thu Dec 2 16:44:09 2004 @@ -1,2 +1,2 @@ -MD5 (dnrd-2.17.1.tar.gz) = 80d503cf8ea1ffb6b1c4243373739fc4 -SIZE (dnrd-2.17.1.tar.gz) = 145934 +MD5 (dnrd-2.17.2.tar.gz) = 7f7644a2d5440bcff2232eeddb4e0c76 +SIZE (dnrd-2.17.2.tar.gz) = 145881 --- dnrd-2.17.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 16:30:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED2C16A4CE for ; Thu, 2 Dec 2004 16:30:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D5743D5C for ; Thu, 2 Dec 2004 16:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GUUuZ088651 for ; Thu, 2 Dec 2004 16:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2GUTMT088650; Thu, 2 Dec 2004 16:30:29 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 16:30:29 GMT Resent-Message-Id: <200412021630.iB2GUTMT088650@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A97D16A4CE for ; Thu, 2 Dec 2004 16:26:07 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D7F43D4C for ; Thu, 2 Dec 2004 16:26:06 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iB2GQ4ZO016656 for ; Thu, 2 Dec 2004 14:26:04 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iB2GQ2TL016655; Thu, 2 Dec 2004 14:26:02 -0200 (BRST) Message-Id: <200412021626.iB2GQ2TL016655@digitalsign.com> Date: Thu, 2 Dec 2004 14:26:02 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74619: Update port: devel/pear-PEAR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:30:30 -0000 >Number: 74619 >Category: ports >Synopsis: Update port: devel/pear-PEAR >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 Dec 02 16:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: + make pear script use php.ini >How-To-Repeat: >Fix: diff -ruN pear-PEAR.orig/Makefile pear-PEAR/Makefile --- pear-PEAR.orig/Makefile Thu Dec 2 14:17:19 2004 +++ pear-PEAR/Makefile Thu Dec 2 14:19:23 2004 @@ -7,6 +7,7 @@ PORTNAME= PEAR PORTVERSION= 1.3.3.1 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= antonio@php.net diff -ruN pear-PEAR.orig/files/patch-scripts::pearcmd.php pear-PEAR/files/patch-scripts::pearcmd.php --- pear-PEAR.orig/files/patch-scripts::pearcmd.php Thu Dec 2 14:17:19 2004 +++ pear-PEAR/files/patch-scripts::pearcmd.php Thu Dec 2 14:17:32 2004 @@ -1,7 +1,7 @@ --- scripts/pearcmd.php.orig Thu Oct 28 14:37:56 2004 +++ scripts/pearcmd.php Thu Nov 11 11:21:39 2004 @@ -1,3 +1,4 @@ -+#!@php_bin@ -n -q -dsafe_mode=0 -doutput_buffering=1 ++#!@php_bin@ -q -dsafe_mode=0 -doutput_buffering=1 Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 16:40:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 951D216A5D3 for ; Thu, 2 Dec 2004 16:40:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B45F43D41 for ; Thu, 2 Dec 2004 16:40:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GeaFw089725 for ; Thu, 2 Dec 2004 16:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2GeaGW089723; Thu, 2 Dec 2004 16:40:36 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 16:40:36 GMT Resent-Message-Id: <200412021640.iB2GeaGW089723@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2157E16A4CE for ; Thu, 2 Dec 2004 16:38:48 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25E543D3F for ; Thu, 2 Dec 2004 16:38:46 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id iB2GcjZO016745 for ; Thu, 2 Dec 2004 14:38:45 -0200 (BRST) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id iB2GcjuI016744; Thu, 2 Dec 2004 14:38:45 -0200 (BRST) Message-Id: <200412021638.iB2GcjuI016744@digitalsign.com> Date: Thu, 2 Dec 2004 14:38:45 -0200 (BRST) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74620: New port: sysutils/pear-I18Nv2 PEAR Internationalization X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:40:39 -0000 >Number: 74620 >Category: ports >Synopsis: New port: sysutils/pear-I18Nv2 PEAR Internationalization >Confidential: no >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 Dec 02 16:40:36 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: sysutils/pear-I18Nv2 PEAR Internationalization This package provides basic support to localize your application, like locale based formatting of dates, numbers and currencies. Beside that it attempts to provide an OS independent way to setlocale() and aims to provide language and country names translated into many languages. >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: # # pear-I18Nv2 # pear-I18Nv2/Makefile # pear-I18Nv2/distinfo # pear-I18Nv2/pkg-descr # echo c - pear-I18Nv2 mkdir -p pear-I18Nv2 > /dev/null 2>&1 echo x - pear-I18Nv2/Makefile sed 's/^X//' >pear-I18Nv2/Makefile << 'END-of-pear-I18Nv2/Makefile' X# Ports collection makefile for: pear-I18Nv2 X# Date created: 01 December 2004 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= I18Nv2 XPORTVERSION= 0.9.3 XCATEGORIES= sysutils devel pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR Internationalization X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= iconv X XCATEGORY= File XFILES= I18Nv2.php I18Nv2/Locale.php I18Nv2/CommonList.php I18Nv2/Country.php \ X I18Nv2/Language.php I18Nv2/AreaCode.php I18Nv2/Charset.php \ X I18Nv2/Negotiator.php I18Nv2/DecoratedList.php \ X I18Nv2/DecoratedList/Filter.php I18Nv2/DecoratedList/HtmlSelect.php \ X I18Nv2/DecoratedList/HtmlEntities.php \ X I18Nv2/DecoratedList/HtmlSpecialchars.php I18Nv2/Country/aa.php \ X I18Nv2/Country/af.php I18Nv2/Country/am.php I18Nv2/Country/ar.php \ X I18Nv2/Country/as.php I18Nv2/Country/az.php I18Nv2/Country/be.php \ X I18Nv2/Country/bg.php I18Nv2/Country/bn.php I18Nv2/Country/ca.php \ X I18Nv2/Country/cs.php I18Nv2/Country/cy.php I18Nv2/Country/da.php \ X I18Nv2/Country/de.php I18Nv2/Country/dv.php I18Nv2/Country/dz.php \ X I18Nv2/Country/el.php I18Nv2/Country/en.php I18Nv2/Country/eo.php \ X I18Nv2/Country/es.php I18Nv2/Country/et.php I18Nv2/Country/eu.php \ X I18Nv2/Country/fa.php I18Nv2/Country/fi.php I18Nv2/Country/fo.php \ X I18Nv2/Country/fr.php I18Nv2/Country/ga.php I18Nv2/Country/gl.php \ X I18Nv2/Country/gu.php I18Nv2/Country/gv.php I18Nv2/Country/he.php \ X I18Nv2/Country/hi.php I18Nv2/Country/hr.php I18Nv2/Country/hu.php \ X I18Nv2/Country/hy.php I18Nv2/Country/id.php I18Nv2/Country/is.php \ X I18Nv2/Country/it.php I18Nv2/Country/iu.php I18Nv2/Country/ja.php \ X I18Nv2/Country/ka.php I18Nv2/Country/kk.php I18Nv2/Country/kl.php \ X I18Nv2/Country/km.php I18Nv2/Country/kn.php I18Nv2/Country/ko.php \ X I18Nv2/Country/kw.php I18Nv2/Country/ky.php I18Nv2/Country/lo.php \ X I18Nv2/Country/lt.php I18Nv2/Country/lv.php I18Nv2/Country/mk.php \ X I18Nv2/Country/ml.php I18Nv2/Country/mn.php I18Nv2/Country/mr.php \ X I18Nv2/Country/ms.php I18Nv2/Country/mt.php I18Nv2/Country/nb.php \ X I18Nv2/Country/nl.php I18Nv2/Country/nn.php I18Nv2/Country/no.php \ X I18Nv2/Country/om.php I18Nv2/Country/or.php I18Nv2/Country/pa.php \ X I18Nv2/Country/pl.php I18Nv2/Country/ps.php I18Nv2/Country/pt.php \ X I18Nv2/Country/ro.php I18Nv2/Country/ru.php I18Nv2/Country/sa.php \ X I18Nv2/Country/sh.php I18Nv2/Country/sk.php I18Nv2/Country/sl.php \ X I18Nv2/Country/so.php I18Nv2/Country/sq.php I18Nv2/Country/sr.php \ X I18Nv2/Country/sv.php I18Nv2/Country/sw.php I18Nv2/Country/ta.php \ X I18Nv2/Country/te.php I18Nv2/Country/th.php I18Nv2/Country/ti.php \ X I18Nv2/Country/tr.php I18Nv2/Country/tt.php I18Nv2/Country/uk.php \ X I18Nv2/Country/ur.php I18Nv2/Country/uz.php I18Nv2/Country/vi.php \ X I18Nv2/Country/zh.php I18Nv2/Locale/af.php I18Nv2/Locale/cs.php \ X I18Nv2/Locale/da.php I18Nv2/Locale/de.php I18Nv2/Locale/en.php \ X I18Nv2/Locale/es.php I18Nv2/Locale/fr.php I18Nv2/Locale/hu.php \ X I18Nv2/Locale/it.php I18Nv2/Locale/nl.php I18Nv2/Locale/nb.php \ X I18Nv2/Locale/nn.php I18Nv2/Locale/no.php I18Nv2/Locale/pl.php \ X I18Nv2/Locale/pt.php I18Nv2/Locale/ru.php I18Nv2/Locale/sl.php \ X I18Nv2/Locale/Windows.php I18Nv2/Locale/EUR.php \ X I18Nv2/Locale/de_AT.php I18Nv2/Locale/de_DE.php \ X I18Nv2/Locale/el_GR.php I18Nv2/Locale/en_IE.php \ X I18Nv2/Locale/es_ES.php I18Nv2/Locale/fi_FI.php \ X I18Nv2/Locale/fr_BE.php I18Nv2/Locale/fr_FR.php \ X I18Nv2/Locale/fr_LU.php I18Nv2/Locale/fr_MC.php \ X I18Nv2/Locale/it_IT.php I18Nv2/Locale/nl_BE.php \ X I18Nv2/Locale/nl_NL.php I18Nv2/Locale/pt_PT.php \ X I18Nv2/Locale/sv_FI.php I18Nv2/Language/aa.php \ X I18Nv2/Language/af.php I18Nv2/Language/am.php I18Nv2/Language/ar.php \ X I18Nv2/Language/as.php I18Nv2/Language/az.php I18Nv2/Language/be.php \ X I18Nv2/Language/bg.php I18Nv2/Language/bn.php I18Nv2/Language/ca.php \ X I18Nv2/Language/cs.php I18Nv2/Language/cy.php I18Nv2/Language/da.php \ X I18Nv2/Language/de.php I18Nv2/Language/dv.php I18Nv2/Language/dz.php \ X I18Nv2/Language/el.php I18Nv2/Language/en.php I18Nv2/Language/eo.php \ X I18Nv2/Language/es.php I18Nv2/Language/et.php I18Nv2/Language/eu.php \ X I18Nv2/Language/fa.php I18Nv2/Language/fi.php I18Nv2/Language/fo.php \ X I18Nv2/Language/fr.php I18Nv2/Language/ga.php I18Nv2/Language/gl.php \ X I18Nv2/Language/gu.php I18Nv2/Language/gv.php I18Nv2/Language/he.php \ X I18Nv2/Language/hi.php I18Nv2/Language/hr.php I18Nv2/Language/hu.php \ X I18Nv2/Language/hy.php I18Nv2/Language/id.php I18Nv2/Language/is.php \ X I18Nv2/Language/it.php I18Nv2/Language/iu.php I18Nv2/Language/ja.php \ X I18Nv2/Language/ka.php I18Nv2/Language/kk.php I18Nv2/Language/kl.php \ X I18Nv2/Language/km.php I18Nv2/Language/kn.php I18Nv2/Language/ko.php \ X I18Nv2/Language/kw.php I18Nv2/Language/ky.php I18Nv2/Language/lo.php \ X I18Nv2/Language/lt.php I18Nv2/Language/lv.php I18Nv2/Language/mk.php \ X I18Nv2/Language/ml.php I18Nv2/Language/mn.php I18Nv2/Language/mr.php \ X I18Nv2/Language/ms.php I18Nv2/Language/mt.php I18Nv2/Language/nb.php \ X I18Nv2/Language/nl.php I18Nv2/Language/nn.php I18Nv2/Language/no.php \ X I18Nv2/Language/om.php I18Nv2/Language/or.php I18Nv2/Language/pa.php \ X I18Nv2/Language/pl.php I18Nv2/Language/ps.php I18Nv2/Language/pt.php \ X I18Nv2/Language/ro.php I18Nv2/Language/ru.php I18Nv2/Language/sa.php \ X I18Nv2/Language/sh.php I18Nv2/Language/sk.php I18Nv2/Language/sl.php \ X I18Nv2/Language/so.php I18Nv2/Language/sq.php I18Nv2/Language/sr.php \ X I18Nv2/Language/sv.php I18Nv2/Language/sw.php I18Nv2/Language/ta.php \ X I18Nv2/Language/te.php I18Nv2/Language/th.php I18Nv2/Language/ti.php \ X I18Nv2/Language/tr.php I18Nv2/Language/tt.php I18Nv2/Language/uk.php \ X I18Nv2/Language/ur.php I18Nv2/Language/uz.php I18Nv2/Language/vi.php \ X I18Nv2/Language/zh.php XEXAMPLES= retrieving_locale_conventions.php setting_a_locale.php \ X transform_output_charset.php using_I18Nv2_Country.php \ X using_I18Nv2_DecoratedList.php using_I18Nv2_Language.php \ X using_I18Nv2_Locale.php using_I18Nv2_Negotiator.php X_EXAMPLESDIR= docs/examples X Xpost-extract: X @${MKDIR} ${WRKSRC}/${PORTNAME} X @${MV} ${WRKSRC}/[A-D]* ${WRKSRC}/${PORTNAME} X @${MV} ${WRKSRC}/[L-Z]* ${WRKSRC}/${PORTNAME} X X.include X XPHP_VERS= ${PHP_VERSION:S/.//g} X X.if defined(PHP_VERS) && ${PHP_VERS} < 406 XIGNORE= "You need PHP 4.0.6 or later to install PEAR::I18Nv2" X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-I18Nv2/Makefile echo x - pear-I18Nv2/distinfo sed 's/^X//' >pear-I18Nv2/distinfo << 'END-of-pear-I18Nv2/distinfo' XMD5 (PEAR/I18Nv2-0.9.3.tgz) = f5548a9bad8d1d4ac838c28564750e3d XSIZE (PEAR/I18Nv2-0.9.3.tgz) = 187935 END-of-pear-I18Nv2/distinfo echo x - pear-I18Nv2/pkg-descr sed 's/^X//' >pear-I18Nv2/pkg-descr << 'END-of-pear-I18Nv2/pkg-descr' XThis package provides basic support to localize your application, Xlike locale based formatting of dates, numbers and currencies. X XBeside that it attempts to provide an OS independent way to setlocale() Xand aims to provide language and country names translated into many languages. X XWWW: http://pear.php.net/package/I18Nv2/ END-of-pear-I18Nv2/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 16:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7063316A4CE for ; Thu, 2 Dec 2004 16:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6A143D2F for ; Thu, 2 Dec 2004 16:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GoLad090883 for ; Thu, 2 Dec 2004 16:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2GoLPW090882; Thu, 2 Dec 2004 16:50:21 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 16:50:21 GMT Resent-Message-Id: <200412021650.iB2GoLPW090882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Maxim Tuliuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F6E716A4CE for ; Thu, 2 Dec 2004 16:49:10 +0000 (GMT) Received: from smtp.top.net.ua (smtp.top.net.ua [193.109.60.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC98943D1F for ; Thu, 2 Dec 2004 16:49:08 +0000 (GMT) (envelope-from mt@zoo.top.net.ua) Received: from zoo.top.net.ua (villa.top.net.ua [193.109.61.63]) by smtp.top.net.ua (8.13.1/8.13.1) with ESMTP id iB2Gn6m4039545 for ; Thu, 2 Dec 2004 18:49:06 +0200 (EET) (envelope-from mt@zoo.top.net.ua) Received: from zoo.top.net.ua (localhost [127.0.0.1]) by zoo.top.net.ua (8.13.1/8.13.1) with ESMTP id iB2Gn5Zg076842 for ; Thu, 2 Dec 2004 18:49:05 +0200 (EET) (envelope-from mt@zoo.top.net.ua) Received: (from mt@localhost) by zoo.top.net.ua (8.13.1/8.13.1/Submit) id iB2Gn5Rv076841; Thu, 2 Dec 2004 18:49:05 +0200 (EET) (envelope-from mt) Message-Id: <200412021649.iB2Gn5Rv076841@zoo.top.net.ua> Date: Thu, 2 Dec 2004 18:49:05 +0200 (EET) From: Maxim Tuliuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74621: New port: net-mgmt/ipplan (4.0.2) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maxim Tuliuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:50:21 -0000 >Number: 74621 >Category: ports >Synopsis: New port: net-mgmt/ipplan (4.0.2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 16:50:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Maxim Tuliuk >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: ISP "TopNet" >Environment: System: FreeBSD zoo.top.net.ua 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #5: Thu Dec 2 13:39:28 EET 2004 root@zoo.top.net.ua:/usr/obj/usr/src/sys/host i386 >Description: New port: net-mgmt/ipplan Version: 4.0.2 Description: IP address management and tracking >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: # # ipplan # ipplan/files # ipplan/files/patch-config.php # ipplan/Makefile # ipplan/distinfo # ipplan/pkg-descr # ipplan/pkg-message # ipplan/pkg-plist # echo c - ipplan mkdir -p ipplan > /dev/null 2>&1 echo c - ipplan/files mkdir -p ipplan/files > /dev/null 2>&1 echo x - ipplan/files/patch-config.php sed 's/^X//' >ipplan/files/patch-config.php << 'END-of-ipplan/files/patch-config.php' X--- config.php.org Sat Nov 20 12:07:00 2004 X+++ config.php Thu Dec 2 13:47:54 2004 X@@ -96,7 +96,7 @@ X // not work if php is running in safemode. probing and scanning may X // also be against policy for your site! X //define("NMAP", ""); X-define("NMAP", "/usr/bin/nmap"); X+define("NMAP", "/usr/local/bin/nmap"); X X //-------------------------START OF REGISTRAR--------------------------- X X@@ -137,7 +137,7 @@ X // this will usually be the user under which Apache runs. If the X // permissions are not correct, the files will be created in the X // system temp directory, usually /tmp X-define("DNSEXPORTPATH", "/tmp/dns/"); X+define("DNSEXPORTPATH", "/tmp/ipplan-dns/"); X //-------------------------START OF LANGUAGES--------------------------- X X // which languages are supported by ipplan - see TRANSLATIONS to END-of-ipplan/files/patch-config.php echo x - ipplan/Makefile sed 's/^X//' >ipplan/Makefile << 'END-of-ipplan/Makefile' X# Ports collection makefile for: ipplan X# Date created: 26 Nov 2004 X# Whom: Maxim Tuliuk X# X# $FreeBSD$ X# X XPORTNAME= ipplan XPORTVERSION= 4.0.2 XCATEGORIES= net-mgmt XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= iptrack XDISTNAME= ${PORTNAME}-4.02 X XMAINTAINER= mt@primats.org.ua XCOMMENT= IP address management and tracking X XUSE_PHP= gettext XUSE_MYSQL= yes XUSE_REINPLACE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME} XIPPLANDIR?= share/${PORTNAME} XPLIST_SUB= IPPLANDIR=${IPPLANDIR} X XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${PREFIX}/${IPPLANDIR} X @${CP} -R ${WRKSRC}/* ${PREFIX}/${IPPLANDIR} X @${FIND} ${PREFIX}/${IPPLANDIR} -name '*.orig' -delete X @${SED} -e 's|%IPPLANDIR%|${PREFIX}/${IPPLANDIR}|g' ${PKGMESSAGE} X X.include END-of-ipplan/Makefile echo x - ipplan/distinfo sed 's/^X//' >ipplan/distinfo << 'END-of-ipplan/distinfo' XMD5 (ipplan-4.02.tar.gz) = 95e89a361799d9ce7c2a5c68f8caedf1 XSIZE (ipplan-4.02.tar.gz) = 889789 END-of-ipplan/distinfo echo x - ipplan/pkg-descr sed 's/^X//' >ipplan/pkg-descr << 'END-of-ipplan/pkg-descr' XIPplan is a free (GPL), web based, multilingual, IP address management and Xtracking tool written in php4, simplifying the administration of your IP Xaddress space. IPplan goes beyond IP address management including DNS Xadministration, configuration file management, circuit management and Xstoring of hardware information. IPplan can handle a single network or Xcater for multiple networks and customers with overlapping address space. X XWWW: http://iptrack.sourceforge.net/ END-of-ipplan/pkg-descr echo x - ipplan/pkg-message sed 's/^X//' >ipplan/pkg-message << 'END-of-ipplan/pkg-message' XIPPlan's installation hasn't completed yet. Please read X%IPPLANDIR%/INSTALL carefully and follow it. XIf you won't use Mysql as default database, according to Xyour database, install required port and read X%IPPLANDIR%/INSTALL-[ORACLE9i|POSTGRESQL] END-of-ipplan/pkg-message echo x - ipplan/pkg-plist sed 's/^X//' >ipplan/pkg-plist << 'END-of-ipplan/pkg-plist' X%%IPPLANDIR%%/CHANGELOG X%%IPPLANDIR%%/CONTRIBUTORS X%%IPPLANDIR%%/DNS-USAGE X%%IPPLANDIR%%/INSTALL X%%IPPLANDIR%%/INSTALL-IIS+MSSQL X%%IPPLANDIR%%/INSTALL-ORACLE9i X%%IPPLANDIR%%/INSTALL-POSTGRESQL X%%IPPLANDIR%%/INSTALL-WINDOWS X%%IPPLANDIR%%/INTERNALS X%%IPPLANDIR%%/IPplan.jpg X%%IPPLANDIR%%/LICENSE X%%IPPLANDIR%%/README X%%IPPLANDIR%%/README.html X%%IPPLANDIR%%/README.sgml X%%IPPLANDIR%%/TODO X%%IPPLANDIR%%/TRANSLATIONS X%%IPPLANDIR%%/UPGRADE X%%IPPLANDIR%%/admin/addboundstogroup.php X%%IPPLANDIR%%/admin/addusertogroup.php X%%IPPLANDIR%%/admin/admin.php X%%IPPLANDIR%%/admin/changepassword.php X%%IPPLANDIR%%/admin/changesettings.php X%%IPPLANDIR%%/admin/creategroup.php X%%IPPLANDIR%%/admin/createuser.php X%%IPPLANDIR%%/admin/deleteaccess.php X%%IPPLANDIR%%/admin/deletebounds.php X%%IPPLANDIR%%/admin/displayaccessform.php X%%IPPLANDIR%%/admin/displayauditlog.php X%%IPPLANDIR%%/admin/displayboundsform.php X%%IPPLANDIR%%/admin/exportbase.php X%%IPPLANDIR%%/admin/exportbaseform.php X%%IPPLANDIR%%/admin/exportip.php X%%IPPLANDIR%%/admin/exportipform.php X%%IPPLANDIR%%/admin/importbase.php X%%IPPLANDIR%%/admin/importbaseform.php X%%IPPLANDIR%%/admin/importip.php X%%IPPLANDIR%%/admin/importipform.php X%%IPPLANDIR%%/admin/install.php X%%IPPLANDIR%%/admin/modifygroup.php X%%IPPLANDIR%%/admin/schemacreate.php X%%IPPLANDIR%%/adodb/adodb-csvlib.inc.php X%%IPPLANDIR%%/adodb/adodb-datadict.inc.php X%%IPPLANDIR%%/adodb/adodb-error.inc.php X%%IPPLANDIR%%/adodb/adodb-errorhandler.inc.php X%%IPPLANDIR%%/adodb/adodb-errorpear.inc.php X%%IPPLANDIR%%/adodb/adodb-exceptions.inc.php X%%IPPLANDIR%%/adodb/adodb-iterator.inc.php X%%IPPLANDIR%%/adodb/adodb-lib.inc.php X%%IPPLANDIR%%/adodb/adodb-pager.inc.php X%%IPPLANDIR%%/adodb/adodb-pear.inc.php X%%IPPLANDIR%%/adodb/adodb-perf.inc.php X%%IPPLANDIR%%/adodb/adodb-perf.inc.php.#.LENS-03-09-05 X%%IPPLANDIR%%/adodb/adodb-php4.inc.php X%%IPPLANDIR%%/adodb/adodb-time.inc.php X%%IPPLANDIR%%/adodb/adodb-time.zip X%%IPPLANDIR%%/adodb/adodb-xmlschema.inc.php X%%IPPLANDIR%%/adodb/adodb.inc.php X%%IPPLANDIR%%/adodb/contrib/toxmlrpc.inc.php X%%IPPLANDIR%%/adodb/cute_icons_for_site/adodb.gif X%%IPPLANDIR%%/adodb/cute_icons_for_site/adodb2.gif X%%IPPLANDIR%%/adodb/datadict/datadict-access.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-db2.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-firebird.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-generic.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-ibase.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-informix.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-mssql.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-mysql.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-oci8.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-postgres.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-sapdb.inc.php X%%IPPLANDIR%%/adodb/datadict/datadict-sybase.inc.php X%%IPPLANDIR%%/adodb/docs/docs-adodb.htm X%%IPPLANDIR%%/adodb/docs/docs-datadict.htm X%%IPPLANDIR%%/adodb/docs/docs-oracle.htm X%%IPPLANDIR%%/adodb/docs/docs-perf.htm X%%IPPLANDIR%%/adodb/docs/docs-session.htm X%%IPPLANDIR%%/adodb/docs/old-changelog.htm X%%IPPLANDIR%%/adodb/docs/readme.htm X%%IPPLANDIR%%/adodb/docs/tips_portable_sql.htm X%%IPPLANDIR%%/adodb/docs/tute.htm X%%IPPLANDIR%%/adodb/drivers/adodb-access.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-ado.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-ado5.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-ado_access.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-ado_mssql.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-borland_ibase.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-csv.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-db2.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-fbsql.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-firebird.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-ibase.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-informix.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-informix72.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-ldap.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-mssql.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-mssqlpo.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-mysql.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-mysqli.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-mysqlt.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-netezza.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-oci8.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-oci805.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-oci8po.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-odbc.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-odbc_mssql.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-odbc_oracle.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-odbtp.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-odbtp_unicode.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-oracle.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-pdo.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-postgres.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-postgres64.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-postgres7.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-proxy.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-sapdb.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-sqlanywhere.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-sqlite.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-sqlite.inc.php.bak X%%IPPLANDIR%%/adodb/drivers/adodb-sqlitepo.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-sybase.inc.php X%%IPPLANDIR%%/adodb/drivers/adodb-vfp.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-ar.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-bg.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-bgutf8.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-ca.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-cn.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-cz.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-de.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-en.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-es.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-fr.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-hu.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-it.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-nl.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-pl.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-pt-br.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-ro.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-ru1251.inc.php X%%IPPLANDIR%%/adodb/lang/adodb-sv.inc.php X%%IPPLANDIR%%/adodb/license.txt X%%IPPLANDIR%%/adodb/pear/Auth/Container/ADOdb.php X%%IPPLANDIR%%/adodb/pear/readme.Auth.txt X%%IPPLANDIR%%/adodb/perf/perf-db2.inc.php X%%IPPLANDIR%%/adodb/perf/perf-informix.inc.php X%%IPPLANDIR%%/adodb/perf/perf-mssql.inc.php X%%IPPLANDIR%%/adodb/perf/perf-mysql.inc.php X%%IPPLANDIR%%/adodb/perf/perf-oci8.inc.php X%%IPPLANDIR%%/adodb/perf/perf-postgres.inc.php X%%IPPLANDIR%%/adodb/pivottable.inc.php X%%IPPLANDIR%%/adodb/readme.txt X%%IPPLANDIR%%/adodb/rsfilter.inc.php X%%IPPLANDIR%%/adodb/server.php X%%IPPLANDIR%%/adodb/session/adodb-compress-bzip2.php X%%IPPLANDIR%%/adodb/session/adodb-compress-gzip.php X%%IPPLANDIR%%/adodb/session/adodb-cryptsession.php X%%IPPLANDIR%%/adodb/session/adodb-encrypt-mcrypt.php X%%IPPLANDIR%%/adodb/session/adodb-encrypt-md5.php X%%IPPLANDIR%%/adodb/session/adodb-encrypt-secret.php X%%IPPLANDIR%%/adodb/session/adodb-sess.txt X%%IPPLANDIR%%/adodb/session/adodb-session-clob.php X%%IPPLANDIR%%/adodb/session/adodb-session.php X%%IPPLANDIR%%/adodb/session/adodb-sessions.mysql.sql X%%IPPLANDIR%%/adodb/session/adodb-sessions.oracle.clob.sql X%%IPPLANDIR%%/adodb/session/adodb-sessions.oracle.sql X%%IPPLANDIR%%/adodb/session/crypt.inc.php X%%IPPLANDIR%%/adodb/session/old/adodb-cryptsession.php X%%IPPLANDIR%%/adodb/session/old/adodb-session-clob.php X%%IPPLANDIR%%/adodb/session/old/adodb-session.php X%%IPPLANDIR%%/adodb/session/old/crypt.inc.php X%%IPPLANDIR%%/adodb/tests/benchmark.php X%%IPPLANDIR%%/adodb/tests/client.php X%%IPPLANDIR%%/adodb/tests/pdo.php X%%IPPLANDIR%%/adodb/tests/test-datadict.php X%%IPPLANDIR%%/adodb/tests/test-perf.php X%%IPPLANDIR%%/adodb/tests/test-pgblob.php X%%IPPLANDIR%%/adodb/tests/test-php5.php X%%IPPLANDIR%%/adodb/tests/test-xmlschema.php X%%IPPLANDIR%%/adodb/tests/test.php X%%IPPLANDIR%%/adodb/tests/test2.php X%%IPPLANDIR%%/adodb/tests/test3.php X%%IPPLANDIR%%/adodb/tests/test4.php X%%IPPLANDIR%%/adodb/tests/test5.php X%%IPPLANDIR%%/adodb/tests/test_rs_array.php X%%IPPLANDIR%%/adodb/tests/testcache.php X%%IPPLANDIR%%/adodb/tests/testdatabases.inc.php X%%IPPLANDIR%%/adodb/tests/testgenid.php X%%IPPLANDIR%%/adodb/tests/testmssql.php X%%IPPLANDIR%%/adodb/tests/testoci8.php X%%IPPLANDIR%%/adodb/tests/testoci8cursor.php X%%IPPLANDIR%%/adodb/tests/testpaging.php X%%IPPLANDIR%%/adodb/tests/testpear.php X%%IPPLANDIR%%/adodb/tests/testsessions.php X%%IPPLANDIR%%/adodb/tests/time.php X%%IPPLANDIR%%/adodb/tests/tmssql.php X%%IPPLANDIR%%/adodb/tests/xmlschema.xml X%%IPPLANDIR%%/adodb/toexport.inc.php X%%IPPLANDIR%%/adodb/tohtml.inc.php X%%IPPLANDIR%%/adodb/xmlschema.dtd X%%IPPLANDIR%%/adodb/xsl/convert-0.1-0.2.xsl X%%IPPLANDIR%%/adodb/xsl/convert-0.2-0.1.xsl X%%IPPLANDIR%%/adodb/xsl/remove-0.2.xsl X%%IPPLANDIR%%/auth.php X%%IPPLANDIR%%/class.dbflib.php X%%IPPLANDIR%%/class.templib.php X%%IPPLANDIR%%/config.php X%%IPPLANDIR%%/contrib/bind9_zone.xsl X%%IPPLANDIR%%/contrib/dumproute.sh X%%IPPLANDIR%%/contrib/dumproute.txt X%%IPPLANDIR%%/index.php X%%IPPLANDIR%%/ipplanlib.php X%%IPPLANDIR%%/layout/class.layout X%%IPPLANDIR%%/layout/layoutman.html X%%IPPLANDIR%%/locale/de/LC_MESSAGES/messages.mo X%%IPPLANDIR%%/locale/de/LC_MESSAGES/messages.po X%%IPPLANDIR%%/locale/es/LC_MESSAGES/messages.mo X%%IPPLANDIR%%/locale/es/LC_MESSAGES/messages.po X%%IPPLANDIR%%/locale/fr/LC_MESSAGES/messages.mo X%%IPPLANDIR%%/locale/fr/LC_MESSAGES/messages.po X%%IPPLANDIR%%/locale/it/LC_MESSAGES/messages.mo X%%IPPLANDIR%%/locale/it/LC_MESSAGES/messages.po X%%IPPLANDIR%%/locale/no/LC_MESSAGES/messages.mo X%%IPPLANDIR%%/locale/no/LC_MESSAGES/messages.po X%%IPPLANDIR%%/locale/pt/LC_MESSAGES/messages.mo X%%IPPLANDIR%%/locale/pt/LC_MESSAGES/messages.po X%%IPPLANDIR%%/messages.po X%%IPPLANDIR%%/schema.php X%%IPPLANDIR%%/templates/swip_reassign-simple-modify3.0.xsl X%%IPPLANDIR%%/templates/swip_reassign-simple-new3.0.xsl X%%IPPLANDIR%%/templates/swip_reassign-simple-remove3.0.xsl X%%IPPLANDIR%%/templates/swip_wdb1.4_delete.xsl X%%IPPLANDIR%%/templates/swip_wdb1.4_modify.xsl X%%IPPLANDIR%%/templates/swip_wdb1.4_new.xsl X%%IPPLANDIR%%/user/createarea.php X%%IPPLANDIR%%/user/createrange.php X%%IPPLANDIR%%/user/createsubnet.php X%%IPPLANDIR%%/user/createsubnetform.php X%%IPPLANDIR%%/user/deletearea.php X%%IPPLANDIR%%/user/deletecustomer.php X%%IPPLANDIR%%/user/deleterange.php X%%IPPLANDIR%%/user/displaybase.php X%%IPPLANDIR%%/user/displaybaseform.php X%%IPPLANDIR%%/user/displaycustomerform.php X%%IPPLANDIR%%/user/displayoverlap.php X%%IPPLANDIR%%/user/displayoverlapform.php X%%IPPLANDIR%%/user/displayrouter.php X%%IPPLANDIR%%/user/displayrouterform.php X%%IPPLANDIR%%/user/displaysubnet.php X%%IPPLANDIR%%/user/displayswip.php X%%IPPLANDIR%%/user/displayswipform.php X%%IPPLANDIR%%/user/dns.php X%%IPPLANDIR%%/user/emailswip.php X%%IPPLANDIR%%/user/findfree.php X%%IPPLANDIR%%/user/findfreeform.php X%%IPPLANDIR%%/user/iptemplate.xml X%%IPPLANDIR%%/user/iptemplate.xml.sample X%%IPPLANDIR%%/user/logout.php X%%IPPLANDIR%%/user/modifyarearange.php X%%IPPLANDIR%%/user/modifyarearangeform.php X%%IPPLANDIR%%/user/modifybase.php X%%IPPLANDIR%%/user/modifybaseform.php X%%IPPLANDIR%%/user/modifycustomer.php X%%IPPLANDIR%%/user/modifydns.php X%%IPPLANDIR%%/user/modifydnsform.php X%%IPPLANDIR%%/user/modifydnsrecord.php X%%IPPLANDIR%%/user/modifydnsrecordform.php X%%IPPLANDIR%%/user/modifyipform.php X%%IPPLANDIR%%/user/modifyipformmul.php X%%IPPLANDIR%%/user/modifysubnet.php X%%IPPLANDIR%%/user/modifyzone.php X%%IPPLANDIR%%/user/modifyzoneform.php X%%IPPLANDIR%%/user/ping.php X%%IPPLANDIR%%/user/searchall.php X%%IPPLANDIR%%/user/searchallform.php X%%IPPLANDIR%%/user/swiplib.php X%%IPPLANDIR%%/user/traceroute.php X%%IPPLANDIR%%/user/whois.php X%%IPPLANDIR%%/user/whoisclass.php X%%IPPLANDIR%%/xmllib.php X@dirrm %%IPPLANDIR%%/admin X@dirrm %%IPPLANDIR%%/adodb/contrib X@dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site X@dirrm %%IPPLANDIR%%/adodb/datadict X@dirrm %%IPPLANDIR%%/adodb/docs X@dirrm %%IPPLANDIR%%/adodb/drivers X@dirrm %%IPPLANDIR%%/adodb/lang X@dirrm %%IPPLANDIR%%/adodb/pear/Auth/Container X@dirrm %%IPPLANDIR%%/adodb/pear/Auth X@dirrm %%IPPLANDIR%%/adodb/pear X@dirrm %%IPPLANDIR%%/adodb/perf X@dirrm %%IPPLANDIR%%/adodb/session/old X@dirrm %%IPPLANDIR%%/adodb/session X@dirrm %%IPPLANDIR%%/adodb/tests X@dirrm %%IPPLANDIR%%/adodb/xsl X@dirrm %%IPPLANDIR%%/adodb X@dirrm %%IPPLANDIR%%/contrib X@dirrm %%IPPLANDIR%%/layout X@dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES X@dirrm %%IPPLANDIR%%/locale/de X@dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES X@dirrm %%IPPLANDIR%%/locale/es X@dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES X@dirrm %%IPPLANDIR%%/locale/fr X@dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES X@dirrm %%IPPLANDIR%%/locale/it X@dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES X@dirrm %%IPPLANDIR%%/locale/no X@dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES X@dirrm %%IPPLANDIR%%/locale/pt X@dirrm %%IPPLANDIR%%/locale X@dirrm %%IPPLANDIR%%/templates X@dirrm %%IPPLANDIR%%/user X@dirrm %%IPPLANDIR%% END-of-ipplan/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 17:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11F616A4CF for ; Thu, 2 Dec 2004 17:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A432843D48 for ; Thu, 2 Dec 2004 17:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2HeRaw097263 for ; Thu, 2 Dec 2004 17:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2HeRw1097262; Thu, 2 Dec 2004 17:40:27 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 17:40:27 GMT Resent-Message-Id: <200412021740.iB2HeRw1097262@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Igor Pokrovsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D672E16A4CE for ; Thu, 2 Dec 2004 17:37:08 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8859F43D1F for ; Thu, 2 Dec 2004 17:37:08 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84126-77.ip.peterstar.net ([84.204.126.77] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43 (FreeBSD)) id 1CZust-0005sB-DK for FreeBSD-gnats-submit@freebsd.org; Thu, 02 Dec 2004 18:36:56 +0100 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.1/8.13.1) with ESMTP id iB2Hac6S001053 for ; Thu, 2 Dec 2004 20:36:39 +0300 (MSK) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.1/8.13.1/Submit) id iB2HacUO001052; Thu, 2 Dec 2004 20:36:38 +0300 (MSK) (envelope-from igor) Message-Id: <200412021736.iB2HacUO001052@doom.homeunix.org> Date: Thu, 2 Dec 2004 20:36:38 +0300 (MSK) From: Igor Pokrovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74623: Update port: print/gl2ps remove perl dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Igor Pokrovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:40:28 -0000 >Number: 74623 >Category: ports >Synopsis: Update port: print/gl2ps remove perl dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 17:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Nov 22 09:16:46 MSK 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386 >Description: Removed perl dependency. >How-To-Repeat: >Fix: --- gl2ps.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/local/repos/freebsd/ports/print/gl2ps/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 7 Aug 2004 19:42:47 -0000 1.3 +++ Makefile 1 Dec 2004 03:51:35 -0000 @@ -27,10 +27,10 @@ @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/gl2psTest.c ${EXAMPLESDIR} - @${PERL} -pi -e 's|%%CC%%|${CC}|g; \ - s|%%RM%%|${RM}|g; \ - s|%%CFLAGS%%|${CFLAGS}|g; \ - s|%%X11BASE%%|${X11BASE}|g' \ + @${SED} -e 's|%%CC%%|${CC}|g; \ + s|%%RM%%|${RM}|g; \ + s|%%CFLAGS%%|${CFLAGS}|g; \ + s|%%X11BASE%%|${X11BASE}|g' \ <${FILESDIR}/Makefile.ex >${EXAMPLESDIR}/Makefile .ifndef (NOPORTDOCS) --- gl2ps.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 19:50:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D0016A4CE for ; Thu, 2 Dec 2004 19:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A8C843D5A for ; Thu, 2 Dec 2004 19:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2JoMOx010286 for ; Thu, 2 Dec 2004 19:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2JoMN8010285; Thu, 2 Dec 2004 19:50:22 GMT (envelope-from gnats) Date: Thu, 2 Dec 2004 19:50:22 GMT Message-Id: <200412021950.iB2JoMN8010285@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Josef El-Rayes Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:50:22 -0000 The following reply was made to PR ports/74487; it has been noted by GNATS. From: Josef El-Rayes To: freebsd-gnats-submit@FreeBSD.org, avleeuwen@piwebs.com Cc: Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 Date: Thu, 2 Dec 2004 19:45:38 +0000 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_daemon.li-21150-1102016738-0001-2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! There is already 6.1.5-8 on the mirrors, so, when applying your patch, the port does not find any distfile on the mirrors. greets, josef --=20 Josef El-Rayes (__) Email: josef@daemon.li \\\'',)=20 Web: http://daemon.li/ \/ \ ^ FreeBSD Security Team .\._/_) --=_daemon.li-21150-1102016738-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iQEVAwUBQa9w4VnFItmnnbU8AQLKQAf/UfYlaqqkMQbinu+3nOS2JMJzCNoxaZzj dPrPZ4j5wHR/tBX88zKnhiZqwvlNdTm+qWSgJocot//dHsYhR7JVEuWVQFaxrXKA P/OUUzQi+5X2kuSxKlXQsR/HcvuwXBB7qLT+Aftqh2wQ0aTN3dP3HDwLoqrztAP1 Gwg60khXTIbYNDbi1A4xRqsokMc+IWv6c5NlpS0iI9e+azLwj0MnZpTpFH1pZWXG d2Kw8FWBFwklA0z9ZL7LMnMf3/74OXS898f7Z54ChFXOTBMZNs3y6Muv5pE2EqtP I/VZ+RQ4BCyXVInLxY5v9dX5xUfKnc5KPvTp7lLP55gpR9ePTeZT5g== =sNlO -----END PGP SIGNATURE----- --=_daemon.li-21150-1102016738-0001-2-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 20:00:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 325CA16A4D0 for ; Thu, 2 Dec 2004 20:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E673743D4C for ; Thu, 2 Dec 2004 20:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2K0m0l010608 for ; Thu, 2 Dec 2004 20:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2K0mPh010602; Thu, 2 Dec 2004 20:00:48 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 20:00:48 GMT Resent-Message-Id: <200412022000.iB2K0mPh010602@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lev Shamardin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E788C16A4CE for ; Thu, 2 Dec 2004 19:58:09 +0000 (GMT) Received: from v.gz.ru (gw-gpt.v.gz.ru [195.209.41.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AC343D5C for ; Thu, 2 Dec 2004 19:58:06 +0000 (GMT) (envelope-from leo@v.gz.ru) Received: from virgin.v.gz.ru (localhost [127.0.0.1]) by v.gz.ru (8.13.1/8.13.1) with ESMTP id iB2Jw3aB029437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Dec 2004 22:58:03 +0300 (MSK) (envelope-from leo@virgin.v.gz.ru) Received: (from leo@localhost) by virgin.v.gz.ru (8.13.1/8.13.1/Submit) id iB2JvwwA029436; Thu, 2 Dec 2004 22:57:58 +0300 (MSK) (envelope-from leo) Message-Id: <200412021957.iB2JvwwA029436@virgin.v.gz.ru> Date: Thu, 2 Dec 2004 22:57:58 +0300 (MSK) From: Lev Shamardin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74625: outdated GNU gatekeeper port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Shamardin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 20:00:49 -0000 >Number: 74625 >Category: ports >Synopsis: outdated GNU gatekeeper port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 20:00:48 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lev Shamardin >Release: FreeBSD 4.10-STABLE i386 >Organization: SINP MSU >Environment: System: FreeBSD virgin.v.gz.ru 4.10-STABLE FreeBSD 4.10-STABLE #10: Wed Nov 24 10:01:07 MSK 2004 root@virgin.v.gz.ru:/usr/obj/usr/src/sys/HYMEN i386 >Description: The GNU gatekeeper port is seriously outdated now. The version from the port (gnugk-2.0.5) is even not a current stable version. The port should be upgraded to gnugk-2.2.0, it is the stable production version since Oct 26, 2004 according to http://www.gnugk.org/ >How-To-Repeat: cd /usr/ports/net/gatekeeper make >Fix: Update the gatekeeper port (and possibly pwlib and openh323 ports). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 20:10:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E6516A4CE for ; Thu, 2 Dec 2004 20:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3445643D54 for ; Thu, 2 Dec 2004 20:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2KAVM7014793 for ; Thu, 2 Dec 2004 20:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2KAVxS014792; Thu, 2 Dec 2004 20:10:31 GMT (envelope-from gnats) Date: Thu, 2 Dec 2004 20:10:31 GMT Message-Id: <200412022010.iB2KAVxS014792@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Arjan van Leeuwen Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Arjan van Leeuwen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 20:10:32 -0000 The following reply was made to PR ports/74487; it has been noted by GNATS. From: Arjan van Leeuwen To: Josef El-Rayes Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 Date: Thu, 2 Dec 2004 21:09:39 +0100 Op donderdag 02 december 2004 20:45, schreef Josef El-Rayes: > Hi! > > There is already 6.1.5-8 on the mirrors, > so, when applying your patch, the port does not > find any distfile on the mirrors. Argh! They do that all the time... Thanks for the headsup. New patch is here: http://www.piwebs.com/freebsd/ImageMagick.diff Arjan From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 21:20:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D792016A4CF for ; Thu, 2 Dec 2004 21:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE5643D53 for ; Thu, 2 Dec 2004 21:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2LKP1T021636 for ; Thu, 2 Dec 2004 21:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2LKPIn021635; Thu, 2 Dec 2004 21:20:25 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 21:20:25 GMT Resent-Message-Id: <200412022120.iB2LKPIn021635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lewis Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55FD16A4CE for ; Thu, 2 Dec 2004 21:19:23 +0000 (GMT) Received: from infidel.fajita.org (62-249-210-170.adsl.entanet.co.uk [62.249.210.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2061E43D1F for ; Thu, 2 Dec 2004 21:19:17 +0000 (GMT) (envelope-from lewiz@fajita.org) Received: from black.fajita.org (black.fajita.org [192.168.0.13]) by infidel.fajita.org (8.13.1/8.13.1) with ESMTP id iB2LJo3C030744 for ; Thu, 2 Dec 2004 21:19:50 GMT (envelope-from lewiz@fajita.org) Received: (from lewiz@localhost) by black.fajita.org (8.13.1/8.13.1/Submit) id iB2LJ8YU064815; Thu, 2 Dec 2004 21:19:08 GMT (envelope-from lewiz) Message-Id: <200412022119.iB2LJ8YU064815@black.fajita.org> Date: Thu, 2 Dec 2004 21:19:08 GMT From: Lewis Thompson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74628: [ MAINTAINER UPDATE ] multimedia/mmpython 0.4.6 to 0.4.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lewis Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:20:26 -0000 >Number: 74628 >Category: ports >Synopsis: [ MAINTAINER UPDATE ] multimedia/mmpython 0.4.6 to 0.4.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 21:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lewis Thompson >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD black.fajita.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Nov 8 18:05:07 GMT 2004 root@black.fajita.org:/usr/src/sys/i386/compile/BLACK i386 >Description: Bump version and update pkg-plist. >How-To-Repeat: >Fix: diff -ruN mmpython.orig/Makefile mmpython/Makefile --- mmpython.orig/Makefile Thu Dec 2 21:15:13 2004 +++ mmpython/Makefile Thu Dec 2 21:10:54 2004 @@ -6,7 +6,7 @@ # PORTNAME= mmpython -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= multimedia python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN mmpython.orig/distinfo mmpython/distinfo --- mmpython.orig/distinfo Thu Dec 2 21:15:52 2004 +++ mmpython/distinfo Thu Dec 2 21:11:55 2004 @@ -1,2 +1,2 @@ -MD5 (mmpython-0.4.6.tar.gz) = 237616e996811992accbbed8eb715ac5 -SIZE (mmpython-0.4.6.tar.gz) = 124205 +MD5 (mmpython-0.4.7.tar.gz) = fbd0fb7bc855e0b9f31485c9f9c256a7 +SIZE (mmpython-0.4.7.tar.gz) = 123884 diff -ruN mmpython.orig/pkg-plist mmpython/pkg-plist --- mmpython.orig/pkg-plist Thu Dec 2 21:15:04 2004 +++ mmpython/pkg-plist Thu Dec 2 21:14:54 2004 @@ -5,6 +5,9 @@ %%PYTHON_SITELIBDIR%%/mmpython/audio/__init__.py %%PYTHON_SITELIBDIR%%/mmpython/audio/__init__.pyc %%PYTHON_SITELIBDIR%%/mmpython/audio/__init__.pyo +%%PYTHON_SITELIBDIR%%/mmpython/audio/ac3info.py +%%PYTHON_SITELIBDIR%%/mmpython/audio/ac3info.pyc +%%PYTHON_SITELIBDIR%%/mmpython/audio/ac3info.pyo %%PYTHON_SITELIBDIR%%/mmpython/audio/eyeD3/__init__.py %%PYTHON_SITELIBDIR%%/mmpython/audio/eyeD3/__init__.pyc %%PYTHON_SITELIBDIR%%/mmpython/audio/eyeD3/__init__.pyo @@ -112,12 +115,6 @@ %%PYTHON_SITELIBDIR%%/mmpython/misc/xmlinfo.py %%PYTHON_SITELIBDIR%%/mmpython/misc/xmlinfo.pyc %%PYTHON_SITELIBDIR%%/mmpython/misc/xmlinfo.pyo -%%PYTHON_SITELIBDIR%%/mmpython/mpg_search.py -%%PYTHON_SITELIBDIR%%/mmpython/mpg_search.pyc -%%PYTHON_SITELIBDIR%%/mmpython/mpg_search.pyo -%%PYTHON_SITELIBDIR%%/mmpython/stream_search.py -%%PYTHON_SITELIBDIR%%/mmpython/stream_search.pyc -%%PYTHON_SITELIBDIR%%/mmpython/stream_search.pyo %%PYTHON_SITELIBDIR%%/mmpython/synchronizedobject.py %%PYTHON_SITELIBDIR%%/mmpython/synchronizedobject.pyc %%PYTHON_SITELIBDIR%%/mmpython/synchronizedobject.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 21:40:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54BDD16A4CE for ; Thu, 2 Dec 2004 21:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CBE43D4C for ; Thu, 2 Dec 2004 21:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2LeNhu023504 for ; Thu, 2 Dec 2004 21:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2LeNV2023503; Thu, 2 Dec 2004 21:40:23 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 21:40:23 GMT Resent-Message-Id: <200412022140.iB2LeNV2023503@freefall.freebsd.org> 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 Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5AC16A4CE for ; Thu, 2 Dec 2004 21:37:32 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D11B43D55 for ; Thu, 2 Dec 2004 21:37:32 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2LbW3T096663 for ; Thu, 2 Dec 2004 21:37:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB2LbWMj096660; Thu, 2 Dec 2004 21:37:32 GMT (envelope-from nobody) Message-Id: <200412022137.iB2LbWMj096660@www.freebsd.org> Date: Thu, 2 Dec 2004 21:37:32 GMT From: Andrew Thompson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74629: Take maintainership of net-mgmt/driftnet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:40:23 -0000 >Number: 74629 >Category: ports >Synopsis: Take maintainership of net-mgmt/driftnet >Confidential: no >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 Dec 02 21:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrew Thompson >Release: >Organization: >Environment: FreeBSD hudson.fire.org.nz 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Sat Oct 16 09:21:06 NZDT 2004 root@hudson.fire.org.nz:/usr/obj/usr/src/sys/HUDSON i386 >Description: Please assign maintainership to me (andy@fud.org.nz) I plan to fix a few things shortly, mainly 100% CPU if the network cable is unplugged while running, and have to kill -9. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:00:50 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946A416A4D0 for ; Thu, 2 Dec 2004 22:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5769943D1F for ; Thu, 2 Dec 2004 22:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2M0oHn024119 for ; Thu, 2 Dec 2004 22:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2M0oAJ024112; Thu, 2 Dec 2004 22:00:50 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 22:00:50 GMT Resent-Message-Id: <200412022200.iB2M0oAJ024112@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0431616A4CE for ; Thu, 2 Dec 2004 22:00:25 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2382143D55 for ; Thu, 2 Dec 2004 22:00:24 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id A591F11960 for ; Thu, 2 Dec 2004 23:01:31 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74855-02 for ; Thu, 2 Dec 2004 23:01:27 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id BD3F71195E; Thu, 2 Dec 2004 23:01:27 +0100 (CET) Message-Id: <20041202220127.BD3F71195E@gate.xbsd.org> Date: Thu, 2 Dec 2004 23:01:27 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74630: Update port: www/visitors - update to version 0.4a. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:00:50 -0000 >Number: 74630 >Category: ports >Synopsis: Update port: www/visitors - update to version 0.4a. >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 Dec 02 22:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Update to version 0.4a. >How-To-Repeat: N/A >Fix: --- visitors-0.4a.diff begins here --- diff -ruN visitors.old/Makefile visitors/Makefile --- visitors.old/Makefile Thu Dec 2 20:43:27 2004 +++ visitors/Makefile Thu Dec 2 20:44:05 2004 @@ -6,7 +6,7 @@ # PORTNAME= visitors -PORTVERSION= 0.3a +PORTVERSION= 0.4a CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ @@ -19,10 +19,6 @@ PLIST_FILES= bin/visitors PORTDOCS= doc.html - -post-patch: - @${REINPLACE_CMD} -e 's|^DEBUG=.*||' -e 's|^CC=.*||' \ - -e 's|^\(CCOPT=\).*|\1 ${CFLAGS}|' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin diff -ruN visitors.old/distinfo visitors/distinfo --- visitors.old/distinfo Thu Dec 2 20:43:27 2004 +++ visitors/distinfo Thu Dec 2 20:44:41 2004 @@ -1,2 +1,2 @@ -MD5 (visitors-0.3a.tar.gz) = 84d2ad07ca531ba04b1cf3af8a74ee54 -SIZE (visitors-0.3a.tar.gz) = 49128 +MD5 (visitors-0.4a.tar.gz) = 8b5d93e8e95205cb2a5f403a73f1e1d2 +SIZE (visitors-0.4a.tar.gz) = 59755 --- visitors-0.4a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:40:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C533E16A4CE for ; Thu, 2 Dec 2004 22:40:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C88E43D55 for ; Thu, 2 Dec 2004 22:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Me4jM029892 for ; Thu, 2 Dec 2004 22:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Me4J8029891; Thu, 2 Dec 2004 22:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 22:40:04 GMT Resent-Message-Id: <200412022240.iB2Me4J8029891@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Laursen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD68216A4CE for ; Thu, 2 Dec 2004 22:31:58 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A96843D1D for ; Thu, 2 Dec 2004 22:31:58 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 464E8B923 for ; Thu, 2 Dec 2004 23:31:56 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 25550B8B8; Thu, 2 Dec 2004 23:31:56 +0100 (CET) Message-Id: <20041202223156.25550B8B8@borg.borderworlds.dk> Date: Thu, 2 Dec 2004 23:31:56 +0100 (CET) From: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74631: Update port: misc/pointless - fix build with python 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Laursen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:40:07 -0000 >Number: 74631 >Category: ports >Synopsis: Update port: misc/pointless - fix build with python 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 02 22:40:04 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 5.3-RELEASE i386 >Organization: The Border Worlds >Environment: System: FreeBSD borg.borderworlds.dk 5.3-RELEASE FreeBSD 5.3-RELEASE #32: Wed Nov 17 20:27:18 CET 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386 >Description: Python 2.4 broke compilation of pointless. This patch fixes it. >How-To-Repeat: >Fix: --- pointless.diff begins here --- diff -urN /usr/ports/misc/pointless/Makefile pointless/Makefile --- /usr/ports/misc/pointless/Makefile Sun Jun 20 15:31:24 2004 +++ pointless/Makefile Thu Dec 2 23:27:40 2004 @@ -29,8 +29,8 @@ USE_GL= yes USE_PYTHON= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} +USE_AUTOCONF_VER= 259 +CONFIGURE_ARGS+= --prefix=${PREFIX} --program-transform-name="" CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib/${PYTHON_VERSION}/config/ MAN1= pointless.1 diff -urN /usr/ports/misc/pointless/files/patch-python24 pointless/files/patch-python24 --- /usr/ports/misc/pointless/files/patch-python24 Thu Jan 1 01:00:00 1970 +++ pointless/files/patch-python24 Thu Dec 2 23:27:40 2004 @@ -0,0 +1,53 @@ +diff -urN pointless-0.5.orig/config.h.in pointless-0.5/config.h.in +--- pointless-0.5.orig/config.h.in Tue Jan 27 21:35:08 2004 ++++ config.h.in Thu Dec 2 17:14:28 2004 +@@ -199,6 +199,9 @@ + /* Define as 1 if you have libpython2.3 */ + #undef HAVE_PYTHON2_3 + ++/* Define as 1 if you have libpython2.4 */ ++#undef HAVE_PYTHON2_4 ++ + /* Define as 1 if you have libsdl */ + #undef HAVE_SDL + +diff -urN pointless-0.5.orig/configure.in pointless-0.5/configure.in +--- pointless-0.5.orig/configure.in Sat Jan 24 15:17:50 2004 ++++ configure.in Thu Dec 2 17:13:59 2004 +@@ -517,6 +517,12 @@ + if test x$PYTHON_VERSION = x2.3; then + AC_DEFINE([HAVE_PYTHON2_3]) + fi ++AH_TEMPLATE([HAVE_PYTHON2_4], ++ [Define as 1 if you have libpython2.4]) ++AM_PATH_PYTHON_DEV ++if test x$PYTHON_VERSION = x2.4; then ++ AC_DEFINE([HAVE_PYTHON2_4]) ++fi + + # ***************************************************************************** + # Checks for typedefs, structures, and compiler characteristics. +diff -urN pointless-0.5.orig/src/nodecontroller.h pointless-0.5/src/nodecontroller.h +--- pointless-0.5.orig/src/nodecontroller.h Tue Dec 16 23:33:21 2003 ++++ src/nodecontroller.h Thu Dec 2 16:50:16 2004 +@@ -34,6 +34,8 @@ + # include + #elif HAVE_PYTHON2_3 + # include ++#elif HAVE_PYTHON2_4 ++# include + #endif + + #include "common.h" +diff -urN pointless-0.5.orig/src/pointless_wrap.cpp pointless-0.5/src/pointless_wrap.cpp +--- pointless-0.5.orig/src/pointless_wrap.cpp Tue Jan 6 22:18:36 2004 ++++ src/pointless_wrap.cpp Thu Dec 2 16:50:44 2004 +@@ -42,6 +42,8 @@ + # endif + #elif HAVE_PYTHON2_3 + # include ++#elif HAVE_PYTHON2_4 ++# include + #endif + + #ifndef HAVE_SDL --- pointless.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:40:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF3716A4CE for ; Thu, 2 Dec 2004 22:40:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1BC43D55 for ; Thu, 2 Dec 2004 22:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Me5WW029949 for ; Thu, 2 Dec 2004 22:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Me5kw029948; Thu, 2 Dec 2004 22:40:05 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 22:40:05 GMT Resent-Message-Id: <200412022240.iB2Me5kw029948@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAE216A4CE for ; Thu, 2 Dec 2004 22:34:48 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A86D43D41 for ; Thu, 2 Dec 2004 22:34:48 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id 48ECD1181D for ; Thu, 2 Dec 2004 21:30:31 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73929-06 for ; Thu, 2 Dec 2004 21:30:16 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id 5A10A1195E; Thu, 2 Dec 2004 21:30:16 +0100 (CET) Message-Id: <20041202203016.5A10A1195E@gate.xbsd.org> Date: Thu, 2 Dec 2004 21:30:16 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74632: Update port: www/visitors - update to version 0.4a. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:40:08 -0000 >Number: 74632 >Category: ports >Synopsis: Update port: www/visitors - update to version 0.4a. >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 Dec 02 22:40:04 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Update to version 0.4a. >How-To-Repeat: N/A >Fix: --- visitors-0.4a.diff begins here --- diff -ruN visitors.old/Makefile visitors/Makefile --- visitors.old/Makefile Thu Dec 2 20:43:27 2004 +++ visitors/Makefile Thu Dec 2 20:44:05 2004 @@ -6,7 +6,7 @@ # PORTNAME= visitors -PORTVERSION= 0.3a +PORTVERSION= 0.4a CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ @@ -19,10 +19,6 @@ PLIST_FILES= bin/visitors PORTDOCS= doc.html - -post-patch: - @${REINPLACE_CMD} -e 's|^DEBUG=.*||' -e 's|^CC=.*||' \ - -e 's|^\(CCOPT=\).*|\1 ${CFLAGS}|' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin diff -ruN visitors.old/distinfo visitors/distinfo --- visitors.old/distinfo Thu Dec 2 20:43:27 2004 +++ visitors/distinfo Thu Dec 2 20:44:41 2004 @@ -1,2 +1,2 @@ -MD5 (visitors-0.3a.tar.gz) = 84d2ad07ca531ba04b1cf3af8a74ee54 -SIZE (visitors-0.3a.tar.gz) = 49128 +MD5 (visitors-0.4a.tar.gz) = 8b5d93e8e95205cb2a5f403a73f1e1d2 +SIZE (visitors-0.4a.tar.gz) = 59755 --- visitors-0.4a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:45:52 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C4816A4CE; Thu, 2 Dec 2004 22:45:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9DA043D41; Thu, 2 Dec 2004 22:45:51 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2MjpoB030093; Thu, 2 Dec 2004 22:45:51 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2MjpAP030089; Thu, 2 Dec 2004 23:45:51 +0100 (CET) (envelope-from tobez) Date: Thu, 2 Dec 2004 23:45:51 +0100 (CET) From: Anton Berezin Message-Id: <200412022245.iB2MjpAP030089@freefall.freebsd.org> To: flz@xbsd.org, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74632: Update port: www/visitors - update to version 0.4a. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:45:52 -0000 Synopsis: Update port: www/visitors - update to version 0.4a. State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Thu Dec 2 23:45:35 CET 2004 State-Changed-Why: Duplicate of 74630. http://www.freebsd.org/cgi/query-pr.cgi?pr=74632 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:49:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6206016A4CE; Thu, 2 Dec 2004 22:49:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417CE43D5A; Thu, 2 Dec 2004 22:49:07 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Mn7Xa030189; Thu, 2 Dec 2004 22:49:07 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Mn7mu030185; Thu, 2 Dec 2004 22:49:07 GMT (envelope-from simon) Date: Thu, 2 Dec 2004 22:49:07 GMT From: "Simon L. Nielsen" Message-Id: <200412022249.iB2Mn7mu030185@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-www@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74622: Apache2 + mod_jk2 - default socket timeout X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:49:07 -0000 Synopsis: Apache2 + mod_jk2 - default socket timeout Responsible-Changed-From-To: freebsd-www->freebsd-ports-bugs Responsible-Changed-By: simon Responsible-Changed-When: Thu Dec 2 22:48:44 GMT 2004 Responsible-Changed-Why: Misfiled ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=74622 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:50:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194DF16A4CE for ; Thu, 2 Dec 2004 22:50:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B8E43D4C for ; Thu, 2 Dec 2004 22:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Mo7go030234 for ; Thu, 2 Dec 2004 22:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Mo7Ps030233; Thu, 2 Dec 2004 22:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 22:50:07 GMT Resent-Message-Id: <200412022250.iB2Mo7Ps030233@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hideyuki KURASHINA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 569EB16A4D0 for ; Thu, 2 Dec 2004 22:40:48 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C81143D48 for ; Thu, 2 Dec 2004 22:40:47 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: (qmail 17879 invoked from network); 3 Dec 2004 07:40:44 +0900 Received: from unknown (HELO localhost) (202.229.142.170) by wasley.bl.mmtr.or.jp with SMTP; 3 Dec 2004 07:40:44 +0900 Message-Id: <20041203.074028.21879762.rushani@FreeBSD.org> Date: Fri, 03 Dec 2004 07:40:28 +0900 (JST) From: Hideyuki KURASHINA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74633: [Maintainer update] shells/scponly: Update to 4.0(security vulnerability fixed in this version) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:50:08 -0000 >Number: 74633 >Category: ports >Synopsis: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) >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: Thu Dec 02 22:50:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hideyuki KURASHINA >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD ***.*******.jp 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Nov 7 16:21:11 JST 2004 hideyuki@***.*******.jp:/usr/obj/usr/src/sys/*** i386 >Description: Update to 4.0, which include a fix for security issue (Arbitrary command execution) recently discoverd by Jason Wies. See followings for details: http://www.sublimation.org/scponly/#relnotes http://www.securityfocus.com/archive/1/383046 http://marc.theaimsgroup.com/?l=bugtraq&m=110202047507273&w=2 >How-To-Repeat: According to the Jason's report, ssh restricteduser@remotehost 'rsync -e "touch /tmp/example --" localhost:/dev/null /tmp' scp command.sh restricteduser@remotehost:/tmp/command.sh ssh restricteduser@remotehost 'scp -S /tmp/command.sh localhost:/dev/null /tmp' Regarding to the first item, /tmp/example is actually touch(1)'ed (Please note that touch(1) is not allowed program by scponly). Second item is confirmed to work. >Fix: Apply following patch, Index: Makefile =================================================================== RCS file: /home/ncvs/ports/shells/scponly/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 17 Jul 2004 13:02:01 -0000 1.12 +++ Makefile 28 Nov 2004 14:25:35 -0000 @@ -15,6 +15,11 @@ # # Core funcionality: # +# SCPONLY_DEFAULT_CHDIR=DIR +# default: undefined +# example: public_html +# define if you want to make users `cd' to this directory after authentication +# # WITHOUT_SCPONLY_WILDCARDS # default: undefined # define if you want to disable wildcard processing. @@ -39,6 +44,10 @@ # default: undefined # define if you want to enable rsync compatibility. # +# WITH_SCPONLY_SVN +# default: undefined +# define if you want to enable subversion compatibility. +# # WITH_SCPONLY_UNISON # default: undefined # define if you want to enable unison compatibility. @@ -53,7 +62,7 @@ # to be installed. PORTNAME= scponly -PORTVERSION= 3.11 +PORTVERSION= 4.0 PORTREVISION= 0 CATEGORIES= shells MASTER_SITES= http://www.sublimation.org/scponly/ @@ -69,6 +78,10 @@ .include +.if defined(SCPONLY_DEFAULT_CHDIR) && !empty(SCPONLY_DEFAULT_CHDIR) +CONFIGURE_ARGS+=--with-default-chdir=${SCPONLY_DEFAULT_CHDIR} +.endif + .if defined(WITHOUT_SCPONLY_WILDCARDS) CONFIGURE_ARGS+=--disable-wildcards .endif @@ -96,6 +109,12 @@ CONFIGURE_ARGS+=--enable-rsync-compat .endif +.if defined(WITH_SCPONLY_SVN) +BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion +RUN_DEPENDS+= ${BUILD_DEPENDS} +CONFIGURE_ARGS+=--enable-svn-compat +.endif + .if defined(WITH_SCPONLY_UNISON) BUILD_DEPENDS+= unison:${PORTSDIR}/net/unison RUN_DEPENDS+= ${BUILD_DEPENDS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/shells/scponly/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 17 Jul 2004 13:02:01 -0000 1.8 +++ distinfo 29 Nov 2004 02:00:43 -0000 @@ -1,2 +1,2 @@ -MD5 (scponly-3.11.tgz) = cdbbc570c2bf3cad33ecf66d0af41372 -SIZE (scponly-3.11.tgz) = 83767 +MD5 (scponly-4.0.tgz) = 1706732945996865ed0cccd440b64fc1 +SIZE (scponly-4.0.tgz) = 85053 Index: files/patch-aa =================================================================== RCS file: files/patch-aa diff -N files/patch-aa --- files/patch-aa 17 Jul 2004 13:02:01 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- scponly.c.orig Mon Mar 22 14:30:38 2004 -+++ scponly.c Sat Jul 17 19:43:04 2004 -@@ -442,9 +442,9 @@ - (-1 == asprintf( &env[0], "HOME=%s", homedir))) - { - syslog(LOG_ERR, "could not set HOME environment variable(%s))", logstamp()); -- exit(EXIT_FAIL); -+ exit(EXIT_FAILURE); - } -- if (debug) -+ if (debuglevel) - syslog(LOG_DEBUG, "set HOME environment variable to %s (%s))", env[0], logstamp()); - #endif - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:50:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AD616A4CE for ; Thu, 2 Dec 2004 22:50:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D54B43D55 for ; Thu, 2 Dec 2004 22:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Mo8ro030293 for ; Thu, 2 Dec 2004 22:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Mo8Dc030290; Thu, 2 Dec 2004 22:50:08 GMT (envelope-from gnats) Resent-Date: Thu, 2 Dec 2004 22:50:08 GMT Resent-Message-Id: <200412022250.iB2Mo8Dc030290@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florent Thoumie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BD216A4CE for ; Thu, 2 Dec 2004 22:46:33 +0000 (GMT) Received: from gate.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E190B43D2F for ; Thu, 2 Dec 2004 22:46:32 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by gate.xbsd.org (Postfix) with ESMTP id AB88811941 for ; Thu, 2 Dec 2004 21:06:37 +0100 (CET) Received: from gate.xbsd.org ([127.0.0.1]) by localhost (gate.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69613-09 for ; Thu, 2 Dec 2004 21:06:23 +0100 (CET) Received: by gate.xbsd.org (Postfix, from userid 2001) id 0CCDE1181D; Thu, 2 Dec 2004 21:06:23 +0100 (CET) Message-Id: <20041202200623.0CCDE1181D@gate.xbsd.org> Date: Thu, 2 Dec 2004 21:06:23 +0100 (CET) From: Florent Thoumie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74634: Update port: www/visitors - update to version 0.4a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florent Thoumie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:50:08 -0000 >Number: 74634 >Category: ports >Synopsis: Update port: www/visitors - update to version 0.4a >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 Dec 02 22:50:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Update to version 0.4a. >How-To-Repeat: N/A >Fix: --- visitors-0.4a.diff begins here --- diff -ruN visitors.old/Makefile visitors/Makefile --- visitors.old/Makefile Thu Dec 2 20:43:27 2004 +++ visitors/Makefile Thu Dec 2 20:44:05 2004 @@ -6,7 +6,7 @@ # PORTNAME= visitors -PORTVERSION= 0.3a +PORTVERSION= 0.4a CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ @@ -19,10 +19,6 @@ PLIST_FILES= bin/visitors PORTDOCS= doc.html - -post-patch: - @${REINPLACE_CMD} -e 's|^DEBUG=.*||' -e 's|^CC=.*||' \ - -e 's|^\(CCOPT=\).*|\1 ${CFLAGS}|' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin diff -ruN visitors.old/distinfo visitors/distinfo --- visitors.old/distinfo Thu Dec 2 20:43:27 2004 +++ visitors/distinfo Thu Dec 2 20:44:41 2004 @@ -1,2 +1,2 @@ -MD5 (visitors-0.3a.tar.gz) = 84d2ad07ca531ba04b1cf3af8a74ee54 -SIZE (visitors-0.3a.tar.gz) = 49128 +MD5 (visitors-0.4a.tar.gz) = 8b5d93e8e95205cb2a5f403a73f1e1d2 +SIZE (visitors-0.4a.tar.gz) = 59755 --- visitors-0.4a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 22:58:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FC3916A4CE; Thu, 2 Dec 2004 22:58:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D7F243D1D; Thu, 2 Dec 2004 22:58:43 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2MwhAb030508; Thu, 2 Dec 2004 22:58:43 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2MwhQT030504; Thu, 2 Dec 2004 23:58:43 +0100 (CET) (envelope-from tobez) Date: Thu, 2 Dec 2004 23:58:43 +0100 (CET) From: Anton Berezin Message-Id: <200412022258.iB2MwhQT030504@freefall.freebsd.org> To: flz@xbsd.org, tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74634: Update port: www/visitors - update to version 0.4a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:58:43 -0000 Synopsis: Update port: www/visitors - update to version 0.4a State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Thu Dec 2 23:58:19 CET 2004 State-Changed-Why: Duplicate of 74630. http://www.freebsd.org/cgi/query-pr.cgi?pr=74634 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 23:22:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFB716A4CE for ; Thu, 2 Dec 2004 23:22:46 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 277EF43D54 for ; Thu, 2 Dec 2004 23:22:44 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: (qmail 24689 invoked from network); 3 Dec 2004 08:22:43 +0900 Received: from unknown (HELO localhost) (202.229.142.170) by wasley.bl.mmtr.or.jp with SMTP; 3 Dec 2004 08:22:43 +0900 Date: Fri, 03 Dec 2004 08:22:26 +0900 (JST) Message-Id: <20041203.082226.98502483.rushani@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200412022250.iB2Mo7Ds030223@freefall.freebsd.org> References: <20041203.074028.21879762.rushani@FreeBSD.org> <200412022250.iB2Mo7Ds030223@freefall.freebsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: enigmatyc@laposte.net cc: security@FreeBSD.org Subject: Re: ports/74633: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:22:47 -0000 Hi, > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) > >Arrival-Date: Thu Dec 02 22:50:07 GMT 2004 I made a patch for this issue. Please consider applying following one to ports/security/vuxml/vuln.xml. Any improvements are welcome including words/grammer corrections. Regards, -- rushani --- vuln.xml.orig Fri Dec 3 08:13:10 2004 +++ vuln.xml Fri Dec 3 08:14:30 2004 @@ -32,6 +32,39 @@ --> + + rssh & scponly -- arbitrary command execution + + + rssh + 2.2.2 + + + scponly + 4.0 + + + + +

Jason Wies identified both rssh & scponly has a vulnerability + that allows arbitrary command execution. He reports:

+
+

The problem is compounded when you recognize that the main use of rssh and + scponly is to allow file transfers, which in turn allows a malicious user to + transfer and execute entire custom scripts on the remote machine.

+
+ +
+ + ports/74633 + http://marc.theaimsgroup.com/?l=bugtraq&m=110202047507273 + + + 2004-11-28 + 2004-12-02 + +
+ rockdodger -- buffer overflows From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 23:30:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F7616A4CE for ; Thu, 2 Dec 2004 23:30:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5566043D41 for ; Thu, 2 Dec 2004 23:30:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NUZGI035536 for ; Thu, 2 Dec 2004 23:30:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2NUZm8035535; Thu, 2 Dec 2004 23:30:35 GMT (envelope-from gnats) Date: Thu, 2 Dec 2004 23:30:35 GMT Message-Id: <200412022330.iB2NUZm8035535@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Hideyuki KURASHINA Subject: Re: ports/74633: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hideyuki KURASHINA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:30:35 -0000 The following reply was made to PR ports/74633; it has been noted by GNATS. From: Hideyuki KURASHINA To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: enigmatyc@laposte.net, security@FreeBSD.org Subject: Re: ports/74633: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) Date: Fri, 03 Dec 2004 08:22:26 +0900 (JST) Hi, > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) > >Arrival-Date: Thu Dec 02 22:50:07 GMT 2004 I made a patch for this issue. Please consider applying following one to ports/security/vuxml/vuln.xml. Any improvements are welcome including words/grammer corrections. Regards, -- rushani --- vuln.xml.orig Fri Dec 3 08:13:10 2004 +++ vuln.xml Fri Dec 3 08:14:30 2004 @@ -32,6 +32,39 @@ --> + + rssh & scponly -- arbitrary command execution + + + rssh + 2.2.2 + + + scponly + 4.0 + + + + +

Jason Wies identified both rssh & scponly has a vulnerability + that allows arbitrary command execution. He reports:

+
+

The problem is compounded when you recognize that the main use of rssh and + scponly is to allow file transfers, which in turn allows a malicious user to + transfer and execute entire custom scripts on the remote machine.

+
+ +
+ + ports/74633 + http://marc.theaimsgroup.com/?l=bugtraq&m=110202047507273 + + + 2004-11-28 + 2004-12-02 + +
+ rockdodger -- buffer overflows From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 23:42:05 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D6A16A4CE; Thu, 2 Dec 2004 23:42:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5184043D2F; Thu, 2 Dec 2004 23:42:05 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from freefall.freebsd.org (josef@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Ng5BO036697; Thu, 2 Dec 2004 23:42:05 GMT (envelope-from josef@freefall.freebsd.org) Received: (from josef@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB2Ng5tA036693; Thu, 2 Dec 2004 23:42:05 GMT (envelope-from josef) Date: Thu, 2 Dec 2004 23:42:05 GMT From: Josef El-Rayes Message-Id: <200412022342.iB2Ng5tA036693@freefall.freebsd.org> To: josef@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, josef@FreeBSD.org Subject: Re: ports/74487: Update www/ImageMagick to 6.1.5-7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:42:05 -0000 Synopsis: Update www/ImageMagick to 6.1.5-7 Responsible-Changed-From-To: freebsd-ports-bugs->josef Responsible-Changed-By: josef Responsible-Changed-When: Thu Dec 2 23:41:53 GMT 2004 Responsible-Changed-Why: Ok i am working on this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=74487 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 00:50:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D821816A4CE for ; Fri, 3 Dec 2004 00:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69CA43D4C for ; Fri, 3 Dec 2004 00:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB30oPXN043304 for ; Fri, 3 Dec 2004 00:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB30oPHk043303; Fri, 3 Dec 2004 00:50:25 GMT (envelope-from gnats) Date: Fri, 3 Dec 2004 00:50:25 GMT Message-Id: <200412030050.iB30oPHk043303@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Serge Gagnon Subject: Re: ports/74594: Update port audio/xmms-pipe to 0.5.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Serge Gagnon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 00:50:26 -0000 The following reply was made to PR ports/74594; it has been noted by GNATS. From: Serge Gagnon To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/74594: Update port audio/xmms-pipe to 0.5.4 Date: Thu, 02 Dec 2004 19:48:18 -0500 I forgot to add a new file 'COMMANDS' in the do-install: and in pkg-plist. Use this path instead of the one above. Thanks. diff -u /usr/ports/audio/xmms-pipe/Makefile xmms-pipe/Makefile --- /usr/ports/audio/xmms-pipe/Makefile Wed Feb 4 00:18:46 2004 +++ xmms-pipe/Makefile Thu Dec 2 19:36:10 2004 @@ -6,7 +6,7 @@ # PORTNAME= xmms-pipe -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.4 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://rooster.stanford.edu/~ben/xmmspipe/ @@ -22,8 +22,9 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes +ALL_TARGET= target -DOC_FILES= HISTORY README LICENSE +DOC_FILES= HISTORY README LICENSE COMMANDS post-patch: @${REINPLACE_CMD} -E -e 's|gcc|${CC}|; \ diff -u /usr/ports/audio/xmms-pipe/distinfo xmms-pipe/distinfo --- /usr/ports/audio/xmms-pipe/distinfo Tue Mar 30 22:06:15 2004 +++ xmms-pipe/distinfo Wed Dec 1 03:42:04 2004 @@ -1,2 +1,2 @@ -MD5 (xmmspipe-0.5.2.tgz) = d16d4c0688fb2465d0e1a9aeb7838d02 -SIZE (xmmspipe-0.5.2.tgz) = 33698 +MD5 (xmmspipe-0.5.4.tgz) = b25e0ba398b74a7520dc302395755f57 +SIZE (xmmspipe-0.5.4.tgz) = 34040 diff -u /usr/ports/audio/xmms-pipe/pkg-plist xmms-pipe/pkg-plist --- /usr/ports/audio/xmms-pipe/pkg-plist Fri Dec 19 19:08:56 2003 +++ xmms-pipe/pkg-plist Thu Dec 2 19:36:55 2004 @@ -1,3 +1,4 @@ +%%PORTDOCS%%%%DOCSDIR%%/COMMANDS %%PORTDOCS%%%%DOCSDIR%%/HISTORY %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README -- Serge Gagnon Quebec, Qc, Canada From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 01:00:57 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82BDA16A4CE for ; Fri, 3 Dec 2004 01:00:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF0043D2F for ; Fri, 3 Dec 2004 01:00:57 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB310vVk043593 for ; Fri, 3 Dec 2004 01:00:57 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB310vio043592; Fri, 3 Dec 2004 01:00:57 GMT (envelope-from gnats) Date: Fri, 3 Dec 2004 01:00:57 GMT Message-Id: <200412030100.iB310vio043592@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lewis Thompson Subject: Re: ports/74568: Update textproc/py-xml to 0.8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lewis Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:00:57 -0000 The following reply was made to PR ports/74568; it has been noted by GNATS. From: Lewis Thompson To: freebsd-gnats-submit@FreeBSD.org, marcus@corp.grupos.com.br Cc: Subject: Re: ports/74568: Update textproc/py-xml to 0.8.4 Date: Fri, 3 Dec 2004 00:49:11 +0000 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm trying to get Freevo working with Python 2.4 and I came across this bug: https://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=3D138493 Maybe this will give this some weight :) -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:lewiz@fajita.org | jabber:lewiz@jabber.org | url:www.lewiz.org |- --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBr7gHItq0KFQv7T8RAkNDAKCT1g2If1txcv69NhPtdrfwbyZvPwCgplsU FtVKzY8+1/tRhV4q3hImLpU= =hYwL -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 02:50:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDD316A4CF for ; Fri, 3 Dec 2004 02:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA21C43D45 for ; Fri, 3 Dec 2004 02:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB32oPpM056205 for ; Fri, 3 Dec 2004 02:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB32oPO4056204; Fri, 3 Dec 2004 02:50:25 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 02:50:25 GMT Resent-Message-Id: <200412030250.iB32oPO4056204@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B264916A4CE for ; Fri, 3 Dec 2004 02:48:57 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DDE43D49 for ; Fri, 3 Dec 2004 02:48:57 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041203024855.QKHK1654.lakermmtao10.cox.net@dolphin.local.net> for ; Thu, 2 Dec 2004 21:48:55 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with ESMTP id iB32mtPv041138 for ; Thu, 2 Dec 2004 20:48:56 -0600 (CST) (envelope-from conrads@dolphin.local.net) Received: (from root@localhost) by dolphin.local.net (8.13.1/8.13.1/Submit) id iB32moCI041137; Thu, 2 Dec 2004 20:48:50 -0600 (CST) (envelope-from conrads) Message-Id: <200412030248.iB32moCI041137@dolphin.local.net> Date: Thu, 2 Dec 2004 20:48:50 -0600 (CST) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74637: New port: news/klibido X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 02:50:26 -0000 >Number: 74637 >Category: ports >Synopsis: New port: news/klibido >Confidential: no >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 Dec 03 02:50:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 6.0-CURRENT amd64 >Organization: none >Environment: System: FreeBSD dolphin.local.net 6.0-CURRENT FreeBSD 6.0-CURRENT #5: Wed Dec 1 16:59:06 CST 2004 conrads@dolphin.local.net:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: New port submission for news/klibido, a nice, fast, KDE/QT-based Usenet binaries downloader >How-To-Repeat: shar archive attached below >Fix: --- klibido.port 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: # # /usr/ports/news/klibido # /usr/ports/news/klibido/distinfo # /usr/ports/news/klibido/Makefile # /usr/ports/news/klibido/pkg-descr # /usr/ports/news/klibido/pkg-plist # echo c - /usr/ports/news/klibido mkdir -p /usr/ports/news/klibido > /dev/null 2>&1 echo x - /usr/ports/news/klibido/distinfo sed 's/^X//' >/usr/ports/news/klibido/distinfo << 'END-of-/usr/ports/news/klibido/distinfo' XMD5 (klibido-0.2.0.tar.gz) = d4851385b333ddf8970ac24955ea4c48 XSIZE (klibido-0.2.0.tar.gz) = 756394 END-of-/usr/ports/news/klibido/distinfo echo x - /usr/ports/news/klibido/Makefile sed 's/^X//' >/usr/ports/news/klibido/Makefile << 'END-of-/usr/ports/news/klibido/Makefile' X# New ports collection makefile for: klibido X# Date created: 2 December 2004 X# Whom: conrads@cox.net X# X# $FreeBSD$ X# X XPORTNAME= klibido XPORTVERSION= 0.2.0 XCATEGORIES= news XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= conrads@cox.net XCOMMENT= A very fast and efficient KDE/QT-based downloader for Usenet binaries X XLIB_DEPENDS= uu:${PORTSDIR}/converters/uulib \ X db-4.2:${PORTSDIR}/databases/db42 X XUSE_KDELIBS_VER= 3 XUSE_XLIB= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X# Important! We don't want to incorporate user's optimization settings from X# /etc/make.conf, as higher optimization settings are known to cause problems X# with klibido, but we do want to pick up the CPUTYPE setting if defined. X X.if defined(CPUTYPE) XCFLAGS="-march=${CPUTYPE}" XCXXFLAGS="-march=${CPUTYPE}" X.else XCFLAGS="" XCXXFLAGS="" X.endif X XCONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/db42 \ X ${PTHREAD_LIBS}" \ X CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/db42" \ X CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/db42" \ X CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db42" X XCONFIGURE_ARGS= --prefix=${PREFIX} X X.include END-of-/usr/ports/news/klibido/Makefile echo x - /usr/ports/news/klibido/pkg-descr sed 's/^X//' >/usr/ports/news/klibido/pkg-descr << 'END-of-/usr/ports/news/klibido/pkg-descr' XKlibido is a very fast and efficient KDE/QT-based downloader for Usenet Xbinaries. It has a nice, clean user interface, and supports using multiple Xnews servers with multiple connections per server. Articles may also be Xviewed within the program, including graphic images. X XWWW: http://klibido.sourceforge.net/ X X-- XConrad J. Sabatier Xconrads@cox.net END-of-/usr/ports/news/klibido/pkg-descr echo x - /usr/ports/news/klibido/pkg-plist sed 's/^X//' >/usr/ports/news/klibido/pkg-plist << 'END-of-/usr/ports/news/klibido/pkg-plist' Xbin/klibido Xshare/applnk/Utilities/klibido.desktop Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_article_new.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_article_read.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_article_unread.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_binary.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_binary_complete.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_binary_incomplete.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_filter_only_attachments.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_filter_only_new.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_newsgroup.png Xshare/apps/klibido/icons/hicolor/16x16/actions/icon_server.png Xshare/apps/klibido/icons/hicolor/16x16/apps/klibido.png Xshare/apps/klibido/icons/hicolor/32x32/actions/decode.png Xshare/apps/klibido/icons/hicolor/32x32/apps/klibido.png Xshare/apps/klibido/klibidoui.rc Xshare/doc/HTML/en/klibido/common Xshare/doc/HTML/en/klibido/index.cache.bz2 Xshare/doc/HTML/en/klibido/index.docbook Xshare/icons/hicolor/16x16/apps/klibido.png Xshare/icons/hicolor/32x32/apps/klibido.png X@dirrm share/apps/klibido/icons/hicolor/16x16/actions X@dirrm share/apps/klibido/icons/hicolor/16x16/apps X@dirrm share/apps/klibido/icons/hicolor/32x32/actions X@dirrm share/apps/klibido/icons/hicolor/32x32/apps X@dirrm share/apps/klibido/icons/hicolor/16x16 X@dirrm share/apps/klibido/icons/hicolor/32x32 X@dirrm share/apps/klibido/icons/hicolor X@dirrm share/apps/klibido/icons X@dirrm share/apps/klibido X@dirrm share/doc/HTML/en/klibido END-of-/usr/ports/news/klibido/pkg-plist exit --- klibido.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 03:11:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39CDD16A4CE; Fri, 3 Dec 2004 03:11:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A4143D1F; Fri, 3 Dec 2004 03:11:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB33BqrC060861; Fri, 3 Dec 2004 03:11:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB33Bq7r060857; Fri, 3 Dec 2004 03:11:52 GMT (envelope-from linimon) Date: Fri, 3 Dec 2004 03:11:52 GMT From: Mark Linimon Message-Id: <200412030311.iB33Bq7r060857@freefall.freebsd.org> To: alarson@switchanddata.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74636: xclock -digital segfaults X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 03:11:53 -0000 Synopsis: xclock -digital segfaults State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri Dec 3 03:09:57 GMT 2004 State-Changed-Why: Please give us some more information (e.g. X version, ... ?) Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Dec 3 03:09:57 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=74636 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 03:50:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD83D16A4CF for ; Fri, 3 Dec 2004 03:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9392943D48 for ; Fri, 3 Dec 2004 03:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB33oQC5062731 for ; Fri, 3 Dec 2004 03:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB33oQWA062730; Fri, 3 Dec 2004 03:50:26 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 03:50:26 GMT Resent-Message-Id: <200412030350.iB33oQWA062730@freefall.freebsd.org> 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 Farley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D2A16A4CE; Fri, 3 Dec 2004 03:43:27 +0000 (GMT) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A94F43D54; Fri, 3 Dec 2004 03:43:27 +0000 (GMT) (envelope-from root@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.1/8.13.1) with ESMTP id iB33hPxe083166; Thu, 2 Dec 2004 21:43:25 -0600 (CST) (envelope-from root@thor.farley.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.13.1/8.13.1) with ESMTP id iB33hWUg028312; Thu, 2 Dec 2004 21:43:32 -0600 (CST) (envelope-from root@thor.farley.org) Received: (from root@localhost) by thor.farley.org (8.13.1/8.13.1/Submit) id iB33hW83028311; Thu, 2 Dec 2004 21:43:32 -0600 (CST) (envelope-from root) Message-Id: <200412030343.iB33hW83028311@thor.farley.org> Date: Thu, 2 Dec 2004 21:43:32 -0600 (CST) From: Sean Farley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/74638: [PATCH] devel/porttools: Add cdiff as run dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 03:50:26 -0000 >Number: 74638 >Category: ports >Synopsis: [PATCH] devel/porttools: Add cdiff as run dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 03:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sean Farley >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 13:48:28 CST 2004 >Description: textproc/cdiff was not listed as a run-time dependency. Port maintainer (sergei@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- porttools-0.63_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/porttools.orig/Makefile /usr/ports/devel/porttools/Makefile --- /usr/ports/devel/porttools.orig/Makefile Sat Aug 28 20:27:05 2004 +++ /usr/ports/devel/porttools/Makefile Wed Dec 1 14:05:15 2004 @@ -15,7 +15,8 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Tools for testing and submitting port updates and new ports -RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \ +RUN_DEPENDS= cdiff:${PORTSDIR}/textproc/cdiff \ + portlint:${PORTSDIR}/devel/portlint \ sudo:${PORTSDIR}/security/sudo .include --- porttools-0.63_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 03:52:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B8C16A4CE; Fri, 3 Dec 2004 03:52:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CD843D45; Fri, 3 Dec 2004 03:52:49 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB33qnHH062918; Fri, 3 Dec 2004 03:52:49 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB33qnU4062914; Fri, 3 Dec 2004 03:52:49 GMT (envelope-from ahze) Date: Fri, 3 Dec 2004 03:52:49 GMT From: Michael Johnson Message-Id: <200412030352.iB33qnU4062914@freefall.freebsd.org> To: ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sergei@FreeBSD.org Subject: Re: ports/74638: [PATCH] devel/porttools: Add cdiff as run dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 03:52:49 -0000 Synopsis: [PATCH] devel/porttools: Add cdiff as run dependency Responsible-Changed-From-To: freebsd-ports-bugs->sergei Responsible-Changed-By: ahze Responsible-Changed-When: Fri Dec 3 03:52:17 GMT 2004 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74638 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 04:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D77A16A4CE for ; Fri, 3 Dec 2004 04:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCE543D5A for ; Fri, 3 Dec 2004 04:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB34ePRu073076 for ; Fri, 3 Dec 2004 04:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB34eP5J073075; Fri, 3 Dec 2004 04:40:25 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 04:40:25 GMT Resent-Message-Id: <200412030440.iB34eP5J073075@freefall.freebsd.org> 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 Farley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE2DD16A4CE; Fri, 3 Dec 2004 04:31:51 +0000 (GMT) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6732F43D54; Fri, 3 Dec 2004 04:31:51 +0000 (GMT) (envelope-from root@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.1/8.13.1) with ESMTP id iB34VoCN083663; Thu, 2 Dec 2004 22:31:50 -0600 (CST) (envelope-from root@thor.farley.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.13.1/8.13.1) with ESMTP id iB34VvXv034679; Thu, 2 Dec 2004 22:31:57 -0600 (CST) (envelope-from root@thor.farley.org) Received: (from root@localhost) by thor.farley.org (8.13.1/8.13.1/Submit) id iB34VvHC034678; Thu, 2 Dec 2004 22:31:57 -0600 (CST) (envelope-from root) Message-Id: <200412030431.iB34VvHC034678@thor.farley.org> Date: Thu, 2 Dec 2004 22:31:57 -0600 (CST) From: Sean Farley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: des@FreeBSD.org Subject: ports/74639: [PATCH] games/linux-nwnclient: update to 1.64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 04:40:25 -0000 >Number: 74639 >Category: ports >Synopsis: [PATCH] games/linux-nwnclient: update to 1.64 >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 Dec 03 04:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sean Farley >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 13:48:28 CST 2004 >Description: - Update to 1.64 - Made portlint happier with variable order. - I had to chmod a few files that were extracted unreadable to at least other, so I had it recursively make /share/nwnclient readable to all. Port maintainer (des@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- linux-nwnclient-1.64.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/Makefile /usr/ports/games/linux-nwnclient/Makefile --- /usr/ports/games/linux-nwnclient.orig/Makefile Fri Oct 15 13:13:40 2004 +++ /usr/ports/games/linux-nwnclient/Makefile Thu Dec 2 22:28:20 2004 @@ -6,13 +6,13 @@ # PORTNAME= nwnclient -PKGNAMEPREFIX= linux- -PORTVERSION= 1.62 +PORTVERSION= 1.64 CATEGORIES= games linux MASTER_SITES= http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/ \ - http://nwdownloads.bioware.com/neverwinternights/linux/129/ + http://nwdownloads.bioware.com/neverwinternights/linux/164/ +PKGNAMEPREFIX= linux- DISTFILES= nwclient129.tar.gz \ - linuxclientupdate129to${PORTVERSION:S/.//}eng.tar.gz + linuxclientupdate1xxto${PORTVERSION:S/.//}eng.tar.gz MAINTAINER= des@FreeBSD.org COMMENT= Neverwinter Nights Linux (x86) Client @@ -45,6 +45,7 @@ ${CPIO} -pdmuv -R${SHAREOWN}:${SHAREGRP} ${DATADIR}) ${LN} -s ${LINUXBASE}/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so \ ${DATADIR}/lib/libstdc++-libc6.1-2.so.3 + ${CHMOD} -R a+r ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/nwn ${PREFIX}/bin/ .include diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/distinfo /usr/ports/games/linux-nwnclient/distinfo --- /usr/ports/games/linux-nwnclient.orig/distinfo Mon Mar 1 17:20:01 2004 +++ /usr/ports/games/linux-nwnclient/distinfo Wed Dec 1 10:02:34 2004 @@ -1,4 +1,4 @@ MD5 (nwclient129.tar.gz) = 73c6515fd6aa5f860802098a55000ae8 SIZE (nwclient129.tar.gz) = 5504342 -MD5 (linuxclientupdate129to162eng.tar.gz) = 89f373e0a5e0042912a3a214ebf4436b -SIZE (linuxclientupdate129to162eng.tar.gz) = 71917130 +MD5 (linuxclientupdate1xxto164eng.tar.gz) = 1abaa4f5f8355526301fea3eb693d211 +SIZE (linuxclientupdate1xxto164eng.tar.gz) = 76244017 diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/pkg-plist /usr/ports/games/linux-nwnclient/pkg-plist --- /usr/ports/games/linux-nwnclient.orig/pkg-plist Fri Oct 15 13:15:12 2004 +++ /usr/ports/games/linux-nwnclient/pkg-plist Wed Dec 1 13:22:33 2004 @@ -1,6 +1,6 @@ bin/nwn %%DATADIR%%/EULA.txt -%%DATADIR%%/NWNv162.txt +%%DATADIR%%/NWNv164.txt %%DATADIR%%/data/patch.bif %%DATADIR%%/dialog.tlk %%DATADIR%%/dmclient @@ -13,11 +13,9 @@ %%DATADIR%%/miles/msssoft.m3d %%DATADIR%%/movies-OC.txt %%DATADIR%%/nwm/Chapter1.nwm -%%DATADIR%%/nwm/Chapter1E.nwm %%DATADIR%%/nwm/Chapter2.nwm %%DATADIR%%/nwm/Chapter2E.nwm %%DATADIR%%/nwm/Chapter3.nwm -%%DATADIR%%/nwm/Chapter4.nwm %%DATADIR%%/nwm/Prelude.nwm %%DATADIR%%/nwmain %%DATADIR%%/nwn.ini --- linux-nwnclient-1.64.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 05:30:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E7CB16A4CE for ; Fri, 3 Dec 2004 05:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2579643D48 for ; Fri, 3 Dec 2004 05:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB35UNIi078854 for ; Fri, 3 Dec 2004 05:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB35UN3Y078851; Fri, 3 Dec 2004 05:30:23 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 05:30:23 GMT Resent-Message-Id: <200412030530.iB35UN3Y078851@freefall.freebsd.org> 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 McNaughton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE54616A4CE for ; Fri, 3 Dec 2004 05:20:40 +0000 (GMT) Received: from a2.scoop.co.nz (aurora.scoop.co.nz [203.96.152.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EF343D5C for ; Fri, 3 Dec 2004 05:20:39 +0000 (GMT) (envelope-from andrew@scoop.co.nz) Received: from a2.scoop.co.nz (localhost [127.0.0.1]) by a2.scoop.co.nz (8.12.11/8.12.11) with ESMTP id iB35Kb0U044442; Fri, 3 Dec 2004 18:20:38 +1300 (NZDT) (envelope-from andrew@a2.scoop.co.nz) Received: (from andrew@localhost) by a2.scoop.co.nz (8.12.11/8.12.11/Submit) id iB35KbG2044439; Fri, 3 Dec 2004 18:20:37 +1300 (NZDT) (envelope-from andrew) Message-Id: <200412030520.iB35KbG2044439@a2.scoop.co.nz> Date: Fri, 3 Dec 2004 18:20:37 +1300 (NZDT) From: Andrew McNaughton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Yen-Ming Lee Subject: ports/74640: razor-agents 2.66 released (fixes privacy issue) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew McNaughton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 05:30:24 -0000 >Number: 74640 >Category: ports >Synopsis: razor-agents 2.66 released (fixes privacy issue) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 05:30:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrew McNaughton >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD a2.scoop.co.nz 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #1: Thu Sep 2 22:04:46 NZST 2004 andrew@a2.scoop.co.nz:/usr/obj/usr/src/sys/wal i386 >Description: A new version of the antii-spam tool razor-agents has been released, and the version should be updated in ports. I've marked this pr as serious and high priority because this fixes an issue whereby mail which is reported as non-spam was forwarded to a central server in full and in clear-text. Many people will have been unaware of the privacy implications of using this software, and in many countries there will be legal implications in forwarding confidential mail to a third party. >How-To-Repeat: To test previous problems, use a packet sniffer. >Fix: I've updated on my own machine by simply changing the version number in the Makefile, doing a 'make makesum' and then upgrading as usual. The new version is 2.66. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 06:23:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C54716A4CE; Fri, 3 Dec 2004 06:23:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691DD43D2D; Fri, 3 Dec 2004 06:23:21 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB36NLZ0022194; Fri, 3 Dec 2004 06:23:21 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB36NLEp022190; Fri, 3 Dec 2004 06:23:21 GMT (envelope-from leeym) Date: Fri, 3 Dec 2004 06:23:21 GMT From: Yen-Ming Lee Message-Id: <200412030623.iB36NLEp022190@freefall.freebsd.org> To: leeym@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, leeym@FreeBSD.org Subject: Re: ports/74640: razor-agents 2.66 released (fixes privacy issue) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 06:23:21 -0000 Synopsis: razor-agents 2.66 released (fixes privacy issue) Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: leeym Responsible-Changed-When: Fri Dec 3 06:23:20 GMT 2004 Responsible-Changed-Why: I will take care of this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=74640 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 08:10:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CEF816A4CF for ; Fri, 3 Dec 2004 08:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527CB43D39 for ; Fri, 3 Dec 2004 08:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38AVV9026732 for ; Fri, 3 Dec 2004 08:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB38AVwK026731; Fri, 3 Dec 2004 08:10:31 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 08:10:31 GMT Resent-Message-Id: <200412030810.iB38AVwK026731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAOKA Fumiyoshi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC9F16A4CE for ; Fri, 3 Dec 2004 08:07:43 +0000 (GMT) Received: from prime.quad.dyndns.org (12.57.138.210.xn.2iij.net [210.138.57.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE2943D2D for ; Fri, 3 Dec 2004 08:07:42 +0000 (GMT) (envelope-from fmysh@quad.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by prime.quad.dyndns.org (Postfix) with ESMTP id 73CEAF1999 for ; Fri, 3 Dec 2004 17:07:41 +0900 (JST) Received: from prime.quad.dyndns.org ([127.0.0.1]) by localhost (prime.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 38706-09 for ; Fri, 3 Dec 2004 17:07:39 +0900 (JST) Received: by prime.quad.dyndns.org (Postfix, from userid 1001) id A892AF1997; Fri, 3 Dec 2004 17:07:39 +0900 (JST) Message-Id: <20041203080739.A892AF1997@prime.quad.dyndns.org> Date: Fri, 3 Dec 2004 17:07:39 +0900 (JST) From: TAOKA Fumiyoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74641: Update port: mail/py-spambayes 1.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:10:31 -0000 >Number: 74641 >Category: ports >Synopsis: Update port: mail/py-spambayes 1.0.1 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 08:10:30 GMT 2004 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update to 1.0.1 WHATS_NEW.txt says: o Source code users can now use Python 2.4 with SpamBayes, although some DeprecationWarnings may still be generated. >How-To-Repeat: >Fix: diff -uNr py-spambayes.orig/Makefile py-spambayes/Makefile --- py-spambayes.orig/Makefile Fri Dec 3 15:55:05 2004 +++ py-spambayes/Makefile Fri Dec 3 15:55:30 2004 @@ -6,7 +6,7 @@ # PORTNAME= spambayes -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -uNr py-spambayes.orig/distinfo py-spambayes/distinfo --- py-spambayes.orig/distinfo Fri Dec 3 15:55:05 2004 +++ py-spambayes/distinfo Fri Dec 3 15:56:06 2004 @@ -1,2 +1,2 @@ -MD5 (spambayes-1.0.tar.gz) = 6f88f8712740a958f01f355d6972facf -SIZE (spambayes-1.0.tar.gz) = 686051 +MD5 (spambayes-1.0.1.tar.gz) = b80d25f90be14c9eaffefa172def674b +SIZE (spambayes-1.0.1.tar.gz) = 688955 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 08:17:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C447916A4CE; Fri, 3 Dec 2004 08:17:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06AC43D2D; Fri, 3 Dec 2004 08:17:35 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from freefall.freebsd.org (lesi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38HZQ3027010; Fri, 3 Dec 2004 08:17:35 GMT (envelope-from lesi@freefall.freebsd.org) Received: (from lesi@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB38HZnl027006; Fri, 3 Dec 2004 08:17:35 GMT (envelope-from lesi) Date: Fri, 3 Dec 2004 08:17:35 GMT From: Dejan Lesjak Message-Id: <200412030817.iB38HZnl027006@freefall.freebsd.org> To: lesi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lesi@FreeBSD.org Subject: Re: ports/74623: Update port: print/gl2ps remove perl dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:17:35 -0000 Synopsis: Update port: print/gl2ps remove perl dependency Responsible-Changed-From-To: freebsd-ports-bugs->lesi Responsible-Changed-By: lesi Responsible-Changed-When: Fri Dec 3 08:15:56 GMT 2004 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=74623 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 08:50:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3054416A4CE for ; Fri, 3 Dec 2004 08:50:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6C443D58 for ; Fri, 3 Dec 2004 08:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38oCSI028776 for ; Fri, 3 Dec 2004 08:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB38oCCT028774; Fri, 3 Dec 2004 08:50:12 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 08:50:12 GMT Resent-Message-Id: <200412030850.iB38oCCT028774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petri Tötterman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7518716A4CE for ; Fri, 3 Dec 2004 08:44:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF5B43D48 for ; Fri, 3 Dec 2004 08:44:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38imca030329 for ; Fri, 3 Dec 2004 08:44:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB38imL3030328; Fri, 3 Dec 2004 08:44:48 GMT (envelope-from nobody) Message-Id: <200412030844.iB38imL3030328@www.freebsd.org> Date: Fri, 3 Dec 2004 08:44:48 GMT From: Petri Tötterman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74642: New port: devel/log4cplus C++ logging API, similar to log4j - CORRECTED ports/74033 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:50:13 -0000 >Number: 74642 >Category: ports >Synopsis: New port: devel/log4cplus C++ logging API, similar to log4j - CORRECTED ports/74033 >Confidential: no >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 Dec 03 08:50:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Petri Tötterman >Release: FreeBSD 4.8-RELEASE i386 >Organization: HM&V Research >Environment: System: FreeBSD hmvbalder.novogroup.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Sep 5 16:19:28 EEST 2003 pbt@hmvserver.novogroup.com:/usr/src/sys/compile/HMVSERVER i386 >Description: This is a port of log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. This is a corrected version of PR ports/74033 which I sent in November 2004. >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: # # /home/pbt/ports/devel/log4cplus # /home/pbt/ports/devel/log4cplus/distinfo # /home/pbt/ports/devel/log4cplus/Makefile # /home/pbt/ports/devel/log4cplus/pkg-descr # /home/pbt/ports/devel/log4cplus/pkg-plist # echo c - /home/pbt/ports/devel/log4cplus mkdir -p /home/pbt/ports/devel/log4cplus > /dev/null 2>&1 echo x - /home/pbt/ports/devel/log4cplus/distinfo sed 's/^X//' >/home/pbt/ports/devel/log4cplus/distinfo << 'END-of-/home/pbt/ports/devel/log4cplus/distinfo' XMD5 (log4cplus-1.0.2.tar.gz) = 0924064f529fd9ac39bbda341ef87d43 XSIZE (log4cplus-1.0.2.tar.gz) = 539550 XMD5 (log4cplus-1.0.2-docs.tar.gz) = 8fd35fd445edaf6c4d21bd4b929fa89b XSIZE (log4cplus-1.0.2-docs.tar.gz) = 878960 END-of-/home/pbt/ports/devel/log4cplus/distinfo echo x - /home/pbt/ports/devel/log4cplus/Makefile sed 's/^X//' >/home/pbt/ports/devel/log4cplus/Makefile << 'END-of-/home/pbt/ports/devel/log4cplus/Makefile' X# New ports collection makefile for: log4cplus X# Date created: 16 November 2004 X# Whom: Petri Totterman X# X# $FreeBSD$ X# X XPORTNAME= log4cplus XPORTVERSION= 1.0.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= log4cplus XDISTFILES= log4cplus-1.0.2.tar.gz log4cplus-1.0.2-docs.tar.gz X XMAINTAINER= petri.totterman@hmv.fi XCOMMENT= A logging library for C++ X XINSTALLS_SHLIB= yes XUSE_LIBTOOL_VER= 15 XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV += CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ X LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" X X.if !defined(NOPORTDOCS) XPORTDOCS= * X.endif X Xpost-install: X @${INSTALL_DATA} ${WRKSRC}/license.apl ${PREFIX}/include/log4cplus X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/docs/*.config ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/docs/*.html ${DOCSDIR} X @${MKDIR} ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/*.html ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/*.png ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/doxygen.css ${DOCSDIR}/html X @${INSTALL_MAN} ${WRKSRC}/docs/html/graph_legend.dot ${DOCSDIR}/html X.endif X X.include END-of-/home/pbt/ports/devel/log4cplus/Makefile echo x - /home/pbt/ports/devel/log4cplus/pkg-descr sed 's/^X//' >/home/pbt/ports/devel/log4cplus/pkg-descr << 'END-of-/home/pbt/ports/devel/log4cplus/pkg-descr' XThis is a port of log4cplus, a simple-to-use C++ logging API providing Xthread-safe, flexible, and arbitrarily granular control over log management Xand configuration. It is modeled after the Java log4j API. X XAuthors: XTad E. Smith, Michael CATANZARITI, Steighton Haley X XWWW: http://log4cplus.sourceforge.net X X-pbt END-of-/home/pbt/ports/devel/log4cplus/pkg-descr echo x - /home/pbt/ports/devel/log4cplus/pkg-plist sed 's/^X//' >/home/pbt/ports/devel/log4cplus/pkg-plist << 'END-of-/home/pbt/ports/devel/log4cplus/pkg-plist' Xinclude/log4cplus/appender.h Xinclude/log4cplus/config.h Xinclude/log4cplus/configurator.h Xinclude/log4cplus/consoleappender.h Xinclude/log4cplus/fileappender.h Xinclude/log4cplus/fstreams.h Xinclude/log4cplus/helpers/appenderattachableimpl.h Xinclude/log4cplus/helpers/loglog.h Xinclude/log4cplus/helpers/logloguser.h Xinclude/log4cplus/helpers/pointer.h Xinclude/log4cplus/helpers/property.h Xinclude/log4cplus/helpers/sleep.h Xinclude/log4cplus/helpers/socket.h Xinclude/log4cplus/helpers/socketbuffer.h Xinclude/log4cplus/helpers/stringhelper.h Xinclude/log4cplus/helpers/thread-config.h Xinclude/log4cplus/helpers/threads.h Xinclude/log4cplus/helpers/timehelper.h Xinclude/log4cplus/hierarchy.h Xinclude/log4cplus/hierarchylocker.h Xinclude/log4cplus/layout.h Xinclude/log4cplus/license.apl Xinclude/log4cplus/logger.h Xinclude/log4cplus/loggingmacros.h Xinclude/log4cplus/loglevel.h Xinclude/log4cplus/ndc.h Xinclude/log4cplus/nullappender.h Xinclude/log4cplus/socketappender.h Xinclude/log4cplus/spi/appenderattachable.h Xinclude/log4cplus/spi/factory.h Xinclude/log4cplus/spi/filter.h Xinclude/log4cplus/spi/loggerfactory.h Xinclude/log4cplus/spi/loggerimpl.h Xinclude/log4cplus/spi/loggingevent.h Xinclude/log4cplus/spi/objectregistry.h Xinclude/log4cplus/spi/rootlogger.h Xinclude/log4cplus/streams.h Xinclude/log4cplus/syslogappender.h Xinclude/log4cplus/tstring.h Xlib/liblog4cplus.a Xlib/liblog4cplus.so Xlib/liblog4cplus.so.2 X@dirrm share/nls/en_US.US-ASCII X@dirrm share/nls/POSIX X@dirrm include/log4cplus/spi X@dirrm include/log4cplus/helpers X@dirrm include/log4cplus END-of-/home/pbt/ports/devel/log4cplus/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 10:20:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE5B16A4CE for ; Fri, 3 Dec 2004 10:20:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1243843D68 for ; Fri, 3 Dec 2004 10:20:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AKVdf040733 for ; Fri, 3 Dec 2004 10:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3AKVCT040730; Fri, 3 Dec 2004 10:20:31 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 10:20:31 GMT Resent-Message-Id: <200412031020.iB3AKVCT040730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83C516A4D0; Fri, 3 Dec 2004 10:15:25 +0000 (GMT) Received: from kobe.netlab.nec.de (kobe.netlab.nec.de [195.37.70.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E9B43D39; Fri, 3 Dec 2004 10:15:25 +0000 (GMT) (envelope-from root@kobe.netlab.nec.de) Received: from kobe.netlab.nec.de (localhost [127.0.0.1]) by kobe.netlab.nec.de (8.13.1/8.13.1) with ESMTP id iB3AFd77013150; Fri, 3 Dec 2004 11:15:39 +0100 (CET) (envelope-from root@kobe.netlab.nec.de) Received: (from root@localhost) by kobe.netlab.nec.de (8.13.1/8.13.1/Submit) id iB3AFdhM013149; Fri, 3 Dec 2004 11:15:39 +0100 (CET) (envelope-from root) Message-Id: <200412031015.iB3AFdhM013149@kobe.netlab.nec.de> Date: Fri, 3 Dec 2004 11:15:39 +0100 (CET) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erwin@FreeBSD.org Subject: ports/74643: [PATCH] textproc/p5-XML-Stream: update to 1.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:20:32 -0000 >Number: 74643 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-Stream: update to 1.22 >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 Dec 03 10:20:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD kobe.netlab.nec.de 5.3-STABLE FreeBSD 5.3-STABLE #13: Wed Nov 24 17:07:26 CET 2004 >Description: - Update to 1.22 Port maintainer (erwin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-XML-Stream-1.22.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Stream/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 5 Apr 2004 07:04:54 -0000 1.13 +++ Makefile 3 Dec 2004 10:15:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -22,9 +22,9 @@ PERL_CONFIGURE= yes -MAN3= XML::Stream.3 XML::Stream::Namespace.3 \ +MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Node.3 \ XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \ - XML::Stream::Tree.3 XML::Stream::Node.3 + XML::Stream::Tree.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Stream/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 5 Apr 2004 07:04:54 -0000 1.8 +++ distinfo 3 Dec 2004 10:15:11 -0000 @@ -1,2 +1,2 @@ -MD5 (XML-Stream-1.21.tar.gz) = c74a2b47f7861ab792f9d65cfb3dd5c0 -SIZE (XML-Stream-1.21.tar.gz) = 80237 +MD5 (XML-Stream-1.22.tar.gz) = ae09400fac17eaea4c9b12283db06881 +SIZE (XML-Stream-1.22.tar.gz) = 80529 --- p5-XML-Stream-1.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 10:30:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F48C16A4CE for ; Fri, 3 Dec 2004 10:30:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418D843D60 for ; Fri, 3 Dec 2004 10:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AUGxd041118 for ; Fri, 3 Dec 2004 10:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3AUGLs041114; Fri, 3 Dec 2004 10:30:16 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 10:30:16 GMT Resent-Message-Id: <200412031030.iB3AUGLs041114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A029516A4CE for ; Fri, 3 Dec 2004 10:21:55 +0000 (GMT) Received: from kobe.netlab.nec.de (kobe.netlab.nec.de [195.37.70.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0141C43D48 for ; Fri, 3 Dec 2004 10:21:55 +0000 (GMT) (envelope-from root@kobe.netlab.nec.de) Received: from kobe.netlab.nec.de (localhost [127.0.0.1]) by kobe.netlab.nec.de (8.13.1/8.13.1) with ESMTP id iB3AMA4l023423 for ; Fri, 3 Dec 2004 11:22:10 +0100 (CET) (envelope-from root@kobe.netlab.nec.de) Received: (from root@localhost) by kobe.netlab.nec.de (8.13.1/8.13.1/Submit) id iB3AMAiu023422; Fri, 3 Dec 2004 11:22:10 +0100 (CET) (envelope-from root) Message-Id: <200412031022.iB3AMAiu023422@kobe.netlab.nec.de> Date: Fri, 3 Dec 2004 11:22:10 +0100 (CET) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74644: [NEW PORT] net/p5-Net-XMPP: Net::XMPP provides Perl Developer access to the XMPP protocol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:30:16 -0000 >Number: 74644 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-XMPP: Net::XMPP provides Perl Developer access to the XMPP protocol >Confidential: no >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 Dec 03 10:30:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD kobe.netlab.nec.de 5.3-STABLE FreeBSD 5.3-STABLE #13: Wed Nov 24 17:07:26 CET 2004 >Description: ---------------------------------------------------------- NOTE: Depends on the XML::Stream update to 1.22 in http://www.freebsd.org/cgi/query-pr.cgi?pr=74643 ---------------------------------------------------------- The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard that provides a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. XMPP seeks to get rid of those barriers. Net::XMPP is a collection of Perl modules that provide a Perl Developer access to the XMPP protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester. WWW: http://www.xmpp.org/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Net-XMPP-1.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-XMPP # p5-Net-XMPP/Makefile # p5-Net-XMPP/distinfo # p5-Net-XMPP/pkg-descr # p5-Net-XMPP/pkg-plist # echo c - p5-Net-XMPP mkdir -p p5-Net-XMPP > /dev/null 2>&1 echo x - p5-Net-XMPP/Makefile sed 's/^X//' >p5-Net-XMPP/Makefile << 'END-of-p5-Net-XMPP/Makefile' X# New ports collection makefile for: p5-Net-XMPP X# Date created: 2004-12-3 X# Whom: Lars Eggert X# X# $FreeBSD$ X# X XPORTNAME= Net-XMPP XPORTVERSION= 1.0 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= lars.eggert@gmx.net XCOMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol X XBUILD_DEPENDS= ${SITE_PERL}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ X ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Net::XMPP.3 Net::XMPP::Client.3 Net::XMPP::Connection.3 \ X Net::XMPP::Debug.3 Net::XMPP::IQ.3 Net::XMPP::JID.3 \ X Net::XMPP::Message.3 Net::XMPP::Namespaces.3 \ X Net::XMPP::Presence.3 Net::XMPP::PrivacyLists.3 \ X Net::XMPP::Protocol.3 Net::XMPP::Roster.3 \ X Net::XMPP::Stanza.3 X X.include END-of-p5-Net-XMPP/Makefile echo x - p5-Net-XMPP/distinfo sed 's/^X//' >p5-Net-XMPP/distinfo << 'END-of-p5-Net-XMPP/distinfo' XMD5 (Net-XMPP-1.0.tar.gz) = 6338484aa0d394e68c01666ca34e5241 XSIZE (Net-XMPP-1.0.tar.gz) = 96081 END-of-p5-Net-XMPP/distinfo echo x - p5-Net-XMPP/pkg-descr sed 's/^X//' >p5-Net-XMPP/pkg-descr << 'END-of-p5-Net-XMPP/pkg-descr' XThe Extensible Messaging and Presence Protocol (XMPP) is an IETF standard Xthat provides a complete cross protocol messaging solution. The problem Xwith current IM solutions is that they are all proprietary and cannot Xtalk to each other. XMPP seeks to get rid of those barriers. X XNet::XMPP is a collection of Perl modules that provide a Perl Developer Xaccess to the XMPP protocol. Using OOP modules we provide a clean Xinterface to writing anything from a full client to a simple protocol Xtester. X XWWW: http://www.xmpp.org/ END-of-p5-Net-XMPP/pkg-descr echo x - p5-Net-XMPP/pkg-plist sed 's/^X//' >p5-Net-XMPP/pkg-plist << 'END-of-p5-Net-XMPP/pkg-plist' X%%SITE_PERL%%/Net/XMPP.pm X%%SITE_PERL%%/Net/XMPP/Client.pm X%%SITE_PERL%%/Net/XMPP/Connection.pm X%%SITE_PERL%%/Net/XMPP/Debug.pm X%%SITE_PERL%%/Net/XMPP/IQ.pm X%%SITE_PERL%%/Net/XMPP/JID.pm X%%SITE_PERL%%/Net/XMPP/Message.pm X%%SITE_PERL%%/Net/XMPP/Namespaces.pm X%%SITE_PERL%%/Net/XMPP/Presence.pm X%%SITE_PERL%%/Net/XMPP/PrivacyLists.pm X%%SITE_PERL%%/Net/XMPP/Protocol.pm X%%SITE_PERL%%/Net/XMPP/Roster.pm X%%SITE_PERL%%/Net/XMPP/Stanza.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XMPP/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XMPP X@dirrm %%SITE_PERL%%/Net/XMPP END-of-p5-Net-XMPP/pkg-plist exit --- p5-Net-XMPP-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 10:45:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05DE16A4CE; Fri, 3 Dec 2004 10:45:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC3F743D2D; Fri, 3 Dec 2004 10:45:31 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AjVLn042354; Fri, 3 Dec 2004 10:45:31 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3AjVgv042350; Fri, 3 Dec 2004 11:45:31 +0100 (CET) (envelope-from tobez) Date: Fri, 3 Dec 2004 11:45:31 +0100 (CET) From: Anton Berezin Message-Id: <200412031045.iB3AjVgv042350@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/74644: [NEW PORT] net/p5-Net-XMPP: Net::XMPP provides Perl Developer access to the XMPP protocol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:45:32 -0000 Synopsis: [NEW PORT] net/p5-Net-XMPP: Net::XMPP provides Perl Developer access to the XMPP protocol Responsible-Changed-From-To: freebsd-ports-bugs->tobez Responsible-Changed-By: tobez Responsible-Changed-When: Fri Dec 3 11:45:21 CET 2004 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=74644 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 10:46:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C7B16A4CE; Fri, 3 Dec 2004 10:46:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAE043D48; Fri, 3 Dec 2004 10:46:54 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AksXN042445; Fri, 3 Dec 2004 10:46:54 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3AkstM042441; Fri, 3 Dec 2004 10:46:54 GMT (envelope-from erwin) Date: Fri, 3 Dec 2004 10:46:54 GMT From: Erwin Lansing Message-Id: <200412031046.iB3AkstM042441@freefall.freebsd.org> To: erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Subject: Re: ports/74643: [PATCH] textproc/p5-XML-Stream: update to 1.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:46:54 -0000 Synopsis: [PATCH] textproc/p5-XML-Stream: update to 1.22 Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: erwin Responsible-Changed-When: Fri Dec 3 10:46:45 GMT 2004 Responsible-Changed-Why: My port http://www.freebsd.org/cgi/query-pr.cgi?pr=74643 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 10:50:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DF116A4D2 for ; Fri, 3 Dec 2004 10:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3E743D1D for ; Fri, 3 Dec 2004 10:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AoNuo042507 for ; Fri, 3 Dec 2004 10:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3AoNtL042501; Fri, 3 Dec 2004 10:50:23 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 10:50:23 GMT Resent-Message-Id: <200412031050.iB3AoNtL042501@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4558916A4CE; Fri, 3 Dec 2004 10:41:00 +0000 (GMT) Received: from kobe.netlab.nec.de (kobe.netlab.nec.de [195.37.70.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990AB43D64; Fri, 3 Dec 2004 10:40:59 +0000 (GMT) (envelope-from root@kobe.netlab.nec.de) Received: from kobe.netlab.nec.de (localhost [127.0.0.1]) by kobe.netlab.nec.de (8.13.1/8.13.1) with ESMTP id iB3AfEtm034042; Fri, 3 Dec 2004 11:41:14 +0100 (CET) (envelope-from root@kobe.netlab.nec.de) Received: (from root@localhost) by kobe.netlab.nec.de (8.13.1/8.13.1/Submit) id iB3AfElg034041; Fri, 3 Dec 2004 11:41:14 +0100 (CET) (envelope-from root) Message-Id: <200412031041.iB3AfElg034041@kobe.netlab.nec.de> Date: Fri, 3 Dec 2004 11:41:14 +0100 (CET) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erwin@FreeBSD.org Subject: ports/74645: [PATCH] net/p5-Net-Jabber: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:50:23 -0000 >Number: 74645 >Category: ports >Synopsis: [PATCH] net/p5-Net-Jabber: 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: Fri Dec 03 10:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD kobe.netlab.nec.de 5.3-STABLE FreeBSD 5.3-STABLE #13: Wed Nov 24 17:07:26 CET 2004 >Description: ----------------------------------------------------------------------- NOTE: Depends on http://www.freebsd.org/cgi/query-pr.cgi?pr=74643 and http://www.freebsd.org/cgi/query-pr.cgi?pr=74644 ----------------------------------------------------------------------- - Update to 2.0 Port maintainer (erwin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Net-Jabber-2.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Jabber/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 5 Apr 2004 10:13:57 -0000 1.13 +++ Makefile 3 Dec 2004 10:39:27 -0000 @@ -6,20 +6,17 @@ # PORTNAME= Net-Jabber -PORTVERSION= 1.30 +PORTVERSION= 2.0 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -DIST_SUBDIR= jabber +DIST_SUBDIR= jabber MAINTAINER= erwin@FreeBSD.org -COMMENT= Net::Jabber provide a Perl Developer access to the Jabber protocol +COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol -BUILD_DEPENDS= ${SITE_PERL}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ - ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules +BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net/p5-Net-XMPP RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,13 +28,13 @@ Net::Jabber::JID.3 Net::Jabber::Key.3 Net::Jabber::Log.3 \ Net::Jabber::Message.3 Net::Jabber::Namespaces.3 \ Net::Jabber::Presence.3 Net::Jabber::Protocol.3 \ - Net::Jabber::Query.3 Net::Jabber::Server.3 Net::Jabber::X.3 \ + Net::Jabber::Server.3 Net::Jabber::Stanza.3 \ Net::Jabber::XDB.3 .include .if ${PERL_LEVEL} < 500600 -IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Jabber/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 5 Apr 2004 10:13:57 -0000 1.8 +++ distinfo 3 Dec 2004 10:39:27 -0000 @@ -1,2 +1,2 @@ -MD5 (jabber/Net-Jabber-1.30.tar.gz) = 450ac1976c9b9401689227eb75555abe -SIZE (jabber/Net-Jabber-1.30.tar.gz) = 149538 +MD5 (jabber/Net-Jabber-2.0.tar.gz) = 1fd348fb9a1a6c5a167ae862ed89cd53 +SIZE (jabber/Net-Jabber-2.0.tar.gz) = 112416 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Jabber/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 24 Oct 2003 12:03:02 -0000 1.7 +++ pkg-plist 3 Dec 2004 10:39:27 -0000 @@ -14,9 +14,8 @@ %%SITE_PERL%%/Net/Jabber/Namespaces.pm %%SITE_PERL%%/Net/Jabber/Presence.pm %%SITE_PERL%%/Net/Jabber/Protocol.pm -%%SITE_PERL%%/Net/Jabber/Query.pm %%SITE_PERL%%/Net/Jabber/Server.pm -%%SITE_PERL%%/Net/Jabber/X.pm +%%SITE_PERL%%/Net/Jabber/Stanza.pm %%SITE_PERL%%/Net/Jabber/XDB.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Jabber/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Jabber --- p5-Net-Jabber-2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 10:52:59 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F398916A4CE; Fri, 3 Dec 2004 10:52:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D266343D3F; Fri, 3 Dec 2004 10:52:58 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AqwcR042719; Fri, 3 Dec 2004 10:52:58 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3Aqw0d042715; Fri, 3 Dec 2004 10:52:58 GMT (envelope-from erwin) Date: Fri, 3 Dec 2004 10:52:58 GMT From: Erwin Lansing Message-Id: <200412031052.iB3Aqw0d042715@freefall.freebsd.org> To: erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Subject: Re: ports/74645: [PATCH] net/p5-Net-Jabber: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:52:59 -0000 Synopsis: [PATCH] net/p5-Net-Jabber: update to 2.0 Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: erwin Responsible-Changed-When: Fri Dec 3 10:52:55 GMT 2004 Responsible-Changed-Why: My port http://www.freebsd.org/cgi/query-pr.cgi?pr=74645 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:00:53 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4E616A4CF for ; Fri, 3 Dec 2004 12:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0781C43D2D; Fri, 3 Dec 2004 12:00:53 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C0qtG049321; Fri, 3 Dec 2004 12:00:52 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3C0qc0049292; Fri, 3 Dec 2004 12:00:52 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 12:00:52 GMT Resent-Message-Id: <200412031200.iB3C0qc0049292@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: ports@oven.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 281F116A4D1 for ; Fri, 3 Dec 2004 11:54:58 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id A420343D58 for ; Fri, 3 Dec 2004 11:54:57 +0000 (GMT) (envelope-from mat@aragorn.in.absolight.net) Received: from abeille.nerim.absolight.net (abeille.nerim.absolight.net [62.212.120.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 8A1AFA24099 for ; Fri, 3 Dec 2004 12:54:56 +0100 (CET) Received: from abeillestock.absolight.com (unknown [192.168.8.12]) by abeille.nerim.absolight.net (Postfix) with ESMTP id 4CB9C1700D for ; Fri, 3 Dec 2004 12:55:40 +0100 (CET) Received: from aragorn.in.absolight.net (unknown [192.168.8.52]) by abeillestock.absolight.com (Postfix) with ESMTP id B3684C0FD for ; Fri, 3 Dec 2004 12:55:26 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id C2E357D52; Fri, 3 Dec 2004 12:54:53 +0100 (CET) Message-Id: <20041203115453.C2E357D52@aragorn.in.absolight.net> Date: Fri, 3 Dec 2004 12:54:53 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ports@oven.org cc: ports@oven.org Subject: ports/74646: archivers/p5-Archive-Tar update to 1.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:00:53 -0000 >Number: 74646 >Category: ports >Synopsis: archivers/p5-Archive-Tar update to 1.22 >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 Dec 03 12:00:51 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD aragorn.in.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Sep 3 12:54:37 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/src/sys/compile/ARAGORN i386 >Description: Update to 1.22 >How-To-Repeat: >Fix: --- p5-Archive-Tar-1.22.diff begins here --- Index: Makefile =================================================================== RCS file: /opt/freebsd/ports/archivers/p5-Archive-Tar/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 23 Aug 2004 07:50:39 -0000 1.16 +++ Makefile 3 Dec 2004 11:40:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Archive-Tar -PORTVERSION= 1.10 +PORTVERSION= 1.22 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -15,7 +15,8 @@ MAINTAINER= ports@oven.org COMMENT= Perl module for creation and manipulation of tar files -RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib +RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ + ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES Index: distinfo =================================================================== RCS file: /opt/freebsd/ports/archivers/p5-Archive-Tar/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 12 Aug 2004 06:53:04 -0000 1.10 +++ distinfo 3 Dec 2004 11:06:26 -0000 @@ -1,2 +1,2 @@ -MD5 (Archive-Tar-1.10.tar.gz) = 8cd1fd60e1a5a85936284329b0560d94 -SIZE (Archive-Tar-1.10.tar.gz) = 27452 +MD5 (Archive-Tar-1.22.tar.gz) = cf93eb80f81481d7d4cfa76549e2f255 +SIZE (Archive-Tar-1.22.tar.gz) = 31051 --- p5-Archive-Tar-1.22.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:05:44 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B7C16A4CE; Fri, 3 Dec 2004 12:05:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE2243D4C; Fri, 3 Dec 2004 12:05:44 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C5ivD053402; Fri, 3 Dec 2004 12:05:44 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3C5i4J053398; Fri, 3 Dec 2004 12:05:44 GMT (envelope-from mat) Date: Fri, 3 Dec 2004 12:05:44 GMT From: Mathieu Arnold Message-Id: <200412031205.iB3C5i4J053398@freefall.freebsd.org> To: ports@oven.org, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/74646: archivers/p5-Archive-Tar update to 1.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:05:44 -0000 Synopsis: archivers/p5-Archive-Tar update to 1.22 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Fri Dec 3 12:05:44 GMT 2004 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=74646 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:31:01 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16A216A4CE; Fri, 3 Dec 2004 12:31:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B17B43D39; Fri, 3 Dec 2004 12:31:01 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CV17u055222; Fri, 3 Dec 2004 12:31:01 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3CV06e055218; Fri, 3 Dec 2004 12:31:00 GMT (envelope-from vs) Date: Fri, 3 Dec 2004 12:31:00 GMT From: Volker Stolz Message-Id: <200412031231.iB3CV06e055218@freefall.freebsd.org> To: leo@v.gz.ru, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, roger@FreeBSD.org Subject: Re: ports/74625: outdated GNU gatekeeper port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:31:01 -0000 Synopsis: outdated GNU gatekeeper port State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Dec 3 12:29:30 GMT 2004 State-Changed-Why: Please submit patches :) Our collection of 3rd-party-software is way too large for all FreeBSD-committers to update, we depend on kind souls to submit updates. Anyway, this one has a maintainer, so over to roger@. Responsible-Changed-From-To: freebsd-ports-bugs->roger Responsible-Changed-By: vs Responsible-Changed-When: Fri Dec 3 12:29:30 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74625 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:32:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4194A16A4CF; Fri, 3 Dec 2004 12:32:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1997F43D54; Fri, 3 Dec 2004 12:32:35 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CWY0v055291; Fri, 3 Dec 2004 12:32:34 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3CWYQY055287; Fri, 3 Dec 2004 12:32:34 GMT (envelope-from vs) Date: Fri, 3 Dec 2004 12:32:34 GMT From: Volker Stolz Message-Id: <200412031232.iB3CWYQY055287@freefall.freebsd.org> To: andy@fud.org.nz, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74629: Take maintainership of net-mgmt/driftnet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:32:35 -0000 Synopsis: Take maintainership of net-mgmt/driftnet State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Fri Dec 3 12:31:46 GMT 2004 State-Changed-Why: We can do this with the actual update you plan to submit. No need for too much CVS-noise here, really. Is this all right with you? We appreciate you volunteering! http://www.freebsd.org/cgi/query-pr.cgi?pr=74629 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:35:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D0F16A4CE; Fri, 3 Dec 2004 12:35:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AE743D2F; Fri, 3 Dec 2004 12:35:42 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CZgBE055366; Fri, 3 Dec 2004 12:35:42 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3CZg1G055362; Fri, 3 Dec 2004 12:35:42 GMT (envelope-from vs) Date: Fri, 3 Dec 2004 12:35:42 GMT From: Volker Stolz Message-Id: <200412031235.iB3CZg1G055362@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/74641: Update port: mail/py-spambayes 1.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:35:43 -0000 Synopsis: Update port: mail/py-spambayes 1.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: vs Responsible-Changed-When: Fri Dec 3 12:35:23 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74641 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:40:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92F316A4CE for ; Fri, 3 Dec 2004 12:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9767043D5A for ; Fri, 3 Dec 2004 12:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CeSSq055538 for ; Fri, 3 Dec 2004 12:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3CeSjf055536; Fri, 3 Dec 2004 12:40:28 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 12:40:28 GMT Resent-Message-Id: <200412031240.iB3CeSjf055536@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Berezin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D244716A4CE for ; Fri, 3 Dec 2004 12:36:02 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191F143D3F for ; Fri, 3 Dec 2004 12:36:02 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id CEE5C175D1; Fri, 3 Dec 2004 13:36:00 +0100 (CET) Message-Id: <20041203123600.CEE5C175D1@heechee.tobez.org> Date: Fri, 3 Dec 2004 13:36:00 +0100 (CET) From: Anton Berezin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74647: fix lang/php4 configure to detect various crypt()s on 64-bit platforms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anton Berezin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:40:28 -0000 >Number: 74647 >Category: ports >Synopsis: fix lang/php4 configure to detect various crypt()s on 64-bit platforms >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 Dec 03 12:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.3-STABLE amd64 >Organization: >Environment: >Description: The configure script fails to detect various crypt()-related functionality (DES/MD5/Blowfish) on amd64 platform. >How-To-Repeat: Build lang/php4 on an amd64 system, observe configure output. >Fix: --- Makefile.orig Tue Nov 30 22:14:27 2004 +++ Makefile Tue Nov 30 22:14:51 2004 @@ -164,6 +164,7 @@ post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* @${REINPLACE_CMD} "s|||g" ${WRKSRC}/configure + @${REINPLACE_CMD} "s|HAVE_CRYPT_H|HAVE_UNISTD_H|g" ${WRKSRC}/configure .if ${PHP_SAPI} == "full" pre-configure: This is needed since without having HAVE_CRYPT_H replaced with HAVE_UNISTD_H, unistd.h is never included in those pieces of configure that originally try to include crypt.h. This goes unnoticed on 32-bit platforms, since sizeof(int) == sizeof(char *), but leads to a coredump on 64-bit platforms (well, at least on amd64) when crypt() is implicitly defined and assumes an int return argument. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 12:51:37 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B083D16A4CF; Fri, 3 Dec 2004 12:51:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815EC43D46; Fri, 3 Dec 2004 12:51:37 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CpboS056007; Fri, 3 Dec 2004 12:51:37 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3Cpbr9056003; Fri, 3 Dec 2004 13:51:37 +0100 (CET) (envelope-from tobez) Date: Fri, 3 Dec 2004 13:51:37 +0100 (CET) From: Anton Berezin Message-Id: <200412031251.iB3Cpbr9056003@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org Subject: Re: ports/74647: fix lang/php4 configure to detect various crypt()s on 64-bit platforms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:51:37 -0000 Synopsis: fix lang/php4 configure to detect various crypt()s on 64-bit platforms Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: tobez Responsible-Changed-When: Fri Dec 3 13:51:10 CET 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=74647 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 13:00:46 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 012D516A4CE for ; Fri, 3 Dec 2004 13:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08C543D2D for ; Fri, 3 Dec 2004 13:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3D0j7Q056244 for ; Fri, 3 Dec 2004 13:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3D0jlT056242; Fri, 3 Dec 2004 13:00:45 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 13:00:45 GMT Resent-Message-Id: <200412031300.iB3D0jlT056242@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vaida Bogdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC22016A4CF for ; Fri, 3 Dec 2004 12:51:38 +0000 (GMT) Received: from rimon.safe-mail.net (rimon.safe-mail.net [212.199.206.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5156643D2F for ; Fri, 3 Dec 2004 12:51:36 +0000 (GMT) (envelope-from vaidab@safe-mail.net) Received: from vaidab@safe-mail.net by rimon.safe-mail.net with SAFe-mail (Exim 4.30) id 1CaCuK-0008AL-Mn for FreeBSD-gnats-submit@freebsd.org; Fri, 03 Dec 2004 07:51:32 -0500 Received: from ([193.226.8.79]) by SAFe-mail.net with sm_relayd (TLSv1/SSLv3:RC4-MD5:128) id N1-iE_lNkbc for vaidab; Fri, 3 Dec 2004 07:51:32 -0500 Message-Id: <1102078479.73698.1.camel@heaven.org> Date: Fri, 03 Dec 2004 14:54:39 +0200 From: Vaida Bogdan To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74648: patch to get astro/gdesklets-goodweather working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:00:46 -0000 >Number: 74648 >Category: ports >Synopsis: patch to get astro/gdesklets-goodweather working >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 Dec 03 13:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vaida Bogdan >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD heaven.org 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #0: Sun Nov 28 02:33:54 EET 2004 root@heaven.org:/usr/obj/usr/src/sys/ANGEL i386 >Description: astro/gdesklets-goodweather doesn't work because of a type error >How-To-Repeat: cd /usr/ports/astro/gdesklets-goodweather && make install gdesklets open /path/to/display => error >Fix: --- GoodWeather.display.old Fri Dec 3 12:56:13 2004 +++ GoodWeather.display Fri Dec 3 12:56:23 2004 @@ -1,7 +1,7 @@ - >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Reply-To: Cc: X-send-pr-version: X-GNATS-Notify: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 13:10:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C3616A4CE for ; Fri, 3 Dec 2004 13:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6C143D4C for ; Fri, 3 Dec 2004 13:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DAKUQ082432 for ; Fri, 3 Dec 2004 13:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3DAKOC082429; Fri, 3 Dec 2004 13:10:20 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 13:10:20 GMT Resent-Message-Id: <200412031310.iB3DAKOC082429@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mij Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47D7A16A507 for ; Fri, 3 Dec 2004 13:02:06 +0000 (GMT) Received: from heroin.publicshout.org (heroin.publicshout.org [81.208.58.150]) by mx1.FreeBSD.org (Postfix) with SMTP id 7623A43D46 for ; Fri, 3 Dec 2004 13:02:05 +0000 (GMT) (envelope-from michele@heroin.publicshout.org) Received: (qmail 72921 invoked by uid 1001); 3 Dec 2004 13:02:04 -0000 Message-Id: <20041203130204.72920.qmail@heroin.publicshout.org> Date: 3 Dec 2004 13:02:04 -0000 From: Mij To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74649: [maintainer update] [patch] fixes mail/qmrtg (BROKEN) problem while making package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:10:20 -0000 >Number: 74649 >Category: ports >Synopsis: [maintainer update] [patch] fixes mail/qmrtg (BROKEN) problem while making package >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 13:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mij >Release: FreeBSD 5.3-STABLE i386 >Organization: none >Environment: System: FreeBSD heroin 5.3-STABLE >Description: mail/qmrtg port presents a path misbehaviour while installing as package, resulting from a bad variable expansion. >How-To-Repeat: cd /usr/ports/mail/qmrtg && make package >Fix: This patch fixes a wrong behaviour on paths while installing as package --- qmrtg-0.5.7.diff begins here --- diff -ruN qmrtg.bak/Makefile qmrtg/Makefile --- qmrtg.bak/Makefile Sat Nov 13 03:31:01 2004 +++ qmrtg/Makefile Mon Nov 15 13:41:19 2004 @@ -7,14 +7,13 @@ PORTNAME= qmrtg PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= mail net-mgmt MASTER_SITES= http://dev.publicshout.org/qmrtg/download/ MAINTAINER= mij@bitchx.it COMMENT= A simple tool for monitoring and graphing qmail activity through MRTG -BROKEN= "Creates the /nonexistent directory" - RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ mrtg:${PORTSDIR}/net-mgmt/mrtg @@ -23,7 +22,9 @@ # this is the local apache documentroot WWWROOTDIR?= ${PREFIX}/www/data -QMRTG_DBDIR?= ${PORT_DBDIR}/../${PORTNAME} +QMRTG_DBDIR?= /var/db/${PORTNAME} + +PLIST_SUB= QMRTG_DBDIR=${QMRTG_DBDIR} post-install: # in_stall manpages diff -ruN qmrtg.bak/pkg-message qmrtg/pkg-message --- qmrtg.bak/pkg-message Mon Jun 28 12:29:09 2004 +++ qmrtg/pkg-message Mon Nov 15 13:41:19 2004 @@ -11,12 +11,12 @@ you must at least set the 'WorkDir:' variable and qmail log paths (search for '/var/log/supervise/qmail' and adapt to your system) b) configure qmrtg.conf. Defaults are fine generally. At least copy -${PREFIX}/qmrtg.conf.sample to "qmrtg.conf". +${PREFIX}/etc/qmrtg.conf.sample to "qmrtg.conf". c) make mrtg run automatically. Using cron, put that in "/etc/crontab": */5 * * * * root /usr/local/bin/mrtg \ /usr/local/www/data/qmrtg/cfg/mrtg.cfg 1>/dev/null 2>&1 Note: to skip qmrtg reporting your mx' whole history at the first call, -run the following before "c)" +run the following before point "c)" $ qmrtgsync.sh diff -ruN qmrtg.bak/pkg-plist qmrtg/pkg-plist --- qmrtg.bak/pkg-plist Mon Jun 28 12:29:09 2004 +++ qmrtg/pkg-plist Mon Nov 15 13:41:19 2004 @@ -14,5 +14,5 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/mrtg.cfg %%PORTDOCS%%%%EXAMPLESDIR%%/qmrtg.conf.sample %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@exec mkdir -p /var/db/qmrtg -@unexec rm -rf /var/db/qmrtg +@exec mkdir -p %%QMRTG_DBDIR%% +@unexec rm -rf %%QMRTG_DBDIR%% 2>&1 >/dev/null || true --- qmrtg-0.5.7.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 14:38:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8DD16A4CE; Fri, 3 Dec 2004 14:38:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAFC43D41; Fri, 3 Dec 2004 14:38:16 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3EcGJi015010; Fri, 3 Dec 2004 14:38:16 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3EcGOf015006; Fri, 3 Dec 2004 14:38:16 GMT (envelope-from erwin) Date: Fri, 3 Dec 2004 14:38:16 GMT From: Erwin Lansing Message-Id: <200412031438.iB3EcGOf015006@freefall.freebsd.org> To: erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, erwin@FreeBSD.org Subject: Re: ports/74583: [patch] fix broken Makefile in www/p5-Apache-Gallery X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:38:16 -0000 Synopsis: [patch] fix broken Makefile in www/p5-Apache-Gallery Responsible-Changed-From-To: freebsd-ports-bugs->erwin Responsible-Changed-By: erwin Responsible-Changed-When: Fri Dec 3 14:38:08 GMT 2004 Responsible-Changed-Why: Put this one on my todo-list http://www.freebsd.org/cgi/query-pr.cgi?pr=74583 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 15:02:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6743B16A4CF; Fri, 3 Dec 2004 15:02:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3138843D4C; Fri, 3 Dec 2004 15:02:31 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3F2VYp015762; Fri, 3 Dec 2004 15:02:31 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3F2Vx9015758; Fri, 3 Dec 2004 15:02:31 GMT (envelope-from vs) Date: Fri, 3 Dec 2004 15:02:31 GMT From: Volker Stolz Message-Id: <200412031502.iB3F2Vx9015758@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/74639: [PATCH] games/linux-nwnclient: update to 1.64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 15:02:31 -0000 Synopsis: [PATCH] games/linux-nwnclient: update to 1.64 Responsible-Changed-From-To: freebsd-ports-bugs->des Responsible-Changed-By: vs Responsible-Changed-When: Fri Dec 3 15:02:10 GMT 2004 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74639 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 15:07:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D7A16A4CE; Fri, 3 Dec 2004 15:07:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F032A43D62; Fri, 3 Dec 2004 15:07:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3F7iDX019748; Fri, 3 Dec 2004 15:07:44 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3F7i0f019744; Fri, 3 Dec 2004 15:07:44 GMT (envelope-from vs) Date: Fri, 3 Dec 2004 15:07:44 GMT From: Volker Stolz Message-Id: <200412031507.iB3F7i0f019744@freefall.freebsd.org> To: flz@xbsd.org, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74630: Update port: www/visitors - update to version 0.4a. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 15:07:45 -0000 Synopsis: Update port: www/visitors - update to version 0.4a. State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Fri Dec 3 15:07:35 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74630 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 17:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 784E116A4CE for ; Fri, 3 Dec 2004 17:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D4C43D1D; Fri, 3 Dec 2004 17:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HePP8035412; Fri, 3 Dec 2004 17:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3HeOql035395; Fri, 3 Dec 2004 17:40:24 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 17:40:24 GMT Resent-Message-Id: <200412031740.iB3HeOql035395@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: andrew@ugh.net.au Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B44616A4CE for ; Fri, 3 Dec 2004 17:32:03 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E133C43D46 for ; Fri, 3 Dec 2004 17:32:02 +0000 (GMT) (envelope-from mat@aragorn.in.absolight.net) Received: from abeille.nerim.absolight.net (abeille.nerim.absolight.net [62.212.120.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 01C03A2401F for ; Fri, 3 Dec 2004 18:32:02 +0100 (CET) Received: from abeillestock.absolight.com (unknown [192.168.8.12]) by abeille.nerim.absolight.net (Postfix) with ESMTP id 84B4A1700D for ; Fri, 3 Dec 2004 18:32:45 +0100 (CET) Received: from aragorn.in.absolight.net (unknown [192.168.8.52]) by abeillestock.absolight.com (Postfix) with ESMTP id EF8FFC0FD for ; Fri, 3 Dec 2004 18:32:32 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id D8CBD7E61; Fri, 3 Dec 2004 18:31:57 +0100 (CET) Message-Id: <20041203173157.D8CBD7E61@aragorn.in.absolight.net> Date: Fri, 3 Dec 2004 18:31:57 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: andrew@ugh.net.au cc: andrew@ugh.net.au Subject: ports/74655: Update textproc/p5-XML-Simple to 2.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:40:25 -0000 >Number: 74655 >Category: ports >Synopsis: Update textproc/p5-XML-Simple to 2.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: Fri Dec 03 17:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Sep 3 12:54:37 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/src/sys/compile/ARAGORN i386 >Description: >How-To-Repeat: >Fix: --- p5-XML-Simple-2.13.diff begins here --- Index: Makefile =================================================================== RCS file: /opt/freebsd/ports/textproc/p5-XML-Simple/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 27 Aug 2004 11:25:29 -0000 1.12 +++ Makefile 3 Dec 2004 17:29:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-Simple -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -24,7 +24,7 @@ .include .if ${PERL_LEVEL} <= 500503 -EXTRA_PATCHES= ${PATCHDIR}/5.005_03-lib::XML::Simple.pm +EXTRA_PATCHES= ${PATCHDIR}/5.005_03-lib::XML::Simple.pm ${PATCHDIR}/5.005_03-Makefile.PL post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete Index: distinfo =================================================================== RCS file: /opt/freebsd/ports/textproc/p5-XML-Simple/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 1 Jul 2004 19:59:02 -0000 1.7 +++ distinfo 3 Dec 2004 17:08:59 -0000 @@ -1,2 +1,2 @@ -MD5 (XML-Simple-2.12.tar.gz) = 001884c8f2f9ccbee61e5e72547309ad -SIZE (XML-Simple-2.12.tar.gz) = 65543 +MD5 (XML-Simple-2.13.tar.gz) = 3891139e5e2e2134e596aa1404e866df +SIZE (XML-Simple-2.13.tar.gz) = 66145 Index: files/5.005_03-Makefile.PL =================================================================== RCS file: files/5.005_03-Makefile.PL diff -N files/5.005_03-Makefile.PL --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/5.005_03-Makefile.PL 3 Dec 2004 17:28:49 -0000 @@ -0,0 +1,20 @@ +--- Makefile.PL~ Wed Nov 17 09:43:52 2004 ++++ Makefile.PL Fri Dec 3 18:27:40 2004 +@@ -2,17 +2,6 @@ + + use ExtUtils::MakeMaker; + +-BEGIN { +- if($] < 5.006) { +- warn +- qq(This version of XML::Simple requires Perl version 5.6 or better.\n) . +- qq(You might prefer to install an older version of XML::Simple\n\n) . +- qq( perl -MCPAN -e "install 'G/GR/GRANTM/XML-Simple-1.08.tar.gz'"\n\n); +- } +-} +- +-require 5.006; +- + my $make_params = { + 'NAME' => 'XML::Simple', + 'VERSION_FROM' => 'lib/XML/Simple.pm', --- p5-XML-Simple-2.13.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 17:43:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AFF16A4CE; Fri, 3 Dec 2004 17:43:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E27543D5C; Fri, 3 Dec 2004 17:43:58 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HhwJG035620; Fri, 3 Dec 2004 17:43:58 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3HhwHE035616; Fri, 3 Dec 2004 17:43:58 GMT (envelope-from mat) Date: Fri, 3 Dec 2004 17:43:58 GMT From: Mathieu Arnold Message-Id: <200412031743.iB3HhwHE035616@freefall.freebsd.org> To: andrew@ugh.net.au, mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org Subject: Re: ports/74655: Update textproc/p5-XML-Simple to 2.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:43:58 -0000 Synopsis: Update textproc/p5-XML-Simple to 2.13 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Fri Dec 3 17:43:58 GMT 2004 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=74655 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 20:44:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FBC716A4CE; Fri, 3 Dec 2004 20:44:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1951543D3F; Fri, 3 Dec 2004 20:44:42 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Kif1v055853; Fri, 3 Dec 2004 20:44:41 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3Kifdm055849; Fri, 3 Dec 2004 20:44:41 GMT (envelope-from vs) Date: Fri, 3 Dec 2004 20:44:41 GMT From: Volker Stolz Message-Id: <200412032044.iB3Kifdm055849@freefall.freebsd.org> To: andy@fud.org.nz, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74629: Take maintainership of net-mgmt/driftnet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 20:44:42 -0000 Synopsis: Take maintainership of net-mgmt/driftnet State-Changed-From-To: feedback->closed State-Changed-By: vs State-Changed-When: Fri Dec 3 20:44:10 GMT 2004 State-Changed-Why: Closed on submitter's request: Will be claimed with the actual update. http://www.freebsd.org/cgi/query-pr.cgi?pr=74629 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 3 22:00:48 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC44016A4CF for ; Fri, 3 Dec 2004 22:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BAC443D4C for ; Fri, 3 Dec 2004 22:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3M0mFU062990 for ; Fri, 3 Dec 2004 22:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB3M0m5K062989; Fri, 3 Dec 2004 22:00:48 GMT (envelope-from gnats) Resent-Date: Fri, 3 Dec 2004 22:00:48 GMT Resent-Message-Id: <200412032200.iB3M0m5K062989@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Arjan van Leeuwen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98B0B16A4CF for ; Fri, 3 Dec 2004 21:58:58 +0000 (GMT) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 9EBF543D55 for ; Fri, 3 Dec 2004 21:58:57 +0000 (GMT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 21062 invoked from network); 3 Dec 2004 21:58:56 -0000 Received: from unknown (HELO vincent.piwebs.com) (192.168.0.73) by winston.piwebs.com with SMTP; 3 Dec 2004 21:58:56 -0000 Message-Id: <1102111137.0@vincent.piwebs.com> Date: Fri, 3 Dec 2004 22:58:57 +0100 From: "Arjan van Leeuwen" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4 cc: sf@FreeBSD.org Subject: ports/74657: Update www/opera-devel to 7.60 Preview 4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:00:49 -0000 >Number: 74657 >Category: ports >Synopsis: Update www/opera-devel to 7.60 Preview 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: Fri Dec 03 22:00:48 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Arjan van Leeuwen >Release: FreeBSD 6.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 6.0-CURRENT #0: Sun Nov 28 16:49:32 CET 2004 root@vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT >Description: This patch updates the www/opera-devel port to version 7.60 Preview 4. Changelog: http://snapshot.opera.com/unix/u760p4.html >How-To-Repeat: >Fix: --- opera-devel.diff begins here --- diff -urN /usr/ports/www/opera-devel/Makefile opera-devel/Makefile --- /usr/ports/www/opera-devel/Makefile Sun Nov 28 15:33:46 2004 +++ opera-devel/Makefile Fri Dec 3 22:57:02 2004 @@ -16,8 +16,8 @@ COMMENT= A blazingly fast, full-featured, standards-compliant browser OPERA_VER= 7.60 -OPERA_REL= Preview-3 -OPERA_DATE= 20041115 +OPERA_REL= Preview-4 +OPERA_DATE= 20041203 DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff -urN /usr/ports/www/opera-devel/distinfo opera-devel/distinfo --- /usr/ports/www/opera-devel/distinfo Sun Nov 28 15:33:46 2004 +++ opera-devel/distinfo Fri Dec 3 22:52:11 2004 @@ -1,2 +1,2 @@ -MD5 (opera-7.60-20041115.1-static-qt.i386.freebsd-en.tar.bz2) = 71d1fcc6653e8a34245a68898ec441ef -SIZE (opera-7.60-20041115.1-static-qt.i386.freebsd-en.tar.bz2) = 4826611 +MD5 (opera-7.60-20041203.1-static-qt.i386.freebsd-en.tar.bz2) = 75b452a0417d14c56098799b878911d1 +SIZE (opera-7.60-20041203.1-static-qt.i386.freebsd-en.tar.bz2) = 4854660 diff -urN /usr/ports/www/opera-devel/files/patch-ini::pluginpath.ini opera-devel/files/patch-ini::pluginpath.ini --- /usr/ports/www/opera-devel/files/patch-ini::pluginpath.ini Sun Nov 28 15:33:46 2004 +++ opera-devel/files/patch-ini::pluginpath.ini Fri Dec 3 22:55:32 2004 @@ -1,57 +1,50 @@ ---- ini/pluginpath.ini.orig Tue Nov 16 21:21:24 2004 -+++ ini/pluginpath.ini Wed Nov 17 00:21:34 2004 -@@ -1,38 +1,16 @@ --Opera Preferences version 2.0 --; Do not edit this file while Opera is running --; This file is stored in UTF-8 encoding -- --[Paths] --$PWD/plugins=1 --$HOME/.opera/plugins=1 --/usr/lib/opera/plugins=1 --/usr/lib/opera/plugins=1 --/usr/local/lib/opera/plugins=1 --/opt/lib/opera/plugins=1 -- --; Adobe Acrobat --/usr/local/Acrobat5/Browsers/intellinux=1 --/usr/local/Acrobat4/Browsers/intellinux=1 --/usr/lib/Acrobat5/Browsers/intellinux=1 --/usr/lib/Acrobat4/Browsers/intellinux=1 --/usr/X11R6/lib/Acrobat5/Browsers/intellinux=1 --/usr/X11R6/lib/Acrobat4/Browsers/intellinux=1 --/opt/Acrobat5/Browsers/intellinux=1 --/opt/Acrobat4/Browsers/intellinux=1 --/usr/Acrobat5/Browsers/intellinux=1 --/usr/Acrobat4/Browsers/intellinux=1 -- --; Realplayer --/usr/lib/RealPlayer8/Plugins=1 --/usr/lib/realplay/plugins=1 --/usr/lib/RealPlayer8=1 --/usr/lib/realplay=1 -- --; Netscape Plug-in Paths --$HOME/.netscape6/plugins=1 --$HOME/.netscape/plugins=1 --/opt/netscape/plugins=1 --/usr/lib/netscape/plugins=1 --/usr/local/netscape/plugins=1 --/usr/local/lib/netscape/plugins=1 --$HOME/.kde/.konqueror/nsplugins=1 -+Opera Preferences version 2.0 -+; Do not edit this file while Opera is running -+; This file is stored in UTF-8 encoding -+ -+[Paths] -+$HOME/.opera/plugins=1 +--- ini/pluginpath.ini.orig Fri Dec 3 11:21:10 2004 ++++ ini/pluginpath.ini Fri Dec 3 22:55:00 2004 +@@ -3,40 +3,15 @@ + ; This file is stored in UTF-8 encoding + + [Paths] +-$PWD/plugins=1 + $HOME/.opera/plugins=1 +-/usr/lib/opera/plugins=1 +-/usr/lib/opera/plugins=1 +-/usr/local/lib/opera/plugins=1 +-/opt/lib/opera/plugins=1 +%%PREFIX%%/share/opera/plugins=1 +%%LOCALBASE%%/share/opera/plugins=1 -+ + +-; Adobe Acrobat +-/usr/local/Acrobat5/Browsers/intellinux=1 +-/usr/local/Acrobat4/Browsers/intellinux=1 +-/usr/lib/Acrobat5/Browsers/intellinux=1 +-/usr/lib/Acrobat4/Browsers/intellinux=1 +-/usr/X11R6/lib/Acrobat5/Browsers/intellinux=1 +-/usr/X11R6/lib/Acrobat4/Browsers/intellinux=1 +-/opt/Acrobat5/Browsers/intellinux=1 +-/opt/Acrobat4/Browsers/intellinux=1 +-/usr/Acrobat5/Browsers/intellinux=1 +-/usr/Acrobat4/Browsers/intellinux=1 +%%LOCALBASE%%/Acrobat5/Browsers/intellinux=1 +%%LOCALBASE%%/Acrobat4/Browsers/intellinux=1 -+ + +-; Realplayer +-/usr/lib/RealPlayer8/Plugins=1 +-/usr/lib/realplay/plugins=1 +-/usr/lib/RealPlayer8=1 +-/usr/lib/realplay=1 +- +-; Netscape Plug-in Paths +-$HOME/.netscape6/plugins=1 +%%LOCALBASE%%/lib/RealPlayer8/Plugins=1 +%%X11BASE%%/lib/browser_plugins=1 -+$HOME/.netscape/plugins=1 + $HOME/.netscape/plugins=1 +-/opt/netscape/plugins=1 +-/usr/lib/netscape/plugins=1 +-/usr/local/netscape/plugins=1 +-/usr/local/lib/netscape/plugins=1 +-$HOME/.kde/.konqueror/nsplugins=1 +- +-[KDE] +-plugins=$HOME/.kde/share/config/kcmnspluginrc +%%LOCALBASE%%/lib/netscape-linux/plugins=1 + diff -urN /usr/ports/www/opera-devel/pkg-plist opera-devel/pkg-plist --- /usr/ports/www/opera-devel/pkg-plist Sun Nov 28 15:33:46 2004 +++ opera-devel/pkg-plist Fri Dec 3 22:56:37 2004 @@ -74,7 +74,6 @@ %%DATADIR%%/ini/unix_keyboard.ini %%DATADIR%%/java/opera.jar %%DATADIR%%/java/opera.policy -%%DATADIR%%/jsconsole.html %%DATADIR%%/lngcode.txt %%DATADIR%%/locale/en/default.adr %%DATADIR%%/locale/en/lngcode.txt --- opera-devel.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 03:40:09 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C748516A4CE for ; Sat, 4 Dec 2004 03:40:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCC343D58 for ; Sat, 4 Dec 2004 03:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB43e9lF003842 for ; Sat, 4 Dec 2004 03:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB43e9j5003841; Sat, 4 Dec 2004 03:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 03:40:09 GMT Resent-Message-Id: <200412040340.iB43e9j5003841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, statue Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3A516A4CE for ; Sat, 4 Dec 2004 03:34:10 +0000 (GMT) Received: from freebsd.netlab.cse.yzu.edu.tw (freebsd.netlab.cse.yzu.edu.tw [140.138.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAB543D49 for ; Sat, 4 Dec 2004 03:34:10 +0000 (GMT) (envelope-from statue@freebsd.netlab.cse.yzu.edu.tw) Received: from freebsd.netlab.cse.yzu.edu.tw (localhost [127.0.0.1]) iB43Z20N099637 for ; Sat, 4 Dec 2004 11:35:02 +0800 (CST) (envelope-from statue@freebsd.netlab.cse.yzu.edu.tw) Received: (from statue@localhost)iB43Yv88099612; Sat, 4 Dec 2004 11:34:57 +0800 (CST) (envelope-from statue) Message-Id: <200412040334.iB43Yv88099612@freebsd.netlab.cse.yzu.edu.tw> Date: Sat, 4 Dec 2004 11:34:57 +0800 (CST) From: statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74659: Update port: chinese/cce X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: statue List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 03:40:09 -0000 >Number: 74659 >Category: ports >Synopsis: Update port: chinese/cce >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 Dec 04 03:40:09 GMT 2004 >Closed-Date: >Last-Modified: >Originator: statue >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.netlab.cse.yzu.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #1: Tue Jun 1 18:37:58 CST 2004 statue@freebsd.netlab.cse.yzu.edu.tw:/usr/obj/usr/src/sys/statue i386 >Description: fix cce run error. >How-To-Repeat: >Fix: diff -ruN cce.orig/files/patch-src::term::term.c cce/files/patch-src::term::term.c --- cce.orig/files/patch-src::term::term.c Thu Jan 1 08:00:00 1970 +++ cce/files/patch-src::term::term.c Sat Dec 4 11:31:17 2004 @@ -0,0 +1,17 @@ +--- src/term/term.c.orig Mon Jan 19 04:22:51 2004 ++++ src/term/term.c Sat Dec 4 11:29:39 2004 +@@ -541,12 +541,14 @@ + if (!GGIAvail && !UseSDLFirst) SDLAvail = IsSDLAvailable(); + #endif + ++#if defined(SUPPORT_GGILIB) || defined(SUPPORT_SDLLIB) + if (!GGIAvail && !SDLAvail) + { + #if !defined(DEBUG) + fatal("No GGI/SDL found, you can only run CCE in text console.\n"); + #endif /* DEBUG */ + } ++#endif + } + + #endif /* __MSDOS__ */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 03:50:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D812B16A4CF for ; Sat, 4 Dec 2004 03:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C56D43D62 for ; Sat, 4 Dec 2004 03:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB43oNgJ004046 for ; Sat, 4 Dec 2004 03:50:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB43oN0J004045; Sat, 4 Dec 2004 03:50:23 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 03:50:23 GMT Resent-Message-Id: <200412040350.iB43oN0J004045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, statue Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B04DF16A4CE for ; Sat, 4 Dec 2004 03:40:56 +0000 (GMT) Received: from freebsd.netlab.cse.yzu.edu.tw (freebsd.netlab.cse.yzu.edu.tw [140.138.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F45E43D46 for ; Sat, 4 Dec 2004 03:40:55 +0000 (GMT) (envelope-from statue@freebsd.netlab.cse.yzu.edu.tw) Received: from freebsd.netlab.cse.yzu.edu.tw (localhost [127.0.0.1]) iB43flX6001758 for ; Sat, 4 Dec 2004 11:41:51 +0800 (CST) (envelope-from statue@freebsd.netlab.cse.yzu.edu.tw) Received: (from statue@localhost)iB43ffdv001732; Sat, 4 Dec 2004 11:41:41 +0800 (CST) (envelope-from statue) Message-Id: <200412040341.iB43ffdv001732@freebsd.netlab.cse.yzu.edu.tw> Date: Sat, 4 Dec 2004 11:41:41 +0800 (CST) From: statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74660: New port: textproc/stardict2-rptts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: statue List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 03:50:24 -0000 >Number: 74660 >Category: ports >Synopsis: New port: textproc/stardict2-rptts >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 Dec 04 03:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: statue >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.netlab.cse.yzu.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #1: Tue Jun 1 18:37:58 CST 2004 statue@freebsd.netlab.cse.yzu.edu.tw:/usr/obj/usr/src/sys/statue i386 >Description: Real People TTS for StarDict. WWW: http://stardict.sourceforge.net/ >How-To-Repeat: >Fix: begin 644 stardict2-rptts.shar.gz M'XL(")*-J$$``W-T87)D:6-T,BUR<'1TDB22&6I@)``T#+K%ZL;"LJCQ5V3'AX>'AX_(.?_O;633_E_S4_3;>V[W]JQO.M>[:_ M^^FG/S;/]J=N_JD;\A_?NK[]?_XTMO>4_V,S?,RW;KC^=&K?TMC^YA_\-$#3G;U'"Z>.G=IC;,7[RWTVW4MA_E[_P5VG./\C`O?G( MA9S'MIG;GR[=V)[G-';M]/\JZ%3*_/*??WKO[ZEG\X__?:G_UM-[M]RXW_Z[>/_]I>?_M5/O[^TS]\/2^Z//_M7_X__ ML1;R_;]0R*ON4^ZQ?S3]_O_W=[___3_ZZ5_]U["?_M?_]:=_](>_^O/?IK?? M_M>8?_2;O_L'/_W[-,Y3[LJ^SZ.3.SJ/Y5I"%HU_\9\W.'[QYS'(=:PO_^)/ M_N1/_NQ_SH+P_.G/_O$__J?QY_]X2_?XSW_RQQ"B?WM;AM_^OZ>0G/\UES4O M[?_V-K;M:;K\+O_'[MS\KKTLOYO?_U7\]!_^N_RG?_/'/_^'^5]^\W>_^;M_ M_]=_\[=_]:__\@__\O]>C?C3_^/?_-W__9? M_^T?_O>__IN_^,,?_^6?S.WW^3&F\V_^[B__]1__]@]_\_=__(N_C?_^#_^O M+__^]W_\Z__P-__V#__NK__F?__#?_H5^?=__`__YL__XF\^/_R;O_OSO_CC M6IG_^-&<+N>_:9O^W[?IT;=_^[=_K'_^+_SJ#W_WMW_SK__MW_[]7__5__'_ M_9=_\@]^:N^/^2/:]I?_^B_^ZF_S__TAXX\8@_]M;?SOTGC-;?GKO_S+/_S5 MW_[+/XG/_%2_\U/^4(S*3W_,Q?]Y*?XW?_=7?_WW_^8__,7_\>?_\D\^VMPO M_^&/?_C[?_-__L6__[/UWW_S=Y?TVSQ'YJ;O_\5O_NY/<@?\[;_^F__TT\_? MGV\__W'^K6UY0[I?_EEC][C=_]]-O M_NX__L?_^"]^NLWSXU_\_O=;2;^;TC*>8]&XMK\;VOGW_[66?=;[O]FTJCKW MFU:XO:85*#>M2.A_:6A^W_R^^=U[\]Q!3LVY,VR9B!LN:6#PGE=:@J<6,2_Q MAAB7.%,=3V/[[(ZQG?7H2J=1X"Q/S:FG6@1J];VDW%D(=D/3$[JY(CU+"A5 MH+O0M[N^FS\$_+DU^0RNMQ*7D:K8XZSL68I,'_36T?W"GRUD,U+O6!\.[=5Z MQP:O%(>M*:Q-AB&-=YNQE;2VIVPM$&<*;+*8QNZJ:W)EK;[C'`X:(9?!Q':QL<*O/EN> M,&-S;B[Q_PR^J*AD%+D)!SY(:__8-B;[8W>Y6HD!JGTQIL:Z/J$^KZ1VT_*P M6F;.9O)T;B?:)Q6PI;97%$NM#D1CDTVX2>VU"0<]N)9+;%O4Y5/*AH056T@< MT>2&3&9MUDUI/"EWP!8M.(Y!&A_>K&"Q9>&D-K"]=\F<"ID=N+*5U8+S,J;2 M75CKW'E$P[*2NE!4FCMBA6U-KSC.B7E$YG\!;6P^:/TY-^=.S)AL\.1I>G;2W"H%EN:+/98WW1B8P5X=QGKN[M.R;Y[:M^FWO9+F;S?TT5K ML,+:MG1_-.@W^%HVCM[V`UIMMLK@IFO%L;/OC[[#.5I8\A6]6-85*^]-)+NC M<*R#,NLZ*&`5I8*R+"FW:%=E\(B*+_R1LH=YNG4/Y&?R+J]D'@Z'67;&-MNB M3K(,CRVJH@RJ[%145[%Q\IRMV M/PN)>F29#M25=C&%LTFV3',RNZ"07-,\;6CWT3YN36][^7,[GFRC4D"UC`(V MO9@GXOE/\[:*UIU;USYU*@;KH&HYJV=WL3[M>P44']-N0WOO6O,Z?L+;_ M3L72(4>FJ#-3_V$*(HTTBW(_SC8\E31=6ED:H:U8FTJ_+$UG8U-)M"?;E8E.793D,O#5E8&>L2<7=S#EP:\D`'YNJBTF17%U3';V-)+H,VO5%) M;-JE'2ZBA@NXR))QN:"3^E+BX9'3*=&I=LVH%^JC=%&[YT)R7XK3H<1>1]5^ MN2QDGU[LT.?29I.:G!Z%-"US:\G4*YQ9VQ6E!MU:C(I921.@8$V`ND7>Q8$(N2E?K)T&K/BH9L*&ZT"_ M>#+T,SX>&)I":[V/U-D$+G-Z`I99'.@C)^LKKCV@P9`5M4E_[[X3%B=ZLH%; M2>_7C/.X!IMWD@=*1A5EWH/`^NZ;H;T[VC:8)"R9T9,.[3.21D]>TI'YG7AZ M)Y_=R2:W>9T#T\4AFV=-;P;%V+U9D5IZX:07%ECW1V1_@C`Z+%34G[^6),AUQD#K^]V?WR MPJE$%_@8:I-JHWOS6V89+IE]$>$VRLJ/9$WMBC$'2CN-\+Q_(2 MK%>UP+2AS;!L:`/CNF:;FNR83-K!0@6U]?V"^\B*6@4LHKAP1_3%V""7K)[= M.68K'5F\F=?GK4\4U/`V9I5*`V1^O:O=)(S2^NZ-6A)1P,TL7IE`AV3REM%W MNT*^H3(WHOGDWKTV#VD\7J"^YJDC$GG%T\C"X7IPM;EXO?;IKG;>"S;E\8F3 M\LQXMJ9P=;Q>QV:X=#\.L;A["1X#8%94^V/45"K7FZ426(L\]'T]DPM=>&Y=C..:L=F99XZ[X(-">-65]+N_U]ER;LF M.2*ZJK2E`6>SQ0_FB8EYR;(XTGD(+KW?]3BH=*F4]L'= M>$HCN2*Z\3PV=)C0X<%8-Z+]DD%+BQ3;,^OI43TPF4SD;.W&N;O>C*3>F4@5 M_-S(,'\CD[^/Q)RVB:CH:,/21ZSW;"[XRDH']0UY`S)&07M]0]4[M>0MZ4\= MYDJKI"W=;Y):@E:&RI.@WU)H4,`WW.=V2U=1RE!5.EH_^DF)6 M))-U.YKIW[+A>Z:QO,IV,%-4NZL-]K6U=&P51+'H;(9U)\F25 M-(N\LG18%.A@RUR/ZT?FK))7C2C`6)*^I$*P<\]>+_?TID]);&W3V7_+I'(V MZ0N)RU9?$H\323[,OO=M?[#4H,QU&#NPLC:*[=5.3H,<23UFA7NUE29(_+:F M$E]1[GS[O/=\9PM85@6JKO)T5!?@QFKKXX0;-[@51M(DCWPH@7'G)QO-A7:? MF:--=^%4K?<+^NP*:W!OZ/@BL`NMDIDD+7(_Y99'+/D1UI;S^TG-TGL\!O)]QIC;3.-(G;HK M7N4N*'\>/XZ*W(:I.Q#.56EMS;/I,4IG@[']&'1\-PO_CN^=9,Z6Q?MI3!/E MTUA)$_JE9ZF/*P]Z*6BCD36M$YRJO;;O$N[S-M;D/U?`S:D"F[RTM$T(#$OD M\KA+T0-TSV:A-3ES_'&-$LL6V>V#C)>5-!?8O3LPZIT.>KRFYJ7JTVMW.C7. ME'539UH<6Q&W!4F+Y6WD`5`\9$%:)=,WHDQQQP:6.CI9$(--F"C,S/V,XNJ; MQL>-T;G[H?):857`A;9R+9?M_6%))NZ/6W>R0)N*8E]E-N_A&MMTONB1O,(9 M3W3454'LAA2[>?N\24#^1W0;!6K]U'=OGA>BXEXRJ9'E3'HDEX?.@?MCP?B[ M2F+;EY[\7'=+%!L8;OL6OF8WE$?71.0J29IO:,ZW41]]>\%V\#_$Y29++;NA MZ%(>(N#/:AS@'3,&#GFO]&#TBJOSBF*I%&99.%.M!:4^M8[O/^Q%K4+2[<0@ MN=,_]*K:BT6!ZC]^N"%:<-J!-./YAFTK)+9M9;%M09/]M:%>8ZM`7JWO-E4* MB<9-!&A8M&DAJ:KG;!^3;ZV0:*VNJ(U6@8VTEX,+1ZM;(3M:7%?4>C]8](0- M9_059K#O+5!EN/SIE/[T+1O-XF,9+MUH;L#V?$DSB74E2596U&2EP#1<[=W6 MJG+#%]>UE4UY@4'U\G#PKO'0RNG_<&UI%#)FM;R2O1R8^3B':Y='=)@H MFG>XFALL8^(.&:[HVLR@8285U\7.7#+8T[EP!7$IOWU<WZ;84BXXZZD5J&P%+>0V<6.:%92=]25)I4R4"Q88'B:-`R6 M*SQS.$&&A;A['=.!U-V3*+S[&N)*J0%;8.;O%!QR"[$@-*>GR.BQ)X:E-1'+`V+]$,8L,&"RH;PKEO MF^NX-D0O?0WAVC"N[*C0%51IZ]';F!Z)3D97]E`]UA\F5.B4)D!Z[`N7MPO/V&'V'1DEMI"W4).EZW)6-Y M[M2_,7=O8]NB>N^N=+.L@CH8X3=M[A9*\077XO5B?45Q)!Z-^V,^:9?X^(6B MZ8**)E#LY"!Q%2LL&6ES]\NBV28JK"+\"S^+4V`N%0W52/FIQU\;Z[(PI;-% MY+U8+OG13'?=KLP1.H!'6)6U0ZS"HE.%#5^R/&]T]&S[L"M'P,=_07?SQ3C=(,X?/R*21 MCC0"P^)HD!\-^34#N[5DP@:J;H05I?EX8,T\N&#J:OG0EP$>;1S1R86P3&)* MH`>Y.1^WQ@Z1"DA]&>>-Y':H)(U[UQP@:6BZ,RTMCR,IFQX',C8]^G27_.:/ ME*7RXT'13"N+,O^"K6U?<)LDZ9S([9?!\2.+UP$4*UQ9K.VEC?2KUG.7HRC7 MXFIF<(#4MS1G4M^Y&*PLMJ>/2W_857P\75':0Q:4#'#VB3S2X_8QM=A=A25- M4U"R81_QSRR!*\M#EO_YNY%Y8TROK1:2]E9!DI>D@O@:=L#QR*\6'"QV;K8; MSKCB!'NE=;&2&`M9Z*0R5E@4LLK:-'O8=,@&'.;-#I1"0`IHUF,E;1I4%@.] M@]9+B2\6>PP537`>%QFX;"@+A^>DP>I#((5%L.?3\@S33;+"V6,6(TW!*$\- MRLIF"7":#/E'.^-I5*`6/%A)._LO[`]R4U34-LXO%J=MWU#&C`JRM&88Q54+ MU!O<@1ZX>;?B7(NS7=&J*$_#WFZG9-#:A!$)HUQAJ:69]?PX$N(0R4FU@R*6 M"FLP^<*RLKA@1++``ZA5MY"(MF>]?/J"35P*C/U;6>WAE4:%6&DZG@[XIJM7 M03$8\45SG>/@[Q"K5OAC9"E*S5D"35?RB'I7OIEZ=[(8JF@G4IE M%G.65M(TV-B"(Q[ M\=1/&2:%54'M_8#IZ*R2M"J>[2]/5T3\&R/06XHGLQ] MXEIIF[#HA"\%ZGCY`C=B2/%H6>C&"R9JR^K$*!J:EJ*'QRLE%Q[ML"1EY(6;H%4<83K0'RDX(U-H&-C>+H[QTWFTEY@WF/I_8VU"=O/MC@>3 M7TK6>4DJ_-[0ZX*94Q&L+WW0,-SQFO=X-]5QYXOC@5HG$I4H7T%@.-J5U)%. M)O5I(==.["Q,:2;S1X]C8R]45%`%;8R+T@P>*I6D;32O]6@OSXZC'89ESI;P M47-3C./M(RLB$\RQ,R]-@#8XZ8J>CHI:VQ.^I5E)7"U'"MO,V`?9F5.+N[<) MKQ6,D[5CTFMV%&0YEMM/T[F/M^GI//'K+U`?YE_0))K?Z%9KX4RWSK#Z4YI5%>9Z[M\;V.96T&\@!X_I?2`OS?[%H",Y=/.^"Z&0. MJ@)J;7&"Z1W6E52+(&AL/5I,Q)SM\*APC;U_O;+2FP7MS#48+!Y'!8J?'V=[ M2WU#T8^9<9.2"I*(;BC)TW0>NQ-7-K,$ZO6A0W>'IO:[Z:D*FCJAA#/YCW9&=P^GR-DEG+GB\?F8J1OL:*&`V-,2/3%]0Y,Q0)JZWVS@OE':J*EO M6SF+YCMN4T0L7LDK-CW,=5DXG"CE8@@-WH/3$TT1%&\5#=#T1$'I-""C'Y;J M8B7)_MI8[8(.MY"%/%(JGPP%32TCV9OLL>7"Z6HRY?]U^+S1"\:NFIK%9'"B M+?PTM?C8124M]K"R^'T3I^#(QY%)V@,63CL]4#.\)C1-@V-Y:ODIH,PB]M0G M$C=6^ZJ[X'7L@MK!24;)&UVH0J8['@]PKRUY?[$9%=[EB%^X.'8-&["H$2 M%_XR,XPKJ5OZR$9$!W`K:4(UW^@TI'!HV,T=WT3:6(I@F.9PA=+FKI(JAC.> MM6A2:,\('21RV?[0YHPI&VPFJXNIM2@RV4G+RJICH]+8!UE3+M(%VDU#NG.; M-$G/B^7VK[0*3,(<0%,6:FO=AV6ZFS[N\2"H]<+&6B]\TM8+'UG#\_GL%YK+ M'\IK&&:BSXACIP&'2?.M;TCA?2M:J M].AV74D4A96VQKW;(=S<1VY!*K+7E'&9I`+O:7I@NI@7*VOC!EME7[".`J5A MU"+\I/\]VHZ=P MZ%`HK'9J9L6,G_$8::YG2+K=*3A7M;U3WHX*ULEC7`;=Q&VHS M=>:PR$`QQ=^*YDFZD5Y>JN,,HV)Y784"QWL34K.%5:'P_<'JRDZ&E;W$XK2MO3RE(WF2=C MN:(D5U#U=*5)JRS713%K]T++3N$PCXV]0;M$+O,DQ@3>SEG4P[:,;>I)U`(D M0;<]3F#XIM$RVB.VA;,JXF/+RQ3I!UERIX?%"E:0Q"=(5:[AV+;/SQH$L11? MK07:+/.MQ=WXAJJ0;C@9$)\T#MMLCPD6SF)<*CIKJNRON.V1MU^@I;;BV-<9 MY?>X5]PJH6U3_]HR2VQZIDY=NH[-P^YM?N&MP_CVU<)WKY8#-Z^6S[M4QVB< M>[4K#J!8[+VA:]$KB596@9W4#C[B'5]QFC[O!ZJ*DZ>R*&3W<*,AFF>%CL&0 M\-FGRF*O/B@UYC(O=VM2YFS*?,\;#,N1D%'Z]G=\_>)I06C/$H.FVZ"G1ZRM MJ)7:QW.W5BI9Q8']]AIWLH_`-D^>>;$E6ZV`:($]LYZ2%>;9VF6_S-'=ZR>M M:Q&KA9\=Z2JDO]^)3W<^<98].8;HJ=G"GA0Z\M2[V\_$YN?3HE8"TTD;J/DY MGFFA0X0GW1;,%"G4S)G$+H/N$3?4AN>](??.>T-O#;QGK8,8CF!&#:-P'WLG MX]UN&[[K9R[\D&ES22Y)/]3CO^[[;#_,ZW![]W=#@< M&-K#&XKV\'<*??A.$^-'HAK^L%C$OCG';=P]\O3[4W."B;MQXA9=61#J0J;] MI:1PN^-1*7$V!GD^W^22Z!=TWVW]*YA:E8W*?G\1_R0O^P)?X-W3ZTJ=QC:O M`_;]"N.HGK]=QK1[TE?)?956N2LEQJALG[":<'5@!?M]6^:3I`FUHMC]LN1\ MDKMZJ:`V]<[A4S7A#W+_R"90:HOUXV7?]%\QZNI(;8DE[B\2!;MW`_@B`GU[ M,UT=A$%S).$1KF42%(=17:( M(M5F^WO?8*XL!-(7T+JGW;_X7#FPP5^@S:N>5KG^FQ5FM>M-<06W;\ZMY+Y' MLX)9M^YGOUM1+1+,XDJBF=;W\G!V)<-6(]+*NT-:V`"M'?N>V\#N)VM"<#]L M1JVH:O>*HX)'@W>@#5@E32+-;J-W5E90OVN+1G!S9Z1UC+5#M>+@6A$E`5OZRF`Z7&^(;9^1# MSN->H&D4^O"X^\1EI<@5NJ%PO%'1]KQ_(+&2UAJ2[A'-A'VG3Z7>&C1"5]3F MPGB%0/<*4CU)LO@6%T+'*6CT39/4OH!R, MK>!PIC6UD&3UC/`HW\:AU&82E\P5M=D_VBXF.(F.K&PGJ>Q7%"5IY"5V/,`9 MN7]P6BG=2V4RH9:<3#HFMIHK*??O*VW8#46S@*9YX1GM%9,CBQ7%Y7,RG3_) M4S`5M&XDO3]],_LH.);(S*K^1\F9<-]<0(AM*NRLT\8.@"8YSG^!-A7G_;/W M@IFY8&7M!^BL&*F[S*%SI)(Z_^:;>DCF&\D8NI;G.>_J%;7E,#CT/,R2&;B" MYB99\-1R^0Z/)VZ@C??[!3U-[^8KV(\2"(J*^M'05DLZI(4[N!4CH6K)<:K' MD6TC,Z@E7Q_D4I&,1GRC@-QO! M<[(/TS2\Y)6$N):"*MI+]\.F30%QO])>>E-XE[S=O]KTOHP)6X3V2@6MUZF& M[9M18B5EC.9(JTJYE><:"TB3B38SF;*Q?;,-3_O6(@=IJS?N9H<][=O809*) M0BZ7"[:[D#JIQ'!MKV9#7&T`KU9+YJPA^P^L%6Q<+#JG MDO0*<*$7N+#S`E4@;DU/*@<+V[^_N'(=A0"N)/E:VAO:V[>60DPR=T^T#<^D MF:NWSF;_+6$-,V]K&M;UMO?JVD:<)OZ"V6]]H MG3=]9]W9V8HN^>]6[HE7PSYQ4QO!(H@.BY7T+LVTCA9IA+[OSO``W2>JW=IW MUW:4Y"-?:>N$?O]N3N$2=E2>]S9-\;O6"M4-RU7.W[(B-I/DCMNNX.P<.`\R MZ253[`-=&2ID:R[@#%XZRNU3X3?*\;2RW5EE?(5).`H+]V*^LCA6E2:O:X&Q MOL_4>T<4V`KNKC><*`/DQ=\X5&)#!V_R%=`:L]S)J?#+HI)=29.3S)H))H\A M%*Y%6[:`NL2-[9MQ)L+CU%+$2`7-PAAM<*:V-<580-[DV-V4P+3+I]NX_S)2 M`>T*2^'(_3)UK>T#IWLW8F?:%G1*2]8L1#[:AB1H>L`%RP+:=V=<``H(&6DJ M:S9,]V)Z>5Z]R%ZWJ[Z;:2.(0OV#1JQ55;OG<6Q5!!.]]NWU'H/A)9T=U^ M[N^@S-#.&&>3^A5.QWJ?N'1`H7/)7O&`L2)+;V'!79QQF<=M0RUVNCN;!=*= M/^#YX0!)6"X7]Y<4&+]-5#L,MLZM)$WI[BU!X6KQ4D M-<5\ZH'1/BE`TDEVXE7>`<.YL*(X%TS(>EK>NG":P7N9%44M0!<-.W+#92I7 M<))G[U>:]J45)-NC0Z]:X4A\[O%EFZW4%EOX(,]4P1+EV0GTR-)W9-W;6)/* M3]JZ],"26E]G8]XX5,G3C3*@H.LO<$QC>:2@H7K,)U@8GR+MY"`)-^T_WK>1T[TA=4'J?5X'F3.CMME9@ MJ/MZBY`LR46-LV$<+GYK.V@R-'J[B1T8^:TKR#V)LU&>HRE@6`V2R?<3QG*M M[?&HL14H3QH7D/S"&:/EIL?P_\*AGZ`W]WI@J(;(YNI;Q.[Z59RN=@X>&"V> M>)**EQH#PWZ1W6*/%EG?W<4HZFT3&)@I+SNZZ#OKNXQ9(/]*8AWM!EOF?A#V MXP>N^Y6D.EK,>&"XF@9)._D@3PM>?P[8VF-RE@9,F]5;^LG`[!)9D,C)/K5/ MTW0`M"_;,4GF]A^U*)P%+A6.IFL&K2&DZ=*[Z4W)!%VY&\[3B*6VU9N20_3+ MF\1CYL(>8V=K#ST\_0(/H&C"PYM4!;,/4T*:C-DW37\LFD6@9UU87T]RU/H: M-Y6!H9&?S'@.S+HHT97(3&%QI]GVO!4D+9%HE;0E@-17+NJZX-#A5;+@4&:N MY/Y-5]J7)1L,>Q&DDC1+4DG"8GM'N[R0*3(&4H]S/E%H#A*+X&S^S0N&4J7EDCKJ3IQ9&;,J8L!W6B*LB):4 M!0.&*XBUM(M+P:&%L=@Q#KY<$IC=V`I2EY=EF%NTU#***6HV5+O)EK@%TQZG M9;RVB?()VN'S5N"15$+I:?$8P5G,;7J_1)9_>Z+X"T^UP*7OW0+9$V4MRY3- M3,E,E*A>'^>L60G$IZ+&AI1&8&9YC_'HD8)F,8_T=DLD!VHNZ=R)&[[`Y-H< M&XH^'RV']&@ON"SV23NJ+1P)ZF@Q&&.C!T8COB@PVOLNHR4F#K,ZEF(; MQ:?9P&-'Z6G'CG;C@?7-APU-95$J[?`@L"LF4,PL'0P43D6CL]1YH^5F"HR_ MG%$;\*O%"FG4?^%,QBN)TE%8E8X^GH"UC4-EK64F1W?;PV>0!S/<#:0(;4^, MOKS1XO;&CARV\7H&SH8`,6RAP-J<&7<%!32GWZ@IR"J(0%QA!(^VI+!&SS%74B*4Q@MITA@,B[T"F\I3#OFCBM>!DT%I+SI MQIS[&TNZ*@UF8:6$DFMN(CL;5EM`#T9&=;UG\-;<:%M+IVF9PISS*XESU79/ MZ=WV=PON`^V:X+C0A9Z,F;]]M'C%Q4Q=BS`,[#U1JJR,&C;3N67A@FUS!1MLA9+AK)0XI*%+A)GZF(!2"M)W8PO ME1<.>R;>-+<1Z=_0H;!H&I:M3&T\S8",V?'>TK_;HZG+'=>X^PDWM@O=ZLL4 M[ET>N!(5$#73_3%CPI_%3@T#LP.;$JQ!''7V@$HQ..KO00/X%SJ#SQ1>;RXD M3<'1]OJ%F^R!().%T5YW*MQY;*S9*VR;WR^TVE(C/O94HEZL7Z^612E`ZOR1 M96ZTM''+V#>DA<:^G>SYY(SB!+='Y1=ZA3I3-FU'57T8(+N,9E6;U6A5FV[T M1O2"X0J+[F$F#4-8K$\H2()"T9:23)1`*P[-D>#LQ*:@>'*065,PP7F9XR'2 M3,?OY)E;J(?LQ''Y(3?Y%[W(+S7[^.UC3)>%LEU]7.T.T@>^A?;QL.BD#_*K M?TQS@]>-/WXTFCRKMXL[K?.,/OR[O0LD#RM^0+W;<,7BMUS MD8<[7J`UR<8[8].MV[7."FKSX`VIN,].@O;VUH*&"-(J>)6[)14D@;V"`11< M-T%"P0!_3C;U@Y-D8L'N'V%6BEK2-_=N1M$NK)5ZYAC_#==R]\]<*[C0C?07 MNW_`\8ERJU;85J>*[U_RW%A2K0'BX.[ZT@L5+TI9%=\DM*.0WJP-CSN[Z_0MF(]QUF0_Y*VY*UT3:M)%7_"N[N<3=.MGZ5Q6_;Q$_C_OWV M#82GTC?TWJ(MNL)H642^)JON.?69.HYW[6J,IUDOSY$Z45 M\MZ,3>0SHM[:=V-6BJ;TO=T]EZO8_MV'PJ7EK4=;:&5-[O:/$BK5P#-P*SE0 MXO$*M],,KQQ4UB23:CDTETY)JMT`/H.5HY[).P+[;N;8OBDPN(%7EK1<<*@S MADO;D[`/E_TK;AL'1P`OU)1F12':L,+8]1>S*N!Z6L'LH[C%&B#(<>-TK(<. M?3&51-6_P7"4L^*VC1L&6R('6_2&9/V>*`G%%Q1;DQ[(\7#2:CO,AT1D;F93 M!S,\R[:")L?[F3$+]MQ_[FOC=(LS?*"@_4CH4J3U^X$O4:VLZ;0"JG'_:,YJ M6P8ZRW6.%]SM7TE]L::'"XK=-@@9/0%HBH.5G<6 MF67/RLIJR7E[9<5FD`5P@B0/%5QPJLQP'?\%FDGSX#X*4`[[-AA[*4\['=." M>G5M.MLT44MN1"?W&+K!R%.Z?5S4495IZI[QW`WI:@OBQIJU9#N8\4+):"O: M76V7E4G<:%52CS=PZ-&^&"&RO')O&472CBT*:-;?2+=5*^FU' MYQ3R2K;:V)W2;N!8!<^QN4-AJ["UG')M%5*N;!5P0(_/J)-GB,>;M$0T@#*J MJCV^#_D-/U%`'O,KR0O=O=+]0[(#^ M`UVQ*ZHNS,!M#SXWCV7_^E@EQV8_$O.31.-C#JE.#PO9FYLYX79L*U?I^8B+ M>-;0!$@_O&+J-IS;LUP]_8+BK&FO"0_;5_10N=RS@2,YH-HL)*I-M#/ID9H5 MK*Y&@O-?52$%B@KI%J]#V\C>V@MN[N9;@M>A-]+&Z29WM3])EBESJ:P% M&QZ[@LR:8VQ/=BSA?OJ%32+\]F:U^RYGP1IQ>#.ZD9B MY(AD'BQ)$SMG`%@\01PGC^MH264HG#1,?8A4/9**@IZ,+B M$4QFEQ&W!H55T"I*_3[,S?X;E17,AOAHD8,%'K3S5]9F)OJ2"X]DZ#&/WMERU*U;X4-E:Y=QU%N+Q"6L]%CP5 M*"B5^;@UMDM:2:WKV-RMV+&UOAIC;6?0B]3VN!4R'K%"`J;+4YF\)U5A&VNN MG17']:;`UF<8:%-!'(=`;:4?YWK=S09M/G(W+O!Y,04YRELY`4X3?WZ:$)R; M;+,S:1)PL^"2E"\R!UK+;LW=K@!6D&Y-W^+*#N3=^8+2,I)AZ_7[PV;.2O)H6H3LK5[[H/W" MB_4Z7%KTK;Q8'#05F&$@)]#-8M@#H_O2MR:9XDKF^KM1('>FL+6/=D2A>_2J MO0I)+H',FME_H^WVK9S':8$%U3LB+YZW$Y^_,`&M-.[#;@UNPO+?SHDLL_PW MG$JCW98)D(R\"HH%O9)T'V1C=7B[&=T/&ZM]0"9A_EN?VX6"55#N7,5TXM#[ M%!4U73KRG+6N)$]PQJQC)CM^O&'`3N%LG"=Z!N43Q5&9[,64E85<[9\DNC`+ MC?/"RIMG7/`P150%X0G,PBY\*WUCJ56M+?9V*'2#EY)7[`2O)JPHO52QLJHV M,GJWO?&M;:VB[3<+H+]9Z'Y@7J"&Y`?+?=3:M&SS[EDBO^<:9=51(&W<4 M7QS&:=9I-LW#?B+/E;0>?^K6J)44-YE2F>B:,4WG992S2`O[RU0C[PIL*'Z9 M=&_&S-RA*/0;O'=4,--G]!Q>`?>?,E@QJUY_D8>N5Q053R;A%I;W[0O;^;.5RZP;J4?/V!F6D!KP!6 M3&T:\R5VC_N"7W[8'?E;-Z:[9K+98!.,,3W2!6V6"F.YUE63;8KVG]DJ5$2] MX3E,IQ%RMTA_9H*9R?2X?9CJ>L%8X71.F'G@EO!T)-DI#KPP6+!>%6(E5N+!ETKBQ,>,NT9WXFUU_#:Q>23P$8U=N M.`[EAF-_6:QZ!;&^].)K15$KF'2.J.'+:8/Y>.O[M:8:@KU3#J(-I2&*=0ZG M\:AGH;G,-"6[J;/!U@?!AF0?HP\T3Q5J@4VV,QHY$+D2%=;.>^%<;TW(6%B- MV+N-'U,SS+?V3L%$M^5THE=`5I;J"V]UKI@-7`%5-+'9M@XO=SUS1R,Y8[@4 M9M*XD>X"9HX$.9[[L?TO/.13,#-CEOG'0_95762V)`NV@WZT91ZX6A8QC.\;_P"2>M7 MU+8\E;6^+*B2=C5B)8\4JP?T*WT`15'.\/TMFQ@64?6)X[V;\H,^G?5:W2=O M-XD+/S1/S0+QE3]0H^D\=B@7);*HH&FTH24_:,20Y M!(RR<(?0V6W1P&R36TAM\8&+/%]H$X["BX#T#6TD>GIYJF_H2#4PG&09'9_E MF==#M&BDOK&Z8EQV!0^@YMC)[-UV,T$B1R'1A3/#*Z.B"P*[I'<1^#YBIB=Y M2^\K;%.OCPAKZX'AZETP8,8S>#VV4G;4TS>_+"U=X@S;],"UFX);?^)%.3:. M>\MZEC'K2G*]!$:K4`5)#Q?TK6-E5^@#([3Q9BU77DD,6`MT3!1"U6NH8@41 MM:0EP96D4HD,^2\X/>O7YSV%GH2\6/.Q%QSE)Y.X6>T;"?')%'E/^L:DZH.B M#WJ[11>8K8QMW)4Q)9!1DZ?6NCECOSU3&%>@JB@RJBW'3S\MIVJ0S)'DM/A8 M:7D[`&UU%SS%IQ6OXIB/45]9:J=R%.^DN963W$@:"ZI#377 M1FKNMA:E2*ZLG-43*SA9F$*`O7FK$VW)$\:M)+*^T^ED(:?)PL^2K=!F/67* M,C]4D'KE;`^[9@X7_'2VMT_21=R%Z6*OYQ:.&I)!G$K6U1=-\9PNW9E.42N( M+S=F.-SF>IH:.''MVUNNA?DA4NZ"2"2)&KH=39EFKL/I$ZA)79#DF$NMO8-5 M..S\MS>Z^Q4(VHTB?L5O88!DE1G=\I1-D5/2Q7V#<99DG,XO"HA[I8P^;!-4R,Z-)\Q- M7SA;^WK=UA;0,@B_6&_5@>'"S7W?MWG3CDTK*![?!4Y1PQ7DA@5K&KBPW`N! M'FB:S@;4LCVFW@P00\-7E#M6C_16U,O5E7A%=>XD%MOTRT(Q+QNJ%2BLY13[ MQ'6N!T[7TBJ+I5K6Z0!]U!8UB>Q1Y<`H#+V"MA?J-?GY2EJL<8$ISKMG#V*0 M'$;]A3Y2O+9M0#?6BMI*:NG?DZ4Y#NQ`9V&VTR!U1]"GR5XX6TDT-3,K[^84 MD.)Y$[VLF2FU-I<39@7)Z-W&)W,F1'1M,.[&VQEMHE".3)FG.SC<)`>*VO-^ MPKXYY6T_^N,*J]/G!9NX!XZ5B+?RW+I?>6UAP-K`8'$TD#K9=91,7NQ&3B'; M`;NVI1/IS)E:NK<'>IYB&0)##_J]71X/=;_=W]#_4D">+RML]0U8XZJ2/7B3 M-&=G!75&*8=Z]]X,IJH"Y+X/V'*_9K8]4`,MLZ"Z1RPXQNU&?>_LNME@U50K M;O94]!S.L$(>:.&1H:YOS7%_5%K5_)$ZLW(JK'OUC4)_:Z6.%Z'Y3VP"%DIH>+';Q45*V9`MO92+`3 MRT5A#[1N.K(R2"W;N:M76%1*MN9X[)6F+L@P[BA>G1'Y+)3<0^C ME?NLPJ@C"HP]C*_ZK:1[G`KN=9C8][;26K0[$596G[?[\@/&=39EDN4M6!7Z MOJ7X]P(>J,#W`XHJ:%WK(H\42T7G,N&;CLIZ5W28PJNP!R2S.RJ9W3')1"X- M7.6"JG/IH?[TAYZY18G>OYA=OI"62FY%67)6F/L+=XD/O:(9Z()N[4*Z63>V M-W68KZQ;N(4_$KWW^9.#G]"!7''5R"/O$T9^6OT35G$*7(VAT:YN!YGNS"Z] M-RY8[=_"LFQD.KF2+;2RPP&_1H5UP[*,'HF7:;\]\8)5C-3O]W"_49#VY&"Z MXY/(%>PUR;SUU1`FA3H),FSRFZT?Z_L"JDK.L'54`2\V'3)KYQL!/@\XSE:> MFX:J88@MDAX[O6#OC,+C1*NX^5XV5H.],O_0<7D6EQ"!Y[=Y8[2XZG!KB5:BD=R=6&@>`DFQDCI\AV%CNL&[0TXW, MFD$2('^_9VVN(=)!'O@^!TD/YV3G,`7D"D2,#^Z^,TQI'RNHV_\5]AI8K*4D M?8SR%LRW,)Q'=`$5DON_LKC;'\Z+!D]FE,RTX/B>Y0KC6"T'%&>P.`\NK44- M%Y"-CP+SL%V.G`A\TK@P7#3,H9(VSI<#.^?(,GW&C?_*\E!?NJN"Z@1:4>U= M=NVLZ*%RW?RYI%[S&1<81R[U/)LOZ<#\L.1G`:(\IK$U\^.R:'L6S0T1*(K6 MXHMI8=5C46CMJX*B1S;3N)NSKGIK3IR\:8.UQ][\AN?&6JZMP"_MV-BQVPIK M&U'C^G-#A65ME]DC!:.G)$#6!F\'-D5O'9MW;W@KMH#<`YQY8$5UGKUHG?%O MW?5`./(7G"ND4SI>6/-.&;.F/2H<'CKF^N1@7%UV'>X MSA32D\AND"DUA71!>N)6/'68//120 M@SH*K,U:#GBQWO#D8+BV6&*`K)VNK5[@7E$5VZ!5;%861^+:HB\O0!VS:Y_N M;L)L-)>>63<"-_IHZ6@-7\=64UVLK%4$#N`"8*&0;?[42([OX8#F]*5Q?[/]66W^)"Z:;+WSCYAO="6 M?W#`S-E@;67!=626DZ[?%543]9<%)3A`%>%@4?-G%)?YJ1FN2]Z1J>);>=4] M4Z2!1:%;6;T!47F.=PG\&,IQ'O%P,9Z55U1E?VK/;%5E=F'!C[N,VA>Z>@?H M.X*I_<5MB`IK-0JK\_H39Y&NO^!V1I)\'_"5YMH7'K722K.,!*UG!$%CN9UN MLPO);L&-QOIV!YRN*\RC&+AJ]4F/I`(\T!G7@;>QD\9W!*BW25;X2,$\I]*! M_=UTY*1KTI.N#'87%I\*'ZAQX+C43Q@"G\&![;_":K'C;/?I*FI7Y(;I$3LL M7*(>W9FW@QOLJ_NCXZ.JO21U7KCW<2=1[QFMZ(<:%IQ[<%13Q(JRB;&/"Z^I&78 M:[$:MK,#=:F MW3TU3]":H'AE#W2:[Q-GS)(1#[YZF5?>+\^JI`+D"1\PRD-%6:T&SM;Q',]G MZ:):892(%?81J3AJ$JV$1C0&B)9-1A]\8+/"W`L5/U"3-/(%V!?O-,I%D`>N M&VX_T*D2-)O`LT97!J@SD*=3\=GI6!_P[P7LDUK]HP&ZQFK=_)[;[PZZ9NNN M?(8VZ\XQ"N51R(I8=YF%U2H,'F2[P3KGXUEHW7I4F"N]V,ZXD-RXA??Q!?;I MEFDO5Q5#1EDB,WM`T!;T)82@YA<8JYYU_?Z1@3$^?40RIG#U*F-5 MG)\'@E6>AX)56!UFT",,*FQ2F5E40$?4\>/9H6"6Y M[T;.R[;"!PH^T-GCH:N/P7N=C]3B4!VX*PXY%"J/!LG3\KUE3C_^X?*@5N3S M@$GX[/SS3UU#*\H#D#PCW`O6FN!3I!GLU<`KJ-<7.V'I=8IY9J>-13,^T=LW M9OZE'E^F2G2@D!X'WR/X7'@#L.#Q/[Q,7;7&PW_+XL]DQ2K(J6+90+)0X)<# M-(-^O-BP6'#'&._@F/EC&8M&/#0+SAYORR36KYUGU##CT-F"'.!-21S`88FY M3:[9C<6NM^^7-YX1':R:R37EJ&_5C'$4QJ!-LP>_*%51;5.&6Z]"RW/=/&=C M5M>Z"ZVL39*'+3_!GFBF@ND4+K.,_'G$O%!H%8&QUR:ZH M5[@_8.%G?'HD.V[86!;(%Z]C6'".]1_'#O.R9/(:+[(=8,T)%O"!S7+%54K3 MR5?P"JL\59@E*ED"BP`/M$YW804UZWL<^4IB1;D*B\5CH(T2Q1WY-$KYU'0( MHMTUM^;$RR#Y=<8Y&V>V\BRNP$WO//0BH@OCM?V,3AJXLM6DN$5JG[-F"LZ]QJG,/&HBXN^*GI#]4Y&S5A MC9E4EU^\8>+J`NOKPP6.M\X<3AC'7^F\^'LX>OG)LU&11F=0`=%O6M@)4W-E MV"I@T^-A-E)P-@"CBE>`J(F7K-YMPN'AUH*REXT)KN+<6MQ`)L=D6?LS^M&8 M$S`R%2EW2\G*M-==GRU]^=EJA'DES3YZFF`\_9+MD^^UZCGFTZ9.QKR.,\KE M.\I/<.BM#-0,N'<;G/<;+ASO]-4?)H\9L^IE$`7B!SIG?PB5!9:HLQSUCRH7U'![V!6PUD[#)UI9."`+7I5WHG8&QD,SL96_SK2V]F MYMC:VMFVM.JT+2UU+=Y++J!..7*N9\R/&,?ZUH.\F[2B-I#DX`\,Y]`TOS5] M;VO+"]8%IIUI?UHXE;FG;5C&5MZJ&;OS-]JGC1TYI0/3E:.+2\\T2)7$^1MP M>=K*SAI>/!9.NF956]!>Z.3JFAA:Y=+Z9ODE9 M,9'3>;071S+V@;UI<<09(RFB^&"5\XR=++9O18E=R.>2"WQO>NN:F8>YD/KR MZHJ;6-AQXDAONF7J9&9/>K?1>3?A>1]LM!<[UL\<;B[L7<*,H39;Z%`T,-M[ M9%`_3(*XV#N0XW*GR9(Q4\8!XH*]W''!#E#+M/=""Z?KRS+9L\L9M&]/!SYM M@YVW!^?6_+.+;B66&;M2(G7&CQ3//Y#]L:(8,#-^V&8O8_CYQWSHX^F*OM\/ M[/GE)+*QG*@Y@9&L+>=O2;:LRSE/<=H-+!<[KB"#K!2F7S5EL;R]&84[P*5# M-W;6S?8&U=+_]M+^=FIHH'N:KDON',TR55DC2;![SCFVHK:S6?J'N^,*;'+9 M/T9R""[]=&2R;,B"@YU0J!3(N?0 M&\O+``S;*9K3@">#"ET(7 MO1%:0=MM+*,8U8MU]8BKZ,CKWGBAD;/).JJ#=!G?R(>[C!W9(1F;4`9'O!Z[ MC#:Z-IO&^W*YMJ9`-[97UT%]C]SJ@8^19["+XQ!'Z4Y+L+0QRJ"UAW:V&5,- M,"4UB`(UT#I\MHC5"MI:-V*.VPKRW'WF#:9.(NOVZ8:=GD&;1`74%DTW^_B< M+G:I=D,QJ+W@6@6:9\&Q:5]A1DWV2.CGWS;#Y;<6@6TI0)99][ASI^>]R]R; MOWZ9+=@H;U:#8.3[5%AEWC0/LT?^QEA?HU#GHOX`:P;!8.; M*X7;5YX%H_[L^TZN2%64OKL[=PH$MV`*MZNM*X72>$\_]@^7"KAK9U1J/QJH M<'#/;RO/Q#M(;#..;L;$U5506'@J1P*3,5B["XF3/SBPJ"N*;;ZB:LR@#LSN M`7FAIA9RAP8I":@JIS7<7]TJ=6F?^YNM+Z@I,'@!NC>,WFZK!Z7=Y"HX2 M^E]`'AEK#"U/5K5I!O]E@/.NEZ-0)%KSOALDL/VHE$)=;["?^"1ENUOH?1?0 MBI&W>&7UZ^_@P]PX:OP[.3L+24)(#[1>*6PS]^\)\5%4D!9R_._XUCOG\H6S)I+/L!"6N7&_3O<,44-((9M*Z5Q7EM M81*%3`-D?ZJD]E:`/*QCUY(2RJ#8(.W)/JLV32;WSXT+M]`>*G-6P25>[B+1 M.#=P27`%M4"Y^/="J4%G\V,43H7G#$DJ-H[G3L"VFIR;!\_?E>4ZT.0]R]78 M"NY'.&W5B[WX5M#N1#S*#%XSX6VG\_$5>=:OH'5L?($IM)U=A M7Z2.5?>XH<064FVI';_#8Q<8= M*!*5S%N[GP]RX]38+"Q.J':P=;B`JNG>3)=D3!UE!9446;^"S6C(..]3WC3$ MJI`V!-VY4R](9;E8!'MT;&:2.=;HN'<)[D"9\(;TB]1)O;(H@X5&':!;J`+: MU.I5J_7XA,\+UNY*?:?-*BB7*^G`/LDC!=.J%AQW6+!'*G!@V[][2ZR4.3:+ MK2\!HFR-YEX/CCMJQ,@`"D)N.0BY?5L&G"@6NM>:[^@:X14X/:YCC# M[*Y6FNTW?L9%YV=?1GK3-745XXW1D46OL%S=5E[">I%JA< M'MV`30]F]I=%MT(KC/V6T4@W:XKVA6/A!Z;_@M8\7>$3S=?;HQXNU M4BE2/+#]VX`%1(=[O]#=H\SI,6PES0(/%F>!8??FFFAD"KC@X,A;51NGB^*] M&5475Q2[_X[!H\&94@FG@9F9]W8R7\0=L@86+L6\=+MUY;'L>`_%QC]02)3T ME57?V3WRNFGHQ`IK35;8YN(7_%#-D>TQWKJ2ZJ@*VH6CLN@KOV=R/]/6)ZF] M7%GMXF&:CRQ.VP]0!U4:M=`*^#\`6\%XZC%T5YT,%<4^"$^*@N8^4'F_=N-4EC;6)G30.+`/ M/%!_E`-U-DT>!\[?'YVY04N9.%,??J8?J'I1HJIFO#\Z/:4L)$Z"_(_LB'VH M&_31)S8B5]8Z*[-<*/9J;P&3P7&3$D[7S/E`I0-S&P-Q'Y&:DD';Q!>4VS0= M.-$OM/D<5M1&-ED7E*<5M6'RON(&J@(<.?JJHKP259RR2W[%&>YXXA28VXB9 M+U:4APXMK`+JBA"L!@)66&M[($-!P%8#NZ&=,>NI^::!:P](I;AR!S;OA=9R M2:S'YLQ;K97%NHZ0:W7C=#T8&WCP[`5RJ7'*=X#4#L!K<)EC#3?R+;"1;W8= MF7D;:PM=I;D6QL6;@P1&=#7[43;:1B'IV7PAM6^#Y<5KI8F=FIXG^3;Q"MLTVW""T932Z^%?Z)F M_T[P,L7&V40OY!'/;?D!H]BKW9F%.U#LV()J7;M8)>VT?64MX&#"2+#@N&'7 M`RHIPYB_J[(FB-V1XZ="XR3OV&N042W2PD@Z+,X\IL&I$VJB)7Q*ZBDJI`K( M`Q/M3(\L]?OO2K]0K.HC*Q\5CLJ:=#PPF*"`:AMG6)N5S-XOH'\^#>K:G]`! M$ARN%8740^I"VWVVB=>U&HMZP,!:?V!C-A\Q]6:\8!.@==CRM]J"YH/RRMWB2?EMXW%14F=&XL"5EP!U;.P%4YR&LN M*T=#$!Q_&P/49P]0GX]%GL]^-71%];YUX&:>SRVF1@N0NP$_/5YYK,:.4V1L ML->V.Y`H(^,N86/$*AR$S3&SXMPC1T(L*JXERUM9%34C="XKH.GG.5E0T%JF MS'[,`CNI`Y"^=[J[K*S6X?NAC7/AK=/&!K5I@/KYPN*T#!95WMCQ#*XH M3LD-1CD;.R]XMDL%S\CG;K)0479;Y[4G43:2`NKT*;`.QI/OVS_UOOU3C_B> M'LNSHKB/"-K$]HE7`^W-AHSA195G-_%PXO[U&9*/.YQGLN#49^IYU["Q\)S; MBIL2>F),8'`,\O3@H-M*DN[IZ`K*5B"J$ERT,T<-?]<3W>]AZIEI'BAZX)I3 MF!=&II[<%BMI([2QU/F5IIG7-1?*4M4UU\&"?%82MHQ>+ M`_&B<2BN.@F;ZTCO;U50,U)8+'FF;*-/V]A<30HKBO?,NF8<;ZV<8E52"S4) MF/&`MCO?TISN.`S43;5$JN:93OD"RT-*._=@[6J09SPH*!FS*XF/?G#`3@5M M^IW=`,PL'9QVET:U6B6MII6UTT![D;#;?XNV4BU_.(/PZ'.@;Y81KG!X2W]E MJ5%O6T8X]M-^_H3Z]NU8RKE/WJ;CBGO9=L$_H_'2,W9A0;$&G;Z`L;)8!4O! M5$!4'BN*^Z+&-/?5O)Z%PU.IREJ;KA14'Q@VNU/_5G<=,FOZ-5`#,2*Z@MI' M*XL]4&CR!W1]\^@P,GQCLW;65_UV=CN M"$M7_/,`7%6Y%90F8V\GZAW[NX(TLXQ2%(>76^?6BMK4NG<#]GLE=9^;Z:4= M*`RHL-JME355X+OR^X,YFG[4%-LS#%?*D9$Y5"+#U?93`T5U=X.%`A8.G8;= MD*:&_)4KB5:PJ8)T;B;=+UNV* MFAYZ],D:7D"Z7%M1&O-*^O=QP=Q8-=\>>HC7/:84.3:MQBM+5:98V4R9>W+D M.)X-514QI-%;7TB%6$+N`;HH%AG%1'3TJWU%@ M9Z9PD1O-2#_PPA&?R%803Q`+C-Z"C.(&?&HNSXAJLK&0VCUYM7%`7PM(RHI@O)U27[;RK_&=>^BGHU.O045%*-OD)WZ++98-WVKCQ6&Y\B#1(C4`IIV:,R M>RCMZ(LW77M.O9GLF;R?TFE1)^X77M>__(LW.RA84>_!^YME('JQ+O[I?D_F M39C\1="-]19F@X=;6%@W!_(/!K6&5]:'7/5M&O@2YR?MU1AFUJ25==%@L^_U*'F@= M)[]?8:SOV%Y4ER[FWHDR+6(CR$=C^?X*K-,ZDSRE*XM'OY'*@B\R?=)>F>Y0 MNMC/7_!!Z)=?()^G%;H+BXAH6$"%L6,N=J.R@NC:VUCL-WSVN8*V6+7WO.82W]KGFBFOW57-1HKZG4X-#K'Q^::=(>:]S=HF%S';,C@ MH*RLU[?PNG9?%^VY0EK>F8`ML&LJ=^>Q)VYMDRTC4S4KZSKA%M?MG.0.CHCC M"8WLS.)T*B0JL-R_'.7W@K5Y&\_BV0WG`PG8-MX$)*^ONB&LJ*XPE?8J'WG- M-/AKZUNK+F^!]/V"3]KKHD[N0F+\Y@MN+WIJ6W_"8O5S0HOMYWC&5'NCPFB- M?M-SULG!A)?75U3;U:<+KFF13=O48B%1V186E>(=OW_GK]\;7GPKRE)8<%6= M=SQWRIPO8_>6#=N*X\QW\*GX@"-2U=#17HE> M21S?;(P>>>'W]0.L\SL6^NX+_J-A'UQ%#Y6,VC&CZNE\-#7>G4N>*5%4)M&^ M?+3#H6B7RJ-">^#3.$&..C$#]4)Y$Q&PBOFC&]&O^.AUEU9([]F@77;MN>8, MZ@E1E'B@LNQ?*JCNW1_IF.BF`Y*;6!SU,.O`$QB?L%=B4E-W9;DF8TH6#)') MD)\#!:^X-O+S!ZHN(Y2(AYQ#B1Z+'XT&J[-T*==[<6>&;R)TTR]+TUOJJ&#Q M/FHEW5(LN"59+/"!J1+!@7B`&B\.H+J,WKO>@QN7%E5 M/QGW"*85YG[N'E[RXT"Y29^`VMAC):O;;4IZ);2B7HO>+94)DZ`%Z?$KA47A M7!I?T&HSTUVR,M!?0!H'2%A6/] M45FOP8"K=B$/%:M3O,`Z#'%M5DW*#3YB*LZZ(9\/[+SF0]LNS2>[DIX`OOP` M_2B97*XW974K'!FG5)VO[!&8QV.C>43LA;4@]6A\7L83@ZY5,\R;1'1MSC>S M$(-S$BWEV21[&7$L"VC=\Z1;O<]&+]85$D7TF:U+/1PT-?NT+1\&G#Y;#)LI M($KODY/B!VI>P`#1&5-13Q%>?W``-5%^8DC]$T_GG_55$7/Q!JQ>[F?'EY&> MF/H@.+.S*JFWU)\']L_/`_&L3XQ=R9R.?C<=6-`+K4/`LMIYVIJGOM/9/=-( M6@#KN/2H?P)$_?/C!X8]__@A6,+9D??#SE$%$[TQFBGR/2?TK!6.Q":3>?UO M+,E%A8U<4'>M)%:VLA@3_\*/P'K7_@MN=;]8E$+AG#3;#:.0$CDATO5*!DQP M(QW%9U)R%Z0KQG.E*R7."8PRW"3.(KR2)A'7(YEP*DVO.:PHS3[:@Z;^,BYW M6=Y3CUZ?"EK+>RO07,:9,Z=%7(RU`\G4/VX4%)DHL6FFL(9WNSV3++(O4=J] M3&'>^I54^5YIVFB]8%36%3=++MTS:?W5J;E0GM0RFXN?ZDI\;)4.G%FM+!F2 MP;:V5&E-O9[#MY9&TP+]4[HTM*:EBXUXZ:ZGQ1QGZK>M9F#*\+DQ0_-] MN(YV/5+.K/'1C/'`3(6/#6UV,3UN8&:W MKR3:[97^@&_(M!CITY M@3)+NK]PMC!G5#&U1\:6[/7`L(Z5U(^+%1L8?QQ]FD$:AZ/=DKILKY3Z/%[* M(5UIEM?8TH3I:*7I3CBK"D@S($C;O(V=K7,9HW[NR"=O9#Z6*[7SCY\C3!%0\D.6>YX<)9)\Y*-'V9^?333Q<+PQ@_\L.W& M%CKRB.MA-$L6-/&74]=:@2>\[;:0@9\I7,4R2?6C*,L%7]K-G)V4%!"'A,HC M>V%IAT'VT(7#!,8++2*D.1::NYFZT!'!TI^M;OW9PO46LCB6.*`5I9'!Z8FY MJI8>T]PL=]DD9.HM+13VEE'3"'=ZH7&YDU#9(>)"EEBF<%E8AFM+[K*%?#'+ MH]>#WA6U,\$"=S/JU0K3V(R^15DT]>NB;U0LG%1JP6WU@E%#RT1+#RWOF<(M MT3)WYC2IH$U"&KOW9I3XIP\9M2C++)4@I5_>6U*S@9%E_=X-=I9=0).8#\0& M?*FM@F1B%)1T2B7Y^Q*9ECET&!=2A/&CW@DY8J`0B?),V)?4]:I:X)99>:\MQ_$7;%Q)F;T=/NIB^@;$1VI_5#&X'J2ZMQ!9^S[2FH_5AJN!!2X>Y`*#5!KFZ[[/K@`4UB'*$[! M4NO3D&`/\4GBYU?61J#2)*(%W8][V5#[_/215PH:_LBQ(65>]B,)U^)02"JI M'1IWJG2H-I9*CMQ#2P^>H6#WCX>"PKNA%26K_P*I#5:,NNC"5Z@WV&JY[Q0N MF+6%PH`KJ0V!.Y(;UV%'5A33`?_J%]BV0ILH=_AT=K"+^%DW$)NVHM9SB\G4 MX,?*COF[0*.\R8R$5<6$R^\,E:=>G! MFXTD77<-#4,O^?X*MGW059P5^Y?1"^3[^Q>+2_PU86N2W`C?0!G0Z]A>455= MY;0QN(^\H:3!["ZM[2HJB)W905C=BK7[5V`^27+&!LN<]&:`717V$=EA"?47VC8,8];TQ^K_+VY#KB^_/H'.C_+C[S!PX&J MN*/KQX%8SXIB M/3GQU1?:V(>\__M)0@*P`C]5SSYY%0J4S(1,DBE7.#*F>@EXZ"7D*[A0ZLIQ M[T!BQX)=W7-=8#.C\/GT3U1;I0EI"HP5P&U3`6V@ON\_F!*<'L-5D'1XD'1, MVO/1WDJ:&MM8TTS4[0=LAQ5%79<&R1#\(K4.^U'/*Z:K2/IE06=-1:E0$[RI M?8_DT8(NY^Z"W5E1[$]X*ZE@Z%#J+:RD_X"`Q(VC=F20_(W[]PTR=&_H%9`7 M:7U];U!I1SXF>M_D"\M5V&A3MML/R!*X-Q-[+>ZG9OB&4S2S(_D)`Y2HRL)Q MGV5X;,C]MJ'H#MEP[P:XWEK`_:#T%>-/MY3*\0OJ)*HNI#.K$?LAUP@VDO7XF(;W>"^2*2H+:"AKV M,;8H)$&25N-MN(<.5-06B*6/)Z74,BHT=5605-D!OQV<6<4#O$ZX8BA(@9)R M'IH[7:$KG$WU@G++[UK-A%N,X=P\)I71%XQ#?[8+C.O!MMQ._Q5]H97ODS<: MSP4KJ`)V[AX6;K22RHYGFUR5Y-KV#6F745:)7!JDC-]`>":NH.E.2U0%;2*N M*`IAALW-GR5GBRK)&55R:NJ'4)7\$Z^DG@K MQQ:AJZ2A+N!"(8R%T[&\J98LH);:P>N=&X>ZLM-G.7\%FV+].>V_^U(Y+.Y# M%^B?V9$Y](T=R@W?*"O@JTBM:H&YLN6&%77JBJ*26&FOA]E@P;76#9W%)>MMDDWGA,O25"*!B+SI#JZ2VOBI MNY(^F-`/64'^^M"8D$RV;U*?Y=Q0?$[AS%B;F\$R:ZZD]E"EK0J,Z:+I[L=, M/D;<*JRLESS#PW9?4.[:VVCV6`$U3"O32^2C(P?#RAXI%PW.3UK-R-FR+Q6. M^P(7J>!L)9V[&64W@RIBN(K/Z7X@D]R&8]'LOI_'K)3(EIC9B91)B7$I'(_] M:$DW*\C.X4(KB8V71^,^R0,=\,@_:/??A_TU;2G!\@\@\?T+]$I;W[ZC-;)$ MV*:YW2J*_L%E.&LH166I#N]4WC.N4C'H1>H8/;GEA:0!?6+2E0S:'?/AB=_- MQ7G#5]AFR!<<-]+/;D(MG$F4U&>BS>2/C[M\.!+Y$'?K'@\:T4>S6*[W"LYT M,O:XU7CM`RC)Z8.LGP-*8DTO[7BG:)Q' M=X7W%3<0:XKY,RJHSM8O-$O5]@LRVPO^$(OAD;>/#[J>5DAM7T6Y<=D()2ZR M*UB)DV5+*2"VJ9`HM"N+S8\4Q0?L]L\?:/&T%E?05,VLTA6@F8N/2+)%6K[C M"/V,)EJT"NA%VL'O(Y'1_DC#!TWJX*B.ORQ^B!HLB<9\RLYM&R\@5&"G!LY=VV#:0E8J2'RUX@B=3( M[YL%;`9:QCP7TYAPRUM!:U3"?DK<3>E`+XT-W6@.CD1NQ"U*!:T]\:R]^69& MN]88&$:.CE,S_R!N?K_!`\N!+A><;0N_N#`N#QJ>C&$VL8+2MZ<\C*8T*WFD M5!K.C#X:FNU!*F<[X4I*WT_G6RO!M(6CB3&=+:-YI-^Q]3V3<_Z\#5#*N^5K M:S4MK'@!*TF3?4IQ.BO*9B7%&-Y04Y_3HSW;[G,EL=18/,C8G1Y9,6(%,FE% MCG21?WI06Z;&,+16`YRQRU?4^CSL=8LBW5`T*C<<]R2R9XH7G>S3+:7YR6;5 MG5M34.O2C&(]@[0['U.6)HOBW9J MG"V:);NBHBLSB@=C:=N>MM]\-CTWJ3_0 MI('?\7J&"83!'\_FH4]SK*C6%]UF`=I`T16.9VNI,Y_E=I1=>'[J39<,#N9B M>N)(9@R=5H'::=I*TIKWQ,XI*\IA&7DD3Y?$C M6ZO:71^:&OQI+]D&AI.SN^"VIY#V\0!MZ.FZ0J:P-&W)H*^B/KNLDE5[KBQV M?#GL,KV8OAG6:W;_#=5W3S+_U#4TH\)9LK;O3>[2D_7_QEH7?+<47X%ARP/U M;W>S9>,/EL;H>W.]JJANK%:WMZ[J^=*F-;/ MZ`,;-CU\7"NK2^^+MUX[-YAJHI)'2N6A.+=DT16.N^%,*?<"T_B+E:5YZOJ,<]?/["Y'?#L8L?1Q+O?O(ZT*/V]7B@!\EZ+)RM^-\C\Q^Y MPS,9(62TEIXM*"HX;7G'$1'?ST="K2J-\N6A5L%JF>T%12JC>@IT[IN.%KX, MWKU1^+!/@#RR%;7#DTJC9*=KAP==&ZM5#O>A%CSR2S[?SZ.]1Y_!12]D;:Q6 M8>GQB:`5/51NPD%>1I:>0%$>%LV;%BAQ[5EO@J\H-3]0&X)"8O/;\\**KL5G M8@N(([6BMH`4V-M%83XK:8?_W]MK:\GH"TD7@+Y'YG+*]KB2MF5>848M*7:@ MM-*T%$-4BE-)&=5^R-_&,F\>.18L??W6V/WA"GJ8Z,IK98.UJ;*R6HM<8VM> M@%K=E;4SQ2_X@9I@9W1YTJ">75G>Y6T\]HF%X17."UW[I8+Z9K@RFW"DJ# M'WK%O;Q_4#`_O>'!>P7[L`N.N/6 M3P'BJ*ZH39,"F^:/70M*846YOC/O"Q]V!:=P:K47UN2ZH-RN#<:1:"^=:O_* M8I4+BEHS:!T)OB6QL:85'^;JS5CO(XR3MSTV>?V]P<)VF)DP8-0*K<_>EN-G M"ZL>LXU5^=IH5+L;[Z)F1F%PN$0]-.M-D#AY#FC'SM=S?#+M>][W4F*["G+K M^\;/]RJ<=*^^X0BWNIMY]'Q+=6.Q"GJC=46YV[JS6;:/WFYB!L@E'G#V9OJ` MX&XP:I'>7KVI('F.,LGV5:`H7@F?$,TDZJW8S!Y8HNS9I>!\-5]9'*N@=>*F M:=9WR%ZPU[K@7A5=K-."UL6(QY`%U&:M+`[&Z">W2J>43UG#B/*5]2KJGEHOL<-629+^!36=SP2F,77YKX?N3>WPJ9N MYFXP+T`!M5W=<%WL)NJ+5FN[D9S9#@N)*C'V`6&*CU]T M?IR??_%LKGI$\**U_H76V?EL.;RET@<*MN2R&6[MR&\N*9NP&]P%45@5O6ZP MNXH;ZK-Q.62XC1C\MIQ:S1N_LC3`^G4+H<^8?K?W@^_EV356RZ=-W(_V--(; MDA\M7F[+8"=SY*.=XJTI(M^[62YVO?W^329(P>!&\<;!1/I$0?%\POM6>F&7 M'M:T(,]P[;5P2.V.SHK)DW/\-6DJ):O[!@A[YHJ\/4 MW;5A-D0JEF?SUP5JP^BB,=O)7V5MX@0WW?;SEVZL#4Z`?;=_D6^%Y_V\K96$ M&\$O4`4IKRT$7BZPHRT@-7OW9DM`M[$=;NW^D4*P^[=+*T4+:47!:UM`FC?= M_E*_8K>V$2-RI7%4.IH.W8A]8Q,A8ST$NVPHSIANMA;/M[?%A**0V/+Y1@K( MFM*?3>GVU(Z^SRL(*LA@J<%]CV&S&VRK4B&QS'WKLW#[QU,K=DN)9+*?.BRR M>^MP&[/Q!L*['AOG)%PK#'1_=UJHW&I;E0I)E:PD=N8=?#.5VW<]5U[ M:VO_2--QO-ML',?FF@RTQ7F<(>=B@!-NZX.C+LR@'%]^HK@\KK#9;WF+>0`\ M8$JLO-E<^R'OE=I/S;5Q.*;VN'Q%NXN:L!-[_*C=<)"U8KCVV9-]&VGC;8*L MDRVXWW;#;_N&)G'@:CL'.QTJ.UFG9D[)E4XU.^U#+0>98S$8D'?Z;*; M13RHIWDY,Z9K1$6I9S+:R6N#P;[37'@?V#NW'PJ4J?VWDP-J3!):,L,S9?N8 M"E)C,XI2G"T1!H5]"P7#@\)VY[V>8'A M-B=0:S-)Q1TR:Q0N('4*!DTF0R6I31#HLV*J4=$R+9RI*52G([J4*XA& MW0JCLZ(=D4+O93LF/94JJ,WP<32=&AP6F.[-==!25YCVEX%C^\TR&6>T(0IH MJS-IPBA/!RC0'RRAA3Z"TOP<)3-[!?+.@%7E&00LO-GK&NFL[CF.W$4=;0/ MZTY6LQ,NAEUL;9"3N6$)\%\@S8X-Q?=??O4+:YM'LW67%K5N=[G2`E8X*S!2 M5]*JU+5O1EW(T]NU/LJ@8=IY M-NTSIO6;]Q\6"XXTXM!<35`+2`T.TL[<.K0K!G/`=)86?R6MLP>Y$K6!.$E7 M%"M@VL:67DN854BDL!%V?-"%1\P^?$59S!SZ7`H[6$Q\81^C>96[(1OEUGRT MBP:XFUPX,MO4*079K2IE@549/(T6Z9[1-Q,T/E/*Y)UB1S/XZ.UJUX9BD]2L MQMZ\L[6SHJ:L1MJ(!_9;29+ZE:49/%F02>%,1FR.Y;_R66^&VQ'%:<*CU`RJ M*$\3&IL!:HODKO<+Q"&2G$X%))$SR"(+"F?BHQ%TN$62F)7NNR[;WW$*?L=S M^N['#_MPYLSFZYO3J1VO%O/P"6N02_S"[.@@C3N?R:]:09M?/5WFRU2D6762 M!K^R='\RHW+/OY!D./5VJ:YO9&7L[<98WMR?T@?:\1ML;::PH8S=?2VI-$VZ M7M[`JIQUYS!0:$8%<9))!$#?D#+J&UJZ`U,5,-%6.G/6@28U\YG"XGJ-A^T] M(+8_$!%;6+)5@C2S*I,+/1%8V`6G8>9\?;#3R,*1)6_!VGTC"WV__RAS4"W% M6?56_?9B2B1SNL23KS!3)@86"9:-91)`.K3O6QJM]KO'@Q;8U'IGPYLQF_,% MQ*';6)M,>`I1.%3)@>+&I[!6Z)WNP06GU32_G,X8=6CUYG(*C!LRH_\G4"N2 MUOSN\<"[IA6U=N]G'5LQ/:+>6#IU[FE3VBU<%;8I&&T76APN"1%_O_V2I='-]:V MC1FV_7T!S<9,6:/97CC-T_[SZ05<,&@UDXJA'5Q)7F@SCIQU.QE!Z1T[YQV# MF`II[L",S:9SIH875T&+F MQW*_H_1D,I$!OYAUMIC_9#FBSC-LAZS]8AI%HSDJB'8I/*@;F(W*W*JEN6"( M:@41)8GXF!ZVNTZTQ&0*-S/IW!%%=FA@^MV++8%)Y"5=;XFN0J2K5@\WS8G< MS\G,DD1AE)FRG@MN/U5\(;N&G#$5M$J2,/??Y$V?%TE7.#(Z6^!.PEMEA<,^ M)YV4\,@\';D,E"BF(5/6-\%1DS-H6CV3>(9IF\%,Z6Q.EVG.=@:A-&-2G_]\ M,0MGA1$U0SZ#CS$E:Q&)6II/EKMP)4TXTGQ#K99FD\O@\-,JEYE,\&)618=$ MMDDF'PV%8`:)(5T9S4:4."Q2L@-T\GZ$4\.DD@:&'!^9LB5II+.+-)XLVVT& M+7M$!?%X-UY1IEDPGG`]M"L*@5DDRDJ:0AOY>FZ@#P?14$^C=::5U?*(MR=X M7;&29XLT64D\>0^Z1TU540NWR3!GH@I6CPV"'9.IMK&E-':%TX_CW8Y,6CZ' M"NK7,ZKVSMC>D\J+O._Q26)T8J;SI++\V)7UE'KQ&.)V2&M6&WYF+[C8WEDO%`=$-M"Q=O#"E'D9@K>035C5)Y#PF'-[*9XN#. MEIXD2#1S1[P[G"*?J+;]71?$-\O07T%=.ZX-A9QF4#'KH*NY90.T1E^[)\_[ MJ\799M!6-5[4KK:=HQC_3*EUV*.#K8"\[)$O<[RC=KGK/:R*:L:+H*W/[WJE MO*"X,-]]G;WK#=F$V84+I_7L]'VP3US[?Z$3V`IZD6A'W>EQZD^41ZL^3$WL MH`]7K2@6.UDHMF:GK7#9I-/G.V9.R<[N@8RO#(II7>M`_RS1\7 M*[A-J3FOV;@_G0=OESQ@_DGR%CX2WUIX4["8&'Q#46=E&$NU\BA,)8WO#=IK M:@+:`,4]+.4\F%&WEN7F#(S[9F/-@M&XH`#-]EV&&3?U M%&F4*."AO]$?\0O4 MMH!C<[6;H`4T`S&CN/=?27KY^2M^!*:UYP7KL%WU^&#D^W"CW8<+#'NKLY3; MHUU*"PS-_D#QKGKTXZTCO_AHE]*BNVE[4$'D*:!^VXMJ3':JOI*T@;6O9UC*HC4$_3";G6S?8 MM9X-MBU4IM]QS-OWFZ7HSBA9FW$"8U+9VJV:PEF^A8QBQMF55`W2#C\Z+20OA17''K"DFJ-=S`N,#-H*XA0)5"=(9JU+I]L[9B^QA,N9 M,N]O!7%T9EVS#SS#&:QI>LXONI(8QC!V%]-BP6&!=!HR8G;+PG%C@D5KN;!, M8NK]S)H&[_"REWKI"F?3O9(XB5\P=E7&<>JMJ)9+44:%TYEGN1Z"L_(>#SNV M&SM*?A"8BO)$Z=#&#F\!C-TSL0++*&Z[NQ\_!*,UT*YHCA1D/^;&DD$3'#YM M-)K%:Z'-@9EI9"%)@=F3N*,%[XP)';\9)!V5_!6NS-)=]#&99E[.>"PQ+E?; M\`:'LVFA*(;`3!X6S=>UDM;C2Z>V2"9U[5[NM,`NTXQI\584:RH-7TXD:G/%-8<'!T2+?T;>?(*IV%22W]5T+[=HX>],L="*U3)%@Q.0?L^,NILHFS#J50[; MWR-4"B(77N"^7JUHNZ\'5W"$X[(-U8\CIW7QI$6L\U>)??S#&P-5PH764F*L7%.HLY5/%!9.\9\T?OG&RM*JV,%#W1"FGSP;[ M=]I6D.P#BYY_@=KY&&?_@B%MZXNU9L%3O1NGH]3M'L=6#(#HVD3SBWC*!IH M1='NFN0*]ZO((RAJEX@E3^>QV;]G]Y4FN2[P@0FV\5:3\>.NYS:EE[$_5E1' MKSM3#J:O,%=DQ6E/G_$%]U23!)H$2(.:E3/O6T7)E1LH->ATL@U5=Z)&7]"9ET'"WJ@1TGF[EY-*091C MX9/$A;/#\)_"D=!<]:2YV\\!6BER7';W6##$.[B2%L#2W>_PTN<+I"(E'_3& MV2`.DMVS@K?])W$"'&T5RYR)SRC+0*9N\)I%(?=S(`5&RMA6L[XYH8>G;\[F MN:@@#7&@-"+]?A+O2EF;+QVZX#946TY*MF_N^/',N=-TQ:T',JK#?D^+^NQ[ MC'#%\_7`_,N7;,-9MY)1UC?XX6FRH(K>SF;ZEG198"1L+6WB`D/K,M"L.14)2" M:[FXSB2R]7K(<[IBC:[:A=6/:[_#?9G"F96V?\^I4C8%\=W:0)$;IJD M;AIX@*52I]'\'_&`JFB$PN&!8.KEHIL\(QJ8C2^9%9E"`4STBFO$FS8J;QXWT6DIG@[&@O6U']_O,7!8RC&G,"F,&5)M4ATX," M+<+:LEW22E(M27OE-4>BG0MGGUT:B\]-%B2;EOW<4!6[FP=E)2&#\`K;,O!L M]U\"VCCT*E36W$>%Q:L*+];6]*#).;>2=B()N;PR-3;BLQ@A+\.*F5=E)6FY M"1:-GHS"%?\"DA.FE&=15Z-E=ZK?UCWOAI(<19NXGRZ=B7(F%_WZ8H)92>Z` M!=WF8T/GB*-=JP^,[(*QN=_)!5Q!6WL+JP&FG[!*ZCT];A::/C:2S:B"UEO# MY5*RMM-J''B[G[=F)>TMV5_!J(#R:M:GDJ\:.VWC32(S;M;EBNHX2PK=%;RG M`WU782[;;N,5EZ1=6>2>,H6B=C-M>3#;$%MXQI;J=?*.`BH[,$XH]IH3"OPFE79Q1! MF_;!J?&0%IIZNHCJ,*.5&AQ.`5H7,?!GA$=Q*S;\%OOOG2+6QP6>NBJ<]5_& M[%!R)4U@EU:>""@DY:H=Z2F!%T@CB(\)5/2!,S63QI%/;FG"*T>1OPN\A1.8 MU"[*,H_^2LI#94%GT253EKZ%PI;@E=C M*J53H.\[3C.$GL&EIWE_?Z`S9QG>.@HUBMAF2@3;27)E5Y0.P_:4#R3^AC:,^=XV&"L2=#TN,`'GKM\Y/WF MV7:F*[I?T=OO;Y$6;K?,E>LDBJNRBF%6NA>M=9WWW=$K"$$Z+W)_H#Y1T)`! MG^,5WMT94\A=]W6EK(O.WX;]VQT![LIP0/L!1$%=K["#J*`U@B+-5Q#47)#[ M;_@5BK[:C>?]6R\![JK!5VFP_%3VLKON5:Z3V/"*2D1")4FP^O.'31&3A7V# MMU*WMADA#VV!21;Z_M[L/Z!>R7T'4>66,V4U^@JCOMGP_;B67],VI#UD:2X@ M2>?^YJY0^]Z^%2,YOY^6D31%`6TZWN'"3N$@U+YP$$^R<:CW[I$+W-!]_V^E M3BG1M!@NX$1X@32(PR4;@;O[QI7R_RU[!N(]`Y#?G MG,1Y3O/G<6M^H%6WHK:4/&1'7L#'?L#&QFG#'VP5P8,X@8UYS/>/`"MI'PY. MMV/CB?(]5=0,@^!0:YMPR`,Z&X?#.%ZRK0>9NRK;2=JG%;458X0@\LJIM(T7 M.0:IY'NS[^6LI%72"FM/=O^CPK3OV4]_6BD5QSO%I%94E=!X3_""RR:OJ`FQ`4UT/K2.I'F;,9P3,9OI$(K:+9&9N$Q^0K:K!C-F5!CW@\4KI>6]J8)X,_UP;=6)4U$KM-M_^3&X+N]-E#,U44F<#)1T MLX`DW]V(8]A1KO*5A%L^0>YG%2R4)#EX@29H&4T/7!7Z+LURT:BR^X%RA;,& MT>%[V]LG(0?9QIE"Z>\3O&3U2:HQWN]GG5LQ)W(^M)%\J>OWPTLK.XZWQI;9E;7:DF3"O8T5>TMH M#P_G&TZ+AX2H;N#<72A`884))?TW-J:G1[(CQU-SEH2?E>WHQ=1/E@8SHT]Z MIN,3IMD^GC#NKAW/B[P?45#K^PM_^J)*VQ3(V#9ON)".[:7R3Y"ZK-G],;9-HM;.XH4Z"1B!3;=3_0L/NAEMTIYKQPW*S0>+0X MCF12C0E[*7$?I0,]E-!YFD%LM>FZJ:78W';*(X,K9T6IV04ET0B23L8JR=ZQ M"3,-!9N57CKW%CI7X$OZ?@"E^@9[C8>D:'@+W0ZZ^@:>#2[)1O=KW$0R^`%> M4=G8J?UN%T"^T+@HR`E_NY]J.*CO#20I#Y`J]G$A__/N*_7!-#,->W>*?-'2 MSY4D^5]1FUG=J9O.5E>R]S)UDE08%:7,HRMJE:0Z9BL[@I!EIKU8&Z5/FG3@ MRB.:LF+=SVKYE=4F;K0V\I.W9EZIUM>;EG:R0*&5)`=+9G^VT_ZHIP7[!XD> MS(S987.GM:0=2M=;&K0-M=E*#K=,G3J4G[Z?4/W0:=M^]K`"H8$&^;XJ11NW MPCEICNPN4BS3\48F1[0V(RF92O=`6XN.#-),M:/.0/%&=H]'>J2YN=/2OL$V M:1X81`&Y%RJ%YWC=."UF+5`SID=C9T`K:68IO+-5J#F=TST\;7PK.G[3IZNN M:)76@B7G_@NU3BLDU[6P&%-<>&Q97@ITE%=6#8"-IQJ3$K`HT2[RRN_GN@B2 MS@2Z)^7KR62RF)N,[:?,J9QT=&IDVTMOKVV<:"]\I*V2U(Y3/.>VGV\ST,NU M?20+'4@$72>,$$R0[FC%J#AR_<#-)4SXKTW$#&G(K&VR%, MTMYG0TF/I1Z7YV1MOYL+U6Z+9DIU32:M?OG?+.YJ0ZT;7S"N!]L/E)WF9B)# M987-[1[P7/S92$^/_>RZE7Q/E/H@7D`.;[XU#2?@O1OV,^P4L#@HS:!:8=LJ M5M@O76V\S0I7!?FL,\;!O+K[L)LI/,8NKYI:AR9Q MF%C^BY0MCBMMM%;2]IPIB4L@4]PYELK"/DN!;YFRZ*D,J@4QDGLM[SQ_V/PK M(&UH*PHO6Q;V?K14G+2U8%M@@[7>"E#E:/_1C$K95F)4AT;"_'D%'=L!+W5E M-AXNW. M2T\Y/`,G>^)5)E76NC]W%+Q'4<@'IT_<6.JIPE(G51+5E)EH$X;R9+#M;>0S M:4(:5\;QVY'\&C_.QM=\,OTXT[6+P"X47A\;2?,9S;-=V\53]$0WH^6)B!4[ M8[!DL&B&9%*=6QDE,_>F;0JTU^1%]0=HU9F*A15T0FXDUU3AS#&UG+^A7W(E;>M#F;86 M>9ULXZB*EPN>#2QO;^;B"M`&^HULQ85J1TOJ$LONV!XBJ!2OT4KLKQ: MT/1)SL3(V[!8A'M@U"W!H:8.M@2YP1TID^;B_:(I M[S(ZXOB3MSDP?LKVQ5OG=W@A(9-]9R[>%>6ZHGVZW.^J'N[W/%2GCDZ1,VR7 MQ2IH-:4-<6!V<3I(\QTL=_&5+1:!LPP4*)"-;QBBZ/.V^&* MEWZ"-(XD"W.R+IYIU3))+0.:2B,:-B.MN"-JW%&-GW%L2%#'B/ZQI=3RY"V4 M3R53V'VSMG@Z61!?!:TM9A9.)-&3*H0SGLZ1>%=6ZH#;OCW/%ICW%3]0G2MM6%?2 MUL2`'[=THL/"`O>F)`J+87\OEFK<#E37%K]][5IK4(!8Y)@B_X+H\95%L;D> M>&GH$S83\N-.PO5HQ^9L6F1%\?.%GKNGXZ?4DR2L*`UR90^@-A8;2Z[[+[2I MAI4G<[G"H_EB`SZ/G=XA_HISS;.$ZBBJY#_B$NPP=7A2]95WZ9M4N6WL@3Z9 MHS:V\&PTMW2^?8R)E_?XP8&&%M;[,%+R6!C5B[:B+7%(X="_]?$8DITA%))< MMT&:YW8E6832^9:R:8LSZT5;53YQU`I??\`-R-M_1\U6K"@KLW10EZ6+QGR^ M6"\[0E51_#RLM;(J@BDK&COO"[;D)3P$J\8+_%!%N.."U8XK+(669OB[SL1< MZ@$!W6@5HN\VTN7HARI!+NWN?*J4U#$P$^X@P=)[D3):*TF]_V*Q+PMO\?TO6J9`D%P! MF]J7=B!-_07%&F3XK9/CG$_:5L\7S_78M^0+6=2G"4^7;+YT^^%1*R;VRQ=4 MAZ%+T\=P'IM]*[32V/I:*%;91,#..0V:N$&$1&%VI*B`_"K[2THO!V1]>I-:4>.R,K`+&AA;QE<5NPT5, M[D*7\GA'MZ':6\N=7@O_PHHB>+&D-S,M'N)/$GMB$4_R2B8)"'FQ2LXL,)7U M7EAI[HG"SA6W/<*'F19*UNZ*D1N^GO/81%UD!.^NJ M<3\4O7"&47[:#42)[^S^W(:20KG?F_/28UUW0R!K@0.\=5W)XBL6E1HLW,9[ MD2A']_;2F3E24>NF%37U>(\W#;035E9+'O;/.3:0.PPNFVX@BO6]N^)^HZ(X M"`7E*@SR$,0+M6:Z$ZII!'2D4UEVQ;54$> MBY$G8UQIU@K,7NK3MVJ51HE0[+QIK@,M"YNXZ^-D[;_VBT.3WW:68?!SJUXEJ-_6CQC5,))"F-`G'I7E%N M?:8/M+[#C=NCF:9#@Q"X5F,RRR!`U`(KBKNL0N.D:9O]&SB?97)WS9V:$94U ML8W*\C"TY_.1$2XX%YVU,J7'_X*;I^+1[N?Z6;F.-<[*BNVX?KJA>N-1Z_X+76N9;//N*^H2WFY5$K\T& M:P?S#BY8KF[O\X(=B(%FXH@8UQ^P1+BW(.#V6%6"]YIT6=4?*[[\@C\PH?OX MQ7I-`D<7S@K[C)EYP[O!N`)F>AE/QT:T_H*[_.F"/B\'5K8,>[D&=BU^7-XM M>(&L$[BC^N:0?5%P'*\>O4`%/%#J5UX+]QZNJ,^\B/W`.=U[#-<&XPJO MQ\:93&C!]18S$"#O$P+5%ID4I+ZS.*L-1=6>XH&4(Q-H_0'*8\*=B>MP:&`*K\,2 M,'?=]8#).K93/""FK)D]`1Y1%X7W"I2(]=Z#0J_77"O2`-_?"W^I5'9KS^=!R^/H!25C0"T8)KRRV M<&7-_\Q'L(.F'BGLI?UET;85%MMV.>:_?/T`A^3R++DB:-:_:-%1`7<'#B4W MWNI-IWSA:FT/R7_EL>OZ^>F M#^GQP=A^@#JX&2[M=-;%XX73'#DW[E/_A$TZSLV!B*5*:X\\FK-&B'_2W,K" M8Z7'LX9\OF"NQY@7:[MW46&N!GN#,KS,.K&RS%TZNZH2+&UL`E2-6*(CL%EQ MU#HO=.0RA.UM7OE`C;LE'2WV"%34/E](G,4K:TOI.T31LF6U+T55$W1 MNYEUYEND%4612E<7@Q2Y`L31G]%;._+LJS#68?_=Y)6+:S9L;09O)^HKRHM< M*L'U1_9"GS]!R=CX"X[-BO,ZF4KX[*$&E!]P]2O-9;?L&=EHE:W\;RPOC[&] MQ4VN8_VR_Z8[<#;Q^0NMT3'U,ES'A?L_8*]VAFT2::Y(7>J_(HSNC M>!4\8G:X(K[B#G/>(1R;S?47W(<>0OJBI>YTN%-*C"-/OG[SZU]HESS;P?<" M&XXC-#XXT]!&Z]P,N%5=M,+:)^/8TMVX#?5RNP.9?5X_X/X;E\ M#YADKU]H(]^.[2JW'W#QAV)/5OY`X>@LO+3]H4;VWD*^RI'9^W`D)>_V`PHI M7&%LWUW/X=5I?SEP_:7`%I"5T;B5J^;T1F.5I[PT:QSH%QP[;HY+A&HD?.+< MA]\)<^D\(I@K:];2Y8#[K[!F3:RHC49WIL1O`9KP9$Y-RV"U26]O[LK>:*S$ MU+%=@.K*;VGZ`T[/2*K]7]:67[`E9FS MZ:X#6EBN>#Q/NAQ*+?#K7VD35&*>W671E:JREAOB$]=&/KM#MG;EJ3M&R:@Q M7!+F]JRDUC/%>Z4\@S=:-43J>>$*U&0Z'4J$O?':=[C:9\X6V:P'#M6V\EC; M!3LW>LBA44&6KL-@J];I?2L)GU$TKZXGVOOSD4&U0 MT1](5EUA*K8]<:1U1;$O`K;[=H-[KMNWMP/3LM!>\/E`0IS7#[CXEJ=3A7$% M?<%>[[R-X_#H@G?H\CM4(LWLEM\BVU#MAGC.0NMPZ,RKXB@6?5:R1X2N\EBX MW8N(,%F-?6WU#D5)&_:)1(>W87`[%6FT_P`X;1SWF;RDS2&#[KS>^0)OO MT^0Q++%!OW/S5]@ZX'G(0*HXUJ.R5NYWRP%;02WSO/#N=8.QY%NS''+)O'ZA MM4E'+L=57(N.#)"JMK\_["7L#1XY@..3IO.JC.L#?AN+77?P"MSV`ZZ*)HL* M]E@^C<]?:&6RW7FLK?4'5OQ;TQ\Y*ZJX%GU'.R>3^'6;`<'ASK^BW/H![?JW M9M;KSA5%N_X-O:.>271%<:!:]>V_M64*6;G8I)X-S#<[1#QP^O`6F4:UT$QZ M1?%8J9*F'X,E=WL&1Y[.828=0;D+[)Y6<#K_NPOE0*Z@UK/K]4VNC=49R`?[ ME9RRI8C-T_.9MVXD'_!;W]@ED2A0OYW+O!]8X%8>1;'`/!*5UA?=/GFE<9CU M2=E"S@;6$'<$4Y MU/EML7/=-[[[>&WU$81`Z7&Y`J+OHOH4K9IFLH-9V&:^<0F*#L>PXEJ>6%5"MB@I;E]T:7Z,WUI3MS=XV M&OP*<":QMP*TQ?G6Z0@$J!U56'-Q%1;KFJ;'`2G8:%)?M^7>6-L"M`H$J2FN MNCNF#EY):]6!)[,WULJ-3Y_"J*';S"UF?I[S9%@F)77#K0`L.!XJ,<#,T_E/=+_(,@:N+O>K/$!OBW8H"NJZKCQ13%U MA8Q@5Q6N%X^MB[RA6'*@*H?=H'$;%=5YV3TZ6X\#Y,J::;9FE<**)V]`N?6/B&R#>NY_8?3X=\)X7%N?:TEODRX2)X8)CM^ZT/([(PN.(*(QL MI*CC:AGUWG1&[VGAU]^_\MJZ\8`1_Z)M4L\8O1><.G?GYMK38[>9_$9]EM7. MD=NC%;?AF-LKOLQ42:U"R^%C%<7Q#=BKP$OEQN)3,W/;][@#G5L[LEZ+1!OP MD^;.Z'O/);71V,(5QG7TQ4_F<*C\$?%??Z`3X!ZZEGNFT"K9^")1@(=R#-8? M8&^$*]U1V[&H<^W`4W4KJD*TPMPT,A'BG4>=UP?BN5^P-FX\-SWKHO'CN*B()0:#(3(9"4HY]E`-ULVKLTYF2G%54'3V?M/9SGQZ\!.C;7)'\M1G'KF$U>6_Y M.<.-5E-C/#`H]_;'#WH08&5M,U-3X;HZKS1W1NRTO6B^M5'HV>T9>^EUY@O1 ME?15\\AS=%_P`Q]HS_B(788??:/E/I+Z?S;81U"3?U:4@^8"'RV6>$59QP1\ MS%PJOSA8\V.R,K;7`;=DA5UTZ1S;`T-?8&_FF/3\Z`4?HGE#5%Z1.8#Z!G74 M,+85]A2MLWK.;R[G0>`5A8\UMUX[SNVN^PAY8DZ`'YB?-3[=Y@K=CNWMCA2I!8UVNWBYP?)AA#W1.J>^/1+].(]J.->"4?\56#>`%;9)F?RL<&-1RM)W#@&L M+`YSN)$.#4CC=^4R?%_T+&!E4=KRB$P'O,\;;OU7:%ZF-]I[T/70F-6@/L$P MCRV&4E:2ZQN)61W5EG57RX,02<(G7+PJZD*4-.EU17EJ5YJ3Y;QXI>]V;[R2 MO!$=$T=!;JQWR!-#T[/&9XMPY">!YP5[;/%+V\%J39<#%Z4*K,VZMQ-?$5T& M7?P+B6W#\__%GV!\-K;F9ZO6]%T!L>DKBXTOM$WRC"XJ6BN+Y8Y'KG-57*LQ MKVRO-=]=L/Y0/1(Q5$XNGA=_D#1_G1]8;5#CMS#]->) MAN>!!%5/3/WY3![ELK&HTA)Z!9_)HNZ>J8\X1=T7;#C#VF$]KA0!JH9X;T8S MQI9^..0#VGY`$I8NYHM+0_=#BQSL7D&:Y:0C[_X/Z(Y*V\M?-K?'UJZ^CMV% MG-R%TRW(!HM`C?1NR_AM2I1W=R0%D:ES3]>,,DE.B<*1NEE)4@TKB_'#F7Y/ M]#+<2M*98V:IJO'8"JO(W-@7?+7S_@XH]D^MAX+?R*EU8VE&O1MT_<5V\P M:>'/ZYP3C]PE]QJ&?J M#[C>ZL-/78U#<2`148 M69\3YK>3FE.#RLR@]::B8X,`^O-,I[FV]T>XCG?-/GHW,H0LCMM M+N\%D@17E-P%3W#5_OS[GYL30:?]#Z?>@5%G7)=]@W7X/8S6@2U*\\%.J5Q/PZRD/`01G"#9(!\@7!,4=@% M)DB`C_VNFGW!'E%<03S/S?C!;S'+Y;JFC?NW;Z/LI"REL$19Z%,R*BL M>:(UI9WG;!V2++[O/VNW8B:U[W'CVP8YH[2B=&)+0?KR'%1_H"N=#]7>O&89$BC:DC0R0P,FS@5#BH7APD%32,&C'--.F#L[F< MZ+.+W&)\@3;C@S7Y7ZP\*NMI.X["X0!_P-GLQIDL?.#F,WV8$1DI:,$9L9'B M]@KVLG_?><4D'*&@$8H.@5`K:V.YDM3UE27U75#L?YF)R_4:UW3WW[&H+.F! MX$P/++9!#`R%<[$.OX/S>.6P)??3[JVF@NTF6@S*'H/Z)$TB!WJHLY`XT,&A M[;L,D,*B<&*298JV#YDC>1CV`W(">W1FXRUC=]EW4[]`&[X5-0$?NPGSN/R: MUJI,C[AN!R=CO\(E,TKY`;61%FA[,FP%WS0\_@MO,Z7`%GSXPDW4`J7Z4F\] MVP'>IP_R^]Q(XH-/E*[`_&?XOKA\^_VWIF^[2YK.<(;T*WI_A@8^7)LQ[>KV M(.$UJ,#D,&?CP*@MZ'U7?57,FOS1[.K@%=L7T0RV[>ZP5THVQ87<740K9;6[ M[R=."(S:D)L@$@MYT((:WY:WM_W96%#\\)BG[+[G-,CY?%NHGW>53RD-MI"E ML%."X.!"[N^K"W9+].5N_S"O4J+Q@Y3:=9<+>)(+.#0R&(6CCJFDM01VS,'U M(H&9@DUS`67&=;VHYDQERRF-';6W3]=QW^ES/+K-_/$ET@&N/A M8K(:'+4B@^2Z?+&[>Z=*>IFC2??0SK3655"LZ@);K7`D"M.DFI@^FI<[6N+AIE&A2*O/TYDY&MNXP0]< MGPV0E`=W/P?RKV"94`-$Q:Q8:W-Y@/P^*[:_;PP0'H=9,92P@=;13)UI$<^@ M59!,OFP8(B;S9-C/RQ14]T8]DC%Q'Q44GNPKG%'/_0BOX-+N06RE3C9BD(YT MQ6@Y'I(-[?YQ2Z7V_1Z%(PG(Y@Y.GO3>M^#4_X*BD^97O["Z+.=O"([4\QDC MR1C->%[VGR&OU*YP][_O]P,V"[2O9`H&7J.5@Y$KY+Z[>,4:22:PLOOS:@7! MUMM(.(XIZ$)9_X_P_66Z0ODFF9X/^BFD+\L M6%&Y.E%!:]"N@BT0/".\<6*3%!8IFDG[`7U!D5*Z7L&'5L!LU#_VO>8%3:80 M@K-9L^\A*Q2-&LY^&]9O9)0&>:E!P!=I)LQ^3$"E<`;"H>R*4;_O>QHK]08F;"55 MUX57 M@5DBWUX@*>X%*374*RFGORNMKKYE/\7KBK'QDEGL^&6P"9DE"5LSMC@I*RDG MO"M-$D=JUY:E2(-L.](G#[:Y'Y_M@&;'$]?U=S(`W\W`>I\@\7@!/]!X^G!/ MUG?>`7]G=^]W=,H8U)S2?GAE(:UW/N3TN8`0!%$XK)]<_BZ<4'"472GR018. ME7&PTM&%PWU\85%WMC'5VP8>KBBC=6]%"Y9A>O,/G!7RS&?QDM>?B M0<`?!SJO\%:V6G/=A+U00)L2=VO/'9)=!V>3=E!?2CM<*;BH<+:.5]*6A,I: MU%2!40\%2B,>H)78R;W5%\EETH*3>\CB:2II95K_3&:<6#O28,%I;8]K.3K:`=1+3R)-7&64=:4Z;)#+/,6?TFGH43),PJ'$F$03=;R()#(R&C MX]7&>$75_BJXD>88+IR2\-QD@$\3GRB/)-&+HBGAV>2-J?H8GY51>21J6 M)U'O-)OCG5SEJ*L+B`W);-Q)?.#>/W#IO:11ZH!-L:U6J M4!ZM/`3[P,E+[P7M+IV\V[RRXA'H3J.WK*+HWRJX#=P8*3F9I&;1VU$K.&,$ M2'>F4S=(#Q"4+"4XAM10L@DAD4RA%J/F=H"T;L'N7P*LU*E/B7KNK9T["E3N MR/T7SU.8FT!N'ZZ8#4D!;5P*:B9]L+>V&2'GY$;G6:(=8`M&!@_4]KWEKAU: MG-%TYM%%E/\-Y>Z;>8@ZR!*S8K8[#!+[\EO[WME(]GWW6&9<'JS==`^BN\/; M#Y7#S7,'2?<*1OUR;T?4\O>\)4ZVNM]M=;G;>S8;JF;6QIIEFFGN^&X>TX/" MZ[J[516UX9TR>U02I\X]ZQ4TUNBJ1J;,$`@.+7:KWM#:MCQ`$HG@N(9ZE6=# MN0HD&,%Q54DD42(A.U+![#2W<$ZBB`]74I1QE\0&)>Y]V%@7TF;LQAZI`[OS M7CPI.+I4DBF=;]_V$O2RO90C>41.(7NRM6.'00513%(F!4Y[_8I;)N MFO;3W-"J(0SV[XS)0#':I M+),F[84D!U@AT0]A5UHR5L\+CK`H`+#MZ M,[B`2*EOY8F^IV>>9A1J++G/5FR&A&4%-5OAR4OZ#PL:273](=%5@4R1V*;] MU+"5DH8F\L*EAB*[$EYX#"Z;0H::L*33B9J[_V19H3#G405Q5Y!,?P2FQ9DP M9U*=>X$J9W;T2F+3Q5PQE9`INP^5SN*9R-0]8=<$J9U36-+8Z4Q+?F#6[$4K M2?O/3*E/.MGU@X37#Q(=M67*UKL,ZH1^L^DG&ZITQ<9:I%E2:Z6"J$>N\4H4 MB4*2O-1']0LZN0:/$&BV5ZB=9HDNWA^MNQ M&6S29W::F^%B?HC`\WB3K*'_.SB,[\LH5U,S,624Q^BZM`LV*4@J--'BFG1Q M)8>7Y15+2=RJF9('-PI)Q]6!6?4X\#GMYT,.BII+2;_28^HN%)*1?ED:>M_O MQ=I,L=W4>#$]1LZ*-)(+(E$:_P(B15/2IKB9<@:A2R91BI5,30^]YYT65/Z+ MZFA3/MG")8=$,@.<729!)KH$O)*J\=$5DRR*?C^/>H%.EJU7*\6P+!< M0\JP?M_B,K\8GKF2#?D-EUYBDQ<,,"RB8SFG_+MT7=%^H5K@]IR$=QW=G MRLI;[X[XPO2O8);R9?\1AHVS,<[@KI+<0)3S0NZN'H$:9-/U`@]9%`XR(FX< MF(H5!0.G@%;#L8.$4I\D*HFVC_6+^K+-Y.Z)\`;NGN(&>&U^H-:YQOT``J_[ M_K>-H\D%)WPK9J-CIW:5#%L%4CW]"C:5$;A$;GZR-LU7ECMC:/[TO-S_-'(Y M6_E#,\1M(ZMX@<'H66%LXK"?VV3C4';XT>$7;4ME07^(0_V31K1[0T?7)PZ^ MI@W&CNCBT,.+E3._@C[V;UL'M[\9JI0M+1W-F*X_I=WTVP4D"=G?0U9*WOWY M)/=W6"M+XQPO5+#K.3,C0\24Z.L/X@K\;93B/0HD0>(6)NJ35,43M('[]R]6#'MT/_ZG4O39;Y&\=3](J:+[U[2"(SGJF\O/X7V@>93A M,>W?%5Y1ZL2^@0OA%7R,>?MA2\P&8U4#WG^-MK!Y'R8O@'QEL6^M%]I+=]8% MKL+P/$&%WYHS9*5965XX^_:9)%]?8=_:9E(=U;^E\H^V="E=('ME\TSC!($EBX8($5Y!U)3#_J6P@NT_&K9B9)X'AW)12!SM[@U2N'Z2K',J3HZ_ MC*:>C+5*:LN^V99NZ![ACF:=4G%C_&$]_I!;1@%2YXV-'E`&:3;H"*\M%@ZUVGAM1CQ] M&:^F6((SP:TD&FD!FQ[B!DDRIPJZ>R[O4;#Q`9I6CWV/G6#NQ]Q4"CLR$]Y9V2=65&L;(%-EN$:3.%^R>H_+VG6KKSZF%U,9PX`.T$\R,(K<\T#P8YR,@2F?DB+;)-'^8^LK?]$-B"4>]XM$\E41MLL+6\ MPG;2?"3B*-[AY,8-7JIBZF6T\FS4;^U=;AM\9;&+7C1VT\I3#\RVV9OSV,/E M@B\HMJW"UJZQ.^\G)-K([L(U.$.:SPU=>CP=7&%4!F,G+P>N*(4$S1BM+&GE M*C?BI%(75>;0LEHNO8GI_F6:0FG04@$/H'C`L$RI;^GPH)#[.8$+:M80O.)< M,JIKS*/_[QSTM>7444]L<1ZW&/P:(\0<9U2)E(0K, MO(J9?+]UY$]NFXDY&^EI&=W_57#\?@;QS+_`IL(MY*/%2S#M>?]YP8+=&MOW MK*1-BXVU@3*KJA9*.Y:*:MSZ2A-ZN5B1P=&$"U!R9ZXLBM*%X@@"(_]G@%;# MS#UM-"\6-10>%GEM] MD3Q4,Z71>+$Z5'F+,N954860S+(V3V;JJU;,8+NRT,95/7(GK*1I^\PFC4?Z MA+'H][SS$S+OB\^WU%N-5YCZGT*'VG[_*>2"]=U;OZ`AUJ<+QB$'.C:T<0G4 MVEV+-)?2%UJUU>L7Y"O,.,V^W@J;#QA[DMEEX]#?G=E0*$Z2#(:=*1%Q[3UU MUJ+,X?#<\W8/3:B*6M=G=+B06%?45.]=`[-6$@V^"G/+W.@LL)+T>9I+@P50 MM#6HV%`2Y#SDV#.9U+L:E;4I/UPH7UM!49*&"3F+ZRF8KJQ5F&1C/'>07^F3Q&.CH/%,.:.+ MZKH5-:$:;3-H6X>QG3$[8:$IJ"DPNW(6)(ES.&<6*Y&B60-+E"BIP'@'/.]5 M["I&:[%4[43K[Q393Z@AY*[/E!D]TUV>>"JDU:Z4I].@T.9GJBC)14%MP9]^ M63K;24^310-FL,7;@AE%49NFA;].!5(_9BM?=X0KJN-><1MX7-!C/=>Z]H>J MVO?XA-47'(O.]N;C!MFQ?TW31'SA'>*9):&MI';UXS8VVK['[6/R)W1I)*GK4<96=<6[;_:_" MF13.?OXD!_%=,Y'+LG#2\06DU&UVNS[28E/P1`%MF]65E)+WQV(JHO-DE=V1 M9)7=L625W<%DE<&K%NPPL65P:;SJP6[@>:$G+^O&2=W9?DG0=QTDWQ@TQ1O2\7"F;M\%"\NUS)Q.\N0W>]&4E[K^[RWKU1#DI17450LMFEC>J+PA_Y'F MV,"*SQS3N1?M^*""UCO#!8\.+$`H1->L#\RHTW&BG,X2Y=!UA2[K"KPWL*+F MRLVP;7$&#">OX(&/JU@C,@@ M.]+5YLY6^0$_NZ!"(S]+8.<%)_=BID5P*+@+&B$%I(^/F%,N0'5&99;./W#) M'D<3Q>#(N=.-%!<8&*Y)-O6FYO)L!U6]4[9V;R-NI3?8S(%/6E7F]@N$'X^Q MO5D`S">->:&ZZ8R9,3+97EM^JN4K;NM3_D'?-T.+TV+%L>HWS"(;:-?2UKN0 M3ZYMQW&#!38],IW3<%G.I).G\X@W;[KITMKEJ@>T%1/MYNBYV\[C+?Y4@KFZ*=/3C M`_=+G[2KHY^7BZVCA<2;5]W4M_024`5CBV(28P%G:3IO5:29:`1][1J1".*BUCFZ5[TBJ\:)\.MFK1,^>5 M1*?GQ'T5('H>-:6.RO1L;SET]/IB!5,B5V:\2V36DF8U"!(>G?PDT4JW5S:Z MJ>07R#V*]NN*)PIOR#A%V%@(2#=W5W1@%]($.9VHP-E.A;[KA/QNR\)WW$`- M[1T/.5<2]T(6;93HUG+"6\OI=++,#^ED2BVQ:5](\G\E2F*1*;-!4SQ2;L9' M(LLN4Z(F,B9.O(SA@6(EY;+22LHTV%"\T'2E]3EUK?6ZV42!X263 M0&U12?9^:\8F"_U--'OIN#)3N-1FDCJZ;_7!V@TU=5U@JRAJ@O[`>PHI+B8? MF+:!6[/BZ74%OYD9D6V2<\)`HD07@C-%AEO"[63AY%2B@K;VE_MTY*S09#8L>:,SA?:0)5+"29P&?!0JF1E";U%8)$VFJ*&/ M!YW[8F+8P*AVH\9#KJ2M:A&MMD+XF6^V5JLFTLCZ=E#\G]?EKHG&TEM4\'BPM)=ATO,.PG2Q"0 M?`$='[<6;R*6'`+EDC=JG8I;-2;;DXXFRK@VCKXN9M2D?KZBF3'BP]0%M+2M M@1[Q/0:.K5_07S$U)LG!Z3(]]79F%H\8(=?9B5DE;&G,];RP>DBP64)$Q"T];25M2 MEF+@(FL6Z6)+QJ*78H)4_;Z@@C?5\=1(V/2D3*YT82Y]I[(6\MXLYZXW(W6A MH*M,C18@FDD1*GHQ>[F@=VG!`^Y%GX]8^$F(3%(-*;=%IJP=P5$[,HCM,"@> M_*8U-:/4+]?WY2XA+$M_PAR<2V]3I*=[.19GLO068-)R>`4&^T! ML\(A^0U7V-&6]3'_C[C1K/5ELGU4N55/_KN5Q!$O,,9VFIV<*=-ETPV'9KJ- MB3:%F;0"R;NQ:$K6Q;.Q!FJ.T)7D4@^XM3?<;EM>, M9&L7T)ILQ_R+7A5;+`A_.?`.3;"F-S!_U\+1P2MIDL9O<%DJD*6:8$QJB[+1 M;T,^JV-EP:>,"Z.'8,*,,AP?37^EL^X"RNKP M<43C?K"^_4@/JR>F,OD8.[J>_#&UO>S@/T(YXL;M0^.I/S`.XV/2=^H_#D1K M%-:V4X$>.)VL.,WN@FIM[9#P@_R5'QCE^5$C/)VTOI_+`;MUT7SC!.TO5FN\ MT4=J;:&;*TSYO_MFV'=J#K\?FMT+R`%=]A]V"VQWOQM0M]N/A=I?ZU=L?SD) M\-O^@4Q@^V'KE=H?W.!VO74%^K:_O0MN/$L$F&"/=[JWD_J%#X=[AGM(+I$K"VVT%$]](`64;44'"('*H8CK: M1SC\=B'!IJRP"4_FM$3M\1G+$__6"\09/ML%KQN-P7&E[DRE2MH63@**-)7NA MD.]I)+$BC;(5:"/?[OOL`\-P@D!Q16IY/6H/K$:%I;6[DCCKK[AO:J\]I&M] M@1#(]I4U!7SM.WJ-]Y/%"G=73,C[B=O$NN:]MMM'*WZ@:)3'@JI(%AAE8MR- M9UTQW&.TW777];ABIT31\"]Z__2]H!*-'^"]A2Q$*VBK1`I7O[P#_RO8/$0M M7LJO:%ZUM=1`S9W4FOAE;6A"G46*!C\];A]6XB/>N#]`[I_&%_:V_^Y4Y>+% MT8L)584-S?/91K.0.)@/24V]@1"W$.AHJ]MHMQT/G3BMJNI"B$KI;A_NK2E+;Y>K!QN&NN:-K M"@641,`!#O&X>-I/H?N5A9"M@E/SL_77[B=3_23W0Y96-O>`HM8<+`[N809' M/?YXH!9Z[#\K%MCX;`8YJRD@64/Q&(-@$19+4W%^V(HD#JE:&/7,C#$P&4Q7 MD]=*VGXSF;)(KBL2JHIT@KQDP9WG9;2]SX:2Z%:8&B_K9R)C(9FQD.*RIW#= M_KV7%>$6WI^P-<;R]<).*6EQ"_P&+AI+`'XA$;&X9/V@0[\T.YJ4OF MUB=.JWD:+NUT'KN'E6U=EXT3_7H[01:#2KH3(7=`=U:)W%@;/)+SYC/:FX(>QG;J+G1^F86H'4_2%1#=EAK_M)T2LX++_I&0! MG^UXPH]7%*?DLTL]=M;^RV>%(EF%A(!%2&F9&>'E](U#.2[H#Y7C2BN*L0`) M'F1>L;8QC1KH?H*>3Q*/#X)^-V?(AM)4#M;.8U".![&RUG*ZUK:26*(M%I&(V%PZ!<7]^8IBX]^[^59>O\31 MPDCZM%`/+.@;K:`D^@KX26KK22&^&<,PQ&3QZ8&U\XSMSK`)R+.]GTR*GSC? MGNGB1XGL)I4)>A1N!:V6=SG@S13E?0R4 M1OC>CKC5VU#[>(:31[ML.!=MTG:G=!:?)'JG,SW16T=?6>ZXE3]2$=HX+,-Y M>>B.;*$7.@HXV(G:\I@M:G09:8<3F'UX1._I0KTX:\?,V9(CXR1(5<@K:AVY MPB@>E;;IHBMLYLR(_#CG':/D!@FVI[[ZN.^_,+9B=M$NKO7OMCK]/OW]N8>G ML#/8[&8D*1#8A<'1%[_MG_X%MFMR%&C?*`H,PIL*MA\<&-B^HZA25MB]W1_Z M#$80U!6>\`[TLLAA;)#MI9-[(B]T=Q87TDR8%VJ%]MTDXG5J]U5WQ<`F*B!1 M;\MTQCZO*"C;@+MX4P.TYXNEVOX,-Y0VCK/Q?/Z`ZW"DU+SB@)OEU[A79-\B M^411<`*6@Z?"+J/0-QG*8V#ZE6M,7& M9Y/_B1[^3]P45V%QY2RLBM4+-E.CXC@1)[F.]`+%JLND:A8S;]90F^BM-:WK`IKHB0RP*[MSFK9NDW?U"VQ#/W=#L)R5X MH=JRL7V0"V>E%[.7*JE25F$3'7F99N,.:*=)=>A-3,[GI;>/%S<@=M;*8E67 M!YR;KJ1UZ?Z%^!4;46$7%IQ2@<+EZ<#FYDJ]*>Z26IAU]PR/+U2.E,=Y3G!> M6,%K.^2M,79/>NP>(JT$'5=L&:P:O$@:5["_FX M"XD4^?8RU[WI4IYA!#^FB1P_XC[=?[>I0+\=TW[H>"%I:KZ]G2#_6`%1;05H M%8PP3W1]%-@LBXR*Y`1FRC5(W.:\O=T:;#P$,FR<-2<,:QOQ(,E46E%;@0ML M\^8-3PK>WJ;]3%:5N\&;XY5\\+#GG0UYC]YF.JN`:Z25DO&F*Z29DVZ^B>:^ MW?=/D3.V'SA>('/U=?T$V9T+2,4-LT1A9?+;?IQIIO:?%0VH;:YTN!_L6Z/[ MPH*:4@I_Z7C>CXXL**G8.\F[Q3044'TN]_W`_*"&[F0?UI>S*OM(L[-C.S$\ MG?'0++-/-4ZD/VU%)]M]:/]^^E-YNZ*PVH962[PFTX<5E/"9@$TJ`Y/9-?0I M0;+%C<0&D>J+"X)YUY+:_;B%7]&B\@=;I(>IIU36!<65=X#0IA5#U\A`9^>9 MJJG:F*5OVYR06QT;)P4F"#\);/\N3:8>C3Q$6<`#ONL-EOY^-':4]Z!%+%/N M*,TP[4:#$S60.1+:1SO*M'[H<>3#SR(WE+8>%283HZ#D`LAD.\_8_A*\3E)T MFV]-?T_TSLVO>1HQW($]((B]8CA&V_%?X0)U15SS@?MS*=28KA40YV%B;MV'-6M^.?'ZZLJ0-2`^4\A1-)[J3 M]`F;?--#%"_0E/NL1Z:9O),>S!R*?R%)]H.TY((OFH2ZDC2J&=51TEKJ!.%W M=`H<3G`,UWLLO=I(B]P9+Z"(_8BG^IG#4XZ5M$Z"I".5TN+@/;?"D:IE\TB- MF,)ULO48->1F/)&S)##KZ_/--AX9;*>9+-(-U=[\@FN=]W,^;)Q5M($JK';2 M"\9ZX#ED`>U\<>P@F]O&>8F\TE<8N_:JP8`KJJ,P&1=)?$VT*FG=M;'6!RNM M3=/^DLN6A>O\A>"O/!6>\G:69EF!S/UW4 M0_X)4XT+_=U)ZM>,7L?F00>5`3^:]N+U?;08R32=N[XW(5]1FSF?,`GZBINM M/\7."JN\'*CQXC6@QSH+:#>_ICDB?LR0V%@ME[7="[:FY:V)O%__0LF:F2(* M7@YH*HB[&'FP9,7>(>WJAJ:QAZSJ07?F_@S.]/)L<85X!+F8G4]!O\LHTA-I M`OHG74%>2)'M9PDHT&ELZ49V)G,5KS MOKU`NK:_S'UD':,@QF#M\SW%441>#SH7RR!DVZN@/+A8:7CS:2EKH@\]])#P6;Z,)$(;FF>>6129'12YI,9596 M28J9RN!;3XMI)O-FGC8X&;TUM/P4#-"6 M\W?L='I>JJ*/7"AV44'UNGWF\^Z#=K>!VIH9I%DI02[D88A;R&3%E>O*C5@I MA=1OWYJ+3KO)AS6O[N0TVE!T5L>3C(@U9(>4-Q[-VJ^H]M7;>X%:1E* M*HE+WGO;#F:A!WQK>_%!!3JJ/^1I>XYGHEUU8&2,O1,DO?AN(;>!33>R9&4S M^YV,FN^FV#)&SOS@]`RVL`1^P'M<&V?5_+@GBA(I(%F\*TF?_YC49Q(;EO]^ M^A_VV,?O'\UIZ?=#T`+<=ZT4ZO9Q:???VRAH]];)F&_L;A>]0#E(_(1E;[+1 M^_V_D?M.]1>YJ\U6TMJTJ_0KA7<$5GC??*_@OB^A<$3MJN4"74R`@J.QRR"L M6Y6$5*0%W%]>`X.,&(%!",Z*@;?O19*TFA1<6TA]&>#^PENHW06U4F_[VZP" M4N]U`Q>7012MRM*4ZX9OG1<;+`IM-TC^@DIF"UJN]%781GR`%:R`1-$(];AR M]8T^A96(4Q0JO5QDA^N97 M/\#B9QR'[OZ8X%6IR@Z7$1QK7U@S=F+2QR6B_:"=2D_-OM5>2.M9./VIG%P= M>Y%HC55V_RY.L":&O:U'?;]_$EHX6E+[.P3]5E#B)"II!3X.J+N`<>X_.O'1 M?*(ZWK+'+2`N,<$YB>M@/]MHWA_VZ>"'S>.W?WNR^0QC&3-Y*. MX3R"6_)%0M1@82_6GDN+.CC(O'^W/?0`MR$J!WZ&`EI7[@>85.SZ,6*K*VI+ M\+#_4E?!2'C!55*P_"]FR.6>WK^#^"+QZS:[YO9\R^TQ!3C,MQ;W:17%.MQ: M_[X)[YSM%[-V*JI]:JH5->M#'H\M8!9TY/9C/8HUHDMI!E-/HCEFI;K8HEM1 MZ_(1[<7,=5>2S$JJL@[:!JF0N#'*[+XG_`6JDGO!:%&-DMAT!6-W=`#5SNW[ M!OLAF_K8"4&BELKP!SQ@\T)MEQ.HW=!ZT2AAE`?TA>)"FMFTV'*QHOM)PU\P MUG9(^SF6/DELU@#G:I^DSC%[I?LKR]/Q829Q`JBZ0N`>&W?NXC8WJ.TFQ M\2)5%J=D?7M&=;`?)[%B9245-*LU<\/51FBB^[XK:4-37^@RC5%8%9#(7.?EVIV2 M#>9245%,4R0F)!(IJ^&,$C*W>;*YEV'EL0X='I!4TC;YD\0-5]#6D^!L'<8! MBN),?P:KAX$36F>3Q$!7D,J;;>>;L?=D^R!)Y%ZY$=(U?)+HK-O@`W6PT=R_ MO5JI%IT81W:^6QZ7(^RQDKT7.$0EHZ3OX9WN@M%#V1MIPY]7>.6PCKOWJPN6 MS#\RCYVZIE84![W"-HKVK.0+10_I[+O'C,8^CLO5;5Q&;5M:0)Q\%>795'!4 M;.B4F"&>?^/0("TH?_R`O5%QJ\-D/1HJG4%SGLR4\R[(13+T%W#`Z;?@*7%P M*$CP.FA@9BL_Z>9:(>V89?=Z68&^4>?MWUZJU&F4QT,^60Q?HCI^8/]1>%-K M(<2!X=G^BDI3`K5@])744F4!#`R+L\L0%;23!$@.42FKH4ABIJRGS2G5FE.S M;29S*+9V/-B>4`I/*()GLE3:\[FY='TOQEIKTL*B@+:$%&-@_ROA#7G4$7J.&" MRGRXZ$:WH'23H!W:><3`LLJ:R5-1%:/N7"Z>&CM,"P4S;ZB-:X=^\954^V@8 M5`KPK"Z#'85Z9=!J>,`=76$K%L\I*V@MQP/"6'`M)KH=ECY>CL*>7^XGNDVS MD@<*MYAA$O^LYL0#%?.C7%L[4"CUSV,RK?3`+<;8 MW$^\;=Q@G$CCN>V>:AL66$G38`4TCS7%ST6!N5_Y;NG&;. M#?9(`Q>M!5G7X[E[X'%<)'5DT2TH=^^B42TO%O>(%<>QN&C84SNVUY&>3_D* M'RH;2[X_XO$TLZQ7&MD!3_0V%.OPUE+.G@IJCZVLG:]\P;TF!UJG:]#XUEUT M.0\6:T#O^'VBW,5IM-U6D#@,<:WF@'8O/.[YQK>%PI0"',X'YM"*&WRU6Y>1 MVO4A M9SX0_=F"!PN(3J-`K4W?5`?:,6DH:XP(6UE;CN_MD8&Z\T%ZH+AR!JE&Y;V+ MV.X#%>XX%GR%<04O+%<:QZ*;9UP8[HNF,*LL6R8;3`JRLSESMQP(D4C\S#;< M$7,KZ4N_E98LNB\2U7(XD1GDFSY?<9T2#W<[KZQVG:X_P)KH@&25IHO`I.&O%;597$B=%Q7VT]#M!UQI>MMR`"2"02B43F@>\XL"<%C<.QVOO'0K*=6%BUB>'`Q%4:IR)T M&BK!99U.#+*B*C!/[YM&C;7.#-KG/E5HGBX'I:`+DSI4A44ID,(K%50IG.V8 MFP]5#W0\5Y0^%_Q3>M@F1ZP M!YTMQ@)N+6,19XO0#&XGQ+KWO>B\>?3K?^BI':%Y63B;UH_ M`T*7_N"258*3@?]_&^/YMRN^K#Z7[Q^RR,J MT9OX!'L@_.W[#^Q3R";*&,Z@F0.%T]%J!Y/*X%IZC+VA951M%K[_@#[9MOE7 MJ[+=W+M>$VJ_T$.P&4>%C@)^HTWS#]Q&Y%]_8.+Q_26U_:GGL;+']& MAO$;PG*F<)L7:]9^IH]HEDKC)ZW- MXC=$-*T9D!M*`I]A"X[K\+E]QZ_HN_;4].*+[5IR<`7V:&V(R)+H6@O.[NP^ MO[O9N[#NAM9L=\-']14TUW-W,X][9]+07VVH@\.KP<*BB/6WJ9-=N((6&-'1 MT_5,<7,4XA6)6VP&,RCII`IG#5+"N,"TRVG!AXK=0`^NS-60J68<3TL5 MKKO!C.["T=53-]#F.GQTUI'!LF,5$,=F3%906"F2PCQ\IDOL)KJC4/=,67*O M#/8HA;_6QF+1"DDCB&;;U-CO8EQH.7*B5VM*-_S&M&*1WVX^-VX5S0M=)@9' MZYGFQ?(,!V:B74`4R.5JA8([2O&;*?-)9="P3OO1:=*\+F(0;%M9%KPVM4B9 M[FE;9,9,6@M(G>Z;LZW6`F:[25O%-MN3G%8S2'E\"F=C'EF)&LS^^6)EDC:6 M#LV9):W66T1?8/.8/BCWT#>,T%H^G.H+FD,VE?>&KM MBFLCT:1L3_D`VJEYL='6KPNYT?H6PXDSV(WI0'Z]^`-5SM$JKL\-M16:8>3H MGK5OEWNB-'.5M`VD\T?SP=HB[7#E=>U$FXSJKFSRBR>@I]=UF;KP89,@.F&[ M9[E/Z\VZ2U^WTI5H8.9&"=(X,EUMC:QX!5)!$H/U(6_#`K/=P1(094S/?:DN04#K?.BMJH3_JRN*"XMDA!K/12 MHU^7=$;'^L9:QY_FV![:58,U7R@.4^!1@0K09.5*$D9Z%,Z,BG1.YSSQ`UE6 M;]CDE#:Z=*'XGW2Q@=S2^C.*OTWZ/XF"2RTU9?/<+NK321B1F[#@=\KG/^I( M=QOPNJZBU._N(^[`[RVY2G[0-@1V[1J8#7T&T:A*'1T&,T:>P<*9UR?1;I\I MFDDTTI*%;B3.RE/(/WZH2%RM>VL97;*)3)A,H406D+:S%XKC'[!9$JGOZ$JK M<`_R%P1JGVF//B/R&S\1E6$!<=P[MPPJ;$Z5C3T@>I7W@2#UP`O*!JNG*[H4 MY1?,;4^GVZT]']]8^&Z:XR+<>(<)6:%OIZH!P&J&W.[8-G-[,X M#;ES>#C86)JTQX/R.21R,60J80:70&V,AO-=XC@279DD=&TD]FPD=VP45'O= M-9-U:"F9PF@2-];4),4^9FII*`?T1I)O+E%`7$HT/PES`B<*NTSCBA%(A:0O M'#TY9F%M_D8O)?)F38Q&+4L5.>0QP.B%HG,T6;F+C%GH:P97C-5.=`68)O&Z MIXGUI2J.:;Q_F;TP\:%XFCJ[^*ND_3IM3]-RX,@Y:0Q0)BW9;0'Q0S.H4X3& M[[1<\^F`-K\I6ST*FDJ8K`9&YB:+L]M(NT$O,/_^E^DM$W8+!LC8:IP-3B3D M)8F<-:]7(>WL4DF;[QE'<4:_7`&U1QN+TWT@,"EQ$O9*6ILV\_@V*6%EW\R= MT7:LI&ZY>F8O<8MFFQ44)VBYKWJLBM#%._:IMVB23*+K+8,IV_F'6#S8!9XW M#V2'A@5FY#S-%482=7UNT,QT(1,#:=&>Z$X%(?2J&TX MV3,O5A9//CI.]*P\@W1"T3HAA;,)H!=5@:$EC8^=)W\\F5'+;EU!_,@%\ZI, MS6_*W9LYRM%E'H()7W-,K86*%8X'O&T>J)W:?!;##`'!ZAWFF[4`^XRW=""J M(*ZARM(Z;Z/F,8-TS'RA\[V36ZR,=P-5K0U2';B%U=GM1MPB"HHWY"_8E,H+ M9BG;&EWYA<1&LYJ8]6LO45>"(UY>O(WQ)6H\/)BV\W.`YP;SO%A?_9>4!4U- MX1>-G2PP"E$;\JZ?46&7(QV,PJ(@!XNZ@B+RIO;:G"9?=2]:^W:UJ(4`56/: M$K(\>X4[LHP]+5]A6;8*BS[)'S3JDVL4$T;)O7:WE5,G;SCVL:#\(?S.H*+6 MZ+T=9DO5^&)5,NZ1*\_H&Q_ZP7-?L+JD+Z@O&3\<8D@QW7 MP0LX=@,/51NLP[;AN-,\+']L!?%[]>SU ML*=<&4P'3B<%SBL.97?##=8+THW$3TCG\SKZ!!>\HPN3#<;/F"X6>?=">3L8 MFP.[4H9-?&IT+%NB+QP_N=*X1%\T]_&(P?V"4?(\DJ:PBP889]KOW*>L++QH M>*;3S4^$+]A6P&S!,A6T"ZK,GCNV#PMK4A=Q"B=M%4,:7JB*VT;C7,P^##P( MK>=;^T&C7`;?L>9ZTP=:1ZT_1_W<`\>7PA^8ETE)*[=:01VV@JJJ0&4U8RZE M*1QGE^YVQ&CZ_@NTF_(?J%H)DO5*AMG!.U.T3N;6!Q]\*XL2:0E,*GCQ1@_H MJH"QROK4+JRK,-B[@.R[WUA\?E[XA64A;^-#G$!PR7WC-"VK]O"WZ0>M,3MA M[=BI?=J;H@![%H/"6H^>S0%/W`:KX#SY(V*C.K"E/(N$^4?HYO/L6JG:4$$\ M?VI5]B!Y2584UPR-*;ICK.K0I&6""D@+F00)+8*,X;Y625ORZ)#H\.:DHS@3 MJJP2957,J]E9S>?@U%$1J(*FA@JH$0Z=;?6=O8X.[JE#%*2.$5]+5Q059?>( M4GGZ$BGP2<_)+U8[:).%&UQP^,.99%$)EE1U)KL1QZFB_+7=B(JSHF3M636; MR5(639JR"%_&!*8+/ZFC&J,R,052X;#/\ZQZ<::G%1,7<9ZZIVKYIP[XDXV] MK)/ZUDZ6@>)W&D9Y:J9T.F!B!FP+L9#:IH[FAIJ*2>9Y2R?N>T\/KRJHD=AO M6#OUQG5TTWS.]AHI\`H;>FXON']FU!1RTHVF@-BE,[\NS6S?F.48Y,/%]MRS M;1)).&M@&8[M"^=OF5IONSW2[CHO+;V0S##ZY9+7%IU*_DS53F>571/<2W?# MCRRDRL+%O8?!8J-3,N,_75:S.PMH\YE)?&9=6+*\"JABNK$Z6UR7_L7JU%ZM MG%`!N4U5G]<#.O%ZX,5]I7%I5U07]Q6CR`J(KU'2M2OW?CBZ'5_\919E_$K) M(0IWQ$PKN'^"5:\LJ+J[T[7/FDZ'-EC/87BZH_:%P:&KF8^BB^9UEBW["-6=]= M.=#H!>NX]9&]STE5OWTGI=8*IZNG3[8#]PFWZ@!QEWJT0V,W'LF?$61T/J_: M?8V9K*VJBHY6L=DT:!!D9@^9%AG7;T"':)"Z`BJ*B@,?$`6'9L)C[=E0J:QV M#$\#65QU6\*%-22+!B@@G@D2JZE]H'%<:,LTY6'[B*#E)*M%.5)0B4\V- MC?%@AXN4XWBQ^("UT"BY!=6Q'2E]<.&PEFME47>,$86#0C9RFY:F92/Y2#3> M6]R1,XDC=8^2<.BE"ACMAXKB:GG!J$3'^U=?W8U6Z`.H MSE>!4<3FMO_B;\BHESYY_P&VGM@NR2@*PZANBT*JC!=8QS=8U-*S6AL!JL.Z ML*@4@M4M95[89;$T-\Z:DOA"<-&Y70ZXF98#8K"T]E8N@]SWV5\LI"6=J>9! MD-JBU4`)Z9=8R9`8Z29G?#&*8=`'Y0_F154:]T4&? M_K]8C/Q+'FR?C@3;!TR/FPJ(QOK*-N?>O3_S6'<@>H6_YLP M5&HK2_6J,IU!F\OU8B5ZIM7\I.O$[WD+*KW)YUU90W,[WN/Z`[TG+UR&:6[7 M2WI$@9=#,.U^!1^^K(<9U:K!;YB.<87VQ]C?^((W8_,7I?@,K+VT/;?)I9%? M,,UWL-PHRMN&T@D\X-1D'?]E]_T_>%I1;]PLM'_QW-L??^&=+@OX$.S?L^'' M/L8'5)5)L*/55GRS/B:5/M)+BSZIJ$OCG#04^R=^Y+L/M.XM1QJ/2S[F?(E4 MA7E/%L-Z,HU6.+6M"FP62T7)AQ0HF005Q$-+A>GDL)X_G#/_34:Q3Y<+MGBY M6+_S)QX`[>WI52Y)UUN'AX]*BIK;2!/EV]!HCMW*FB1W\XRGU8I2O^B(LO;G M^]0M9M6_X0Z+U:]493I3=$$9'`UGWVN=G@U%W=0_-._YVLNU3*8ZC,`(U,9H MUI[3Q<7:/_,B_J,:L=*$8JG@PF%%@)5>P&;J@]RSZT#F?<:6K$)P161X)>MN M(U&#%%CE.&!ZL5+BF)6SA3'<,$:^D/;C]M0Q<[9?#L4$T'"CE>*G2Z,8D;1R M`O5UI,0FZSB:@@T.Z_=EEOJ=,0PI6:=L3]&]^D;:K$_G>S.K_BJPD4B=)GJN MF$GL#D=35=3D*%#SE&;46JRUP?53,VT&^5$.0G6Z6G& M;G!Z>`B6HA,R:6F:5MM2YSONT?/=,A5-K:F!N8M`T0Y+O:Y<IH?PD.%<F1QE[N4%RI[W]=RMX[_QN007U:2K;'RX!$> MLV^5_/K[U]KLIU8KV&5JAMN^U'ZS:]_LBNY&=^&;@%R,&[Z.^P;D#_1`N]R_ MC,)Z*_"^&Z]@MT>W+\^%W#_@5&Q?6Q9N?\\O6,_6ZQO'6:KH_F;X@A6TG>L% M8ZN[]FC!A@LXQ2JY[&JFCV-ZV_?V2<@M9V]R^D"QB!4Y!IJK+3OH/L M#-T8-U_/E%/=R?L5@%)[(+$!0G)>C?,%D8!\2L# M]<_]@5DEH.+JRCEUW_?PS9)<=Z;_,P;WEB^2UF=G6J3K[0.')5++Z0!M MM)1&*/SN95>A)I//Z0,W@F[FI5%(\&H6V$9T_VZS8FB6="KHOR4RIY!DDM3V M<)[__#F(HMF:)K-:DUGMR1ZH5)2F,47AC?TW/]/?4W."1#@O;G=P*KB_J11N MW]&S8?K#W;X');A]I5(H4"8O;G_]5U*Y_86_<31S^_MLI?;WCA<'-N@+M1ZG MK,%7:Y,:O.S[E`J&P\O,RL)ZO8-HIA? M[#)P0TT%7+K=8VC%=E_+;)A=4?R$4:EE_-Q,)YW6_2-?Y?;WKXW#X=S-7!78 MOHNS4MB+Z]4VFLR!W55(6I!7,)%>W+YO,TCZN%OS6//8D"#L^_0+=;//LXUZ MW]] M@"N%>B2#ME@RN.\=+V#^9RG2%"R-##@O-\QT^W`VI1@<[O1YY>-/)TDH4=!+ MHA41'"8A^<9M_[KSCU83H:(0]?H"<>2M08ZU^A=L MOC!'P&-^.QU6R5F1;9//*BG?<#Q@,CJ5W.D-.P@"1? M"^Z7RR$[1L(2*D?G\XR=L3;+OW`[T!]H%A=6)?G'R6W]`Z8W23]Y@R4LN(`+ M_GH4.1CP')%AU`GK&15L/&)"CVV@!#[1HC;)>^Z'N6R8+=*GO1>K*,G\4VYD M-]!_&2?PB0;"$\^@3WR(%"P=]J%(;\'ND!(I0!)!6\U_Z"S2-G2L"@QU3@O9 MQS;,C..6S9^-A(B\?\'FQ6[90=P>\`X'BQ,E=EJF\/7>"\8YA21AE3-]FT'# MY!UD`46/YO^_NYD@!8B:HM5[D`)JBSB#;@M4EE<2&@TM^O5:"*@MF%%BGV<* MA=8HJ.7ZX@ZL05O5LP6PO5CL=R9MR\[HO%*:Q#?LI!ZB6K.IVE,SG=3TSS"= MDMH3&6J!];C"*DIV4'N"%"&5(UL[<_BSI*TR1MF=WRP-93[0G[N%A>Z-TR>? M[>*E<`<6\YE_?K"`H0J/W4))/2IM6\RY)8LT<]U^\9<-M"570%)0$C-9N7%I MSB:`P>K`!ZI]&MWD"]AL/BGC^^*X4[4*I=G(9RO(5M#NDD?`#*%SMY_+>.,D MI^2&3LF<@&_6MIV-QN6WP3H;+US'N.(H/856H>Q4+P>(=NRY.Z#F(+ZULWJ)OBN3<_1P:A8N8+5)E*MX&JA;SA/T=VQ/('^"$4?Y*Y MOH;Z_F[O@/@, MY^Z0057^`+L6*`=0?O.0^V7C+ZJB"NK?,328!._%I\X"V%XPWK8%/G?HZGFQ M1P9\7K(ERV-8Z2.M3U#H_%^PU!3X]Q_HUTRH&B;5"W3Y7AK4^5M5TZWD;@G. M=9QDJZFD'A8"/*1:[.7IF[56IU8WD$RR.&TL6FA3]XC;3QO?#>8O62_X\&W# MZ6U*&Y7MB5#/SC]RDM[14._D&Q"7-H'.S4J:]-Z MB6>9-Q6P2S>A65Y)_>#4HVA=TGIB1^0+-B>]%#TLH-2Z+^!J"C1SW8'+!+=0 M-M1VE`*CS.21:B#+Z3=+RXC.VG5MM`7>S1)EHL!=VO&_V-TCNLRMK@XQ81'$]H M9G&25$JO!Z3TQ9JRJ;1IFVLZVU76-4TV3YD[<(@(',5Z\C"6PJ8)0RDV6EEZ M^U-!%*^.SE#7O#62Y55`ENS\ZV&HFD><7@>VUY5"_`KG(%Z-7-?^QKJJL-BG MZ826[X;R#*Q0OWH#L5=LQ%U7OU^XHN/I9KVY67AO<*A+;HWYC(+3*Y!;L^PG ML"@@SO8MPD'Q0+"Q.#\OVA1_?"].5'>6-*-OU'Z^VT\Y]^*L]_I<=2.U0X7E M*6!N1O_S3:]3;I-?85<6Y:2RN@0G>EE1.%92[*LZX*>R2\C:H`?];;SWR@R4 M&P>OW+`@S3>+4K!.M[B*)GBK?W&4QL^^VQ.D]MXV$VZL!:6/Q>C7[G%:)ZH; M\4T;:C\_G)M)_=_&[+);M;5ANHP_(,'IZU95??=,*LH;BBWO/!.7E$< MXG_\8/A/J]'O_Z3.9BU`CBC]!XH_O#B\5OMGC?+;-JP;BX/5-Z.MLJP756A5 M,;M:KN1\W\_0]Z)-A1<2M_&^D60V@1WHEOUR:_5V7BR"-YVFUBKD5'98]!C1 MMT\-3Z@H#M83K<.^.^"3Z2E[]IO4-K7_^ZD2-PQ[;I[J'DH(;=S3AZ?%M9E! M><:;03QBH/:(YLS_UW=#).4DT^O%ZD8J]54+%Z&;//@<=R87E>.7W M>;:$'NAY#`[WVD=CMW*/9C\1[(O3^7FTER-*J>('FB;+OY(X_JT]N7NTCQ,. M?R$QA*;"AT;L<>+7'P\HGK=QW/C3ZVTJ>$7K).0\,Q:#NO'@KIQ8O1H7%]5%E:/*8Y=4\.3C>Z8''[ MR.B?)]IZ!X*OAWQ@,H__`%6V*B>)(P+#23>K:4BK2D8A5;,/>37;TBND#GOZ M-,Z^<3F@GO3J9,BCY(\)7K1IDM'RL09':VYL>,D%JIV*5(]VP3WBH].Q62;, MA9U9FL^,<=];F_K@#K1I/6^;(U(ZFCF3L1Y-I!$74W"Z;U46FYW.*UNH+QJ7 M4SLM"2KPO%F+E1G;A?>1%ZL"ME"5\\)B.-C86U6$"K)X!ZQ[1?X_I$+94.W^W/%J M3?.,WNP-53F)"U:SD2LZ'PC8?O\%KH.IG74Q5I17V(;SZGGSJ,9^M(_"]_T+ M/I@H`"4HY-`L'1&7PN(+^7%2)WLFU=^94162#F,,@L3/3)A2KI*J-Z:DJ7HJ MRM.5/%E0AO7=1D4/R5@Z\'KC1?-W)[I%RB"W^.1;]G'!)]P!6LVK=EQ/>--6 M26U52_5LJ$[7"U:ML'+%GLQ:4$]P;-BO'+@WKCTJA@SR6CP> M""U^L:1*$R56&#%:F>JE5K"S!XU1#Q%_NIOX;!`7JI@]H:(X]%'OT'8P*J`8 MX'S&RZ0"Z@!DF&V(^3QATJWYO*I`9]2XMIEL`Z\D_W[[./6J@`KL)#J19[3C MT<9.W!@:.1MJNVK`+'SMQ%$?A=7E]X9Q8PN>OR*9]S/_JV43F^\K%AQK9WP' M$)R*=$%M:@.U\>PNJZF_(/$[S9X(SN4DP^T%!3MOYSZHA3W0+@XK]@H3F6<2 MUT?F6$<6UII-/=H3E<2)"E8%(/6N@3*+(%NT!<6Q,I_;K#D!,H@1YY74S>(% MXV2-&)]>P`,V]<;CU`:L'1S]'?"K71V+SF_!*HQ>R`SC.LO_]^![QT;C!"84 MS``/-&KGO$(><'QLO,I/A0^TC`)DHZ!/,0X]Q)A9RI=FU0S'AY*GS1P)/N>5 MH$LG8:>2Q^`$C*"^=*\D*[!"XPQ,&.1=29ZK`N-XK;U]0>94L%9[^IHY3DHT MKY-%UQ10E69AL4^3YB[:4._8="3WQ;S.9WYZ^(+Q6Q:K[QN%!B)A,/:I MHMPC>S$?'$IWMGUMD+)DZ5<&:LMUZ3C`KZ#6I>[,#W`W5GO6#7:F7-"EN!SP M*"ZIM\E/R684[?XEK>8>6R;,S51`W8"6"2..E@,)9Y9(CX2=ZDYL5FPPROY4 MGB:QW5AYFUJ^9%WB3M*[E[PFU`OFWJ7;A*&IA47[[<5Z%_G@^&)U0-:)/F$= M\$CU;*@H=I8$DYK@=%5:';_`6+EZ*;]`[7CZ;*U,G:XLDPOKC&&L1)#?)TF2[6W!Z&']V%NL>G!F*3PP4"$[M MA"<&KF1.Q[([4$'E6`Z6C<=/9I]JH"9\J+Z?ZJ#&)Y[5@L.>WYMQ3A=;*Y65L;_' M28!"BS:2UM6;)7&YMY15-#!J+A_4YR51(/F;E=G*<#KG#=#1)%;J?8T:?@)^ MD2_J_K7<:3R#LZFOI$W]BZ6I[TX-G6L+1\JD.YTLYT)PF#_9DO%T=*;LSA^M M)3V[7+!2!E)<>8.LE\#0C=Y=R`P/C&3A$FX;:S%(N[3NKM0BAE0$9\>93ANT MFNB=_ZXEN[TKUN(X9]2N1#?2],B-WA@&9BZ)9-U^-%.R^;M1?&M@.([VL^3? MM?2>W4/7.YTZ(^^)<23.44^%YBR#J/7M"K@S44D+SNN8K6R*W[:JDIG"QNQZ M(T"^]$!>(3J8M$:7F3O6U/IY.5 M6$@GF?YT(B4:F"663Z<5^Y&Y`6?M+%H@A7UO'(W?.?^7<'0*2!@`E3G[417X M&SEC,F8OJJUV:M+$W6;");*EH@:K_6;?F4`],.HSP(7.\QN)9_1$%TV)W@?8 MR[PDCO;<%.T9F2,131]TLY$2Z9_TP(\S-954DDV/IL6^CBS,3*%%;0_L,V67 M9CPH$<:&''DBTVQ'2'-_)XR`2AS\E(X\T,/?7N@843C<3U?Q>:;%XLX+1Y,< M(/H`K#).QFC/RIB-80'MH!,L;IF9-'6/`Q[C?4HKZ9O,JI%E97,"PRM1_41; M!^MB&6KL97GZO-B-6@8-,X7X9:KA2RV$#-**6D^6;'75XT4&3?PKB$V2.;B> MVFMSQC=6ZZD[V[K:2--0Z\GN[@I'<[Z>Z'?)BY9`VDB;O8W%>_HW3C!U"]]SK?R4:[W*B2%3YC2MH#D1]/WLRI<] MJT%V#U8XC[79<.H0A<2O6G5]U8>C=JNWV@$[,"S,L>+S^\+1;_,K_37*T9L> MX"KWZ^/1D.5:FT3Q>=`%5L96XT8<\M%$A_I`IMLZV)XZV(7).B138>.R4@SH M.ME>,&DM1C.Y5[.ST,B:9]37!=03)3E3,F43/"]J-,WN3:NLK>.*XOK,L'Z` MK;S@2,`SB,IN-GFD65SN^HKS?&^G_-^`=O.O?3-G_GMN3I%&;5>(OLE],2KL M_L04+"V@WS>RW5?'05)?SN?\S_NVP0^4OG)C05D5NITN"O9`/=CX@I%NB>O4VQM_YQ0.%-/ M&;OLW[AMI*EY4Z%]LQ][43F6@]ZT3%0EMK'NP7-3..MQ.Y^SQ4=;5F8?^_;[ M-RD'\8T>\['=5C,EN*J@&2(]&R%]]R0MT??[=]F5LY]]X,C8L"R4Z:>B<+BH MH-HH<&-0L/!=ZP(+5ILU+^F;95+.:S]9LV0+K9,%=UF%>^*&TUN*Q!\H=FK_ MDFS#:$OI]\MR!K8?[%PH\$^]./JZ!P6O!CDTI6@!H>?%N-+D?G##UF9W)4$+ M,FLD79X#Y1K8R!677*#6+=I2AXN);G"V20^73W@95$GK,^;QI&R\R^\B&&TU*1GJ* M4TE)>?`BR?09]2S-2GL<[Y#V)\CIW-CY/$#T,D[G--Z;&QW3-]9T]G3!!3== M$MR;?)-J\F(!GQ^HM;M_FQ$4"=-\MYU@:7"$"J@=6<[W_70L;Q`]C69`1OHP M>*124$F)5D%T^BS=@)PMR\SA['043/,#Q8G,\!^]`R@PDO/5LCS]H)/NAF^> M:0>IY$JA)]N9EE72\;Q)';*5ZN1NZ&7_X<\W22I:4DN]N,@W>(3EAG&76+YL MG+YP+4)]H@VCWPU._1?K`-'G;Q!1=0'KR3TX6YK/9AA(-)X0KE(X^T!*2U#( MU$W_>6U0FS]M03Y9T652;<8G:L/GDS!R('Y>(/@A0/K)+Q+7<[,;P5^ID]WW M9%(>OQ?2VKM>(6WF-VFF_AE2EE1,)#5CLG<%1F;>N=E_KK5A.,D!ZL@\1@C' M+J3L+&=UQU1096>@_-<5E345F&F1(/%`&:@U.;:W1`>5\_X+X$K1IAJ<'>`S MB0WNQLE5+"(1U#RK.(KZ9([/#,+#\0K:8ESVPY->'.Y"F37[I(*(4DK-;Y(: M;<-7*)[[3-)O1R8+FL;6SN.%,SW4^L%=$EIOF$[YO;U`"'4E'QC`]D*U5Q5G M%^6+UZ\VS@)@"L?#T/U)XWW*$RQ6\@_<6N\ANT`!4V]:O+1H,S:D"==_^764 M@T#QVC_#^UG+-PZ"KH-4EW%YP!7[R1%6UT+AR2P_=V%"]"1:&TJ.C#=,QZ%S MEWI<.H6TGID>Z.;9OA&BZ0MF1GI*)*`9,\_I.=[66S_V']<7#,I3OCAUF)VA MK$S%:.HRIH-32/W&$44G+3A$ZW"9[!"UH?BE%&(=F-E.\&*Y8)_6E<^>Y6)J M;C<$24MD#$]:E:1Q+"@>HLPQ'!A^Y3CB^*!,3HW-8G#VRRU.36L];EOL2$N7 M8,'1HI[VLZUOV(72@FTP>G?/D1\6)3=(%<>.GN9MJ(ENYDPPH,CRBX.':`6% ME$B52]CI_9P@%;M>T>$2*(*E@)>YD*85"LA4<$0I6D?*5%M9JI^SH=V`IZO" MTEBMM-+AY?:&65_PF75!^QYMA[6W51&6R/S12YN3.''IZ-)-47K&UVF9P7 M*:E46?OQ$0J,%=#.-X5#K=FK,D`@_TW-K0GZV`5T%[R+ZR@0?:E*H?!852Q"].XTTWV-"IW2\.OX$T MF^=23=+"[S:8?]]&M)1=9!)GM*('OE7GWP9UH0S?/U#SR5F=U@*NYD2N(*J2 MLQD]P6&+%_-Q!H<3=+%L1P6E_$S?I%YX9/P0:;KT8H%0P?%8K;J)7/3D0BZ' M5B."S.&0*>50(;<7/(9DTAJ4FY^V)1W0/M39EU'DQ`^1*7-LM"T:]C==?S?, M85;8J;VA5JDH+A8+?VRA+D'%H"[3&\3;J-;<`&UO[ZW;'K>[X'1%][Z']59[ M]1M%9=:W@[V3:WMQ;V3JK_;WB$5H_]L?8/>N?_7=(^\5II0R/K5IE_3R!6TEW_:+A"1E!8WL7E#`I++G;CK;=%56[=R@GUT4(B53(>/Y4+:> MS2-8\5G31&3\D@]29WM4%/N]CM[`\A,/,AG$)N>/KK7C7-+$C?.G7%+-B?-0AS11A[7/K)W,HI6YXNU,?VUZ0NM*F/+!1KF.-(Z=DJ9L/-K%4B8O MW8@2,-F#AL)A*I-@]=?)?S%=T:\WW5I[+M7JA1(G<\BD:3+-)-9.EFBM<*;) MIA&W8@E[JZVATW'BU>5;QX0I"ML)GPM7\`Y5Y"IL'7I:QMH*-B<^^6R\G0(R M?`!$@<\'`+SJ9L=C`6UE+B=+;=QBM$_A=#R#5;MVT>>6[9/"4@-;+(*UH+1; M;6TZ?"<=]BQ'!6^5!,\B;0,S20H0K:`G;M9/MCV"M&Y_'E`.G[AA0JVN@I&P M_29H067\>R&5<6].)[LT#=(XTBN!D;*XF]D6&+I_,JI=OE#NU\(=:-*_,WUB MHX9=170"L\^CT,3`<%^X6[Z%P*R_=(,4&#TANVLNX`JB/,@9YZZ/<.[^L.9N M650#LZ=A&ZG=]M7Z&).\+;];P&A@_-.4]"3^#;%[ZJ'\785-BTX?&")\MT0& M@9%Q5$'MS*CE%.Z:]*""&BISMV1&@5GGGW1-'/<#4Y%HZ8XP M8V2"%@Y_=S&78"%IH%N=$3KTWNV`<+?(JHQ99^GR+#">8(IP"0QUO`5E9`P7 M<0%5';>6;;QPUN"8Q=#D83JU]!JBD`CB+W?T"JN"%OEU[TZGU-O!\MZU]`[_ MWIEUF3$U!S.JHM&97':/A\EE`7''ZBSK]]V[KQM'9J=6RP=GQ$ M)TXFV3SKQL^IM2-DH)W%J-T[LZUY7W!2,J?R':EZQ)-2IH/\_I-^[[Q=@K11K9]+8FH*B@JCS- M5K%?\[Q`]H5?&&C5G;K>[O,Z=>MWIR]9?8'U%/:"T`?I[0XO_3*'T5*6_*$+ M(X,.6)G$/3_(K&D7?+45^$+NPG@\,MDM:D8_FYY)JD;163WC3M_0=E9(NFO) M;K.C639IC;)E:CX&RG(0;=DKZHVT#[2?MMB@X+`<3$$M:T!&2^)5"Q5YTS;; M@V7][GJ,UPV0?KG/IY)VH>"\+NM;">LM'+>(J5H"I8"0SK1)K]>.9@5GRDXF MG=TO=U0^M[,"MEU/E8([+'):N/G1D?>]P)^-K;"'Y23)G#VJK*#%3`6+']EK MX&,^R=B(!N[A@X7"'JB\4'EN&4L=OEF,#0_> MN!5S:E=2QZ"P9IQD=FF&5F>CTJC!<>?*F&F+`/%#!TT-E$DRG3-F/TPK=;BA M!\4_;>L8[O-U`GL]$1*#B%W!V7RGI`T;WTWK+C(!WP,2O>H M'7W;1'<3W93.9PEIXUDC:\=&;='A#1!5J(0V=[\Q*K^"9CW]9LQVF-\6C90Y M#-O/)/TP/5SM_OPQ\^+#IOBCM4KE'RT=?3]:M6DVDJR)#WV)6D$Z`;]0$HH* MV_/HC]:2RA?.3D0%-5"VY@]\U/`AA:H_+'3IPPZ))?N(:+H`+9YM(VV@Z3GJ MAUWG!(;SB]GA/VP-TF:7VXJ;`AOK`5WQ^:='M!H^NNEA]^$?%K#S03OD1SAS M\6?I//"Q]I?UAO5;,RRV5\9(LE=,U?.QDLE'A:@^OGKTE7Y\91OHPU;S5ZWN M(5JIIWJFD3',O%>]N>$#(]NE@G:VZ!NCL".BO/IFL)O,"AY`M`>H@MAI4$R@V M2:HI8]B<26%P-M-VB5HXZXEN+G10Z2TQ1.]I'C)*4MC1\%E@@MI+/1T^,F4_ M^D"QSV>/&4'#3).K6[4W=V5/AYX^SB>FW#*)WQ>@CGS)T*>3I1"KX`$4I2EO947[:T6:,9TQTE6I["G..],D2[/F#E.-A*[ M8E[3/JWD',N<[4S!V0?:J]_"89=I"TN?:(AB-H%^O=WLS7J0^-LK;K24`!%Y5!8NQ?*+"W]%7_9]BJJ1)LI^C2+5WW8@Y;`3&8>S8061I#(B9Y[ MV*'[H4D&*FBH/:9_V`OJP,A,Q[";P&B<.ROF]K#WE`^[=`Q,!D_N3!_%\FG; M09;X@VR%3*&-]$AT1@R,6\2G5(]D>_PCV90D-"`K2+)5'WN9HGZLYFAXT$N. M3%D`1@6IWT%J7^S6KW`TDNNRH'[-I'"#.;H'\DD/6(-\:#K1A8&A\V4P;WA@ M!UJTOGS8C`SD0,X4'A0*2;O>@*7/AX9BO3)FLV?"/S1_R$\YM`U):L9H`QTL MQ#YCY)@=XBD,-5C``ZCIFL'\3H/=S`_=S3PQ%3R`:F]HL70H8O@TL7#8%W_# M."2YFQR*IX,60B9QX9L/(V.XJP1IG&D2>]D=F"UI.GUGZC+9#O<8>Z)7LH$]0!WZ".O@3U($,NT$-N\'-M?17A'Z1I"7: MBQ)M^8G.CZ1$DOE8DGI8`B2A3J>IL_NJ('^M=`66SF?[RG/G.7X+3))326U3 M]I?"6<#@AMHP592"(2M,)\&,XI2>N]2GF_Y^977`7K1.1.%UW`+6=D=+AFAY MFC0&BFZ&TD6>J:7+A9S=A<-W3>EB!3?3E;Z0]N1,G,E$IV9$]T8D__I)4"BU+?T.5"X3#97+('-(E2&:GW+7/= M`="FQ+:GOL7@\TKB_H!E+#+WL(G.'.[,O826I_+HD4%]JE)IJHOW0C$1XX;3 MS5-E[9%LLGB4P/2Y6+!'GHE6GEO6;^C3KQ71)7<-Y;7#0N.)GREGZX&H6'K6 MWNIF;&913:P\F\\#9G3`^`$4GQ;8<*:?QL[@KO%H4#,64`U1O.U.%+>5J5.B MC)V9M"0V&;2TG1E<[FB=9-0"T3:25.*C_;PW-I.9M#?0Z3$TC].J9[$W;9\Q M)$TWLK'4[-`L9$3;5`TWO`=)`U;VPF=[Y)&,MG2EY;.*C5_273"3N%V;*J)( MK;C%I?F(H*K&XCO2>$<)#Y"^LH":I^:;QAVH\+9+C_?TR#-J(I?!*Z)3,]"N M/IW-6Y^FB]EIIK@FM7>FR?:!X"ST[X7J[QM&4K=:L'2R?JSX2+2"UMV5\OT& MANV1FJ28L4S99A0<7DUD%IT;ZS2NV"25>T^KN>$RUC:FTP(UKT4E'XG;_;2H MS!=JXY39%K\@&\&4P")%A3[+)O=";2]]=K8[!X=[%:DUR3R1J`=?8G6-YLX* M[#Q9.;9@T<4PGSEKO/5!M\JHW]176$;OZ&MWH`T-VU92,!5;P07>3 M02;5?RV;#%:4*3`*G0E09W5IS@=0S*!78+OJ>:&\T.TY0X`3:=8"ZF]/+M;+ M1/?VF=34FAO**\63:VXP3EA+$:&%P[-N9DVNVPNF[8M"M`>B8%ZXS:W9SAD[ M=>2S*"CZ-T9]O93!=="]&W]ZN/!V,5R6.X:`CN:>'^_-;;`UA7<4P=F>5D"3 MI`TU-9'A1+[+C<1/B$?^M.XR*V! MX3?B(/(KFM$R_`6FB[=3%4-Y\3)E'MG1RC`%AE_G$F8W7&-DTL6NZ$952;P! MS+3]/)HT'1LTG6G4;J+(H<*M^(W6H)E0O;UB+IQ=`Q740$O".^)U=7!V\55( M,^Z"Q*O98%L\16^H"ALF(!HQD6;A;#56$C_2?GN=Z+7M:/&?@5DJG2#S_Z#K MO]$>5P;9+GF@Z.93,-LJZ.`>%)-@Y2JCWLGC\P4IZZ@B8];$=A6%U$%553<,-YS5G' MUADEWJZ71WN2.$Z-F9>393;-W"=U8Z+4E./4-B0^P7G09\9I#*?.^APY\&S5 MX+/APIV27;H7&/LSW#"R,5AT;U:2E%%!?0A,@O4-4B9Q3:QF&)D%,UF,V[C: MO*P/W,"H`NIH29TH[<)(43R94H>]/<'YM38G.W)GTMX:!"A:+#C:A3.(N4,W M\@AKZRG#M&,7CI19)NF8ESE9=K]6NU<-#I/K9[3]X]M"P6V,VI[<\[]64V*9 MH^?QA;.N=--$3K6%,LXO/HH5Y?O9#9=A7]"U5CBS_9;F?&X6"91=+,'0DFUH MN1$+CMSL2T.)3@(3I;K8L3:P\53 M45GDA20'6B;YIWF9T=-!;+CK(TV&E\ M?AK@0X6"RJL$1D?NQ6RY])Y&CS:$V,\W^@)YO\']`;O@IRKS.+)&W!&3-S MPL)#,V;C2*6N`D-[,"I8V;0$B%VQ@;$S<4N/3`*S;F!O>XL6S[LI4:A&@D.G M3T8IZ"*#Z38UHZ5M?].VE;UH6UE#B96W6313[SDN`SN?&\? MNI'GXS&*WJMAS'50_F#YHD)#]2M094Z'',X5QX_`%C718$87S/Q<2EV%&+?`V2/M,\^-GS+QH!<1^ M!XHGTHX=-)TE5UZZVX,VQN!(005(.80J>4`U;+QUJ\^G#5+`Z)CJ>K*WN\>* M58$K:N>2BNHP95AR'!;0=)U*IQ9.+N1P8Q8Y4UT#:@2<17PYE$&TD`MHFF,< MU975C2YLXQ%A&_G5W)NUX;9 M59(Q"WY=+))ZL0RT"Z8@73S[YY(>>'ENV0L#^\0+NV2O9S*GLTRO9A8+A5ZL MEL>BU*C>FC0=('&AF!,Q8W<,VPUV2G:WDE&;/@HM"DSEP6*05`];5.92,V%- M5D$E:#-CJ9+(DNSJ)7TV&&XP-9>+26,E::\J*&[76<8MG]!&X@=PD9+,8NGP MC;13T8O5[ZWTH4^^IDG/Q?4/\#R%H?C!Z;#YH!T9!+-&X\4`RA=FMK)KH-H< M3O]P0%R'VP&K=:*2.1FS@VQP-_/@9K2U&B8OU$[=%;8[H<*B'EPL?4R0B9,. M?-,\$A:-.37D.AP6G#=K09*ZWU^69I2<;F1MN=L=62=1W M&XM:8J-5412$*DQ7/+!R&-Q<4>V1/7`)D5]'&\N!?L=6K9JW( MK/D:-*BTO-;3$1VT<'=FS>#H[#HIFRFHQ7JM=GF8,?5B9-*Y?CJ3.K+RU M_$"=64`2X2!1@E=[VD"/B#-EOXG2."P8S+N.+8YU@'P=N,:%F\KO:%<'P:&1 MNXYVV;5.&DF92>,62^!304._;AA(]66K(6.Z37S9)77&;#/].A)E]*4Q1E]X M0_[UH(3#R]=HT=UK0Z9!QDQNUU/38MJ>%TK2F^$>`[$R^FO%!#_KZ;QZ.J#U M=.F>G2;FW&A$R:VYGOYIZ6!903.>7ZQ.<-"X^#*\WNR,MZ&VKM:\PSUX&H+% M;RCH@6_@5KL!U\2CF]"%1>$6'*PTF;.A MD!V^NU[1#B^<2\N86GKONIZF=N16"[N@G;V>YO/4G6P0`AUMQBJJGSRW63V3 M$?AF<8N8V^G9L9QO-'Z(*O*Y.-68[;3DZXMVEJV4#>=OUD^@6Z(*'ABR$IAO M;"G/@`O#JRYD6)]POU#>+@/'XB??L&[C>,VO)%L[`5'C>-#6;IS,K0 MWN`%B_>N&WJ@57(,E0EA(R8;O]<5M_O,3MFHI1/7F]8M)(^P?K)SZ,PJK&WX M&<1ED2<,;>I"JIBOD\04%0XGJI!'U/KV!S8+46%:&]Y8W8V>[<06Y<8>:-KF MSB*RUO.YO<32.<#BPMEH4PT9)E]L@+9R"FC7O&_6#)-"X_2^6-OA*FT[16') M99;1;K`57TD=!OWU]20>J0*J:*V8R#S0!^DENKJW^Z(52R2M7*1QO5PHQJ-P MNK=K7<[@74D]#UFK!>]H:JPSWC&'%=23Q> M7*\6FL=F!K^MYO5P*U@Q[$R+]YDJ\(X!H4UW9RERQ:,>8BZ`WDH M"VR][Q;,)[=:`8R,V8[07REG[MKC4Z`,&M:;$@U.E2C:#/UX7\W"ZQ=UD/3V M_MP,L,?C@(P]'NS%*>@?%H68\*BN<+ZM%PL6-0GPZL@[XQBV#ADV6 MG&,=9@IP7J.,A%WZ%)(^V_-XWZ(_-T-,G<.>MF7!=C MQ"BDFSX(#C[,8=-B;QAWBC=O\AAXOQYHNU=MD>'N,:99U=N+9WA8[+WZ-XP' MD.#-KJJDCQ[7<`TX[Y]6<")@W!,KR:(Q-!J%^8/VUM.3O&"!KGF3QATMXS,> MGP/-FRJ=R%_L@0[.Y>)4-=.AJ->??Z!=?;:V`U3TP)<_<;.JZ*%V>1T6UB8& M-\)1][<1\Z1LI.]6(VK.$3-8%1*3G;Y9774CWIM$I@\?K[S>CK!H-E26I\&* MAE7PP*%NY-UNC-=;_KD51CU2<0[P&$=\];61!SQ)VQ]H-U>],:VHMCNUCX:> M+!64/F`ZM^CWF<[YG\U%:6I_DGCVW-;52L*N6+,G_VYCGN'IVMJ16H?EUMI$ M9]`TV]3CV6Y"[(';Y?1(%LJ^D6II9T,-Y79L;*D7D']^M$CD#.HIN)!\#3!- MK>G&`EJFH!=KTS6UZM784'1L3,>"]:9R:K41GO0$7\G\P?8)SS9JF6.P4Z9M MAC-GEF.V&Y\H#$\\N@5H/SZ?8[I\@]QX6V8O^$#+UK^-U6\>,9Y\QO1S%;35 MLZ$6Z!"PJ9M*8JA#@='XF,?N?`BU=:[EEBK87E!FEG;0A]-:G M5@+[]$I@GP/'RV5H/GL[M2HJ M2%,2),Z(>0,_M35*>_'9339^4Z^GFD],(%NXR/VH[)?EH/M,&.SQF;"]Z8*W M\I^6'_,ST5JQ1^9?IV:R()U*TAW#USF-=_-WOM!#[?+EQ5<^DE$(:0%I\1:2 MS-5,IIN=NC<41Z%_DKWS]3AUR6J;593JEA44/_1QHA2WA?,6,0'?FS5)*;1- M5D$I>.CK\6@72ZGW0K%O+Q@[%[B18YB..K\OF+\C_D"'+EAL]9XHTN,K[N6I MW'0E*0`NHPLE(*X@5LC[AGUL\Q]@%.W7T(SD(O@:SO*X+O$(SCZBHO@5+Y@_X[=Q]U;G(5"`L<&7T!O!;;O5JM4VD^'&:`-<-^>V@:NV+Y9 M\+E6V'H=G$U,>#3V?46%),U4V[.5VG_0*:R@)(V]Y!VL("W0WG:7C-E@/TYI ME8QDA35J][8J*.J%26`V?*FKE)'[#<(+D9^LS=YPPX"3%VR+6TJK;!RNZN%& MIA&45"P8K=/A`RX[*FAZ;/C`+7\();%_N-A0"@RL+*20+J!<\P1(2VO_$JQ2 M-(8C7:Y64BI$5_(3RI456Y) M+\UV[)PEXJ2"A$F"Z!=W:1]9=YI1LBR\`A9(+E8YZM$*+XD+9XJ=+:;]T@"5 MVK^[?W&HC-4LGCJ_:9.CRA/ZA*3.P7U>),7"1AJW?[L6&'FT?JN"^LW^ MG]^[-_R5HN7R.PT)?)YO5$9F/TE:@?;C7C:,=$I+`IO_?PA.*:"8&9F2#-*% MM$Y,9GA6D,1>WC!5C&*6"BK**>(>Q31MS_+&_]C.M;V@Z M3_#6[`=,XQ5L4::'8!ZX0XKZ_0?[-UD_:&MYD:?;WR1_<:%%Z;54?J:"=`QK M]R_&*L4KK!T@XUF`)-VE-5J+A21-A3<0F2,UWRX)0HXTNO$D7`*SOEGLV`$=46%LMP1.X>=2X-2&WA.9 MWY&7^YS('9+1I?TM([#_1*$V9[D6*BLV*,3-!U4R=:ABS+#Y(EMRZF;*%O1C MM(28;U;2)OP+-B7T`S<=\!@AC^.[97B>]69-K5047FF]8#LNUGY);J$*R]$E M8SK!=F&70?%)!P;/W=XD'CLWF%$,;OG&<:Q0^C3\HZ#ZH0.FU]A8^X"AH9>4 M+U1_'0K?;B"-:'!X,PX/:2LEQ7E?)+TJWV!2P<%=XWTO[[)?<1.4 M]D0)G%^L#AB.P4">F';`?E/L@3R)KIA%@A10EY":+X,E?"^H#?6"`7$;:%C9?!K06!A;PRBR;K^&X=86RN)TB_K/,QI);QH% M^,W;FJ2;RT@@>,.]98KJ<3B=&VNC1E7IWB0.;D%U9%^P?P:9E@$>\9N]>!XV M6X:9Q$$;Y^Y\3Q.4["GX!.F;-I`N0P,14V59E1WV\ELJVF1 MJGQ!QJT^1HJ_6-2CUOEY83_)AFK'%MT;YZBC;@>064JH;Z!):08C2;NMF`IC MNX0MYSM^:+SK)P[O3,EOF:E32A*>DDD\3ORFS$(O4IJ\-WTSSZ32[[29WBWX M\,[!@G>Z!HSVYFQ7VM:0VZ1K]'NS/L+]A\[Z>[.;_"@H2FVS@7;[L)$D&F_6 M=H-[NY]TI6`4.1B8;!:9PZ_#F:&KQKN]P/LF<3^_0^;4#9/37N;R;O;D"LH#O?,&5R0GG,4">RC3)&]$?**ZS(T[I2IN4F&68N3F- M=__:H*WA?+AI5QVR%\QK)8Y.N*@SBFW:R.8#XU5U\]2>]+>OD+)G0W')3&V2 MV.%[N$5L^@/4"7JDR]?0/+HSS]/[+TQG95[?:KY@W2@S/?:-)-'Y;[B=],I? M0)6:@LX-FG,5%5=-)>DP'^_X$LE&6UB;<)Q`.]AT M5-NOD/0&*6.F98/3>/\"FXQ-$=[F)-WE!-M9B%N@]J'4[T31\8&9-&:0O@YJ M7]3FTFKKI9(GR/9<:&T5'VY4$%?ABS7SHM#H4\SP;,DL-O*:>J+SMGS93]>U MD30(4V.:.G-)`[N_81O:;-Y:[S-W:LQF#59G:[(0^,*9SJFD;=:5-67?2?A= M;A&':$C[%;K>I%FF!<591\G+G"Z/EAQ=$R3L?7'FRBTH@K@N,Z=W1!FFB(;" MF4PF7!&)LER_4`1WJT-6S+IL(<+!D;4U)7R2N)$RW!+.6)M#DY!WZP(F>IV8 M612R_53[&W:RE$*!HMBN9I*N#Q*QE:*=[U0<]PV>4F_?&+!=?U=V7NPQ_=W: ME.3_P7V1#]D.PWH6+1SN[AUFF2J<3&.`M@Y)0Y7F:"?L+I)XO8#TPY=6A_!B M.KZCC;_CGZ4\!)V]<`H,A]F.&H&1,5A!_,B[FX)Q>.EF>Y7Y#>-!//[@DZQR MNR(VJR=3-DZD0KO'R5I[G,S=23G#AR5BRYQUH=5(_XQ^FK>A>UB0YT/C M-[M'PAVMPRVU,W=(-YA+0'*G5@S7J!2D+YQE,H*2\.60.)HD4+78#=3S*5U\ M=2/NC5-C6QGY!#(U0[+J(.>97H\7CCJ\8.*Y"J+CI,#TI+FSYXI=:&"+7-M0 MNT7.\).;?7JK)N:8QJ9;,*-NHGTQ4S*'J:$C2\IGI;.<$]-YIMN%=-FOGE5, M6#36TDW2A&2*%':Z:=!;HF2@F:*#1>9LITAV:6=^J]3',UA]D5-I$OV"VNO3 MBM(8]?I,M9*VF#>67`R)C,DH0$$KAIP!*:[W;"4\3ODH3EXGVXW2XYKV2]$4 M,$WF?<&7&(&A4`ZX9^'`V/EZN-$V73C,%(393`Y<;P2J@XAGSS3,^B0@HQ9Q M:T'0E"G=PHM1IA-=QP:F,YS1$5/J)7$`IK'Y0YC]HLG?^$AF.(RIY!7!J[N? MN$GW.-J.OC6,;=KVQN>2-,YH*$P4@)TF?&&13]K-A=;,E,<103J6%P[USC32 MLXXT65*M%/72;70F[,OD?9DE'BUC-MCEF&-DZBB8(I/XOC=(T]T!8IMFPUCB ME))A*3+&4MS<#]JBZ.L?T*QKYI8$56\*9F?&M)JZR)B:[*L^'PJ2#4F`F=99+(K`CBJ$; MR&2HX'RG2,>`>W/'9]2$KE.M\$_DJ,4E*C9GIAZT,V.M^#AUXH+HY`JQP7&A3G,NLD64E7S"T954G`4ZF$^6]ZZ%]KR MU&VXCL=&>I._.U3-QZ8GQ?.7W_%-57((VHW_T%W,R]"A24'[4;Z M>%PM-/&%L@FYX0=F)G@?ZW4^\BDK^7\V],`GKYQ9+_#;I`>`C?4OJ3C=T07> ML7*P/:JTJ/JCFUWGN56\L3P9);T2:R3-KA1LWQPZEY4_T(GCP(YOF$>DSR<` MWS,*K5/^Z(X(:DNS`D->_T8D_8BUF>CWT]98'/]`Q M_[MENGW3.N2C!8`5M+:*]'`YW; MWRM_187MCB#X%1TTP_S$;&^1'(2RGA2PDPNB5:),:G,4TI?148]7%/<>F$GB M^I`.%VYQ$ETH3W5W//$PG3D^IV8V*:F2]L3$/@P![VRB"CL^G0#.+1J9)D;VZHNK@*CB-*6T][R'`LM$[48C?@ M0:H3N+57H_;D.5-Z.]*2([]]Z-@$:.*1251'X4F_Z,I\V&FH?:R8=#>L.=I7 M@D.C*]!(^62KTQQ5&9M;O,^?VA%_.W-LBD6&SZ8LBBN5CI\XT:,9L#[;( MPXCSL'KDA<3@^S>+^@M=?-UI]4-OAM&D#E)_?^!;CPQCRMZ"V@?8D=S>\0:& M9H`^SYW\V6V@,Z[W[OR%9DBGONONB@U><4?(H';U\^=1(K1N3:?[,H3S,+=UHK?9] MT9K*ET5L3U:*(6-<.Z6RV.SZH!J.%<0Q+R@JGV#)>LCDL^-N/QN,(+R^EM7SP-@JVE=.O3Y^$;R8*9^)92?Q*$F)[QC*E%752`NX931U&38"W2@0G! M`C,'8@8_T[3@$XTW;K!M$1G3SA<2O]2J&$Y?-*`K>5TR)2;5:FE\`LOZ(EE: M\#=-^7G7DPVY:>"UG2W[0@7I`V\G2]FX:JS+ZH$N:T\'W!6=Y:OZRBN(,\-N M]4Q.M,^OEA]I?:R4KJIP^#)P'>C*^4"`]JJE)]?A,MF/6VLVT_8J?QT&F[G@ M,)!XG4XVS<'A6&?41FTV#*;!K.J'&G0?L\=HO%LJS3KS79SC5-9":NDV536F?:X>8/V]IG>WFY M+FW?D(%?2+*@5XL/77_;N_S"4:<_FTCD*2#9I/E0>B7+\3.*2TD_SI>.7YVDRCC MP/`CZ1CQ24&WGPG+)WR=$YF^7^1>RM1GW#9(?[_&>Z*M-$#\1O1E5M!VY\P> MB$0.&ENEV?X:1<]^32!JARNX'%V]HNK5#)PEH"C\UX#)]D[MROI&SI&/[RA9H:B9C]0&M.`(1MY)?>- MGL*=S^VHT:H__X";3RN_\/C77^`/7*A@5T6+)N$1O#R[^1"*H/RP5@/]-HP8< MFBG#$?2(GS//3=G5JSTGEX<5JR_MAXQLG MQL%PZAI4Q)5$HW<`K_.&78Z#E MQ7MP*_SW7^AV&'^%6V'6-O'&V^%];\HWR4*2Z;@5HYSIVQ^,??#ZW2&'^.$% M/=2NVJ,9UT1D&SZ?@SZP'MY_@J)>>502"8(ZME9+A.>Q#]_^A#_\&9[]`V/Y MYOV3GMUP5D7PIE46H'IE`2/F"0=%?)T5U-/#I>?N=/HVED8*T@MN MF#DV2MU"LTHBE^$95)![>ZM`VIN0S M.YK%&*2/%7JJ2Y'0<[+38K#M_G/Z%PH7<`5E)3(O+H*%/;!SUC_Q,0OV@&Z8 ME[3_5.3-KOLI1C=V:?8#EGZ@N@5(N8X-_6SWW^B^41ZO3WFS]6:3LG-WQ..X M\;@7=Q-[2?>#1RJ%\Y76D_YP/'?D'JV2'NR;I"_(TH*G@DR:"BV@&4%M,QN7 M#QCXE=FJ3%^J"=KAO$8%4FP["Y5M3I7$,?BU=L\$M]7_@K'M:=(OGNEMO?31P(;")^QQ72@0/ASS^P@7O_`0W(M>E(-;2_1U9*UT:EK9+6 ML:M[SZ]'G.?77:S/<#;>4!QLRL-2R&[H])+ZNA\E5K"^N:F/\L5BM_IF'`_8&AN/-LQ#D7/V/*>UZKWIKKU.6] M%S]B2OM/@0JX[D=6!G>+5/?TT[*5):Z@VPIE:RJ(TG5O MH+AT!JGC]_R?T"N^;QC1N8NK@M:1Y\HRUD"^F$ MOYNT@9>LG)6+`X1I,'G?^>+P*R,L$'\.4I_K"YZ*,+R50P$SO<8I+?W7'Y0_/YWL>ZQ=];%`, M_Q5)Z:^=?7>V=.8C7L0?/'T,Y3UIO("RR9_:N9V>QUC]BKF6R-.V-QI;ARQ%PH-=1!!GN@NIU:QD_HS.A6"P$:]G/TU*Q!QZSEF[!1;Y0;,6"5QU6 M:KV0$RX`2NI6P,A&@FU*\H0`UQE*+@7XV;6]2EIAD:2Z.C]0_0+3TY]0C*1R M;#)^'C$8/]/47WP;K+BVS'<7EGZPDK@!?A5QL1%[L?2QX\7L_/$F-=D#O+?- MD]9`)DE)C'=3)L%)#8(?Z"'8AO]%T^"3DSKOH?29DR3>*6`B=T?AT,.0V?V< MS,'-]/Q_G._=%4'\W>[2_N?%/+-C-O?HSB_`;J+QR>1^E<("KA/^]B<*),:P MCHO*3P%1QXZ2+2XXM`,*)S\\-0,4]0OPM%]^:,-D&(,S6W,ZWRDRW>0A4Y`! M>P-EFJ?9PO%G6RMD&%@@S=S:Z:9PM`O.5*.L@*(YY[MA9BL&9KU8K].Z7RJD MD*K8X\"'F%ZZ2FV]C"T1\R#CL\3AKHDB50K3SW=1T\*.=X4E\)'H'+&D<;_X MQXNC;IM=]#N17#S_?C9G2;B_@;M=KMR^(;IQ(&>%/'<2[_:-'FIW/__4B[4O MR.^K;MR5S$5DW5_$P[NUIS2_E'HFP0/:H7W=4WA)A7GFZ2, M*^!^W$U@^R9`I<3>JN2M]U5,24?>(,U/WUXZ>N+[#<.U0X7##3J0JB]\AU/5 M[U]9;QBNT!Z+3VXL[$B5W#>B"@=%BPIG*BQC*DVK;)AOTC[2EE'&Q(0KZ'Z$ MQ(:15#P2E&0/D*3AL6MM50IRV;U`5)7#A>J_OU$+LOO&;8PHAOF;U`_N($=@ M!7&P<,D.OU9ML9"Z?@;Q4`0XFFH;\Y9!UNX;5A)51];I=DGS@NU38ZNP#2Z3 M*L\;NG]XJ["IDI*']LP*;I,ZL3H-.J"ZJ`]MM(L7T\GR7^ZYM$(;5- M86XE9K*0$%=<.#)Y+)@VR,B@J,>HC35I6R_M,V(+#K!H^$'QEPVCF5S-BEP' M/I.U-)7MV4:RBC$U10G:$%7L=5$)+1OUO$(2_%Z..X@V/PQO<#0]_?;-(7I)3I M?<%PX_I"S4!N!W)O9(Q:FQI*D_A"39],)Z-,HH)SW\&&TQ@%:A*8R:6C93J= M.CMH9Q+]3YDTAU$!<8YVW_%L[4'JBD)>T!U>2%K&4SAZ$;Q-^W76"HI3TUVD M>LP/5%=&>6?-&_.$S[)?+-]T%=I4W@1/J"LW=X_.SL4OF"KI_3>^&U1?V8ND M;Q2[B5/WZ-1+4/(8$C`+#$T6@4MJRH-3U,WJX`D0) MTN-1!N=9[9DWK)HRXB/D^%&X.V2V?;%^L-IPZYXY=S(C1P8.M4V=RI19MHT);N8,*OP738V"0]L,4-A$864T!TN&H@C@G?6\W)J9SASB4 M*4@W*]UPZ3"Z=4-1AU?81'PH47ED>%O$:J9N9D,,RV!265JD<(EN^"(5F#%R M&G?)YCRA.[Z`.(L%M8E)/=Y=%I(TI!1DK9RML>!0.<.[M@U#13`U?%@-ENP% MNRCI]/:CFVXVCL'A3^-F,_$Y:T*;*Y$!5%K#P5GH.J1PZ&X/-LV=DZ0N*LJC MF6:3-2IX5,A5U_=D#<[HSCF M-I8:(=;-G;M2,FM:(T!LT;8[]KQ6/>GYN!5O1&HD(MM)B^69_HQ/=8F[:P]A*NI!YE](ED6QZ5%WBJ+J$X0*)[^J3 M#KKI04@8$-AZINTG8W-SI1_>4+Q=3Y]T^Y^^<#E^M>3?+YQ9RFMO;M+"F?"L M_:&(\`TGU;'VH[E_UQY#%0IH5LH7Q-=^_OW9G#\@$UL%";M<]L?FQ>U.Y09B M5_8OF"LETQ?D]8K<[N(*BKJPO[`J)0Z[0MY`6@JX;S`$UEV-$C=+(7<53J5, M5+IA/N^G,"ODOK&]8?M[>@&M.=@(*C?A_,(!+S";C(_]@.8-PP79[]:&*!3) M@"1.WCB:B[Y/N^$U&[?KF7]Q-KO]L%\ROG#@;B[<\D;PB^S(=1V_W:D4K1\6BS;_$(-M+&&#/DOCE102P>(5NWDUBR=MH$W:H5; M('/T&_SKE/\W"BTIU18U97LZT2:"$!G);11@O9#V:.UW6U(+[8?^:%[(^+LF M6ZW8LVW>HQ%#%W*+NW[;F8;NSY!@HX#6W$7[T>.AN.T_]H-^"D=KN.__HA+` MA:6C2+M_Y5PI6[R]U3()=+^*5[0U(8 M&!ID^=_$B,__]MR_$"Z@]6-I3>O?6VLPJU\;F@!-$#,J:R\P]([Y)-)T#^1+)][K::6K1\,C@OB3SI]X[<&(%IG[LK MK="N)^5UWW^05BEX*/,&<4%UCWD_-&H#)0?%#Q2"$@J-DSA04LV*#L;1DNXF MZ_1DUS`!CFD_P+:@\P>V&2!9NP6UT9E5W.8#XC9#(=L`=P.R2FNVNL@M&QBZ MHC-JON,,:G=5\R1LKV_S-CU9!$#0,YHQ@9H=GU%;KON)$@N5;,B3+5=(O1:8 M=*`[RP$R4S3#'44"=787&9C^*GJ?,CF/V=P0P>HN%'_07$X6V?[R[F1HDZ5S0H\T+*1%X:EXP$MCAFQ4;[9C])6]W`'<7=:1APD`<,9.L&M&*Z`97K2*W1<3Y3 M.H"3.I6Z^4)V%CQ&+A3M#3/&!530UC!%=V0*50(=T#.E'5FX(_3#%H$1F,J! MF5K+_3(UM.0JB;[X%TUC&>Q^:JU*VAH-#O7AJY!L)=F8`D8]F/U',AN*RX>\2YVYR+L_$;5)#?ZQ@]T-.7TA_"Z!XW4_/#K)E$5G>:Y&R3*9NUZ0-5Q/0Q=BV=L#,ZW^GE3YI, M>V8,'8Z)`OPSI8IVBH*()C9VP9@L4#9MW#*=UQ`E%>-LPM2]Y>,QHVD MC9%%[Z75Q(R"SNB$/S6VY`N'HDC251J4<9[TX=;$+[3_@\>NIP"20;O(Q=DOUR07%.,GMOFXO-,R02 M"6RU4,/]9S&___[]U[0?BYNQ=DCC'=YB?J/[I2I^L+MYDH*=,ONU/T+?J#:[ M^PCDZ^^OYKP?PAO8OL5=J2B]MZMQ"[IK8@6U'QR;J38?H4%L"[F[$"JUKT8J M9Y\W66128?97APX[`.E#HOO([C=';Q`2Y2.H\&3H9,8@8RE MC_TXTL#VDT`$M7^\#&HEB`0]L'VEOX$V]4'.L(<5%"D1@/*^3],^,_??YK]^,1,M?O7))7:3QOSXO:/.ANYG[TCP-.TNUU6 M#*ZJ`^R66PO&6Z`#G`.#RSOJKK0&-^VZ+(.R;Z/;P@QVMS_[H1#!]?NF>6## MKN40U#B*$$!H=5`R:BGUZ6;36E#YO*\;6)T;MV]0_3__]7_^S__KO_[_B'PD MO3S:_['\7O[C__T_+MTT/?ZW_V^X`>8$S!F8"S`M,%=@;L#<@>F`^0>8#V!Z M8![`#,`D8$9@?@$S`3,#(_*\`O,$YA.8W\!\`?-GG_F/__J__^=?Z?K7O#2E C*/'__MRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 05:27:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D42016A4CE; Sat, 4 Dec 2004 05:27:49 +0000 (GMT) Received: from lakermmtao06.cox.net (lakermmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA75143D2F; Sat, 4 Dec 2004 05:27:48 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao06.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041204052748.GCRO4767.lakermmtao06.cox.net@dolphin.local.net>; Sat, 4 Dec 2004 00:27:48 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with SMTP id iB45Rg8d016669; Fri, 3 Dec 2004 23:27:42 -0600 (CST) (envelope-from conrads@cox.net) Date: Fri, 3 Dec 2004 23:27:37 -0600 From: "Conrad J. Sabatier" To: Volker Stolz Message-ID: <20041203232737.5947083d@dolphin.local.net> In-Reply-To: <200412021146.iB2BkMnV053891@freefall.freebsd.org> References: <200412021146.iB2BkMnV053891@freefall.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@FreeBSD.org cc: vs@FreeBSD.org Subject: Re: ports/74441: Update port: games/gnuchess (new version 5.07 with optional opening book support added) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:27:49 -0000 On Thu, 2 Dec 2004 11:46:22 GMT, Volker Stolz wrote: > Synopsis: Update port: games/gnuchess (new version 5.07 with optional > opening book support added) > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Thu Dec 2 11:45:27 GMT 2004 > State-Changed-Why: > Please see the Porter's Handbook on how to submit updates in > unified diff format. Also, please not that README.html is not part > of the port but generated for the CD-sets. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74441 > Ah, OK. Sorry about that. Here's the diff: diff -ruN ports/games/gnuchess.orig/CVS/Entries ports/games/gnuchess/CVS/Entries --- ports/games/gnuchess.orig/CVS/Entries Fri Dec 3 23:04:35 2004 +++ ports/games/gnuchess/CVS/Entries Wed Dec 31 18:00:00 1969 @@ -1,5 +0,0 @@ -/Makefile/1.17/Wed Oct 8 11:31:49 2003// -/distinfo/1.9/Thu Jan 29 07:23:54 2004// -/pkg-descr/1.2/Mon Oct 7 10:28:08 2002// -/pkg-plist/1.5/Wed Oct 8 11:31:49 2003// -D diff -ruN ports/games/gnuchess.orig/CVS/Repository ports/games/gnuchess/CVS/Repository --- ports/games/gnuchess.orig/CVS/Repository Fri Dec 3 23:04:35 2004 +++ ports/games/gnuchess/CVS/Repository Wed Dec 31 18:00:00 1969 @@ -1 +0,0 @@ -ports/games/gnuchess diff -ruN ports/games/gnuchess.orig/CVS/Root ports/games/gnuchess/CVS/Root --- ports/games/gnuchess.orig/CVS/Root Fri Dec 3 23:04:35 2004 +++ ports/games/gnuchess/CVS/Root Wed Dec 31 18:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs diff -ruN ports/games/gnuchess.orig/Makefile ports/games/gnuchess/Makefile --- ports/games/gnuchess.orig/Makefile Wed Oct 8 06:31:49 2003 +++ ports/games/gnuchess/Makefile Fri Dec 3 23:06:34 2004 @@ -1,30 +1,65 @@ -# New ports collection makefile for: Gnu Chess -# Date created: 04 July 1996 -# Whom: markm +# New ports collection makefile for: Gnu Chess +# Date created: 04 July 1996 +# Whom: markm # # $FreeBSD: ports/games/gnuchess/Makefile,v 1.17 2003/10/08 11:31:49 edwin Exp $ # -PORTNAME= gnuchess -PORTVERSION= 5.06 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= chess - -MAINTAINER= ports@FreeBSD.org -COMMENT= "Classic" Gnu Chess - -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" +PORTNAME= gnuchess +PORTVERSION= 5.07 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= chess + +MAINTAINER= ports@FreeBSD.org +COMMENT= "Classic" Gnu Chess + +PLIST_FILES= bin/gnuchess \ + bin/gnuchessx + +.if !defined(NOPORTDOCS) +PORTDOCS= ChangeLog \ + NEWS \ + README +.endif + +OPTIONS= OPENING_BOOK "Install opening book (24 MB download)" on + +.include + +.if defined(WITH_OPENING_BOOK) +DISTFILES+= book_1.01.pgn.gz +PLIST_DIRS+= %%DATADIR%% +PLIST_FILES+= %%DATADIR%%/book.dat +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +.endif + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" post-patch: - @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS:S/"//g}|g ; \ - s|-pthread ||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS:S/"//g}|g ; \ + s|-pthread ||g' ${WRKSRC}/configure + +pre-install: +.if defined(WITH_OPENING_BOOK) + @scripts/create_opening_book.sh ${DISTDIR} ${WRKSRC} +.endif post-install: - ${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx + ${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx +.if defined(WITH_OPENING_BOOK) + @${ECHO_CMD} Installing opening book + ${MKDIR} ${DATADIR} && \ + ${CP} ${WRKSRC}/src/book.dat ${DATADIR} +.endif +.if !defined(NOPORTDOCS) + @${ECHO_CMD} Installing documentation + ${MKDIR} ${DOCSDIR} && \ + ${CP} ${WRKSRC}/NEWS ${DOCSDIR} && \ + ${CP} ${WRKSRC}/doc/* ${DOCSDIR} +.endif -.include +.include diff -ruN ports/games/gnuchess.orig/distinfo ports/games/gnuchess/distinfo --- ports/games/gnuchess.orig/distinfo Thu Jan 29 01:23:54 2004 +++ ports/games/gnuchess/distinfo Fri Dec 3 23:06:34 2004 @@ -1,2 +1,4 @@ -MD5 (gnuchess-5.06.tar.gz) = 9b25c80bef39e6ab24088dcfdea7d845 -SIZE (gnuchess-5.06.tar.gz) = 212829 +MD5 (gnuchess-5.07.tar.gz) = 259da00aa559e5624c65279484fccaf7 +SIZE (gnuchess-5.07.tar.gz) = 234542 +MD5 (book_1.01.pgn.gz) = 1be508d7a38a8c9a7d599d0cd92b24a6 +SIZE (book_1.01.pgn.gz) = 26070544 diff -ruN ports/games/gnuchess.orig/files/patch-book.h ports/games/gnuchess/files/patch-book.h --- ports/games/gnuchess.orig/files/patch-book.h Wed Dec 31 18:00:00 1969 +++ ports/games/gnuchess/files/patch-book.h Fri Dec 3 23:06:34 2004 @@ -0,0 +1,12 @@ +--- src/book.h.orig Fri Nov 26 19:20:29 2004 ++++ src/book.h Fri Nov 26 19:21:15 2004 +@@ -31,8 +31,7 @@ + */ + static char const * bookbin[] = { + "book.dat", +- "/usr/share/games/gnuchess/book.dat", +- "/usr/lib/games/gnuchess/book.dat", ++ "/usr/local/share/gnuchess/book.dat", + NULL + }; + diff -ruN ports/games/gnuchess.orig/pkg-descr ports/games/gnuchess/pkg-descr --- ports/games/gnuchess.orig/pkg-descr Mon Oct 7 05:28:08 2002 +++ ports/games/gnuchess/pkg-descr Fri Dec 3 23:06:34 2004 @@ -1,4 +1,4 @@ - Gnuchess plays a game of chess against the user or it + Gnuchess plays a game of chess against the user or it plays against itself. Gnuchess is an updated version of the GNU chess playing diff -ruN ports/games/gnuchess.orig/pkg-plist ports/games/gnuchess/pkg-plist --- ports/games/gnuchess.orig/pkg-plist Wed Oct 8 06:31:49 2003 +++ ports/games/gnuchess/pkg-plist Wed Dec 31 18:00:00 1969 @@ -1,2 +0,0 @@ -bin/gnuchess -bin/gnuchessx diff -ruN ports/games/gnuchess.orig/scripts/create_opening_book.sh ports/games/gnuchess/scripts/create_opening_book.sh --- ports/games/gnuchess.orig/scripts/create_opening_book.sh Wed Dec 31 18:00:00 1969 +++ ports/games/gnuchess/scripts/create_opening_book.sh Fri Dec 3 23:06:34 2004 @@ -0,0 +1,19 @@ +#!/bin/sh + +DISTDIR=$1 +WRKSRC=$2 + +[ -f ${WRKSRC}/src/book.dat ] && exit 0 + +builtin echo -e "\nCreating opening book for gnuchess...\n" + +cp ${DISTDIR}/book_1.01.pgn.gz ${WRKSRC}/src/book.pgn.gz + +cd ${WRKSRC}/src && gunzip -f book.pgn.gz + +./gnuchess << END +book add book.pgn +quit +END + +[ $? = 0 ] && builtin echo -e "\nBook successfully created!\n" -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 06:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0494B16A4CE for ; Sat, 4 Dec 2004 06:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B362243D53 for ; Sat, 4 Dec 2004 06:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB46KRxB074468 for ; Sat, 4 Dec 2004 06:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB46KRrd074467; Sat, 4 Dec 2004 06:20:27 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 06:20:27 GMT Resent-Message-Id: <200412040620.iB46KRrd074467@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, statue Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAEFB16A4CE for ; Sat, 4 Dec 2004 06:12:06 +0000 (GMT) Received: from freebsd.netlab.cse.yzu.edu.tw (freebsd.netlab.cse.yzu.edu.tw [140.138.150.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1597243D4C for ; Sat, 4 Dec 2004 06:12:06 +0000 (GMT) (envelope-from statue@freebsd.netlab.cse.yzu.edu.tw) Received: from freebsd.netlab.cse.yzu.edu.tw (localhost [127.0.0.1]) iB46CvI0044462 for ; Sat, 4 Dec 2004 14:13:02 +0800 (CST) (envelope-from statue@freebsd.netlab.cse.yzu.edu.tw) Received: (from statue@localhost)iB46CpOi044461; Sat, 4 Dec 2004 14:12:51 +0800 (CST) (envelope-from statue) Message-Id: <200412040612.iB46CpOi044461@freebsd.netlab.cse.yzu.edu.tw> Date: Sat, 4 Dec 2004 14:12:51 +0800 (CST) From: statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74661: New port: chinese/scim-chewing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: statue List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 06:20:28 -0000 >Number: 74661 >Category: ports >Synopsis: New port: chinese/scim-chewing >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 Dec 04 06:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: statue >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.netlab.cse.yzu.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #1: Tue Jun 1 18:37:58 CST 2004 statue@freebsd.netlab.cse.yzu.edu.tw:/usr/obj/usr/src/sys/statue i386 >Description: SCIM Chinese Smart Pinyin input method Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface. WWW: http://scim.freedesktop.org >How-To-Repeat: >Fix: --- scim-chewing.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: # # scim-chewing/ # scim-chewing/Makefile # scim-chewing/distinfo # scim-chewing/files # scim-chewing/pkg-descr # scim-chewing/pkg-message # scim-chewing/pkg-plist # scim-chewing/files/patch-configure # scim-chewing/files/patch-src::Makefile.in # echo c - scim-chewing/ mkdir -p scim-chewing/ > /dev/null 2>&1 echo x - scim-chewing/Makefile sed 's/^X//' >scim-chewing/Makefile << 'END-of-scim-chewing/Makefile' X# New ports collection makefile for: zh-scim-chewing X# Date created: 4 Dec 2004 X# Whom: Shen Chuan-Hsing X# X# $FreeBSD$ X# X XPORTNAME= scim-chewing XPORTVERSION= 0.0.1 XCATEGORIES= chinese XMASTER_SITES= http://jserv.sayya.org/qooing/ XDISTNAME= ${PORTNAME}-20041130 X XMAINTAINER= ports@FreeBSD.Org XCOMMENT= SCIM chewing Chinese input methods X XBUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim XLIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include X X.if ${OSVERSION} < 500035 XBROKEN= scim-make-table is not available for 4.x X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X @${ECHO} X @${ECHO} To display this message again, type \`make post-install\' X @${ECHO} X X.include END-of-scim-chewing/Makefile echo x - scim-chewing/distinfo sed 's/^X//' >scim-chewing/distinfo << 'END-of-scim-chewing/distinfo' XMD5 (scim-chewing-20041130.tar.bz2) = 5eea8b592238dd8e5facad5f1c683e77 XSIZE (scim-chewing-20041130.tar.bz2) = 322434 END-of-scim-chewing/distinfo echo c - scim-chewing/files mkdir -p scim-chewing/files > /dev/null 2>&1 echo x - scim-chewing/pkg-descr sed 's/^X//' >scim-chewing/pkg-descr << 'END-of-scim-chewing/pkg-descr' XSCIM Chinese table based input methods: Array30, CangJie, Cantonese, Dayi, XErbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin X XSmart Common Input Method platform, in short SCIM, is a development platform to Xmake Input Method developers live easier. It has very clear architecture and Xvery simple programming interface. X XWWW: http://scim.freedesktop.org END-of-scim-chewing/pkg-descr echo x - scim-chewing/pkg-message sed 's/^X//' >scim-chewing/pkg-message << 'END-of-scim-chewing/pkg-message' X-------------------------------------------------------------------- XRemember to set environment varible XMODIFIERS: X X csh/tcsh: setenv XMODIFIERS @im=SCIM X sh/bash: export XMODIFIERS='@im=SCIM' X Xand set LANG, LC_CTYPE to one of the following values: X X Simplified Chinese: X zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_CN.eucCN X X Traditional Chinese: X zh_TW.UTF-8, zh_TW.Big5 X zh_HK.UTF-8, zh_HK.Big5-HKSCS X XTo start the SCIM input method daemon, use command: X X scim -d X X-------------------------------------------------------------------- END-of-scim-chewing/pkg-message echo x - scim-chewing/pkg-plist sed 's/^X//' >scim-chewing/pkg-plist << 'END-of-scim-chewing/pkg-plist' Xlib/scim-1.0/1.0.0/IMEngine/chewing.a Xlib/scim-1.0/1.0.0/IMEngine/chewing.la Xlib/scim-1.0/1.0.0/IMEngine/chewing.so Xlib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.a Xlib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.la Xlib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.so Xshare/scim/icons/scim-chewing.png END-of-scim-chewing/pkg-plist echo x - scim-chewing/files/patch-configure sed 's/^X//' >scim-chewing/files/patch-configure << 'END-of-scim-chewing/files/patch-configure' X--- configure.orig Sat Dec 4 13:35:23 2004 X+++ configure Sat Dec 4 13:35:39 2004 X@@ -27180,7 +27180,7 @@ X fi X X if test "x$SCIM_MODULEDIR" = "x"; then X- SCIM_MODULEDIR=${libdir}/scim-1.0 X+ SCIM_MODULEDIR=${libdir}/scim-1.0/1.0.0 X fi X X if test "x$SCIM_DATADIR" = "x"; then END-of-scim-chewing/files/patch-configure echo x - scim-chewing/files/patch-src::Makefile.in sed 's/^X//' >scim-chewing/files/patch-src::Makefile.in << 'END-of-scim-chewing/files/patch-src::Makefile.in' X--- src/Makefile.in.orig Sat Dec 4 12:50:10 2004 X+++ src/Makefile.in Sat Dec 4 12:50:05 2004 X@@ -238,6 +238,7 @@ X -I$(top_builddir) \ X -I$(top_srcdir) \ X -I$(top_srcdir)/src \ X+ -I/usr/local/include \ X -DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \ X -DSCIM_CHEWING_ICON_FILE=\"@SCIM_ICONDIR@/scim-chewing.png\" X END-of-scim-chewing/files/patch-src::Makefile.in exit --- scim-chewing.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 07:20:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD6D16A4CE for ; Sat, 4 Dec 2004 07:20:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C1A43D5F for ; Sat, 4 Dec 2004 07:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB47KFFd075230 for ; Sat, 4 Dec 2004 07:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB47KFPC075226; Sat, 4 Dec 2004 07:20:15 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 07:20:15 GMT Resent-Message-Id: <200412040720.iB47KFPC075226@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kang Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2AFE16A4CE for ; Sat, 4 Dec 2004 07:13:07 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BD143D53 for ; Sat, 4 Dec 2004 07:13:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB47D6kF039962 for ; Sat, 4 Dec 2004 07:13:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB47D6OK039961; Sat, 4 Dec 2004 07:13:06 GMT (envelope-from nobody) Message-Id: <200412040713.iB47D6OK039961@www.freebsd.org> Date: Sat, 4 Dec 2004 07:13:06 GMT From: Kang Liu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74662: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:20:16 -0000 >Number: 74662 >Category: ports >Synopsis: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 >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 Dec 04 07:20:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kang Liu >Release: 4.10 & 5.3 >Organization: Beijing University of Technology >Environment: FreeBSD 4.10-RELEASE-p2 #79 >Description: use MASTER_SITE_APACHE_JAKARTA as MASTER_SITES >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/jakarta-tomcat3/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- Makefile 3 Dec 2004 14:20:02 -0000 1.44 +++ Makefile 4 Dec 2004 06:29:20 -0000 @@ -9,9 +9,8 @@ PORTVERSION= 3.3.2 PORTREVISION= 0 CATEGORIES= www java -MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-3/v${PORTVERSION}/bin/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= znerd +MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITE_SUBDIR= tomcat-5/v${PORTVERSION}/bin MAINTAINER= liukang@bjut.edu.cn COMMENT= Open-source Java web server by Apache, stable 3.x branch >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 07:36:02 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9877E16A4CE for ; Sat, 4 Dec 2004 07:36:02 +0000 (GMT) Received: from avgw.bjut.edu.cn (avgw.bjut.edu.cn [202.112.77.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 5427343D2D for ; Sat, 4 Dec 2004 07:36:00 +0000 (GMT) (envelope-from liukang@bjpu.edu.cn) Received: from bjut.edu.cn ([202.112.78.226]) by avgw.bjut.edu.cn (SMSSMTP 4.0.4.64) with SMTP id M2004120415345828777 for ; Sat, 04 Dec 2004 15:34:58 +0800 Received: (eyou send program); Sat, 04 Dec 2004 15:21:13 +0800 Message-ID: <302144873.05468@bjut.edu.cn> X-EYOUMAIL-SMTPAUTH: liukang@bjut.edu.cn Received: from unknown (HELO bjutliukang) (202.112.78.229) by 202.112.78.226 with SMTP; Sat, 04 Dec 2004 15:21:13 +0800 From: "Kang Liu" To: , Date: Sat, 4 Dec 2004 15:35:43 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <302143952.27888@bjut.edu.cn> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTZz7FX51XQStwJTe+gCqGGu6MN3wAA4wAA Subject: Re: ports/74662: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:36:02 -0000 Sorry for my carelessness in the patch, In the "MASTER_SITE_SUBDIR", it should be "tomcat-3" not "tomcat-5". :-( From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 07:40:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B5DC16A4CE for ; Sat, 4 Dec 2004 07:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DAA43D54 for ; Sat, 4 Dec 2004 07:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB47ePal077442 for ; Sat, 4 Dec 2004 07:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB47ePUm077441; Sat, 4 Dec 2004 07:40:25 GMT (envelope-from gnats) Date: Sat, 4 Dec 2004 07:40:25 GMT Message-Id: <200412040740.iB47ePUm077441@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Kang Liu" Subject: Re: ports/74662: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kang Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:40:26 -0000 The following reply was made to PR ports/74662; it has been noted by GNATS. From: "Kang Liu" To: , Cc: Subject: Re: ports/74662: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 Date: Sat, 4 Dec 2004 15:35:43 +0800 Sorry for my carelessness in the patch, In the "MASTER_SITE_SUBDIR", it should be "tomcat-3" not "tomcat-5". :-( From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 08:00:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C7B16A547 for ; Sat, 4 Dec 2004 08:00:58 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A11B543D48 for ; Sat, 4 Dec 2004 08:00:58 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB480w1o079657 for ; Sat, 4 Dec 2004 08:00:58 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB480wmW079656; Sat, 4 Dec 2004 08:00:58 GMT (envelope-from gnats) Date: Sat, 4 Dec 2004 08:00:58 GMT Message-Id: <200412040800.iB480wmW079656@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: statue@netlab.cse.yzu.edu.tw Subject: Re: ports/74661: New port: chinese/scim-chewing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: statue@netlab.cse.yzu.edu.tw List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:00:59 -0000 The following reply was made to PR ports/74661; it has been noted by GNATS. From: statue@netlab.cse.yzu.edu.tw To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/74661: New port: chinese/scim-chewing Date: Sat, 4 Dec 2004 15:54:09 +0800 (CST) # 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: # # scim-chewing/ # scim-chewing/Makefile # scim-chewing/distinfo # scim-chewing/files # scim-chewing/pkg-descr # scim-chewing/pkg-message # scim-chewing/pkg-plist # scim-chewing/files/patch-src::Makefile.in # echo c - scim-chewing/ mkdir -p scim-chewing/ > /dev/null 2>&1 echo x - scim-chewing/Makefile sed 's/^X//' >scim-chewing/Makefile << 'END-of-scim-chewing/Makefile' X# New ports collection makefile for: zh-scim-chewing X# Date created: 4 Dec 2004 X# Whom: Shen Chuan-Hsing X# X# $FreeBSD$ X# X XPORTNAME= scim-chewing XPORTVERSION= 0.0.1 XCATEGORIES= chinese XMASTER_SITES= http://jserv.sayya.org/qooing/ XDISTNAME= ${PORTNAME}-20041130 X XMAINTAINER= ports@FreeBSD.Org XCOMMENT= SCIM chewing Chinese input methods X XBUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim XLIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include X X.if ${OSVERSION} < 500035 XBROKEN= scim-make-table is not available for 4.x X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X @${ECHO} X @${ECHO} To display this message again, type \`make post-install\' X @${ECHO} X X.include END-of-scim-chewing/Makefile echo x - scim-chewing/distinfo sed 's/^X//' >scim-chewing/distinfo << 'END-of-scim-chewing/distinfo' XMD5 (scim-chewing-20041130.tar.bz2) = 5eea8b592238dd8e5facad5f1c683e77 XSIZE (scim-chewing-20041130.tar.bz2) = 322434 END-of-scim-chewing/distinfo echo c - scim-chewing/files mkdir -p scim-chewing/files > /dev/null 2>&1 echo x - scim-chewing/pkg-descr sed 's/^X//' >scim-chewing/pkg-descr << 'END-of-scim-chewing/pkg-descr' XSCIM Chinese table based input methods: Array30, CangJie, Cantonese, Dayi, XErbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin X XSmart Common Input Method platform, in short SCIM, is a development platform to Xmake Input Method developers live easier. It has very clear architecture and Xvery simple programming interface. X XWWW: http://scim.freedesktop.org END-of-scim-chewing/pkg-descr echo x - scim-chewing/pkg-message sed 's/^X//' >scim-chewing/pkg-message << 'END-of-scim-chewing/pkg-message' X-------------------------------------------------------------------- XRemember to set environment varible XMODIFIERS: X X csh/tcsh: setenv XMODIFIERS @im=SCIM X sh/bash: export XMODIFIERS='@im=SCIM' X Xand set LANG, LC_CTYPE to one of the following values: X X Simplified Chinese: X zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_CN.eucCN X X Traditional Chinese: X zh_TW.UTF-8, zh_TW.Big5 X zh_HK.UTF-8, zh_HK.Big5-HKSCS X XTo start the SCIM input method daemon, use command: X X scim -d X X-------------------------------------------------------------------- END-of-scim-chewing/pkg-message echo x - scim-chewing/pkg-plist sed 's/^X//' >scim-chewing/pkg-plist << 'END-of-scim-chewing/pkg-plist' Xlib/scim-1.0/1.0.0/IMEngine/chewing.a Xlib/scim-1.0/1.0.0/IMEngine/chewing.la Xlib/scim-1.0/1.0.0/IMEngine/chewing.so Xlib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.a Xlib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.la Xlib/scim-1.0/1.0.0/SetupUI/chewing-imengine-setup.so Xshare/scim/icons/scim-chewing.png END-of-scim-chewing/pkg-plist echo x - scim-chewing/files/patch-src::Makefile.in sed 's/^X//' >scim-chewing/files/patch-src::Makefile.in << 'END-of-scim-chewing/files/patch-src::Makefile.in' X--- src/Makefile.in.orig Mon Nov 29 17:12:21 2004 X+++ src/Makefile.in Sat Dec 4 15:16:30 2004 X@@ -238,11 +238,12 @@ X -I$(top_builddir) \ X -I$(top_srcdir) \ X -I$(top_srcdir)/src \ X+ -I/usr/local/include \ X -DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \ X -DSCIM_CHEWING_ICON_FILE=\"@SCIM_ICONDIR@/scim-chewing.png\" X X noinst_HEADERS = scim_chewing_imengine.h scim_chewing_config_entry.h X-moduledir = @SCIM_MODULEDIR@/IMEngine X+moduledir = @SCIM_MODULEDIR@/1.0.0/IMEngine X module_LTLIBRARIES = chewing.la X chewing_la_SOURCES = scim_chewing_imengine.cpp X chewing_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ X@@ -256,7 +257,7 @@ X @CHEWING_LIBS@ X X @SCIM_BUILD_SETUP_TRUE@SETUP_MODULE = chewing-imengine-setup.la X-setupmoduledir = @SCIM_MODULEDIR@/SetupUI X+setupmoduledir = @SCIM_MODULEDIR@/1.0.0/SetupUI X setupmodule_LTLIBRARIES = $(SETUP_MODULE) X chewing_imengine_setup_la_SOURCES = scim_chewing_imengine_setup.cpp X chewing_imengine_setup_la_CFLAGS = \ END-of-scim-chewing/files/patch-src::Makefile.in exit From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 08:23:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F87516A4CE; Sat, 4 Dec 2004 08:23:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA0643D1D; Sat, 4 Dec 2004 08:23:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB48NMMh084235; Sat, 4 Dec 2004 08:23:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB48NMeo084231; Sat, 4 Dec 2004 08:23:22 GMT (envelope-from linimon) Date: Sat, 4 Dec 2004 08:23:22 GMT From: Mark Linimon Message-Id: <200412040823.iB48NMeo084231@freefall.freebsd.org> To: emin@mccme.ru, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74553: New port for russian cathegory (/usr/ports/russian) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:23:23 -0000 Synopsis: New port for russian cathegory (/usr/ports/russian) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Dec 4 08:23:04 GMT 2004 State-Changed-Why: Submitter notes that this port is already in the tree. http://www.freebsd.org/cgi/query-pr.cgi?pr=74553 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 10:00:48 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A719F16A4CF for ; Sat, 4 Dec 2004 10:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8218B43D31 for ; Sat, 4 Dec 2004 10:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4A0mjA096098 for ; Sat, 4 Dec 2004 10:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4A0mGR096097; Sat, 4 Dec 2004 10:00:48 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 10:00:48 GMT Resent-Message-Id: <200412041000.iB4A0mGR096097@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nosov Artem Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0568216A4CE for ; Sat, 4 Dec 2004 09:55:44 +0000 (GMT) Received: from saturn.planetatelecom.ru (saturn.planetatelecom.ru [80.237.25.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7119E43D3F for ; Sat, 4 Dec 2004 09:55:43 +0000 (GMT) (envelope-from chip-set@mail.ru) Received: from gate.void.su (pluto.planetatelecom.ru [80.237.25.13]) by saturn.planetatelecom.ru (Sendmail) with SMTP id 307985ABF7E for ; Sat, 4 Dec 2004 12:46:41 +0300 (MSK) Received: by gate.void.su (Postfix, from userid 1001) id 11CF22A2; Sat, 4 Dec 2004 12:55:51 +0300 (MSK) Message-Id: <20041204095551.11CF22A2@gate.void.su> Date: Sat, 4 Dec 2004 12:55:51 +0300 (MSK) From: Nosov Artem To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74664: New port: x11-clocks/bdesktopclock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nosov Artem List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:00:48 -0000 >Number: 74664 >Category: ports >Synopsis: New port: x11-clocks/bdesktopclock >Confidential: no >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 Dec 04 10:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Nosov Artem >Release: FreeBSD 5.3 >Organization: >Environment: ~ % uname -rs FreeBSD 5.3-RELEASE ~ % >Description: New port: x11-clocks/bdesktopclock >How-To-Repeat: >Fix: --- bdesktopclock.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: # # bdesktopclock # bdesktopclock/Makefile # bdesktopclock/distinfo # bdesktopclock/pkg-descr # bdesktopclock/files # bdesktopclock/files/patch-aa # echo c - bdesktopclock mkdir -p bdesktopclock > /dev/null 2>&1 echo x - bdesktopclock/Makefile sed 's/^X//' >bdesktopclock/Makefile << 'END-of-bdesktopclock/Makefile' X# New ports collection makefile for: bdesktopclock X# Date created: Sat Dec 4 11:22:12 MSK 2004 X# Whom: Nosov Artem X# X# $FreeBSD$ X# X XPORTNAME= bdesktopclock XPORTVERSION= 1.0.1 XCATEGORIES= x11-clocks XMASTER_SITES= http://www.bucote.com/opensource/bdesktopclock/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A wondeful clock for desktop environment X XBUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake X XWRKSRC= ${WRKDIR}/BDesktopClock X XUSE_X_PREFIX= yes XUSE_QT_VER= 3 XMAKE_ENV+= QTDIR=${X11BASE} \ X QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ X XPLIST_FILES= bin/BDesktopClock X Xdo-configure: X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake PREFIX=${PREFIX} X Xpost-install: X ${STRIP_CMD} ${PREFIX}/bin/BDesktopClock X X.include END-of-bdesktopclock/Makefile echo x - bdesktopclock/distinfo sed 's/^X//' >bdesktopclock/distinfo << 'END-of-bdesktopclock/distinfo' XMD5 (bdesktopclock-1.0.1.tar.gz) = 33261fb98120ebdf16e7d30f92cf4bb9 XSIZE (bdesktopclock-1.0.1.tar.gz) = 43813 END-of-bdesktopclock/distinfo echo x - bdesktopclock/pkg-descr sed 's/^X//' >bdesktopclock/pkg-descr << 'END-of-bdesktopclock/pkg-descr' XA wondeful clock for desktop environment. X XWWW: http://www.bucote.com/opensource/bdesktopclock/ X X- Nosov Artem X END-of-bdesktopclock/pkg-descr echo c - bdesktopclock/files mkdir -p bdesktopclock/files > /dev/null 2>&1 echo x - bdesktopclock/files/patch-aa sed 's/^X//' >bdesktopclock/files/patch-aa << 'END-of-bdesktopclock/files/patch-aa' X--- BDesktopClock.pro.orig Sat Dec 4 11:44:39 2004 X+++ BDesktopClock.pro Sat Dec 4 11:44:54 2004 X@@ -1,7 +1,7 @@ X TEMPLATE = app X INCLUDEPATH += . X X-target.path=/usr/local/bin/ X+target.path=$${PREFIX}/bin X X HEADERS += BDesktopClock.h BSettings.h desktopClockPreferences.ui.h X INTERFACES += desktopClockPreferences.ui END-of-bdesktopclock/files/patch-aa exit --- bdesktopclock.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 10:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B41216A4CE for ; Sat, 4 Dec 2004 10:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C418943D2F for ; Sat, 4 Dec 2004 10:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4AKRNj000954 for ; Sat, 4 Dec 2004 10:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4AKRbs000950; Sat, 4 Dec 2004 10:20:27 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 10:20:27 GMT Resent-Message-Id: <200412041020.iB4AKRbs000950@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IWATSUKI Hiroyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846BB16A4CE; Sat, 4 Dec 2004 10:19:24 +0000 (GMT) Received: from moonrock.jp (YahooBB219209236108.bbtec.net [219.209.236.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id C162B43D4C; Sat, 4 Dec 2004 10:19:23 +0000 (GMT) (envelope-from don@moonrock.jp) Received: from lemmy.moonrock.local (localhost [127.0.0.1]) by moonrock.jp (8.13.1/8.13.1) with ESMTP id iB4AJY7E044852; Sat, 4 Dec 2004 19:19:34 +0900 (JST) (envelope-from don@lemmy.moonrock.local) Received: (from root@localhost) by lemmy.moonrock.local (8.13.1/8.13.1/Submit) id iB4AJXHF044851; Sat, 4 Dec 2004 19:19:33 +0900 (JST) (envelope-from don) Message-Id: <200412041019.iB4AJXHF044851@lemmy.moonrock.local> Date: Sat, 4 Dec 2004 19:19:33 +0900 (JST) From: IWATSUKI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: knu@FreeBSD.org Subject: ports/74665: [PATCH] www/ruby18-div: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:20:28 -0000 >Number: 74665 >Category: ports >Synopsis: [PATCH] www/ruby18-div: [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: Sat Dec 04 10:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: IWATSUKI Hiroyuki >Release: FreeBSD 5.3-STABLE i386 >Organization: Natsume Co., Ltd. >Environment: System: FreeBSD lemmy.moonrock.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Nov 28 14:47:20 JST 2004 >Description: - Fixed the problem which cannot be installed. Added file(s): - files/patch-install.rb.diff Port maintainer (knu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ruby18-div-1.2.0.patch begins here --- diff -ruN --exclude=CVS /mnt/ports/www/ruby-div.orig/Makefile /mnt/ports/www/ruby-div/Makefile --- /mnt/ports/www/ruby-div.orig/Makefile Sat Dec 4 19:05:53 2004 +++ /mnt/ports/www/ruby-div/Makefile Sat Dec 4 18:48:00 2004 @@ -15,8 +15,6 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A web application server using dRuby and ERB2 -BROKEN= Does not build - USE_RUBY= yes USE_RUBY_FEATURES= drb erb diff -ruN --exclude=CVS /mnt/ports/www/ruby-div.orig/files/patch-install.rb.diff /mnt/ports/www/ruby-div/files/patch-install.rb.diff --- /mnt/ports/www/ruby-div.orig/files/patch-install.rb.diff Thu Jan 1 09:00:00 1970 +++ /mnt/ports/www/ruby-div/files/patch-install.rb.diff Sat Dec 4 17:53:25 2004 @@ -0,0 +1,7 @@ +--- install.rb~ Wed Dec 26 19:45:56 2001 ++++ install.rb Sat Dec 4 17:52:09 2004 +@@ -13,3 +13,3 @@ + $site_libdir = File.join($libdir, "site_ruby") +-elsif $site_libdir !~ Regexp.quote($version) ++elsif $site_libdir !~ /#{Regexp.quote($version)}/ + $site_libdir = File.join($site_libdir, $version) --- ruby18-div-1.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 10:49:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF3516A4CE; Sat, 4 Dec 2004 10:49:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58BDC43D45; Sat, 4 Dec 2004 10:49:55 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from freefall.freebsd.org (hq@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4AntsU013175; Sat, 4 Dec 2004 10:49:55 GMT (envelope-from hq@freefall.freebsd.org) Received: (from hq@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4AntpI013171; Sat, 4 Dec 2004 10:49:55 GMT (envelope-from hq) Date: Sat, 4 Dec 2004 10:49:55 GMT From: Herve Quiroz Message-Id: <200412041049.iB4AntpI013171@freefall.freebsd.org> To: hq@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hq@FreeBSD.org Subject: Re: ports/74662: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:49:55 -0000 Synopsis: [maintainer] use MASTER_SITE_APACHE_JAKARTA in www/jakarta-tomcat3 Responsible-Changed-From-To: freebsd-ports-bugs->hq Responsible-Changed-By: hq Responsible-Changed-When: Sat Dec 4 10:49:34 GMT 2004 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=74662 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 12:30:17 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDEC16A4CE for ; Sat, 4 Dec 2004 12:30:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B63A43D41 for ; Sat, 4 Dec 2004 12:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4CUGEZ026883 for ; Sat, 4 Dec 2004 12:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4CUGAR026878; Sat, 4 Dec 2004 12:30:16 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 12:30:16 GMT Resent-Message-Id: <200412041230.iB4CUGAR026878@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Blaz Zupan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B773816A4CE for ; Sat, 4 Dec 2004 12:25:39 +0000 (GMT) Received: from titanic.medinet.si (titanic.medinet.si [212.18.42.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE73D43D39 for ; Sat, 4 Dec 2004 12:25:38 +0000 (GMT) (envelope-from blaz@titanic.medinet.si) Received: by titanic.medinet.si (Postfix, from userid 1000) id BF72755475; Sat, 4 Dec 2004 13:25:36 +0100 (CET) Message-Id: <20041204122536.BF72755475@titanic.medinet.si> Date: Sat, 4 Dec 2004 13:25:36 +0100 (CET) From: Blaz Zupan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74667: MAINTAINER UPDATE: net-mgmt/nagios-plugins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Blaz Zupan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 12:30:17 -0000 >Number: 74667 >Category: ports >Synopsis: MAINTAINER UPDATE: net-mgmt/nagios-plugins >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 Dec 04 12:30:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Blaz Zupan >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: System: FreeBSD titanic.medinet.si 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sun Jun 27 16:39:26 CEST 2004 root@bigbrother.amis.net:/usr/obj/usr/src/sys/TITANIC i386 >Description: - update nagios-plugins to 1.4.0 alpha2 - fix check_ntp - fix compile with LDAP enabled >How-To-Repeat: >Fix: diff -urN nagios-plugins.old/Makefile nagios-plugins/Makefile --- nagios-plugins.old/Makefile Thu Dec 2 15:09:53 2004 +++ nagios-plugins/Makefile Fri Dec 3 20:31:05 2004 @@ -6,12 +6,11 @@ # PORTNAME= nagios-plugins -PORTVERSION= 1.4.0.a1 -PORTREVISION= 1 +PORTVERSION= 1.4.0.a2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= nagiosplug -DISTNAME= nagios-plugins-1.4.0alpha1 +DISTNAME= nagios-plugins-1.4.0alpha2 MAINTAINER= blaz@si.FreeBSD.org COMMENT= Plugins for nagios diff -urN nagios-plugins.old/distinfo nagios-plugins/distinfo --- nagios-plugins.old/distinfo Wed Dec 1 23:19:43 2004 +++ nagios-plugins/distinfo Fri Dec 3 20:31:29 2004 @@ -1,2 +1,2 @@ -MD5 (nagios-plugins-1.4.0alpha1.tar.gz) = 96f8fc532943bada48ca677d12f5a5a7 -SIZE (nagios-plugins-1.4.0alpha1.tar.gz) = 811705 +MD5 (nagios-plugins-1.4.0alpha2.tar.gz) = 7dce50240035f0654c17b3c114f44d7b +SIZE (nagios-plugins-1.4.0alpha2.tar.gz) = 872363 diff -urN nagios-plugins.old/files/patch-check_ifoperstatus.pl nagios-plugins/files/patch-check_ifoperstatus.pl --- nagios-plugins.old/files/patch-check_ifoperstatus.pl Mon Jul 22 03:03:42 2002 +++ nagios-plugins/files/patch-check_ifoperstatus.pl Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- plugins-scripts/check_ifoperstatus.pl.orig Thu May 9 21:03:51 2002 -+++ plugins-scripts/check_ifoperstatus.pl Fri Jul 19 21:29:02 2002 -@@ -26,7 +26,7 @@ - # 11.01.2000 Version 1.0 - # $Id: check_ifoperstatus.pl,v 1.1 2002/05/09 19:03:51 sghosh Exp $ - --use POSIX; -+#use POSIX; - use strict; - use lib utils.pm ; - use utils qw($TIMEOUT %ERRORS &print_revision &support); diff -urN nagios-plugins.old/files/patch-check_ifstatus.pl nagios-plugins/files/patch-check_ifstatus.pl --- nagios-plugins.old/files/patch-check_ifstatus.pl Mon Jul 22 03:03:42 2002 +++ nagios-plugins/files/patch-check_ifstatus.pl Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- plugins-scripts/check_ifstatus.pl.orig Wed May 8 06:58:22 2002 -+++ plugins-scripts/check_ifstatus.pl Fri Jul 19 21:28:46 2002 -@@ -27,7 +27,7 @@ - # - # $Id: check_ifstatus.pl,v 1.1 2002/05/08 04:58:22 sghosh Exp $ - --use POSIX; -+#use POSIX; - use strict; - use lib utils.pm ; - use utils qw($TIMEOUT %ERRORS &print_revision &support); diff -urN nagios-plugins.old/files/patch-check_nagios.c nagios-plugins/files/patch-check_nagios.c --- nagios-plugins.old/files/patch-check_nagios.c Thu Jan 1 01:00:00 1970 +++ nagios-plugins/files/patch-check_nagios.c Fri Dec 3 22:29:43 2004 @@ -0,0 +1,11 @@ +--- plugins/check_nagios.c.orig Thu Mar 11 16:17:08 2004 ++++ plugins/check_nagios.c Fri Dec 3 22:28:53 2004 +@@ -132,7 +132,7 @@ + } + + /* May get empty procargs */ +- if (!strstr(procargs, argv[0]) && strstr(procprog, process_string) && strcmp(procargs,"")) { ++ if (!strstr(procargs, argv[0]) && strcmp(procargs,"") && strstr(procargs, process_string)) { + proc_entries++; + if (verbose >= 2) { + printf (_("Found process: %s %s\n"), procprog, procargs); diff -urN nagios-plugins.old/files/patch-check_ntp.pl nagios-plugins/files/patch-check_ntp.pl --- nagios-plugins.old/files/patch-check_ntp.pl Thu Jan 1 01:00:00 1970 +++ nagios-plugins/files/patch-check_ntp.pl Fri Dec 3 23:54:39 2004 @@ -0,0 +1,20 @@ +--- plugins-scripts/check_ntp.pl.orig Fri Nov 19 04:59:43 2004 ++++ plugins-scripts/check_ntp.pl Fri Dec 3 23:54:19 2004 +@@ -274,7 +274,7 @@ + } + + # match sys.peer or pps.peer +- if (/^(\*|o)([-0-9.\s]+)\s+([-0-9A-Za-z.]+)\s+([-0-9.]+)\s+([lumb-]+)\s+([-0-9m.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/) { ++ if (/^(\*|o)([-0-9.\s]+)\s+([-0-9A-Za-z.]+)\s+([-0-9.]+)\s+([lumb-]+)\s+([-0-9m.]+)\s+([-0-9m.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/) { + $syspeer = $2; + $stratum = $4; + $jitter = $11; +@@ -299,7 +299,7 @@ + unless (defined $syspeer) { + if ($#candidates >0) { + foreach my $c (@candidates) { +- $c =~ /^(#)([-0-9.\s]+)\s+([-0-9A-Za-z.]+)\s+([-0-9.]+)\s+([lumb-]+)\s+([-0-9m.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/; ++ $c =~ /^(#)([-0-9.\s]+)\s+([-0-9A-Za-z.]+)\s+([-0-9.]+)\s+([lumb-]+)\s+([-0-9m.]+)\s+([-0-9m.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/; + $syspeer = $2; + $stratum = $4; + $jitter = $11; diff -urN nagios-plugins.old/files/patch-check_radius.c nagios-plugins/files/patch-check_radius.c --- nagios-plugins.old/files/patch-check_radius.c Thu Dec 2 15:09:53 2004 +++ nagios-plugins/files/patch-check_radius.c Fri Dec 3 20:38:03 2004 @@ -1,6 +1,6 @@ ---- plugins/check_radius.c.orig Fri Aug 22 08:22:38 2003 -+++ plugins/check_radius.c Sat Nov 27 13:25:35 2004 -@@ -102,6 +102,7 @@ +--- plugins/check_radius.c.orig Wed Nov 24 01:46:39 2004 ++++ plugins/check_radius.c Fri Dec 3 20:37:30 2004 +@@ -103,6 +103,7 @@ int result; UINT4 client_id; char *str; @@ -8,7 +8,7 @@ setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); -@@ -111,31 +112,34 @@ +@@ -112,32 +113,35 @@ usage (_("Could not parse arguments\n")); str = strdup ("dictionary"); @@ -25,10 +25,12 @@ - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && -- rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0))) +- rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && +- (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && -+ rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0))) ++ rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && ++ (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* diff -urN nagios-plugins.old/files/patch-configure.in nagios-plugins/files/patch-configure.in --- nagios-plugins.old/files/patch-configure.in Wed Dec 1 23:19:44 2004 +++ nagios-plugins/files/patch-configure.in Fri Dec 3 22:27:24 2004 @@ -1,5 +1,5 @@ ---- configure.in.orig Mon Dec 1 03:55:32 2003 -+++ configure.in Sat Nov 27 13:52:10 2004 +--- configure.in.orig Wed Dec 1 09:41:08 2004 ++++ configure.in Fri Dec 3 22:27:18 2004 @@ -10,7 +10,7 @@ RELEASE=1 AC_SUBST(RELEASE) @@ -18,7 +18,7 @@ AC_ARG_WITH(trusted_path, ACX_HELP_STRING([--with-trusted-path=PATH], -@@ -181,25 +179,32 @@ +@@ -181,27 +179,35 @@ LIBS="$_SAVEDLIBS" CPPFLAGS="$_SAVEDCPPFLAGS" @@ -56,8 +56,11 @@ + LDAPINCLUDE="-I${LOCALBASE}/include" AC_SUBST(LDAPLIBS) AC_SUBST(LDAPINCLUDE) ++ LIBS="-L${LOCALBASE}/lib $LIBS" AC_CHECK_FUNCS(ldap_set_option) -@@ -209,6 +214,7 @@ + EXTRAS="$EXTRAS check_ldap" + else +@@ -209,6 +215,7 @@ AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).]) fi LIBS="$_SAVEDLIBS" @@ -65,16 +68,7 @@ dnl Check for mysql libraries -@@ -251,7 +257,7 @@ - AC_MSG_WARN([Skipping mysql plugin]) - AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) - fi --CPPFLAGS="$_SAVEDCPPFLAGS" -+CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE" - LIBS="$_SAVEDLIBS" - - dnl Check for OpenSSL location -@@ -658,7 +664,7 @@ +@@ -676,7 +683,7 @@ egrep -i ["^STAT +COMMAND +VSZ +RSS +UID +USER +PPID"] >/dev/null then ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" @@ -83,7 +77,7 @@ ac_cv_ps_format="%s %d %d %d %d %f %s %n" ac_cv_ps_cols=8 AC_MSG_RESULT([$ac_cv_ps_command]) -@@ -1184,6 +1190,8 @@ +@@ -1221,6 +1228,8 @@ AC_DEFINE_UNQUOTED(WHO_COMMAND,"$ac_cv_path_to_who", [path and arguments for invoking 'who']) @@ -92,7 +86,7 @@ AC_PATH_PROG(PATH_TO_SNMPGET,snmpget) if test -x "$PATH_TO_SNMPGET" then -@@ -1206,7 +1214,10 @@ +@@ -1243,7 +1252,10 @@ else AC_MSG_WARN([Tried $PERL - install Net::SNMP perl module if you want to use the perl snmp plugins]) fi @@ -103,7 +97,7 @@ AC_PATH_PROG(PATH_TO_QUAKESTAT,quakestat) AC_PATH_PROG(PATH_TO_QSTAT,qstat) -@@ -1228,7 +1239,10 @@ +@@ -1265,7 +1277,10 @@ AC_DEFINE_UNQUOTED(PATH_TO_QSTAT,"$ac_cv_path_to_qstat", [path to qstat/quakestat]) fi @@ -114,7 +108,7 @@ AC_PATH_PROG(PATH_TO_FPING,fping) if test -x "$PATH_TO_FPING" then -@@ -1236,6 +1250,7 @@ +@@ -1273,6 +1288,7 @@ EXTRAS="$EXTRAS check_fping" else AC_MSG_WARN([Get fping from http://www.fping.com in order to make check_fping plugin]) diff -urN nagios-plugins.old/files/patch-netutils.c nagios-plugins/files/patch-netutils.c --- nagios-plugins.old/files/patch-netutils.c Thu Dec 2 15:09:53 2004 +++ nagios-plugins/files/patch-netutils.c Thu Jan 1 01:00:00 1970 @@ -1,47 +0,0 @@ ---- plugins/netutils.c.orig Sun Aug 10 08:31:02 2003 -+++ plugins/netutils.c Sat Nov 27 13:10:43 2004 -@@ -97,7 +97,7 @@ - fd_set readfds; - int recv_length = 0; - -- result = my_connect (server_address, server_port, &sd, IPPROTO_TCP); -+ result = nagios_my_connect (server_address, server_port, &sd, IPPROTO_TCP); - if (result != STATE_OK) - return STATE_CRITICAL; - -@@ -175,7 +175,7 @@ - - result = STATE_OK; - -- result = my_connect (server_address, server_port, &sd, proto); -+ result = nagios_my_connect (server_address, server_port, &sd, proto); - if (result != STATE_OK) - return STATE_CRITICAL; - -@@ -227,7 +227,7 @@ - { - int result; - -- result = my_connect (host_name, port, sd, IPPROTO_TCP); -+ result = nagios_my_connect (host_name, port, sd, IPPROTO_TCP); - - return result; - } -@@ -239,7 +239,7 @@ - { - int result; - -- result = my_connect (host_name, port, sd, IPPROTO_UDP); -+ result = nagios_my_connect (host_name, port, sd, IPPROTO_UDP); - - return result; - } -@@ -247,7 +247,7 @@ - - /* opens a tcp or udp connection to a remote host */ - int --my_connect (const char *host_name, int port, int *sd, int proto) -+nagios_my_connect (const char *host_name, int port, int *sd, int proto) - { - struct addrinfo hints; - struct addrinfo *res; diff -urN nagios-plugins.old/files/patch-netutils.h nagios-plugins/files/patch-netutils.h --- nagios-plugins.old/files/patch-netutils.h Thu Dec 2 15:09:53 2004 +++ nagios-plugins/files/patch-netutils.h Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- plugins/netutils.h.orig Sat Aug 9 01:05:17 2003 -+++ plugins/netutils.h Sat Nov 27 13:10:26 2004 -@@ -47,7 +47,7 @@ - - int my_tcp_connect (const char *address, int port, int *sd); - int my_udp_connect (const char *address, int port, int *sd); --int my_connect (const char *address, int port, int *sd, int proto); -+int nagios_my_connect (const char *address, int port, int *sd, int proto); - - int is_host (const char *); - int is_addr (const char *); diff -urN nagios-plugins.old/pkg-plist nagios-plugins/pkg-plist --- nagios-plugins.old/pkg-plist Wed Dec 1 23:19:43 2004 +++ nagios-plugins/pkg-plist Fri Dec 3 21:00:46 2004 @@ -16,6 +16,7 @@ libexec/nagios/check_ifstatus libexec/nagios/check_imap libexec/nagios/check_ircd +libexec/nagios/check_jabber %%SUB_LDAP%%libexec/nagios/check_ldap libexec/nagios/check_load libexec/nagios/check_log @@ -25,6 +26,7 @@ %%SUB_MYSQL%%libexec/nagios/check_mysql libexec/nagios/check_nagios libexec/nagios/check_nntp +libexec/nagios/check_nntps libexec/nagios/check_nt libexec/nagios/check_ntp libexec/nagios/check_nwstat >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 14:30:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A303516A4CE for ; Sat, 4 Dec 2004 14:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8478043D6D for ; Sat, 4 Dec 2004 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EUPEi040914 for ; Sat, 4 Dec 2004 14:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4EUPTC040910; Sat, 4 Dec 2004 14:30:25 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 14:30:25 GMT Resent-Message-Id: <200412041430.iB4EUPTC040910@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tatsuto Toyonaga Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B8D16A502 for ; Sat, 4 Dec 2004 14:20:58 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8126443D5E for ; Sat, 4 Dec 2004 14:20:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EKw7B056116 for ; Sat, 4 Dec 2004 14:20:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iB4EKwZK056115; Sat, 4 Dec 2004 14:20:58 GMT (envelope-from nobody) Message-Id: <200412041420.iB4EKwZK056115@www.freebsd.org> Date: Sat, 4 Dec 2004 14:20:58 GMT From: Tatsuto Toyonaga To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/74670: Upgrade of www/mod_musicindex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:30:25 -0000 >Number: 74670 >Category: ports >Synopsis: Upgrade of www/mod_musicindex >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 Dec 04 14:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tatsuto Toyonaga >Release: 6.0-current >Organization: Private >Environment: FreeBSD opium.ttyng.org 6.0-CURRENT FreeBSD 6.0-CURRENT #138: Fri Dec 3 02:57:07 JST 2004 root@opium.ttyng.org:/usr/obj/usr/src/sys/OPIUM i386 >Description: www/mod_musicindex port has version 0.9.0 and works jus fine. But according to http://www.parisc-linux.org/~varenet/musicindex/, there is even better(I hope) version 0.99.7 is available for update. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 15:08:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8255816A4CE; Sat, 4 Dec 2004 15:08:34 +0000 (GMT) Received: from lakermmtao07.cox.net (lakermmtao07.cox.net [68.230.240.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A4A43D5E; Sat, 4 Dec 2004 15:08:33 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao07.cox.net ESMTP <20041204150832.FDDR20686.lakermmtao07.cox.net@dolphin.local.net>; Sat, 4 Dec 2004 10:08:32 -0500 Received: from localhost.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with ESMTP id iB4F8WFj038342; Sat, 4 Dec 2004 09:08:32 -0600 (CST) (envelope-from conrads@cox.net) From: "Conrad J. Sabatier" To: Volker Stolz In-Reply-To: <20041203232737.5947083d@dolphin.local.net> References: <200412021146.iB2BkMnV053891@freefall.freebsd.org> <20041203232737.5947083d@dolphin.local.net> Content-Type: multipart/mixed; boundary="=-o28H3IpQgOg6f5bVIogZ" Organization: A Rag-Tag Band of Drug-Crazed Hippies Date: Sat, 04 Dec 2004 09:08:27 -0600 Message-Id: <1102172907.36385.12.camel@dolphin.local.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74441: Update port: games/gnuchess (new version 5.07 with optional opening book support added) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 15:08:34 -0000 --=-o28H3IpQgOg6f5bVIogZ Content-Type: text/plain Content-Transfer-Encoding: 7bit On Fri, 2004-12-03 at 23:27 -0600, Conrad J. Sabatier wrote: > On Thu, 2 Dec 2004 11:46:22 GMT, Volker Stolz wrote: > > > Synopsis: Update port: games/gnuchess (new version 5.07 with optional > > opening book support added) > > > > State-Changed-From-To: open->feedback > > State-Changed-By: vs > > State-Changed-When: Thu Dec 2 11:45:27 GMT 2004 > > State-Changed-Why: > > Please see the Porter's Handbook on how to submit updates in > > unified diff format. Also, please not that README.html is not part > > of the port but generated for the CD-sets. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74441 > > > > Ah, OK. Sorry about that. Here's the diff: I'm sorry. I don't know how it happened, but it seems that all the tab characters in that diff I sent somehow got converted to spaces. Sending the diff again, this time as an attachment, to hopefully avoid the same thing happening again. -- Conrad J. Sabatier -- conrads@cox.net -- "In Unix veritas" --=-o28H3IpQgOg6f5bVIogZ Content-Disposition: attachment; filename=gnuchess.diff Content-Type: text/x-patch; name=gnuchess.diff; charset=iso8859-1 Content-Transfer-Encoding: 7bit diff -ruN ports/games/gnuchess.orig/CVS/Entries ports/games/gnuchess/CVS/Entries --- ports/games/gnuchess.orig/CVS/Entries Fri Dec 3 23:04:35 2004 +++ ports/games/gnuchess/CVS/Entries Wed Dec 31 18:00:00 1969 @@ -1,5 +0,0 @@ -/Makefile/1.17/Wed Oct 8 11:31:49 2003// -/distinfo/1.9/Thu Jan 29 07:23:54 2004// -/pkg-descr/1.2/Mon Oct 7 10:28:08 2002// -/pkg-plist/1.5/Wed Oct 8 11:31:49 2003// -D diff -ruN ports/games/gnuchess.orig/CVS/Repository ports/games/gnuchess/CVS/Repository --- ports/games/gnuchess.orig/CVS/Repository Fri Dec 3 23:04:35 2004 +++ ports/games/gnuchess/CVS/Repository Wed Dec 31 18:00:00 1969 @@ -1 +0,0 @@ -ports/games/gnuchess diff -ruN ports/games/gnuchess.orig/CVS/Root ports/games/gnuchess/CVS/Root --- ports/games/gnuchess.orig/CVS/Root Fri Dec 3 23:04:35 2004 +++ ports/games/gnuchess/CVS/Root Wed Dec 31 18:00:00 1969 @@ -1 +0,0 @@ -/home/ncvs diff -ruN ports/games/gnuchess.orig/Makefile ports/games/gnuchess/Makefile --- ports/games/gnuchess.orig/Makefile Wed Oct 8 06:31:49 2003 +++ ports/games/gnuchess/Makefile Sat Dec 4 09:03:01 2004 @@ -1,20 +1,39 @@ # New ports collection makefile for: Gnu Chess -# Date created: 04 July 1996 -# Whom: markm +# Date created: 04 July 1996 +# Whom: markm # # $FreeBSD: ports/games/gnuchess/Makefile,v 1.17 2003/10/08 11:31:49 edwin Exp $ # -PORTNAME= gnuchess -PORTVERSION= 5.06 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU} +PORTNAME= gnuchess +PORTVERSION= 5.07 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= chess MAINTAINER= ports@FreeBSD.org COMMENT= "Classic" Gnu Chess +PLIST_FILES= bin/gnuchess \ + bin/gnuchessx + +.if !defined(NOPORTDOCS) +PORTDOCS= ChangeLog \ + NEWS \ + README +.endif + +OPTIONS= OPENING_BOOK "Install opening book (24 MB download)" on + +.include + +.if defined(WITH_OPENING_BOOK) +DISTFILES+= book_1.01.pgn.gz +PLIST_DIRS+= %%DATADIR%% +PLIST_FILES+= %%DATADIR%%/book.dat +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +.endif + USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -22,9 +41,25 @@ post-patch: @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS:S/"//g}|g ; \ - s|-pthread ||g' ${WRKSRC}/configure + s|-pthread ||g' ${WRKSRC}/configure + +pre-install: +.if defined(WITH_OPENING_BOOK) + @scripts/create_opening_book.sh ${DISTDIR} ${WRKSRC} +.endif post-install: ${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx +.if defined(WITH_OPENING_BOOK) + @${ECHO_CMD} Installing opening book + ${MKDIR} ${DATADIR} && \ + ${CP} ${WRKSRC}/src/book.dat ${DATADIR} +.endif +.if !defined(NOPORTDOCS) + @${ECHO_CMD} Installing documentation + ${MKDIR} ${DOCSDIR} && \ + ${CP} ${WRKSRC}/NEWS ${DOCSDIR} && \ + ${CP} ${WRKSRC}/doc/* ${DOCSDIR} +.endif -.include +.include diff -ruN ports/games/gnuchess.orig/README.html ports/games/gnuchess/README.html --- ports/games/gnuchess.orig/README.html Wed Dec 31 18:00:00 1969 +++ ports/games/gnuchess/README.html Sat Dec 4 08:58:42 2004 @@ -0,0 +1,43 @@ + + + + + The FreeBSD Ports Collection (games/gnuchess) + + + +

The FreeBSD Ports Collection (games/gnuchess)

+
+ +

You are now in the directory for the port "games/gnuchess".

+ +

The package name of this port is "gnuchess-5.07".

+ +

This is the one-line description for this port:

+
+ +

+"Classic" Gnu Chess +

+
+ +
+ +

If needed, you may contact the maintainer of this port or the port mailing-list.

+ +

+ +

+ +

Go to the top of the ports tree for + a summary on how to use the ports collection.

+
+ +

Go up one level | Go to top of ports tree

+ + + diff -ruN ports/games/gnuchess.orig/distinfo ports/games/gnuchess/distinfo --- ports/games/gnuchess.orig/distinfo Thu Jan 29 01:23:54 2004 +++ ports/games/gnuchess/distinfo Fri Dec 3 23:06:34 2004 @@ -1,2 +1,4 @@ -MD5 (gnuchess-5.06.tar.gz) = 9b25c80bef39e6ab24088dcfdea7d845 -SIZE (gnuchess-5.06.tar.gz) = 212829 +MD5 (gnuchess-5.07.tar.gz) = 259da00aa559e5624c65279484fccaf7 +SIZE (gnuchess-5.07.tar.gz) = 234542 +MD5 (book_1.01.pgn.gz) = 1be508d7a38a8c9a7d599d0cd92b24a6 +SIZE (book_1.01.pgn.gz) = 26070544 diff -ruN ports/games/gnuchess.orig/files/patch-book.h ports/games/gnuchess/files/patch-book.h --- ports/games/gnuchess.orig/files/patch-book.h Wed Dec 31 18:00:00 1969 +++ ports/games/gnuchess/files/patch-book.h Fri Dec 3 23:06:34 2004 @@ -0,0 +1,12 @@ +--- src/book.h.orig Fri Nov 26 19:20:29 2004 ++++ src/book.h Fri Nov 26 19:21:15 2004 +@@ -31,8 +31,7 @@ + */ + static char const * bookbin[] = { + "book.dat", +- "/usr/share/games/gnuchess/book.dat", +- "/usr/lib/games/gnuchess/book.dat", ++ "/usr/local/share/gnuchess/book.dat", + NULL + }; + diff -ruN ports/games/gnuchess.orig/pkg-descr ports/games/gnuchess/pkg-descr --- ports/games/gnuchess.orig/pkg-descr Mon Oct 7 05:28:08 2002 +++ ports/games/gnuchess/pkg-descr Fri Dec 3 23:06:34 2004 @@ -1,4 +1,4 @@ - Gnuchess plays a game of chess against the user or it + Gnuchess plays a game of chess against the user or it plays against itself. Gnuchess is an updated version of the GNU chess playing diff -ruN ports/games/gnuchess.orig/pkg-plist ports/games/gnuchess/pkg-plist --- ports/games/gnuchess.orig/pkg-plist Wed Oct 8 06:31:49 2003 +++ ports/games/gnuchess/pkg-plist Wed Dec 31 18:00:00 1969 @@ -1,2 +0,0 @@ -bin/gnuchess -bin/gnuchessx diff -ruN ports/games/gnuchess.orig/scripts/create_opening_book.sh ports/games/gnuchess/scripts/create_opening_book.sh --- ports/games/gnuchess.orig/scripts/create_opening_book.sh Wed Dec 31 18:00:00 1969 +++ ports/games/gnuchess/scripts/create_opening_book.sh Fri Dec 3 23:06:34 2004 @@ -0,0 +1,19 @@ +#!/bin/sh + +DISTDIR=$1 +WRKSRC=$2 + +[ -f ${WRKSRC}/src/book.dat ] && exit 0 + +builtin echo -e "\nCreating opening book for gnuchess...\n" + +cp ${DISTDIR}/book_1.01.pgn.gz ${WRKSRC}/src/book.pgn.gz + +cd ${WRKSRC}/src && gunzip -f book.pgn.gz + +./gnuchess << END +book add book.pgn +quit +END + +[ $? = 0 ] && builtin echo -e "\nBook successfully created!\n" --=-o28H3IpQgOg6f5bVIogZ-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 15:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C0216A4CE for ; Sat, 4 Dec 2004 15:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADEC43D2F for ; Sat, 4 Dec 2004 15:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4FoLKa048910 for ; Sat, 4 Dec 2004 15:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4FoL5I048907; Sat, 4 Dec 2004 15:50:21 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 15:50:21 GMT Resent-Message-Id: <200412041550.iB4FoL5I048907@freefall.freebsd.org> 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 Farley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6684E16A4CE for ; Sat, 4 Dec 2004 15:44:51 +0000 (GMT) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D7243D4C for ; Sat, 4 Dec 2004 15:44:50 +0000 (GMT) (envelope-from root@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.1/8.13.1) with ESMTP id iB4Fim6R099508; Sat, 4 Dec 2004 09:44:48 -0600 (CST) (envelope-from root@thor.farley.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.13.1/8.13.1) with ESMTP id iB4FistA024682; Sat, 4 Dec 2004 09:44:54 -0600 (CST) (envelope-from root@thor.farley.org) Received: (from root@localhost) by thor.farley.org (8.13.1/8.13.1/Submit) id iB4FipCh024678; Sat, 4 Dec 2004 09:44:51 -0600 (CST) (envelope-from root) Message-Id: <200412041544.iB4FipCh024678@thor.farley.org> Date: Sat, 4 Dec 2004 09:44:51 -0600 (CST) From: Sean Farley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jeremy@external.org Subject: ports/74671: [PATCH] devel/dmalloc: update to 5.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 15:50:24 -0000 >Number: 74671 >Category: ports >Synopsis: [PATCH] devel/dmalloc: update to 5.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: Sat Dec 04 15:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sean Farley >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 13:48:28 CST 2004 >Description: - Update to 5.4.2 Removed file(s): - files/patch-Makefile.in Port maintainer (jeremy@external.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- dmalloc-5.4.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/dmalloc.orig/Makefile /usr/ports/devel/dmalloc/Makefile --- /usr/ports/devel/dmalloc.orig/Makefile Mon Feb 23 11:50:05 2004 +++ /usr/ports/devel/dmalloc/Makefile Sat Dec 4 09:37:09 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/dmalloc/Makefile,v 1.8 2004/02/23 17:50:05 krion Exp $ PORTNAME= dmalloc -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dmalloc diff -ruN --exclude=CVS /usr/ports/devel/dmalloc.orig/distinfo /usr/ports/devel/dmalloc/distinfo --- /usr/ports/devel/dmalloc.orig/distinfo Mon Feb 23 11:50:05 2004 +++ /usr/ports/devel/dmalloc/distinfo Sat Dec 4 09:37:18 2004 @@ -1,2 +1,2 @@ -MD5 (dmalloc-5.3.0.tgz) = d11a4a5d5bd258ef7461babec9e177fa -SIZE (dmalloc-5.3.0.tgz) = 346994 +MD5 (dmalloc-5.4.2.tgz) = ca8d9d72351679e20b8eff96a7a16bf3 +SIZE (dmalloc-5.4.2.tgz) = 371228 diff -ruN --exclude=CVS /usr/ports/devel/dmalloc.orig/files/patch-Makefile.in /usr/ports/devel/dmalloc/files/patch-Makefile.in --- /usr/ports/devel/dmalloc.orig/files/patch-Makefile.in Mon Feb 23 11:50:06 2004 +++ /usr/ports/devel/dmalloc/files/patch-Makefile.in Wed Dec 31 18:00:00 1969 @@ -1,14 +0,0 @@ ---- Makefile.in.orig Mon Feb 23 18:45:37 2004 -+++ Makefile.in Mon Feb 23 18:46:28 2004 -@@ -222,9 +222,9 @@ - @CXX_OFF@ @echo "Enter 'make installcxx' to install the C++ library" - @TH_OFF@ @echo "Enter 'make installth' to install thread library" - --installinfo : $(srcdir)/$(INFOFILE) -+installinfo : $(srcdir)/docs/$(INFOFILE) - $(srcdir)/mkinstalldirs $(infodir) -- $(INSTALL_DATA) $(srcdir)/$(INFOFILE) $(infodir) -+ $(INSTALL_DATA) $(srcdir)/docs/$(INFOFILE) $(infodir) - - installdocs : $(srcdir)/docs/$(HTMLFILE) $(srcdir)/docs/$(TEXIFILE) - $(srcdir)/mkinstalldirs $(docdir) --- dmalloc-5.4.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 16:30:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA35B16A4CE for ; Sat, 4 Dec 2004 16:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C8643D69 for ; Sat, 4 Dec 2004 16:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GUSXH054234 for ; Sat, 4 Dec 2004 16:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4GUSNJ054233; Sat, 4 Dec 2004 16:30:28 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 16:30:28 GMT Resent-Message-Id: <200412041630.iB4GUSNJ054233@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Radek Kozlowski" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B516D16A4CE for ; Sat, 4 Dec 2004 16:23:00 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7782A43D3F for ; Sat, 4 Dec 2004 16:23:00 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwr193.neoplus.adsl.tpnet.pl [83.29.241.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id 2FE14896744 for ; Sat, 4 Dec 2004 17:22:52 +0100 (CET) Received: from ddardaar (ddardaar [192.168.1.11]) by raadradd.homeunix.org (Postfix) with ESMTP id 92884A557 for ; Sat, 4 Dec 2004 17:22:58 +0100 (CET) Message-Id: <1102177382.0@ddardaar> Date: Sat, 4 Dec 2004 17:23:02 +0100 From: "Radek Kozlowski" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/74673: [MAINTAINER] editors/leafpad: update to 0.7.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:30:29 -0000 >Number: 74673 >Category: ports >Synopsis: [MAINTAINER] editors/leafpad: update to 0.7.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 16:30:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radek Kozlowski >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #9: Tue Nov 16 21:44:39 CET 2004 root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR >Description: - update to 0.7.8 - add desktopfileutils dependency - remove unnecessary patch >How-To-Repeat: >Fix: --- leafpad-0.7.8.diff begins here --- diff -ruN leafpad.orig/Makefile leafpad/Makefile --- leafpad.orig/Makefile Sat Dec 4 17:10:38 2004 +++ leafpad/Makefile Sat Dec 4 17:10:59 2004 @@ -6,8 +6,7 @@ # PORTNAME= leafpad -PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTVERSION= 0.7.8 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +14,7 @@ MAINTAINER= radek@raadradd.com COMMENT= Light-weight GTK+ editor similar to notepad.exe -USE_GNOME= gtk20 gnomehier +USE_GNOME= gtk20 gnomehier desktopfileutils USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes diff -ruN leafpad.orig/distinfo leafpad/distinfo --- leafpad.orig/distinfo Sat Dec 4 17:10:38 2004 +++ leafpad/distinfo Sat Dec 4 17:11:12 2004 @@ -1,2 +1,2 @@ -MD5 (leafpad-0.7.7.tar.gz) = 7875e25a31ed180a49ba8f9efb896322 -SIZE (leafpad-0.7.7.tar.gz) = 179836 +MD5 (leafpad-0.7.8.tar.gz) = a97bbbf5c86d290fde7b46f5520494a2 +SIZE (leafpad-0.7.8.tar.gz) = 188955 diff -ruN leafpad.orig/files/patch-src_undo.c leafpad/files/patch-src_undo.c --- leafpad.orig/files/patch-src_undo.c Sat Dec 4 17:10:38 2004 +++ leafpad/files/patch-src_undo.c Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- src/undo.c.orig Thu Nov 18 17:04:27 2004 -+++ src/undo.c Sun Nov 21 12:21:08 2004 -@@ -159,7 +159,8 @@ - ui_tmp->command = command; - ui_tmp->start = start; - ui_tmp->end = end; -- g_string_printf(undo_gstr, str); -+ undo_gstr = g_string_erase(undo_gstr, 0, -1); -+ g_string_append(undo_gstr, str); - } else - undo_append_undo_info(buffer, command, start, end, g_strdup(str)); - diff -ruN leafpad.orig/pkg-plist leafpad/pkg-plist --- leafpad.orig/pkg-plist Sat Dec 4 17:10:38 2004 +++ leafpad/pkg-plist Sat Dec 4 17:14:23 2004 @@ -1,13 +1,17 @@ bin/leafpad share/gnome/applications/leafpad.desktop share/gnome/pixmaps/leafpad.png +share/locale/ca/LC_MESSAGES/leafpad.mo share/locale/cs/LC_MESSAGES/leafpad.mo share/locale/de/LC_MESSAGES/leafpad.mo share/locale/es/LC_MESSAGES/leafpad.mo share/locale/fr/LC_MESSAGES/leafpad.mo +share/locale/hu/LC_MESSAGES/leafpad.mo +share/locale/it/LC_MESSAGES/leafpad.mo share/locale/ja/LC_MESSAGES/leafpad.mo share/locale/ru/LC_MESSAGES/leafpad.mo share/locale/sv/LC_MESSAGES/leafpad.mo +share/locale/ta/LC_MESSAGES/leafpad.mo share/locale/zh_CN/LC_MESSAGES/leafpad.mo share/locale/zh_TW/LC_MESSAGES/leafpad.mo @exec update-desktop-database > /dev/null || true --- leafpad-0.7.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 16:30:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C356E16A4CE for ; Sat, 4 Dec 2004 16:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9007F43D58 for ; Sat, 4 Dec 2004 16:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GUTPH054261 for ; Sat, 4 Dec 2004 16:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4GUT7c054260; Sat, 4 Dec 2004 16:30:29 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 16:30:29 GMT Resent-Message-Id: <200412041630.iB4GUT7c054260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Radek Kozlowski" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C27216A4CE for ; Sat, 4 Dec 2004 16:26:46 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267D643D31 for ; Sat, 4 Dec 2004 16:26:46 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwr193.neoplus.adsl.tpnet.pl [83.29.241.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id 2E5B3896700 for ; Sat, 4 Dec 2004 17:26:38 +0100 (CET) Received: from ddardaar (ddardaar [192.168.1.11]) by raadradd.homeunix.org (Postfix) with ESMTP id 9F2F1A552 for ; Sat, 4 Dec 2004 17:26:44 +0100 (CET) Message-Id: <1102177608.0@ddardaar> Date: Sat, 4 Dec 2004 17:26:48 +0100 From: "Radek Kozlowski" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/74675: [MAINTAINER] ftp/gwget: remove update-desktop-database from pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:30:29 -0000 >Number: 74675 >Category: ports >Synopsis: [MAINTAINER] ftp/gwget: remove update-desktop-database from pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 16:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radek Kozlowski >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #9: Tue Nov 16 21:44:39 CET 2004 root@ddardaar:/usr/obj/usr/src/sys/DDARDAAR >Description: There's no need for update-desktop-database to be executed, since gwget doesn't register any MimeTypes. >How-To-Repeat: >Fix: --- gwget2.diff begins here --- diff -u gwget.orig/pkg-plist gwget/pkg-plist --- gwget.orig/pkg-plist Wed Dec 1 22:03:21 2004 +++ gwget/pkg-plist Wed Dec 1 22:03:56 2004 @@ -13,7 +13,6 @@ %%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so %%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so.0 share/gnome/applications/gwget.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/gwget/about.glade share/gnome/gwget/gwget-large.png share/gnome/gwget/gwget-off.png @@ -49,4 +48,3 @@ %%EPIPHANY:%%@unexec rmdir %D/lib/epiphany-%%VERSION%%/extensions 2>/dev/null || true %%EPIPHANY:%%@unexec rmdir %D/lib/epiphany-%%VERSION%% 2>/dev/null || true @dirrm share/gnome/gwget -@unexec update-desktop-database > /dev/null || /usr/bin/true --- gwget2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 16:50:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE7B16A4CE for ; Sat, 4 Dec 2004 16:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05B143D31 for ; Sat, 4 Dec 2004 16:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GoSXO055686 for ; Sat, 4 Dec 2004 16:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4GoS0Z055684; Sat, 4 Dec 2004 16:50:28 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 16:50:28 GMT Resent-Message-Id: <200412041650.iB4GoS0Z055684@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B191816A4CE; Sat, 4 Dec 2004 16:41:37 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B83A43D2D; Sat, 4 Dec 2004 16:41:37 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 3C4743EA124; Sun, 5 Dec 2004 00:41:36 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59871-05; Sun, 5 Dec 2004 00:39:57 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 32A4E3EA13F; Sun, 5 Dec 2004 00:39:57 +0800 (CST) Message-Id: <20041204163957.32A4E3EA13F@utopia.leeym.com> Date: Sun, 5 Dec 2004 00:39:57 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: seanc@FreeBSD.org Subject: ports/74676: [PATCH] net/p5-Geo-IP: update to 1.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:50:29 -0000 >Number: 74676 >Category: ports >Synopsis: [PATCH] net/p5-Geo-IP: update to 1.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: Sat Dec 04 16:50:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 25 01:17:22 CST 2004 >Description: - Update to 1.24 Port maintainer (seanc@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Geo-IP-1.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Geo-IP/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 30 May 2004 07:19:41 -0000 1.15 +++ Makefile 4 Dec 2004 16:39:42 -0000 @@ -6,8 +6,8 @@ # PORTNAME= Geo-IP -PORTVERSION= 1.21 -PORTREVISION= 2 +PORTVERSION= 1.24 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.maxmind.com/download/geoip/api/perl/ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/p5-Geo-IP/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 31 Mar 2004 03:10:08 -0000 1.5 +++ distinfo 4 Dec 2004 16:39:42 -0000 @@ -1,2 +1,2 @@ -MD5 (Geo-IP-1.21.tar.gz) = aecdf56c0340b59b66532950e40a9f63 -SIZE (Geo-IP-1.21.tar.gz) = 11574 +MD5 (Geo-IP-1.24.tar.gz) = 7e6f52e78e57973c5ded12a0bdf51a71 +SIZE (Geo-IP-1.24.tar.gz) = 12362 --- p5-Geo-IP-1.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 16:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E4E16A4CE for ; Sat, 4 Dec 2004 16:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1821443D31 for ; Sat, 4 Dec 2004 16:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GoSAF055727 for ; Sat, 4 Dec 2004 16:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4GoSV5055722; Sat, 4 Dec 2004 16:50:28 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 16:50:28 GMT Resent-Message-Id: <200412041650.iB4GoSV5055722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E0D16A4CE; Sat, 4 Dec 2004 16:42:02 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7A8043D58; Sat, 4 Dec 2004 16:42:01 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id A80B43EA13D; Sun, 5 Dec 2004 00:42:00 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52258-10; Sun, 5 Dec 2004 00:41:45 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 958C23EA134; Sun, 5 Dec 2004 00:41:42 +0800 (CST) Message-Id: <20041204164142.958C23EA134@utopia.leeym.com> Date: Sun, 5 Dec 2004 00:41:42 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: seanc@FreeBSD.org Subject: ports/74677: [PATCH] net/GeoIP: update to 1.3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:50:30 -0000 >Number: 74677 >Category: ports >Synopsis: [PATCH] net/GeoIP: update to 1.3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 16:50:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 25 01:17:22 CST 2004 >Description: - Update to 1.3.8 - utilize DATADIR - fix problem when installing default config file Port maintainer (seanc@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- GeoIP-1.3.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/GeoIP/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 31 Aug 2004 19:40:12 -0000 1.22 +++ Makefile 4 Dec 2004 16:40:57 -0000 @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.8 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ @@ -19,8 +19,8 @@ MAN1= geoiplookup.1 geoipupdate.1 post-install: -.if !exists(${PREFIX}/etc/GeoIP.conf.default) - @${CP} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf +.if !exists(${PREFIX}/etc/GeoIP.conf) + @${INSTALL_DATA} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf .endif .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/GeoIP/distinfo,v retrieving revision 1.16 diff -u -u -r1.16 distinfo --- distinfo 31 Aug 2004 19:40:12 -0000 1.16 +++ distinfo 4 Dec 2004 16:40:57 -0000 @@ -1,2 +1,2 @@ -MD5 (GeoIP-1.3.6.tar.gz) = f5afa496b562a7524b9b33b1d30dbee9 -SIZE (GeoIP-1.3.6.tar.gz) = 579850 +MD5 (GeoIP-1.3.8.tar.gz) = 7bbd491dfbe4314c817ba0bbc7fa0932 +SIZE (GeoIP-1.3.8.tar.gz) = 585538 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/GeoIP/pkg-plist,v retrieving revision 1.10 diff -u -u -r1.10 pkg-plist --- pkg-plist 30 May 2004 07:19:41 -0000 1.10 +++ pkg-plist 4 Dec 2004 16:40:57 -0000 @@ -18,5 +18,5 @@ lib/libGeoIPUpdate.a lib/libGeoIPUpdate.so lib/libGeoIPUpdate.so.0 -share/GeoIP/GeoIP.dat -@unexec rmdir %D/share/GeoIP 2>/dev/null || true +%%DATADIR%%/GeoIP.dat +@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true --- GeoIP-1.3.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 16:51:39 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8D6716A4CE; Sat, 4 Dec 2004 16:51:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890CA43D4C; Sat, 4 Dec 2004 16:51:39 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GpdD8055846; Sat, 4 Dec 2004 16:51:39 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4Gpdwv055842; Sat, 4 Dec 2004 16:51:39 GMT (envelope-from ahze) Date: Sat, 4 Dec 2004 16:51:39 GMT From: Michael Johnson Message-Id: <200412041651.iB4Gpdwv055842@freefall.freebsd.org> To: ahze@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ahze@FreeBSD.org Subject: Re: ports/74673: [MAINTAINER] editors/leafpad: update to 0.7.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:51:39 -0000 Synopsis: [MAINTAINER] editors/leafpad: update to 0.7.8 Responsible-Changed-From-To: freebsd-ports-bugs->ahze Responsible-Changed-By: ahze Responsible-Changed-When: Sat Dec 4 16:51:24 GMT 2004 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=74673 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 16:57:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D79916A4CE; Sat, 4 Dec 2004 16:57:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE65B43D5C; Sat, 4 Dec 2004 16:57:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GvoG3056078; Sat, 4 Dec 2004 16:57:50 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4GvonS056074; Sat, 4 Dec 2004 16:57:50 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 16:57:50 GMT From: Tilman Linneweh Message-Id: <200412041657.iB4GvonS056074@freefall.freebsd.org> To: ncopa@users.sourceforge.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74618: Update port: dns/dnrd release 2.17.2, bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:57:51 -0000 Synopsis: Update port: dns/dnrd release 2.17.2, bugfix State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 16:57:45 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74618 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:10:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A604216A4CE for ; Sat, 4 Dec 2004 17:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F11C43D62 for ; Sat, 4 Dec 2004 17:10:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HAXxW060288 for ; Sat, 4 Dec 2004 17:10:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HAX13060287; Sat, 4 Dec 2004 17:10:33 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 17:10:33 GMT Resent-Message-Id: <200412041710.iB4HAX13060287@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBDF516A4CE for ; Sat, 4 Dec 2004 17:02:07 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 3AC7A43D5C for ; Sat, 4 Dec 2004 17:02:07 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 16859 invoked by uid 1000); 4 Dec 2004 17:04:36 -0000 Message-Id: <20041204170435.16858.qmail@phoenix.smluc.org> Date: 4 Dec 2004 17:04:35 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/74678: [Maintainer Upgrade] devel/cvsplot 1.7.3 -> 1.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:10:33 -0000 >Number: 74678 >Category: ports >Synopsis: [Maintainer Upgrade] devel/cvsplot 1.7.3 -> 1.7.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 17:10:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386 >Description: freshmeat blurb: It is now possible to specify groups of users in order to produce per-group usage graphs, and a switch has been added to specify a set of arguments to pass to all invocations of CVS. >How-To-Repeat: >Fix: --- devel_cvsplot.patch begins here --- Index: devel/cvsplot/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cvsplot/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/cvsplot/Makefile 1 Jul 2004 08:47:46 -0000 1.15 +++ devel/cvsplot/Makefile 4 Dec 2004 12:57:15 -0000 @@ -7,7 +7,7 @@ # PORTNAME= cvsplot -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: devel/cvsplot/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cvsplot/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- devel/cvsplot/distinfo 1 Jul 2004 08:47:46 -0000 1.8 +++ devel/cvsplot/distinfo 4 Dec 2004 12:57:15 -0000 @@ -1,2 +1,2 @@ -MD5 (cvsplot-1.7.3.tar.gz) = 3372443b35edaf0fdc962498e4164b24 -SIZE (cvsplot-1.7.3.tar.gz) = 13757 +MD5 (cvsplot-1.7.4.tar.gz) = 50315fad42d7ca5f94ccdd4f5d25ee03 +SIZE (cvsplot-1.7.4.tar.gz) = 22010 --- devel_cvsplot.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:10:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E953F16A4CE for ; Sat, 4 Dec 2004 17:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F8C43D62 for ; Sat, 4 Dec 2004 17:10:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HAXNf060346 for ; Sat, 4 Dec 2004 17:10:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HAXVB060345; Sat, 4 Dec 2004 17:10:33 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 17:10:33 GMT Resent-Message-Id: <200412041710.iB4HAXVB060345@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3638216A4CE for ; Sat, 4 Dec 2004 17:02:09 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id B38F843D3F for ; Sat, 4 Dec 2004 17:02:08 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 16866 invoked by uid 1000); 4 Dec 2004 17:04:37 -0000 Message-Id: <20041204170437.16865.qmail@phoenix.smluc.org> Date: 4 Dec 2004 17:04:37 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/74679: [Maintainer Update] databases/gauche-gdbm 0.8.1 -> 0.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:10:34 -0000 >Number: 74679 >Category: ports >Synopsis: [Maintainer Update] databases/gauche-gdbm 0.8.1 -> 0.8.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: Sat Dec 04 17:10:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386 >Description: databases/gauche-gdbm must be kept in sync with lang/gauche, please commit them at the same time :) >How-To-Repeat: >Fix: --- databases_gauche-gdbm.patch begins here --- Index: databases/gauche-gdbm/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/gauche-gdbm/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- databases/gauche-gdbm/Makefile 3 Aug 2004 07:56:20 -0000 1.24 +++ databases/gauche-gdbm/Makefile 4 Dec 2004 16:57:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.8.1 # Keep this in sync with lang/gauche +PORTVERSION= 0.8.3 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- --- databases_gauche-gdbm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:10:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6479616A4CE for ; Sat, 4 Dec 2004 17:10:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8B843D62 for ; Sat, 4 Dec 2004 17:10:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HAY8X060359 for ; Sat, 4 Dec 2004 17:10:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HAY0O060358; Sat, 4 Dec 2004 17:10:34 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 17:10:34 GMT Resent-Message-Id: <200412041710.iB4HAY0O060358@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB6916A4CE for ; Sat, 4 Dec 2004 17:02:11 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 9428C43D48 for ; Sat, 4 Dec 2004 17:02:10 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 16873 invoked by uid 1000); 4 Dec 2004 17:04:39 -0000 Message-Id: <20041204170439.16872.qmail@phoenix.smluc.org> Date: 4 Dec 2004 17:04:39 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/74680: [Maintainer Update] lang/gauche 0.8.1 -> 0.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:10:34 -0000 >Number: 74680 >Category: ports >Synopsis: [Maintainer Update] lang/gauche 0.8.1 -> 0.8.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: Sat Dec 04 17:10:33 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386 >Description: freshmeat blurbs: (0.8.1->0.8.2) This release adds an SRFI 35-style condition system, source code encoding recognition, and virtual (procedural) ports. It also fixes a bug in the handling of file uploads in the rfc.mime and www.cgi modules. (0.8.2->0.8.3) This release fixes a bug where the coding-aware port behaved incorrectly with CRLF line terminators. There is an issue with some assembly, i've kluged around it to get it to build (force use the C equiv provided), and have submitted a bug report to the gauche project at sf. >How-To-Repeat: >Fix: --- lang_gauche.patch begins here --- Index: lang/gauche/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/gauche/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- lang/gauche/Makefile 3 Aug 2004 07:52:54 -0000 1.29 +++ lang/gauche/Makefile 4 Dec 2004 16:48:01 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.8.1 # Keep databases/gauche-gdbm in sync with this +PORTVERSION= 0.8.3 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: lang/gauche/distinfo =================================================================== RCS file: /home/ncvs/ports/lang/gauche/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- lang/gauche/distinfo 3 Aug 2004 07:52:54 -0000 1.16 +++ lang/gauche/distinfo 4 Dec 2004 16:48:01 -0000 @@ -1,2 +1,2 @@ -MD5 (Gauche-0.8.1.tgz) = 245ab826f2219d842b96561482aa0256 -SIZE (Gauche-0.8.1.tgz) = 2595068 +MD5 (Gauche-0.8.3.tgz) = 434fb8802da5f0e69ab95d75a6ecec87 +SIZE (Gauche-0.8.3.tgz) = 2534879 Index: lang/gauche/pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/gauche/pkg-plist,v retrieving revision 1.15 diff -u -r1.15 pkg-plist --- lang/gauche/pkg-plist 3 Aug 2004 07:52:54 -0000 1.15 +++ lang/gauche/pkg-plist 4 Dec 2004 16:48:01 -0000 @@ -22,6 +22,7 @@ lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so lib/gauche/%%VERSION%%/%%TARGET%%/termios.so lib/gauche/%%VERSION%%/%%TARGET%%/threads.so +lib/gauche/%%VERSION%%/%%TARGET%%/vport.so lib/gauche/%%VERSION%%/include/gauche.h lib/gauche/%%VERSION%%/include/gauche/arch.h lib/gauche/%%VERSION%%/include/gauche/builtin-syms.h @@ -47,7 +48,7 @@ lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme lib/libgauche.so lib/libgauche.so.0 -lib/libgauche.so.0.8.1 +lib/libgauche.so.%%VERSION%% share/aclocal/gauche.m4 share/gauche/%%VERSION%%/aclocal.m4 share/gauche/%%VERSION%%/lib/binary/io.scm @@ -67,6 +68,7 @@ share/gauche/%%VERSION%%/lib/gauche/charconv.scm share/gauche/%%VERSION%%/lib/gauche/collection.scm share/gauche/%%VERSION%%/lib/gauche/common-macros.scm +share/gauche/%%VERSION%%/lib/gauche/condutil.scm share/gauche/%%VERSION%%/lib/gauche/config.scm share/gauche/%%VERSION%%/lib/gauche/defvalues.scm share/gauche/%%VERSION%%/lib/gauche/fcntl.scm @@ -122,6 +124,7 @@ share/gauche/%%VERSION%%/lib/gauche/version.scm share/gauche/%%VERSION%%/lib/gauche/vm/debugger.scm share/gauche/%%VERSION%%/lib/gauche/vm/disasm.scm +share/gauche/%%VERSION%%/lib/gauche/vport.scm share/gauche/%%VERSION%%/lib/gauche/with.scm share/gauche/%%VERSION%%/lib/genstub share/gauche/%%VERSION%%/lib/math/const.scm Index: lang/gauche/files/patch-src_gauche_arith_i386.h =================================================================== RCS file: lang/gauche/files/patch-src_gauche_arith_i386.h diff -N lang/gauche/files/patch-src_gauche_arith_i386.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lang/gauche/files/patch-src_gauche_arith_i386.h 4 Dec 2004 16:48:01 -0000 @@ -0,0 +1,18 @@ +--- src/gauche/arith_i386.h.orig Fri Jul 4 23:29:13 2003 ++++ src/gauche/arith_i386.h Sat Dec 4 11:06:22 2004 +@@ -167,6 +167,7 @@ + * else r <- x * y, v = 0 + */ + ++#if 0 + #define UMULOV(r, v, x, y) \ + asm("movl %2, %%eax;" \ + "mull %3;" \ +@@ -199,6 +200,7 @@ + :"=r" (r), "=&r" (v) \ + :"g" (x), "r" (y) \ + :"%eax", "%edx") ++#endif + + #endif /*__GNUC__*/ + --- lang_gauche.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:10:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA54316A4CE for ; Sat, 4 Dec 2004 17:10:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883DD43D62 for ; Sat, 4 Dec 2004 17:10:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HAYra060378 for ; Sat, 4 Dec 2004 17:10:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HAYad060377; Sat, 4 Dec 2004 17:10:34 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 17:10:34 GMT Resent-Message-Id: <200412041710.iB4HAYad060377@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6833A16A4CE for ; Sat, 4 Dec 2004 17:02:13 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 0152D43D5C for ; Sat, 4 Dec 2004 17:02:13 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 16880 invoked by uid 1000); 4 Dec 2004 17:04:42 -0000 Message-Id: <20041204170441.16879.qmail@phoenix.smluc.org> Date: 4 Dec 2004 17:04:41 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/74681: [Maintainer Update] games/tank fix for fbsd 5/6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:10:34 -0000 >Number: 74681 >Category: ports >Synopsis: [Maintainer Update] games/tank fix for fbsd 5/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: Sat Dec 04 17:10:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386 >Description: Allows games/tank to compile on fbsd 5/6, tested on: FreeBSD vidar.br0kenland.org 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun Nov 28 13:27:16 EST 2004 root@vidar.br0kenland.org:/usr/obj/usr/src/sys/VIDAR i386 ARCH was carrying the fbsd port make value instead of getting set to the new crud, this changes the name to avoid the conflict. >How-To-Repeat: >Fix: --- games_tank.patch begins here --- Index: games/tank/Makefile =================================================================== RCS file: /home/ncvs/ports/games/tank/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- games/tank/Makefile 29 Sep 2004 05:23:43 -0000 1.28 +++ games/tank/Makefile 4 Dec 2004 13:59:12 -0000 @@ -24,10 +24,6 @@ .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin ${MKDIR} ${DATADIR} Index: games/tank/files/patch-Makefile.Linux.Mesa =================================================================== RCS file: /home/ncvs/ports/games/tank/files/patch-Makefile.Linux.Mesa,v retrieving revision 1.4 diff -u -r1.4 patch-Makefile.Linux.Mesa --- games/tank/files/patch-Makefile.Linux.Mesa 16 Nov 2003 18:45:34 -0000 1.4 +++ games/tank/files/patch-Makefile.Linux.Mesa 4 Dec 2004 13:59:12 -0000 @@ -1,11 +1,11 @@ ---- Makefile.Linux.Mesa.orig Sun Feb 2 18:59:42 1997 -+++ Makefile.Linux.Mesa Sun Nov 16 19:16:50 2003 +--- Makefile.Linux.Mesa.orig Sun Feb 2 12:59:42 1997 ++++ Makefile.Linux.Mesa Sat Dec 4 08:56:39 2004 @@ -3,23 +3,23 @@ .SUFFIXES: .cc .o -ARCH = -DLINUX -DMESA #-DSOUND -+ARCH = -DLINUX -DPREFIX=\"$(PREFIX)\" #-DUSING_MESA -DSOUND ++TARCH = -DLINUX -DPREFIX=\"$(PREFIX)\" #-DUSING_MESA -DSOUND MESA = Mesa @@ -14,7 +14,7 @@ -CFLAGS = $(INCLUDE) $(ARCH) -O2 -m486 -Wall -pipe \ - -pedantic -funroll-loops -mieee-fp -+CFLAGS += $(INCLUDE) $(ARCH) -DSOUND -Wall -pipe ${PTHREAD_CFLAGS} \ ++CFLAGS += $(INCLUDE) $(TARCH) -DSOUND -Wall -pipe ${PTHREAD_CFLAGS} \ + -pedantic -funroll-loops -LDFLAGS = -L/usr/X11R6/lib -L$(MESA)/lib --- games_tank.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:19:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F2716A4CE; Sat, 4 Dec 2004 17:19:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13B843D6D; Sat, 4 Dec 2004 17:19:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HJTXv060806; Sat, 4 Dec 2004 17:19:29 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HJSHJ060802; Sat, 4 Dec 2004 17:19:28 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:19:28 GMT From: Tilman Linneweh Message-Id: <200412041719.iB4HJSHJ060802@freefall.freebsd.org> To: xi@borderworlds.dk, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74631: Update port: misc/pointless - fix build with python 2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:19:30 -0000 Synopsis: Update port: misc/pointless - fix build with python 2.4 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:19:17 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74631 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:23:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A852016A4CE; Sat, 4 Dec 2004 17:23:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A7F43D5D; Sat, 4 Dec 2004 17:23:55 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HNtg9061008; Sat, 4 Dec 2004 17:23:55 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HNttA061004; Sat, 4 Dec 2004 17:23:55 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:23:55 GMT From: Tilman Linneweh Message-Id: <200412041723.iB4HNttA061004@freefall.freebsd.org> To: blaz@si.FreeBSD.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74667: MAINTAINER UPDATE: net-mgmt/nagios-plugins X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:23:55 -0000 Synopsis: MAINTAINER UPDATE: net-mgmt/nagios-plugins State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:23:49 GMT 2004 State-Changed-Why: Committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74667 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:35:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E1BA16A4CE; Sat, 4 Dec 2004 17:35:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2D943D58; Sat, 4 Dec 2004 17:35:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HZWdA062426; Sat, 4 Dec 2004 17:35:32 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HZVmT062422; Sat, 4 Dec 2004 17:35:31 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:35:31 GMT From: Tilman Linneweh Message-Id: <200412041735.iB4HZVmT062422@freefall.freebsd.org> To: michelon@e-cml.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74613: [ maintainer-update ] multimedia/gdvrecv update to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:35:32 -0000 Synopsis: [ maintainer-update ] multimedia/gdvrecv update to 1.1 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:35:16 GMT 2004 State-Changed-Why: Committed, thanks. Please submit the update as a diff next time http://www.freebsd.org/cgi/query-pr.cgi?pr=74613 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:46:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F9DE16A4CE; Sat, 4 Dec 2004 17:46:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3D443D58; Sat, 4 Dec 2004 17:46:43 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Hkg75062974; Sat, 4 Dec 2004 17:46:42 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4Hkg1P062970; Sat, 4 Dec 2004 17:46:42 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:46:42 GMT From: Tilman Linneweh Message-Id: <200412041746.iB4Hkg1P062970@freefall.freebsd.org> To: itetcu@people.tecnik93.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74599: [MAINTAINER-UPDATE] mail/dspam-devel to 20041201.1330 snapshot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:46:43 -0000 Synopsis: [MAINTAINER-UPDATE] mail/dspam-devel to 20041201.1330 snapshot State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:46:36 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74599 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:48:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D19E216A4CE; Sat, 4 Dec 2004 17:48:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF1143D2D; Sat, 4 Dec 2004 17:48:51 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Hmp1e063070; Sat, 4 Dec 2004 17:48:51 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HmpgY063066; Sat, 4 Dec 2004 17:48:51 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:48:51 GMT From: Tilman Linneweh Message-Id: <200412041748.iB4HmpgY063066@freefall.freebsd.org> To: alecn@server.v42of.icc-vvd.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74617: [MAINTAINER-UPDATE] devel/ruby18-freeride: update to 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:48:51 -0000 Synopsis: [MAINTAINER-UPDATE] devel/ruby18-freeride: update to 0.9.0 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:48:20 GMT 2004 State-Changed-Why: Committed, thanks. Please test your changes carefully. You forgot to remove the plugin directory http://www.freebsd.org/cgi/query-pr.cgi?pr=74617 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:52:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA4616A4CE; Sat, 4 Dec 2004 17:52:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5198743D5D; Sat, 4 Dec 2004 17:52:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Hq6lp063505; Sat, 4 Dec 2004 17:52:06 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4Hq6i3063501; Sat, 4 Dec 2004 17:52:06 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:52:06 GMT From: Tilman Linneweh Message-Id: <200412041752.iB4Hq6i3063501@freefall.freebsd.org> To: josh@tcbug.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74587: Taking over maintainer of /usr/ports/www/cadaver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:52:06 -0000 Synopsis: Taking over maintainer of /usr/ports/www/cadaver State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:51:57 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74587 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 17:58:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB90B16A4CE; Sat, 4 Dec 2004 17:58:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E2843D68; Sat, 4 Dec 2004 17:58:28 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HwSeY063699; Sat, 4 Dec 2004 17:58:28 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4HwSVH063695; Sat, 4 Dec 2004 17:58:28 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 17:58:28 GMT From: Tilman Linneweh Message-Id: <200412041758.iB4HwSVH063695@freefall.freebsd.org> To: alecn@server.v42of.icc-vvd.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74515: [MAINTAINER-UPDATE] devel/ruby18-freebase: update to 0.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:58:28 -0000 Synopsis: [MAINTAINER-UPDATE] devel/ruby18-freebase: update to 0.9.0 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 17:58:23 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74515 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 18:20:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7D616A4CE for ; Sat, 4 Dec 2004 18:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACAC43D72 for ; Sat, 4 Dec 2004 18:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4IKGUB068284 for ; Sat, 4 Dec 2004 18:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4IKGLg068280; Sat, 4 Dec 2004 18:20:16 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 18:20:16 GMT Resent-Message-Id: <200412041820.iB4IKGLg068280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFADE16A4CE for ; Sat, 4 Dec 2004 18:11:51 +0000 (GMT) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id B728943D67 for ; Sat, 4 Dec 2004 18:11:50 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost [127.0.0.1]) by beaver.critical.ch (8.13.1/8.13.1) with ESMTP id iB4IBoM5058223 for ; Sat, 4 Dec 2004 19:11:51 +0100 (CET) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.1/8.13.1/Submit) id iB4IBo4e058222; Sat, 4 Dec 2004 19:11:50 +0100 (CET) (envelope-from ehaupt) Message-Id: <200412041811.iB4IBo4e058222@beaver.critical.ch> Date: Sat, 4 Dec 2004 19:11:50 +0100 (CET) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74684: new port: irc/netwalker-ircc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:20:16 -0000 >Number: 74684 >Category: ports >Synopsis: new port: irc/netwalker-ircc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 18:20:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: http://critical.ch >Environment: System: FreeBSD beaver.critical.ch 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Fri Dec 3 11:18:36 CET 2004 build@beaver.critical.ch:/home/build/src-release/src/sys/BEAVER i386 >Description: New port: irc/netwalker-ircc Netwalker is a tiny curses-based IRC client. The current version is written in c/cpp. Future releases are planed to be written in plain cpp. Netwalker aims to be a slim IRC client. ---shar start--- # 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: # # netwalker-ircc # netwalker-ircc/Makefile # netwalker-ircc/pkg-descr # netwalker-ircc/distinfo # netwalker-ircc/files # netwalker-ircc/files/patch-config.h # netwalker-ircc/files/patch-netwalker.1 # netwalker-ircc/files/patch-Makefile # netwalker-ircc/pkg-plist # echo c - netwalker-ircc mkdir -p netwalker-ircc > /dev/null 2>&1 echo x - netwalker-ircc/Makefile sed 's/^X//' >netwalker-ircc/Makefile << 'END-of-netwalker-ircc/Makefile' X# New ports collection makefile for: netwalker-ircc X# Date created: 4 December 2004 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= netwalker-ircc XPORTVERSION= 0.5.0 XCATEGORIES= irc XMASTER_SITES= http://www.bind.ch/projects/netwalker/netwalker-src/ XEXTRACT_SUFX= .tgz X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A lightweight curses-based IRC client X XMAN1= netwalker.1 X Xpost-patch: X @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ X ${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd X ${MV} ${WRKSRC}/config.h.freebsd ${WRKSRC}/config.h X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/netwalker ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/netwalker.1 ${MANPREFIX}/man/man1 X @${MKDIR} ${DATADIR} X ${CP} ${WRKSRC}/help/* ${PREFIX}/share/netwalker-ircc X X.include END-of-netwalker-ircc/Makefile echo x - netwalker-ircc/pkg-descr sed 's/^X//' >netwalker-ircc/pkg-descr << 'END-of-netwalker-ircc/pkg-descr' XNetwalker is a tiny curses-based IRC client. The current version is written in Xc/cpp. Future releases are planed to be written in plain cpp. Netwalker aims to Xbe a slim IRC client. X XWWW: http://www.bind.ch/projects/netwalker/ END-of-netwalker-ircc/pkg-descr echo x - netwalker-ircc/distinfo sed 's/^X//' >netwalker-ircc/distinfo << 'END-of-netwalker-ircc/distinfo' XMD5 (netwalker-ircc-0.5.0.tgz) = 1f5a7cc0fb54142c6306651105aedd68 XSIZE (netwalker-ircc-0.5.0.tgz) = 54768 END-of-netwalker-ircc/distinfo echo c - netwalker-ircc/files mkdir -p netwalker-ircc/files > /dev/null 2>&1 echo x - netwalker-ircc/files/patch-config.h sed 's/^X//' >netwalker-ircc/files/patch-config.h << 'END-of-netwalker-ircc/files/patch-config.h' X--- config.h.orig Sat Dec 4 17:43:47 2004 X+++ config.h Sat Dec 4 17:44:04 2004 X@@ -47,9 +47,9 @@ X #define PART_QUIT_MSG_LEN 256 X #define CTCP_VERSION_REPLY "Netwalker IRC-Client" X X-#define FILES_HELP_DIRECTORY "/usr/share/netwalker-ircc/" X+#define FILES_HELP_DIRECTORY "%%PREFIX%%/share/netwalker-ircc/" X #define FILES_HELP_INDEX_FILE "/helpindex.asc" X-#define FILES_CONFIG_FILE "/.netwalkerircc.conf" X+#define FILES_CONFIG_FILE "/.netwalkerircc" X X /* some default values */ X #define DEFAULT_NICKNAME "ABC" END-of-netwalker-ircc/files/patch-config.h echo x - netwalker-ircc/files/patch-netwalker.1 sed 's/^X//' >netwalker-ircc/files/patch-netwalker.1 << 'END-of-netwalker-ircc/files/patch-netwalker.1' X--- netwalker.1.orig Sat Dec 4 17:44:31 2004 X+++ netwalker.1 Sat Dec 4 17:44:58 2004 X@@ -33,7 +33,7 @@ X .SH CONFIGURATION FILE X after you used the command 'netwalker -c' there will be a X .br X-default configuration-file (atm called: '.netwalkerircc.conf') in your home directory. X+default configuration-file (atm called: '.netwalkerircc') in your home directory. X .br X Available config-file options: X .br END-of-netwalker-ircc/files/patch-netwalker.1 echo x - netwalker-ircc/files/patch-Makefile sed 's/^X//' >netwalker-ircc/files/patch-Makefile << 'END-of-netwalker-ircc/files/patch-Makefile' X--- Makefile.orig Sat Dec 4 18:08:38 2004 X+++ Makefile Sat Dec 4 18:12:23 2004 X@@ -1,6 +1,6 @@ X-CC=g++ X+CXX ?= g++ X LDFLAGS=-lncurses -lpthread X-CFLAGS=-O2 -Wall X+CFLAGS ?= -O2 -Wall X #CFLAGS=-O2 -Wall -DDEBUG X objects=main.o functions.o screen.o server.o user.o messages.o signals.o parameter.o userdb.o X DESTDIR=/usr X@@ -54,7 +54,7 @@ X X link_the_binary: X @echo "--== LINKING THE BINARY ==--" X- $(CC) $(LDFLAGS) $(objects) -o $(BINNAME) X+ ${CXX} $(LDFLAGS) $(objects) -o $(BINNAME) X X help: X @echo "Available Options:" X@@ -77,28 +77,28 @@ X @echo "" X X main.o: X- $(CC) $(CFLAGS) -c main.cc -o main.o X+ ${CXX} ${CFLAGS} -c main.cc -o main.o X X functions.o: X- $(CC) $(CFLAGS) -c functions.cc -o functions.o X+ ${CXX} ${CFLAGS} -c functions.cc -o functions.o X X screen.o: X- $(CC) $(CFLAGS) -c screen.cc -o screen.o X+ ${CXX} ${CFLAGS} -c screen.cc -o screen.o X X server.o: X- $(CC) $(CFLAGS) -c server.cc -o server.o X+ ${CXX} ${CFLAGS} -c server.cc -o server.o X X user.o: X- $(CC) $(CFLAGS) -c user.cc -o user.o X+ ${CXX} ${CFLAGS} -c user.cc -o user.o X X messages.o: X- $(CC) $(CFLAGS) -c messages.cc -o messages.o X+ ${CXX} ${CFLAGS} -c messages.cc -o messages.o X X signals.o: X- $(CC) $(CFLAGS) -c signals.cc -o signals.o X+ ${CXX} ${CFLAGS} -c signals.cc -o signals.o X X parameter.o: X- $(CC) $(CFLAGS) -c parameter.cc -o parameter.o X+ ${CXX} ${CFLAGS} -c parameter.cc -o parameter.o X X userdb.o: X- $(CC) $(CFLAGS) -c userdb.cc -o userdb.o X+ ${CXX} ${CFLAGS} -c userdb.cc -o userdb.o END-of-netwalker-ircc/files/patch-Makefile echo x - netwalker-ircc/pkg-plist sed 's/^X//' >netwalker-ircc/pkg-plist << 'END-of-netwalker-ircc/pkg-plist' Xbin/netwalker X%%DATADIR%%/help_connect.asc X%%DATADIR%%/help_ctcp.asc X%%DATADIR%%/help_disconnect.asc X%%DATADIR%%/help_help.asc X%%DATADIR%%/help_join.asc X%%DATADIR%%/help_me.asc X%%DATADIR%%/help_msg.asc X%%DATADIR%%/help_nick.asc X%%DATADIR%%/help_part.asc X%%DATADIR%%/help_quit.asc X%%DATADIR%%/help_reconnect.asc X%%DATADIR%%/help_screen.asc X%%DATADIR%%/help_topic.asc X%%DATADIR%%/help_who.asc X%%DATADIR%%/helpindex.asc X@dirrm %%DATADIR%% END-of-netwalker-ircc/pkg-plist exit ---shar stop--- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 18:22:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5AA16A4CE; Sat, 4 Dec 2004 18:22:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B7F43D1D; Sat, 4 Dec 2004 18:22:21 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4IMLjK068403; Sat, 4 Dec 2004 18:22:21 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4IMKH7068399; Sat, 4 Dec 2004 18:22:20 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 18:22:20 GMT From: Tilman Linneweh Message-Id: <200412041822.iB4IMKH7068399@freefall.freebsd.org> To: flynn@energyhq.es.eu.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/73974: [Maintainer Update] x11-themes/baghira to 0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:22:21 -0000 Synopsis: [Maintainer Update] x11-themes/baghira to 0.6 State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 18:22:14 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=73974 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 18:32:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D294D16A4CE; Sat, 4 Dec 2004 18:32:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B2E43D5E; Sat, 4 Dec 2004 18:32:19 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4IWJiq069610; Sat, 4 Dec 2004 18:32:19 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4IWJiB069606; Sat, 4 Dec 2004 18:32:19 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 18:32:19 GMT From: Tilman Linneweh Message-Id: <200412041832.iB4IWJiB069606@freefall.freebsd.org> To: alecn2002@yandex.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74241: [MAINTAINER-UPDATE] x11-toolkits/fxscintilla: update to 1.62 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:32:19 -0000 Synopsis: [MAINTAINER-UPDATE] x11-toolkits/fxscintilla: update to 1.62 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sat Dec 4 18:30:38 GMT 2004 State-Changed-Why: The dependency on fox-devel is wrong, and the port does not install: Making install in . (cd /usr/local/lib; /bin/mv libfxscintilla.16 libfxscintilla.so.16; /bin/ln -s libfxscintilla.so.16 libfxscintilla.so) mv: libfxscintilla.16: No such file or directory *** Error code 1 http://www.freebsd.org/cgi/query-pr.cgi?pr=74241 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:10:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D13616A4CE for ; Sat, 4 Dec 2004 19:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB08F43D5A for ; Sat, 4 Dec 2004 19:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JAJN1074910 for ; Sat, 4 Dec 2004 19:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JAJeZ074909; Sat, 4 Dec 2004 19:10:19 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 19:10:19 GMT Resent-Message-Id: <200412041910.iB4JAJeZ074909@freefall.freebsd.org> 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 Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137AB16A4CE for ; Sat, 4 Dec 2004 19:04:58 +0000 (GMT) Received: from mx5.kent.ac.uk (mx5.kent.ac.uk [129.12.21.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B4243D66 for ; Sat, 4 Dec 2004 19:04:57 +0000 (GMT) (envelope-from t.d.bishop@kent.ac.uk) Received: from apophis.ukc.ac.uk ([129.12.4.11]) by mx5.kent.ac.uk with esmtp (Exim 4.42) id 1CafD8-000068-ES; Sat, 04 Dec 2004 19:04:50 +0000 Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by apophis.ukc.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.42) id 1CafD8-0005oJ-C9; Sat, 04 Dec 2004 19:04:50 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.42 (FreeBSD)) id 1CafD8-000HrA-7j; Sat, 04 Dec 2004 19:04:50 +0000 Message-Id: Date: Sat, 04 Dec 2004 19:04:50 +0000 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/74685: Add new sourceforge mirror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:10:20 -0000 >Number: 74685 >Category: ports >Synopsis: Add new sourceforge mirror >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 19:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Add a new sourceforge mirror run by the UK Mirror Service (mirrorservice.org). >How-To-Repeat: >Fix: Apply this patch. Not sure if ordering matters, so I added it to the end of the list. The committer can possibly make a more educated guess. --- diff begins here --- --- bsd.sites.mk.bak Sat Dec 4 19:02:04 2004 +++ bsd.sites.mk Sat Dec 4 19:02:26 2004 @@ -734,7 +734,7 @@ http://savannah.nongnu.org/download/%SUBDIR%/ \ ftp://ftp.gnu.org/pub/savannah/files/%SUBDIR%/ -.for mirror in heanet aleron umn belnet voxel optusnet # unc is slow +.for mirror in heanet aleron umn belnet voxel optusnet kent # unc is slow MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/ .endfor --- diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:10:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB3916A4CE for ; Sat, 4 Dec 2004 19:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0EA43D5A for ; Sat, 4 Dec 2004 19:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JAKMO074967 for ; Sat, 4 Dec 2004 19:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JAK4B074966; Sat, 4 Dec 2004 19:10:20 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 19:10:20 GMT Resent-Message-Id: <200412041910.iB4JAK4B074966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "ports@c0decafe.net" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8C416A4D0 for ; Sat, 4 Dec 2004 19:08:43 +0000 (GMT) Received: from iris2.directnic.com (iris2.directnic.com [204.251.10.82]) by mx1.FreeBSD.org (Postfix) with SMTP id AD9D243D6E for ; Sat, 4 Dec 2004 19:08:42 +0000 (GMT) (envelope-from ports@c0decafe.net) Received: by iris2.directnic.com (iris/0.167:423476); 4 Dec 2004 19:08:41 +0000 Received: from [194.126.28.201] (EHLO atlantis.local) (194.126.28.201) by pop.directnic.com (iris/0.167:423476/relay) with ESMTP for ; 4 Dec 2004 19:08:17 +0000 Received: from atlantis.local (localhost [127.0.0.1]) by atlantis.local (8.13.1/8.13.1) with ESMTP id iB4J8Ivm017736; Sat, 4 Dec 2004 21:08:18 +0200 (EET) (envelope-from ports@c0decafe.net) Received: (from bartender@localhost) by atlantis.local (8.13.1/8.13.1/Submit) id iB4J8IqD017735; Sat, 4 Dec 2004 21:08:18 +0200 (EET) (envelope-from ports@c0decafe.net) Message-Id: <200412041908.iB4J8IqD017735@atlantis.local> Date: Sat, 4 Dec 2004 21:08:18 +0200 (EET) From: "ports@c0decafe.net" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mbr@FreeBSD.org Subject: ports/74686: [PATCH] www/mod_auth_mysql_another: update to 2.7.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:10:20 -0000 >Number: 74686 >Category: ports >Synopsis: [PATCH] www/mod_auth_mysql_another: update to 2.7.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 04 19:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 5.3-STABLE FreeBSD 5.3-STABLE #1: Thu Nov 18 20:01:57 EET 2004 >Description: - Update to 2.7.0 - use apache2/Makefile.modules.3rd - ports/54067's patch seems to be no longer needed Removed file(s): - files/patch-Makefile - pkg-plist Port maintainer (mbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mod_auth_mysql_another-2.7.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/mod_auth_mysql_another.orig/Makefile /usr/ports/www/mod_auth_mysql_another/Makefile --- /usr/ports/www/mod_auth_mysql_another.orig/Makefile Fri Nov 7 11:12:50 2003 +++ /usr/ports/www/mod_auth_mysql_another/Makefile Sat Dec 4 20:41:47 2004 @@ -4,54 +4,36 @@ # # $FreeBSD: ports/www/mod_auth_mysql_another/Makefile,v 1.6 2003/11/07 09:12:50 marcus Exp $ -PORTNAME= mod_auth_mysql_another -PORTVERSION= 2.0 +PORTNAME= mod_auth_mysql +PORTVERSION= 2.7.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= modauthmysql -DISTNAME= mod_auth_mysql -EXTRACT_SUFX= .tgz +MASTER_SITE_SUBDIR= ${PORTNAME:S/_//g} +PKGNAMESUFFIX= _another MAINTAINER= mbr@FreeBSD.org COMMENT= Allows users to use MySQL databases for user authentication -.include - -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -.else -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14) -LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client -.else -LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client -.endif -.endif - -.if exists(${LOCALBASE}/include/apache2/apr.h) -WITH_APACHE2= yes -.endif - -.if defined(WITH_APACHE2) -APACHE_VER= APACHE2 -PLIST_SUB= VER="2" -DSO= mod_auth_mysql.la -.else -APACHE_VER= APACHE1 -PLIST_SUB= VER="" -DSO= mod_auth_mysql.so -.endif +USE_MYSQL= YES -BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} +SHORTMODNAME= mysql_auth +AP_FAST_BUILD= YES +AP_GENPLIST= YES +AP_INC= ${LOCALBASE}/include/mysql +AP_LIB= ${LOCALBASE}/lib/mysql +AP_EXTRAS= -DAPACHE${AP_VER} -lmysqlclient -lz -lm -post-patch: - @${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g;s|%%APXS%%|${APXS}|g;s|%%APACHE_VER%%|${APACHE_VER}|g;s|%%DSO%%|${DSO}|g' \ - ${WRKDIR}/mod_auth_mysql/Makefile.orig > ${WRKDIR}/mod_auth_mysql/Makefile +.include .if !defined(NOPORTDOCS) +post-build: + @${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/README" >> ${PLIST} + @${ECHO} "%%PORTDOCS%%@dirrm %%DOCSDIR%%" >> ${PLIST} + post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif +.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" .include diff -ruN --exclude=CVS /usr/ports/www/mod_auth_mysql_another.orig/distinfo /usr/ports/www/mod_auth_mysql_another/distinfo --- /usr/ports/www/mod_auth_mysql_another.orig/distinfo Wed Mar 31 06:12:14 2004 +++ /usr/ports/www/mod_auth_mysql_another/distinfo Sat Dec 4 13:25:31 2004 @@ -1,2 +1,2 @@ -MD5 (mod_auth_mysql.tgz) = b6646a117703b3704091e8f19f02e43e -SIZE (mod_auth_mysql.tgz) = 9953 +MD5 (mod_auth_mysql-2.7.0.tar.gz) = 38f1f7366baac247153749a8a4a48f8c +SIZE (mod_auth_mysql-2.7.0.tar.gz) = 13412 diff -ruN --exclude=CVS /usr/ports/www/mod_auth_mysql_another.orig/files/patch-Makefile /usr/ports/www/mod_auth_mysql_another/files/patch-Makefile --- /usr/ports/www/mod_auth_mysql_another.orig/files/patch-Makefile Mon Jun 30 12:35:28 2003 +++ /usr/ports/www/mod_auth_mysql_another/files/patch-Makefile Thu Jan 1 02:00:00 1970 @@ -1,14 +0,0 @@ ---- /dev/null Sat Apr 20 17:11:40 2002 -+++ Makefile.orig Sat Apr 20 17:12:22 2002 -@@ -0,0 +1,11 @@ -+APXS = %%APXS%% -+DSO = %%DSO%% -+SRCS = mod_auth_mysql.c -+OPTS = -D %%APACHE_VER%% -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib/mysql -lmysqlclient -+ -+all: -+ $(APXS) -c $(OPTS) $(SRCS) -+ -+install: -+ $(APXS) -i -a $(DSO) -+ diff -ruN --exclude=CVS /usr/ports/www/mod_auth_mysql_another.orig/files/patch-mod_auth_mysql.c /usr/ports/www/mod_auth_mysql_another/files/patch-mod_auth_mysql.c --- /usr/ports/www/mod_auth_mysql_another.orig/files/patch-mod_auth_mysql.c Sun Jan 11 20:52:38 2004 +++ /usr/ports/www/mod_auth_mysql_another/files/patch-mod_auth_mysql.c Sat Dec 4 20:12:17 2004 @@ -1,33 +1,10 @@ ---- mod_auth_mysql.c Sat May 10 16:12:34 2003 -+++ mod_auth_mysql.c Sun Jan 11 13:16:47 2004 -@@ -97,6 +97,7 @@ - * MODULE-DEFINITION-END - */ - -+#define MYSQL_CRYPT_LEN 17U - - #ifdef APACHE2 - #define PCALLOC apr_pcalloc -@@ -617,7 +618,8 @@ - conn_rec *c = r->connection; - const char *sent_pw, *real_pw; - int res; -- char *scrambled_sent_pw; -+ unsigned long hash_res[2]; -+ char scrambled_sent_pw[MYSQL_CRYPT_LEN]; - - if ((res = ap_get_basic_auth_pw (r, &sent_pw))) - return res; -@@ -658,8 +660,10 @@ - - /* if AuthMySQLScrambledPassword is On, compare the scrambled password */ - if(sec->mysqlScrambled) { -- scrambled_sent_pw = PCALLOC(r->pool, 33); -- make_scrambled_password(scrambled_sent_pw, sent_pw); -+ /* make_scrambled_password(scrambled_sent_pw, sent_pw); */ -+ hash_password(hash_res, sent_pw); -+ snprintf(scrambled_sent_pw, sizeof scrambled_sent_pw, "%08lx%08lx", -+ hash_res[0], hash_res[1]); - if(strcmp(real_pw, scrambled_sent_pw)) { - passwords_match = 0; - } +--- mod_auth_mysql.c.orig Sat Dec 4 20:09:20 2004 ++++ mod_auth_mysql.c Sat Dec 4 20:09:33 2004 +@@ -253,7 +253,6 @@ + #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/ + #include "ap_compat.h" + #include "apr_strings.h" +- #include "crypt.h" + #define LOG_ERROR_1(lvl, stat, rqst, msg, parm) \ + ap_log_rerror (APLOG_MARK, lvl, stat, rqst, msg, parm) + #define LOG_ERROR_2(lvl, stat, rqst, msg, parm1, parm2) \ diff -ruN --exclude=CVS /usr/ports/www/mod_auth_mysql_another.orig/pkg-plist /usr/ports/www/mod_auth_mysql_another/pkg-plist --- /usr/ports/www/mod_auth_mysql_another.orig/pkg-plist Mon Jun 30 12:35:27 2003 +++ /usr/ports/www/mod_auth_mysql_another/pkg-plist Thu Jan 1 02:00:00 1970 @@ -1,5 +0,0 @@ -libexec/apache%%VER%%/mod_auth_mysql.so -@exec %D/sbin/apxs -e -a -n mysql_auth %f -@unexec %D/sbin/apxs -e -A -n mysql_auth %f -%%PORTDOCS%%share/doc/mod_auth_mysql_another/README -%%PORTDOCS%%@dirrm share/doc/mod_auth_mysql_another --- mod_auth_mysql_another-2.7.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:13:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C06E916A4CF; Sat, 4 Dec 2004 19:13:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A024443D64; Sat, 4 Dec 2004 19:13:35 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from freefall.freebsd.org (jeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JDZ2U075172; Sat, 4 Dec 2004 19:13:35 GMT (envelope-from jeh@freefall.freebsd.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JDZNe075168; Sat, 4 Dec 2004 19:13:35 GMT (envelope-from jeh) Date: Sat, 4 Dec 2004 19:13:35 GMT From: "James E. Housley" Message-Id: <200412041913.iB4JDZNe075168@freefall.freebsd.org> To: mij@bitchx.it, jeh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74649: [maintainer update] [patch] fixes mail/qmrtg (BROKEN) problem while making package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:13:35 -0000 Synopsis: [maintainer update] [patch] fixes mail/qmrtg (BROKEN) problem while making package State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sat Dec 4 19:13:23 GMT 2004 State-Changed-Why: Commited, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74649 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:16:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B184516A4CE; Sat, 4 Dec 2004 19:16:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D02743D68; Sat, 4 Dec 2004 19:16:12 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JGCmp075266; Sat, 4 Dec 2004 19:16:12 GMT (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JGCYe075262; Sat, 4 Dec 2004 19:16:12 GMT (envelope-from adamw) Date: Sat, 4 Dec 2004 19:16:12 GMT From: Adam Weinberger Message-Id: <200412041916.iB4JGCYe075262@freefall.freebsd.org> To: asa@gascom.ru, adamw@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/66799: [new port] cantus_3: GNOME2 tool for tagging and renaming MP3 and OGG/Vorbis files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:16:12 -0000 Synopsis: [new port] cantus_3: GNOME2 tool for tagging and renaming MP3 and OGG/Vorbis files State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 4 19:14:16 GMT 2004 State-Changed-Why: New port added, with some small modifications. The most significant modification is that I've added the author's server as a MASTER_SITE. He has it protected from behind a download counter script, so please check that what I've done is okay. If you think I should remove that site from MASTER_SITES, please let me know. Thanks for porting this! I've been anxiously awaiting it. http://www.freebsd.org/cgi/query-pr.cgi?pr=66799 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:19:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC4C16A4CE; Sat, 4 Dec 2004 19:19:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF1E43D5E; Sat, 4 Dec 2004 19:19:03 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from freefall.freebsd.org (jeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JJ3oo075351; Sat, 4 Dec 2004 19:19:03 GMT (envelope-from jeh@freefall.freebsd.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JJ2em075347; Sat, 4 Dec 2004 19:19:02 GMT (envelope-from jeh) Date: Sat, 4 Dec 2004 19:19:02 GMT From: "James E. Housley" Message-Id: <200412041919.iB4JJ2em075347@freefall.freebsd.org> To: erik@smluc.org, jeh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74681: [Maintainer Update] games/tank fix for fbsd 5/6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:19:03 -0000 Synopsis: [Maintainer Update] games/tank fix for fbsd 5/6 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sat Dec 4 19:18:51 GMT 2004 State-Changed-Why: Committed, Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74681 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:30:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B399E16A4CE for ; Sat, 4 Dec 2004 19:30:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5B943D80 for ; Sat, 4 Dec 2004 19:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JUUBG075886 for ; Sat, 4 Dec 2004 19:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JUU5K075873; Sat, 4 Dec 2004 19:30:30 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 19:30:30 GMT Resent-Message-Id: <200412041930.iB4JUU5K075873@freefall.freebsd.org> 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 Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5ACF16A4CE for ; Sat, 4 Dec 2004 19:21:28 +0000 (GMT) Received: from mx5.kent.ac.uk (mx5.kent.ac.uk [129.12.21.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8122743D68 for ; Sat, 4 Dec 2004 19:21:28 +0000 (GMT) (envelope-from t.d.bishop@kent.ac.uk) Received: from apophis.ukc.ac.uk ([129.12.4.11]) by mx5.kent.ac.uk with esmtp (Exim 4.42) id 1CafT8-0000WV-Qx; Sat, 04 Dec 2004 19:21:22 +0000 Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by apophis.ukc.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.42) id 1CafT8-00064Q-Oc; Sat, 04 Dec 2004 19:21:22 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.42 (FreeBSD)) id 1CafT8-000JG5-Lt; Sat, 04 Dec 2004 19:21:22 +0000 Message-Id: Date: Sat, 04 Dec 2004 19:21:22 +0000 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tim@bishnet.net Subject: ports/74687: [MAINTAINER] mail/gnubiff: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:30:34 -0000 >Number: 74687 >Category: ports >Synopsis: [MAINTAINER] mail/gnubiff: update to 2.0.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: Sat Dec 04 19:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004 >Description: - Update to 2.0.3 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnubiff-2.0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /u1/freebsd/cvs/ports/mail/gnubiff/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 7 Nov 2004 22:36:45 -0000 1.7 +++ Makefile 4 Dec 2004 19:12:47 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +26,7 @@ MAN1= gnubiff.1 INFO= gnubiff -.if defined(WITH_GNUBIFF_PASSWORD) +.ifdef(WITH_GNUBIFF_PASSWORD) CONFIGURE_ARGS+= --with-password .endif Index: distinfo =================================================================== RCS file: /u1/freebsd/cvs/ports/mail/gnubiff/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 6 Nov 2004 14:44:41 -0000 1.4 +++ distinfo 4 Dec 2004 19:16:06 -0000 @@ -1,2 +1,2 @@ -MD5 (gnubiff-2.0.2.tar.gz) = 38ee04ed9e41454e3e1b40677cdb70d5 -SIZE (gnubiff-2.0.2.tar.gz) = 608475 +MD5 (gnubiff-2.0.3.tar.gz) = d3982297e7e58c127c57cebec306acd9 +SIZE (gnubiff-2.0.3.tar.gz) = 606421 --- gnubiff-2.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:34:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9AE216A4CE; Sat, 4 Dec 2004 19:34:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6DE343D54; Sat, 4 Dec 2004 19:34:21 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JYLq3076999; Sat, 4 Dec 2004 19:34:21 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4JYLkc076995; Sat, 4 Dec 2004 19:34:21 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 19:34:21 GMT From: Tilman Linneweh Message-Id: <200412041934.iB4JYLkc076995@freefall.freebsd.org> To: sergio@softshark.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74176: [maintainer update] devel/ddd: update to 3.3.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:34:21 -0000 Synopsis: [maintainer update] devel/ddd: update to 3.3.10 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 19:34:16 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74176 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 19:45:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA80B16A4CF; Sat, 4 Dec 2004 19:45:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C0E43D4C; Sat, 4 Dec 2004 19:45:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Jj6aG077308; Sat, 4 Dec 2004 19:45:06 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4Jj629077304; Sat, 4 Dec 2004 19:45:06 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 19:45:06 GMT From: Tilman Linneweh Message-Id: <200412041945.iB4Jj629077304@freefall.freebsd.org> To: erik@smluc.org, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74678: [Maintainer Upgrade] devel/cvsplot 1.7.3 -> 1.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:45:06 -0000 Synopsis: [Maintainer Upgrade] devel/cvsplot 1.7.3 -> 1.7.4 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 19:45:01 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74678 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B79216A4CF for ; Sat, 4 Dec 2004 20:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9352943D5D for ; Sat, 4 Dec 2004 20:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KKRFR082158 for ; Sat, 4 Dec 2004 20:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4KKR9C082155; Sat, 4 Dec 2004 20:20:27 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 20:20:27 GMT Resent-Message-Id: <200412042020.iB4KKR9C082155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Kurland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACA916A4CE for ; Sat, 4 Dec 2004 20:19:08 +0000 (GMT) Received: from citadel01.netcitadel.com (citadel01.netcitadel.com [69.56.183.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DAA943D58 for ; Sat, 4 Dec 2004 20:19:08 +0000 (GMT) (envelope-from vadim@vk.crocodile.org) Received: from mail.vk.crocodile.org (c-24-6-2-179.client.comcast.net [24.6.2.179])iB4KNZJX021179 for ; Sat, 4 Dec 2004 14:23:36 -0600 Received: from freebsd410.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id iB4KJ7IC029609 for ; Sat, 4 Dec 2004 12:19:07 -0800 Received: from freebsd410.vk.crocodile.org (localhost.vk.crocodile.org [127.0.0.1])iB4LJ6AB007091 for ; Sat, 4 Dec 2004 13:19:06 -0800 (PST) (envelope-from vadim@freebsd410.vk.crocodile.org) Received: (from vadim@localhost)iB4LJ6nL007090; Sat, 4 Dec 2004 13:19:06 -0800 (PST) (envelope-from vadim) Message-Id: <200412042119.iB4LJ6nL007090@freebsd410.vk.crocodile.org> Date: Sat, 4 Dec 2004 13:19:06 -0800 (PST) From: Vadim Kurland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74688: [patch] [maintainer update] Update port security/libfwbuilder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vadim Kurland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:20:28 -0000 >Number: 74688 >Category: ports >Synopsis: [patch] [maintainer update] Update port security/libfwbuilder >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 Dec 04 20:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vadim Kurland >Release: FreeBSD 4.10-RELEASE i386 >Organization: Firewall Builder project >Environment: System: FreeBSD freebsd410.vk.crocodile.org 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sat Oct 16 22:27:35 PDT 2004 root@freebsd410.vk.crocodile.org:/usr/src/sys/compile/GENERIC i386 >Description: Updated port to the latest current version ( 2.0.4 ) This resolves build problems caused by the change in major version number of libnetsnmp in net-snmp port, as well as brings the port up-to-date with upstream code tree. >How-To-Repeat: >Fix: --- libfwbuilder-port.diff begins here --- diff -urN security/libfwbuilder/Makefile security/libfwbuilder-2.0.4/Makefile --- security/libfwbuilder/Makefile Wed Oct 27 08:42:29 2004 +++ security/libfwbuilder-2.0.4/Makefile Sat Dec 4 12:49:20 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/security/libfwbuilder/Makefile,v 1.20 2004/10/27 15:42:29 vanilla Exp $ PORTNAME= libfwbuilder -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +16,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp USE_QT_VER= 3 @@ -35,7 +35,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" post-install: - ${RM} ${PREFIX}/lib/libfwbuilder.so.6.1 - ${RM} ${PREFIX}/lib/libfwcompiler.so.6.1 + ${RM} ${PREFIX}/lib/libfwbuilder.so.6.2 + ${RM} ${PREFIX}/lib/libfwcompiler.so.6.2 .include diff -urN security/libfwbuilder/distinfo security/libfwbuilder-2.0.4/distinfo --- security/libfwbuilder/distinfo Wed Oct 13 23:39:44 2004 +++ security/libfwbuilder-2.0.4/distinfo Thu Dec 2 20:50:14 2004 @@ -1 +1 @@ -MD5 (libfwbuilder-2.0.2.tar.gz) = 8c89034ed4320608258db5665c7f3abf +MD5 (libfwbuilder-2.0.4.tar.gz) = 36b27b6d2ae638bbfdb2ad125e3610dc diff -urN security/libfwbuilder/pkg-plist security/libfwbuilder-2.0.4/pkg-plist --- security/libfwbuilder/pkg-plist Wed Oct 13 23:39:44 2004 +++ security/libfwbuilder-2.0.4/pkg-plist Thu Dec 2 20:50:14 2004 @@ -55,10 +55,10 @@ include/fwb-2.0/fwbuilder/BackgroundOp.h include/fwb-2.0/fwbuilder/AddressRange.h include/fwb-2.0/fwbuilder/Address.h -lib/libfwcompiler.so.6.1.0 +lib/libfwcompiler.so.6.2.0 lib/libfwcompiler.so.6 lib/libfwcompiler.so -lib/libfwbuilder.so.6.1.0 +lib/libfwbuilder.so.6.2.0 lib/libfwbuilder.so.6 lib/libfwbuilder.so %%DOCSDIR%%/INSTALL @@ -94,6 +94,8 @@ %%DATADIR%%/migration/FWObjectDatabase_1.0.2.xslt %%DATADIR%%/migration/FWObjectDatabase_2.0.0.xslt %%DATADIR%%/migration/FWObjectDatabase_2.0.1.xslt +%%DATADIR%%/migration/FWObjectDatabase_2.0.2.xslt +%%DATADIR%%/migration/FWObjectDatabase_2.0.3.xslt %%DATADIR%%/fwbuilder.dtd @dirrm %%DATADIR%%/migration @dirrm %%DATADIR%% --- libfwbuilder-port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA2816A4CE for ; Sat, 4 Dec 2004 20:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE98E43D48 for ; Sat, 4 Dec 2004 20:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KKRsL082213 for ; Sat, 4 Dec 2004 20:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4KKRH6082212; Sat, 4 Dec 2004 20:20:27 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 20:20:27 GMT Resent-Message-Id: <200412042020.iB4KKRH6082212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Kurland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8880C16A4CE for ; Sat, 4 Dec 2004 20:19:09 +0000 (GMT) Received: from citadel01.netcitadel.com (citadel01.netcitadel.com [69.56.183.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4387743D49 for ; Sat, 4 Dec 2004 20:19:09 +0000 (GMT) (envelope-from vadim@vk.crocodile.org) Received: from mail.vk.crocodile.org (c-24-6-2-179.client.comcast.net [24.6.2.179])iB4KNbJX021182 for ; Sat, 4 Dec 2004 14:23:37 -0600 Received: from freebsd410.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id iB4KJ8IC029610 for ; Sat, 4 Dec 2004 12:19:08 -0800 Received: from freebsd410.vk.crocodile.org (localhost.vk.crocodile.org [127.0.0.1])iB4LJ70N007104 for ; Sat, 4 Dec 2004 13:19:07 -0800 (PST) (envelope-from vadim@freebsd410.vk.crocodile.org) Received: (from vadim@localhost)iB4LJ7cl007103; Sat, 4 Dec 2004 13:19:07 -0800 (PST) (envelope-from vadim) Message-Id: <200412042119.iB4LJ7cl007103@freebsd410.vk.crocodile.org> Date: Sat, 4 Dec 2004 13:19:07 -0800 (PST) From: Vadim Kurland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74689: [patch] [maintainer update] Update port security/fwbuilder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vadim Kurland List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:20:28 -0000 >Number: 74689 >Category: ports >Synopsis: [patch] [maintainer update] Update port security/fwbuilder >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 Dec 04 20:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vadim Kurland >Release: FreeBSD 4.10-RELEASE i386 >Organization: Firewall Builder project >Environment: System: FreeBSD freebsd410.vk.crocodile.org 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sat Oct 16 22:27:35 PDT 2004 root@freebsd410.vk.crocodile.org:/usr/src/sys/compile/GENERIC i386 >Description: Updated port to the latest current version ( 2.0.4 ) >How-To-Repeat: >Fix: --- fwbuilder-port.diff begins here --- diff -urN security/fwbuilder/Makefile security/fwbuilder-2.0.4/Makefile --- security/fwbuilder/Makefile Wed Oct 27 08:46:11 2004 +++ security/fwbuilder-2.0.4/Makefile Sat Dec 4 12:53:36 2004 @@ -6,7 +6,7 @@ # PORTNAME= fwbuilder -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ @@ -17,6 +17,9 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= fwbuilder.6:${PORTSDIR}/security/libfwbuilder +.if !exists(/usr/include/getopt.h) +LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +.endif USE_QT_VER= 3 diff -urN security/fwbuilder/distinfo security/fwbuilder-2.0.4/distinfo --- security/fwbuilder/distinfo Wed Oct 13 23:42:13 2004 +++ security/fwbuilder-2.0.4/distinfo Thu Dec 2 20:50:25 2004 @@ -1 +1 @@ -MD5 (fwbuilder-2.0.2.tar.gz) = 1a31df4d7c6ddcbe9aa7ae861ea438d2 +MD5 (fwbuilder-2.0.4.tar.gz) = a63df33d38f4845cc5721cee9a10640b diff -urN security/fwbuilder/pkg-plist security/fwbuilder-2.0.4/pkg-plist --- security/fwbuilder/pkg-plist Wed Oct 13 23:42:13 2004 +++ security/fwbuilder-2.0.4/pkg-plist Thu Dec 2 20:50:25 2004 @@ -22,6 +22,10 @@ %%DOCSDIR%%/ReleaseNotes_2.0.1.txt %%DOCSDIR%%/ReleaseNotes_2.0.2.html %%DOCSDIR%%/ReleaseNotes_2.0.2.txt +%%DOCSDIR%%/ReleaseNotes_2.0.3.html +%%DOCSDIR%%/ReleaseNotes_2.0.3.txt +%%DOCSDIR%%/ReleaseNotes_2.0.4.html +%%DOCSDIR%%/ReleaseNotes_2.0.4.txt %%DOCSDIR%%/PatchAcceptancePolicy.txt %%DATADIR%%/objects_init.xml %%DATADIR%%/templates.xml @@ -42,7 +46,7 @@ %%DATADIR%%/os/unknown_os.xml %%DATADIR%%/locale/fwbuilder_fr.qm %%DATADIR%%/locale/fwbuilder_ru.qm -%%DATADIR%%/locale/fwbuilder_vi.qm +%%DATADIR%%/locale/fwbuilder_ja.qm @dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/platform @dirrm %%DATADIR%%/os --- fwbuilder-port.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:22:13 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DD916A4CE; Sat, 4 Dec 2004 20:22:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB6243D58; Sat, 4 Dec 2004 20:22:13 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KMC3I082323; Sat, 4 Dec 2004 20:22:12 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4KMCOw082319; Sat, 4 Dec 2004 20:22:12 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 20:22:12 GMT From: Tilman Linneweh Message-Id: <200412042022.iB4KMCOw082319@freefall.freebsd.org> To: xi@borderworlds.dk, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74514: Update port: mail/mlmmj to version 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:22:13 -0000 Synopsis: Update port: mail/mlmmj to version 1.1.0 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 20:22:06 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74514 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:36:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC0716A4CE; Sat, 4 Dec 2004 20:36:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BF943D5C; Sat, 4 Dec 2004 20:36:43 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KahAQ083701; Sat, 4 Dec 2004 20:36:43 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4KahBC083697; Sat, 4 Dec 2004 20:36:43 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 20:36:43 GMT From: Tilman Linneweh Message-Id: <200412042036.iB4KahBC083697@freefall.freebsd.org> To: gaoj@cpsc.ucalgary.ca, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74603: [Maintainer] Update textproc/scim and textproc/skim to latest versions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:36:43 -0000 Synopsis: [Maintainer] Update textproc/scim and textproc/skim to latest versions State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sat Dec 4 20:35:51 GMT 2004 State-Changed-Why: skim does not compile here: if /bin/sh ../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I.-I. -I.. -I/usr/X11R6/include/scim-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -I/usr/local/include -D__STDC_ISO_10646__ -O2 -pipe -fno-exceptions -fno-check-new -fno-common -MT socketserverthread.lo -MD -MP -MF ".deps/socketserverthread.Tpo" -c -o socketserverthread.lo socketserverthread.cpp; \ then mv -f ".deps/socketserverthread.Tpo" ".deps/socketserverthread.Plo"; else rm -f ".deps/socketserverthread.Tpo"; exit 1; fi socketserverthread.cpp: In member function `void scim::SocketServerThread::update_lookup_table()': socketserverthread.cpp:610: error: no matching function for call to `scim::SocketServerThread::updateLookupTableReq(QStringList&, QStringList&, QValueList&, int, int, scim::uint32, size_t&)' socketserverthread.h:123: note: candidates are: void scim::SocketServerThread::updateLookupTableReq(const QStringList&, const QStringList&, QValueList&, int, unsigned int, unsigned int, unsigned int&) http://www.freebsd.org/cgi/query-pr.cgi?pr=74603 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:42:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B97A16A4CE; Sat, 4 Dec 2004 20:42:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A5343D69; Sat, 4 Dec 2004 20:42:28 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KgRs5083958; Sat, 4 Dec 2004 20:42:27 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4KgRUZ083954; Sat, 4 Dec 2004 20:42:27 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 20:42:27 GMT From: Tilman Linneweh Message-Id: <200412042042.iB4KgRUZ083954@freefall.freebsd.org> To: purple@lewiz.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74628: [ MAINTAINER UPDATE ] multimedia/mmpython 0.4.6 to 0.4.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:42:28 -0000 Synopsis: [ MAINTAINER UPDATE ] multimedia/mmpython 0.4.6 to 0.4.7 State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sat Dec 4 20:42:21 GMT 2004 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=74628 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:49:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CAB316A4CE; Sat, 4 Dec 2004 20:49:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16F743D3F; Sat, 4 Dec 2004 20:49:31 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KnVJ2084135; Sat, 4 Dec 2004 20:49:31 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4KnVoh084131; Sat, 4 Dec 2004 20:49:31 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 20:49:31 GMT From: Tilman Linneweh Message-Id: <200412042049.iB4KnVoh084131@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/74648: patch to get astro/gdesklets-goodweather working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:49:32 -0000 Synopsis: patch to get astro/gdesklets-goodweather working Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: arved Responsible-Changed-When: Sat Dec 4 20:49:14 GMT 2004 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=74648 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 20:53:54 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7647E16A4CE; Sat, 4 Dec 2004 20:53:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538A943D54; Sat, 4 Dec 2004 20:53:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KrsOG084349; Sat, 4 Dec 2004 20:53:54 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4Krrhk084345; Sat, 4 Dec 2004 20:53:53 GMT (envelope-from arved) Date: Sat, 4 Dec 2004 20:53:53 GMT From: Tilman Linneweh Message-Id: <200412042053.iB4Krrhk084345@freefall.freebsd.org> To: stas@310.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74493: Update port: net/arping Low level "ping" utility X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:53:54 -0000 Synopsis: Update port: net/arping Low level "ping" utility State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sat Dec 4 20:52:15 GMT 2004 State-Changed-Why: There are severall issues with this PR: * Did you contact the portmaintainer? * Updates should be submitted in diff format * The header should not be modified http://www.freebsd.org/cgi/query-pr.cgi?pr=74493 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 23:20:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF8A016A4CE for ; Sat, 4 Dec 2004 23:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926DA43D5D for ; Sat, 4 Dec 2004 23:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NKUQG004454 for ; Sat, 4 Dec 2004 23:20:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4NKUQH004450; Sat, 4 Dec 2004 23:20:30 GMT (envelope-from gnats) Resent-Date: Sat, 4 Dec 2004 23:20:30 GMT Resent-Message-Id: <200412042320.iB4NKUQH004450@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, kris@obsecurity.org, "Kennaway ; Sat, 4 Dec 2004 23:19:05 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id E691F43D48 for ; Sat, 4 Dec 2004 23:19:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 0) id DDA865128E; Sat, 4 Dec 2004 15:24:54 -0800 (PST) Message-Id: <20041204232454.DDA865128E@obsecurity.dyndns.org> Date: Sat, 4 Dec 2004 15:24:54 -0800 (PST) From: Kris Kennaway To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74691: Fix pkg-plist handling for ports that set PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kris@obsecurity.org, "Kennaway List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:20:30 -0000 >Number: 74691 >Category: ports >Synopsis: Fix pkg-plist handling for ports that set PREFIX >Confidential: no >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 Dec 04 23:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD >Environment: System: FreeBSD xor.obsecurity.org 4.10-STABLE FreeBSD 4.10-STABLE #22: Sun Oct 17 18:01:25 PDT 2004 kkenn@xor.obsecurity.org:/usr/src-4.x/sys/compile/XOR i386 >Description: If a ports sets a non-standard PREFIX, the directories it creates are not properly removed at deinstallation time. >How-To-Repeat: See e.g. the krb4 port, which leaves behind a lot of files in /usr/local/krb4. The following patch is the best we can do with the current bsd.port.mk, but the info/dir file and /usr/local/krb4 are left behind. The add-plist-info target appends to the pkg-plist file, so there is no way we can completely remove /usr/local/krb4 ourselves without bsd.port.mk help. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/krb4/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 23 Feb 2004 14:03:37 -0000 1.2 +++ Makefile 4 Dec 2004 22:58:15 -0000 @@ -18,6 +18,7 @@ # which have the same name as some in the base system (e.g. # ftp, telnet, su). PREFIX?= ${LOCALBASE}/krb4 +NO_MTREE= yes # Otherwise we end up with dozens of extra directories in ${PREFIX} PKGMESSAGE= ${WRKDIR}/pkg-message GNU_CONFIGURE= yes @@ -31,6 +32,8 @@ "CPPFLAGS=-DOPENSSL_DES_LIBDES_COMPATIBILITY" \ "LDFLAGS=-Wl,-rpath,${PREFIX}/lib" +INFO= kth-krb + post-install: install-info ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir ${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/krb4/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 5 Apr 2003 17:00:44 -0000 1.2 +++ pkg-plist 4 Dec 2004 23:06:22 -0000 @@ -48,9 +48,6 @@ include/sl.h include/ss/ss.h include/xdbm.h -@unexec install-info --delete %D/info/kth-krb.info %D/info/dir -info/kth-krb.info -@exec install-info %D/info/kth-krb.info %D/info/dir lib/libacl.a lib/libacl.so lib/libacl.so.1 @@ -100,4 +97,18 @@ sbin/kdb_util sbin/ksrvutil sbin/kstash +@dirrm bin @dirrm include/ss +@dirrm include +@dirrm lib +@dirrm libexec +@dirrm man/cat1 +@dirrm man/cat3 +@dirrm man/cat5 +@dirrm man/cat8 +@dirrm man/man1 +@dirrm man/man3 +@dirrm man/man5 +@dirrm man/man8 +@dirrm man +@dirrm sbin >Fix: This bsd.port.mk patch attempts to fix the plist handling for non-standard prefixes. The code that removes info/dir was conditional on !NO_MTREE; according to r1.342 this was intended to deal with ports that install with PREFIX=/usr, so make the code actually work that way. This fixes the first part of the problem, and /usr/local/krb4/info/dir will be removed at deinstall time, but /usr/local/krb4/info and /usr/local/krb4 remain, so change add-plist-info to silently try to remove the former if we're installing with a non-standard prefix, and add a new add-plist-post target that tries to silently remove the latter after all the other plist munging has completed. Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.500 diff -u -r1.500 bsd.port.mk --- bsd.port.mk 19 Nov 2004 13:45:07 -0000 1.500 +++ bsd.port.mk 4 Dec 2004 23:23:41 -0000 @@ -3576,7 +3576,7 @@ _INSTALL_SUSEQ= check-umask install-mtree pre-su-install \ pre-su-install-script do-install post-install \ post-install-script add-plist-info add-plist-docs \ - compress-man run-ldconfig fake-pkg security-check + add-plist-post compress-man run-ldconfig fake-pkg security-check _PACKAGE_DEP= install _PACKAGE_SEQ= package-message pre-package pre-package-script \ do-package post-package-script @@ -4677,8 +4677,20 @@ @${ECHO_CMD} "@exec install-info %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \ >> ${TMPPLIST} .endfor -.if !defined(NO_MTREE) +.if (${PREFIX} != "/usr") @${ECHO_CMD} "@unexec if [ -f %D/${INFO_PATH}/dir ]; then if sed -e '1,/Menu:/d' %D/${INFO_PATH}/dir | grep -q '^[*] '; then true; else rm %D/${INFO_PATH}/dir; fi; fi" >> ${TMPPLIST} +.if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${X11BASE} && ${PREFIX} != ${LINUXBASE}) + @${ECHO_CMD} "@unexec rmdir %D/info 2> /dev/null || true" >> ${TMPPLIST} +.endif +.endif + +# If we're installing into a non-standard PREFIX, we need to remove that directory at +# deinstall-time +add-plist-post: +.if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${X11BASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr") + @${ECHO_CMD} "@unexec rmdir %D 2> /dev/null || true" >> ${TMPPLIST} +.else + @${DO_NADA} .endif # Compress (or uncompress) and symlink manpages. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 23:23:55 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D944416A4CE; Sat, 4 Dec 2004 23:23:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B768543D1F; Sat, 4 Dec 2004 23:23:55 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NNtAn004601; Sat, 4 Dec 2004 23:23:55 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4NNtuq004597; Sat, 4 Dec 2004 23:23:55 GMT (envelope-from kris) Date: Sat, 4 Dec 2004 23:23:55 GMT From: Kris Kennaway Message-Id: <200412042323.iB4NNtuq004597@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/74691: Fix pkg-plist handling for ports that set PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:23:56 -0000 Synopsis: Fix pkg-plist handling for ports that set PREFIX Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: kris Responsible-Changed-When: Sat Dec 4 23:23:22 GMT 2004 Responsible-Changed-Why: Assign to bsd.port.mk janitors http://www.freebsd.org/cgi/query-pr.cgi?pr=74691 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 23:29:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A038116A4CE; Sat, 4 Dec 2004 23:29:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 690DB43D46; Sat, 4 Dec 2004 23:29:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NTOH6004769; Sat, 4 Dec 2004 23:29:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4NTOI7004765; Sat, 4 Dec 2004 23:29:24 GMT (envelope-from linimon) Date: Sat, 4 Dec 2004 23:29:24 GMT From: Mark Linimon Message-Id: <200412042329.iB4NTOI7004765@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/72337: New port: security/idea (A command line idea encryption and decryption utility) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:29:24 -0000 Synopsis: New port: security/idea (A command line idea encryption and decryption utility) Class-Changed-From-To: sw-bug->update Class-Changed-By: linimon Class-Changed-When: Sat Dec 4 23:29:05 GMT 2004 Class-Changed-Why: Fix class. http://www.freebsd.org/cgi/query-pr.cgi?pr=72337 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 4 23:57:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19ADD16A4CE; Sat, 4 Dec 2004 23:57:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7AA43D41; Sat, 4 Dec 2004 23:57:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NvIEw007814; Sat, 4 Dec 2004 23:57:18 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB4NvIaE007810; Sat, 4 Dec 2004 23:57:18 GMT (envelope-from pav) Date: Sat, 4 Dec 2004 23:57:18 GMT From: Pav Lucistnik Message-Id: <200412042357.iB4NvIaE007810@freefall.freebsd.org> To: rushani@FreeBSD.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74633: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:57:19 -0000 Synopsis: [Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version) State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Dec 4 23:57:12 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=74633

Please read the "description file" for a + longer description and/or visit the web site for futher informations.