From owner-freebsd-ports-bugs Sun Mar 16 0:20:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E264537B401 for ; Sun, 16 Mar 2003 00:20:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F4843FB1 for ; Sun, 16 Mar 2003 00:20:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2G8KDNS092821 for ; Sun, 16 Mar 2003 00:20:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2G8KDLk092820; Sun, 16 Mar 2003 00:20:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA9CD37B401 for ; Sun, 16 Mar 2003 00:15:35 -0800 (PST) Received: from linuxlupe.de (name.linuxlupe.de [213.95.13.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 071F243FCB for ; Sun, 16 Mar 2003 00:15:34 -0800 (PST) (envelope-from hermannc@linuxlupe.de) Received: (qmail 46291 invoked by uid 0); 16 Mar 2003 08:15:24 -0000 Message-Id: <20030316081524.46290.qmail@linuxlupe.de> Date: 16 Mar 2003 08:15:24 -0000 From: haribeau@gmx.de Reply-To: haribeau@gmx.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/50043: update ports/mail/qmail Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50043 >Category: ports >Synopsis: update for qmail-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 Mar 16 00:20:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clemens Hermann >Release: FreeBSD 4.7-RELEASE i386 >Organization: - >Environment: i386 PIII >Description: the qmail-port Makefile offers a 'make disable-sendmail' option. as the name suggests this should disable any sendmail processes. Therefor a line 'sendmail_enable="NO"' is appended to 'rc.conf'. But the appropriate line should be 'sendmail_enable="NONE"' instead. >How-To-Repeat: install ports/mail/qmail and then 'make disable-sendmail'. >Fix: *** Makefile Mon Sep 23 15:23:09 2002 --- Makefile.new Sun Mar 16 10:00:52 2003 *************** *** 366,372 **** @${ECHO_MSG} "===> (i.e., added sendmail_enable=\\xa8NO\\xa8 to rc.conf) " @if [ -f ${RC_CONF_FILE} ]; \ then \ ! ${ECHO_CMD} sendmail_enable=\"NO\" >> ${RC_CONF_FILE} ; \ fi enable-sendmail: thereal-disable-sendmail --- 366,372 ---- @${ECHO_MSG} "===> (i.e., added sendmail_enable=\\xa8NO\\xa8 to rc.conf) " @if [ -f ${RC_CONF_FILE} ]; \ then \ ! ${ECHO_CMD} sendmail_enable=\"NONE\" >> ${RC_CONF_FILE} ; \ fi enable-sendmail: thereal-disable-sendmail >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 2:40:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4429F37B401 for ; Sun, 16 Mar 2003 02:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5918443FAF for ; Sun, 16 Mar 2003 02:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GAeDNS026499 for ; Sun, 16 Mar 2003 02:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GAeDQm026498; Sun, 16 Mar 2003 02:40:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B0D837B401; Sun, 16 Mar 2003 02:30:35 -0800 (PST) Received: from happygiraffe.net (happygiraffe.net [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9CE43FAF; Sun, 16 Mar 2003 02:30:34 -0800 (PST) (envelope-from dom@happygiraffe.net) Received: by happygiraffe.net (Postfix, from userid 1001) id 143D85C63; Sun, 16 Mar 2003 10:30:33 +0000 (GMT) Message-Id: <20030316103033.143D85C63@happygiraffe.net> Date: Sun, 16 Mar 2003 10:30:33 +0000 (GMT) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org Cc: dwcjr@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50044: allow samba to be built automatically Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50044 >Category: ports >Synopsis: allow samba to be built automatically >Confidential: no >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 Mar 16 02:40:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD ppe.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Feb 18 15:02:55 GMT 2003 root@ppe.happygiraffe.net:/usr/obj/usr/src/sys/PPE i386 >Description: This patch allows samba to be built non interactively by specifying the required options in /etc/make.conf. Previously, this also required BATCH to be set, which I generally don't want to do. The mail/postfix port works in a similiar manner. >How-To-Repeat: echo "SAMBA_OPTIONS=ssl" >>/etc/make.conf cd /usr/ports/net/samba make >Fix: Here's the patch: diff -urN /usr/ports/net/samba/scripts/configure.samba samba/scripts/configure.samba --- /usr/ports/net/samba/scripts/configure.samba Sun Mar 16 10:24:37 2003 +++ samba/scripts/configure.samba Sun Mar 16 10:25:39 2003 @@ -6,9 +6,11 @@ tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then +if [ "${BATCH}" -o "${SAMBA_OPTIONS}" ]; then if [ "${SAMBA_OPTIONS}" ]; then - set ${SAMBA_OPTIONS} + set -- ${SAMBA_OPTIONS} + else + set -- fi else /usr/bin/dialog --title "configuration options" --clear \ @@ -51,40 +53,40 @@ while [ "$1" ]; do case $1 in - \"syslog\") + *syslog*) echo "WITH_SYSLOG=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"ssl\") + *ssl*) echo "WITH_SSL=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"ldap\") + *ldap*) echo "WITH_LDAP=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"nocups\") + *nocups*) echo "WITHOUT_CUPS=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"acl\") + *acl*) echo "WITH_ACL_SUPPORT=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"utmp\") + *utmp*) echo "WITH_UTMP=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"msdfs\") + *msdfs*) echo "WITH_MSDFS=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"quota\") + *quota*) echo "WITH_QUOTAS=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"recycle\") + *recycle*) echo "WITH_RECYCLE=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"audit\") + *audit*) echo "WITH_AUDIT=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"winbind\") + *winbind*) echo "WITH_WINBIND=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"wbauth\") + *wbauth*) echo "WITH_WINBIND_AUTH_CHALLENGE=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; *) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 5:40:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C19937B401 for ; Sun, 16 Mar 2003 05:40:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4176F43F75 for ; Sun, 16 Mar 2003 05:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GDe6NS075979 for ; Sun, 16 Mar 2003 05:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GDe6GO075978; Sun, 16 Mar 2003 05:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F079937B405 for ; Sun, 16 Mar 2003 05:32:10 -0800 (PST) Received: from karamazov.org (h162-040-089-010.adsl.navix.net [162.40.89.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D912A43FAF for ; Sun, 16 Mar 2003 05:32:08 -0800 (PST) (envelope-from smoberly@karamazov.org) Received: from xavier.karamazov.org (localhost [127.0.0.1]) by xavier.karamazov.org (8.12.6/8.12.6) with ESMTP id h2G2oncn008401 for ; Sat, 15 Mar 2003 20:50:49 -0600 (CST) (envelope-from smoberly@xavier.karamazov.org) Received: (from smoberly@localhost) by xavier.karamazov.org (8.12.6/8.12.6/Submit) id h2G2onSA008400; Sat, 15 Mar 2003 20:50:49 -0600 (CST) Message-Id: <200303160250.h2G2onSA008400@xavier.karamazov.org> Date: Sat, 15 Mar 2003 20:50:49 -0600 (CST) From: "Scott A. Moberly" Reply-To: "Scott A. Moberly" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50046: New Port: kallers Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50046 >Category: ports >Synopsis: New Port: kallers >Confidential: no >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 Mar 16 05:40:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Scott A. Moberly >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD xavier.karamazov.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #1: Sat Mar 8 17:55:38 CST 2003 smoberly@xavier.karamazov.org:/usr/src/sys/i386/compile/XAVIER i386 >Description: New port for KDE, system tray caller id. >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: # # kallers # kallers/pkg-plist # kallers/pkg-descr # kallers/distinfo # kallers/Makefile # echo c - kallers mkdir -p kallers > /dev/null 2>&1 echo x - kallers/pkg-plist sed 's/^X//' >kallers/pkg-plist << 'END-of-kallers/pkg-plist' Xbin/kallers Xlib/kallers.la Xshare/applnk/Toys/kallers.desktop Xshare/apps/kallers/pics/kallers_dock.png Xshare/apps/kallers/sound/ring.wav Xshare/autostart/kallers.desktop Xshare/icons/hicolor/16x16/apps/kallers.png Xshare/icons/hicolor/32x32/apps/kallers.png Xshare/icons/hicolor/48x48/apps/kallers.png X@dirrm share/apps/kallers/sound END-of-kallers/pkg-plist echo x - kallers/pkg-descr sed 's/^X//' >kallers/pkg-descr << 'END-of-kallers/pkg-descr' XKallers is KDE system tray applet that displays caller id information Xsent by your local phone company using a caller id capable modem. It Xis licensed under GPL v2 and currently has the following features: X X- Unobtrusive display of call information using a popup X- An optional ring sound when a call is recieved X- An option to ignore anonymous calls X- Call logging using an XML format, with a configurable call history size X- A handy call browser for viewing the call history X XWWW: http://www.nadmm.com/kallers/ END-of-kallers/pkg-descr echo x - kallers/distinfo sed 's/^X//' >kallers/distinfo << 'END-of-kallers/distinfo' XMD5 (kallers-0.2.3.tar.bz2) = a3ce4392ffab34f3a0774743be0b0fc2 END-of-kallers/distinfo echo x - kallers/Makefile sed 's/^X//' >kallers/Makefile << 'END-of-kallers/Makefile' X# New ports collection makefile for: kallers X# Date created: 15 March 2003 X# Whom: Scott A. Moberly X# X# $FreeBSD$ X XPORTNAME= kallers XPORTVERSION= 0.2.3 XCATEGORIES= misc kde XMASTER_SITES= http://www.nadmm.com/kallers/src/ XMAINTAINER= smoberly@karamazov.org XCOMMENT= caller id for KDE system tray X XUSE_BZIP2= yes XUSE_KDELIBS_VER=3 XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_TARGET= X X.include END-of-kallers/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 7:20: 8 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BCD37B405 for ; Sun, 16 Mar 2003 07:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EBBB43FA3 for ; Sun, 16 Mar 2003 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GFK3NS019416 for ; Sun, 16 Mar 2003 07:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GFK3on019415; Sun, 16 Mar 2003 07:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A57937B401 for ; Sun, 16 Mar 2003 07:13:45 -0800 (PST) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8B743F75 for ; Sun, 16 Mar 2003 07:13:44 -0800 (PST) (envelope-from devin@distalzou.net) Received: from devin by mail.distalzou.net with local (Exim 3.36 #1) id 18uZpX-000O1Z-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 00:13:43 +0900 Message-Id: Date: Mon, 17 Mar 2003 00:13:43 +0900 From: Tod McQuillin Reply-To: Tod McQuillin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50047: update www/zope-cmf from 1.3 to 1.3.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50047 >Category: ports >Synopsis: update www/zope-cmf from 1.3 to 1.3.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 Mar 16 07:20:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tod McQuillin >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD glass.pun-pun.prv 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 1 20:59:11 JST 2002 devin@glass.pun-pun.prv:/usr/obj/usr/src/4-stable/src/sys/GLASS i386 >Description: Update of www/zope-cmf port from version 1.3 to 1.3.1 >How-To-Repeat: >Fix: diff -u zope-cmf-/Makefile zope-cmf/Makefile --- zope-cmf-/Makefile Sat Mar 8 05:33:42 2003 +++ zope-cmf/Makefile Sun Mar 16 23:17:11 2003 @@ -6,7 +6,7 @@ # PORTNAME= zope-cmf -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= www zope MASTER_SITES= http://cmf.zope.org/download/CMF-${PORTVERSION}/ DISTNAME= CMF-${PORTVERSION} diff -u zope-cmf-/distinfo zope-cmf/distinfo --- zope-cmf-/distinfo Tue Jan 21 09:30:25 2003 +++ zope-cmf/distinfo Sun Mar 16 23:16:51 2003 @@ -1 +1 @@ -MD5 (zope/CMF-1.3.tar.gz) = 005035675541fb4fa1d06ced804f2baf +MD5 (zope/CMF-1.3.1.tar.gz) = 9b016f92f71093bd8398c9319df0e818 diff -u zope-cmf-/pkg-plist zope-cmf/pkg-plist --- zope-cmf-/pkg-plist Tue Jan 21 09:30:25 2003 +++ zope-cmf/pkg-plist Sun Mar 16 23:34:51 2003 @@ -237,6 +237,7 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/test5.py %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testPT.pt.properties +%%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testPT_utf8.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testPTbad.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/testXMLPT.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFCore/tests/fake_skins/fake_skin/test_image.gif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 7:20:22 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA0F37B407 for ; Sun, 16 Mar 2003 07:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE55243FAF for ; Sun, 16 Mar 2003 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GFK3NS019429 for ; Sun, 16 Mar 2003 07:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GFK37n019428; Sun, 16 Mar 2003 07:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E653C37B401 for ; Sun, 16 Mar 2003 07:15:57 -0800 (PST) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id A147D43FA3 for ; Sun, 16 Mar 2003 07:15:56 -0800 (PST) (envelope-from devin@distalzou.net) Received: from devin by mail.distalzou.net with local (Exim 3.36 #1) id 18uZrf-000O3K-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 00:15:55 +0900 Message-Id: Date: Mon, 17 Mar 2003 00:15:55 +0900 From: Tod McQuillin Reply-To: Tod McQuillin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50048: Update of www/plone from 1.0.r1 to 1.0.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50048 >Category: ports >Synopsis: Update of www/plone from 1.0.r1 to 1.0.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 Mar 16 07:20:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tod McQuillin >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD glass.pun-pun.prv 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 1 20:59:11 JST 2002 devin@glass.pun-pun.prv:/usr/obj/usr/src/4-stable/src/sys/GLASS i386 >Description: Update port www/plone from version 1.0.r1 to 1.0.1 >How-To-Repeat: >Fix: diff -ur plone-/Makefile plone/Makefile --- plone-/Makefile Sun Mar 16 23:53:10 2003 +++ plone/Makefile Sun Mar 16 18:17:39 2003 @@ -6,11 +6,11 @@ # PORTNAME= plone -PORTVERSION= 1.0.r1 +PORTVERSION= 1.0.1 CATEGORIES= www zope MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= plone -DISTNAME= CMFPlone1.0RC1 +DISTNAME= CMFPlone1.0.1 DIST_SUBDIR= zope MAINTAINER= ports@freebsd.org @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \ ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf -WRKSRC= ${WRKDIR}/CMFPlone-1.0RC1 +WRKSRC= ${WRKDIR}/CMFPlone-1.0.1 NO_BUILD= yes MODULES= CMFPlone DCWorkflow Formulator i18n diff -ur plone-/distinfo plone/distinfo --- plone-/distinfo Sun Mar 16 23:53:10 2003 +++ plone/distinfo Sun Mar 16 18:18:29 2003 @@ -1 +1 @@ -MD5 (zope/CMFPlone1.0RC1.tar.gz) = 44fb8cddd5871e0decc58cae7cec6f38 +MD5 (zope/CMFPlone1.0.1.tar.gz) = 720b293a485707386459f13bed3d32bb diff -ur plone-/pkg-plist plone/pkg-plist --- plone-/pkg-plist Sun Mar 16 23:53:10 2003 +++ plone/pkg-plist Sun Mar 16 22:48:28 2003 @@ -1,52 +1,88 @@ -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/.#HISTORY.txt.1.88.2.11 %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/.cvsignore %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CREDITS.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/ChangeLog %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CustomizationPolicy.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/CustomizationPolicy.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/Upgrade.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/__init__.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/migration.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/nonmigrationFixes.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/package_plone.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/tidy_up.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions/view_source.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FactoryTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FactoryTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FolderWorkflow.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FolderWorkflow.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormulatorTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/FormulatorTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/HISTORY.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/INSTALL.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/LICENSE.GPL %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/LICENSE.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MembershipTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MembershipTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MigrationTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/MigrationTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/NavigationTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/NavigationTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneBatch.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneBatch.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneFolder.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneFolder.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneInitialize.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneInitialize.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneUtilities.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneUtilities.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneWorkflow.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PloneWorkflow.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Portal.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Portal.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PrivateSitePolicy.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PrivateSitePolicy.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PropertiesTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/PropertiesTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/README.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/StatelessTreeNav.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/StatelessTreeNav.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/WorkflowTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/WorkflowTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/data/navigation_properties %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs/NavigationTool.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs/README.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs/SiteTypes.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/CustomizationPolicy.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/CustomizationPolicy.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/FormTool.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/FormTool.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/NavigationController.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/NavigationController.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/.#beta3_rc1.py.1.1.2.4 +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/__init__.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/alpha_beta.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/alpha_beta.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta1_beta2.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta1_beta2.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta2_beta3.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta2_beta3.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta3_rc1.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/beta3_rc1.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/final_one_zero_one.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/final_one_zero_one.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/migration_util.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/migration_util.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/rc1_rc2.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/rc1_rc2.pyc +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/rc2_final.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations/rc2_final.pyc %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/refresh.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/calendar_popup.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar/calendar_support.pt @@ -103,102 +139,6 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_toc.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki/wikipage_view.pt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/asp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/avi.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/bmp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/chm.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/doc.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-8.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-ambivalent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-b.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-c.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-cat.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-d.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-e.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-f.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-g.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-h.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-i.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-k.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-l.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-laugh.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-m.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-n.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-p.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-s.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-sad.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-smile.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-star.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-surprised.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-t.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-tongue-in-cheek.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-u.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-unsure.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-wink.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/emoticon-y.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/empty.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/gif.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/gz.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/htm.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/html.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/icon-error.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/icon-info.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/icon-warning.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/jpeg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/jpg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mov.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mp3.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mpeg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/mpg.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/pdf.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/png.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/ppt.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/txt.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wav.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-ftp.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-http.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-mailto.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-news.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-telnet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/wiki-wiki.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/xls.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/xml.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/xsl.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons/zip.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_bold.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_cancel.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_center.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_colorpicker.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_copy.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_cut.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_emoticon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_image.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_indent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_italicize.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_justify.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_left.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_link.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_mode.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_olist.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_outdent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_paste.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_preview.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_print.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_redo.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_rem_formatting.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_right.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_save.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_table.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_ulist.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_underline.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/icon_undo.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/XsDhtmlEditor.htc.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/XsDhtmlEditorToolbarButton.htc.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/colorPicker.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/dlg_ins_table.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/emoticons.htc.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/index.html.dtml -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/license.html.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings/rate_content.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings/ratings_box.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content/data.xml.pt @@ -324,8 +264,6 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/print_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/print_icon.gif.properties %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/required.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/select_all_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/select_none_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/shopping_cart.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/site_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images/topic_icon.gif @@ -353,8 +291,11 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/change_ownership.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/change_password.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/content_status_modify.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/disableSyndication.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/discussion_reply.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/document_edit.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/editSynProperties.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/enableSyndication.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/file_edit.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/folder_edit.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/getFilenameFromRequest.py @@ -380,6 +321,7 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_reconfig.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_registration.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_sendto.py +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts/validate_synPropertiesForm.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/fromPortalTime.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/generateId.py %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/getFolderContents.py @@ -425,49 +367,72 @@ %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/bullet.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/dump.txt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/logo.jpg %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/stylesheet_properties.props %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core/user.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/arrowDown.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/arrowUp.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/bullet.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/linkTransparent.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/logo.jpg +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/ploneCustom.css.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted/user.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/arrowDown.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/arrowUp.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/bullet.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/linkOpaque.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/linkTransparent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/required.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/logo.jpg %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/stylesheet_properties.props %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/addFavorite.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/arrowDown.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/arrowUp.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/greensleeves/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/greensleeves/linkTransparent.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/greensleeves/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/arrowDown.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/arrowUp.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/bullet.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/linkTransparent.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/logo.jpg +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty/user.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/bullet.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/collector_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/collector_issue_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/discussionitem_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/document_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/event_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/favorite_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/file_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/folder.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/folder_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/image_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/info.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/linkOpaque.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/linkTransparent.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/link_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/logo.png -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/newsitem_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/popup_calendar.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/logo.jpg %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/readme.txt -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/required.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/stylesheet_properties.props -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/topic_icon.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/user.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/wiki_icon.gif -%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla/wikipage_icon.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/arrowDown.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/arrowUp.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/bullet.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/logo.jpg +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new/user.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/plone.css.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/ploneNS4.css.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/plonePresentation.css.dtml %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/plonePrint.css.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/arrowDown.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/arrowUp.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/bullet.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/linkTransparent.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/logo.jpg +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime/user.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/arrowDown.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/arrowUp.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/bullet.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/linkOpaque.gif +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/logo.jpg +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/ploneCustom.css.dtml +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/stylesheet_properties.props +%%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed/user.gif %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/batch_macros.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/default_error_message.pt %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/default_error_message.pt.properties @@ -645,71 +610,80 @@ %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/RangedIntegerField.gif %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/StringField.gif %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www/TextAreaField.gif +%%ZOPEBASEDIR%%/lib/python/Products/i18n/.cvsignore +%%ZOPEBASEDIR%%/lib/python/Products/i18n/build.sh %%ZOPEBASEDIR%%/lib/python/Products/i18n/i18n-history.txt -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-cs-cz.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-da-dk.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-ca.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-cs.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-da.po %%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-de.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-es-es.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-eu-es.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-fr-fr.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-eo.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-es.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-eu.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-fr.po %%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-hu.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-it-it.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-ja-jp.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-nl-nl.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-it.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-ja.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-ko.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-nl.po %%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-no.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-pl.po %%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-pt-br.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-pt-pt.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-sv-se.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-tr-tr.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-uk-ru.po -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-uk-ua.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-pt.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-ru.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-sv.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-tr.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-uk.po %%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-zh-cn.po +%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone-zh-tw.po %%ZOPEBASEDIR%%/lib/python/Products/i18n/plone.pot -%%ZOPEBASEDIR%%/lib/python/Products/i18n/plone_ko_kr.po -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/i18n -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_wysiwyg -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_ecmascript -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES/Emoticons -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor/IMAGES -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/XSDHTMLEditor -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/data +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCalendar +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFCollector +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFTopic +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWeblog +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/CMFWiki +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty/ratings +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_content +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_ecmascript +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_forms +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_images +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_scripts/form_scripts +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/autumn +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/core_inverted +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/corporate +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/greensleeves +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/kitty +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/mozilla_new +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/prime +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_styles/zed +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_templates/ui_slots +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_wysiwyg @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins/plone_3rdParty @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/skins -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/migrations -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/interfaces -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/docs -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/data -@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/Extensions +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone/www @dirrm %%ZOPEBASEDIR%%/lib/python/Products/CMFPlone +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples/staging +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc/examples +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/doc +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/dtml +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/help +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/images +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/DCWorkflow +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/dtml +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/help +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator/www +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Formulator +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/i18n >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 9:40: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FC837B401 for ; Sun, 16 Mar 2003 09:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8CD43F85 for ; Sun, 16 Mar 2003 09:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GHe4NS032177 for ; Sun, 16 Mar 2003 09:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GHe4tm032176; Sun, 16 Mar 2003 09:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D33D37B401 for ; Sun, 16 Mar 2003 09:32:17 -0800 (PST) Received: from phobos.raisdorf.net (phobos.raisdorf.net [195.244.235.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1576243FA3 for ; Sun, 16 Mar 2003 09:32:13 -0800 (PST) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: by phobos.raisdorf.net (Postfix, from userid 66) id 4462E23847; Sun, 16 Mar 2003 17:59:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by platypus.lan.raisdorf.net (Postfix) with ESMTP id C440D5C37; Sun, 16 Mar 2003 17:36:15 +0100 (CET) Received: from platypus.lan.raisdorf.net ([127.0.0.1]) by localhost (platypus.lan.raisdorf.net [127.0.0.1:10024]) (amavisd-new) with ESMTP id 77185-03; Sun, 16 Mar 2003 17:36:13 +0100 (CET) Received: from goanna.lan.raisdorf.net (goanna.lan.raisdorf.net [10.10.1.2]) by platypus.lan.raisdorf.net (Postfix) with ESMTP id E09FA5C17; Sun, 16 Mar 2003 17:36:12 +0100 (CET) Received: from goanna.lan.raisdorf.net (localhost [127.0.0.1]) by goanna.lan.raisdorf.net (8.12.8/8.12.8) with ESMTP id h2GGaxa4021577; Sun, 16 Mar 2003 17:36:59 +0100 (CET) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: (from hscholz@localhost) by goanna.lan.raisdorf.net (8.12.8/8.12.8/Submit) id h2GGav6v021576; Sun, 16 Mar 2003 17:36:57 +0100 (CET) Message-Id: <200303161636.h2GGav6v021576@goanna.lan.raisdorf.net> Date: Sun, 16 Mar 2003 17:36:57 +0100 (CET) From: Hendrik Scholz Reply-To: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org Cc: Hendrik Scholz X-Send-Pr-Version: 3.113 Subject: ports/50050: maintainer update: graphics/totem: add WITH_DVD know Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50050 >Category: ports >Synopsis: maintainer update: graphics/totem: add WITH_DVD know >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 Mar 16 09:40:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.0-CURRENT i386 >Organization: NetUSE AG >Environment: System: FreeBSD goanna.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Mar 12 16:36:57 CET 2003 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/i386/compile/GOANNA i386 >Description: totem is a movie player based on xine and thus can use xine plugins. This patch adds a WITH_DVD knob which itself adds a libdvdnav dependency to allow playback of DVDs in totem. Changes: o WITH_DVD knob o bump PORTREVISION >How-To-Repeat: >Fix: --- totem-0.95.1.1.patch begins here --- diff -urP totem-0.95.1/Makefile totem/Makefile --- totem-0.95.1/Makefile Sun Mar 16 17:09:41 2003 +++ totem/Makefile Sun Mar 16 17:14:13 2003 @@ -7,6 +7,7 @@ PORTNAME= totem PORTVERSION= 0.95.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.95 @@ -17,6 +18,9 @@ LIB_DEPENDS= xine.4:${PORTSDIR}/multimedia/libxine \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui +.if defined(WITH_DVD) +LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav +.endif USE_BZIP2= yes USE_X_PREFIX= yes @@ -26,5 +30,12 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.ifndef (WITH_DVD) +pre-everything: + @${ECHO_CMD} "" + @${ECHO_CMD} "Define WITH_DVD to add DVD playback support." + @${ECHO_CMD} "" +.endif .include --- totem-0.95.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 9:57:29 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698A437B401; Sun, 16 Mar 2003 09:57:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA1943FA3; Sun, 16 Mar 2003 09:57:27 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GHvRNS038611; Sun, 16 Mar 2003 09:57:27 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GHvQoE038607; Sun, 16 Mar 2003 09:57:26 -0800 (PST) Date: Sun, 16 Mar 2003 09:57:26 -0800 (PST) From: Tilman Linneweh Message-Id: <200303161757.h2GHvQoE038607@freefall.freebsd.org> To: roland.jesse@gmx.net, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/49004: Update devel/Coin to 2.0.0 (SUPERCEEDS ports/48780) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update devel/Coin to 2.0.0 (SUPERCEEDS ports/48780) State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Mar 16 09:56:59 PST 2003 State-Changed-Why: Superseded by 49005 http://www.freebsd.org/cgi/query-pr.cgi?pr=49004 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 11:30: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE7A437B401 for ; Sun, 16 Mar 2003 11:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F0C43F75 for ; Sun, 16 Mar 2003 11:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GJU4NS070950 for ; Sun, 16 Mar 2003 11:30:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GJU4ZI070949; Sun, 16 Mar 2003 11:30:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD7D837B401 for ; Sun, 16 Mar 2003 11:29:12 -0800 (PST) Received: from quenix.dyndns.org (modemcable246.166-130-66.que.mc.videotron.ca [66.130.166.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9AB43FAF for ; Sun, 16 Mar 2003 11:29:12 -0800 (PST) (envelope-from serge@quenix.dyndns.org) Received: from serge by quenix.dyndns.org with local (Exim 4.10) id 18udwT-000GD4-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 16 Mar 2003 14:37:09 -0500 Message-Id: Date: Sun, 16 Mar 2003 14:37:09 -0500 From: Serge Gagnon Reply-To: Serge Gagnon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50052: Update Port: x11-wm/9menu to 1.6 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50052 >Category: ports >Synopsis: Update Port: x11-wm/9menu to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 11:30:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD quenix.dyndns.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 24 15:31:07 EST 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: - Update to version 1.6 - Remove dead links and add new >How-To-Repeat: >Fix: --- patch-9menu-1.6 begins here --- diff -urN /usr/ports/x11-wm/9menu/Makefile ./Makefile --- /usr/ports/x11-wm/9menu/Makefile Sat Feb 22 18:07:56 2003 +++ ./Makefile Sun Mar 16 14:26:19 2003 @@ -6,21 +6,23 @@ # PORTNAME= 9menu -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= x11-wm plan9 -MASTER_SITES= ftp://ftp.comintern.ru/pub/unix/X11/plan9/ \ - ftp://ftp.mathcs.emory.edu/pub/arnold/ - +MASTER_SITES= ftp://quenix.dyndns.org/freebsd/ \ + http://mitglied.lycos.de/buran/linux/soft/9menu/ EXTRACT_SUFX= .shar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon__s@videotron.ca COMMENT= A simple menu patterened after plan9 +post-extract: + cd ${WRKSRC}; ${CP} Makefile.noimake Makefile + USE_XLIB= yes -NO_WRKSUBDIR= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +ALL_TARGET= 9menu MAN1= 9menu.1 MANCOMPRESSED= yes diff -urN /usr/ports/x11-wm/9menu/distinfo ./distinfo --- /usr/ports/x11-wm/9menu/distinfo Mon Sep 8 08:23:56 1997 +++ ./distinfo Sun Mar 16 13:29:47 2003 @@ -1 +1 @@ -MD5 (9menu-1.5.shar.gz) = 00f8dcb2bd1ab9291ce15834eb4e1588 +MD5 (9menu-1.6.shar.gz) = d2a2bc7e10356254814fa4193df4d692 --- patch-9menu-1.6 ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 12: 0:36 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6492E37B401 for ; Sun, 16 Mar 2003 12:00:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE3F43FBF for ; Sun, 16 Mar 2003 12:00:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GK0UNS076898 for ; Sun, 16 Mar 2003 12:00:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GK0UjT076897; Sun, 16 Mar 2003 12:00:30 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB58E37B401 for ; Sun, 16 Mar 2003 11:51:52 -0800 (PST) Received: from da-quirk.org (m210.net81-67-97.noos.fr [81.67.97.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EFFF43FB1 for ; Sun, 16 Mar 2003 11:51:51 -0800 (PST) (envelope-from david@da-quirk.org) Received: from da-quirk.org (localhost.noos.fr [127.0.0.1]) by da-quirk.org (8.12.6/8.12.6) with ESMTP id h2GJpthZ064513 for ; Sun, 16 Mar 2003 20:51:55 +0100 (CET) (envelope-from david@da-quirk.org) Received: (from david@localhost) by da-quirk.org (8.12.6/8.12.6/Submit) id h2GJpr2A064512; Sun, 16 Mar 2003 20:51:53 +0100 (CET) Message-Id: <200303161951.h2GJpr2A064512@da-quirk.org> Date: Sun, 16 Mar 2003 20:51:53 +0100 (CET) From: David LE BRUN Reply-To: David LE BRUN To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50054: [MAINTENER UPDATE] audio/gnupod to 0.28 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50054 >Category: ports >Synopsis: [MAINTENER UPDATE] audio/gnupod to 0.28 >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 Mar 16 12:00:29 PST 2003 >Closed-Date: >Last-Modified: >Originator: David LE BRUN >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD poyel 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Sun Jan 26 13:39:29 CET 2003 root@poyel:/usr/src/sys/i386/compile/POYEL i386 >Description: * Change the MASTER_SITES to gnu.org (and mirrors) * Update gnupod to 0.28 - tunes2pod.pl has better support of various iTunesDB (especially with Ehpod) - mktunes.pl is now *much* faster >How-To-Repeat: >Fix: --- gnupod.diff begins here --- diff -ruN gnupod.old/Makefile gnupod/Makefile --- gnupod.old/Makefile Wed Mar 5 11:28:21 2003 +++ gnupod/Makefile Sat Mar 15 20:40:39 2003 @@ -6,10 +6,10 @@ # PORTNAME= gnupod -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= audio perl5 -MASTER_SITES= http://www.blinkenlights.ch/gnupod/ -DISTNAME= ${PORTNAME}-tools-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gnupod MAINTAINER= david@dyn-ns.net COMMENT= A set of Perl scripts for using an Apple iPod @@ -24,8 +24,6 @@ USE_PERL5= yes HAS_CONFIGURE= yes NO_BUILD= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-tools .ifndef(NOPORTDOCS) post-install: diff -ruN gnupod.old/distinfo gnupod/distinfo --- gnupod.old/distinfo Sat Mar 1 23:30:57 2003 +++ gnupod/distinfo Sat Mar 15 20:28:39 2003 @@ -1 +1 @@ -MD5 (gnupod-tools-0.27.tar.gz) = 8b9a89d666f110b5d0f427c1b5563e0a +MD5 (gnupod-0.28.tar.gz) = 560c96a6505cd6579aecb7a19923337a diff -ruN gnupod.old/pkg-plist gnupod/pkg-plist --- gnupod.old/pkg-plist Sat Mar 1 23:39:28 2003 +++ gnupod/pkg-plist Sat Mar 15 20:32:37 2003 @@ -8,6 +8,7 @@ bin/gnupod_search.pl bin/mktunes.pl bin/tunes2pod.pl +lib/perl5/site_perl/%%PERL_VER%%/mach/iPod.pm %%PORTDOCS%%share/doc/gnupod/CHANGES %%PORTDOCS%%share/doc/gnupod/gnutunesdb.example %%PORTDOCS%%share/doc/gnupod/gnupod.html --- gnupod.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 12:50:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA1BE37B404 for ; Sun, 16 Mar 2003 12:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B0D43F75 for ; Sun, 16 Mar 2003 12:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GKoFNS007904 for ; Sun, 16 Mar 2003 12:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GKoFJH007903; Sun, 16 Mar 2003 12:50:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A7437B401 for ; Sun, 16 Mar 2003 12:49:47 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 077B343F85 for ; Sun, 16 Mar 2003 12:49:46 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 60633 invoked by uid 911); 16 Mar 2003 20:49:47 -0000 Message-Id: <20030316204947.60632.qmail@outpost.globcon.net> Date: 16 Mar 2003 20:49:47 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: udo.schweigert@siemens.com X-Send-Pr-Version: 3.113 Subject: ports/50055: [PATCH] mail/mutt-devel: add maildir cache patch Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50055 >Category: ports >Synopsis: [PATCH] mail/mutt-devel: add maildir cache patch >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 Mar 16 12:50:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Add a new compile-time knob: WITH_MUTT_MAILDIR_CACHE Tested on 4.8-RC and 5.0-CURRENT. Port maintainer - udo.schweigert@siemens.com - has been copied. >How-To-Repeat: >Fix: --- mutt-devel-1.5.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mutt-devel/Makefile,v retrieving revision 1.187 diff -u -r1.187 Makefile --- Makefile 2003/02/21 12:42:18 1.187 +++ Makefile 2003/03/16 20:47:28 @@ -65,6 +65,9 @@ # # If you want to use the ifdef feature define: # WITH_MUTT_IFDEF_PATCH +# +# If you want to use the maildir cache feature define: +# WITH_MUTT_MAILDIR_CACHE PORTNAME= mutt-devel PORTVERSION= 1.5.3 @@ -235,6 +238,15 @@ .endif .if defined(WITH_MUTT_MBOX_HOOK_PATCH) PATCHFILES+= p0-patch-${PATCH_VERSION}.dw.mbox-hook.1:dw +.endif +.if defined(WITH_MUTT_MAILDIR_CACHE) +PATCH_SITES+= http://www.cs.hmc.edu/~me/mutt/:me +PATCHFILES+= patch-1.5.2.me.hcache.1:me +CONFIGURE_ARGS+= --enable-cache + +# This is a hack until the patch is updated for 1.5.3 +pre-patch: + ${REINPLACE_CMD} -e 's/me@mutt.org/me@cs.hmc.edu/' ${WRKSRC}/protos.h .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/mutt-devel/distinfo,v retrieving revision 1.79 diff -u -r1.79 distinfo --- distinfo 2003/01/24 22:17:58 1.79 +++ distinfo 2003/03/16 20:47:28 @@ -7,3 +7,4 @@ MD5 (mutt/patch-1.5.3.cd.signatures_menu.2.1) = 6db636f0004e73ee2d9f577acd4ed380 MD5 (mutt/patch-1.5.3.cd.ifdef.1) = 01b47e075364834b82da053cac4eb69f MD5 (mutt/p0-patch-1.5.3.dw.mbox-hook.1) = e7a0a57023cfdfd909f6040e632fff1f +MD5 (mutt/patch-1.5.2.me.hcache.1) = 097b7e1af6f5130a2cd12b113b16bf4c --- mutt-devel-1.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 13:40: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D1737B401 for ; Sun, 16 Mar 2003 13:40:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8BC43F3F for ; Sun, 16 Mar 2003 13:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GLe6NS020868 for ; Sun, 16 Mar 2003 13:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GLe6G7020867; Sun, 16 Mar 2003 13:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADD337B404 for ; Sun, 16 Mar 2003 13:38:38 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 11A3D43F75 for ; Sun, 16 Mar 2003 13:38:37 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 61008 invoked by uid 911); 16 Mar 2003 21:38:39 -0000 Message-Id: <20030316213839.61007.qmail@outpost.globcon.net> Date: 16 Mar 2003 21:38:39 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50057: [MAINTAINER] Unbreak security/gnutls by fixing check for getopt_long in security/libtasn1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50057 >Category: ports >Synopsis: [MAINTAINER] Unbreak security/gnutls by fixing check for getopt_long in security/libtasn1 >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 Mar 16 13:40:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Check for presence of getopt_long by OSVERSION as opposed to existence of getopt.h. This was breaking the build of security/gnutls. Noticed by: bento Suggested by: kris >How-To-Repeat: >Fix: --- libtasn1-0.2.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/libtasn1/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2003/02/27 20:09:41 1.6 +++ Makefile 2003/03/16 21:33:46 @@ -17,7 +17,9 @@ MAINTAINER= sergei@kolobov.com COMMENT= ASN.1 structure parser library -.if !exists(/usr/include/getopt.h) +.include + +.if ${OSVERSION} < 500041 LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt @@ -43,4 +45,4 @@ .endfor .endif -.include +.include --- libtasn1-0.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 13:40:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D584A37B405 for ; Sun, 16 Mar 2003 13:40:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECAA43F93 for ; Sun, 16 Mar 2003 13:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GLe5NS020854 for ; Sun, 16 Mar 2003 13:40:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GLe5O8020853; Sun, 16 Mar 2003 13:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2DB37B401 for ; Sun, 16 Mar 2003 13:32:59 -0800 (PST) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB68243FA3 for ; Sun, 16 Mar 2003 13:32:58 -0800 (PST) (envelope-from yb@hsc.fr) Received: from taz.hsc.fr (ogoun.hsc.fr [192.70.106.75]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "taz.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id A60002136B for ; Sun, 16 Mar 2003 22:32:42 +0100 (CET) Received: by taz.hsc.fr (Postfix, from userid 1000) id AEA45AF4; Sun, 16 Mar 2003 22:31:59 +0100 (CET) Message-Id: <20030316213159.AEA45AF4@taz.hsc.fr> Date: Sun, 16 Mar 2003 22:31:59 +0100 (CET) From: Yann Berthier Reply-To: Yann Berthier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50056: New port: net/packit: a network auditing tool Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50056 >Category: ports >Synopsis: New port: net/packit: a network auditing tool >Confidential: no >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 Mar 16 13:40:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Yann Berthier >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD taz.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #51: Tue Mar 4 00:55:52 CET 2003 root@taz.hsc.fr:/usr/obj/usr/src/sys/TAZ i386 >Description: New port for Packit, another tool to inject / capture IP packets. >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: # # packit/ # packit/pkg-plist # packit/pkg-descr # packit/distinfo # packit/Makefile # echo c - packit/ mkdir -p packit/ > /dev/null 2>&1 echo x - packit/pkg-plist sed 's/^X//' >packit/pkg-plist << 'END-of-packit/pkg-plist' Xsbin/packit X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-packit/pkg-plist echo x - packit/pkg-descr sed 's/^X//' >packit/pkg-descr << 'END-of-packit/pkg-descr' XPackit is a network auditing tool that allows you to monitor, manipulate, and Xinject customized IP traffic into your network. Supporting the ability to Xdefine (spoof) all TCP, UDP, ICMP, IP, ARP, RARP and Ethernet header options, XPackit can be valuable for testing firewalls, intrusion detection systems, port Xscanning, simulating network traffic and general TCP/IP auditing. X XWWW: http://packit.sourceforge.net/ X X- Yann Xyb@sainte-barbe.org END-of-packit/pkg-descr echo x - packit/distinfo sed 's/^X//' >packit/distinfo << 'END-of-packit/distinfo' XMD5 (packit-latest.tgz) = bcc4dd27039d8a67de5b46d99114ee96 END-of-packit/distinfo echo x - packit/Makefile sed 's/^X//' >packit/Makefile << 'END-of-packit/Makefile' X# New ports collection makefile for: packit X# Date created: 16 March 2003 X# Whom: Yann Berthier X# X# $FreeBSD$ X# X XPORTNAME= packit XPORTVERSION= 0.5.0 XCATEGORIES= net XMASTER_SITES= http://packit.sourceforge.net/ XDISTNAME= ${PORTNAME}-latest XEXTRACT_SUFX= .tgz X XMAINTAINER= yb@sainte-barbe.org XCOMMENT= Network Injection And Capture Tool X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XHAS_CONFIGURE= yes X XMAN8= packit.8 X Xdo-install: X @${INSTALL_MAN} ${WRKSRC}/man/packit.8 ${MANPREFIX}/man/man8 X @${INSTALL_PROGRAM} ${WRKSRC}/packit ${PREFIX}/sbin X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} X.endif X X.include END-of-packit/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 14:10:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0AC437B401 for ; Sun, 16 Mar 2003 14:10:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77DD43FB1 for ; Sun, 16 Mar 2003 14:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2GMAANS029848 for ; Sun, 16 Mar 2003 14:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2GMAAgm029847; Sun, 16 Mar 2003 14:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E34E737B405 for ; Sun, 16 Mar 2003 14:01:54 -0800 (PST) Received: from thud.office.tht.net (thud.office.tht.net [216.126.95.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BEB343F75 for ; Sun, 16 Mar 2003 14:01:54 -0800 (PST) (envelope-from root@thud.office.tht.net) Received: by thud.office.tht.net (Postfix, from userid 0) id 98C2E562B; Sun, 16 Mar 2003 17:05:59 -0500 (EST) Message-Id: <20030316220559.98C2E562B@thud.office.tht.net> Date: Sun, 16 Mar 2003 17:05:59 -0500 (EST) From: Greg Prosser Reply-To: Greg Prosser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50058: lang/expect port fails to build; tclConfig.sh wrong Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50058 >Category: ports >Synopsis: lang/expect port fails to build; tclConfig.sh wrong >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 14:10:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Greg Prosser >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD thud.office.tht.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #4: Thu Feb 20 19:48:22 EST 2003 gregp@thud.office.tht.net:/usr/obj/usr/src/sys/THUD i386 >Description: When executing 'make WITHOUT_X11=YES' in /usr/ports/lang/expect, I receive this error: [gregp@thud] /usr/ports/lang/expect# make ===> Building for expect-5.38.0_1 rm -f libexpect538.so.1 ld -shared -x -o libexpect538.so.1 shared/exp_command.o shared/expect.o shared/pty_termios.o shared/exp_inter.o shared/exp_regexp.o shared/exp_tty.o shared/exp_log.o shared/exp_main_sub.o shared/exp_pty.o shared/exp_trap.o shared/exp_console.o shared/exp_strf.o shared/exp_glob.o shared/exp_win.o shared/exp_clib.o shared/exp_closetcl.o shared/exp_memmove.o shared/exp_tty_comm.o shared/exp_select.o shared/exp_event.o shared/exp_chan.o shared/Dbg.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -ltcl83 -lm -lutil -lc /usr/libexec/elf/ld: unrecognized option '-Wl,-rpath,/usr/local/lib' /usr/libexec/elf/ld: use the --help option for usage information *** Error code 1 Stop in /usr/ports/lang/expect/work/expect-5.38. *** Error code 1 Stop in /usr/ports/lang/expect. [gregp@thud] /usr/ports/lang/expect# I am told this results because expect's build is trying to use ld with the flags it gets from tclConfig.sh, while TCL's build tree expects to pass those to gcc. Those are gcc options, and not ld options, and hence the breakage. >How-To-Repeat: Try to install/build lang/expect port. >Fix: I have gotten expect to build, by editing the variable TCL_LD_SEARCH_FLAGS in /usr/local/lib/tcl8.3/tclConfig.sh as follows: previous: TCL_LD_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' corrected: TCL_LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}' After doing so, the port builds without issue. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 16:20: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D67B37B401 for ; Sun, 16 Mar 2003 16:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61DC643FB1 for ; Sun, 16 Mar 2003 16:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H0K4NS080208 for ; Sun, 16 Mar 2003 16:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H0K4xZ080207; Sun, 16 Mar 2003 16:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA7B37B401 for ; Sun, 16 Mar 2003 16:13:44 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CF743FA3 for ; Sun, 16 Mar 2003 16:13:42 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 87C7554D9 for ; Mon, 17 Mar 2003 01:13:36 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 61F4222E16; Mon, 17 Mar 2003 01:13:36 +0100 (CET) Message-Id: <20030317001336.61F4222E16@jsite.lefort.net> Date: Mon, 17 Mar 2003 01:13:36 +0100 (CET) From: Jean-Yves Lefort Reply-To: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50060: Update port: add GTK+ 2.0 support to net/ethereal Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50060 >Category: ports >Synopsis: Update port: add GTK+ 2.0 support to net/ethereal >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 Mar 16 16:20:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.7-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.7-RELEASE-p5 FreeBSD 4.7-RELEASE-p5 #0: Mon Feb 24 17:17:22 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: I sent a similar patch to the port maintainer on 20021129, without any effect; hence this problem report. >How-To-Repeat: >Fix: --- Makefile.orig Mon Mar 17 00:07:38 2003 +++ Makefile Sun Mar 16 23:53:08 2003 @@ -27,7 +27,12 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_X11) USE_X_PREFIX= yes +.if defined(WITH_GTK2) +LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 +CONFIGURE_ARGS+= --enable-gtk2=yes +.else USE_GNOME= gtk12 +.endif MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal .else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 17: 0:29 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4227A37B404 for ; Sun, 16 Mar 2003 17:00:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FDA43FBF for ; Sun, 16 Mar 2003 17:00:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H10RNS087953 for ; Sun, 16 Mar 2003 17:00:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H10RWd087952; Sun, 16 Mar 2003 17:00:27 -0800 (PST) Date: Sun, 16 Mar 2003 17:00:27 -0800 (PST) Message-Id: <200303170100.h2H10RWd087952@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "matthias.andree@gmx.de" <"matthias.andree@gmx.de"@merlin.emma.line.org> Subject: Re: ports/48512: bogofilter 0.10.3.1 fails if started w/ 'bogofilter -l' Reply-To: "matthias.andree@gmx.de" <"matthias.andree@gmx.de"@merlin.emma.line.org> Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/48512; it has been noted by GNATS. From: "matthias.andree@gmx.de" <"matthias.andree@gmx.de"@merlin.emma.line.org> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/48512: bogofilter 0.10.3.1 fails if started w/ 'bogofilter -l' Date: Mon, 17 Mar 2003 01:59:15 +0100 This problem report can be closed as the upstream versions 0.11.x.y (as in the ports system) of bogofilter no longer have this bug. -- Matthias Andree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 17:10:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E333037B401 for ; Sun, 16 Mar 2003 17:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E9143F93 for ; Sun, 16 Mar 2003 17:10:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H1AHNS093061 for ; Sun, 16 Mar 2003 17:10:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H1AHCd093060; Sun, 16 Mar 2003 17:10:17 -0800 (PST) Date: Sun, 16 Mar 2003 17:10:17 -0800 (PST) Message-Id: <200303170110.h2H1AHCd093060@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "matthias.andree@gmx.de" <"matthias.andree@gmx.de"@merlin.emma.line.org> Subject: Re: ports/49090: maintainer bugfix update port: mail/bogofilter Reply-To: "matthias.andree@gmx.de" <"matthias.andree@gmx.de"@merlin.emma.line.org> Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/49090; it has been noted by GNATS. From: "matthias.andree@gmx.de" <"matthias.andree@gmx.de"@merlin.emma.line.org> To: freebsd-gnats-submit@FreeBSD.org, matthias.andree@web.de Cc: Subject: Re: ports/49090: maintainer bugfix update port: mail/bogofilter Date: Mon, 17 Mar 2003 02:04:40 +0100 Note that this problem is CRITICAL FOR ALPHA! =================== See http://bento.freebsd.org/errorlogs/alpha-4-latest/bogofilter-0.11.1.1.log So *please* commit ASAP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 18:20:23 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B253337B401 for ; Sun, 16 Mar 2003 18:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E7B43FCB for ; Sun, 16 Mar 2003 18:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H2KKNS010310 for ; Sun, 16 Mar 2003 18:20:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H2KKJU010309; Sun, 16 Mar 2003 18:20:20 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0E4E37B401 for ; Sun, 16 Mar 2003 18:13:29 -0800 (PST) Received: from ns1.babbleheaven.com (ns1.babbleheaven.com [66.114.65.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E984F43F3F for ; Sun, 16 Mar 2003 18:13:28 -0800 (PST) (envelope-from root@babbleheaven.com) Received: from localhost (localhost [127.0.0.1]) (uid 0) by ns1.babbleheaven.com with local; Sun, 16 Mar 2003 21:13:28 -0500 Message-Id: Date: Sun, 16 Mar 2003 21:13:28 -0500 From: o_sleep@babbleheaven.com Reply-To: o_sleep@babbleheaven.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: o_sleep@babbleheaven.com X-Send-Pr-Version: 3.113 Subject: ports/50061: Update port:mail/gotmail to version 0.7.9 to work with changes in Hotmail Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50061 >Category: ports >Synopsis: Update port:mail/gotmail to version 0.7.9 to work with changes in Hotmail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 18:20:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Bjorn Nelson >Release: FreeBSD 4.6.1-RELEASE-p5 i386 >Organization: Babbleheaven >Environment: System: FreeBSD habanero 4.6.1-RELEASE-p5 FreeBSD 4.6.1-RELEASE-p5 #0: Mon Aug 19 12:42:16 EDT 2002 root@habanero:/usr/src/sys/compile/TP600EXE i386 >Description: Updated gotmail to 0.7.9 to get more hotmail spam. >How-To-Repeat: >Fix: --- gotmail.diff begins here --- diff -ruN gotmail.bak/Makefile gotmail/Makefile --- gotmail.bak/Makefile Sat Mar 1 00:14:20 2003 +++ gotmail/Makefile Sun Mar 16 20:57:48 2003 @@ -6,7 +6,7 @@ # PORTNAME= gotmail -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.9 CATEGORIES= mail perl5 MASTER_SITES= http://savannah.nongnu.org/download/gotmail/stable.pkg/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff -ruN gotmail.bak/distinfo gotmail/distinfo --- gotmail.bak/distinfo Wed Jan 15 11:10:43 2003 +++ gotmail/distinfo Sun Mar 16 20:59:33 2003 @@ -1 +1 @@ -MD5 (gotmail_0.7.7.tar.gz) = b31455659affc5103f463d29104f129f +MD5 (gotmail_0.7.9.tar.gz) = 0a1ced4b7b7f3c1b61837d03b5bfd89a --- gotmail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 19: 0:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2750237B401 for ; Sun, 16 Mar 2003 19:00:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A9243FCB for ; Sun, 16 Mar 2003 19:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H30HNS018029 for ; Sun, 16 Mar 2003 19:00:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H30HxX018028; Sun, 16 Mar 2003 19:00:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9629D37B401 for ; Sun, 16 Mar 2003 18:51:00 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B59343F75 for ; Sun, 16 Mar 2003 18:50:57 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.129.161] (port=49278 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18ukiG-000374-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 10:50:56 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.8/8.12.8) with ESMTP id h2H2ot3P025509 for ; Mon, 17 Mar 2003 10:50:56 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.8/8.12.8/Submit) id h2H2otME025508; Mon, 17 Mar 2003 10:50:55 +0800 (CST) Message-Id: <200303170250.h2H2otME025508@leafy.idv.tw> Date: Mon, 17 Mar 2003 10:50:55 +0800 (CST) From: leafy Reply-To: leafy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50062: portupgrade does not process directives for JDK14 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50062 >Category: ports >Synopsis: portupgrade does not process directives for JDK14 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 19:00:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: leafy >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD leafy.idv.tw 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Mar 16 18:32:19 CST 2003 leafy@leafy.idv.tw:/usr/obj/usr/src/sys/CHIHIRO i386 >Description: portugprade does not process pkgtools.conf directives correctly for JDK14 (jara/jdk14). With "'java/jdk14' => 'NATIVE_BOOTSTRAP=yes'," in MAKE_ARGS in pkgtools, portupgrade did not process java/jdk14 upgrade with the designated flag and insisted on including the linux JDK14 as dependancy. This happens even when native JDK14 is installed. Manually building JDK14 does not present this problem. >How-To-Repeat: Insert "'java/jdk14' => 'NATIVE_BOOTSTRAP=yes'," into MAKE_ARGS section in /usr/local/etc/pkgtools.conf. Run 'portupgrade -f jdk' with native JDK14 already installed. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 19:30:24 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CBD37B401 for ; Sun, 16 Mar 2003 19:30:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDCA43F3F for ; Sun, 16 Mar 2003 19:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H3UENS027194 for ; Sun, 16 Mar 2003 19:30:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H3UEQa027193; Sun, 16 Mar 2003 19:30:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1BF37B401 for ; Sun, 16 Mar 2003 19:22:09 -0800 (PST) Received: from door.soth.at (door.soth.at [80.110.102.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85F43F85 for ; Sun, 16 Mar 2003 19:22:07 -0800 (PST) (envelope-from toni@outpost.soth.at) Received: from doiferl.soth.at (doiferl.soth.at [172.30.1.101]) by door.soth.at (8.12.8/8.12.8) with ESMTP id h2H3M02e001552; Mon, 17 Mar 2003 04:22:00 +0100 (CET) (envelope-from toni@outpost.soth.at) Received: from outpost.soth.at (outpost.soth.at [172.30.1.3]) by doiferl.soth.at (8.12.8/8.12.8) with ESMTP id h2H3LwMK002073; Mon, 17 Mar 2003 04:21:58 +0100 (CET) (envelope-from toni@outpost.soth.at) Received: from outpost.soth.at (localhost [127.0.0.1]) by outpost.soth.at (8.12.8/8.12.8) with ESMTP id h2H3LwGb001744; Mon, 17 Mar 2003 04:21:58 +0100 (CET) (envelope-from toni@outpost.soth.at) Received: (from toni@localhost) by outpost.soth.at (8.12.8/8.12.8/Submit) id h2H3Ls6A001743; Mon, 17 Mar 2003 04:21:54 +0100 (CET) Message-Id: <200303170321.h2H3Ls6A001743@outpost.soth.at> Date: Mon, 17 Mar 2003 04:21:54 +0100 (CET) From: Toni Andjelkovic Reply-To: Toni Andjelkovic To: FreeBSD-gnats-submit@FreeBSD.org Cc: kris@obsecurity.org, bhope@cigital.com, toni@soth.at X-Send-Pr-Version: 3.113 Subject: ports/50063: Update of devel/pcsc-lite Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50063 >Category: ports >Synopsis: Update of devel/pcsc-lite >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 Mar 16 19:30:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Toni Andjelkovic >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD outpost.soth.at 4.8-RC FreeBSD 4.8-RC #8: Sat Mar 15 07:54:37 CET 2003 toni@outpost.soth.at:/usr/obj/usr/src/sys/OUTPOST i386 >Description: An update of pcsc-lite, a smartcard development library. Changes: 1. Two patch files are removed, because they are no longer relevant: patch-src::Makefile.in patch-src::musclecard.c 2. Threads are enabled because they appear to be non-optional in the latest version. 3. The package downloads from a different location because betas appear to be released from this other location. 4. The IPC directory is set to /var/tmp/. 5. The port still bogusly installed docs into ${PREFIX}/doc. This has now been fixed for real. 6. bundleTool.1 became bundleTool.8 Thanks to Paco Hope for doing changes 1. - 3. >How-To-Repeat: >Fix: Please commit the following directory as devel/pcsc-lite: # 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: # # pcsc-liteb3 # pcsc-liteb3/files # pcsc-liteb3/files/patch-etc::Makefile.in # pcsc-liteb3/files/patch-ltmain.sh # pcsc-liteb3/files/pcscd.sh # pcsc-liteb3/files/pkg-message.in # pcsc-liteb3/files/patch-doc::Makefile.in # pcsc-liteb3/pkg-comment # pcsc-liteb3/Makefile # pcsc-liteb3/pkg-plist # pcsc-liteb3/pkg-descr # pcsc-liteb3/distinfo # echo c - pcsc-liteb3 mkdir -p pcsc-liteb3 > /dev/null 2>&1 echo c - pcsc-liteb3/files mkdir -p pcsc-liteb3/files > /dev/null 2>&1 echo x - pcsc-liteb3/files/patch-etc::Makefile.in sed 's/^X//' >pcsc-liteb3/files/patch-etc::Makefile.in << 'END-of-pcsc-liteb3/files/patch-etc::Makefile.in' X--- etc/Makefile.in.bak Mon Mar 17 03:13:17 2003 X+++ etc/Makefile.in Mon Mar 17 03:14:27 2003 X@@ -27,3 +27,3 @@ X datadir = @datadir@ X-sysconfdir = @sysconfdir@ X+#sysconfdir = @sysconfdir@ X sharedstatedir = @sharedstatedir@ X@@ -96,3 +96,3 @@ X X-sysconf_DATA = reader.conf X+#sysconf_DATA = reader.conf X END-of-pcsc-liteb3/files/patch-etc::Makefile.in echo x - pcsc-liteb3/files/patch-ltmain.sh sed 's/^X//' >pcsc-liteb3/files/patch-ltmain.sh << 'END-of-pcsc-liteb3/files/patch-ltmain.sh' X$FreeBSD: ports/devel/pcsc-lite/files/patch-ltmain.sh,v 1.1 2001/12/29 05:05:13 petef Exp $ X X--- build/ltmain.sh 2001/08/27 09:51:26 1.1 X+++ build/ltmain.sh 2001/08/27 09:51:42 X@@ -2408,6 +2408,9 @@ X *-*-netbsd*) X # Don't link with libc until the a.out ld.so is fixed. X ;; X+ *-*-freebsd*) X+ # FreeBSD doesn't need this... X+ ;; X *) X # Add libc to deplibs on all other systems if necessary. X if test "$build_libtool_need_lc" = "yes"; then X@@ -4175,10 +4178,12 @@ X fi X X # Install the pseudo-library for information purposes. X+ if /usr/bin/false; then X name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` X instname="$dir/$name"i X $show "$install_prog $instname $destdir/$name" X $run eval "$install_prog $instname $destdir/$name" || exit $? X+ fi X X # Maybe install the static library, too. X test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" END-of-pcsc-liteb3/files/patch-ltmain.sh echo x - pcsc-liteb3/files/pcscd.sh sed 's/^X//' >pcsc-liteb3/files/pcscd.sh << 'END-of-pcsc-liteb3/files/pcscd.sh' X#!/bin/sh X# $FreeBSD: ports/devel/pcsc-lite/files/pcscd.sh,v 1.1 2001/12/25 02:54:40 petef Exp $ X Xif ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then X echo "$0: Cannot determine the PREFIX" >&2 X exit 1 Xfi X Xcase "$1" in X X start) X if [ -x $PREFIX/sbin/pcscd ]; then X $PREFIX/sbin/pcscd -c $PREFIX/etc/reader.conf X echo -n ' pcscd' X fi X ;; X X stop) X /usr/bin/killall pcscd && echo -n ' pcscd' X ;; X X *) X echo "" X echo "Usage: `basename $0` { start | stop }" X echo "" X exit 64 X ;; Xesac X END-of-pcsc-liteb3/files/pcscd.sh echo x - pcsc-liteb3/files/pkg-message.in sed 's/^X//' >pcsc-liteb3/files/pkg-message.in << 'END-of-pcsc-liteb3/files/pkg-message.in' X------------------------------------------------------------------------ X XPC/SC-Lite has been installed. XYou can fetch drivers from http://www.linuxnet.com/sourcedrivers.html X XAfter installing the driver, please update the pcscd configuration file X%%PREFIX%%/etc/reader.conf by using the default X%%PREFIX%%/etc/reader.conf.sample X X------------------------------------------------------------------------ END-of-pcsc-liteb3/files/pkg-message.in echo x - pcsc-liteb3/files/patch-doc::Makefile.in sed 's/^X//' >pcsc-liteb3/files/patch-doc::Makefile.in << 'END-of-pcsc-liteb3/files/patch-doc::Makefile.in' X--- doc/Makefile.in.bak Mon Mar 17 03:44:22 2003 X+++ doc/Makefile.in Mon Mar 17 03:44:42 2003 X@@ -69,3 +69,3 @@ X X-datadir = $(prefix)/doc X+#datadir = $(prefix)/doc X AMTAR = @AMTAR@ X@@ -98,3 +98,3 @@ X install_sh = @install_sh@ X-data_DATA = pcsc-lite-0.8.7.pdf muscle-api-1.3.0.pdf README.DAEMON X+#data_DATA = pcsc-lite-0.8.7.pdf muscle-api-1.3.0.pdf README.DAEMON X man_MANS = pcscd.8 bundleTool.8 formaticc.1 END-of-pcsc-liteb3/files/patch-doc::Makefile.in echo x - pcsc-liteb3/pkg-comment sed 's/^X//' >pcsc-liteb3/pkg-comment << 'END-of-pcsc-liteb3/pkg-comment' XA smartcard development library END-of-pcsc-liteb3/pkg-comment echo x - pcsc-liteb3/Makefile sed 's/^X//' >pcsc-liteb3/Makefile << 'END-of-pcsc-liteb3/Makefile' X# New ports collection makefile for: pcsc-lite X# Date created: 15 Oct 2001 X# Whom: Toni Andjelkovic X# X# $FreeBSD$ X# X XPORTNAME= pcsc-lite XPORTVERSION= 1.1.2 XPORTREVISION= beta3 XCATEGORIES= devel security XMASTER_SITES= http://ludovic.rousseau.free.fr/softwares/muscle/ XDISTNAME= ${PORTNAME}-${PORTVERSION} XDISTFILES= ${PORTNAME}-${PORTVERSION}${PORTREVISION}.tar.gz X XMAINTAINER= toni@soth.at XCOMMENT= A smartcard development library X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_LIBTOOL= yes XLIBTOOLFILES+= build/aclocal.m4 X XINSTALLS_SHLIB= yes XCONFIGURE_ARGS+=--enable-debug \ X --enable-syslog \ X --enable-runpid=/var/run/pcscd.pid \ X --enable-ipcdir=/var/tmp/ \ X --enable-confdir=${PREFIX}/etc \ X --enable-threadsafe XPKGMESSAGE= ${WRKDIR}/pkg-message XMAN1= formaticc.1 XMAN8= bundleTool.8 pcscd.8 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/README.DAEMON ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/pcsc-lite-0.8.7.pdf ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/muscle-api-1.3.0.pdf ${DOCSDIR} X.endif X ${INSTALL_DATA} ${WRKSRC}/etc/reader.conf \ X ${PREFIX}/etc/reader.conf.sample X ${INSTALL_SCRIPT} ${FILESDIR}/pcscd.sh \ X ${PREFIX}/etc/rc.d/pcscd.sh.sample X @${SED} 's,%%PREFIX%%,${PREFIX},g' < ${FILESDIR}/pkg-message.in > \ X ${WRKDIR}/pkg-message X @${CAT} ${PKGMESSAGE} X X.include END-of-pcsc-liteb3/Makefile echo x - pcsc-liteb3/pkg-plist sed 's/^X//' >pcsc-liteb3/pkg-plist << 'END-of-pcsc-liteb3/pkg-plist' Xbin/bundleTool Xbin/formaticc Xbin/installifd X%%PORTDOCS%%share/doc/pcsc-lite/README.DAEMON X%%PORTDOCS%%share/doc/pcsc-lite/pcsc-lite-0.8.7.pdf X%%PORTDOCS%%share/doc/pcsc-lite/muscle-api-1.3.0.pdf Xetc/rc.d/pcscd.sh.sample Xetc/reader.conf.sample Xinclude/debuglog.h Xinclude/mscdefines.h Xinclude/musclecard.h Xinclude/pcsclite.h Xinclude/winscard.h Xinclude/wintypes.h Xlib/libpcsclite.a Xlib/libpcsclite.so Xlib/libpcsclite.so.0 Xsbin/pcscd X%%PORTDOCS%%@dirrm share/doc/pcsc-lite END-of-pcsc-liteb3/pkg-plist echo x - pcsc-liteb3/pkg-descr sed 's/^X//' >pcsc-liteb3/pkg-descr << 'END-of-pcsc-liteb3/pkg-descr' XThis is a port of the MUSCLE PC/SC-Lite architecture. XAllows easy porting of Windows smartcard software to other Xoperating systems. Supports many types of serial, PCMCIA, Xand USB smartcard readers and cryptographic tokens. XTested under Linux, Solaris 8, HPUX 11, OS X (10.1), XOpenBSD, FreeBSD 4. X XAuthor: David Corcoran XWWW: http://www.linuxnet.com/middle.html END-of-pcsc-liteb3/pkg-descr echo x - pcsc-liteb3/distinfo sed 's/^X//' >pcsc-liteb3/distinfo << 'END-of-pcsc-liteb3/distinfo' XMD5 (pcsc-lite-1.1.2beta3.tar.gz) = d6b38581037a5836b54de6f3442d7980 END-of-pcsc-liteb3/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 22:50:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F3AF37B401 for ; Sun, 16 Mar 2003 22:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C6D43FB1 for ; Sun, 16 Mar 2003 22:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H6oDNS076263 for ; Sun, 16 Mar 2003 22:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H6oDse076262; Sun, 16 Mar 2003 22:50:13 -0800 (PST) Date: Sun, 16 Mar 2003 22:50:13 -0800 (PST) Message-Id: <200303170650.h2H6oDse076262@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Erwin Lansing Subject: Re: ports/50061: Update port:mail/gotmail to version 0.7.9 to work with changes in Hotmail Reply-To: Erwin Lansing Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50061; it has been noted by GNATS. From: Erwin Lansing To: o_sleep@babbleheaven.com Cc: FreeBSD-gnats-submit@FreeBSD.org, portmgr@freebsd.org Subject: Re: ports/50061: Update port:mail/gotmail to version 0.7.9 to work with changes in Hotmail Date: Mon, 17 Mar 2003 07:49:48 +0100 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 16, 2003 at 09:13:28PM -0500, o_sleep@babbleheaven.com wrote: >=20 > >Number: 50061 > >Category: ports > >Synopsis: Update port:mail/gotmail to version 0.7.9 to work with c= hanges in Hotmail This patch has maintainer approval. I would also like to add that this is a candidate for inclusion into 4.8 as the previous version isn't working anymore after hotmail changed again. Cheers, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+dXAMqy9aWxUlaZARAoJKAKCSKPHAk9TUsZAJ0k4+TaODWnYAxACfSY8S ZiTyaHsWyXH99R7fzdd9KCM= =ltXc -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Sun Mar 16 23:30: 6 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7019037B401 for ; Sun, 16 Mar 2003 23:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 157A143FA3 for ; Sun, 16 Mar 2003 23:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H7U4NS087441 for ; Sun, 16 Mar 2003 23:30:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H7U46R087440; Sun, 16 Mar 2003 23:30:04 -0800 (PST) Date: Sun, 16 Mar 2003 23:30:04 -0800 (PST) Message-Id: <200303170730.h2H7U46R087440@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Udo Schweigert Subject: Re: ports/50055: [PATCH] mail/mutt-devel: add maildir cache patch Reply-To: Udo Schweigert Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50055; it has been noted by GNATS. From: Udo Schweigert To: Sergei Kolobov Cc: FreeBSD-gnats-submit@FreeBSD.ORG, udo.schweigert@siemens.com Subject: Re: ports/50055: [PATCH] mail/mutt-devel: add maildir cache patch Date: Mon, 17 Mar 2003 08:20:53 +0100 I approve this, but the following patch for distinfo should be used because another patch changed: diff -ru /usr/ports/mail/mutt-devel/distinfo ./distinfo --- /usr/ports/mail/mutt-devel/distinfo Mon Mar 17 08:09:24 2003 +++ ./distinfo Mon Mar 17 08:11:54 2003 @@ -6,4 +6,5 @@ MD5 (mutt/patch-1.5.3.cd.edit_threads.9.3) = 753a19d8efdece04cd521c3a3079dc9f MD5 (mutt/patch-1.5.3.cd.signatures_menu.2.1) = 6db636f0004e73ee2d9f577acd4ed380 MD5 (mutt/patch-1.5.3.cd.ifdef.1) = 01b47e075364834b82da053cac4eb69f -MD5 (mutt/p0-patch-1.5.3.dw.mbox-hook.1) = e7a0a57023cfdfd909f6040e632fff1f +MD5 (mutt/p0-patch-1.5.3.dw.mbox-hook.1) = 09f9b4229a2d63c81cfee7e1d811f84f +MD5 (mutt/patch-1.5.2.me.hcache.1) = 097b7e1af6f5130a2cd12b113b16bf4c Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 0:20:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 347F437B404 for ; Mon, 17 Mar 2003 00:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A83D43F85 for ; Mon, 17 Mar 2003 00:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H8K7NS003250 for ; Mon, 17 Mar 2003 00:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H8K7AQ003249; Mon, 17 Mar 2003 00:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B4837B401 for ; Mon, 17 Mar 2003 00:12:49 -0800 (PST) Received: from bk.twincreeks.net (bk.twincreeks.net [204.61.208.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CEC43FB1 for ; Mon, 17 Mar 2003 00:12:48 -0800 (PST) (envelope-from feldman@bk.twincreeks.net) Received: from bk.twincreeks.net (feldman@localhost [IPv6:::1]) by bk.twincreeks.net (8.12.6/8.12.6) with ESMTP id h2H8CmhH081118 for ; Mon, 17 Mar 2003 00:12:48 -0800 (PST) (envelope-from feldman@bk.twincreeks.net) Received: (from feldman@localhost) by bk.twincreeks.net (8.12.6/8.12.6/Submit) id h2H8Cmpo081117; Mon, 17 Mar 2003 00:12:48 -0800 (PST) Message-Id: <200303170812.h2H8Cmpo081117@bk.twincreeks.net> Date: Mon, 17 Mar 2003 00:12:48 -0800 (PST) From: Steve Feldman Reply-To: Steve Feldman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50065: Update port: net/flow-tools version 0.64 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50065 >Category: ports >Synopsis: Update port: net/flow-tools version 0.64 >Confidential: no >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 Mar 17 00:20:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Steve Feldman >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD bk.twincreeks.net 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #10: Wed Jan 8 16:29:19 PST 2003 root@bk.twincreeks.net:/usr/obj/usr/src/sys/BK i386 >Description: Update flow-tools port to latest version, 0.64 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/flow-tools/Makefile ./Makefile --- /usr/ports/net/flow-tools/Makefile Fri Feb 21 05:14:40 2003 +++ ./Makefile Sat Mar 15 10:50:38 2003 @@ -6,7 +6,7 @@ # PORTNAME= flow-tools -PORTVERSION= 0.62 +PORTVERSION= 0.64 CATEGORIES= net MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ diff -urN /usr/ports/net/flow-tools/distinfo ./distinfo --- /usr/ports/net/flow-tools/distinfo Tue Nov 19 00:04:19 2002 +++ ./distinfo Sat Mar 15 10:51:27 2003 @@ -1 +1 @@ -MD5 (flow-tools-0.62.tar.gz) = 68ec3cd86903370c019f12593f437f78 +MD5 (flow-tools-0.64.tar.gz) = 7a68697c3ca95fbf0dd621baf6a6fbd6 diff -urN /usr/ports/net/flow-tools/files/patch-configs_Makefile ./files/patch-configs_Makefile --- /usr/ports/net/flow-tools/files/patch-configs_Makefile Tue Nov 19 00:04:19 2002 +++ ./files/patch-configs_Makefile Sat Mar 15 11:04:14 2003 @@ -11,13 +11,13 @@ --- configs/Makefile.in Fri Aug 9 05:06:41 2002 +++ configs/Makefile.in Sat Jan 12 08:04:39 2002 -@@ -81,10 +81,10 @@ +@@ -82,10 +82,10 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -ftsymdir = $(localstatedir)/sym +ftsymdir = $(localstatedir)/share/flow-tools - ftsym_DATA = asn ip-prot tcp-port + ftsym_DATA = asn ip-prot tcp-port ip-type -ftcfgdir = $(localstatedir)/cfg +ftcfgdir = $(localstatedir)/etc/flow-tools diff -urN /usr/ports/net/flow-tools/files/patch-flow-fanout.c ./files/patch-flow-fanout.c --- /usr/ports/net/flow-tools/files/patch-flow-fanout.c Wed Dec 31 16:00:00 1969 +++ ./files/patch-flow-fanout.c Tue Feb 25 16:28:40 2003 @@ -0,0 +1,14 @@ +--- src/flow-fanout.c.old Wed Feb 26 08:44:26 2003 ++++ src/flow-fanout.c Wed Feb 26 08:43:38 2003 +@@ -873,9 +873,9 @@ + /* see Stevens Unix Network Programming Volume 1 2nd edition page 657 */ + /* conditional from rawsend.c */ + #if defined (__linux__) || (defined (__OpenBSD__) && (OpenBSD > 199702)) +- ip_hdr->ip_len = htons(FT_ENC_IPHDR_LEN+fte.buf_size); ++ ip_hdr->ip_len = htons((FT_ENC_IPHDR_LEN+fte)->buf_size); + #else +- ip_hdr->ip_len = FT_ENC_IPHDR_LEN+fte->buf_size; ++ ip_hdr->ip_len = (FT_ENC_IPHDR_LEN+fte)->buf_size; + #endif + ip_hdr->ip_ttl = peers[j].ttl; + /* use transmit source if loc_addr is not specified */ diff -urN /usr/ports/net/flow-tools/files/patch-ftpaths.h ./files/patch-ftpaths.h --- /usr/ports/net/flow-tools/files/patch-ftpaths.h Tue Nov 19 00:04:19 2002 +++ ./files/patch-ftpaths.h Sat Mar 15 11:08:24 2003 @@ -1,6 +1,6 @@ --- lib/ftpaths.h.in Thu Aug 15 17:28:04 2002 +++ lib/ftpaths.h.in Mon Apr 22 11:29:07 2002 -@@ -29,16 +29,16 @@ +@@ -29,17 +29,17 @@ #ifndef FTPATHS_H #define FTPATHS_H @@ -8,10 +8,12 @@ -#define FT_PATH_CFG_TAG "@localstatedir@/cfg/tag" -#define FT_PATH_CFG_FILTER "@localstatedir@/cfg/filter" -#define FT_PATH_CFG_STAT "@localstatedir@/cfg/stat" +-#define FT_PATH_CFG_MASK "@localstatedir@/cfg/mask" +#define FT_PATH_CFG_MAP "@localstatedir@/etc/flow-tools/map" +#define FT_PATH_CFG_TAG "@localstatedir@/etc/flow-tools/tag" +#define FT_PATH_CFG_FILTER "@localstatedir@/etc/flow-tools/filter" +#define FT_PATH_CFG_STAT "@localstatedir@/etc/flow-tools/stat" ++#define FT_PATH_CFG_MASK "@localstatedir@/etc/flow-tools/mask" -#define FT_PATH_SYM_IP_PROT "@localstatedir@/sym/ip-prot" -#define FT_PATH_SYM_IP_CLASS "@localstatedir@/sym/ip-class" diff -urN /usr/ports/net/flow-tools/pkg-plist ./pkg-plist --- /usr/ports/net/flow-tools/pkg-plist Tue Nov 19 00:04:19 2002 +++ ./pkg-plist Sun Mar 16 23:17:32 2003 @@ -8,6 +8,7 @@ bin/flow-gen bin/flow-header bin/flow-import +bin/flow-mask bin/flow-merge bin/flow-nfilter bin/flow-print @@ -28,6 +29,7 @@ lib/libft.a share/flow-tools/asn share/flow-tools/ip-prot +share/flow-tools/ip-type share/flow-tools/tcp-port @dirrm etc/flow-tools @dirrm share/flow-tools >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 0:53:31 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC0437B401; Mon, 17 Mar 2003 00:53:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF7343FCB; Mon, 17 Mar 2003 00:53:30 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from freefall.freebsd.org (obraun@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H8rUNS018010; Mon, 17 Mar 2003 00:53:30 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H8rUj5018006; Mon, 17 Mar 2003 00:53:30 -0800 (PST) Date: Mon, 17 Mar 2003 00:53:30 -0800 (PST) From: Oliver Braun Message-Id: <200303170853.h2H8rUj5018006@freefall.freebsd.org> To: matthias.andree@web.de, obraun@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/49090: maintainer bugfix update port: mail/bogofilter Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer bugfix update port: mail/bogofilter State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Mon Mar 17 00:51:51 PST 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=49090 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 1:10:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B7037B401 for ; Mon, 17 Mar 2003 01:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A689643FCB for ; Mon, 17 Mar 2003 01:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2H9A9NS027450 for ; Mon, 17 Mar 2003 01:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2H9A9Y6027449; Mon, 17 Mar 2003 01:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8630537B401 for ; Mon, 17 Mar 2003 01:07:51 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id E019443F3F for ; Mon, 17 Mar 2003 01:07:50 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 9EBFDAB92; Mon, 17 Mar 2003 10:07:48 +0100 (CET) Message-Id: <20030317090748.9EBFDAB92@backup-mx.droso.dk> Date: Mon, 17 Mar 2003 10:07:48 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50066: add configurable EXIF support into www/mod_php4 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50066 >Category: ports >Synopsis: add configurable EXIF support into www/mod_php4 >Confidential: no >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 Mar 17 01:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.8-RC i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.8-RC FreeBSD 4.8-RC #15: Tue Mar 4 02:07:34 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: Add support for EXIF into scripts/configure.php >How-To-Repeat: >Fix: --- mod_php4-exif.patch begins here --- Index: scripts/configure.php =================================================================== RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v retrieving revision 1.185 diff -u -r1.185 configure.php --- scripts/configure.php 6 Mar 2003 15:01:15 -0000 1.185 +++ scripts/configure.php 17 Mar 2003 09:04:16 -0000 @@ -45,6 +45,7 @@ DOMXML "DOM support" OFF \ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ +exif "EXIF support" OFF \ gettext "gettext library support" OFF \ iconv "iconv support" OFF \ pspell "pspell support" OFF \ @@ -304,6 +305,9 @@ echo "CONFIGURE_ARGS+=--with-curl=\${LOCALBASE}" echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" ;; + \"exif\") + echo "CONFIGURE_ARGS+=--enable-exif" + ;; \"gettext\") echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" --- mod_php4-exif.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 2:10:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A603737B401 for ; Mon, 17 Mar 2003 02:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDBB43FAF for ; Mon, 17 Mar 2003 02:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HAACNS051886 for ; Mon, 17 Mar 2003 02:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HAACQ5051885; Mon, 17 Mar 2003 02:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F0B37B404 for ; Mon, 17 Mar 2003 02:02:19 -0800 (PST) Received: from cvis163.marconicomms.com (cvis163.marconicomms.com [128.87.251.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id C664E43FAF for ; Mon, 17 Mar 2003 02:02:17 -0800 (PST) (envelope-from sje2bk@bk4957.de.marconicomms.com) Received: from cvis152.mail.marconicomms.com by cvis163.marconicomms.com with ESMTP (8.11.6+Sun/mcig-2) id h2HA2Dg14491; Mon, 17 Mar 2003 10:02:13 GMT Received: from cvis01.marconicomms.com (unverified) by cvis151.mail.marconicomms.com (Content Technologies SMTPRS 4.3.1) with ESMTP id for ; Mon, 17 Mar 2003 10:02:12 +0000 Received: from bk4957.de.marconicomms.com by cvis01.marconicomms.com with ESMTP (8.11.6+Sun/cvms-36) id h2HA2Cq07634; Mon, 17 Mar 2003 10:02:12 GMT Received: from bk4957.de.marconicomms.com (localhost.de.marconicomms.com [127.0.0.1]) by bk4957.de.marconicomms.com (8.12.6/8.12.6) with ESMTP id h2HA4o1W001814 for ; Mon, 17 Mar 2003 11:04:50 +0100 (CET) (envelope-from sje2bk@bk4957.de.marconicomms.com) Received: (from sje2bk@localhost) by bk4957.de.marconicomms.com (8.12.6/8.12.6/Submit) id h2HA4oSE001813; Mon, 17 Mar 2003 11:04:50 +0100 (CET) Message-Id: <200303171004.h2HA4oSE001813@bk4957.de.marconicomms.com> Date: Mon, 17 Mar 2003 11:04:50 +0100 (CET) From: Jens Schweikhardt Reply-To: Jens Schweikhardt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50067: lang/ocaml doesn't configure on 4.8-RC Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50067 >Category: ports >Synopsis: lang/ocaml doesn't configure on 4.8-RC >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 02:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jens Schweikhardt >Release: FreeBSD 4.7-RELEASE i386 >Organization: Marconi >Environment: System: FreeBSD bk4957.de.marconicomms.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Fri Mar 7 13:50:57 CET 2003 toor@bk4957.de.marconicomms.com:/usr/src/sys/compile/BK4957 i386 4.8-RC as of a week ago >Description: lang/ocaml, during configuration, runs a test for stack overflow detection that never completes. Note: I observe this on a recent 4.8-RC with a custom kernel. 4.7-RELEASE with a custom kernel does not have this problem. >How-To-Repeat: $ cd /usr/ports/lang/ocaml $ make configure ===> Extracting for ocaml-3.06 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for ocaml-3.06.tar.gz. >> Checksum OK for ocaml-3.06-refman.html.tar.gz. >> Checksum OK for ocaml-3.06-refman.ps.gz. >> Checksum OK for ocaml-3.06-refman.pdf. ===> Patching for ocaml-3.06 ===> Applying FreeBSD patches for ocaml-3.06 ===> Configuring for ocaml-3.06 ===> ocaml-3.06 depends on file: /usr/local/include/tcl8.3 - found ===> ocaml-3.06 depends on file: /usr/local/include/tk8.3 - found ===> ocaml-3.06 depends on shared library: tk83.1 - found ===> ocaml-3.06 depends on shared library: X11.6 - found Configuring for a i386-unknown-freebsd4.7 ... gcc found The C compiler is ANSI-compliant. Checking the sizes of integers and pointers... OK, this is a regular 32 bit architecture. 64-bit "long long" integer type found (printf with "%ll"). This is a little-endian architecture. Doubles can be word-aligned. 64-bit integers can be word-aligned. Native division and modulus have round-towards-zero semantics, will use them. Dynamic loading of shared libraries is supported. objcopy and nm found in /usr/bin ranlib found #! appears to work in shell scripts POSIX signal handling found. strerror() found. times() found. termcap functions found (with libraries '-lcurses') You have BSD sockets. inet_aton() found. unistd.h found. off_t is defined in dirent.h found. rewinddir() found. lockf() found. mkfifo() found. getcwd() found. getwd() found. getpriority() found. utime() found. utimes() found. dup2() found. fchmod() found. truncate() found. sys/select.h found. select() found. symlink() found. waitpid() found. wait4() found. getgroups() found. POSIX termios found. Asynchronous I/O are supported. setitimer() found. gethostname() found. uname() found. gettimeofday() found. mktime() found. setsid() found. putenv() found. setlocale() and found. mmap() found. Replay debugger supported. At this point, a test for stack overflow detection is run. You will notice with top(1) the program 'tst' eating all available CPU and unkillable by INT,HUP,QUIT,TERM. kill -KILL works of course. Note that this behaviour does not appear on 4.7-RELEASE, you need a recent 4.7-STABLE or 4.8-RC. I've sent a mail regarding this to the port maintainer, but he feels unable to fix this due to ENOTIME. Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 2:50:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE2FE37B404 for ; Mon, 17 Mar 2003 02:50:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA6F43F93 for ; Mon, 17 Mar 2003 02:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HAo6NS060417 for ; Mon, 17 Mar 2003 02:50:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HAo6hd060416; Mon, 17 Mar 2003 02:50:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05ABF37B401 for ; Mon, 17 Mar 2003 02:45:47 -0800 (PST) Received: from mxintern.kundenserver.de (mxintern.kundenserver.de [212.227.126.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E76D543F85 for ; Mon, 17 Mar 2003 02:45:45 -0800 (PST) (envelope-from kiesel@schlund.de) Received: from [172.17.29.6] (helo=alex.i.schlund.de) by mxintern.kundenserver.de with smtp (Exim 3.35 #1) id 18us7k-000209-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 11:45:44 +0100 Received: (qmail 72776 invoked by uid 519); 17 Mar 2003 10:45:44 -0000 Message-Id: <20030317104544.72775.qmail@alex.i.schlund.de> Date: 17 Mar 2003 10:45:44 -0000 From: Alex Kiesel Reply-To: Alex Kiesel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50068: New port: sybase_ase (Sybase ASE RDBMS) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50068 >Category: ports >Synopsis: New port: sybase_ase (Sybase ASE RDBMS) >Confidential: no >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 Mar 17 02:50:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Kiesel >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD alex.i.schlund.de 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Fri Jan 31 18:06:42 CET 2003 root@alex.i.schlund.de:/usr/obj/usr/src/sys/FREEBSD011101 i386 >Description: New port for Sybase ASE RDBM System. This port installs precompiled executables from sybase; Though the licence states it is free to commercial use on FreeBSD, I have marked it as restricted as anyone should read the licence before using this software. Please note that the ports creates a new group and user for the software: User sybase, uid 71; Group sybase, gid 71; The proposed category is ports/database. >How-To-Repeat: Uudecode and untar the attached file, make install and configure your database :-) >Fix: begin 644 sybase_ase.tar.gz M'XL(`$6A=3X``^V=:W/;1II&\W7X*S"*:VQOG:O]_NM#M_C\/;\@\2I\&+\.*!%%)V(_X1=`LSX/SL(R6P3[;EXSY?IFO'MK:Y9A]@L%W":$D M[7W*H">O2D*^N7KYA/W6>_OF\OKB^'SR90-OQV7=]/?)Y=7IFXNZ=3P>C`8' M@X/>R?'UY/6;R]/)U285AU7(4[1W?GQU/;F<7IU>;]J6556\&`[3)%N_'VRZ M'D3Y:G@Y.1N/1P<'P][+TRMA_4]^:;?H0W_S]V83/O2;S>X_'20'SY_V)C]< M7QZ?7$^OWKWZ@:<'U>+G'MN"TXMK]F=RN>GQIG[?7]-HF:ZS>!"3WLF;\_/) MQ76[PN"JWJS@^&H27+[\YIS]3BNR8N^VU[N<7%U?GIY<3UYNZ+VW*>$L)22H MEB1(DXADE.SU+MY,OWEW>O:R[73O>IG0@/T3!D5)V#LNV#Z-@R*,;L(%X]]< MG/TX??7F?(M^Z3J-\0Z>7M\\MWQZTF[MAI/L@7OJ MG5Z\^Z'9U/I%MHW])&,'9)J^Z/WIZR>_3$Z^?3,]OWK](=CK]_M?!2=\V/$- MV>S#8$U)R587!XLR7Q=[+)/,@S\'Q=WF!;K,[UIT_ZMA3&Z'V3I-O^!;GCU0 M81RW4'\1/!M_$7\NY>GEQ^T'?#FZV/6V'__+=4F"^WQ=-A_N(+C.V4$6T/QS]J[8A@1_V33\1>F, M'PSE.@L&P^8=\PU*LJ3:Z_4&21:EZY@$_S6C\8`?N8/5S5>]?_57T&[Y%RZ= M\[_B9M&/"1O\'WL=CO._T>'30_G\[_#PV>[\[_=8.B<(_)N[57^NM7N.P MJ));]CLI;]E7[22K2%F4"7-Z>[+%3D)XTZ#7ZRBY[I"]>L]ZO2,E4W!0DC3D MIY9A&DA1ML*PZN7S.?N>97HKMAM2AAD-ZQ-2=K:1YM$-^Q$G'"1,LB/BOK\,,[OLC0/X\&R6J5_*&%VCO\XH>S<:IY_]'6XCO_QOGS]?W"P MN_[[?9;SET?!7[>G:OWVXDJZRN$7-7\+O@R>/Y^/PT,R'H_#9_'HB,S'_WFP M'X[C^2B,HO%\_HUV=>5S]^PT[AOOS' MHB1%T"?!WO]NAL1>4%_D%B&E=W'P:Q"MJZ`?OPCZ\^#I/WK)//COH)_Q2^)- M!Q_V@G[(BQ_=5_YG4S'I!4&SLK?'U]]^N27XMKS8_M960MAE-N,^L$O8(%AG ME%3!V?'%Z^TO)]/CLS/>&/&SRKTGXSUVO=^KRXC\DOYOO4V-B43+O-[&SIGJ M7M,6\2J-M-ZFB9^*LDOJ:7.VFF3!Y;N+Z6?!%^R2O-=6[]AE>5O[B8*]>K4- MW^>UF6V>?0I?!0\5I&#_J_\8/W3RL(%"X&$;XSPC\EOAK[7M7WS1:]YT7B#O M^29)4_8VZ_/QS;JDALW)L]"T74=8K6F[%EX?TV+L'+R[!YZ,ZHWK_L9:INRJ@']BFXZ: M3V"9KPB[BBA)Q*X6[NNR)1M$G[.QD_&_1WG&SH+7]8?:=,;K3XY;GRZCQ.!]7[2GYY46A?O@F3/"X3YHZ'.Y`61+]&!>BS M%])D-H@LI!$A94;2/B=-JU.(01%6T9)0&\G_U>#<7]_L#\8'\A\JOF0 MSDY/)A=7PD:HF\6_Q`5=RVU1H;S$;]:L0EJI=+0,2R9%Y>6B)/)KG2\/N87, MLR@O[I77DW`QH[I7#?WPEM5,?CFA_TSEU](P6[1?WE+3*L_TW1=E/E/>%?MU MM4ZKV7K>;6D^%CH,:90DT^<<#'!,U=G&PCK*D[J MJIF[.T(+SKJI+`\CA(JH@^(=122KW%Q4^PB`V*B<6\#G1Z-AF%:.]]E0]>8A M6$0+!^;$<^W,+'1Q"&+#;*3NI M`SX/6I_[1>8=&I/H)LQ^2ES[](%S[5:RCA8S5V\;".CJIX0"?7$*[.QGDMV$ M-VL4>Y_J5YK0?#H>AK>5@W!L^P9R;7I#)=5X-/[AS+'@?L(;CGK$=R%K(?F!J3KS+%=MVP7N3[] MVVH?8`X.7,S=/2667;T*(]<@Y8AKB);Y*LR<9PT-!78&C+^&=`W`+68=@5W, M,@0;S#VX'D#KZ!(HZ_"B@`TIXD**F)!:/,BG70QGM+P=EH3FZS(B^E9V4DKY M;4RY,7_")F.EM36S/?$FO[9DTF MA-K70!UKH/8UL*OUS:NZ1K;G"E*NIM(%D-S<7`QID6TI3]>Z+6QJF^]G,;E- M(L(.]Z4!,+VOIHF]N96Q>3-HQ:[9-3S_$^6K;$!S70LUO%[I7V>KB6Y,356J M;^'O?&9LJB(EQD3&;[=$RR0C[/?FA)"=@TJF,8"4ERX@E'TP;'>#+-YM/,/1 MIA"`T?RZ'B/9!L19"+.;_8K2U*=K6B8P6Z4@F^,[HYF#@[&-)L.BND.[;R/K M.*GJ@]0K-ALSKWM&O!-1GH&#O$VLO->Q^8;RS#1:@T+,$Y9]/B])%BW;:I%9 M%2*7WL!=V@:<0-J=(J)XIQ5*6MTCD@[U"+#-/`)H%X^,6KTCPS;M**S9.C)J MD8Z`6ITCD';EB"AB''W")1QMRNH;?<(W8+.--F"3C39@=XT^8E>-D`%-4]<@D]2@AT<$'K1(-X,X1.#]<,`?71RP1Q>'W"$$ M('/P!.2-]MZ=4QTMB-BC98%1U=X51!S2LA[=`B9I;S@",FE1S"<-#2BE(2&K M;%E$+%L:<$L'=NIER[H-T["(9!H4\DS+>JA&CH"VD6*(<.2(=P+0CI0`S",E M(/G(&<@_34N_(J<54`B:AMP`FG7CXCBG=KD(Y!6]XBD0ST";#./ M`-K%(Z-6[\BP33L*:[:.C%JD(Z!6YPBD73DBBAA'GW`)1YNR^D:?\`W8;*,- MV&2C#=A=HX_852-D0-,X"K\BAYG&6?@52-`TSL*O2$*F<19^11(UC:OP*X"@ M:9#"KPQ#IG$7?F44,8VS\"N0H&G@PJ\^`9L&+OSJ$[X!R#1HX5<;`$WC4?@5 M,I!IG(5?D4-,`Q1^!1(R#5#X%4G`-$#A5R0QT[@+OP((F08K_,HP8!JD\"NC M;M,`A5^!A$SC4?C5)T#3>!1^]0G?`&`:O/"K#4"F\2K\"AG(-([";Y="+.,L M_'8XR##.PF^7`^SB+/QV.<:G\&N(@+;Q*?P:(MX) M0#L>A5]]`I*/7^%7#-D5]%-8A/7TX.U_@&K6D`:VJDC#V\:?BMN5I.$]N[>I M2<6M>M+@#D6I"9NF5-JN*BUOU94V85.6/F#6EI:WJ$OEK?I2<;O"-#RB,4O, MI3)SU*HS2^Q1*9O6S"F;VLPIN]XL.;OBU""HN?:_90PJ*XKJB'K"BN M*HJ+BN*:HEZ2HK"BJ(>@J)>>J(^:J(>8**XEZB$EZJ\D^C@A47\=46\9 M46\546\1T4=HB#Y&0M2MH)N\).Q2DNGJAEJ+VR)H=X7$VL:`PEH%H-`V`:BP60`*:Q&`R%H%(*)V`4@L(@!#Q"4`?`(6,7@!BR"Z#Y.8C#2M?,'[&\7JRY39QS!U76>J*BX':IJ+AM M**NT[31$H:TB4FF'BY2`34<*;#>2#K=*21>P>4G+F]6DPRUV4G"KH!3:[B@5 M1S1E3KE,94Q:965./29D4Y8Q9+.6,607ESEF=Y>2L^M+P!TS#E46]Y-[/J&* MPR/9.:]0H7$_(?,+E0#L)_<\0QV.^PF8;ZCE03^YYQTJ..XG]_Q#%??VD]<\ M1&,2]Q,Z']$8@OV$SDLTACS\Y#$_4<@]RU&"40>Y9SO*L*=_O&8]&G*H>]#9CX8(Z!UT%J0A`CO' M8S:DE()]XYX5J8%1ZT!3'C4\.'*1J8\JCAH(G`*I)D`/05,AM3QJ(VQ*I#X` M.0F:&JGRJ)F@*9(:WM-/OE,ES5'44AY3)LTIT%4>4R?-*=A8?E,HU:#=6[0( MLX0"3TZ50-MX$U&[JB06[];J'`EU^$:D;:X12;MG%-;J&(6V^46%S6Y16(M7 M1-;J%!&U^T1B$9<8(BZ/Z&-6AQ@BW@F;._0)FS?T";LS#!F[+\00Z@I'05H" ML7'DKD1++-XMZ`JDI"S2F"O)53=2'(!&@A5<,X!'\;0;P8Y^=]E4)I%1`]5+ M9=BC8T@&8-U3PA$E0!5/%8;$@-4Z-;1;#U"54X(A24#U31GV485O9=.0@X3A M4=,T1!!M>%0S#1%,'GYU3"EE5\B:3DFV2*$ZILI:;[VHN&T8*K3=.RKNU[GM M+HU"6TVET@Y7*0&;K138[BL=;C66+F!SEI8W6TN'6[REX%9S*;3=72J.V,N< M5E,[CL M:TX])@3;#*W_&D,>-O.H`BLYV&;(DWIT.*P=['$ZVD`5E[>>&51!\'-U=!E0 M1."S=0P)5$?H\W5,$4A*X#-V=`E439X/>[$FX8,%?.!+)^%^Y(L*P\<*\FP6 M#8X?)\@C6C0X?HP`CVE1:?CX`!_5HDV`QP;TN!8MCQT7R"-;5-S[F/![DH@: MA(\'Y[U$E47/AH&[CPH-'VHR/IB%T0V6\=L@\`P:N-&ITOAQZ;[=J<#P48G= M]-0%P&,2N?6IP[$C$K@!JM#P&;3';5!SRN,,VN-FJ#GUF!!X!HW?%36&8`=Z MW1M55Y59T&#.V[`RB]O+=3-60F%S(;=D51RT MEOO&K`ICQG+>GI58V%;P35I3QL-4\*U:4\8_`CH*O6=KB,!^\KAS*Z5@-[GO MWVI@U%#(+5\5ASV%W/C5X*"MD%O%&AQW%G##6*5A1O.YG6R)/2H%JLWCOK(Y!0O.[^ZR&H0UYWJDI8S"#G(_ M?U*!\6*,^S&4"HSKQ_DH2IF%U0,]CE+#@]H!'DFIH3'EN!]+*8][GV8ER M3#_>:50F144[Y>>,5F&:_E2L9U0'MC4X![:\FR;9/!_0I:Z5I:?T/IO6X],& ML$_&T,S7O@II14H;D,?$VD&>65J+Y/V^K9F]=5L[)=&Z3*I["[(N%F48$Q.Q MH@LZ(+.YN;TJC>V;FLQF/4E6F784M>[-^J_#04279:1K*,I\GJ1$UU22,%YI M6YJ!VVUJ/HCAY>3XY?E$UY+F"VEOM2U%232?H]HZF*W9!Z%C2C(O"5WN#Z3A M)K=/QR:"+M=5G-]EIG;+!CJWKODY'HULK6-]*PT7I-ZHK^.D+%>!RFA:-G_5 M-32#IEH5TX@6U(+P<65IKH>GI7VC&0O0"LN,:%H<2L43&"F>HOAD,+9SC0<' M,%"H;GE$,%2\?^"3P5CYGIU?"J.%.^@>$13MS#;RB$"H!=)/W80#`(B-V0X- M4.AH%7B`0_>QP$,ANEB,8BNYL.8*BV"Z7 M(Q!J@;1/749Y)VGR!*!F`M2#:_XL:RKLY[.#3Q92KP;@[;F5O8#:$[LXN[,71G=G$$ MPW9F%W=B%B!:)JU%%C-@O0+OYLR$KB71]=A6;)L8MZ8W)FSFE>CI9A28GYNO.AW7AP/1#Z(^6AV33H'P#CUTR7 MT`Z)!\#R7?+`F`Z3#J`?\0]`2*,DF=H^"TT3&R6:5U^_/1O>D#(C:?\F3'(3 MP9KB,KDEI1Y07^U]LEMVRV[9+;MEM^R6W;);=LMNV2V[9;?LEMVR6W;+;MDM 9NV6W[);=LEMVRV[9+8]9_@]=4(8%`/`````` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 3: 0:33 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF61537B401 for ; Mon, 17 Mar 2003 03:00:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C21D43FA3 for ; Mon, 17 Mar 2003 03:00:29 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HB0SNS062816 for ; Mon, 17 Mar 2003 03:00:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HB0SUs062815; Mon, 17 Mar 2003 03:00:28 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDF037B404 for ; Mon, 17 Mar 2003 02:57:24 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F5843FAF for ; Mon, 17 Mar 2003 02:57:23 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle.fokus.fraunhofer.de (beagle [193.175.132.100]) by mailhub.fokus.fraunhofer.de (8.11.6/8.11.6) with ESMTP id h2HAvKM24728 for ; Mon, 17 Mar 2003 11:57:21 +0100 (MET) Received: from beagle.fokus.fraunhofer.de (localhost [127.0.0.1]) by beagle.fokus.fraunhofer.de (8.12.6/8.12.6) with ESMTP id h2HAvKCe065862 for ; Mon, 17 Mar 2003 11:57:20 +0100 (CET) (envelope-from hbb@beagle.fokus.fraunhofer.de) Received: (from hbb@localhost) by beagle.fokus.fraunhofer.de (8.12.6/8.12.6/Submit) id h2HAvKhZ065861; Mon, 17 Mar 2003 11:57:20 +0100 (CET) (envelope-from hbb) Message-Id: <200303171057.h2HAvKhZ065861@beagle.fokus.fraunhofer.de> Date: Mon, 17 Mar 2003 11:57:20 +0100 (CET) From: Hartmut Brandt Reply-To: Hartmut Brandt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50069: patch-libtool target fragile in bsd.port.mk Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50069 >Category: ports >Synopsis: patch-libtool target fragile in bsd.port.mk >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 Mar 17 03:00:28 PST 2003 >Closed-Date: >Last-Modified: >Originator: Hartmut Brandt >Release: FreeBSD 5.0-CURRENT i386 >Organization: Farunhofer Fokus >Environment: System: FreeBSD beagle.fokus.fraunhofer.de 5.0-CURRENT FreeBSD 5.0-CURRENT #17: Mon Mar 10 16:42:18 CET 2003 hbb@beagle.fokus.fraunhofer.de:/opt/obj/usr/src/sys/BEAGLE i386 >Description: When the path component that contains libtool ends in as slash (which is perfectly legal), the patch-libtool target does the wrong thing - it patches the wrong pathname into the scripts. >How-To-Repeat: Set your path to contain /usr/local/bin/ (observe the trailing slash) and try to build a port which uses patch-libtool. See it failing mysteriously. >Fix: The reason is the sed command that does the patching. Apply the following patch: Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.442 diff -u -r1.442 bsd.port.mk --- bsd.port.mk 12 Mar 2003 00:28:17 -0000 1.442 +++ bsd.port.mk 17 Mar 2003 10:56:18 -0000 @@ -3134,7 +3134,7 @@ ${ECHO_CMD} "and reinstall ${PORTSDIR}/devel/libtool."; \ exit 1); \ fi; \ - LIBTOOLDIR=`${WHICH} ${LIBTOOL} | ${SED} -e 's^/bin/libtool^/share/libtool^'` || ${LOCALBASE}/share/libtool; \ + LIBTOOLDIR=`${WHICH} ${LIBTOOL} | ${SED} -e 's^/bin//*libtool^/share/libtool^'` || ${LOCALBASE}/share/libtool; \ cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 3:40: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF1737B401 for ; Mon, 17 Mar 2003 03:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7211C43F3F for ; Mon, 17 Mar 2003 03:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HBe5NS074644 for ; Mon, 17 Mar 2003 03:40:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HBe5hV074638; Mon, 17 Mar 2003 03:40:05 -0800 (PST) Date: Mon, 17 Mar 2003 03:40:05 -0800 (PST) Message-Id: <200303171140.h2HBe5hV074638@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Erwin Lansing Subject: Re: ports/50069: patch-libtool target fragile in bsd.port.mk Reply-To: Erwin Lansing Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50069; it has been noted by GNATS. From: Erwin Lansing To: Hartmut Brandt Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/50069: patch-libtool target fragile in bsd.port.mk Date: Mon, 17 Mar 2003 12:30:27 +0100 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 17, 2003 at 11:57:20AM +0100, Hartmut Brandt wrote: >=20 > >Description: >=20 > When the path component that contains libtool ends in as slash (which is > perfectly legal), the patch-libtool target does the wrong thing - it patc= hes > the wrong pathname into the scripts. >=20 > >How-To-Repeat: >=20 > Set your path to contain /usr/local/bin/ (observe the trailing slash) and > try to build a port which uses patch-libtool. See it failing mysteriously. >=20 Isn't this a duplicate of ports/41909 ? Cheers, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+dbHTqy9aWxUlaZARAiXVAKCthXqF/Naa1YnsYFygIz6T1+aGBwCgp+oh iAIVc7NpYwfocUmhZVpBxEs= =WFGd -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 3:50:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B7937B401 for ; Mon, 17 Mar 2003 03:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274DC43F85 for ; Mon, 17 Mar 2003 03:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HBoHNS076962 for ; Mon, 17 Mar 2003 03:50:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HBoHEj076960; Mon, 17 Mar 2003 03:50:17 -0800 (PST) Date: Mon, 17 Mar 2003 03:50:17 -0800 (PST) Message-Id: <200303171150.h2HBoHEj076960@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Harti Brandt Subject: Re: ports/50069: patch-libtool target fragile in bsd.port.mk Reply-To: Harti Brandt Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50069; it has been noted by GNATS. From: Harti Brandt To: Erwin Lansing Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/50069: patch-libtool target fragile in bsd.port.mk Date: Mon, 17 Mar 2003 12:40:30 +0100 (CET) On Mon, 17 Mar 2003, Erwin Lansing wrote: EL>On Mon, Mar 17, 2003 at 11:57:20AM +0100, Hartmut Brandt wrote: EL>> EL>> >Description: EL>> EL>> When the path component that contains libtool ends in as slash (which is EL>> perfectly legal), the patch-libtool target does the wrong thing - it patches EL>> the wrong pathname into the scripts. EL>> EL>> >How-To-Repeat: EL>> EL>> Set your path to contain /usr/local/bin/ (observe the trailing slash) and EL>> try to build a port which uses patch-libtool. See it failing mysteriously. EL>> EL>Isn't this a duplicate of ports/41909 ? Yes and no. 41909 is about STABLE. I have just sent a follow-up to 41909 with a link to this one and a comment, that according to POSIX trailing slashes are legal. harti -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 4:10:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB25B37B404 for ; Mon, 17 Mar 2003 04:10:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9846643F93 for ; Mon, 17 Mar 2003 04:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HCABNS088427 for ; Mon, 17 Mar 2003 04:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HCABHh088426; Mon, 17 Mar 2003 04:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5FC737B401 for ; Mon, 17 Mar 2003 04:01:27 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214B443F3F for ; Mon, 17 Mar 2003 04:01:27 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 471A0AB92; Mon, 17 Mar 2003 13:01:25 +0100 (CET) Message-Id: <20030317120125.471A0AB92@backup-mx.droso.dk> Date: Mon, 17 Mar 2003 13:01:25 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50070: ports cannot build when libtool is build as a dependency Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50070 >Category: ports >Synopsis: ports cannot build when libtool is build as a dependency >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 04:10:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.8-RC i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.8-RC FreeBSD 4.8-RC #15: Tue Mar 4 02:07:34 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: On a clean system, without libtool installed, a port that depends on it first builds and installs libtool and then fails to build itself. After a 'make clean', all is well again. Also, a previously installed libtool does work as expected. >How-To-Repeat: For example, graphics/jpeg: # pkg_delete -a # cd /usr/ports/graphics/jpeg # make complete output at http://panda.droso.net/~erwin/libtool.err --- libtool.err begins here --- ===> Extracting for jpeg-6b_1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for jpegsrc.v6b.tar.gz. ===> Patching for jpeg-6b_1 ===> Applying FreeBSD patches for jpeg-6b_1 ===> Configuring for jpeg-6b_1 libtool: not found ===> jpeg-6b_1 depends on executable: libtool - not found ===> Verifying install for libtool in /usr/ports/devel/libtool ===> Extracting for libtool-1.3.4_4 >> Checksum OK for libtool-1.3.4.tar.gz. ===> Patching for libtool-1.3.4_4 ===> Applying FreeBSD patches for libtool-1.3.4_4 ===> Configuring for libtool-1.3.4_4 [snip] ===> Building for libtool-1.3.4_4 [snip] ===> Installing for libtool-1.3.4_4 [snip] ===> Generating temporary packing list ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libtool-1.3.4_4 ===> Returning to build of jpeg-6b_1 checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking how to run the C preprocessor... cc -E checking for function prototypes... yes checking for stddef.h... yes checking for stdlib.h... yes checking for string.h... yes checking for size_t... yes checking for type unsigned char... yes checking for type unsigned short... yes checking for type void... yes checking for working const... yes checking for inline... __inline__ checking for broken incomplete types... ok checking for short external names... ok checking to see if char is signed... yes checking to see if right shift is signed... yes checking to see if fopen accepts b spec... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib ./configure: /ltconfig: not found checking libjpeg version number... 9 creating ./config.status creating Makefile creating jconfig.h ===> Building for jpeg-6b_1 ./libtool --mode=compile cc -O -pipe -I. -c ./jcapimin.c ./libtool: not found *** Error code 127 Stop in /usr/ports/graphics/jpeg/work/jpeg-6b. *** Error code 1 Stop in /usr/ports/graphics/jpeg. --- libtool.err ends here --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 4:40:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A4E37B404 for ; Mon, 17 Mar 2003 04:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB1C43F75 for ; Mon, 17 Mar 2003 04:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HCe6NS095521 for ; Mon, 17 Mar 2003 04:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HCe6h3095520; Mon, 17 Mar 2003 04:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4794937B401 for ; Mon, 17 Mar 2003 04:35:07 -0800 (PST) Received: from faui11.informatik.uni-erlangen.de (faui11.informatik.uni-erlangen.de [131.188.31.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B202243FBD for ; Mon, 17 Mar 2003 04:35:05 -0800 (PST) (envelope-from bauerm@faui11.informatik.uni-erlangen.de) Received: from faui1d.informatik.uni-erlangen.de (faui1d.informatik.uni-erlangen.de [131.188.31.34]) by faui11.informatik.uni-erlangen.de (8.9.1/8.1.4-FAU) with ESMTP id NAA14045 for ; Mon, 17 Mar 2003 13:35:04 +0100 (MET) Received: (from bauerm@localhost) by faui1d.informatik.uni-erlangen.de (8.9.1/8.1.172-FAU) id NAA26843 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 13:35:03 +0100 (MET) Message-Id: <20030317123503.GA26555@faui1d.informatik.uni-erlangen.de> Date: Mon, 17 Mar 2003 13:35:03 +0100 From: Matthias Reply-To: matthiasb@acm.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50071: Update of math/ntl Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50071 >Category: ports >Synopsis: Update of math/ntl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 04:40:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthias Bauer >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD faui1s.informatik.uni-erlangen.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Feb 1 20:05:33 CET 2003 root@faui1s.informatik.uni-erlangen.de:/usr/obj/usr/src/sys/faui1s i386 >Description: Update of ntl to 5.3.1 >How-To-Repeat: >Fix: diff -Nur ntl/Makefile ntl.new/Makefile --- ntl/Makefile Wed Aug 7 17:25:26 2002 +++ ntl.new/Makefile Tue Mar 4 11:47:36 2003 @@ -2,11 +2,11 @@ # Date created: 18 June 2000 # Whom: bauerm # -# $FreeBSD: ports/math/ntl/Makefile,v 1.7 2002/06/25 07:09:44 ijliao Exp $ +# $FreeBSD: ports/math/ntl/Makefile,v 1.8 2002/08/08 15:54:29 pat Exp $ # PORTNAME= ntl -PORTVERSION= 5.3 +PORTVERSION= 5.3.1 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ diff -Nur ntl/distinfo ntl.new/distinfo --- ntl/distinfo Thu Aug 8 11:43:10 2002 +++ ntl.new/distinfo Tue Mar 4 11:54:52 2003 @@ -1 +1 @@ -MD5 (ntl-5.3.tar.gz) = 0292a808e2d2420f8e00c1ac5da4b7a4 +MD5 (ntl-5.3.1.tar.gz) = 07e28598b9b50197b36723f7f536e293 diff -Nur ntl/pkg-plist ntl.new/pkg-plist --- ntl/pkg-plist Wed Aug 7 18:47:46 2002 +++ ntl.new/pkg-plist Mon Sep 30 22:38:21 2002 @@ -1,4 +1,4 @@ -@comment $FreeBSD: ports/math/ntl/pkg-plist,v 1.5 2002/02/03 22:15:22 naddy Exp $ +@comment $FreeBSD: ports/math/ntl/pkg-plist,v 1.6 2002/08/08 15:54:29 pat Exp $ include/NTL/FFT.h include/NTL/FacVec.h include/NTL/GF2.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 5: 0:33 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA7737B401 for ; Mon, 17 Mar 2003 05:00:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A0943FAF for ; Mon, 17 Mar 2003 05:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HD0QNS001245 for ; Mon, 17 Mar 2003 05:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HD0QeF001244; Mon, 17 Mar 2003 05:00:26 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1498E37B401 for ; Mon, 17 Mar 2003 04:53:42 -0800 (PST) Received: from smtp23.singnet.com.sg (smtp23.singnet.com.sg [165.21.101.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1451F43F85 for ; Mon, 17 Mar 2003 04:53:41 -0800 (PST) (envelope-from ktsin@acm.org) Received: from webmail.micronclean (bb-203-125-71-236.singnet.com.sg [203.125.71.236]) by smtp23.singnet.com.sg (8.12.8/8.12.8) with ESMTP id h2HCrdep004898 for ; Mon, 17 Mar 2003 20:53:39 +0800 Received: (from ktsin@localhost) by webmail.micronclean (8.11.6/8.11.6) id h2HCrag06859 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 20:53:36 +0800 Message-Id: <200303171253.h2HCrag06859@webmail.micronclean> Date: Mon, 17 Mar 2003 20:42:14 +0800 (MYT) From: Sin Key Teck Reply-To: Sin Key Teck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50072: New port: net/gkrellmwireless2 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50072 >Category: ports >Synopsis: New port: net/gkrellmwireless2 >Confidential: no >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 Mar 17 05:00:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sin Key Teck >Release: FreeBSD 5.0-CURRENT i386 >Organization: None >Environment: System: FreeBSD melati.no-ip.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Mar 16 14:06:29 MYT 2003 ktsin@melati.no-ip.org:/usr/src/sys/i386/compile/MELATI i386 >Description: New port for gkrellmwireless2 similar to gkrellmwireless. Perhaps Jim Mock should be the maintainer for this port. >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: # # gkrellmwireless2 # gkrellmwireless2/files # gkrellmwireless2/files/patch-aa # gkrellmwireless2/Makefile # gkrellmwireless2/distinfo # gkrellmwireless2/pkg-descr # gkrellmwireless2/pkg-plist # echo c - gkrellmwireless2 mkdir -p gkrellmwireless2 > /dev/null 2>&1 echo c - gkrellmwireless2/files mkdir -p gkrellmwireless2/files > /dev/null 2>&1 echo x - gkrellmwireless2/files/patch-aa sed 's/^X//' >gkrellmwireless2/files/patch-aa << 'END-of-gkrellmwireless2/files/patch-aa' X--- Makefile.orig Fri Dec 6 23:01:13 2002 X+++ Makefile Sun Mar 16 15:12:51 2003 X@@ -1,33 +1,23 @@ X # Depends on gmake.. X # X-OS = $(shell uname) X- X-ifeq ($(OS),FreeBSD) X- GTK_CONFIG = pkg-config gtk+-2.0 X- INCLUDE = -I/usr/src/sys X-elseif eq ($(OS),NetBSD) X- GTK_CONFIG = pkg-config gtk+-2.0 X-else X-# default to the linux X- GTK_CONFIG = pkg-config gtk+-2.0 X-endif X X+GTK_CONFIG = pkg-config gtk+-2.0 X X GTK_CFLAGS = `$(GTK_CONFIG) --cflags` X GTK_LIB = `$(GTK_CONFIG) --libs` X X-FLAGS = -O2 -Wall -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE) X+CFLAGS = -O2 -Wall -fPIC $(GTK_CFLAGS) $(GKRELLM_INCLUDE) X LIBS = $(GTK_LIB) X LFLAGS = -shared X X-CC = gcc $(CFLAGS) $(FLAGS) X+CC ?= gcc $(CFLAGS) $(FLAGS) X X OBJS = wireless.o X X-PLUGIN_DIR = /usr/lib/gkrellm2/plugins X+PLUGIN_DIR = ${PREFIX}/libexec/gkrellm2/plugins X X-INSTALL = install -c X-INSTALL_PROGRAM = $(INSTALL) -s X+INSTALL = install -c -s X+INSTALL_PROGRAM = $(INSTALL) X X all: wireless.so X END-of-gkrellmwireless2/files/patch-aa echo x - gkrellmwireless2/Makefile sed 's/^X//' >gkrellmwireless2/Makefile << 'END-of-gkrellmwireless2/Makefile' X# New ports collection makefile for: gkrellm-wireless X# Date Created: 17 Mar 2003 X# Whom: KT Sin X# X# $FreeBSD$ X# X XPORTNAME= gkrellmwireless XPORTVERSION= 2.0.2 XCATEGORIES= net XMASTER_SITES= http://gkrellm.luon.net/files/ X XMAINTAINER= ktsin@acm.org XCOMMENT= GKrellM wireless plugin X XBUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 X XWRKSRC= ${WRKDIR}/gkrellmwireless X XUSE_X_PREFIX= yes XUSE_GMAKE= yes X X.include END-of-gkrellmwireless2/Makefile echo x - gkrellmwireless2/distinfo sed 's/^X//' >gkrellmwireless2/distinfo << 'END-of-gkrellmwireless2/distinfo' XMD5 (gkrellmwireless-2.0.2.tar.gz) = 0e4ed93dcc6cf916b4823da13de655e6 END-of-gkrellmwireless2/distinfo echo x - gkrellmwireless2/pkg-descr sed 's/^X//' >gkrellmwireless2/pkg-descr << 'END-of-gkrellmwireless2/pkg-descr' XA plugin for gkrellm2 that monitors the signal quality of a wireless card X(wi0 only). X XWWW: http://gkrellm.luon.net/gkrellmwireless.phtml END-of-gkrellmwireless2/pkg-descr echo x - gkrellmwireless2/pkg-plist sed 's/^X//' >gkrellmwireless2/pkg-plist << 'END-of-gkrellmwireless2/pkg-plist' Xlibexec/gkrellm2/plugins/wireless.so END-of-gkrellmwireless2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 5:30:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F7537B401 for ; Mon, 17 Mar 2003 05:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F4C43F93 for ; Mon, 17 Mar 2003 05:30:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HDUDNS012478 for ; Mon, 17 Mar 2003 05:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HDUDNt012475; Mon, 17 Mar 2003 05:30:13 -0800 (PST) Date: Mon, 17 Mar 2003 05:30:13 -0800 (PST) Message-Id: <200303171330.h2HDUDNt012475@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Udo Schweigert Subject: Re: ports/50070: ports cannot build when libtool is build as a dependency Reply-To: Udo Schweigert Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50070; it has been noted by GNATS. From: Udo Schweigert To: Erwin Lansing Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/50070: ports cannot build when libtool is build as a dependency Date: Mon, 17 Mar 2003 14:19:59 +0100 On Mon, Mar 17, 2003 at 13:01:25 +0100, Erwin Lansing wrote: > ./configure: /ltconfig: not found > checking libjpeg version number... 9 > creating ./config.status > creating Makefile > creating jconfig.h > ===> Building for jpeg-6b_1 > ./libtool --mode=compile cc -O -pipe -I. -c ./jcapimin.c > ./libtool: not found > *** Error code 127 > > Stop in /usr/ports/graphics/jpeg/work/jpeg-6b. > *** Error code 1 > > Stop in /usr/ports/graphics/jpeg. That also makes release building (with the docs) failing. There I have: ===> jade-1.2.1_1 depends on executable: libtool - found ... /ltconfig: Can't open /ltconfig: No such file or directory configure: error: libtool configure failed ===> Script "configure" failed unexpectedly. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 5:30:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626E937B401 for ; Mon, 17 Mar 2003 05:30:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B45B43F3F for ; Mon, 17 Mar 2003 05:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HDUDNS012491 for ; Mon, 17 Mar 2003 05:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HDUDT8012490; Mon, 17 Mar 2003 05:30:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20FB337B401 for ; Mon, 17 Mar 2003 05:27:06 -0800 (PST) Received: from ext.erb.nu (ext.erb.nu [195.143.231.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB15D43FA3 for ; Mon, 17 Mar 2003 05:27:03 -0800 (PST) (envelope-from olaf@cave.erb.nu) Received: from cave.erb.nu (root@cave [195.143.230.130]) by ext.erb.nu (8.12.6/8.12.6) with ESMTP id h2HDQvXW002410 for ; Mon, 17 Mar 2003 14:26:59 +0100 (CET) (envelope-from olaf@cave.erb.nu) Received: from cave.erb.nu (olaf@localhost [127.0.0.1]) by cave.erb.nu (8.12.6/8.12.6) with ESMTP id h2HDRarU093251 for ; Mon, 17 Mar 2003 14:27:37 +0100 (CET) (envelope-from olaf@cave.erb.nu) Received: (from olaf@localhost) by cave.erb.nu (8.12.6/8.12.6/Submit) id h2HDRagB093250; Mon, 17 Mar 2003 14:27:36 +0100 (CET) Message-Id: <200303171327.h2HDRagB093250@cave.erb.nu> Date: Mon, 17 Mar 2003 14:27:36 +0100 (CET) From: Olaf Erb Reply-To: Olaf Erb To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50073: Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50073 >Category: ports >Synopsis: >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 05:30:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Olaf Erb >Release: FreeBSD 4.7-STABLE i386 >Organization: secnetix >Environment: System: FreeBSD hurz 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Feb 13 09:08:02 CET 2003 olaf@hurz:/usr/obj/usr/src/sys/cave i386 >Description: Port of lmule (edonkey p2p network client) to FreeBSD >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: # # lmule # lmule/files # lmule/Makefile # lmule/pkg-descr # lmule/pkg-plist # lmule/distinfo # echo c - lmule mkdir -p lmule > /dev/null 2>&1 echo c - lmule/files mkdir -p lmule/files > /dev/null 2>&1 echo x - lmule/Makefile sed 's/^X//' >lmule/Makefile << 'END-of-lmule/Makefile' X# New ports collection makefile for: lmule X# Date created: 17 Mar 2003 X# Whom: Olaf Erb X# X# X XPORTNAME= lmule XPORTVERSION= 1.1.10 XPORTREVISION= 0 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= lmule X XMAINTAINER= ports@FreeBSD.org XCOMMENT= emule edonkey unix client X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-wx-config=/usr/X11R6/bin/wx-config X XBUILD_DEPENDS= ${X11BASE}/bin/wxgtk-config:${PORTSDIR}/x11-toolkits/wxgtk-devel XBUILD_DEPENDS+= ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv XBUILD_DEPENDS+= ${LOCALBASE}/lib/libexpat.so.4:${PORTSDIR}/textproc/expat2 X XRUN_DEPENDS= ${X11BASE}/lib/libwx_gtk.so:${PORTSDIR}/x11-toolkits/wxgtk-devel XRUN_DEPENDS+= ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv XRUN_DEPENDS+= ${LOCALBASE}/lib/libexpat.so.4:${PORTSDIR}/textproc/expat2 X Xdo-install: X $(INSTALL_PROGRAM) -s $(WRKSRC)/src/lmule ${PREFIX}/bin/lmule X X.include END-of-lmule/Makefile echo x - lmule/pkg-descr sed 's/^X//' >lmule/pkg-descr << 'END-of-lmule/pkg-descr' Xedonkey p2p client, unix port of the popular windows emule using wxwin-toolkit XSee http://lmule.sourceforge.net/ END-of-lmule/pkg-descr echo x - lmule/pkg-plist sed 's/^X//' >lmule/pkg-plist << 'END-of-lmule/pkg-plist' Xbin/lmule END-of-lmule/pkg-plist echo x - lmule/distinfo sed 's/^X//' >lmule/distinfo << 'END-of-lmule/distinfo' XMD5 (lmule-1.1.10.tar.gz) = 5c16679df86a8b96c18fb8c3c6b1a808 END-of-lmule/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 6:30:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52EA437B401 for ; Mon, 17 Mar 2003 06:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E68C43F93 for ; Mon, 17 Mar 2003 06:30:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HEUCNS042951 for ; Mon, 17 Mar 2003 06:30:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HEUCk2042950; Mon, 17 Mar 2003 06:30:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B34C37B404 for ; Mon, 17 Mar 2003 06:21:56 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092BB43FB1 for ; Mon, 17 Mar 2003 06:21:55 -0800 (PST) (envelope-from langd@informatik.tu-muenchen.de) Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5]) by mailout.informatik.tu-muenchen.de (Postfix) with ESMTP id F05896208 for ; Mon, 17 Mar 2003 15:21:53 +0100 (MET) Received: from atrbg11.informatik.tu-muenchen.de (atrbg11.informatik.tu-muenchen.de [131.159.42.129]) by mailrelay1.informatik.tu-muenchen.de (Postfix) with ESMTP id E25577947 for ; Mon, 17 Mar 2003 15:21:53 +0100 (MET) Received: by atrbg11.informatik.tu-muenchen.de (Postfix, from userid 20455) id 8BC6213B21; Mon, 17 Mar 2003 15:21:53 +0100 (CET) Message-Id: <20030317142153.8BC6213B21@atrbg11.informatik.tu-muenchen.de> Date: Mon, 17 Mar 2003 15:21:53 +0100 (CET) From: Daniel Lang Reply-To: Daniel Lang To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50074: gv port chokes on unknown keysym "apLineDel" Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50074 >Category: ports >Synopsis: gv port chokes on unknown keysym "apLineDel" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 06:30:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Daniel Lang >Release: FreeBSD 4.7-STABLE i386 >Organization: TU Muenchen >Environment: System: FreeBSD atrbg11.informatik.tu-muenchen.de 4.7-STABLE FreeBSD 4.7-STABLE #14: Mon Nov 18 08:57:20 CET 2002 root@atrbg11.informatik.tu-muenchen.de:/usr/obj/usr/src/sys/ATRBG11 i386 cvsupped ports tree from today (16. March 2003). print/gv gv-3.5.8_2 is affected. >Description: The internal resource list contains an offending entry: "apLineDel". The parsing of the resources stops at the offending entry, making gv much less convenient to use. >How-To-Repeat: Install current print/gv port and try to use "PageUP/Down" >Fix: Workaround: create /usr/X11R6/lib/X11/app-defaults/GV file without this entry. Fix: --- work/gv-3.5.8/source/gv_misc_res.dat.orig Mon Mar 17 15:06:00 2003 +++ work/gv-3.5.8/source/gv_misc_res.dat Mon Mar 17 15:06:16 2003 @@ -463,7 +463,6 @@ BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ Insert: GV_Page(page-5) \n\ Delete: GV_Page(page+5) \n\ - apLineDel: GV_Page(page+5) \n\ Home: GV_Page(page=0) \n\ End: GV_Page(page=99999) \n\ Prior: GV_Page(page-1) \n\ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 7:12:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1524537B401 for ; Mon, 17 Mar 2003 07:12:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF9043FEC for ; Mon, 17 Mar 2003 07:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HFADNS064729 for ; Mon, 17 Mar 2003 07:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HFADsG064728; Mon, 17 Mar 2003 07:10:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF2837B40D for ; Mon, 17 Mar 2003 07:04:15 -0800 (PST) Received: from norfolk.ki.iif.hu (norfolk.ki.iif.hu [193.6.222.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4316D43F75 for ; Mon, 17 Mar 2003 07:04:14 -0800 (PST) (envelope-from mohacsi@norfolk.ki.iif.hu) Received: (from mohacsi@localhost) by norfolk.ki.iif.hu (8.12.7/8.12.7) id h2HF4LAt023213; Mon, 17 Mar 2003 16:04:21 +0100 (CET) (envelope-from mohacsi) Message-Id: <200303171504.h2HF4LAt023213@norfolk.ki.iif.hu> Date: Mon, 17 Mar 2003 16:04:21 +0100 (CET) From: Janos Mohacsi Reply-To: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kris Kennaway X-Send-Pr-Version: 3.113 Subject: ports/50076: Maintainer Update: Rancid 2.2.2 portrevision 2 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50076 >Category: ports >Synopsis: Maintainer Update: Rancid 2.2.2 portrevision 2 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 07:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: NIIF >Environment: System: FreeBSD norfolk.ki.iif.hu 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Wed Feb 26 09:52:28 CET 2003 root@norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386 >Description: New revision of Rancid tool version 2.2.2. It fixes PLIST error that caused problem on bento package building. It also tries to be more conformant to FreeBSD config file naming. Revision bumped, since PLIST has changed. >How-To-Repeat: Apply this diff. >Fix: diff -ruN rancid.bak/Makefile rancid/Makefile --- rancid.bak/Makefile Mon Feb 24 13:14:00 2003 +++ rancid/Makefile Mon Mar 17 15:51:01 2003 @@ -7,7 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ @@ -46,9 +46,9 @@ @ ${ECHO} .endif .for file in ${CONFIG_FILES} - @ if [ -f ${PREFIX}/rancid/${file}.new ] ; then \ - ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.new"; \ - ${ECHO} " : *** review ${file} for new/deprecated switches"; \ + @ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \ + ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \ + ${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \ fi .endfor diff -ruN rancid.bak/files/patch-bin::Makefile.in rancid/files/patch-bin::Makefile.in --- rancid.bak/files/patch-bin::Makefile.in Sat Nov 9 03:19:36 2002 +++ rancid/files/patch-bin::Makefile.in Mon Mar 17 15:47:46 2003 @@ -1,5 +1,5 @@ ---- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002 -+++ bin/Makefile.in Thu Sep 26 10:47:14 2002 +--- bin/Makefile.in.orig Fri Aug 9 23:59:06 2002 ++++ bin/Makefile.in Mon Mar 17 15:46:42 2003 @@ -375,13 +375,7 @@ for prog in $(BIN_PROGS) ; do \ $(INSTALL) $$prog $(bindir); \ @@ -11,7 +11,7 @@ - else \ - $(INSTALL_DATA) env $(bindir); \ - fi -+ $(INSTALL_DATA) env $(bindir)/env.new ++ $(INSTALL_DATA) env $(bindir)/env.dist # BIN_DATAS are empty at the moment. # for prog in $(BIN_DATAS) ; do \ # $(INSTALL_DATA) $$prog $(PREFIX)/bin; \ diff -ruN rancid.bak/files/patch-util::lg::Makefile.in rancid/files/patch-util::lg::Makefile.in --- rancid.bak/files/patch-util::lg::Makefile.in Mon Nov 11 17:42:54 2002 +++ rancid/files/patch-util::lg::Makefile.in Mon Mar 17 15:49:56 2003 @@ -1,5 +1,5 @@ --- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002 -+++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002 ++++ util//lg/Makefile.in Mon Mar 17 15:48:24 2003 @@ -1,6 +1,6 @@ PREFIX = @prefix@ @@ -15,10 +15,11 @@ - if test -f $(PREFIX)/util/lg/lg.conf ; then \ - echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \ - echo " *** review lg.conf.new for new/deprecated switches"; \ - $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \ +- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \ - else \ - $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \ - fi; \ ++ $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.dist; \ for file in *README* *.html; do \ $(INSTALL_DATA) $$file $(PREFIX)/util/lg; \ done diff -ruN rancid.bak/pkg-plist rancid/pkg-plist --- rancid.bak/pkg-plist Mon Oct 28 09:16:36 2002 +++ rancid/pkg-plist Mon Mar 17 15:52:13 2003 @@ -1,6 +1,6 @@ rancid/util/lg/lg.cgi rancid/util/lg/lgform.cgi -rancid/util/lg/lg.conf +rancid/util/lg/lg.conf.dist rancid/util/lg/README rancid/util/lg/index.html rancid/util/lg/lgnotes.html @@ -37,7 +37,7 @@ rancid/bin/rename rancid/bin/rrancid rancid/bin/xrancid -rancid/bin/env +rancid/bin/env.dist rancid/CHANGES rancid/README rancid/FAQ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 7:21:34 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123DA37B401 for ; Mon, 17 Mar 2003 07:21:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 768FB4413E for ; Mon, 17 Mar 2003 07:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HFKGNS067196 for ; Mon, 17 Mar 2003 07:20:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HFKGdd067195; Mon, 17 Mar 2003 07:20:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E444B37B40B for ; Mon, 17 Mar 2003 07:14:21 -0800 (PST) Received: from mail.rfc1149.net (marvin.enst.fr [137.194.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA85B44089 for ; Mon, 17 Mar 2003 07:13:48 -0800 (PST) (envelope-from sam@beeblebrox.rfc1149.net) Received: from beeblebrox.rfc1149.net (beeblebrox-tun.enst.fr [137.194.161.40]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "beeblebrox.rfc1149.net", Issuer "Top-level signer" (verified OK)) by mail.rfc1149.net (Postfix) with ESMTP id 8EF06A8056 for ; Mon, 17 Mar 2003 16:13:44 +0100 (CET) Received: by beeblebrox.rfc1149.net (Postfix, from userid 1000) id 972D0723; Mon, 17 Mar 2003 16:13:43 +0100 (CET) Message-Id: <20030317151343.972D0723@beeblebrox.rfc1149.net> Date: Mon, 17 Mar 2003 16:13:43 +0100 (CET) From: Samuel Tardieu Reply-To: Samuel Tardieu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50080: Port update: devel/gputils Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50080 >Category: ports >Synopsis: Port update: devel/gputils >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 Mar 17 07:20:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.7-STABLE i386 >Organization: TELECOM Paris >Environment: System: FreeBSD beeblebrox 4.7-STABLE FreeBSD 4.7-STABLE #8: Tue Jan 14 11:14:24 CET 2003 root@willow:/usr/obj/usr/src/sys/BEEBLEBROX i386 >Description: Upgrade to gputils 0.11.0 >How-To-Repeat: >Fix: Apply the following patch in devel/gputils: --- Makefile.orig Mon Mar 17 16:05:05 2003 +++ Makefile Mon Mar 17 16:07:50 2003 @@ -6,7 +6,7 @@ # PORTNAME= gputils -PORTVERSION= 0.10.3 +PORTVERSION= 0.11.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes -MAN1= gpasm.1 gpdasm.1 gputils.1 gpvc.1 +MAN1= gpasm.1 gpdasm.1 gplib.1 gplink.1 gputils.1 gpvc.1 gpvo.1 post-install: .if !defined(NOPORTDOCS) --- distinfo.orig Mon Mar 17 16:05:07 2003 +++ distinfo Mon Mar 17 16:05:34 2003 @@ -1 +1 @@ -MD5 (gputils-0.10.3.tar.gz) = 5a3e98f78e148c40af8cbc3f134b7523 +MD5 (gputils-0.11.0.tar.gz) = b526dc7fec925b32b81d9f45fed2ae32 --- pkg-plist.orig Mon Mar 17 16:06:06 2003 +++ pkg-plist Mon Mar 17 16:10:55 2003 @@ -1,9 +1,12 @@ -bin/gpasm -bin/gpdasm -bin/gpvc %%PORTDOCS%%share/doc/gputils/gputils.lyx %%PORTDOCS%%share/doc/gputils/gputils.pdf %%PORTDOCS%%share/doc/gputils/gputils.ps +bin/gpasm +bin/gplink +bin/gpdasm +bin/gplib +bin/gpvc +bin/gpvo share/gputils/header/ap7675.inc share/gputils/header/mcp250xx.inc share/gputils/header/memory.inc @@ -17,12 +20,15 @@ share/gputils/header/p12ce519.inc share/gputils/header/p12ce673.inc share/gputils/header/p12ce674.inc +share/gputils/header/p12f629.inc +share/gputils/header/p12f675.inc share/gputils/header/p14000.inc share/gputils/header/p16c432.inc share/gputils/header/p16c433.inc share/gputils/header/p16c461.inc share/gputils/header/p16c505.inc share/gputils/header/p16c554.inc +share/gputils/header/p16c557.inc share/gputils/header/p16c558.inc share/gputils/header/p16c5x.inc share/gputils/header/p16c61.inc @@ -91,16 +97,24 @@ share/gputils/header/p16cr83.inc share/gputils/header/p16cr84.inc share/gputils/header/p16f627.inc +share/gputils/header/p16f627a.inc share/gputils/header/p16f628.inc +share/gputils/header/p16f628a.inc +share/gputils/header/p16f630.inc +share/gputils/header/p16f676.inc +share/gputils/header/p16f72.inc share/gputils/header/p16f73.inc share/gputils/header/p16f74.inc share/gputils/header/p16f76.inc share/gputils/header/p16f77.inc +share/gputils/header/p16f818.inc +share/gputils/header/p16f819.inc share/gputils/header/p16f83.inc share/gputils/header/p16f84.inc share/gputils/header/p16f84a.inc share/gputils/header/p16f85.inc share/gputils/header/p16f86.inc +share/gputils/header/p16f87.inc share/gputils/header/p16f870.inc share/gputils/header/p16f871.inc share/gputils/header/p16f872.inc @@ -112,6 +126,7 @@ share/gputils/header/p16f876a.inc share/gputils/header/p16f877.inc share/gputils/header/p16f877a.inc +share/gputils/header/p16f88.inc share/gputils/header/p16hv540.inc share/gputils/header/p17c42.inc share/gputils/header/p17c42a.inc @@ -134,10 +149,16 @@ share/gputils/header/p18c858.inc share/gputils/header/p18cxxx.inc share/gputils/header/p18f020.inc +share/gputils/header/p18f1220.inc +share/gputils/header/p18f1320.inc +share/gputils/header/p18f2220.inc +share/gputils/header/p18f2320.inc share/gputils/header/p18f242.inc share/gputils/header/p18f248.inc share/gputils/header/p18f252.inc share/gputils/header/p18f258.inc +share/gputils/header/p18f4220.inc +share/gputils/header/p18f4320.inc share/gputils/header/p18f442.inc share/gputils/header/p18f448.inc share/gputils/header/p18f452.inc @@ -149,6 +170,200 @@ share/gputils/header/p18macro.inc share/gputils/header/rf509af.inc share/gputils/header/rf509ag.inc +share/gputils/lkr/12c508a.lkr +share/gputils/lkr/12c508.lkr +share/gputils/lkr/12c509a.lkr +share/gputils/lkr/12c509.lkr +share/gputils/lkr/12c671.lkr +share/gputils/lkr/12c672.lkr +share/gputils/lkr/12ce518.lkr +share/gputils/lkr/12ce519.lkr +share/gputils/lkr/12ce673.lkr +share/gputils/lkr/12ce674.lkr +share/gputils/lkr/12cr509a.lkr +share/gputils/lkr/14000.lkr +share/gputils/lkr/16c432.lkr +share/gputils/lkr/16c433.lkr +share/gputils/lkr/16c505.lkr +share/gputils/lkr/16c52.lkr +share/gputils/lkr/16c54a.lkr +share/gputils/lkr/16c54b.lkr +share/gputils/lkr/16c54c.lkr +share/gputils/lkr/16c54.lkr +share/gputils/lkr/16c554.lkr +share/gputils/lkr/16c558.lkr +share/gputils/lkr/16c55a.lkr +share/gputils/lkr/16c55.lkr +share/gputils/lkr/16c56a.lkr +share/gputils/lkr/16c56.lkr +share/gputils/lkr/16c57c.lkr +share/gputils/lkr/16c57.lkr +share/gputils/lkr/16c58a.lkr +share/gputils/lkr/16c58b.lkr +share/gputils/lkr/16c61.lkr +share/gputils/lkr/16c620a.lkr +share/gputils/lkr/16c620.lkr +share/gputils/lkr/16c621a.lkr +share/gputils/lkr/16c621.lkr +share/gputils/lkr/16c622a.lkr +share/gputils/lkr/16c622.lkr +share/gputils/lkr/16c62a.lkr +share/gputils/lkr/16c62b.lkr +share/gputils/lkr/16c62.lkr +share/gputils/lkr/16c63a.lkr +share/gputils/lkr/16c63.lkr +share/gputils/lkr/16c642.lkr +share/gputils/lkr/16c64a.lkr +share/gputils/lkr/16c64.lkr +share/gputils/lkr/16c65a.lkr +share/gputils/lkr/16c65b.lkr +share/gputils/lkr/16c65.lkr +share/gputils/lkr/16c662.lkr +share/gputils/lkr/16c66.lkr +share/gputils/lkr/16c67.lkr +share/gputils/lkr/16c710.lkr +share/gputils/lkr/16c711.lkr +share/gputils/lkr/16c712.lkr +share/gputils/lkr/16c715.lkr +share/gputils/lkr/16c716.lkr +share/gputils/lkr/16c717.lkr +share/gputils/lkr/16c71.lkr +share/gputils/lkr/16c72a.lkr +share/gputils/lkr/16c72.lkr +share/gputils/lkr/16c73a.lkr +share/gputils/lkr/16c73b.lkr +share/gputils/lkr/16c73.lkr +share/gputils/lkr/16c745.lkr +share/gputils/lkr/16c74a.lkr +share/gputils/lkr/16c74b.lkr +share/gputils/lkr/16c74.lkr +share/gputils/lkr/16c765.lkr +share/gputils/lkr/16c76.lkr +share/gputils/lkr/16c770.lkr +share/gputils/lkr/16c771.lkr +share/gputils/lkr/16c773.lkr +share/gputils/lkr/16c774.lkr +share/gputils/lkr/16c77.lkr +share/gputils/lkr/16c781.lkr +share/gputils/lkr/16c782.lkr +share/gputils/lkr/16c84.lkr +share/gputils/lkr/16c923.lkr +share/gputils/lkr/16c924.lkr +share/gputils/lkr/16c925.lkr +share/gputils/lkr/16c926.lkr +share/gputils/lkr/16ce623.lkr +share/gputils/lkr/16ce624.lkr +share/gputils/lkr/16ce625.lkr +share/gputils/lkr/16cr54a.lkr +share/gputils/lkr/16cr54b.lkr +share/gputils/lkr/16cr54c.lkr +share/gputils/lkr/16cr54.lkr +share/gputils/lkr/16cr56a.lkr +share/gputils/lkr/16cr57a.lkr +share/gputils/lkr/16cr57b.lkr +share/gputils/lkr/16cr57c.lkr +share/gputils/lkr/16cr58a.lkr +share/gputils/lkr/16cr58b.lkr +share/gputils/lkr/16cr620a.lkr +share/gputils/lkr/16cr62.lkr +share/gputils/lkr/16cr63.lkr +share/gputils/lkr/16cr64.lkr +share/gputils/lkr/16cr65.lkr +share/gputils/lkr/16cr72.lkr +share/gputils/lkr/16cr83.lkr +share/gputils/lkr/16cr84.lkr +share/gputils/lkr/16f627.lkr +share/gputils/lkr/16f628.lkr +share/gputils/lkr/16f628a.lkr +share/gputils/lkr/16f630.lkr +share/gputils/lkr/16f676.lkr +share/gputils/lkr/16f72.lkr +share/gputils/lkr/16f73.lkr +share/gputils/lkr/16f74.lkr +share/gputils/lkr/16f76.lkr +share/gputils/lkr/16f77.lkr +share/gputils/lkr/16f83.lkr +share/gputils/lkr/16f84a.lkr +share/gputils/lkr/16f84.lkr +share/gputils/lkr/16f85.lkr +share/gputils/lkr/16f86.lkr +share/gputils/lkr/16f870i.lkr +share/gputils/lkr/16f870.lkr +share/gputils/lkr/16f871i.lkr +share/gputils/lkr/16f871.lkr +share/gputils/lkr/16f872i.lkr +share/gputils/lkr/16f872.lkr +share/gputils/lkr/16f873i.lkr +share/gputils/lkr/16f873a.lkr +share/gputils/lkr/16f873.lkr +share/gputils/lkr/16f874a.lkr +share/gputils/lkr/16f874i.lkr +share/gputils/lkr/16f874.lkr +share/gputils/lkr/16f876a.lkr +share/gputils/lkr/16f876i.lkr +share/gputils/lkr/16f876.lkr +share/gputils/lkr/16f877a.lkr +share/gputils/lkr/16f877i.lkr +share/gputils/lkr/16f877.lkr +share/gputils/lkr/16hv540.lkr +share/gputils/lkr/17c42a.lkr +share/gputils/lkr/17c42.lkr +share/gputils/lkr/17c43.lkr +share/gputils/lkr/17c44.lkr +share/gputils/lkr/17c752.lkr +share/gputils/lkr/17c756a.lkr +share/gputils/lkr/17c756.lkr +share/gputils/lkr/17c762.lkr +share/gputils/lkr/17c766.lkr +share/gputils/lkr/17cr42.lkr +share/gputils/lkr/17cr43.lkr +share/gputils/lkr/18c242.lkr +share/gputils/lkr/18c252.lkr +share/gputils/lkr/18c442.lkr +share/gputils/lkr/18c452.lkr +share/gputils/lkr/18c601i.lkr +share/gputils/lkr/18c601.lkr +share/gputils/lkr/18c658.lkr +share/gputils/lkr/18c801i.lkr +share/gputils/lkr/18c801.lkr +share/gputils/lkr/18c858.lkr +share/gputils/lkr/18f010.lkr +share/gputils/lkr/18f020.lkr +share/gputils/lkr/18f1220.lkr +share/gputils/lkr/18f1320.lkr +share/gputils/lkr/18f2220.lkr +share/gputils/lkr/18f2320.lkr +share/gputils/lkr/18f242i.lkr +share/gputils/lkr/18f242.lkr +share/gputils/lkr/18f248.lkr +share/gputils/lkr/18f248i.lkr +share/gputils/lkr/18f252.lkr +share/gputils/lkr/18f252i.lkr +share/gputils/lkr/18f258.lkr +share/gputils/lkr/18f258i.lkr +share/gputils/lkr/18f4220.lkr +share/gputils/lkr/18f4320.lkr +share/gputils/lkr/18f442.lkr +share/gputils/lkr/18f442i.lkr +share/gputils/lkr/18f448.lkr +share/gputils/lkr/18f448i.lkr +share/gputils/lkr/18f452.lkr +share/gputils/lkr/18f452i.lkr +share/gputils/lkr/18f458.lkr +share/gputils/lkr/18f458i.lkr +share/gputils/lkr/18f6620.lkr +share/gputils/lkr/18f6620i.lkr +share/gputils/lkr/18f6720.lkr +share/gputils/lkr/18f6720i.lkr +share/gputils/lkr/18f8620.lkr +share/gputils/lkr/18f8620i.lkr +share/gputils/lkr/18f8720.lkr +share/gputils/lkr/18f8720i.lkr +share/gputils/lkr/ap7675.lkr +share/gputils/lkr/hcs1365.lkr +share/gputils/lkr/hcs1370.lkr +share/gputils/lkr/rf509af.lkr +share/gputils/lkr/rf509ag.lkr @dirrm share/gputils/header +@dirrm share/gputils/lkr @dirrm share/gputils -%%PORTDOCS%%@dirrm share/doc/gputils >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 8:32:32 2003 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 233E537B404; Mon, 17 Mar 2003 08:32:30 -0800 (PST) Received: from road.demos.su (road.demos.su [194.87.2.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1ED243FBF; Mon, 17 Mar 2003 08:32:26 -0800 (PST) (envelope-from gvs@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by road.demos.su (8.12.8/8.12.8) with ESMTP id h2HGb5ee061619; Mon, 17 Mar 2003 19:37:06 +0300 (MSK) (envelope-from gvs@rinet.ru) Date: Mon, 17 Mar 2003 19:37:05 +0300 (MSK) From: Seva Gluschenko X-X-Sender: gvs@road.demos.su To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50009: In-Reply-To: <200303141750.h2EHo5td070613@freefall.freebsd.org> Message-ID: <20030317192725.N61553@road.demos.su> References: <200303141750.h2EHo5td070613@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, actually I was incomplete in my research regarding XFree86, because a problem is a bit bigger than it might seem. XFree86 4.3.0 has bundled expat, Xft, fontconfig, freetype, they all are outdated, they all are in dependencies chains. So, the correct patch should be --- scripts/configure.orig Fri Mar 14 20:40:36 2003 +++ scripts/configure Mon Mar 17 19:31:28 2003 @@ -55,6 +55,15 @@ echo "#define FreeBSDBuildXlib YES" >> $LOCALDEF echo "#define FreeBSDBuildXbin NO" >> $LOCALDEF echo "#define UseInstalledPrograms YES" >> $LOCALDEF +echo '#define HasExpat YES +#define HasFreetype2 YES +#define Freetype2Dir /usr/local +#define BuildXft1Library NO +#define HasXft YES +#define HasFontconfig YES +#define FontconfigDir /usr/X11R6 +#define PreloadXFTSetup LD_PRELOAD="`(cd $(XENVLIBDIR); echo libXft.so.? libXrender.so.? libfontconfig.so.?)`' >> $LOCALDEF + # Copy ORIGDEF to DESTDEF rm -f $DESTDEF The xc/config/cf/X11.tmpl should be extra patched, too. I hope, the patch below instead of attached file won't cause too much trouble: --- config/cf/X11.tmpl.orig Tue Mar 4 18:21:10 2003 +++ config/cf/X11.tmpl Mon Mar 17 15:16:49 2003 @@ -569,19 +569,19 @@ #define BuildRenderLibrary !BuildServersOnly #endif #ifndef BuildXftLibrary -#define BuildXftLibrary BuildRenderLibrary +#define BuildXftLibrary BuildRenderLibrary && !HasXft #endif #ifndef BuildXft1Library #define BuildXft1Library BuildRenderLibrary #endif #ifndef UseFontconfig -#define UseFontconfig BuildXftLibrary +#define UseFontconfig (BuildXftLibrary || BuildXft1Library || HasXft) #endif #ifndef BuildFontconfigLibrary #define BuildFontconfigLibrary (UseFontconfig && !HasFontconfig) #endif #ifndef UseFreetype2 -#define UseFreetype2 (BuildXftLibrary || BuildXft1Library) +#define UseFreetype2 (BuildXftLibrary || BuildXft1Library || HasXft) #endif #ifndef HasExpat #define HasExpat NO @@ -3189,7 +3199,7 @@ #define XftClientLibs $(XFTLIB) FontconfigClientLibs $(XRENDERLIB) #endif -XFTINCLUDES=$(FONTCONFIGINCLUDES) $(FREETYPE2INCLUDES) +XFTINCLUDES=$(FONTCONFIGINCLUDES) $(FREETYPE2INCLUDES) -I$(INCROOT) #if UseFontconfig There's also a diff for programs/x11perf/Imakefile which depends on Xft, I include it here not to open the separate PR on the related issue: --- programs/x11perf/Imakefile.orig Mon Mar 17 15:12:52 2003 +++ programs/x11perf/Imakefile Mon Mar 17 15:13:41 2003 @@ -18,7 +18,7 @@ XRENDERLIBS = $(XRENDERLIB) XRENDERINCS = $(XRENDERINCLUDES) #endif -#if BuildXftLibrary +#if BuildXftLibrary || HasXft XFTDEFS = -DXFT XFTDEPS = XftClientDepLibs $(DEPXRENDERLIB) XFTLIBS = XftClientLibs $(XRENDERLIB) Well. Actually, that's all. And all that stuff doesn't help with Qt and "fonts all look the same" problem %( SY, Seva Gluschenko | GVS-RIPE | GVS3-RIPN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 11:14:35 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 349D437B407; Mon, 17 Mar 2003 11:14:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F5B43F85; Mon, 17 Mar 2003 11:14:32 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HJEWNS018491; Mon, 17 Mar 2003 11:14:32 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HJEWdc018487; Mon, 17 Mar 2003 11:14:32 -0800 (PST) Date: Mon, 17 Mar 2003 11:14:32 -0800 (PST) From: Tilman Linneweh Message-Id: <200303171914.h2HJEWdc018487@freefall.freebsd.org> To: arved@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/49028: Ports update: ports/x11-fonts/terminus-font Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Ports update: ports/x11-fonts/terminus-font Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: arved Responsible-Changed-When: Mon Mar 17 11:13:50 PST 2003 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=49028 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 12:20:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B48437B401 for ; Mon, 17 Mar 2003 12:20:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2F843F93 for ; Mon, 17 Mar 2003 12:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HKK9NS041441 for ; Mon, 17 Mar 2003 12:20:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HKK9d4041440; Mon, 17 Mar 2003 12:20:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFCB37B401 for ; Mon, 17 Mar 2003 12:18:45 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B0F43F3F for ; Mon, 17 Mar 2003 12:18:43 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) (authenticated bits=128) by kestrel.alerce.com (8.12.8/8.12.8) with ESMTP id h2HKIfa1095354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Mar 2003 12:18:43 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (rosebud.alerce.com [127.0.0.1]) by rosebud.alerce.com (8.12.8/8.12.8) with ESMTP id h2HKIdSx068212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 17 Mar 2003 12:18:40 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.8/8.12.8/Submit) id h2HKIcHS068211; Mon, 17 Mar 2003 12:18:38 -0800 (PST) (envelope-from hartzell) Message-Id: <200303172018.h2HKIcHS068211@rosebud.alerce.com> Date: Mon, 17 Mar 2003 12:18:38 -0800 (PST) From: George Hartzell Reply-To: George Hartzell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50081: new port, p5-Text-Shellwords Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50081 >Category: ports >Synopsis: new port, p5-Text-Shellwords >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 12:20:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: George Hartzell >Release: FreeBSD 4.7-RELEASE-p7 i386 >Organization: fruitfly.org >Environment: System: FreeBSD rosebud.alerce.com 4.7-RELEASE-p7 FreeBSD 4.7-RELEASE-p7 #14: Wed Mar 5 10:35:22 PST 2003 root@rosebud.alerce.com:/usr/obj/usr/src/sys/ROSEBUD i386 >Description: New port from CPAN, p5-Text-Shellwords >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/textproc/p5-Text-Shellwords # /usr/ports/textproc/p5-Text-Shellwords/Makefile # /usr/ports/textproc/p5-Text-Shellwords/distinfo # /usr/ports/textproc/p5-Text-Shellwords/pkg-plist # /usr/ports/textproc/p5-Text-Shellwords/pkg-descr # echo c - /usr/ports/textproc/p5-Text-Shellwords mkdir -p /usr/ports/textproc/p5-Text-Shellwords > /dev/null 2>&1 echo x - /usr/ports/textproc/p5-Text-Shellwords/Makefile sed 's/^X//' >/usr/ports/textproc/p5-Text-Shellwords/Makefile << 'END-of-/usr/ports/textproc/p5-Text-Shellwords/Makefile' X# New ports collection makefile for: textproc/p5-Text-Shellwords X# Date created: Mon Mar 17 11:47:21 PST 2003 X# Whom: George Hartzell X# X# $FreeBSD$ X# X XPORTNAME= Text-Shellwords XPORTVERSION= 1.00 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= hartzell@fruitfly.org X XPERL_CONFIGURE= yes X XCOMMENT= This is a thin wrapper around the shellwords.pl package. X XMAN3= Text::Shellwords.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-/usr/ports/textproc/p5-Text-Shellwords/Makefile echo x - /usr/ports/textproc/p5-Text-Shellwords/distinfo sed 's/^X//' >/usr/ports/textproc/p5-Text-Shellwords/distinfo << 'END-of-/usr/ports/textproc/p5-Text-Shellwords/distinfo' XMD5 (Text-Shellwords-1.00.tar.gz) = 016f95c2e40a760d261772a40025e543 END-of-/usr/ports/textproc/p5-Text-Shellwords/distinfo echo x - /usr/ports/textproc/p5-Text-Shellwords/pkg-plist sed 's/^X//' >/usr/ports/textproc/p5-Text-Shellwords/pkg-plist << 'END-of-/usr/ports/textproc/p5-Text-Shellwords/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Text/Shellwords.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Shellwords/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Shellwords > /dev/null || true END-of-/usr/ports/textproc/p5-Text-Shellwords/pkg-plist echo x - /usr/ports/textproc/p5-Text-Shellwords/pkg-descr sed 's/^X//' >/usr/ports/textproc/p5-Text-Shellwords/pkg-descr << 'END-of-/usr/ports/textproc/p5-Text-Shellwords/pkg-descr' XThis is a thin wrapper around the shellwords.pl package, which comes Xpreinstalled with Perl. This module imports a single subroutine, Xshellwords(). The shellwords() routine parses lines of text and Xreturns a set of tokens using the same rules that the Unix shell does Xfor its command-line arguments. Tokens are separated by whitespace, Xand can be delimited by single or double quotes. The module also Xrespects backslash escapes. END-of-/usr/ports/textproc/p5-Text-Shellwords/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 13:20: 8 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416FB37B401 for ; Mon, 17 Mar 2003 13:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518DC43F93 for ; Mon, 17 Mar 2003 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HLK5NS066957 for ; Mon, 17 Mar 2003 13:20:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HLK5jQ066956; Mon, 17 Mar 2003 13:20:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4315837B401 for ; Mon, 17 Mar 2003 13:19:51 -0800 (PST) Received: from MAILSERVER.ofw.fi (ns.ofw.fi [194.111.144.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9764543FAF for ; Mon, 17 Mar 2003 13:19:49 -0800 (PST) (envelope-from dan.naumov@ofw.fi) Received: from [172.16.161.81] by MAILSERVER.ofw.fi (NTMail 7.00.0022/NT1439.00.90501b21) with ESMTP id alcajaaa for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 23:19:07 +0200 Message-Id: <1047936185.671.17.camel@localhost> Date: 17 Mar 2003 23:23:05 +0200 From: Dan Naumov To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50082: net/dctc-gui-qt (0.0.3) does not build on FreeBSD 5.0 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50082 >Category: ports >Synopsis: net/dctc-gui-qt (0.0.3) does not build on FreeBSD 5.0 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 13:20:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dan Naumov >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: none, home user >Environment: System: FreeBSD localhost.localdomain 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0: Sat Mar 8 06:48:20 EET 2003 root@localhost.localdomain:/usr/obj/usr/src/sys/JAGO i386 gcc version 3.2.1 [FreeBSD] 20021119 (release) >Description: Attempting to install net/dctc-gui-qt from ports results in this: ===> Building for dctc-gui-qt-0.0.3 c++ -c -pipe -g -D_DEBUG -D_QT_3 -D_VERBOSE -I/usr/X11R6/share/qt/mkspecs/defaul t -I. -I../../../../../local/include -I/usr/X11R6/include -o main.o main.cc In file included from main.cc:20: dc_qt.h:54: syntax error before `::' token dc_qt.h:65: 'list' is used as a type, but is not defined as a type. dc_qt.h:66: 'list' is used as a type, but is not defined as a type. dc_qt.h:67: 'list' is used as a type, but is not defined as a type. In file included from main.cc:21: dc_settings.h:10: syntax error before `;' token dc_settings.h:11: syntax error before `;' token dc_settings.h:59: 'set' is used as a type, but is not defined as a type. dc_settings.h:60: 'Map' is used as a type, but is not defined as a type. dc_settings.h:61: 'StrMap' is used as a type, but is not defined as a type. dc_settings.h: In member function `int dc_settings::num_favourites() const': dc_settings.h:35: `favourites' undeclared (first use this function) dc_settings.h:35: (Each undeclared identifier is reported only once for each function it appears in.) dc_settings.h: In member function `int dc_settings::num_shares() const': dc_settings.h:49: `shares' undeclared (first use this function) *** Error code 1 Stop in /usr/ports/net/dctc-gui-qt/work/dc-qt-0.0.3. *** Error code 1 Stop in /usr/ports/net/dctc-gui-qt. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall41868.0 mak e ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! net/dctc-gui-qt (compiler error) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 14: 0:28 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA67137B401 for ; Mon, 17 Mar 2003 14:00:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A570E43FBD for ; Mon, 17 Mar 2003 14:00:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HM0NNS074852 for ; Mon, 17 Mar 2003 14:00:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HM0NLo074851; Mon, 17 Mar 2003 14:00:23 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C4037B401 for ; Mon, 17 Mar 2003 13:52:30 -0800 (PST) Received: from anger.verticalscope.com (anger.verticalscope.com [205.150.136.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE4B43FCB for ; Mon, 17 Mar 2003 13:52:28 -0800 (PST) (envelope-from jdunn@verticalscope.com) Received: from localhost (localhost [127.0.0.1]) by anger.verticalscope.com (Postfix) with ESMTP id 3373D800A for ; Mon, 17 Mar 2003 16:52:27 -0500 (EST) Received: by anger.verticalscope.com (Postfix, from userid 1027) id 4B32B7ECF; Mon, 17 Mar 2003 16:52:26 -0500 (EST) Message-Id: <20030317215226.4B32B7ECF@anger.verticalscope.com> Date: Mon, 17 Mar 2003 16:52:26 -0500 (EST) From: "Julian C.Dunn" Reply-To: "Julian C.Dunn" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50083: qpopper 4.0.5 tarball file permissions do not allow patching Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50083 >Category: ports >Synopsis: qpopper 4.0.5 tarball file permissions do not allow patching >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 14:00:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Julian C. Dunn >Release: FreeBSD 4.7-STABLE i386 >Organization: VerticalScope Inc. >Environment: System: FreeBSD anger.verticalscope.com 4.7-STABLE FreeBSD 4.7-STABLE #3: Mon Dec 9 16:40:56 EST 2002 jdunn@anger.verticalscope.com:/usr/obj/usr/src/sys/ANGER i386 >Description: All the files in the qpopper-4.0.5.tar.gz are mode 444, thereby inhibiting application of patches with the error: sed: stdout: Bad file descriptor as the REINPLACE_CMD cannot write the source file. >How-To-Repeat: Attempt to build the mail/qpopper port as a regular user. >Fix: I presume the best solution (to avoid hackery) is to contact Qualcomm and ask them to repackage the tarball with proper permissions. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 14:50:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DD337B404 for ; Mon, 17 Mar 2003 14:50:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE89343FB1 for ; Mon, 17 Mar 2003 14:50:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HMo8NS087823 for ; Mon, 17 Mar 2003 14:50:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HMo8RW087822; Mon, 17 Mar 2003 14:50:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F11337B404 for ; Mon, 17 Mar 2003 14:40:59 -0800 (PST) Received: from smtp1.powertech.no (smtp1.powertech.no [195.159.0.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B1543F3F for ; Mon, 17 Mar 2003 14:40:58 -0800 (PST) (envelope-from tingo@start.no) Received: from epost.start.no (epost.start.no [195.159.1.214]) by smtp1.powertech.no (Postfix) with ESMTP id E34E186BB for ; Mon, 17 Mar 2003 23:40:56 +0100 (CET) Received: (from apache@localhost) by epost.start.no (8.11.6/8.11.2) id h2HMefS26195 for FreeBSD-gnats-submit@freebsd.org; Mon, 17 Mar 2003 23:40:41 +0100 Message-Id: <1047940841.3e764ee9b508e@epost.start.no> Date: Mon, 17 Mar 2003 23:40:41 +0100 (CET) From: Torfinn Ingolfsen To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50084: update for port www/geeklog Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50084 >Category: ports >Synopsis: update port www/geeklog from version 1.3.4 to 1.3.7sr1 >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 Mar 17 14:50:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Torfinn Ingolfsen >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD hog.kg4.no 4.8-RC FreeBSD 4.8-RC #1: Mon Mar 17 19:56:35 CET 2003 root@hog.kg4.no:/usr/obj/usr/src/sys/PPI600 i386 >Description: The port www/geeklog has been at version 1.3.4 since it was entered into the ports tree. Meanwhile, Geeklog is up to version 1.3.7sr1. The latest version contains some security fixes. Here is a small update to the port. Note: one small detail remains; Geeklog is hosted at http://www.geeklog.net/ now, not SourceForge. The maintainer of this port should correct the master site definition (or whatever you do to get the files). >How-To-Repeat: >Fix: diff -Nru ../geeklog-1.3.4/Makefile ./Makefile --- ../geeklog-1.3.4/Makefile Mon Mar 17 23:07:55 2003 +++ ./Makefile Mon Mar 17 23:08:47 2003 @@ -6,7 +6,7 @@ # PORTNAME= geeklog -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.7sr1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=geeklog diff -Nru ../geeklog-1.3.4/distinfo ./distinfo --- ../geeklog-1.3.4/distinfo Mon Mar 17 23:07:55 2003 +++ ./distinfo Mon Mar 17 23:15:51 2003 @@ -1 +1 @@ -MD5 (geeklog-1.3.4.tar.gz) = 9a05d9cff6bd22499d016e746338ba40 +MD5 (geeklog-1.3.7sr1.tar.gz) = a7c91bce521dd22d9d4642a97b6ef707 -- Torfinn Ingolfsen, Norway ------------------------------------------------------------ Få din egen @start.no-adresse gratis på http://www.start.no/ >Release-Note: >Audit-Trail: >Unformatted: X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 15:30:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED9F37B401 for ; Mon, 17 Mar 2003 15:30:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B825643FA3 for ; Mon, 17 Mar 2003 15:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HNUFNS099391 for ; Mon, 17 Mar 2003 15:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HNUFlr099390; Mon, 17 Mar 2003 15:30:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F7B137B401 for ; Mon, 17 Mar 2003 15:24:04 -0800 (PST) Received: from tyrex.indenial.com (h00036d1cf43b.ne.client2.attbi.com [24.128.149.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEA043FB1 for ; Mon, 17 Mar 2003 15:23:59 -0800 (PST) (envelope-from 1nd3n14l@indenial.com) Received: from godzilla.indenial.com (godzilla.indenial.com [10.0.2.111]) by tyrex.indenial.com (8.12.8/8.12.8) with ESMTP id h2HNNw8L062988 for ; Mon, 17 Mar 2003 18:23:58 -0500 (EST) (envelope-from 1nd3n14l@indenial.com) Received: from godzilla.indenial.com (localhost [127.0.0.1]) by godzilla.indenial.com (8.12.8/8.12.8) with ESMTP id h2HNNwLh066745 for ; Mon, 17 Mar 2003 18:23:58 -0500 (EST) (envelope-from 1nd3n14l@godzilla.indenial.com) Received: (from 1nd3n14l@localhost) by godzilla.indenial.com (8.12.8/8.12.8/Submit) id h2HNNw1e066744; Mon, 17 Mar 2003 18:23:58 -0500 (EST) Message-Id: <200303172323.h2HNNw1e066744@godzilla.indenial.com> Date: Mon, 17 Mar 2003 18:23:58 -0500 (EST) From: David A Bestor <1nd3n14l@indenial.com> Reply-To: David A Bestor <1nd3n14l@indenial.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50086: qpopper has a chown with deprecated options during install Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50086 >Category: ports >Synopsis: qpopper has a chown with deprecated options during install >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 Mar 17 15:30:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: David A Bestor >Release: FreeBSD 4.8-RC-20030303 i386 >Organization: Nope >Environment: System: FreeBSD godzilla.indenial.com 4.8-RC-20030303 FreeBSD 4.8-RC-20030303 #0: Mon Mar 3 22:53:28 EST 2003 root@godzilla.indenial.com:/usr/obj/usr/src/sys/GODZILLA i386 >Description: qpopper-4.0.5 has a chown with deprecated options during install >How-To-Repeat: portupgrade -f qpopper .....stuff skipped... ===> Installing for qpopper-4.0.5 chown: separation of user and group with a period is deprecated ===> Generating temporary packing list .....stuff skipped... >Fix: diff -ruN qpopper.orig/scripts/pre-install qpopper/scripts/pre-install --- qpopper.orig/scripts/pre-install Mon Mar 17 18:01:08 2003 +++ qpopper/scripts/pre-install Mon Mar 17 18:01:48 2003 @@ -12,5 +12,5 @@ if [ ! -d $usrdir ]; then mkdir -p $usrdir fi -chown pop.daemon $usrdir +chown pop:daemon $usrdir chmod 700 $usrdir >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 15:39:58 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82BEF37B401; Mon, 17 Mar 2003 15:39:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2158C43F3F; Mon, 17 Mar 2003 15:39:57 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2HNdvNS001452; Mon, 17 Mar 2003 15:39:57 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2HNdu9k001448; Mon, 17 Mar 2003 15:39:56 -0800 (PST) Date: Mon, 17 Mar 2003 15:39:56 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200303172339.h2HNdu9k001448@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/50082: net/dctc-gui-qt (0.0.3) does not build on FreeBSD 5.0 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net/dctc-gui-qt (0.0.3) does not build on FreeBSD 5.0 Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Mon Mar 17 15:39:56 PST 2003 Responsible-Changed-Why: I will handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=50082 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 16: 0:35 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DDC37B401 for ; Mon, 17 Mar 2003 16:00:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF1C843FA3 for ; Mon, 17 Mar 2003 16:00:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I00UNS005338 for ; Mon, 17 Mar 2003 16:00:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I00UlD005337; Mon, 17 Mar 2003 16:00:30 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D082A37B404 for ; Mon, 17 Mar 2003 15:52:36 -0800 (PST) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E5F43F75 for ; Mon, 17 Mar 2003 15:52:35 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([61.123.32.121]) by t-mta7.odn.ne.jp with ESMTP id <20030317235234216.QNJC.21631.t-mta7.odn.ne.jp@mta7.odn.ne.jp> for ; Tue, 18 Mar 2003 08:52:34 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id B879720B4 for ; Tue, 18 Mar 2003 08:52:33 +0900 (JST) Message-Id: <86fzpla6v2.wl%fuyuki@hadaly.org> Date: Tue, 18 Mar 2003 08:52:33 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50087: Update port: x11-toolkits/gtkglext to 0.7.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50087 >Category: ports >Synopsis: Update port: x11-toolkits/gtkglext to 0.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 16:00:30 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386 >Description: Update to 0.7.1 >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtkglext/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 21 Feb 2003 14:19:05 -0000 1.2 +++ Makefile 17 Mar 2003 23:51:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gtkglext -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtkglext/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 12 Feb 2003 16:20:35 -0000 1.1 +++ distinfo 17 Mar 2003 23:51:44 -0000 @@ -1 +1 @@ -MD5 (gtkglext-0.7.0.tar.bz2) = b6c5eb47c5909ca8a01740a76077ffe8 +MD5 (gtkglext-0.7.1.tar.bz2) = 6b3a04d41318baef44fdb7d9fb3745db Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtkglext/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 12 Feb 2003 16:20:35 -0000 1.1 +++ pkg-plist 17 Mar 2003 23:51:44 -0000 @@ -46,6 +46,7 @@ libdata/pkgconfig/gdkglext-x11-1.0.pc libdata/pkgconfig/gtkglext-1.0.pc libdata/pkgconfig/gtkglext-x11-1.0.pc +share/aclocal/gtkglext-1.0.m4 %%DOCSDIR%%/GdkGLExt-API.html %%DOCSDIR%%/GtkGLExt-API.html %%DOCSDIR%%/Overview.html cvs server: Diffing files >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 17:30:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29E537B401 for ; Mon, 17 Mar 2003 17:30:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EC243F3F for ; Mon, 17 Mar 2003 17:30:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I1UANS029324 for ; Mon, 17 Mar 2003 17:30:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I1UA5o029323; Mon, 17 Mar 2003 17:30:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D02F337B401 for ; Mon, 17 Mar 2003 17:29:53 -0800 (PST) Received: from boggy.acest.tutrp.tut.ac.jp (boggy.acest.tutrp.tut.ac.jp [133.15.67.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B76F43FAF for ; Mon, 17 Mar 2003 17:29:51 -0800 (PST) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: from boggy.acest.tutrp.tut.ac.jp (localhost [127.0.0.1]) by boggy.acest.tutrp.tut.ac.jp (8.12.8/8.12.8) with ESMTP id h2I1TcEk084760 for ; Tue, 18 Mar 2003 10:29:39 +0900 (JST) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: (from nakaji@localhost) by boggy.acest.tutrp.tut.ac.jp (8.12.8/8.12.8/Submit) id h2I1TbJk084759; Tue, 18 Mar 2003 10:29:37 +0900 (JST) Message-Id: <200303180129.h2I1TbJk084759@boggy.acest.tutrp.tut.ac.jp> Date: Tue, 18 Mar 2003 10:29:37 +0900 (JST) From: NAKAJI Hiroyuki Reply-To: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50088: [Security fix] japanese/samba is updated to samba-2.2.7a-ja-1.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50088 >Category: ports >Synopsis: [Security fix] japanese/samba is updated to samba-2.2.7a-ja-1.1 >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: Mon Mar 17 17:30:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #72: Tue Mar 11 16:59:10 JST 2003 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: For security issue, samba-2.2.8 has been released and the fix is merged into samba-2.2.7a-ja-1.0 by SUGJ: samba-2.2.7a-ja-1.1 is now available. Samba-2.2.8-ja may be available soon but japanese/samba must be updated as soon as possible. >How-To-Repeat: >Fix: A diff from ports-current. Makefile and distinfo are only modified. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/samba/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 28 Feb 2003 12:05:30 -0000 1.26 +++ Makefile 18 Mar 2003 01:13:11 -0000 @@ -23,7 +23,7 @@ BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext SAMBA_VERSION= 2.2.7a -SAMBA_JA_VERSION= 1.0 +SAMBA_JA_VERSION= 1.1 USE_BZIP2= yes GNU_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/samba/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- distinfo 24 Feb 2003 15:15:06 -0000 1.15 +++ distinfo 18 Mar 2003 01:14:08 -0000 @@ -1 +1 @@ -MD5 (samba-2.2.7a-ja-1.0.tar.bz2) = 5cd229a2e82897db06936944e31eb90c +MD5 (samba-2.2.7a-ja-1.1.tar.bz2) = 7f5c104c1b2b0a5a40b56d5b831819b8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 19:30: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B249C37B404 for ; Mon, 17 Mar 2003 19:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B86643F3F for ; Mon, 17 Mar 2003 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I3U2NS059953 for ; Mon, 17 Mar 2003 19:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I3U2dR059952; Mon, 17 Mar 2003 19:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044E137B401 for ; Mon, 17 Mar 2003 19:29:17 -0800 (PST) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 7801143F85 for ; Mon, 17 Mar 2003 19:29:13 -0800 (PST) (envelope-from chris@Shenton.Org) Received: (qmail 6048 invoked by uid 1000); 18 Mar 2003 03:29:11 -0000 Message-Id: <20030318032911.6044.qmail@PECTOPAH.shenton.org> Date: 18 Mar 2003 03:29:11 -0000 From: Chris Shenton Reply-To: Chris Shenton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50089: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50089 >Category: ports >Synopsis: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 19:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Shenton >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD Pectopah.shenton.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Feb 19 17:08:39 EST 2003 chris@Pectopah.shenton.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Built gnucash from ports. Did a portupgrade -R gnucash-1'*' to make sure. Had to comment out /usr/include/math.h:40 which defines INFINITY clashing with guppi's use of it (see PR ports/48839). chris@Pectopah<102> pkg_info -c gnucash'*' Information for gnucash-1.8.1_3: >How-To-Repeat: Start it up on command line with "gnucash". Splash screen comes up then it dies with the following trace: chris@Pectopah<101> gnucash ;;; The module name (ice-9 and-let*) is deprecated. ;;; Use (ice-9 and-let-star) instead. Backtrace: 12 (or (try-module-linked name) (try-module-autoload name) ...) 13* [try-module-autoload (gnucash report taxtxf)] 14 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #)) ... 15 (let ((didit #f)) (dynamic-wind (lambda () #) (lambda () #) ...) ...) 16* [dynamic-wind # # #] 17* [#] 18* (let ((full #)) (if full (begin # #))) 19 (if full (begin (save-module-excursion (lambda () #)) (set! didit #t))) 20 (begin (save-module-excursion (lambda () #)) (set! didit #t)) 21* [save-module-excursion #] 22 (let (# #) (dynamic-wind # thunk #)) 23 [dynamic-wind # # #] 24* [#] 25* [primitive-load "/usr/X11R6/share/gnome/gnucash/guile-modules/gnucash/repo$ 26* (define bdtm (let ((result #)) (set-tm:mday result 16) ...)) 27* (let ((result (gnc:timepair->date today))) (set-tm:mday result 16) ...) 28* [gnc:timepair->date (1047920400 . 0)] 29 [localtime ... 30* [gnc:timepair->secs (1047920400 . 0)] 31 [inexact->exact 1047920400.0] /usr/X11R6/share/gnome/gnucash/scm/date-utilities.scm:25:3: In procedure inexact->exact in expression (inexact->exact (+ # #)): /usr/X11R6/share/gnome/gnucash/scm/date-utilities.scm:25:3: Numerical overflow >Fix: I have no idea what the above LISP mutation is telling me, sorry :-( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 22:40: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 117B937B401 for ; Mon, 17 Mar 2003 22:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F0443F85 for ; Mon, 17 Mar 2003 22:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I6e0NS007995 for ; Mon, 17 Mar 2003 22:40:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I6e0su007994; Mon, 17 Mar 2003 22:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7643437B404 for ; Mon, 17 Mar 2003 22:37:03 -0800 (PST) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35AC343F93 for ; Mon, 17 Mar 2003 22:37:02 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([61.123.32.121]) by t-mta7.odn.ne.jp with ESMTP id <20030318063701477.SLKH.21631.t-mta7.odn.ne.jp@mta7.odn.ne.jp> for ; Tue, 18 Mar 2003 15:37:01 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id 6FD3120BE for ; Tue, 18 Mar 2003 15:37:00 +0900 (JST) Message-Id: <86llzd6v03.wl%fuyuki@hadaly.org> Date: Tue, 18 Mar 2003 15:37:00 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50090: Update port: mail/cyrus-imapd2 (add mirror) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50090 >Category: ports >Synopsis: Update port: mail/cyrus-imapd2 (add 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: Mon Mar 17 22:40:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386 >Description: - Add a mirror site (could be applied to the other cyrus* ports) - Portlint >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/cyrus-imapd2/Makefile,v retrieving revision 1.72 diff -u -r1.72 Makefile --- Makefile 20 Feb 2003 20:10:04 -0000 1.72 +++ Makefile 18 Mar 2003 06:31:46 -0000 @@ -6,11 +6,12 @@ # PORTNAME= cyrus-imapd -PORTVERSION= 2.1.12 +PORTVERSION= 2.1.12 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ + ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ PATCHFILES= ${DISTNAME}-ipv6-20030204.diff.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 23:10:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B1A37B401 for ; Mon, 17 Mar 2003 23:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC0F43FA3 for ; Mon, 17 Mar 2003 23:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I7A9NS017231 for ; Mon, 17 Mar 2003 23:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I7A9Tu017230; Mon, 17 Mar 2003 23:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB09137B401 for ; Mon, 17 Mar 2003 23:02:49 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF9243F3F for ; Mon, 17 Mar 2003 23:02:49 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id 794AC6CB; Tue, 18 Mar 2003 15:02:49 +0800 (CST) Message-Id: <20030318070249.794AC6CB@freebsd.sinica.edu.tw> Date: Tue, 18 Mar 2003 15:02:49 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50091: Update port: chinese/moettf Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50091 >Category: ports >Synopsis: Update port: chinese/moettf >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 Mar 17 23:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: o fix MASTER_SITES o add new file: moe_kai_pc.ttf http://www.edu.tw/mandr/bbs/1-4-2/kai.htm >How-To-Repeat: >Fix: diff -ruN moettf.orig/Makefile moettf/Makefile --- moettf.orig/Makefile Tue Mar 18 15:02:10 2003 +++ moettf/Makefile Tue Mar 18 15:01:54 2003 @@ -8,11 +8,13 @@ PORTNAME= moettf PORTVERSION= 2.0 CATEGORIES= chinese x11-fonts -MASTER_SITES= ftp://www.edu.tw/download/mandr/biauword/5879/ \ - ftp://www.edu.tw/download/mandr/allbook/lishu/ \ +MASTER_SITES= http://www.edu.tw/download/mandr/biauword/5879/ \ + fttp://www.edu.tw/download/mandr/allbook/lishu/ \ + http://www.edu.tw/download/mandr/biauword/kai/ \ ftp://freebsd.sinica.edu.tw/pub/keith/moettf/ \ ftp://ftp.cc.ntut.edu.tw/OS/Linux/packages/chinese/fonts/twmoefont/ttf/ -DISTFILES= moe_kai.ttf moe_sung.ttf edustds1.exe edustds2.exe edustd-15.exe +DISTFILES= moe_kai.ttf moe_sung.ttf edustds1.exe edustds2.exe \ + edustd-15.exe kai-pc.ttf MAINTAINER= keith@FreeBSD.org COMMENT= Three Chinese BIG5 TrueType fonts: Kai LiShu Sung SungExt @@ -83,6 +85,7 @@ .endif @${INSTALL_DATA} ${WRKDIR}/moe_lishu.ttf ${FONTDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moe_kai.ttf ${FONTDIR} + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/kai-pc.ttf ${FONTDIR}/moe_kai_pc.ttf @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/moe_sung.ttf ${FONTDIR} @${INSTALL_DATA} ${WRKDIR}/moe_sungext.ttf ${FONTDIR} @${INSTALL_DATA} ${WRKDIR}/moe_sungsym.ttf ${FONTDIR} diff -ruN moettf.orig/distinfo moettf/distinfo --- moettf.orig/distinfo Tue Mar 18 14:44:56 2003 +++ moettf/distinfo Tue Mar 18 14:50:03 2003 @@ -3,3 +3,4 @@ MD5 (zh-moettf/edustds1.exe) = 58d635e26ea8dc2a5103a03ab8f8d7b2 MD5 (zh-moettf/edustds2.exe) = 883ad85335d6eee2d4ec8a6c9b0a08d8 MD5 (zh-moettf/edustd-15.exe) = 89ccf18a6dabe874026922965910ee3d +MD5 (zh-moettf/kai-pc.ttf) = 5bcc430b7dda6a16a52dd6c8faa9ae64 diff -ruN moettf.orig/pkg-deinstall moettf/pkg-deinstall --- moettf.orig/pkg-deinstall Tue Mar 18 14:44:56 2003 +++ moettf/pkg-deinstall Tue Mar 18 14:52:42 2003 @@ -9,7 +9,7 @@ TTFM=${PKG_PREFIX}/bin/ttfm.sh FONTDIR=${PREFIX}/share/fonts/TrueType -FONTS="moe_lishu.ttf moe_kai.ttf moe_sung.ttf moe_sungext.ttf moe_sungsym.ttf" +FONTS="moe_lishu.ttf moe_kai.ttf moe_sung.ttf moe_sungext.ttf moe_sungsym.ttf moe_kai_pc.ttf" if [ -r $FONTDIR/$PKGNAME ]; then for i in `cat $FONTDIR/$PKGNAME`; do diff -ruN moettf.orig/pkg-install moettf/pkg-install --- moettf.orig/pkg-install Tue Mar 18 14:44:56 2003 +++ moettf/pkg-install Tue Mar 18 14:52:24 2003 @@ -9,7 +9,7 @@ TTFM=${PREFIX}/bin/ttfm.sh FONTDIR=${PREFIX}/share/fonts/TrueType -FONTS="moe_lishu.ttf moe_kai.ttf moe_sung.ttf moe_sungext.ttf moe_sungsym.ttf" +FONTS="moe_lishu.ttf moe_kai.ttf moe_sung.ttf moe_sungext.ttf moe_sungsym.ttf moe_kai_pc.ttf" if [ "X$DEFAULT" != "X" ]; then DEFAULTMING="moe_sung.ttf" DEFAULTKAI="moe_kai.ttf" diff -ruN moettf.orig/pkg-plist moettf/pkg-plist --- moettf.orig/pkg-plist Tue Mar 18 14:44:56 2003 +++ moettf/pkg-plist Tue Mar 18 14:52:02 2003 @@ -1,4 +1,5 @@ share/fonts/TrueType/moe_kai.ttf +share/fonts/TrueType/moe_kai_pc.ttf share/fonts/TrueType/moe_lishu.ttf share/fonts/TrueType/moe_sung.ttf share/fonts/TrueType/moe_sungext.ttf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 23:30:24 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0A537B401 for ; Mon, 17 Mar 2003 23:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9468B43F85 for ; Mon, 17 Mar 2003 23:30:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I7UBNS021226 for ; Mon, 17 Mar 2003 23:30:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I7UBIM021225; Mon, 17 Mar 2003 23:30:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF08937B401 for ; Mon, 17 Mar 2003 23:25:42 -0800 (PST) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id B911643F93 for ; Mon, 17 Mar 2003 23:25:41 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([61.123.32.121]) by t-mta7.odn.ne.jp with ESMTP id <20030318072540485.STEA.21631.t-mta7.odn.ne.jp@mta7.odn.ne.jp> for ; Tue, 18 Mar 2003 16:25:40 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id D2E9320B4 for ; Tue, 18 Mar 2003 16:25:39 +0900 (JST) Message-Id: <86k7ex6sr0.wl%fuyuki@hadaly.org> Date: Tue, 18 Mar 2003 16:25:39 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50092: Update port: java/jdk13 (fix plist) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50092 >Category: ports >Synopsis: Update port: java/jdk13 (fix plist) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 23:30:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386 >Description: Fix plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/java/jdk13/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 28 Feb 2003 17:54:40 -0000 1.13 +++ pkg-plist 18 Mar 2003 07:23:33 -0000 @@ -566,6 +566,193 @@ jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2Plugin.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/ant.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/bug.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/About.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/COPYRIGHT +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/apple.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/asparagus.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/banana.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/broccoli.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/cantaloupe.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/carrot.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/corn.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/grapefruit.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/grapes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/kiwi.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/onion.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/peach.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/pear.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/pepper.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/pickle.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/pineapple.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/raspberry.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/strawberry.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/tomato.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food/watermelon.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/cab.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/cab_small.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/fish.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/fish_small.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/moon.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/moon_small.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/sun.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc/sun_small.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/COPYRIGHT +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/ant.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/book.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/bug.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/bug2.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/crest.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/king.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/micro.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo/seaweed.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Splash.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b1.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b1d.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b1p.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b1r.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b2.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b2d.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b2p.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b2r.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b3.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b3d.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b3p.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/b3r.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/bl.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/bldn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/bm.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/bmdn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/br.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/brdn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/c.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/cb.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/cbr.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/cbrs.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/cbs.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/cdn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/ml.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/mldn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/mr.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/mrdn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/rb.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/rbp.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/rbr.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/rbrs.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/rbs.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/tl.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/tldn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/tm.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/tmdn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/toggle.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/toggledn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/tr.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons/trdn.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/brenteyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/brenthair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/brentmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/georgeseyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/georgeshair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/georgesmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/hanseyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/hanshair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/hansmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/howardeyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/howardhair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/howardmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jameseyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jameshair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jamesmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jeffeyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jeffhair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jeffmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/joneyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jonhair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/jonmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/laraeyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/larahair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/laramouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/larryeyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/larryhair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/larrymouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/lisaeyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/lisahair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/lisamouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/michaeleyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/michaelhair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/michaelmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/philipeyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/philiphair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/philipmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/scotteyes.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/scotthair.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox/scottmouth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/filechooser/find.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/filechooser/gifIcon.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/filechooser/help.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/filechooser/jpgIcon.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/htmldemo/back.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/htmldemo/forward.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/htmldemo/header.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/blue.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/cyan.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/gray.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/green.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/magenta.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/red.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list/yellow.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/optionpane/bottle.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/optionpane/ibd.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/optionpane/ibu.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/COPYRIGHT +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/colheader.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/crayons.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/lowerleft.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/rowheader.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/upperleft.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane/upperright.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/splitpane/README +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/splitpane/earth.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/splitpane/moon.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/blake.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/brooke.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/david.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/ewan.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/ewan.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/hania.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/laine.jpg +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/matthew.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane/stephen.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JButton.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JColorChooser.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JComboBox.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JDesktop.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JDialog.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JEditorPane.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JFileChooser.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JList.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JMenu.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JOptionPane.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JProgressBar.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JRadioButton.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JScrollBar.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JScrollPane.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JSlider.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JSplitPane.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JTabbedPane.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JTable.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/JTree.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar/ToolTip.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tooltip/cow.gif +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/index.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/king.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/preface.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/seaweed.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/swingset.properties +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/swingset_zh_CN.properties +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/title.html +jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/tree.txt jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java @@ -934,33 +1121,33 @@ %%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/i386/ns600 %%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/i386/ns4 %%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/i386 -@dirrm jdk%%JDK_VERSION%%/jre/plugin +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin @dirrm jdk%%JDK_VERSION%%/jre/lib/security -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5 -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/sv -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8 -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/it -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/fr -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/es -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/de -@dirrm jdk%%JDK_VERSION%%/jre/lib/locale +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5 +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/sv +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8 +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/it +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/fr +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/es +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/de +%%PLUGIN:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale @dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors @dirrm jdk%%JDK_VERSION%%/jre/lib/images %%HOTSPOT:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/server @@ -974,7 +1161,7 @@ @dirrm jdk%%JDK_VERSION%%/jre/lib/cmm @dirrm jdk%%JDK_VERSION%%/jre/lib/audio @dirrm jdk%%JDK_VERSION%%/jre/lib -@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/native_threads +%%NATIVE:%%@dirrm jdk%%JDK_VERSION%%/jre/bin/i386/native_threads @dirrm jdk%%JDK_VERSION%%/jre/bin/i386/green_threads @dirrm jdk%%JDK_VERSION%%/jre/bin/i386 @dirrm jdk%%JDK_VERSION%%/jre/bin @@ -990,6 +1177,23 @@ @dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src @dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample @dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tooltip +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/toolbar +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/tabbedpane +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/splitpane +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/scrollpane +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/optionpane +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/list +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/htmldemo +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/filechooser +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/combobox +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/buttons +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/Octavo +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/misc +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub/food +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images/ImageClub +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources/images +@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/resources @dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 @dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src @dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet @@ -1078,7 +1282,7 @@ @dirrm jdk%%JDK_VERSION%%/demo/applets/Animator @dirrm jdk%%JDK_VERSION%%/demo/applets @dirrm jdk%%JDK_VERSION%%/demo -@dirrm jdk%%JDK_VERSION%%/bin/i386/native_threads +%%NATIVE:%%@dirrm jdk%%JDK_VERSION%%/bin/i386/native_threads @dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads @dirrm jdk%%JDK_VERSION%%/bin/i386 @dirrm jdk%%JDK_VERSION%%/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 23:34:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0242C37B401; Mon, 17 Mar 2003 23:34:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8958F43F3F; Mon, 17 Mar 2003 23:34:18 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I7YINS023113; Mon, 17 Mar 2003 23:34:18 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I7YIAp023109; Mon, 17 Mar 2003 23:34:18 -0800 (PST) Date: Mon, 17 Mar 2003 23:34:18 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303180734.h2I7YIAp023109@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ume@FreeBSD.org Subject: Re: ports/50090: Update port: mail/cyrus-imapd2 (add mirror) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: mail/cyrus-imapd2 (add mirror) Responsible-Changed-From-To: freebsd-ports-bugs->ume Responsible-Changed-By: nork Responsible-Changed-When: Mon Mar 17 23:34:06 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50090 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 23:36:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7238037B401; Mon, 17 Mar 2003 23:36:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E2D43F3F; Mon, 17 Mar 2003 23:36:17 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I7aGNS023189; Mon, 17 Mar 2003 23:36:16 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I7aGVW023185; Mon, 17 Mar 2003 23:36:16 -0800 (PST) Date: Mon, 17 Mar 2003 23:36:16 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303180736.h2I7aGVW023185@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org Subject: Re: ports/50092: Update port: java/jdk13 (fix plist) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: java/jdk13 (fix plist) Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: nork Responsible-Changed-When: Mon Mar 17 23:36:01 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50092 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Mon Mar 17 23:40:25 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4214F37B401 for ; Mon, 17 Mar 2003 23:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C937543F3F for ; Mon, 17 Mar 2003 23:40:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I7eNNS023293 for ; Mon, 17 Mar 2003 23:40:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I7eNRC023291; Mon, 17 Mar 2003 23:40:23 -0800 (PST) Date: Mon, 17 Mar 2003 23:40:23 -0800 (PST) Message-Id: <200303180740.h2I7eNRC023291@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kimura Fuyuki Subject: Re: ports/50091: Update port: chinese/moettf Reply-To: Kimura Fuyuki Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50091; it has been noted by GNATS. From: Kimura Fuyuki To: statue@freebsd.sinica.edu.tw Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/50091: Update port: chinese/moettf Date: Tue, 18 Mar 2003 16:31:43 +0900 At Tue, 18 Mar 2003 15:02:49 +0800 (CST), Statue wrote: > + fttp://www.edu.tw/download/mandr/allbook/lishu/ \ There's no such protocol "fttp". :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 1: 0:31 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF42337B401 for ; Tue, 18 Mar 2003 01:00:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 494E343FBF for ; Tue, 18 Mar 2003 01:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I90QNS042424 for ; Tue, 18 Mar 2003 01:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I90QwP042423; Tue, 18 Mar 2003 01:00:26 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614A637B404 for ; Tue, 18 Mar 2003 00:58:24 -0800 (PST) Received: from road.demos.su (road.demos.su [194.87.2.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA75643F3F for ; Tue, 18 Mar 2003 00:58:20 -0800 (PST) (envelope-from gvs@road.demos.su) Received: from road.demos.su (localhost [127.0.0.1]) by road.demos.su (8.12.8/8.12.8) with ESMTP id h2I93PCJ000806 for ; Tue, 18 Mar 2003 12:03:25 +0300 (MSK) (envelope-from gvs@road.demos.su) Received: (from gvs@localhost) by road.demos.su (8.12.8/8.12.8/Submit) id h2I93P0s000805; Tue, 18 Mar 2003 12:03:25 +0300 (MSK) Message-Id: <200303180903.h2I93P0s000805@road.demos.su> Date: Tue, 18 Mar 2003 12:03:25 +0300 (MSK) From: Seva Gluschenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50093: x11-toolkits/qt31 port lacks of configuration tunables Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50093 >Category: ports >Synopsis: x11-toolkits/qt31 port lacks of configuration tunables >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 Mar 18 01:00:25 PST 2003 >Closed-Date: >Last-Modified: >Originator: Seva Gluschenko >Release: FreeBSD 4.8-RC i386 >Organization: JSC Demos-Internet >Environment: System: FreeBSD road.demos.su 4.8-RC FreeBSD 4.8-RC #2: Tue Mar 4 15:43:13 MSK 2003 gvs@road.demos.su:/usr/local/obj/usr/local/src/sys/ROAD i386 >Description: The popular GUI toolkit, Qt 3.1.x, widely used in many apps and in KDE as well improperly deals with fontconfig/Xft in XFree86 4.3.0 which results to "fonts all look the same" problem. I didn't perform an analysis in-depth, but rebuilding Qt with -no-xft configure option helps. Unfortunately, FreeBSD port does not offer such a possibility. >How-To-Repeat: CVS[up] the fresh x11-toolkits/qt31 port and try "make". You won't have any option for disabling Xft, and Qt is being built with Xft by default. >Fix: Apply patch below: cd /usr/ports/x11-toolkits/qt31 patch < /path/to/file Now you can type "make -DWITHOUT_XFT" and have Qt properly configured. --- Makefile.orig Mon Mar 17 19:48:59 2003 +++ Makefile Mon Mar 17 19:49:27 2003 @@ -23,8 +23,7 @@ LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - Xft.2:${PORTSDIR}/x11-fonts/Xft + jpeg.9:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes USE_GMAKE= yes @@ -62,6 +61,12 @@ CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .else CUPS= +.endif + +.if !defined(WITHOUT_XFT) +LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft +.else +CONFIGURE_ARGS+= -no-xft .endif CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 5:20:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1AA37B401 for ; Tue, 18 Mar 2003 05:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D942043FA3 for ; Tue, 18 Mar 2003 05:20:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IDK8NS014820 for ; Tue, 18 Mar 2003 05:20:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IDK88f014818; Tue, 18 Mar 2003 05:20:08 -0800 (PST) Date: Tue, 18 Mar 2003 05:20:08 -0800 (PST) Message-Id: <200303181320.h2IDK88f014818@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Alex Dupre Subject: Re: ports/48807: [New Port] Turck MMCache 2.3.6 (An opcode cache for PHP) Reply-To: Alex Dupre Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/48807; it has been noted by GNATS. From: Alex Dupre To: freebsd-gnats-submit@FreeBSD.org, sysadmin@alexdupre.com Cc: Subject: Re: ports/48807: [New Port] Turck MMCache 2.3.6 (An opcode cache for PHP) Date: Tue, 18 Mar 2003 14:16:53 +0100 Upgrade to 2.3.8. --- mmcache.sh 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: # # turck-mmcache # turck-mmcache/Makefile # turck-mmcache/distinfo # turck-mmcache/pkg-descr # turck-mmcache/pkg-message # turck-mmcache/pkg-plist # echo c - turck-mmcache mkdir -p turck-mmcache > /dev/null 2>&1 echo x - turck-mmcache/Makefile sed 's/^X//' >turck-mmcache/Makefile << 'END-of-turck-mmcache/Makefile' X# New ports collection makefile for: turck-mmcache X# Date created: Sat Mar 1 13:55:55 CET 2003 X# Whom: Alex Dupre X# X# $FreeBSD$ X# X XPORTNAME= turck-mmcache XPORTVERSION= 2.3.8 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= sysadmin@alexdupre.com XCOMMENT= An opcode cache for PHP X XBUILD_DEPENDS= phpize:${PORTSDIR}/www/mod_php4 XLIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm XRUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${APACHE_PORT} \ X ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 X XUSE_LIBTOOL= yes XWANT_AUTOMAKE_VER= 15 XWANT_AUTOCONF_VER= 253 X XCONFIGURE_ARGS= --enable-mmcache=shared \ X --with-php-config=${LOCALBASE}/bin/php-config X XEXT_DIR= 20020429 XPLIST_SUB= EXT_DIR=${EXT_DIR} X XPKGMESSAGE= ${WRKDIR}/pkg-message X X.include X X.if defined(WITH_APACHE2) || exists(${LOCALBASE}/include/apache2/apr.h) XAPACHE_PORT?= ${PORTSDIR}/www/apache2 X.else XAPACHE_PORT?= ${PORTSDIR}/www/apache13 X.endif X Xpost-extract: X @${ECHO_MSG} "===> PHPizing for ${DISTNAME}" X @cd ${WRKSRC} && ${LOCALBASE}/bin/phpize X Xpost-build: X @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \ X ${.CURDIR}/pkg-message > ${PKGMESSAGE} X Xdo-install: X @${MKDIR} ${PREFIX}/lib/php/${EXT_DIR} X @${INSTALL_DATA} ${WRKSRC}/modules/mmcache.so \ X ${PREFIX}/lib/php/${EXT_DIR} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-turck-mmcache/Makefile echo x - turck-mmcache/distinfo sed 's/^X//' >turck-mmcache/distinfo << 'END-of-turck-mmcache/distinfo' XMD5 (turck-mmcache-2.3.8.tar.gz) = 01e7b64dcb32f765dfd518486a1b9d38 END-of-turck-mmcache/distinfo echo x - turck-mmcache/pkg-descr sed 's/^X//' >turck-mmcache/pkg-descr << 'END-of-turck-mmcache/pkg-descr' XTurck MMCache is a opcode cache for PHP. It increases Xperformance of PHP scripts by caching them in compiled state, Xso that the overhead of compiling is almost completely eliminated. XAlso it uses some optimizations for speed up of PHP scripts execution. XTurck MMCache typically reduces server load and increases Xthe speed of your PHP code by 1-10 times. X XWWW: http://www.turcksoft.com/en/e_mmc.htm X X- Alex Dupre Xsysadmin@alexdupre.com END-of-turck-mmcache/pkg-descr echo x - turck-mmcache/pkg-message sed 's/^X//' >turck-mmcache/pkg-message << 'END-of-turck-mmcache/pkg-message' X***************************************************************************** X XYou have installed the turck-mmcache package. X XEdit %%LOCALBASE%%/etc/php.ini and add: X X[mmcache] Xzend_extension="%%PREFIX%%/lib/php/%%EXT_DIR%%/mmcache.so" Xmmcache.shm_size="16" Xmmcache.cache_dir="/tmp" Xmmcache.enable="1" Xmmcache.optimizer="1" Xmmcache.check_mtime="1" Xmmcache.debug="0" Xmmcache.filter="" X X***************************************************************************** END-of-turck-mmcache/pkg-message echo x - turck-mmcache/pkg-plist sed 's/^X//' >turck-mmcache/pkg-plist << 'END-of-turck-mmcache/pkg-plist' Xlib/php/%%EXT_DIR%%/mmcache.so X%%PORTDOCS%%share/doc/turck-mmcache/README X@unexec rmdir %D/lib/php/%%EXT_DIR%% 2> /dev/null || true X%%PORTDOCS%%@dirrm share/doc/turck-mmcache END-of-turck-mmcache/pkg-plist exit --- mmcache.sh ends here --- -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org Today's excuse: OS swapped to disk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 6: 0:53 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61B137B401; Tue, 18 Mar 2003 06:00:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4253143FB1; Tue, 18 Mar 2003 06:00:52 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IE0qNS032265; Tue, 18 Mar 2003 06:00:52 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IE0pPi032240; Tue, 18 Mar 2003 06:00:51 -0800 (PST) Date: Tue, 18 Mar 2003 06:00:51 -0800 (PST) From: Christian Weisgerber Message-Id: <200303181400.h2IE0pPi032240@freefall.freebsd.org> To: sergei@kolobov.com, naddy@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50057: [MAINTAINER] Unbreak security/gnutls by fixing check for getopt_long in security/libtasn1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER] Unbreak security/gnutls by fixing check for getopt_long in security/libtasn1 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Mar 18 05:59:22 PST 2003 State-Changed-Why: Already committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=50057 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 6:10:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B6E37B404 for ; Tue, 18 Mar 2003 06:10:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F2E243FB1 for ; Tue, 18 Mar 2003 06:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IEA8NS036758 for ; Tue, 18 Mar 2003 06:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IEA8H7036757; Tue, 18 Mar 2003 06:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6EB37B401; Tue, 18 Mar 2003 06:04:55 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B83F143F93; Tue, 18 Mar 2003 06:04:53 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h2IE4qa14283; Tue, 18 Mar 2003 15:04:52 +0100 Received: (from stolz@localhost) by menelaos.informatik.rwth-aachen.de (8.12.6/8.12.6/Submit) id h2IE4qso009653; Tue, 18 Mar 2003 15:04:52 +0100 (CET) (envelope-from stolz) Message-Id: <200303181404.h2IE4qso009653@menelaos.informatik.rwth-aachen.de> Date: Tue, 18 Mar 2003 15:04:52 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: murray@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50094: [patch] print/hugelatex: fix plist (bento) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50094 >Category: ports >Synopsis: [patch] print/hugelatex: fix plist (bento) >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 Mar 18 06:10:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.7-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #2: Fri Feb 7 12:48:00 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386 >Description: Fix plist. >How-To-Repeat: >Fix: --- hugelatex begins here --- --- pkg-plist.orig Tue Mar 18 14:54:46 2003 +++ pkg-plist Tue Mar 18 14:54:57 2003 @@ -1,7 +1,5 @@ @comment $NetBSD: PLIST,v 1.2 2000/11/27 22:59:46 hubertf Exp $ bin/hugelatex -share/texmf/web2c/hugelatex.fmt -share/texmf/web2c/hugelatex.log @exec cp %D/share/texmf/web2c/texmf.cnf %D/share/texmf/web2c/texmf.cnf-before-hugelatex share/texmf/web2c/texmf.cnf @unexec mv %D/share/texmf/web2c/texmf.cnf-before-hugelatex %D/share/texmf/web2c/texmf.cnf --- hugelatex ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 6:40:10 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C9CE37B401 for ; Tue, 18 Mar 2003 06:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A75A43FCB for ; Tue, 18 Mar 2003 06:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IEe8NS053054 for ; Tue, 18 Mar 2003 06:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IEe7GN053053; Tue, 18 Mar 2003 06:40:07 -0800 (PST) Date: Tue, 18 Mar 2003 06:40:07 -0800 (PST) Message-Id: <200303181440.h2IEe7GN053053@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Olivier Tharan Subject: Re: ports/50035: "make search key" in /usr/ports doesn't show "Info:" Reply-To: Olivier Tharan Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50035; it has been noted by GNATS. From: Olivier Tharan To: Kirill Ponomarew Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/50035: "make search key" in /usr/ports doesn't show "Info:" Date: Tue, 18 Mar 2003 15:34:11 +0100 * Kirill Ponomarew (20030315 21:55): > >Description: > "make search key" in /usr/ports doesn't show "Info:" [...] > Is it now default behaviour after removing pkg-comment files ? I guess so, I have been bitten bi this too. > >Fix: > don't know I propose the following, untested and probably not very clean: --- /usr/ports/Mk/bsd.port.mk Wed Mar 12 09:27:45 2003 +++ bsd.port.mk Tue Mar 18 15:28:32 2003 @@ -3754,8 +3754,8 @@ describe: generate-commentfile @${ECHO_CMD} "`perl -e ' \ print q{${PKGNAME}|${.CURDIR}|${PREFIX}|}; \ - if (open(COMMENT, q{${COMMENTFILE}})) { \ - $$_ = ; \ + if (grep "^COMMENT=[:space:]*(.*)", q{${MAKEFILE}})) { \ + $$_ = $1; \ chomp; \ print; \ } else { \ (we basically replace a file read by a grep in the Makefile). I am not sure $MAKEFILE refers to the port Makefile, and the grep syntax is not good. -- olive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 6:40:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2726237B401 for ; Tue, 18 Mar 2003 06:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EDF643FBD for ; Tue, 18 Mar 2003 06:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IEeBNS053070 for ; Tue, 18 Mar 2003 06:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IEeBeU053069; Tue, 18 Mar 2003 06:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4823D37B401 for ; Tue, 18 Mar 2003 06:38:29 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 4993943F93 for ; Tue, 18 Mar 2003 06:38:27 -0800 (PST) (envelope-from martin@kleinerdrache.org) Received: (qmail 11963 invoked by uid 0); 17 Mar 2003 22:46:23 -0000 Message-Id: <20030317224623.11962.qmail@httpd.terions.de> Date: 17 Mar 2003 22:46:23 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org Cc: gerhard.haering@gmx.de X-Send-Pr-Version: 3.113 Subject: ports/50095: update port: databases/sqlite Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50095 >Category: ports >Synopsis: update port: databases/sqlite >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 Mar 18 06:40:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Martin Klaffenboeck >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD martin.kleinerdrache.org 4.7-STABLE FreeBSD 4.7-STABLE #24: Mon Feb 10 21:21:27 CET 2003 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: This is the update for sqlite to 2.8.0. Seems we do not have to change the plist, and all the patches work. This is ok now. Martin >How-To-Repeat: >Fix: --- sqlite.diff begins here --- diff -Nur sqlite.orig/Makefile sqlite/Makefile --- sqlite.orig/Makefile Sat Feb 22 10:35:01 2003 +++ sqlite/Makefile Mon Mar 17 23:40:03 2003 @@ -7,8 +7,7 @@ # PORTNAME= sqlite -PORTVERSION= 2.7.4 -PORTREVISION= 0 +PORTVERSION= 2.8.0 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -Nur sqlite.orig/distinfo sqlite/distinfo --- sqlite.orig/distinfo Fri Jan 3 08:09:47 2003 +++ sqlite/distinfo Mon Mar 17 23:40:25 2003 @@ -1 +1 @@ -MD5 (sqlite-2.7.4.tar.gz) = 60d439b54328b2c94839b8192c4173e3 +MD5 (sqlite-2.8.0.tar.gz) = 56d5c7d1efde7f239b29ee151712c0b2 --- sqlite.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 7:20:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE73B37B401 for ; Tue, 18 Mar 2003 07:20:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A3B43FBD for ; Tue, 18 Mar 2003 07:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IFK7NS011899 for ; Tue, 18 Mar 2003 07:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IFK7fb011898; Tue, 18 Mar 2003 07:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C492F37B401 for ; Tue, 18 Mar 2003 07:18:45 -0800 (PST) Received: from roland-router.leman.dn.ua (roland-router.leman.dn.ua [195.184.202.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF5143F3F for ; Tue, 18 Mar 2003 07:18:42 -0800 (PST) (envelope-from andy@roland.leman.dn.ua) Received: from roland.leman.dn.ua (localhost.leman.dn.ua [127.0.0.1]) by roland-dipt.leman.dn.ua (8.12.6/8.12.6) with ESMTP id h2IB13SE083874 for ; Tue, 18 Mar 2003 13:01:03 +0200 (EET) (envelope-from andy@roland.leman.dn.ua) Received: (from andy@localhost) by roland.leman.dn.ua (8.12.6/8.12.6/Submit) id h2IB11kC083873; Tue, 18 Mar 2003 13:01:01 +0200 (EET) Message-Id: <200303181101.h2IB11kC083873@roland.leman.dn.ua> Date: Tue, 18 Mar 2003 13:01:01 +0200 (EET) From: Andrey Zherebchenko Reply-To: Andrey Zherebchenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50096: tiff-3.5.7 fax2tiff dumps core Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50096 >Category: ports >Synopsis: tiff-3.5.7 fax2tiff dumps core >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 Mar 18 07:20:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andrey Zherebchenko >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: Leman Ukraine >Environment: System: FreeBSD roland.leman.dn.ua 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Fri Jan 10 09:12:54 EET 2003 andy@roland.leman.dn.ua:/usr/obj/usr/src/sys/ROLAND i386 Checked on several 4.7 systems with tiff-3.5.7 >Description: fax2tiff always dumps core even instead of printing usage. >How-To-Repeat: just run fax2tiff with any arguments or without them >Fix: Core dumps caused by SeekFile call in TIFFClientOpen. Hhere is tiny patch. It also prevents creating empty fax.tif when running without arguments. *** fax2tiff.c.orig Tue Mar 11 15:08:31 2003 --- fax2tiff.c Tue Mar 11 15:08:44 2003 *************** *** 55,60 **** --- 55,67 ---- int copyFaxFile(TIFF* tifin, TIFF* tifout); static void usage(void); + static toff_t + DummySeekProc(thandle_t fd, toff_t off, int whence) + { + (void) fd; (void) off; (void) whence; + return (0); + } + static tsize_t DummyReadProc(thandle_t fd, tdata_t buf, tsize_t size) { *************** *** 86,95 **** extern int optind; extern char* optarg; /* smuggle a descriptor out of the library */ faxTIFF = TIFFClientOpen("(FakeInput)", "w", (thandle_t) -1, ! DummyReadProc, DummyWriteProc, ! NULL, NULL, NULL, NULL, NULL); if (faxTIFF == NULL) return (EXIT_FAILURE); faxTIFF->tif_mode = O_RDONLY; --- 93,105 ---- extern int optind; extern char* optarg; + if (argc <= 1) + usage(); + /* smuggle a descriptor out of the library */ faxTIFF = TIFFClientOpen("(FakeInput)", "w", (thandle_t) -1, ! DummyReadProc, DummyWriteProc, DummySeekProc, ! NULL, NULL, NULL, NULL); if (faxTIFF == NULL) return (EXIT_FAILURE); faxTIFF->tif_mode = O_RDONLY; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 7:30:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE3D37B401 for ; Tue, 18 Mar 2003 07:30:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE4743FB1 for ; Tue, 18 Mar 2003 07:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IFU7NS013957 for ; Tue, 18 Mar 2003 07:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IFU7O2013956; Tue, 18 Mar 2003 07:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC31A37B401 for ; Tue, 18 Mar 2003 07:20:58 -0800 (PST) Received: from heathers.stdio.com (heathers.stdio.com [199.89.192.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A0843FAF for ; Tue, 18 Mar 2003 07:20:56 -0800 (PST) (envelope-from risner@heathers.stdio.com) Received: (from risner@localhost) by heathers.stdio.com (8.11.6/8.11.6) id h2IFKtg19768; Tue, 18 Mar 2003 10:20:55 -0500 (EST) (envelope-from risner) Message-Id: <200303181520.h2IFKtg19768@heathers.stdio.com> Date: Tue, 18 Mar 2003 10:20:55 -0500 (EST) From: risner@stdio.com Reply-To: risner@stdio.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: risner@stdio.com X-Send-Pr-Version: 3.113 Subject: ports/50097: New port: 2.11BSD version of diff/diffh, can work w/files that GNU Diff failes "memory exhausted" Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50097 >Category: ports >Synopsis: New port: 2.11BSD version of diff/diffh, can work w/files that GNU Diff failes "memory exhausted" >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 07:30:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: risner@stdio.com >Release: FreeBSD 5.0-RELEASE i386 >Organization: OpenWorld, Inc. >Environment: System: FreeBSD akira.stdio.com 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Diff program from 2.11BSD unix ported to FreeBSD. This program can process large files with less memory. GNU Diff often can not work with files larger than 33 % of datasize (from limit) due to memory exhaustion. If you work with files that large or larger, you will need this version of diff. >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: # # textproc/2bsd-diff # textproc/2bsd-diff/Makefile # textproc/2bsd-diff/distinfo # textproc/2bsd-diff/scripts # textproc/2bsd-diff/scripts/post-extract # textproc/2bsd-diff/files # textproc/2bsd-diff/files/patch-aa # textproc/2bsd-diff/files/patch-ab # textproc/2bsd-diff/pkg-plist # textproc/2bsd-diff/pkg-descr # echo c - textproc/2bsd-diff mkdir -p textproc/2bsd-diff > /dev/null 2>&1 echo x - textproc/2bsd-diff/Makefile sed 's/^X//' >textproc/2bsd-diff/Makefile << 'END-of-textproc/2bsd-diff/Makefile' X# New ports collection makefile for: 2bsd-diff X# Date created: Mon Mar 17 20:54:03 EST 2003 X# Whom: risner@stdio.com X# X# $FreeBSD: ports/textproc/2bsd-diff/Makefile,v 1.10 2003/02/22 13:24:09 risner Exp $ X# X XPORTNAME= diff XPORTVERSION= 2.11 XPORTREVISION= 0 XCATEGORIES= textproc XMASTER_SITES= http://www.tribug.org/pub/tuhs/PDP-11/Distributions/ucb/2.11BSD/ XPKGNAMEPREFIX= 2bsd- XDISTNAME= file8 X XMAINTAINER= risner@stdio.com XCOMMENT= 2.11BSD diff utility X XEXTRACT_AFTER_ARGS= | ${TAR} -xf - bin/diff man/man1/diff.1 XWRKSRC= ${WRKDIR}/bin/diff X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/diff ${PREFIX}/bin X @${INSTALL_PROGRAM} ${WRKSRC}/diffh ${PREFIX}/libexec X Xpost-install: X.if !defined(NOPORTDOCS) X @${INSTALL_MAN} ${WRKSRC}/diff.1 ${PREFIX}/man/man1 X.endif X X.include END-of-textproc/2bsd-diff/Makefile echo x - textproc/2bsd-diff/distinfo sed 's/^X//' >textproc/2bsd-diff/distinfo << 'END-of-textproc/2bsd-diff/distinfo' XMD5 (file8.tar.gz) = 77397e6d554361c127592b1fea2d776f END-of-textproc/2bsd-diff/distinfo echo c - textproc/2bsd-diff/scripts mkdir -p textproc/2bsd-diff/scripts > /dev/null 2>&1 echo x - textproc/2bsd-diff/scripts/post-extract sed 's/^X//' >textproc/2bsd-diff/scripts/post-extract << 'END-of-textproc/2bsd-diff/scripts/post-extract' X#!/bin/sh X Xcp ${WRKDIR}/man/man1/diff.1 ${WRKSRC}/diff.1 END-of-textproc/2bsd-diff/scripts/post-extract echo c - textproc/2bsd-diff/files mkdir -p textproc/2bsd-diff/files > /dev/null 2>&1 echo x - textproc/2bsd-diff/files/patch-aa sed 's/^X//' >textproc/2bsd-diff/files/patch-aa << 'END-of-textproc/2bsd-diff/files/patch-aa' Xdiff -c -r Makefile Makefile X*** Makefile Tue Oct 22 00:29:46 1996 X--- Makefile Mon Mar 17 21:54:08 2003 X*************** X*** 1,7 **** X # @(#)Makefile 4.1.1 1996/10/21 X # X! DIFF= /bin/diff X! DIFFH= /usr/libexec/diffh X PR= /bin/pr X CFLAGS= -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"' X SEPFLAG=-i X--- 1,7 ---- X # @(#)Makefile 4.1.1 1996/10/21 X # X! DIFF= /usr/local/bin/diff X! DIFFH= /usr/local/libexec/diffh X PR= /bin/pr X CFLAGS= -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"' X SEPFLAG=-i X*************** X*** 5,11 **** X PR= /bin/pr X CFLAGS= -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"' X SEPFLAG=-i X! DESTDIR= X X SRCS= diff.c diffdir.c diffreg.c X HDRS= diff.h X--- 5,11 ---- X PR= /bin/pr X CFLAGS= -O -DDIFF='"${DIFF}"' -DDIFFH='"${DIFFH}"' -DPR='"${PR}"' X SEPFLAG=-i X! DESTDIR=/usr/local X X SRCS= diff.c diffdir.c diffreg.c X HDRS= diff.h X*************** X*** 24,27 **** X X install: all X install -s diff ${DESTDIR}/bin/diff X! install -s diffh ${DESTDIR}/usr/libexec/diffh X--- 24,27 ---- X X install: all X install -s diff ${DESTDIR}/bin/diff X! install -s diffh ${DESTDIR}/libexec/diffh Xdiff -c -r diff.c diff.c X*** diff.c Tue Nov 12 15:31:26 1991 X--- diff.c Mon Mar 17 21:54:08 2003 X*************** X*** 176,184 **** X return (a > b ? a : b); X } X X done() X { X! if (tempfile) X unlink(tempfile); X exit(status); X } X--- 176,185 ---- X return (a > b ? a : b); X } X X+ sig_t X done() X { X! if (tempfile[0]) X unlink(tempfile); X exit(status); X } X*************** X*** 198,204 **** X char *p; X { X register char *q; X- char *realloc(); X X if ((q = realloc(p, (unsigned)n)) == NULL) X noroom(); X--- 199,204 ---- Xdiff -c -r diff.h diff.h X*** diff.h Wed Aug 28 17:44:35 1985 X--- diff.h Mon Mar 17 21:54:08 2003 X*************** X*** 5,14 **** X */ X X #include X #include X #include X #include X! #include X #include X X /* X--- 5,15 ---- X */ X X #include X+ #include X #include X #include X #include X! #include X #include X X /* X*************** X*** 61,67 **** X */ X int status; X int anychange; X! char *tempfile; /* used when comparing against std input */ X X /* X * Variables for diffdir. X--- 62,68 ---- X */ X int status; X int anychange; X! char tempfile[128]; /* used when comparing against std input */ X X /* X * Variables for diffdir. X*************** X*** 77,85 **** X char *file1, *file2, *efile1, *efile2; X struct stat stb1, stb2; X X! char *malloc(), *talloc(), *ralloc(); X char *savestr(), *splice(), *splicen(); X! char *mktemp(), *copytemp(), *rindex(); X! int done(); X X extern char diffh[], diff[], pr[]; X--- 78,86 ---- X char *file1, *file2, *efile1, *efile2; X struct stat stb1, stb2; X X! char *talloc(), *ralloc(); X char *savestr(), *splice(), *splicen(); X! char *copytemp(); X! sig_t done(); X X extern char diffh[], diff[], pr[]; Xdiff -c -r diffdir.c diffdir.c X*** diffdir.c Tue Nov 12 15:31:29 1991 X--- diffdir.c Mon Mar 17 21:54:08 2003 X*************** X*** 172,178 **** X char *cp; X { X register struct dir *dp = 0, *ep; X! register struct direct *rp; X register int nitems, n; X DIR *dirp; X X--- 172,178 ---- X char *cp; X { X register struct dir *dp = 0, *ep; X! register struct dirent *rp; X register int nitems, n; X DIR *dirp; X Xdiff -c -r diffreg.c diffreg.c X*** diffreg.c Tue Jan 11 00:39:33 1994 X--- diffreg.c Mon Mar 17 21:54:08 2003 X*************** X*** 270,281 **** X char buf[BUFSIZ]; X register int i, f; X X! signal(SIGHUP,done); X! signal(SIGINT,done); X! signal(SIGPIPE,done); X! signal(SIGTERM,done); X! tempfile = mktemp("/tmp/dXXXXX"); X! f = creat(tempfile,0600); X if (f < 0) { X fprintf(stderr, "diff: "); X perror(tempfile); X--- 270,281 ---- X char buf[BUFSIZ]; X register int i, f; X X! signal(SIGHUP, (sig_t) done); X! signal(SIGINT, (sig_t) done); X! signal(SIGPIPE, (sig_t) done); X! signal(SIGTERM, (sig_t) done); X! strcpy(tempfile, "/tmp/dXXXXX"); X! f = mkstemp(tempfile); X if (f < 0) { X fprintf(stderr, "diff: "); X perror(tempfile); END-of-textproc/2bsd-diff/files/patch-aa echo x - textproc/2bsd-diff/files/patch-ab sed 's/^X//' >textproc/2bsd-diff/files/patch-ab << 'END-of-textproc/2bsd-diff/files/patch-ab' X*** diff.1.orig Mon Mar 17 23:04:45 2003 X--- diff.1 Mon Mar 17 23:06:54 2003 X*************** X*** 7,13 **** X .TH DIFF 1 "October 21, 1996" X .UC 4 X .SH NAME X! diff \- differential file and directory comparator X .SH SYNOPSIS X .B diff X [ X--- 7,13 ---- X .TH DIFF 1 "October 21, 1996" X .UC 4 X .SH NAME X! diff \- 2.11BSD differential file and directory comparator X .SH SYNOPSIS X .B diff X [ X*************** X*** 260,269 **** X .SH FILES X /tmp/d????? X .br X! /usr/libexec/diffh for X .B \-h X .br X! /bin/diff for directory diffs X .br X /bin/pr X .SH "SEE ALSO" X--- 260,269 ---- X .SH FILES X /tmp/d????? X .br X! /usr/local/libexec/diffh for X .B \-h X .br X! /usr/local/bin/diff for directory diffs X .br X /bin/pr X .SH "SEE ALSO" END-of-textproc/2bsd-diff/files/patch-ab echo x - textproc/2bsd-diff/pkg-plist sed 's/^X//' >textproc/2bsd-diff/pkg-plist << 'END-of-textproc/2bsd-diff/pkg-plist' Xbin/diff Xlibexec/diffh Xman/man1/diff.1 END-of-textproc/2bsd-diff/pkg-plist echo x - textproc/2bsd-diff/pkg-descr sed 's/^X//' >textproc/2bsd-diff/pkg-descr << 'END-of-textproc/2bsd-diff/pkg-descr' XThis is the original diff program from 2.11BSD. It works better Xwith very large files on systems with datasize limits. X XDefault FreeBSD limits datasize to 524288 kbytes. This means that XGNU diff processes that require more than this much ram will fail. XThe 2.11BSD diff did not load the files in core and could operate Xon considerably less ram. END-of-textproc/2bsd-diff/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 8: 3:32 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B1D37B404; Tue, 18 Mar 2003 08:03:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D49C43FAF; Tue, 18 Mar 2003 08:03:31 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IG3UNS021961; Tue, 18 Mar 2003 08:03:30 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IG3U8Z021957; Tue, 18 Mar 2003 08:03:30 -0800 (PST) Date: Tue, 18 Mar 2003 08:03:30 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303181603.h2IG3U8Z021957@freefall.freebsd.org> To: risner@stdio.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/50097: New port: 2.11BSD version of diff/diffh, can work w/files that GNU Diff failes "memory exhausted" Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: 2.11BSD version of diff/diffh, can work w/files that GNU Diff failes "memory exhausted" State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Tue Mar 18 08:02:38 PST 2003 State-Changed-Why: I want this. Oops, I'll handle this:-). Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 08:02:38 PST 2003 Responsible-Changed-Why: Now ports freeze. http://www.freebsd.org/cgi/query-pr.cgi?pr=50097 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 8:11: 8 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9070A37B404 for ; Tue, 18 Mar 2003 08:10:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07FF43F75 for ; Tue, 18 Mar 2003 08:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IGA3NS025246 for ; Tue, 18 Mar 2003 08:10:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IGA3dZ025245; Tue, 18 Mar 2003 08:10:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0293D37B401 for ; Tue, 18 Mar 2003 08:01:53 -0800 (PST) Received: from quenix.dyndns.org (modemcable246.166-130-66.que.mc.videotron.ca [66.130.166.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF6AD43F85 for ; Tue, 18 Mar 2003 08:01:48 -0800 (PST) (envelope-from serge@quenix.dyndns.org) Received: from serge by quenix.dyndns.org with local (Exim 4.10) id 18vJf1-000On8-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Mar 2003 11:09:55 -0500 Message-Id: Date: Tue, 18 Mar 2003 11:09:55 -0500 From: Serge Gagnon Reply-To: Serge Gagnon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50098: Update ports misc/xrmap to 2.25 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50098 >Category: ports >Synopsis: Update ports misc/xrmap to 2.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 08:10:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD quenix.dyndns.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 24 15:31:07 EST 2003 serge@quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: Update misc/xrmap from 2.10 to 2.15 - new files: patch-editkit-Imakfile - remove the files/patch-Imakefile and replace with the one I provided in this pr - remove files/pkg-message.in >How-To-Repeat: reinstall and enjoy :) >Fix: --- patch-xrmap begins here --- diff -u /usr/ports/misc/xrmap/Makefile ./Makefile --- /usr/ports/misc/xrmap/Makefile Sat Feb 22 18:06:25 2003 +++ ./Makefile Tue Mar 18 10:46:13 2003 @@ -6,27 +6,36 @@ # PORTNAME= xrmap -PORTVERSION= 2.10 +PORTVERSION= 2.25 CATEGORIES= misc -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/ \ + ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ \ + http://frmas.free.fr/files/ +DISTFILES= ${XRMAPFILE} ${DISTFILE} \ + pdfmaps-1.1.tar.gz ${CIAFILE} +EXTRACT_ONLY= ${XRMAPFILE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon__s@videotron.ca COMMENT= Map portions of the earth from a given longitude/latitude +post-extract: + for f in ${DISTFILE}; do \ + ${TAR} -jxf ${DISTDIR}/$${f} -C ${WRKSRC}; \ + done + ${TAR} -zxf ${DISTDIR}/pdfmaps-1.1.tar.gz -C ${WRKSRC} + ${BZIP2_CMD} -dk ${DISTDIR}/${CIAFILE} + ${MV} ${DISTDIR}/CIA_WDB2.jpd ${WRKSRC}/ + +CIAFILE= CIA_WDB2.jpd.bz2 +XRMAPFILE= xrmap-2.25.tar.bz2 +DISTFILE= anthems-1.1.tar.bz2 \ + factbook_text_2002.tar.bz2 factbook_html_2002.tar.bz2 \ + flags-1.1.tar.bz2 hymns-1.2.tar.bz2 + +USE_BZIP2= yes USE_IMAKE= yes USE_XPM= yes MAN1= xrmap.1 - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Imakefile - -post-install: - @${SED} "s,%%PREFIX%%,${PREFIX}," < ${FILESDIR}/pkg-message.in > \ - ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} .include diff -u /usr/ports/misc/xrmap/distinfo ./distinfo --- /usr/ports/misc/xrmap/distinfo Fri Jun 7 21:35:26 2002 +++ ./distinfo Mon Mar 17 21:30:59 2003 @@ -1 +1,8 @@ -MD5 (xrmap-2.10.tgz) = e18247abf044e8e00616ef67f6126678 +MD5 (xrmap-2.25.tar.bz2) = bf9b8425b2e6bdaf3229a238b0cb330c +MD5 (CIA_WDB2.jpd.bz2) = 8239b0d93bfec8d46d337dad9896774a +MD5 (anthems-1.1.tar.bz2) = 4d63e6a61e9197f3c382e518de6503db +MD5 (factbook_html_2002.tar.bz2) = 7909b52825123c677369eb723e5b267f +MD5 (factbook_text_2002.tar.bz2) = d28fc69a9fd48d9d39a1fda8099cfb1b +MD5 (flags-1.1.tar.bz2) = e15fbfb1f1c8a313573ac499fb0ea090 +MD5 (hymns-1.2.tar.bz2) = b5c1c26e1d5c842c53c9a5460cb02864 +MD5 (pdfmaps-1.1.tar.gz) = 9a40499034f7a98949ab690731eb6e70 diff -u /usr/ports/misc/xrmap/pkg-plist ./pkg-plist --- /usr/ports/misc/xrmap/pkg-plist Fri Jun 7 21:35:26 2002 +++ ./pkg-plist Tue Mar 18 10:13:07 2003 @@ -1,28 +1,44 @@ +bin/emx bin/xrmap +share/editkit/rc.common +share/editkit/README +share/editkit/emxrc +share/editkit/MANUAL.emacs +share/rmap/CIA_WDB2.jpd share/rmap/Locations share/rmap/Xrmaprc share/rmap/anthems/ad.ant +share/rmap/anthems/ae.ant share/rmap/anthems/af.ant share/rmap/anthems/ag.ant share/rmap/anthems/al.ant +share/rmap/anthems/am.ant +share/rmap/anthems/an.ant share/rmap/anthems/ao.ant share/rmap/anthems/ar.ant +share/rmap/anthems/as.ant +share/rmap/anthems/at.ant share/rmap/anthems/au.ant +share/rmap/anthems/az.ant share/rmap/anthems/ba.ant share/rmap/anthems/bb.ant share/rmap/anthems/bd.ant share/rmap/anthems/be.ant share/rmap/anthems/bf.ant share/rmap/anthems/bg.ant +share/rmap/anthems/bh.ant share/rmap/anthems/bi.ant share/rmap/anthems/bj.ant share/rmap/anthems/bn.ant share/rmap/anthems/bo.ant share/rmap/anthems/br.ant share/rmap/anthems/bs.ant +share/rmap/anthems/bt.ant share/rmap/anthems/bw.ant +share/rmap/anthems/by.ant share/rmap/anthems/bz.ant share/rmap/anthems/ca.ant +share/rmap/anthems/cd.ant share/rmap/anthems/cf.ant share/rmap/anthems/cg.ant share/rmap/anthems/ch.ant @@ -33,6 +49,7 @@ share/rmap/anthems/co.ant share/rmap/anthems/cr.ant share/rmap/anthems/cu.ant +share/rmap/anthems/cv.ant share/rmap/anthems/cy.ant share/rmap/anthems/cz.ant share/rmap/anthems/de.ant @@ -44,14 +61,20 @@ share/rmap/anthems/ec.ant share/rmap/anthems/ee.ant share/rmap/anthems/eg.ant +share/rmap/anthems/er.ant +share/rmap/anthems/es.ant +share/rmap/anthems/et.ant share/rmap/anthems/fi.ant share/rmap/anthems/fj.ant +share/rmap/anthems/fm.ant share/rmap/anthems/fr.ant share/rmap/anthems/ga.ant share/rmap/anthems/gb.ant share/rmap/anthems/gd.ant +share/rmap/anthems/ge.ant share/rmap/anthems/gh.ant share/rmap/anthems/gm.ant +share/rmap/anthems/gn.ant share/rmap/anthems/gq.ant share/rmap/anthems/gr.ant share/rmap/anthems/gt.ant @@ -66,17 +89,22 @@ share/rmap/anthems/il.ant share/rmap/anthems/in.ant share/rmap/anthems/iq.ant +share/rmap/anthems/ir.ant share/rmap/anthems/is.ant share/rmap/anthems/it.ant share/rmap/anthems/jm.ant share/rmap/anthems/jo.ant share/rmap/anthems/jp.ant share/rmap/anthems/ke.ant +share/rmap/anthems/kg.ant +share/rmap/anthems/kh.ant share/rmap/anthems/ki.ant share/rmap/anthems/km.ant share/rmap/anthems/kn.ant share/rmap/anthems/kp.ant share/rmap/anthems/kr.ant +share/rmap/anthems/kw.ant +share/rmap/anthems/kz.ant share/rmap/anthems/la.ant share/rmap/anthems/lb.ant share/rmap/anthems/lc.ant @@ -84,13 +112,20 @@ share/rmap/anthems/lk.ant share/rmap/anthems/lr.ant share/rmap/anthems/ls.ant +share/rmap/anthems/lt.ant share/rmap/anthems/lu.ant +share/rmap/anthems/lv.ant share/rmap/anthems/ly.ant share/rmap/anthems/ma.ant share/rmap/anthems/mc.ant +share/rmap/anthems/md.ant share/rmap/anthems/mg.ant +share/rmap/anthems/mh.ant share/rmap/anthems/mk.ant share/rmap/anthems/ml.ant +share/rmap/anthems/mm.ant +share/rmap/anthems/mn.ant +share/rmap/anthems/mr.ant share/rmap/anthems/mt.ant share/rmap/anthems/mu.ant share/rmap/anthems/mv.ant @@ -99,12 +134,14 @@ share/rmap/anthems/my.ant share/rmap/anthems/mz.ant share/rmap/anthems/na.ant +share/rmap/anthems/ne.ant share/rmap/anthems/ng.ant -share/rmap/anthems/nl.ant +share/rmap/anthems/ni.ant share/rmap/anthems/no.ant share/rmap/anthems/np.ant share/rmap/anthems/nr.ant share/rmap/anthems/nz.ant +share/rmap/anthems/om.ant share/rmap/anthems/pa.ant share/rmap/anthems/pe.ant share/rmap/anthems/pg.ant @@ -112,271 +149,1417 @@ share/rmap/anthems/pk.ant share/rmap/anthems/pl.ant share/rmap/anthems/pt.ant +share/rmap/anthems/pw.ant share/rmap/anthems/py.ant +share/rmap/anthems/qa.ant share/rmap/anthems/ro.ant +share/rmap/anthems/ru.ant +share/rmap/anthems/rw.ant +share/rmap/anthems/sa.ant share/rmap/anthems/sb.ant share/rmap/anthems/sc.ant +share/rmap/anthems/sd.ant share/rmap/anthems/se.ant share/rmap/anthems/sg.ant +share/rmap/anthems/si.ant share/rmap/anthems/sk.ant share/rmap/anthems/sl.ant +share/rmap/anthems/sm.ant share/rmap/anthems/sn.ant +share/rmap/anthems/so.ant share/rmap/anthems/sr.ant +share/rmap/anthems/st.ant share/rmap/anthems/sv.ant share/rmap/anthems/sy.ant share/rmap/anthems/sz.ant share/rmap/anthems/td.ant +share/rmap/anthems/tg.ant +share/rmap/anthems/th.ant +share/rmap/anthems/tj.ant +share/rmap/anthems/tm.ant +share/rmap/anthems/tn.ant share/rmap/anthems/to.ant +share/rmap/anthems/tp.ant share/rmap/anthems/tr.ant share/rmap/anthems/tt.ant share/rmap/anthems/tv.ant +share/rmap/anthems/tw.ant share/rmap/anthems/tz.ant share/rmap/anthems/ua.ant share/rmap/anthems/ug.ant share/rmap/anthems/us.ant share/rmap/anthems/uy.ant +share/rmap/anthems/uz.ant +share/rmap/anthems/va.ant +share/rmap/anthems/vc.ant +share/rmap/anthems/ve.ant +share/rmap/anthems/vn.ant +share/rmap/anthems/vu.ant +share/rmap/anthems/ws.ant +share/rmap/anthems/ye.ant +share/rmap/anthems/yu.ant share/rmap/anthems/za.ant -share/rmap/factbook/ad.txt -share/rmap/factbook/ae.txt -share/rmap/factbook/af.txt -share/rmap/factbook/ag.txt -share/rmap/factbook/ai.txt -share/rmap/factbook/al.txt -share/rmap/factbook/am.txt -share/rmap/factbook/an.txt -share/rmap/factbook/ao.txt -share/rmap/factbook/aq.txt -share/rmap/factbook/ar.txt -share/rmap/factbook/as.txt -share/rmap/factbook/at.txt -share/rmap/factbook/au.txt -share/rmap/factbook/aw.txt -share/rmap/factbook/az.txt -share/rmap/factbook/ba.txt -share/rmap/factbook/bb.txt -share/rmap/factbook/bd.txt -share/rmap/factbook/be.txt -share/rmap/factbook/bf.txt -share/rmap/factbook/bg.txt -share/rmap/factbook/bh.txt -share/rmap/factbook/bi.txt -share/rmap/factbook/bj.txt -share/rmap/factbook/bm.txt -share/rmap/factbook/bn.txt -share/rmap/factbook/bo.txt -share/rmap/factbook/br.txt -share/rmap/factbook/bs.txt -share/rmap/factbook/bt.txt -share/rmap/factbook/bv.txt -share/rmap/factbook/bw.txt -share/rmap/factbook/by.txt -share/rmap/factbook/bz.txt -share/rmap/factbook/ca.txt -share/rmap/factbook/cc.txt -share/rmap/factbook/cd.txt -share/rmap/factbook/cf.txt -share/rmap/factbook/cg.txt -share/rmap/factbook/ch.txt -share/rmap/factbook/ci.txt -share/rmap/factbook/ck.txt -share/rmap/factbook/cl.txt -share/rmap/factbook/cm.txt -share/rmap/factbook/cn.txt -share/rmap/factbook/co.txt -share/rmap/factbook/cr.txt -share/rmap/factbook/cu.txt -share/rmap/factbook/cv.txt -share/rmap/factbook/cx.txt -share/rmap/factbook/cy.txt -share/rmap/factbook/cz.txt -share/rmap/factbook/de.txt -share/rmap/factbook/dj.txt -share/rmap/factbook/dk.txt -share/rmap/factbook/dm.txt -share/rmap/factbook/do.txt -share/rmap/factbook/dz.txt -share/rmap/factbook/ec.txt -share/rmap/factbook/ee.txt -share/rmap/factbook/eg.txt -share/rmap/factbook/eh.txt -share/rmap/factbook/er.txt -share/rmap/factbook/es.txt -share/rmap/factbook/et.txt -share/rmap/factbook/fi.txt -share/rmap/factbook/fj.txt -share/rmap/factbook/fk.txt -share/rmap/factbook/fm.txt -share/rmap/factbook/fo.txt -share/rmap/factbook/fr.txt -share/rmap/factbook/ga.txt -share/rmap/factbook/gb.txt -share/rmap/factbook/gd.txt -share/rmap/factbook/ge.txt -share/rmap/factbook/gf.txt -share/rmap/factbook/gg.txt -share/rmap/factbook/gh.txt -share/rmap/factbook/gi.txt -share/rmap/factbook/gl.txt -share/rmap/factbook/gm.txt -share/rmap/factbook/gn.txt -share/rmap/factbook/gp.txt -share/rmap/factbook/gq.txt -share/rmap/factbook/gr.txt -share/rmap/factbook/gs.txt -share/rmap/factbook/gt.txt -share/rmap/factbook/gu.txt -share/rmap/factbook/gw.txt -share/rmap/factbook/gy.txt -share/rmap/factbook/hk.txt -share/rmap/factbook/hm.txt -share/rmap/factbook/hn.txt -share/rmap/factbook/hr.txt -share/rmap/factbook/ht.txt -share/rmap/factbook/hu.txt -share/rmap/factbook/id.txt -share/rmap/factbook/ie.txt -share/rmap/factbook/il.txt -share/rmap/factbook/im.txt -share/rmap/factbook/in.txt -share/rmap/factbook/io.txt -share/rmap/factbook/iq.txt -share/rmap/factbook/ir.txt -share/rmap/factbook/is.txt -share/rmap/factbook/it.txt -share/rmap/factbook/je.txt -share/rmap/factbook/jm.txt -share/rmap/factbook/jo.txt -share/rmap/factbook/jp.txt -share/rmap/factbook/ke.txt -share/rmap/factbook/kg.txt -share/rmap/factbook/kh.txt -share/rmap/factbook/ki.txt -share/rmap/factbook/km.txt -share/rmap/factbook/kn.txt -share/rmap/factbook/kp.txt -share/rmap/factbook/kr.txt -share/rmap/factbook/kw.txt -share/rmap/factbook/ky.txt -share/rmap/factbook/kz.txt -share/rmap/factbook/la.txt -share/rmap/factbook/lb.txt -share/rmap/factbook/lc.txt -share/rmap/factbook/li.txt -share/rmap/factbook/lk.txt -share/rmap/factbook/lr.txt -share/rmap/factbook/ls.txt -share/rmap/factbook/lt.txt -share/rmap/factbook/lu.txt -share/rmap/factbook/lv.txt -share/rmap/factbook/ly.txt -share/rmap/factbook/ma.txt -share/rmap/factbook/mc.txt -share/rmap/factbook/md.txt -share/rmap/factbook/mg.txt -share/rmap/factbook/mh.txt -share/rmap/factbook/mk.txt -share/rmap/factbook/ml.txt -share/rmap/factbook/mm.txt -share/rmap/factbook/mn.txt -share/rmap/factbook/mo.txt -share/rmap/factbook/mp.txt -share/rmap/factbook/mq.txt -share/rmap/factbook/mr.txt -share/rmap/factbook/ms.txt -share/rmap/factbook/mt.txt -share/rmap/factbook/mu.txt -share/rmap/factbook/mv.txt -share/rmap/factbook/mw.txt -share/rmap/factbook/mx.txt -share/rmap/factbook/my.txt -share/rmap/factbook/mz.txt -share/rmap/factbook/na.txt -share/rmap/factbook/nc.txt -share/rmap/factbook/ne.txt -share/rmap/factbook/nf.txt -share/rmap/factbook/ng.txt -share/rmap/factbook/ni.txt -share/rmap/factbook/nl.txt -share/rmap/factbook/no.txt -share/rmap/factbook/np.txt -share/rmap/factbook/nr.txt -share/rmap/factbook/nu.txt -share/rmap/factbook/nz.txt -share/rmap/factbook/om.txt -share/rmap/factbook/pa.txt -share/rmap/factbook/pc.txt -share/rmap/factbook/pe.txt -share/rmap/factbook/pf.txt -share/rmap/factbook/pg.txt -share/rmap/factbook/ph.txt -share/rmap/factbook/pk.txt -share/rmap/factbook/pl.txt -share/rmap/factbook/pm.txt -share/rmap/factbook/pn.txt -share/rmap/factbook/pr.txt -share/rmap/factbook/ps.txt -share/rmap/factbook/pt.txt -share/rmap/factbook/pw.txt -share/rmap/factbook/py.txt -share/rmap/factbook/qa.txt -share/rmap/factbook/re.txt -share/rmap/factbook/ro.txt -share/rmap/factbook/ru.txt -share/rmap/factbook/rw.txt -share/rmap/factbook/sa.txt -share/rmap/factbook/sb.txt -share/rmap/factbook/sc.txt -share/rmap/factbook/sd.txt -share/rmap/factbook/se.txt -share/rmap/factbook/sg.txt -share/rmap/factbook/sh.txt -share/rmap/factbook/si.txt -share/rmap/factbook/sj.txt -share/rmap/factbook/sk.txt -share/rmap/factbook/sl.txt -share/rmap/factbook/sm.txt -share/rmap/factbook/sn.txt -share/rmap/factbook/so.txt -share/rmap/factbook/sr.txt -share/rmap/factbook/st.txt -share/rmap/factbook/sv.txt -share/rmap/factbook/sy.txt -share/rmap/factbook/sz.txt -share/rmap/factbook/tc.txt -share/rmap/factbook/td.txt -share/rmap/factbook/tf.txt -share/rmap/factbook/tg.txt -share/rmap/factbook/th.txt -share/rmap/factbook/tj.txt -share/rmap/factbook/tk.txt -share/rmap/factbook/tm.txt -share/rmap/factbook/tn.txt -share/rmap/factbook/to.txt -share/rmap/factbook/tr.txt -share/rmap/factbook/tt.txt -share/rmap/factbook/tv.txt -share/rmap/factbook/tw.txt -share/rmap/factbook/tz.txt -share/rmap/factbook/ua.txt -share/rmap/factbook/ug.txt -share/rmap/factbook/us.txt -share/rmap/factbook/uy.txt -share/rmap/factbook/uz.txt -share/rmap/factbook/va.txt -share/rmap/factbook/vc.txt -share/rmap/factbook/ve.txt -share/rmap/factbook/vg.txt -share/rmap/factbook/vi.txt -share/rmap/factbook/vn.txt -share/rmap/factbook/vu.txt -share/rmap/factbook/wf.txt -share/rmap/factbook/ws.txt -share/rmap/factbook/ye.txt -share/rmap/factbook/yt.txt -share/rmap/factbook/yu.txt -share/rmap/factbook/za.txt -share/rmap/factbook/zm.txt -share/rmap/factbook/zw.txt +share/rmap/anthems/zm.ant +share/rmap/anthems/zw.ant +share/rmap/doc/CHANGES +share/rmap/doc/EXAMPLE.rc +share/rmap/doc/INSTALL +share/rmap/doc/LICENSE +share/rmap/doc/MAPEDIT +share/rmap/doc/README +share/rmap/doc/README.midi +share/rmap/doc/TODO +share/rmap/doc/WARNING +share/rmap/factbook/countrylisting.html +share/rmap/factbook/extra/Ashmore_and_Cartier_Islands +share/rmap/factbook/extra/Atlantic_Ocean +share/rmap/factbook/extra/Baker_Island +share/rmap/factbook/extra/Clipperton_Island +share/rmap/factbook/extra/Coral_Sea_Islands +share/rmap/factbook/extra/Europa_Island +share/rmap/factbook/extra/External_Territories +share/rmap/factbook/extra/Glorioso_Islands +share/rmap/factbook/extra/High_Peaks +share/rmap/factbook/extra/Howland_Island +share/rmap/factbook/extra/Jan_Mayen +share/rmap/factbook/extra/Jarvis_Island +share/rmap/factbook/extra/Johnston_Atoll +share/rmap/factbook/extra/Juan_de_Nova_Island +share/rmap/factbook/extra/Kingman_Reef +share/rmap/factbook/extra/Lakes +share/rmap/factbook/extra/Midway_Islands +share/rmap/factbook/extra/Navassa_Island +share/rmap/factbook/extra/Pacific_Ocean +share/rmap/factbook/extra/Palmyra_Atoll +share/rmap/factbook/extra/Rivers +share/rmap/factbook/extra/Tromelin_Island +share/rmap/factbook/extra/Wake_Island +share/rmap/factbook/extra/World +share/rmap/factbook/flags/aa-flag.gif +share/rmap/factbook/flags/aa-flag.html +share/rmap/factbook/flags/ac-flag.gif +share/rmap/factbook/flags/ac-flag.html +share/rmap/factbook/flags/af-flag.gif +share/rmap/factbook/flags/af-flag.html +share/rmap/factbook/flags/ag-flag.gif +share/rmap/factbook/flags/ag-flag.html +share/rmap/factbook/flags/aj-flag.gif +share/rmap/factbook/flags/aj-flag.html +share/rmap/factbook/flags/al-flag.gif +share/rmap/factbook/flags/al-flag.html +share/rmap/factbook/flags/am-flag.gif +share/rmap/factbook/flags/am-flag.html +share/rmap/factbook/flags/an-flag.gif +share/rmap/factbook/flags/an-flag.html +share/rmap/factbook/flags/ao-flag.gif +share/rmap/factbook/flags/ao-flag.html +share/rmap/factbook/flags/aq-flag.gif +share/rmap/factbook/flags/aq-flag.html +share/rmap/factbook/flags/ar-flag.gif +share/rmap/factbook/flags/ar-flag.html +share/rmap/factbook/flags/as-flag.gif +share/rmap/factbook/flags/as-flag.html +share/rmap/factbook/flags/at-flag.gif +share/rmap/factbook/flags/at-flag.html +share/rmap/factbook/flags/at-lgflag.gif +share/rmap/factbook/flags/au-flag.gif +share/rmap/factbook/flags/au-flag.html +share/rmap/factbook/flags/av-flag.gif +share/rmap/factbook/flags/av-flag.html +share/rmap/factbook/flags/ba-flag.gif +share/rmap/factbook/flags/ba-flag.html +share/rmap/factbook/flags/bb-flag.gif +share/rmap/factbook/flags/bb-flag.html +share/rmap/factbook/flags/bc-flag.gif +share/rmap/factbook/flags/bc-flag.html +share/rmap/factbook/flags/bd-flag.gif +share/rmap/factbook/flags/bd-flag.html +share/rmap/factbook/flags/be-flag.gif +share/rmap/factbook/flags/be-flag.html +share/rmap/factbook/flags/bf-flag.gif +share/rmap/factbook/flags/bf-flag.html +share/rmap/factbook/flags/bg-flag.gif +share/rmap/factbook/flags/bg-flag.html +share/rmap/factbook/flags/bh-flag.gif +share/rmap/factbook/flags/bh-flag.html +share/rmap/factbook/flags/bk-flag.gif +share/rmap/factbook/flags/bk-flag.html +share/rmap/factbook/flags/bl-flag.gif +share/rmap/factbook/flags/bl-flag.html +share/rmap/factbook/flags/bm-flag.gif +share/rmap/factbook/flags/bm-flag.html +share/rmap/factbook/flags/bn-flag.gif +share/rmap/factbook/flags/bn-flag.html +share/rmap/factbook/flags/bo-flag.gif +share/rmap/factbook/flags/bo-flag.html +share/rmap/factbook/flags/bp-flag.gif +share/rmap/factbook/flags/bp-flag.html +share/rmap/factbook/flags/bq-flag.gif +share/rmap/factbook/flags/bq-flag.html +share/rmap/factbook/flags/bq-lgflag.gif +share/rmap/factbook/flags/br-flag.gif +share/rmap/factbook/flags/br-flag.html +share/rmap/factbook/flags/bs-flag.gif +share/rmap/factbook/flags/bs-flag.html +share/rmap/factbook/flags/bs-lgflag.gif +share/rmap/factbook/flags/bt-flag.gif +share/rmap/factbook/flags/bt-flag.html +share/rmap/factbook/flags/bu-flag.gif +share/rmap/factbook/flags/bu-flag.html +share/rmap/factbook/flags/bv-flag.gif +share/rmap/factbook/flags/bv-flag.html +share/rmap/factbook/flags/bv-lgflag.gif +share/rmap/factbook/flags/bx-flag.gif +share/rmap/factbook/flags/bx-flag.html +share/rmap/factbook/flags/by-flag.gif +share/rmap/factbook/flags/by-flag.html +share/rmap/factbook/flags/ca-flag.gif +share/rmap/factbook/flags/ca-flag.html +share/rmap/factbook/flags/cb-flag.gif +share/rmap/factbook/flags/cb-flag.html +share/rmap/factbook/flags/cd-flag.gif +share/rmap/factbook/flags/cd-flag.html +share/rmap/factbook/flags/ce-flag.gif +share/rmap/factbook/flags/ce-flag.html +share/rmap/factbook/flags/cf-flag.gif +share/rmap/factbook/flags/cf-flag.html +share/rmap/factbook/flags/cg-flag.gif +share/rmap/factbook/flags/cg-flag.html +share/rmap/factbook/flags/ch-flag.gif +share/rmap/factbook/flags/ch-flag.html +share/rmap/factbook/flags/ci-flag.gif +share/rmap/factbook/flags/ci-flag.html +share/rmap/factbook/flags/cj-flag.gif +share/rmap/factbook/flags/cj-flag.html +share/rmap/factbook/flags/ck-flag.gif +share/rmap/factbook/flags/ck-flag.html +share/rmap/factbook/flags/cm-flag.gif +share/rmap/factbook/flags/cm-flag.html +share/rmap/factbook/flags/cn-flag.gif +share/rmap/factbook/flags/cn-flag.html +share/rmap/factbook/flags/co-flag.gif +share/rmap/factbook/flags/co-flag.html +share/rmap/factbook/flags/cq-flag.gif +share/rmap/factbook/flags/cq-flag.html +share/rmap/factbook/flags/cr-flag.gif +share/rmap/factbook/flags/cr-flag.html +share/rmap/factbook/flags/cr-lgflag.gif +share/rmap/factbook/flags/cs-flag.gif +share/rmap/factbook/flags/cs-flag.html +share/rmap/factbook/flags/ct-flag.gif +share/rmap/factbook/flags/ct-flag.html +share/rmap/factbook/flags/cu-flag.gif +share/rmap/factbook/flags/cu-flag.html +share/rmap/factbook/flags/cv-flag.gif +share/rmap/factbook/flags/cv-flag.html +share/rmap/factbook/flags/cw-flag.gif +share/rmap/factbook/flags/cw-flag.html +share/rmap/factbook/flags/cy-flag.gif +share/rmap/factbook/flags/cy-flag.html +share/rmap/factbook/flags/da-flag.gif +share/rmap/factbook/flags/da-flag.html +share/rmap/factbook/flags/dj-flag.gif +share/rmap/factbook/flags/dj-flag.html +share/rmap/factbook/flags/do-flag.gif +share/rmap/factbook/flags/do-flag.html +share/rmap/factbook/flags/dq-flag.gif +share/rmap/factbook/flags/dq-flag.html +share/rmap/factbook/flags/dq-lgflag.gif +share/rmap/factbook/flags/dr-flag.gif +share/rmap/factbook/flags/dr-flag.html +share/rmap/factbook/flags/ec-flag.gif +share/rmap/factbook/flags/ec-flag.html +share/rmap/factbook/flags/eg-flag.gif +share/rmap/factbook/flags/eg-flag.html +share/rmap/factbook/flags/ei-flag.gif +share/rmap/factbook/flags/ei-flag.html +share/rmap/factbook/flags/ek-flag.gif +share/rmap/factbook/flags/ek-flag.html +share/rmap/factbook/flags/en-flag.gif +share/rmap/factbook/flags/en-flag.html +share/rmap/factbook/flags/er-flag.gif +share/rmap/factbook/flags/er-flag.html +share/rmap/factbook/flags/es-flag.gif +share/rmap/factbook/flags/es-flag.html +share/rmap/factbook/flags/et-flag.gif +share/rmap/factbook/flags/et-flag.html +share/rmap/factbook/flags/eu-flag.gif +share/rmap/factbook/flags/eu-flag.html +share/rmap/factbook/flags/eu-lgflag.gif +share/rmap/factbook/flags/ez-flag.gif +share/rmap/factbook/flags/ez-flag.html +share/rmap/factbook/flags/fg-flag.gif +share/rmap/factbook/flags/fg-flag.html +share/rmap/factbook/flags/fi-flag.gif +share/rmap/factbook/flags/fi-flag.html +share/rmap/factbook/flags/fj-flag.gif +share/rmap/factbook/flags/fj-flag.html +share/rmap/factbook/flags/fk-flag.gif +share/rmap/factbook/flags/fk-flag.html +share/rmap/factbook/flags/fm-flag.gif +share/rmap/factbook/flags/fm-flag.html +share/rmap/factbook/flags/fo-flag.gif +share/rmap/factbook/flags/fo-flag.html +share/rmap/factbook/flags/fp-flag.gif +share/rmap/factbook/flags/fp-flag.html +share/rmap/factbook/flags/fq-flag.gif +share/rmap/factbook/flags/fq-flag.html +share/rmap/factbook/flags/fq-lgflag.gif +share/rmap/factbook/flags/fr-flag.gif +share/rmap/factbook/flags/fr-flag.html +share/rmap/factbook/flags/fs-flag.gif +share/rmap/factbook/flags/fs-flag.html +share/rmap/factbook/flags/fs-lgflag.gif +share/rmap/factbook/flags/ga-flag.gif +share/rmap/factbook/flags/ga-flag.html +share/rmap/factbook/flags/gb-flag.gif +share/rmap/factbook/flags/gb-flag.html +share/rmap/factbook/flags/gg-flag.gif +share/rmap/factbook/flags/gg-flag.html +share/rmap/factbook/flags/gh-flag.gif +share/rmap/factbook/flags/gh-flag.html +share/rmap/factbook/flags/gi-flag.gif +share/rmap/factbook/flags/gi-flag.html +share/rmap/factbook/flags/gj-flag.gif +share/rmap/factbook/flags/gj-flag.html +share/rmap/factbook/flags/gk-flag.gif +share/rmap/factbook/flags/gk-flag.html +share/rmap/factbook/flags/gl-flag.gif +share/rmap/factbook/flags/gl-flag.html +share/rmap/factbook/flags/gm-flag.gif +share/rmap/factbook/flags/gm-flag.html +share/rmap/factbook/flags/go-flag.gif +share/rmap/factbook/flags/go-flag.html +share/rmap/factbook/flags/go-lgflag.gif +share/rmap/factbook/flags/gp-flag.gif +share/rmap/factbook/flags/gp-flag.html +share/rmap/factbook/flags/gq-flag.gif +share/rmap/factbook/flags/gq-flag.html +share/rmap/factbook/flags/gr-flag.gif +share/rmap/factbook/flags/gr-flag.html +share/rmap/factbook/flags/gt-flag.gif +share/rmap/factbook/flags/gt-flag.html +share/rmap/factbook/flags/gv-flag.gif +share/rmap/factbook/flags/gv-flag.html +share/rmap/factbook/flags/gy-flag.gif +share/rmap/factbook/flags/gy-flag.html +share/rmap/factbook/flags/ha-flag.gif +share/rmap/factbook/flags/ha-flag.html +share/rmap/factbook/flags/hk-flag.gif +share/rmap/factbook/flags/hk-flag.html +share/rmap/factbook/flags/hm-flag.gif +share/rmap/factbook/flags/hm-flag.html +share/rmap/factbook/flags/hm-lgflag.gif +share/rmap/factbook/flags/ho-flag.gif +share/rmap/factbook/flags/ho-flag.html +share/rmap/factbook/flags/hq-flag.gif +share/rmap/factbook/flags/hq-flag.html +share/rmap/factbook/flags/hq-lgflag.gif +share/rmap/factbook/flags/hr-flag.gif +share/rmap/factbook/flags/hr-flag.html +share/rmap/factbook/flags/hu-flag.gif +share/rmap/factbook/flags/hu-flag.html +share/rmap/factbook/flags/ic-flag.gif +share/rmap/factbook/flags/ic-flag.html +share/rmap/factbook/flags/id-flag.gif +share/rmap/factbook/flags/id-flag.html +share/rmap/factbook/flags/im-flag.gif +share/rmap/factbook/flags/im-flag.html +share/rmap/factbook/flags/in-flag.gif +share/rmap/factbook/flags/in-flag.html +share/rmap/factbook/flags/io-flag.gif +share/rmap/factbook/flags/io-flag.html +share/rmap/factbook/flags/ip-flag.gif +share/rmap/factbook/flags/ip-flag.html +share/rmap/factbook/flags/ip-lgflag.gif +share/rmap/factbook/flags/ir-flag.gif +share/rmap/factbook/flags/ir-flag.html +share/rmap/factbook/flags/is-flag.gif +share/rmap/factbook/flags/is-flag.html +share/rmap/factbook/flags/it-flag.gif +share/rmap/factbook/flags/it-flag.html +share/rmap/factbook/flags/iv-flag.gif +share/rmap/factbook/flags/iv-flag.html +share/rmap/factbook/flags/iz-flag.gif +share/rmap/factbook/flags/iz-flag.html +share/rmap/factbook/flags/ja-flag.gif +share/rmap/factbook/flags/ja-flag.html +share/rmap/factbook/flags/je-flag.gif +share/rmap/factbook/flags/je-flag.html +share/rmap/factbook/flags/jm-flag.gif +share/rmap/factbook/flags/jm-flag.html +share/rmap/factbook/flags/jn-flag.gif +share/rmap/factbook/flags/jn-flag.html +share/rmap/factbook/flags/jn-lgflag.gif +share/rmap/factbook/flags/jo-flag.gif +share/rmap/factbook/flags/jo-flag.html +share/rmap/factbook/flags/jq-flag.gif +share/rmap/factbook/flags/jq-flag.html +share/rmap/factbook/flags/ju-flag.gif +share/rmap/factbook/flags/ju-flag.html +share/rmap/factbook/flags/ju-lgflag.gif +share/rmap/factbook/flags/ke-flag.gif +share/rmap/factbook/flags/ke-flag.html +share/rmap/factbook/flags/kg-flag.gif +share/rmap/factbook/flags/kg-flag.html +share/rmap/factbook/flags/kn-flag.gif +share/rmap/factbook/flags/kn-flag.html +share/rmap/factbook/flags/kq-flag.gif +share/rmap/factbook/flags/kq-flag.html +share/rmap/factbook/flags/kq-lgflag.gif +share/rmap/factbook/flags/kr-flag.gif +share/rmap/factbook/flags/kr-flag.html +share/rmap/factbook/flags/ks-flag.gif +share/rmap/factbook/flags/ks-flag.html +share/rmap/factbook/flags/kt-flag.gif +share/rmap/factbook/flags/kt-flag.html +share/rmap/factbook/flags/ku-flag.gif +share/rmap/factbook/flags/ku-flag.html +share/rmap/factbook/flags/kz-flag.gif +share/rmap/factbook/flags/kz-flag.html +share/rmap/factbook/flags/la-flag.gif +share/rmap/factbook/flags/la-flag.html +share/rmap/factbook/flags/le-flag.gif +share/rmap/factbook/flags/le-flag.html +share/rmap/factbook/flags/lg-flag.gif +share/rmap/factbook/flags/lg-flag.html +share/rmap/factbook/flags/lh-flag.gif +share/rmap/factbook/flags/lh-flag.html +share/rmap/factbook/flags/li-flag.gif +share/rmap/factbook/flags/li-flag.html +share/rmap/factbook/flags/lo-flag.gif +share/rmap/factbook/flags/lo-flag.html +share/rmap/factbook/flags/lq-flag.gif +share/rmap/factbook/flags/lq-flag.html +share/rmap/factbook/flags/lq-lgflag.gif +share/rmap/factbook/flags/ls-flag.gif +share/rmap/factbook/flags/ls-flag.html +share/rmap/factbook/flags/lt-flag.gif +share/rmap/factbook/flags/lt-flag.html +share/rmap/factbook/flags/lu-flag.gif +share/rmap/factbook/flags/lu-flag.html +share/rmap/factbook/flags/ly-flag.gif +share/rmap/factbook/flags/ly-flag.html +share/rmap/factbook/flags/ma-flag.gif +share/rmap/factbook/flags/ma-flag.html +share/rmap/factbook/flags/mb-flag.gif +share/rmap/factbook/flags/mb-flag.html +share/rmap/factbook/flags/mc-flag.gif +share/rmap/factbook/flags/mc-flag.html +share/rmap/factbook/flags/md-flag.gif +share/rmap/factbook/flags/md-flag.html +share/rmap/factbook/flags/mf-flag.gif +share/rmap/factbook/flags/mf-flag.html +share/rmap/factbook/flags/mg-flag.gif +share/rmap/factbook/flags/mg-flag.html +share/rmap/factbook/flags/mh-flag.gif +share/rmap/factbook/flags/mh-flag.html +share/rmap/factbook/flags/mi-flag.gif +share/rmap/factbook/flags/mi-flag.html +share/rmap/factbook/flags/mk-flag.gif +share/rmap/factbook/flags/mk-flag.html +share/rmap/factbook/flags/ml-flag.gif +share/rmap/factbook/flags/ml-flag.html +share/rmap/factbook/flags/mn-flag.gif +share/rmap/factbook/flags/mn-flag.html +share/rmap/factbook/flags/mo-flag.gif +share/rmap/factbook/flags/mo-flag.html +share/rmap/factbook/flags/mp-flag.gif +share/rmap/factbook/flags/mp-flag.html +share/rmap/factbook/flags/mq-flag.gif +share/rmap/factbook/flags/mq-flag.html +share/rmap/factbook/flags/mq-lgflag.gif +share/rmap/factbook/flags/mr-flag.gif +share/rmap/factbook/flags/mr-flag.html +share/rmap/factbook/flags/mt-flag.gif +share/rmap/factbook/flags/mt-flag.html +share/rmap/factbook/flags/mu-flag.gif +share/rmap/factbook/flags/mu-flag.html +share/rmap/factbook/flags/mv-flag.gif +share/rmap/factbook/flags/mv-flag.html +share/rmap/factbook/flags/mx-flag.gif +share/rmap/factbook/flags/mx-flag.html +share/rmap/factbook/flags/my-flag.gif +share/rmap/factbook/flags/my-flag.html +share/rmap/factbook/flags/mz-flag.gif +share/rmap/factbook/flags/mz-flag.html +share/rmap/factbook/flags/nc-flag.gif +share/rmap/factbook/flags/nc-flag.html +share/rmap/factbook/flags/ne-flag.gif +share/rmap/factbook/flags/ne-flag.html +share/rmap/factbook/flags/nf-flag.gif +share/rmap/factbook/flags/nf-flag.html +share/rmap/factbook/flags/ng-flag.gif +share/rmap/factbook/flags/ng-flag.html +share/rmap/factbook/flags/nh-flag.gif +share/rmap/factbook/flags/nh-flag.html +share/rmap/factbook/flags/ni-flag.gif +share/rmap/factbook/flags/ni-flag.html +share/rmap/factbook/flags/nl-flag.gif +share/rmap/factbook/flags/nl-flag.html +share/rmap/factbook/flags/no-flag.gif +share/rmap/factbook/flags/no-flag.html +share/rmap/factbook/flags/np-flag.gif +share/rmap/factbook/flags/np-flag.html +share/rmap/factbook/flags/nr-flag.gif +share/rmap/factbook/flags/nr-flag.html +share/rmap/factbook/flags/ns-flag.gif +share/rmap/factbook/flags/ns-flag.html +share/rmap/factbook/flags/nt-flag.gif +share/rmap/factbook/flags/nt-flag.html +share/rmap/factbook/flags/nu-flag.gif +share/rmap/factbook/flags/nu-flag.html +share/rmap/factbook/flags/nz-flag.gif +share/rmap/factbook/flags/nz-flag.html +share/rmap/factbook/flags/pa-flag.gif +share/rmap/factbook/flags/pa-flag.html +share/rmap/factbook/flags/pc-flag.gif +share/rmap/factbook/flags/pc-flag.html +share/rmap/factbook/flags/pe-flag.gif +share/rmap/factbook/flags/pe-flag.html +share/rmap/factbook/flags/pk-flag.gif +share/rmap/factbook/flags/pk-flag.html +share/rmap/factbook/flags/pl-flag.gif +share/rmap/factbook/flags/pl-flag.html +share/rmap/factbook/flags/pm-flag.gif +share/rmap/factbook/flags/pm-flag.html +share/rmap/factbook/flags/po-flag.gif +share/rmap/factbook/flags/po-flag.html +share/rmap/factbook/flags/pp-flag.gif +share/rmap/factbook/flags/pp-flag.html +share/rmap/factbook/flags/ps-flag.gif +share/rmap/factbook/flags/ps-flag.html +share/rmap/factbook/flags/pu-flag.gif +share/rmap/factbook/flags/pu-flag.html +share/rmap/factbook/flags/qa-flag.gif +share/rmap/factbook/flags/qa-flag.html +share/rmap/factbook/flags/re-flag.gif +share/rmap/factbook/flags/re-flag.html +share/rmap/factbook/flags/rm-flag.gif +share/rmap/factbook/flags/rm-flag.html +share/rmap/factbook/flags/ro-flag.gif +share/rmap/factbook/flags/ro-flag.html +share/rmap/factbook/flags/rp-flag.gif +share/rmap/factbook/flags/rp-flag.html +share/rmap/factbook/flags/rq-flag.gif +share/rmap/factbook/flags/rq-flag.html +share/rmap/factbook/flags/rs-flag.gif +share/rmap/factbook/flags/rs-flag.html +share/rmap/factbook/flags/rw-flag.gif +share/rmap/factbook/flags/rw-flag.html +share/rmap/factbook/flags/sa-flag.gif +share/rmap/factbook/flags/sa-flag.html +share/rmap/factbook/flags/sb-flag.gif +share/rmap/factbook/flags/sb-flag.html +share/rmap/factbook/flags/sc-flag.gif +share/rmap/factbook/flags/sc-flag.html +share/rmap/factbook/flags/se-flag.gif +share/rmap/factbook/flags/se-flag.html +share/rmap/factbook/flags/sf-flag.gif +share/rmap/factbook/flags/sf-flag.html +share/rmap/factbook/flags/sg-flag.gif +share/rmap/factbook/flags/sg-flag.html +share/rmap/factbook/flags/sh-flag.gif +share/rmap/factbook/flags/sh-flag.html +share/rmap/factbook/flags/si-flag.gif +share/rmap/factbook/flags/si-flag.html +share/rmap/factbook/flags/sl-flag.gif +share/rmap/factbook/flags/sl-flag.html +share/rmap/factbook/flags/sm-flag.gif +share/rmap/factbook/flags/sm-flag.html +share/rmap/factbook/flags/sn-flag.gif +share/rmap/factbook/flags/sn-flag.html +share/rmap/factbook/flags/so-flag.gif +share/rmap/factbook/flags/so-flag.html +share/rmap/factbook/flags/sp-flag.gif +share/rmap/factbook/flags/sp-flag.html +share/rmap/factbook/flags/st-flag.gif +share/rmap/factbook/flags/st-flag.html +share/rmap/factbook/flags/su-flag.gif +share/rmap/factbook/flags/su-flag.html +share/rmap/factbook/flags/sv-flag.gif +share/rmap/factbook/flags/sv-flag.html +share/rmap/factbook/flags/sw-flag.gif +share/rmap/factbook/flags/sw-flag.html +share/rmap/factbook/flags/sx-flag.gif +share/rmap/factbook/flags/sx-flag.html +share/rmap/factbook/flags/sy-flag.gif +share/rmap/factbook/flags/sy-flag.html +share/rmap/factbook/flags/sz-flag.gif +share/rmap/factbook/flags/sz-flag.html +share/rmap/factbook/flags/tc-flag.gif +share/rmap/factbook/flags/tc-flag.html +share/rmap/factbook/flags/td-flag.gif +share/rmap/factbook/flags/td-flag.html +share/rmap/factbook/flags/te-flag.gif +share/rmap/factbook/flags/te-flag.html +share/rmap/factbook/flags/te-lgflag.gif +share/rmap/factbook/flags/th-flag.gif +share/rmap/factbook/flags/th-flag.html +share/rmap/factbook/flags/ti-flag.gif +share/rmap/factbook/flags/ti-flag.html +share/rmap/factbook/flags/tk-flag.gif +share/rmap/factbook/flags/tk-flag.html +share/rmap/factbook/flags/tl-flag.gif +share/rmap/factbook/flags/tl-flag.html +share/rmap/factbook/flags/tl-lgflag.gif +share/rmap/factbook/flags/tn-flag.gif +share/rmap/factbook/flags/tn-flag.html +share/rmap/factbook/flags/to-flag.gif +share/rmap/factbook/flags/to-flag.html +share/rmap/factbook/flags/tp-flag.gif +share/rmap/factbook/flags/tp-flag.html +share/rmap/factbook/flags/ts-flag.gif +share/rmap/factbook/flags/ts-flag.html +share/rmap/factbook/flags/tt-flag.gif +share/rmap/factbook/flags/tt-flag.html +share/rmap/factbook/flags/tu-flag.gif +share/rmap/factbook/flags/tu-flag.html +share/rmap/factbook/flags/tv-flag.gif +share/rmap/factbook/flags/tv-flag.html +share/rmap/factbook/flags/tw-flag.gif +share/rmap/factbook/flags/tw-flag.html +share/rmap/factbook/flags/tx-flag.gif +share/rmap/factbook/flags/tx-flag.html +share/rmap/factbook/flags/tz-flag.gif +share/rmap/factbook/flags/tz-flag.html +share/rmap/factbook/flags/ug-flag.gif +share/rmap/factbook/flags/ug-flag.html +share/rmap/factbook/flags/uk-flag.gif +share/rmap/factbook/flags/uk-flag.html +share/rmap/factbook/flags/up-flag.gif +share/rmap/factbook/flags/up-flag.html +share/rmap/factbook/flags/us-flag.gif +share/rmap/factbook/flags/us-flag.html +share/rmap/factbook/flags/uv-flag.gif +share/rmap/factbook/flags/uv-flag.html +share/rmap/factbook/flags/uy-flag.gif +share/rmap/factbook/flags/uy-flag.html +share/rmap/factbook/flags/uz-flag.gif +share/rmap/factbook/flags/uz-flag.html +share/rmap/factbook/flags/vc-flag.gif +share/rmap/factbook/flags/vc-flag.html +share/rmap/factbook/flags/ve-flag.gif +share/rmap/factbook/flags/ve-flag.html +share/rmap/factbook/flags/vi-flag.gif +share/rmap/factbook/flags/vi-flag.html +share/rmap/factbook/flags/vm-flag.gif +share/rmap/factbook/flags/vm-flag.html +share/rmap/factbook/flags/vq-flag.gif +share/rmap/factbook/flags/vq-flag.html +share/rmap/factbook/flags/vt-flag.gif +share/rmap/factbook/flags/vt-flag.html +share/rmap/factbook/flags/wa-flag.gif +share/rmap/factbook/flags/wa-flag.html +share/rmap/factbook/flags/wf-flag.gif +share/rmap/factbook/flags/wf-flag.html +share/rmap/factbook/flags/wq-flag.gif +share/rmap/factbook/flags/wq-flag.html +share/rmap/factbook/flags/ws-flag.gif +share/rmap/factbook/flags/ws-flag.html +share/rmap/factbook/flags/wz-flag.gif +share/rmap/factbook/flags/wz-flag.html +share/rmap/factbook/flags/yi-flag.gif +share/rmap/factbook/flags/yi-flag.html +share/rmap/factbook/flags/ym-flag.gif +share/rmap/factbook/flags/ym-flag.html +share/rmap/factbook/flags/za-flag.gif +share/rmap/factbook/flags/za-flag.html +share/rmap/factbook/flags/zi-flag.gif +share/rmap/factbook/flags/zi-flag.html +share/rmap/factbook/geos/aa.html +share/rmap/factbook/geos/ac.html +share/rmap/factbook/geos/af.html +share/rmap/factbook/geos/ag.html +share/rmap/factbook/geos/aj.html +share/rmap/factbook/geos/al.html +share/rmap/factbook/geos/am.html +share/rmap/factbook/geos/an.html +share/rmap/factbook/geos/ao.html +share/rmap/factbook/geos/aq.html +share/rmap/factbook/geos/ar.html +share/rmap/factbook/geos/as.html +share/rmap/factbook/geos/at.html +share/rmap/factbook/geos/au.html +share/rmap/factbook/geos/av.html +share/rmap/factbook/geos/ay.html +share/rmap/factbook/geos/ba.html +share/rmap/factbook/geos/bb.html +share/rmap/factbook/geos/bc.html +share/rmap/factbook/geos/bd.html +share/rmap/factbook/geos/be.html +share/rmap/factbook/geos/bf.html +share/rmap/factbook/geos/bg.html +share/rmap/factbook/geos/bh.html +share/rmap/factbook/geos/bk.html +share/rmap/factbook/geos/bl.html +share/rmap/factbook/geos/bm.html +share/rmap/factbook/geos/bn.html +share/rmap/factbook/geos/bo.html +share/rmap/factbook/geos/bp.html +share/rmap/factbook/geos/bq.html +share/rmap/factbook/geos/br.html +share/rmap/factbook/geos/bs.html +share/rmap/factbook/geos/bt.html +share/rmap/factbook/geos/bu.html +share/rmap/factbook/geos/bv.html +share/rmap/factbook/geos/bx.html +share/rmap/factbook/geos/by.html +share/rmap/factbook/geos/ca.html +share/rmap/factbook/geos/cb.html +share/rmap/factbook/geos/cd.html +share/rmap/factbook/geos/ce.html +share/rmap/factbook/geos/cf.html +share/rmap/factbook/geos/cg.html +share/rmap/factbook/geos/ch.html +share/rmap/factbook/geos/ci.html +share/rmap/factbook/geos/cj.html +share/rmap/factbook/geos/ck.html +share/rmap/factbook/geos/cm.html +share/rmap/factbook/geos/cn.html +share/rmap/factbook/geos/co.html +share/rmap/factbook/geos/cq.html +share/rmap/factbook/geos/cr.html +share/rmap/factbook/geos/cs.html +share/rmap/factbook/geos/ct.html +share/rmap/factbook/geos/cu.html +share/rmap/factbook/geos/cv.html +share/rmap/factbook/geos/cw.html +share/rmap/factbook/geos/cy.html +share/rmap/factbook/geos/da.html +share/rmap/factbook/geos/dj.html +share/rmap/factbook/geos/do.html +share/rmap/factbook/geos/dq.html +share/rmap/factbook/geos/dr.html +share/rmap/factbook/geos/ec.html +share/rmap/factbook/geos/eg.html +share/rmap/factbook/geos/ei.html +share/rmap/factbook/geos/ek.html +share/rmap/factbook/geos/en.html +share/rmap/factbook/geos/er.html +share/rmap/factbook/geos/es.html +share/rmap/factbook/geos/et.html +share/rmap/factbook/geos/eu.html +share/rmap/factbook/geos/ez.html +share/rmap/factbook/geos/fg.html +share/rmap/factbook/geos/fi.html +share/rmap/factbook/geos/fj.html +share/rmap/factbook/geos/fk.html +share/rmap/factbook/geos/fm.html +share/rmap/factbook/geos/fo.html +share/rmap/factbook/geos/fp.html +share/rmap/factbook/geos/fq.html +share/rmap/factbook/geos/fr.html +share/rmap/factbook/geos/fs.html +share/rmap/factbook/geos/ga.html +share/rmap/factbook/geos/gb.html +share/rmap/factbook/geos/gg.html +share/rmap/factbook/geos/gh.html +share/rmap/factbook/geos/gi.html +share/rmap/factbook/geos/gj.html +share/rmap/factbook/geos/gk.html +share/rmap/factbook/geos/gl.html +share/rmap/factbook/geos/gm.html +share/rmap/factbook/geos/go.html +share/rmap/factbook/geos/gp.html +share/rmap/factbook/geos/gq.html +share/rmap/factbook/geos/gr.html +share/rmap/factbook/geos/gt.html +share/rmap/factbook/geos/gv.html +share/rmap/factbook/geos/gy.html +share/rmap/factbook/geos/gz.html +share/rmap/factbook/geos/ha.html +share/rmap/factbook/geos/hk.html +share/rmap/factbook/geos/hm.html +share/rmap/factbook/geos/ho.html +share/rmap/factbook/geos/hq.html +share/rmap/factbook/geos/hr.html +share/rmap/factbook/geos/hu.html +share/rmap/factbook/geos/ic.html +share/rmap/factbook/geos/id.html +share/rmap/factbook/geos/im.html +share/rmap/factbook/geos/in.html +share/rmap/factbook/geos/io.html +share/rmap/factbook/geos/ip.html +share/rmap/factbook/geos/ir.html +share/rmap/factbook/geos/is.html +share/rmap/factbook/geos/it.html +share/rmap/factbook/geos/iv.html +share/rmap/factbook/geos/iz.html +share/rmap/factbook/geos/ja.html +share/rmap/factbook/geos/je.html +share/rmap/factbook/geos/jm.html +share/rmap/factbook/geos/jn.html +share/rmap/factbook/geos/jo.html +share/rmap/factbook/geos/jq.html +share/rmap/factbook/geos/ju.html +share/rmap/factbook/geos/ke.html +share/rmap/factbook/geos/kg.html +share/rmap/factbook/geos/kn.html +share/rmap/factbook/geos/kq.html +share/rmap/factbook/geos/kr.html +share/rmap/factbook/geos/ks.html +share/rmap/factbook/geos/kt.html +share/rmap/factbook/geos/ku.html +share/rmap/factbook/geos/kz.html +share/rmap/factbook/geos/la.html +share/rmap/factbook/geos/le.html +share/rmap/factbook/geos/lg.html +share/rmap/factbook/geos/lh.html +share/rmap/factbook/geos/li.html +share/rmap/factbook/geos/lo.html +share/rmap/factbook/geos/lq.html +share/rmap/factbook/geos/ls.html +share/rmap/factbook/geos/lt.html +share/rmap/factbook/geos/lu.html +share/rmap/factbook/geos/ly.html +share/rmap/factbook/geos/ma.html +share/rmap/factbook/geos/mb.html +share/rmap/factbook/geos/mc.html +share/rmap/factbook/geos/md.html +share/rmap/factbook/geos/mf.html +share/rmap/factbook/geos/mg.html +share/rmap/factbook/geos/mh.html +share/rmap/factbook/geos/mi.html +share/rmap/factbook/geos/mk.html +share/rmap/factbook/geos/ml.html +share/rmap/factbook/geos/mn.html +share/rmap/factbook/geos/mo.html +share/rmap/factbook/geos/mp.html +share/rmap/factbook/geos/mq.html +share/rmap/factbook/geos/mr.html +share/rmap/factbook/geos/mt.html +share/rmap/factbook/geos/mu.html +share/rmap/factbook/geos/mv.html +share/rmap/factbook/geos/mx.html +share/rmap/factbook/geos/my.html +share/rmap/factbook/geos/mz.html +share/rmap/factbook/geos/nc.html +share/rmap/factbook/geos/ne.html +share/rmap/factbook/geos/nf.html +share/rmap/factbook/geos/ng.html +share/rmap/factbook/geos/nh.html +share/rmap/factbook/geos/ni.html +share/rmap/factbook/geos/nl.html +share/rmap/factbook/geos/no.html +share/rmap/factbook/geos/np.html +share/rmap/factbook/geos/nr.html +share/rmap/factbook/geos/ns.html +share/rmap/factbook/geos/nt.html +share/rmap/factbook/geos/nu.html +share/rmap/factbook/geos/nz.html +share/rmap/factbook/geos/pa.html +share/rmap/factbook/geos/pc.html +share/rmap/factbook/geos/pe.html +share/rmap/factbook/geos/pk.html +share/rmap/factbook/geos/pl.html +share/rmap/factbook/geos/pm.html +share/rmap/factbook/geos/po.html +share/rmap/factbook/geos/pp.html +share/rmap/factbook/geos/ps.html +share/rmap/factbook/geos/pu.html +share/rmap/factbook/geos/qa.html +share/rmap/factbook/geos/re.html +share/rmap/factbook/geos/rm.html +share/rmap/factbook/geos/ro.html +share/rmap/factbook/geos/rp.html +share/rmap/factbook/geos/rq.html +share/rmap/factbook/geos/rs.html +share/rmap/factbook/geos/rw.html +share/rmap/factbook/geos/sa.html +share/rmap/factbook/geos/sb.html +share/rmap/factbook/geos/sc.html +share/rmap/factbook/geos/se.html +share/rmap/factbook/geos/sf.html +share/rmap/factbook/geos/sg.html +share/rmap/factbook/geos/sh.html +share/rmap/factbook/geos/si.html +share/rmap/factbook/geos/sl.html +share/rmap/factbook/geos/sm.html +share/rmap/factbook/geos/sn.html +share/rmap/factbook/geos/so.html +share/rmap/factbook/geos/sp.html +share/rmap/factbook/geos/st.html +share/rmap/factbook/geos/su.html +share/rmap/factbook/geos/sv.html +share/rmap/factbook/geos/sw.html +share/rmap/factbook/geos/sx.html +share/rmap/factbook/geos/sy.html +share/rmap/factbook/geos/sz.html +share/rmap/factbook/geos/tc.html +share/rmap/factbook/geos/td.html +share/rmap/factbook/geos/te.html +share/rmap/factbook/geos/th.html +share/rmap/factbook/geos/ti.html +share/rmap/factbook/geos/tk.html +share/rmap/factbook/geos/tl.html +share/rmap/factbook/geos/tn.html +share/rmap/factbook/geos/to.html +share/rmap/factbook/geos/tp.html +share/rmap/factbook/geos/ts.html +share/rmap/factbook/geos/tt.html +share/rmap/factbook/geos/tu.html +share/rmap/factbook/geos/tv.html +share/rmap/factbook/geos/tw.html +share/rmap/factbook/geos/tx.html +share/rmap/factbook/geos/tz.html +share/rmap/factbook/geos/ug.html +share/rmap/factbook/geos/uk.html +share/rmap/factbook/geos/up.html +share/rmap/factbook/geos/us.html +share/rmap/factbook/geos/uv.html +share/rmap/factbook/geos/uy.html +share/rmap/factbook/geos/uz.html +share/rmap/factbook/geos/vc.html +share/rmap/factbook/geos/ve.html +share/rmap/factbook/geos/vi.html +share/rmap/factbook/geos/vm.html +share/rmap/factbook/geos/vq.html +share/rmap/factbook/geos/vt.html +share/rmap/factbook/geos/wa.html +share/rmap/factbook/geos/we.html +share/rmap/factbook/geos/wf.html +share/rmap/factbook/geos/wi.html +share/rmap/factbook/geos/wq.html +share/rmap/factbook/geos/ws.html +share/rmap/factbook/geos/wz.html +share/rmap/factbook/geos/xx.html +share/rmap/factbook/geos/yi.html +share/rmap/factbook/geos/ym.html +share/rmap/factbook/geos/za.html +share/rmap/factbook/geos/zh.html +share/rmap/factbook/geos/zi.html +share/rmap/factbook/geos/zn.html +share/rmap/factbook/graphics/banner.jpg +share/rmap/factbook/graphics/bg_1.jpg +share/rmap/factbook/graphics/bg_1frame.jpg +share/rmap/factbook/graphics/bg_2.gif +share/rmap/factbook/graphics/bg_2.jpg +share/rmap/factbook/graphics/bg_left.jpg +share/rmap/factbook/graphics/bottombanner.jpg +share/rmap/factbook/graphics/categories.jpg +share/rmap/factbook/graphics/cornertab.jpg +share/rmap/factbook/graphics/dictionary.jpg +share/rmap/factbook/graphics/flaginterface/flagpanel_r1_c1.jpg +share/rmap/factbook/graphics/flaginterface/flagpanel_r1_c2.jpg +share/rmap/factbook/graphics/flaginterface/flagpanel_r1_c3.jpg +share/rmap/factbook/graphics/flaginterface/flagpanel_r3_c2.jpg +share/rmap/factbook/graphics/gallery.jpg +share/rmap/factbook/graphics/listing.jpg +share/rmap/factbook/graphics/metalpullnav.jpg +share/rmap/factbook/graphics/secondsetbuttons.jpg +share/rmap/factbook/graphics/text_cia_seal.jpg +share/rmap/factbook/graphics/text_wfb_seal.jpg +share/rmap/factbook/graphics/tilehdark.jpg +share/rmap/factbook/graphics/topbanner.jpg +share/rmap/factbook/graphics/trans174.gif +share/rmap/factbook/graphics/trans19.gif +share/rmap/factbook/graphics/window.jpg +share/rmap/factbook/index.html +share/rmap/factbook/maps/aa-map.gif +share/rmap/factbook/maps/ac-map.gif +share/rmap/factbook/maps/af-map.gif +share/rmap/factbook/maps/ag-map.gif +share/rmap/factbook/maps/aj-map.gif +share/rmap/factbook/maps/al-map.gif +share/rmap/factbook/maps/am-map.gif +share/rmap/factbook/maps/an-map.gif +share/rmap/factbook/maps/ao-map.gif +share/rmap/factbook/maps/aq-map.gif +share/rmap/factbook/maps/ar-map.gif +share/rmap/factbook/maps/as-map.gif +share/rmap/factbook/maps/at-map.gif +share/rmap/factbook/maps/au-map.gif +share/rmap/factbook/maps/av-map.gif +share/rmap/factbook/maps/ay-map.gif +share/rmap/factbook/maps/ba-map.gif +share/rmap/factbook/maps/bb-map.gif +share/rmap/factbook/maps/bc-map.gif +share/rmap/factbook/maps/bd-map.gif +share/rmap/factbook/maps/be-map.gif +share/rmap/factbook/maps/bf-map.gif +share/rmap/factbook/maps/bg-map.gif +share/rmap/factbook/maps/bh-map.gif +share/rmap/factbook/maps/bk-map.gif +share/rmap/factbook/maps/bl-map.gif +share/rmap/factbook/maps/bm-map.gif +share/rmap/factbook/maps/bn-map.gif +share/rmap/factbook/maps/bo-map.gif +share/rmap/factbook/maps/bp-map.gif +share/rmap/factbook/maps/bq-map.gif +share/rmap/factbook/maps/br-map.gif +share/rmap/factbook/maps/bs-map.gif +share/rmap/factbook/maps/bt-map.gif +share/rmap/factbook/maps/bu-map.gif +share/rmap/factbook/maps/bv-map.gif +share/rmap/factbook/maps/bx-map.gif +share/rmap/factbook/maps/by-map.gif +share/rmap/factbook/maps/ca-map.gif +share/rmap/factbook/maps/cb-map.gif +share/rmap/factbook/maps/cd-map.gif +share/rmap/factbook/maps/ce-map.gif +share/rmap/factbook/maps/cf-map.gif +share/rmap/factbook/maps/cg-map.gif +share/rmap/factbook/maps/ch-map.gif +share/rmap/factbook/maps/ci-map.gif +share/rmap/factbook/maps/cj-map.gif +share/rmap/factbook/maps/ck-map.gif +share/rmap/factbook/maps/cm-map.gif +share/rmap/factbook/maps/cn-map.gif +share/rmap/factbook/maps/co-map.gif +share/rmap/factbook/maps/cq-map.gif +share/rmap/factbook/maps/cr-map.gif +share/rmap/factbook/maps/cs-map.gif +share/rmap/factbook/maps/ct-map.gif +share/rmap/factbook/maps/cu-map.gif +share/rmap/factbook/maps/cv-map.gif +share/rmap/factbook/maps/cw-map.gif +share/rmap/factbook/maps/cy-map.gif +share/rmap/factbook/maps/da-map.gif +share/rmap/factbook/maps/dj-map.gif +share/rmap/factbook/maps/do-map.gif +share/rmap/factbook/maps/dq-map.gif +share/rmap/factbook/maps/dr-map.gif +share/rmap/factbook/maps/ec-map.gif +share/rmap/factbook/maps/eg-map.gif +share/rmap/factbook/maps/ei-map.gif +share/rmap/factbook/maps/ek-map.gif +share/rmap/factbook/maps/en-map.gif +share/rmap/factbook/maps/er-map.gif +share/rmap/factbook/maps/es-map.gif +share/rmap/factbook/maps/et-map.gif +share/rmap/factbook/maps/eu-map.gif +share/rmap/factbook/maps/ez-map.gif +share/rmap/factbook/maps/fg-map.gif +share/rmap/factbook/maps/fi-map.gif +share/rmap/factbook/maps/fj-map.gif +share/rmap/factbook/maps/fk-map.gif +share/rmap/factbook/maps/fm-map.gif +share/rmap/factbook/maps/fo-map.gif +share/rmap/factbook/maps/fp-map.gif +share/rmap/factbook/maps/fq-map.gif +share/rmap/factbook/maps/fr-map.gif +share/rmap/factbook/maps/fs-map.gif +share/rmap/factbook/maps/ga-map.gif +share/rmap/factbook/maps/gb-map.gif +share/rmap/factbook/maps/gg-map.gif +share/rmap/factbook/maps/gh-map.gif +share/rmap/factbook/maps/gi-map.gif +share/rmap/factbook/maps/gj-map.gif +share/rmap/factbook/maps/gk-map.gif +share/rmap/factbook/maps/gl-map.gif +share/rmap/factbook/maps/gm-map.gif +share/rmap/factbook/maps/go-map.gif +share/rmap/factbook/maps/gp-map.gif +share/rmap/factbook/maps/gq-map.gif +share/rmap/factbook/maps/gr-map.gif +share/rmap/factbook/maps/gt-map.gif +share/rmap/factbook/maps/gv-map.gif +share/rmap/factbook/maps/gy-map.gif +share/rmap/factbook/maps/gz-map.gif +share/rmap/factbook/maps/ha-map.gif +share/rmap/factbook/maps/hk-map.gif +share/rmap/factbook/maps/hm-map.gif +share/rmap/factbook/maps/ho-map.gif +share/rmap/factbook/maps/hq-map.gif +share/rmap/factbook/maps/hr-map.gif +share/rmap/factbook/maps/hu-map.gif +share/rmap/factbook/maps/ic-map.gif +share/rmap/factbook/maps/id-map.gif +share/rmap/factbook/maps/im-map.gif +share/rmap/factbook/maps/in-map.gif +share/rmap/factbook/maps/io-map.gif +share/rmap/factbook/maps/ip-map.gif +share/rmap/factbook/maps/ir-map.gif +share/rmap/factbook/maps/is-map.gif +share/rmap/factbook/maps/it-map.gif +share/rmap/factbook/maps/iv-map.gif +share/rmap/factbook/maps/iz-map.gif +share/rmap/factbook/maps/ja-map.gif +share/rmap/factbook/maps/je-map.gif +share/rmap/factbook/maps/jm-map.gif +share/rmap/factbook/maps/jn-map.gif +share/rmap/factbook/maps/jo-map.gif +share/rmap/factbook/maps/jq-map.gif +share/rmap/factbook/maps/ju-map.gif +share/rmap/factbook/maps/ke-map.gif +share/rmap/factbook/maps/kg-map.gif +share/rmap/factbook/maps/kn-map.gif +share/rmap/factbook/maps/kq-map.gif +share/rmap/factbook/maps/kr-map.gif +share/rmap/factbook/maps/ks-map.gif +share/rmap/factbook/maps/kt-map.gif +share/rmap/factbook/maps/ku-map.gif +share/rmap/factbook/maps/kz-map.gif +share/rmap/factbook/maps/la-map.gif +share/rmap/factbook/maps/le-map.gif +share/rmap/factbook/maps/lg-map.gif +share/rmap/factbook/maps/lh-map.gif +share/rmap/factbook/maps/li-map.gif +share/rmap/factbook/maps/lo-map.gif +share/rmap/factbook/maps/lq-map.gif +share/rmap/factbook/maps/ls-map.gif +share/rmap/factbook/maps/lt-map.gif +share/rmap/factbook/maps/lu-map.gif +share/rmap/factbook/maps/ly-map.gif +share/rmap/factbook/maps/ma-map.gif +share/rmap/factbook/maps/mb-map.gif +share/rmap/factbook/maps/mc-map.gif +share/rmap/factbook/maps/md-map.gif +share/rmap/factbook/maps/mf-map.gif +share/rmap/factbook/maps/mg-map.gif +share/rmap/factbook/maps/mh-map.gif +share/rmap/factbook/maps/mi-map.gif +share/rmap/factbook/maps/mk-map.gif +share/rmap/factbook/maps/ml-map.gif +share/rmap/factbook/maps/mn-map.gif +share/rmap/factbook/maps/mo-map.gif +share/rmap/factbook/maps/mp-map.gif +share/rmap/factbook/maps/mq-map.gif +share/rmap/factbook/maps/mr-map.gif +share/rmap/factbook/maps/mt-map.gif +share/rmap/factbook/maps/mu-map.gif +share/rmap/factbook/maps/mv-map.gif +share/rmap/factbook/maps/mx-map.gif +share/rmap/factbook/maps/my-map.gif +share/rmap/factbook/maps/mz-map.gif +share/rmap/factbook/maps/nc-map.gif +share/rmap/factbook/maps/ne-map.gif +share/rmap/factbook/maps/nf-map.gif +share/rmap/factbook/maps/ng-map.gif +share/rmap/factbook/maps/nh-map.gif +share/rmap/factbook/maps/ni-map.gif +share/rmap/factbook/maps/nl-map.gif +share/rmap/factbook/maps/no-map.gif +share/rmap/factbook/maps/np-map.gif +share/rmap/factbook/maps/nr-map.gif +share/rmap/factbook/maps/ns-map.gif +share/rmap/factbook/maps/nt-map.gif +share/rmap/factbook/maps/nu-map.gif +share/rmap/factbook/maps/nz-map.gif +share/rmap/factbook/maps/pa-map.gif +share/rmap/factbook/maps/pc-map.gif +share/rmap/factbook/maps/pe-map.gif +share/rmap/factbook/maps/pk-map.gif +share/rmap/factbook/maps/pl-map.gif +share/rmap/factbook/maps/pm-map.gif +share/rmap/factbook/maps/po-map.gif +share/rmap/factbook/maps/pp-map.gif +share/rmap/factbook/maps/ps-map.gif +share/rmap/factbook/maps/pu-map.gif +share/rmap/factbook/maps/qa-map.gif +share/rmap/factbook/maps/re-map.gif +share/rmap/factbook/maps/rm-map.gif +share/rmap/factbook/maps/ro-map.gif +share/rmap/factbook/maps/rp-map.gif +share/rmap/factbook/maps/rq-map.gif +share/rmap/factbook/maps/rs-map.gif +share/rmap/factbook/maps/rw-map.gif +share/rmap/factbook/maps/sa-map.gif +share/rmap/factbook/maps/sb-map.gif +share/rmap/factbook/maps/sc-map.gif +share/rmap/factbook/maps/se-map.gif +share/rmap/factbook/maps/sf-map.gif +share/rmap/factbook/maps/sg-map.gif +share/rmap/factbook/maps/sh-map.gif +share/rmap/factbook/maps/si-map.gif +share/rmap/factbook/maps/sl-map.gif +share/rmap/factbook/maps/sm-map.gif +share/rmap/factbook/maps/sn-map.gif +share/rmap/factbook/maps/so-map.gif +share/rmap/factbook/maps/sp-map.gif +share/rmap/factbook/maps/st-map.gif +share/rmap/factbook/maps/su-map.gif +share/rmap/factbook/maps/sv-map.gif +share/rmap/factbook/maps/sw-map.gif +share/rmap/factbook/maps/sx-map.gif +share/rmap/factbook/maps/sy-map.gif +share/rmap/factbook/maps/sz-map.gif +share/rmap/factbook/maps/tc-map.gif +share/rmap/factbook/maps/td-map.gif +share/rmap/factbook/maps/te-map.gif +share/rmap/factbook/maps/th-map.gif +share/rmap/factbook/maps/ti-map.gif +share/rmap/factbook/maps/tk-map.gif +share/rmap/factbook/maps/tl-map.gif +share/rmap/factbook/maps/tn-map.gif +share/rmap/factbook/maps/to-map.gif +share/rmap/factbook/maps/tp-map.gif +share/rmap/factbook/maps/ts-map.gif +share/rmap/factbook/maps/tt-map.gif +share/rmap/factbook/maps/tu-map.gif +share/rmap/factbook/maps/tv-map.gif +share/rmap/factbook/maps/tw-map.gif +share/rmap/factbook/maps/tx-map.gif +share/rmap/factbook/maps/tz-map.gif +share/rmap/factbook/maps/ug-map.gif +share/rmap/factbook/maps/uk-map.gif +share/rmap/factbook/maps/up-map.gif +share/rmap/factbook/maps/us-map.gif +share/rmap/factbook/maps/uv-map.gif +share/rmap/factbook/maps/uy-map.gif +share/rmap/factbook/maps/uz-map.gif +share/rmap/factbook/maps/vc-map.gif +share/rmap/factbook/maps/ve-map.gif +share/rmap/factbook/maps/vi-map.gif +share/rmap/factbook/maps/vm-map.gif +share/rmap/factbook/maps/vq-map.gif +share/rmap/factbook/maps/vt-map.gif +share/rmap/factbook/maps/wa-map.gif +share/rmap/factbook/maps/we-map.gif +share/rmap/factbook/maps/wf-map.gif +share/rmap/factbook/maps/wi-map.gif +share/rmap/factbook/maps/wq-map.gif +share/rmap/factbook/maps/ws-map.gif +share/rmap/factbook/maps/wz-map.gif +share/rmap/factbook/maps/xx-map.gif +share/rmap/factbook/maps/yi-map.gif +share/rmap/factbook/maps/ym-map.gif +share/rmap/factbook/maps/za-map.gif +share/rmap/factbook/maps/zh-map.gif +share/rmap/factbook/maps/zi-map.gif +share/rmap/factbook/maps/zn-map.gif +share/rmap/factbook/text/ad.txt +share/rmap/factbook/text/ae.txt +share/rmap/factbook/text/af.txt +share/rmap/factbook/text/ag.txt +share/rmap/factbook/text/ai.txt +share/rmap/factbook/text/al.txt +share/rmap/factbook/text/am.txt +share/rmap/factbook/text/an.txt +share/rmap/factbook/text/ao.txt +share/rmap/factbook/text/aq.txt +share/rmap/factbook/text/ar.txt +share/rmap/factbook/text/as.txt +share/rmap/factbook/text/at.txt +share/rmap/factbook/text/au.txt +share/rmap/factbook/text/aw.txt +share/rmap/factbook/text/az.txt +share/rmap/factbook/text/ba.txt +share/rmap/factbook/text/bb.txt +share/rmap/factbook/text/bd.txt +share/rmap/factbook/text/be.txt +share/rmap/factbook/text/bf.txt +share/rmap/factbook/text/bg.txt +share/rmap/factbook/text/bh.txt +share/rmap/factbook/text/bi.txt +share/rmap/factbook/text/bj.txt +share/rmap/factbook/text/bm.txt +share/rmap/factbook/text/bn.txt +share/rmap/factbook/text/bo.txt +share/rmap/factbook/text/br.txt +share/rmap/factbook/text/bs.txt +share/rmap/factbook/text/bt.txt +share/rmap/factbook/text/bv.txt +share/rmap/factbook/text/bw.txt +share/rmap/factbook/text/by.txt +share/rmap/factbook/text/bz.txt +share/rmap/factbook/text/ca.txt +share/rmap/factbook/text/cc.txt +share/rmap/factbook/text/cd.txt +share/rmap/factbook/text/cf.txt +share/rmap/factbook/text/cg.txt +share/rmap/factbook/text/ch.txt +share/rmap/factbook/text/ci.txt +share/rmap/factbook/text/ck.txt +share/rmap/factbook/text/cl.txt +share/rmap/factbook/text/cm.txt +share/rmap/factbook/text/cn.txt +share/rmap/factbook/text/co.txt +share/rmap/factbook/text/cr.txt +share/rmap/factbook/text/cu.txt +share/rmap/factbook/text/cv.txt +share/rmap/factbook/text/cx.txt +share/rmap/factbook/text/cy.txt +share/rmap/factbook/text/cz.txt +share/rmap/factbook/text/de.txt +share/rmap/factbook/text/dj.txt +share/rmap/factbook/text/dk.txt +share/rmap/factbook/text/dm.txt +share/rmap/factbook/text/do.txt +share/rmap/factbook/text/dz.txt +share/rmap/factbook/text/ec.txt +share/rmap/factbook/text/ee.txt +share/rmap/factbook/text/eg.txt +share/rmap/factbook/text/eh.txt +share/rmap/factbook/text/er.txt +share/rmap/factbook/text/es.txt +share/rmap/factbook/text/et.txt +share/rmap/factbook/text/fi.txt +share/rmap/factbook/text/fj.txt +share/rmap/factbook/text/fk.txt +share/rmap/factbook/text/fm.txt +share/rmap/factbook/text/fo.txt +share/rmap/factbook/text/fr.txt +share/rmap/factbook/text/ga.txt +share/rmap/factbook/text/gb.txt +share/rmap/factbook/text/gd.txt +share/rmap/factbook/text/ge.txt +share/rmap/factbook/text/gf.txt +share/rmap/factbook/text/gg.txt +share/rmap/factbook/text/gh.txt +share/rmap/factbook/text/gi.txt +share/rmap/factbook/text/gl.txt +share/rmap/factbook/text/gm.txt +share/rmap/factbook/text/gn.txt +share/rmap/factbook/text/gp.txt +share/rmap/factbook/text/gq.txt +share/rmap/factbook/text/gr.txt +share/rmap/factbook/text/gs.txt +share/rmap/factbook/text/gt.txt +share/rmap/factbook/text/gu.txt +share/rmap/factbook/text/gw.txt +share/rmap/factbook/text/gy.txt +share/rmap/factbook/text/hk.txt +share/rmap/factbook/text/hm.txt +share/rmap/factbook/text/hn.txt +share/rmap/factbook/text/hr.txt +share/rmap/factbook/text/ht.txt +share/rmap/factbook/text/hu.txt +share/rmap/factbook/text/id.txt +share/rmap/factbook/text/ie.txt +share/rmap/factbook/text/il.txt +share/rmap/factbook/text/im.txt +share/rmap/factbook/text/in.txt +share/rmap/factbook/text/io.txt +share/rmap/factbook/text/iq.txt +share/rmap/factbook/text/ir.txt +share/rmap/factbook/text/is.txt +share/rmap/factbook/text/it.txt +share/rmap/factbook/text/je.txt +share/rmap/factbook/text/jm.txt +share/rmap/factbook/text/jo.txt +share/rmap/factbook/text/jp.txt +share/rmap/factbook/text/ke.txt +share/rmap/factbook/text/kg.txt +share/rmap/factbook/text/kh.txt +share/rmap/factbook/text/ki.txt +share/rmap/factbook/text/km.txt +share/rmap/factbook/text/kn.txt +share/rmap/factbook/text/kp.txt +share/rmap/factbook/text/kr.txt +share/rmap/factbook/text/kw.txt +share/rmap/factbook/text/ky.txt +share/rmap/factbook/text/kz.txt +share/rmap/factbook/text/la.txt +share/rmap/factbook/text/lb.txt +share/rmap/factbook/text/lc.txt +share/rmap/factbook/text/li.txt +share/rmap/factbook/text/lk.txt +share/rmap/factbook/text/lr.txt +share/rmap/factbook/text/ls.txt +share/rmap/factbook/text/lt.txt +share/rmap/factbook/text/lu.txt +share/rmap/factbook/text/lv.txt +share/rmap/factbook/text/ly.txt +share/rmap/factbook/text/ma.txt +share/rmap/factbook/text/mc.txt +share/rmap/factbook/text/md.txt +share/rmap/factbook/text/mg.txt +share/rmap/factbook/text/mh.txt +share/rmap/factbook/text/mk.txt +share/rmap/factbook/text/ml.txt +share/rmap/factbook/text/mm.txt +share/rmap/factbook/text/mn.txt +share/rmap/factbook/text/mo.txt +share/rmap/factbook/text/mp.txt +share/rmap/factbook/text/mq.txt +share/rmap/factbook/text/mr.txt +share/rmap/factbook/text/ms.txt +share/rmap/factbook/text/mt.txt +share/rmap/factbook/text/mu.txt +share/rmap/factbook/text/mv.txt +share/rmap/factbook/text/mw.txt +share/rmap/factbook/text/mx.txt +share/rmap/factbook/text/my.txt +share/rmap/factbook/text/mz.txt +share/rmap/factbook/text/na.txt +share/rmap/factbook/text/nc.txt +share/rmap/factbook/text/ne.txt +share/rmap/factbook/text/nf.txt +share/rmap/factbook/text/ng.txt +share/rmap/factbook/text/ni.txt +share/rmap/factbook/text/nl.txt +share/rmap/factbook/text/no.txt +share/rmap/factbook/text/np.txt +share/rmap/factbook/text/nr.txt +share/rmap/factbook/text/nu.txt +share/rmap/factbook/text/nz.txt +share/rmap/factbook/text/om.txt +share/rmap/factbook/text/pa.txt +share/rmap/factbook/text/pc.txt +share/rmap/factbook/text/pe.txt +share/rmap/factbook/text/pf.txt +share/rmap/factbook/text/pg.txt +share/rmap/factbook/text/ph.txt +share/rmap/factbook/text/pk.txt +share/rmap/factbook/text/pl.txt +share/rmap/factbook/text/pm.txt +share/rmap/factbook/text/pn.txt +share/rmap/factbook/text/pr.txt +share/rmap/factbook/text/ps.txt +share/rmap/factbook/text/pt.txt +share/rmap/factbook/text/pw.txt +share/rmap/factbook/text/py.txt +share/rmap/factbook/text/qa.txt +share/rmap/factbook/text/re.txt +share/rmap/factbook/text/ro.txt +share/rmap/factbook/text/ru.txt +share/rmap/factbook/text/rw.txt +share/rmap/factbook/text/sa.txt +share/rmap/factbook/text/sb.txt +share/rmap/factbook/text/sc.txt +share/rmap/factbook/text/sd.txt +share/rmap/factbook/text/se.txt +share/rmap/factbook/text/sg.txt +share/rmap/factbook/text/sh.txt +share/rmap/factbook/text/si.txt +share/rmap/factbook/text/sj.txt +share/rmap/factbook/text/sk.txt +share/rmap/factbook/text/sl.txt +share/rmap/factbook/text/sm.txt +share/rmap/factbook/text/sn.txt +share/rmap/factbook/text/so.txt +share/rmap/factbook/text/sr.txt +share/rmap/factbook/text/st.txt +share/rmap/factbook/text/sv.txt +share/rmap/factbook/text/sy.txt +share/rmap/factbook/text/sz.txt +share/rmap/factbook/text/tc.txt +share/rmap/factbook/text/td.txt +share/rmap/factbook/text/tf.txt +share/rmap/factbook/text/tg.txt +share/rmap/factbook/text/th.txt +share/rmap/factbook/text/tj.txt +share/rmap/factbook/text/tk.txt +share/rmap/factbook/text/tm.txt +share/rmap/factbook/text/tn.txt +share/rmap/factbook/text/to.txt +share/rmap/factbook/text/tr.txt +share/rmap/factbook/text/tt.txt +share/rmap/factbook/text/tv.txt +share/rmap/factbook/text/tw.txt +share/rmap/factbook/text/tz.txt +share/rmap/factbook/text/ua.txt +share/rmap/factbook/text/ug.txt +share/rmap/factbook/text/us.txt +share/rmap/factbook/text/uy.txt +share/rmap/factbook/text/uz.txt +share/rmap/factbook/text/va.txt +share/rmap/factbook/text/vc.txt +share/rmap/factbook/text/ve.txt +share/rmap/factbook/text/vg.txt +share/rmap/factbook/text/vi.txt +share/rmap/factbook/text/vn.txt +share/rmap/factbook/text/vu.txt +share/rmap/factbook/text/wf.txt +share/rmap/factbook/text/ws.txt +share/rmap/factbook/text/ye.txt +share/rmap/factbook/text/yt.txt +share/rmap/factbook/text/yu.txt +share/rmap/factbook/text/za.txt +share/rmap/factbook/text/zm.txt +share/rmap/factbook/text/zw.txt share/rmap/flags/big/ad.xpm.gz share/rmap/flags/big/ae.xpm.gz share/rmap/flags/big/af.xpm.gz @@ -477,6 +1660,7 @@ share/rmap/flags/big/er.xpm.gz share/rmap/flags/big/es.xpm.gz share/rmap/flags/big/et.xpm.gz +share/rmap/flags/big/eu.xpm.gz share/rmap/flags/big/fi.xpm.gz share/rmap/flags/big/fj.xpm.gz share/rmap/flags/big/fk.xpm.gz @@ -824,6 +2008,7 @@ share/rmap/flags/small/er.xpm.gz share/rmap/flags/small/es.xpm.gz share/rmap/flags/small/et.xpm.gz +share/rmap/flags/small/eu.xpm.gz share/rmap/flags/small/fi.xpm.gz share/rmap/flags/small/fj.xpm.gz share/rmap/flags/small/fk.xpm.gz @@ -1058,6 +2243,7 @@ share/rmap/hymns/ag.mid share/rmap/hymns/al.mid share/rmap/hymns/am.mid +share/rmap/hymns/an.mid share/rmap/hymns/ao.mid share/rmap/hymns/ar.mid share/rmap/hymns/at.mid @@ -1077,12 +2263,14 @@ share/rmap/hymns/bs.mid share/rmap/hymns/bt.mid share/rmap/hymns/bw.mid -share/rmap/hymns/by.mid share/rmap/hymns/bz.mid share/rmap/hymns/ca.mid +share/rmap/hymns/cccp.mid +share/rmap/hymns/cd.mid share/rmap/hymns/cf.mid share/rmap/hymns/cg.mid share/rmap/hymns/ch.mid +share/rmap/hymns/ci.mid share/rmap/hymns/cl.mid share/rmap/hymns/cm.mid share/rmap/hymns/cn.mid @@ -1090,6 +2278,8 @@ share/rmap/hymns/cr.mid share/rmap/hymns/cu.mid share/rmap/hymns/cv.mid +share/rmap/hymns/cx.mid +share/rmap/hymns/cy.mid share/rmap/hymns/cz.mid share/rmap/hymns/de.mid share/rmap/hymns/dj.mid @@ -1100,14 +2290,11 @@ share/rmap/hymns/ec.mid share/rmap/hymns/ee.mid share/rmap/hymns/eg.mid -share/rmap/hymns/er.mid share/rmap/hymns/es.mid -share/rmap/hymns/et.mid share/rmap/hymns/fi.mid share/rmap/hymns/fj.mid share/rmap/hymns/fr.mid share/rmap/hymns/ga.mid -share/rmap/hymns/gb.mid share/rmap/hymns/gd.mid share/rmap/hymns/ge.mid share/rmap/hymns/gh.mid @@ -1116,6 +2303,7 @@ share/rmap/hymns/gq.mid share/rmap/hymns/gr.mid share/rmap/hymns/gt.mid +share/rmap/hymns/gw.mid share/rmap/hymns/gy.mid share/rmap/hymns/hn.mid share/rmap/hymns/hr.mid @@ -1124,6 +2312,7 @@ share/rmap/hymns/id.mid share/rmap/hymns/ie.mid share/rmap/hymns/il.mid +share/rmap/hymns/im.mid share/rmap/hymns/in.mid share/rmap/hymns/iq.mid share/rmap/hymns/ir.mid @@ -1133,10 +2322,10 @@ share/rmap/hymns/jo.mid share/rmap/hymns/jp.mid share/rmap/hymns/ke.mid +share/rmap/hymns/kg.mid share/rmap/hymns/kh.mid share/rmap/hymns/ki.mid share/rmap/hymns/km.mid -share/rmap/hymns/kn.mid share/rmap/hymns/kp.mid share/rmap/hymns/kr.mid share/rmap/hymns/kw.mid @@ -1157,7 +2346,6 @@ share/rmap/hymns/md.mid share/rmap/hymns/mg.mid share/rmap/hymns/ml.mid -share/rmap/hymns/mm.mid share/rmap/hymns/mn.mid share/rmap/hymns/mr.mid share/rmap/hymns/mt.mid @@ -1183,6 +2371,7 @@ share/rmap/hymns/ph.mid share/rmap/hymns/pk.mid share/rmap/hymns/pl.mid +share/rmap/hymns/pr.mid share/rmap/hymns/pt.mid share/rmap/hymns/py.mid share/rmap/hymns/qa.mid @@ -1192,9 +2381,9 @@ share/rmap/hymns/sa.mid share/rmap/hymns/sb.mid share/rmap/hymns/sc.mid -share/rmap/hymns/sd.mid share/rmap/hymns/se.mid share/rmap/hymns/sg.mid +share/rmap/hymns/si.mid share/rmap/hymns/sk.mid share/rmap/hymns/sl.mid share/rmap/hymns/sm.mid @@ -1208,26 +2397,207 @@ share/rmap/hymns/td.mid share/rmap/hymns/tg.mid share/rmap/hymns/th.mid +share/rmap/hymns/tj.mid +share/rmap/hymns/tm.mid +share/rmap/hymns/tn.mid share/rmap/hymns/to.mid share/rmap/hymns/tr.mid share/rmap/hymns/tt.mid -share/rmap/hymns/tu.mid share/rmap/hymns/tv.mid share/rmap/hymns/tw.mid share/rmap/hymns/tz.mid share/rmap/hymns/ua.mid share/rmap/hymns/ug.mid +share/rmap/hymns/uk.mid share/rmap/hymns/us.mid share/rmap/hymns/uy.mid +share/rmap/hymns/uz.mid +share/rmap/hymns/va.mid +share/rmap/hymns/vc.mid +share/rmap/hymns/ve.mid +share/rmap/hymns/vn.mid +share/rmap/hymns/vu.mid +share/rmap/hymns/ws.mid +share/rmap/hymns/ye.mid +share/rmap/hymns/yu.mid +share/rmap/hymns/za.mid +share/rmap/hymns/zm.mid +share/rmap/hymns/zw.mid share/rmap/i18n/xrmap_msg.de share/rmap/i18n/xrmap_msg.en +share/rmap/i18n/xrmap_msg.es share/rmap/i18n/xrmap_msg.fr share/rmap/i18n/xrmap_msg.pl -@dirrm share/rmap/i18n -@dirrm share/rmap/hymns -@dirrm share/rmap/flags/small +share/rmap/pdfmaps/af.pdf +share/rmap/pdfmaps/africa.pdf +share/rmap/pdfmaps/al.pdf +share/rmap/pdfmaps/am.pdf +share/rmap/pdfmaps/ao.pdf +share/rmap/pdfmaps/asia.pdf +share/rmap/pdfmaps/az.pdf +share/rmap/pdfmaps/ba.pdf +share/rmap/pdfmaps/bd.pdf +share/rmap/pdfmaps/bh.pdf +share/rmap/pdfmaps/bi.pdf +share/rmap/pdfmaps/bo.pdf +share/rmap/pdfmaps/by.pdf +share/rmap/pdfmaps/cd.pdf +share/rmap/pdfmaps/cf.pdf +share/rmap/pdfmaps/cg.pdf +share/rmap/pdfmaps/cy.pdf +share/rmap/pdfmaps/cz.pdf +share/rmap/pdfmaps/ec.pdf +share/rmap/pdfmaps/ee.pdf +share/rmap/pdfmaps/eg.pdf +share/rmap/pdfmaps/eh.pdf +share/rmap/pdfmaps/europe.pdf +share/rmap/pdfmaps/ga.pdf +share/rmap/pdfmaps/ge.pdf +share/rmap/pdfmaps/gh.pdf +share/rmap/pdfmaps/gn.pdf +share/rmap/pdfmaps/gq.pdf +share/rmap/pdfmaps/gr.pdf +share/rmap/pdfmaps/gt.pdf +share/rmap/pdfmaps/gw.pdf +share/rmap/pdfmaps/hn.pdf +share/rmap/pdfmaps/hr.pdf +share/rmap/pdfmaps/ht.pdf +share/rmap/pdfmaps/id.pdf +share/rmap/pdfmaps/il.pdf +share/rmap/pdfmaps/iq.pdf +share/rmap/pdfmaps/ir.pdf +share/rmap/pdfmaps/ke.pdf +share/rmap/pdfmaps/kg.pdf +share/rmap/pdfmaps/kh.pdf +share/rmap/pdfmaps/km.pdf +share/rmap/pdfmaps/kp.pdf +share/rmap/pdfmaps/kw.pdf +share/rmap/pdfmaps/kz.pdf +share/rmap/pdfmaps/la.pdf +share/rmap/pdfmaps/lb.pdf +share/rmap/pdfmaps/lk.pdf +share/rmap/pdfmaps/lr.pdf +share/rmap/pdfmaps/lt.pdf +share/rmap/pdfmaps/lv.pdf +share/rmap/pdfmaps/ly.pdf +share/rmap/pdfmaps/ma.pdf +share/rmap/pdfmaps/md.pdf +share/rmap/pdfmaps/middle_east.pdf +share/rmap/pdfmaps/mk.pdf +share/rmap/pdfmaps/mm.pdf +share/rmap/pdfmaps/mn.pdf +share/rmap/pdfmaps/mw.pdf +share/rmap/pdfmaps/mz.pdf +share/rmap/pdfmaps/ni.pdf +share/rmap/pdfmaps/om.pdf +share/rmap/pdfmaps/pe.pdf +share/rmap/pdfmaps/pg.pdf +share/rmap/pdfmaps/pl.pdf +share/rmap/pdfmaps/pw.pdf +share/rmap/pdfmaps/py.pdf +share/rmap/pdfmaps/qa.pdf +share/rmap/pdfmaps/ro.pdf +share/rmap/pdfmaps/ru.pdf +share/rmap/pdfmaps/rw.pdf +share/rmap/pdfmaps/sd.pdf +share/rmap/pdfmaps/si.pdf +share/rmap/pdfmaps/sk.pdf +share/rmap/pdfmaps/sl.pdf +share/rmap/pdfmaps/sn.pdf +share/rmap/pdfmaps/so.pdf +share/rmap/pdfmaps/south_america.pdf +share/rmap/pdfmaps/sv.pdf +share/rmap/pdfmaps/td.pdf +share/rmap/pdfmaps/th.pdf +share/rmap/pdfmaps/tj.pdf +share/rmap/pdfmaps/tm.pdf +share/rmap/pdfmaps/tp.pdf +share/rmap/pdfmaps/tz.pdf +share/rmap/pdfmaps/ua.pdf +share/rmap/pdfmaps/ug.pdf +share/rmap/pdfmaps/ungegn.pdf +share/rmap/pdfmaps/uz.pdf +share/rmap/pdfmaps/ye.pdf +share/rmap/pdfmaps/yu.pdf +share/rmap/pdfmaps/za.pdf +share/rmap/pdfmaps/zm.pdf +share/rmap/picons/aces.xpm +share/rmap/picons/animal.xpm +share/rmap/picons/balloon.xpm +share/rmap/picons/binary.xpm +share/rmap/picons/blueribbon.xpm +share/rmap/picons/bomb.xpm +share/rmap/picons/book.xpm +share/rmap/picons/buffoon.xpm +share/rmap/picons/caddy.xpm +share/rmap/picons/castle.xpm +share/rmap/picons/cdrom.xpm +share/rmap/picons/chuck.xpm +share/rmap/picons/church.xpm +share/rmap/picons/copyleft.xpm +share/rmap/picons/copyright.xpm +share/rmap/picons/creditcard.xpm +share/rmap/picons/crown.xpm +share/rmap/picons/energy.xpm +share/rmap/picons/eye.xpm +share/rmap/picons/flame.xpm +share/rmap/picons/forest.xpm +share/rmap/picons/fud.xpm +share/rmap/picons/gavel.xpm +share/rmap/picons/glider.xpm +share/rmap/picons/gnu.xpm +share/rmap/picons/gold.xpm +share/rmap/picons/hardware.xpm +share/rmap/picons/helicopter.xpm +share/rmap/picons/ibm.xpm +share/rmap/picons/interop.xpm +share/rmap/picons/key.xpm +share/rmap/picons/lightbulb.xpm +share/rmap/picons/mac.xpm +share/rmap/picons/mask.xpm +share/rmap/picons/mastercard.xpm +share/rmap/picons/mortar.xpm +share/rmap/picons/multimedia.xpm +share/rmap/picons/music.xpm +share/rmap/picons/net.xpm +share/rmap/picons/news.xpm +share/rmap/picons/plane.xpm +share/rmap/picons/printer.xpm +share/rmap/picons/scale.xpm +share/rmap/picons/scissors.xpm +share/rmap/picons/scroll.xpm +share/rmap/picons/seaplane.xpm +share/rmap/picons/skull.xpm +share/rmap/picons/smile.xpm +share/rmap/picons/speaker.xpm +share/rmap/picons/stats.xpm +share/rmap/picons/tank.xpm +share/rmap/picons/telephone.xpm +share/rmap/picons/tm.xpm +share/rmap/picons/trends.xpm +share/rmap/picons/tux.xpm +share/rmap/picons/unix.xpm +share/rmap/picons/visacard.xpm +share/rmap/picons/wheel.xpm +share/rmap/picons/win.xpm +share/rmap/postscript/macros.ps +share/rmap/postscript/private.ps +@dirrm share/editkit +@dirrm share/rmap/anthems +@dirrm share/rmap/doc +@dirrm share/rmap/factbook/extra +@dirrm share/rmap/factbook/flags +@dirrm share/rmap/factbook/geos +@dirrm share/rmap/factbook/graphics/flaginterface +@dirrm share/rmap/factbook/graphics +@dirrm share/rmap/factbook/maps +@dirrm share/rmap/factbook/text +@dirrm share/rmap/factbook @dirrm share/rmap/flags/big +@dirrm share/rmap/flags/small @dirrm share/rmap/flags -@dirrm share/rmap/factbook -@dirrm share/rmap/anthems -@dirrm share/rmap +@dirrm share/rmap/hymns +@dirrm share/rmap/i18n +@dirrm share/rmap/pdfmaps +@dirrm share/rmap/picons +@dirrm share/rmap/postscript --- patch-xrmap ends here --- --- patch-Imakefile begins here --- --- Imakefile.orig Wed Feb 12 10:25:02 2003 +++ Imakefile Mon Mar 17 23:18:07 2003 @@ -1,14 +1,15 @@ XCOMM Should install to /usr or /usr/local ?? -DESTDIR=/usr +DESTDIR= +PREFIX=/usr/X11R6 XCOMM Name of man subdirectory of DESTDIR: -MANDIR=/X11R6/man/man1 +MANDIR=$(PREFIX)/man/man1 XCOMM Name of bin subdirectory of DESTDIR: /X11R6/bin or maybe just /bin -BINDIR=/X11R6/bin +BINDIR=$(PREFIX)/bin XCOMM Name of share subdirectory of DESTDIR: -SHAREDIR=/share/rmap +SHAREDIR=$(PREFIX)/share/rmap XCOMM Default external utilities : XCOMM PostScript viewer, image viewer, HTML viewer, Print command @@ -33,18 +34,18 @@ XCOMM HP-UX ZLIBDIR= -CCOPTIONS = -Ae -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" -DPS_VIEWER=\"$(PS_VIEWER)\" -DIM_VIEWER=\"$(IM_VIEWER)\" -DHTML_VIEWER=\"$(HTML_VIEWER)\" -DPRINT_CMD=\"$(PRINT_CMD)\" -DEDITOR=\"$(EDITOR)\" -DMUSICPLAYER=\"$(MUSICPLAYER)\" +CCOPTIONS = -Ae -DZLIB -DSHAREDIR=\"$(SHAREDIR)\" -DPS_VIEWER=\"$(PS_VIEWER)\" -DIM_VIEWER=\"$(IM_VIEWER)\" -DHTML_VIEWER=\"$(HTML_VIEWER)\" -DPRINT_CMD=\"$(PRINT_CMD)\" -DEDITOR=\"$(EDITOR)\" -DMUSICPLAYER=\"$(MUSICPLAYER)\" #else XCOMM SunOS ZLIBDIR=-L/usr/lib -CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" -DPS_VIEWER=\"$(PS_VIEWER)\" -DIM_VIEWER=\"$(IM_VIEWER)\" -DPRINT_CMD=\"$(PRINT_CMD)\" -DEDITOR=\"$(EDITOR)\" -DMUSICPLAYER=\"$(MUSICPLAYER)\" +CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(SHAREDIR)\" -DPS_VIEWER=\"$(PS_VIEWER)\" -DIM_VIEWER=\"$(IM_VIEWER)\" -DPRINT_CMD=\"$(PRINT_CMD)\" -DEDITOR=\"$(EDITOR)\" -DMUSICPLAYER=\"$(MUSICPLAYER)\" XCOMM Solaris, Linux ZLIBDIR=-L/usr/lib -CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(DESTDIR)$(SHAREDIR)\" -DPS_VIEWER=\"$(PS_VIEWER)\" -DIM_VIEWER=\"$(IM_VIEWER)\" -DHTML_VIEWER=\"$(HTML_VIEWER)\" -DPRINT_CMD=\"$(PRINT_CMD)\" -DEDITOR=\"$(EDITOR)\" -DMUSICPLAYER=\"$(MUSICPLAYER)\" +CCOPTIONS=-O -DZLIB -DSHAREDIR=\"$(SHAREDIR)\" -DPS_VIEWER=\"$(PS_VIEWER)\" -DIM_VIEWER=\"$(IM_VIEWER)\" -DHTML_VIEWER=\"$(HTML_VIEWER)\" -DPRINT_CMD=\"$(PRINT_CMD)\" -DEDITOR=\"$(EDITOR)\" -DMUSICPLAYER=\"$(MUSICPLAYER)\" #endif @@ -62,26 +63,30 @@ ComplexProgramTarget(xrmap) install.man:: - if [ -r $(DESTDIR)$(MANDIR)/xrmap.1x.gz ] ; \ - then gzip -f $(DESTDIR)$(MANDIR)/xrmap.1x ; fi + if [ -r $(MANDIR)/xrmap.1x.gz ] ; \ + then gzip -f $(MANDIR)/xrmap.1x ; fi all:: cd editkit ; make emx install:: install.man - $(MKDIRHIER) $(DESTDIR)$(SHAREDIR) - cp -f Xrmaprc Locations $(DESTDIR)$(SHAREDIR) + $(MKDIRHIER) $(SHAREDIR) + cp -f Xrmaprc Locations CIA_WDB2.jpd $(SHAREDIR) cd postscript ; rm -f *~ - cp -fR postscript $(DESTDIR)$(SHAREDIR) + cp -fR postscript $(SHAREDIR) if [ -d i18n ] ; then cd i18n ; rm -f *~ ; fi - if [ -d i18n ] ; then cp -fR i18n $(DESTDIR)$(SHAREDIR) ; fi - $(MKDIRHIER) $(DESTDIR)$(SHAREDIR)/flags - if [ -d picons ] ; then cp -fR picons $(DESTDIR)$(SHAREDIR) ; fi - $(MKDIRHIER) $(DESTDIR)$(SHAREDIR)/doc + if [ -d i18n ] ; then cp -fR i18n $(SHAREDIR) ; fi + $(MKDIRHIER) $(SHAREDIR)/flags + if [ -d flags ] ; then cp -fR flags $(SHAREDIR); fi + if [ -d anthems ] ; then cp -fR anthems $(SHAREDIR); fi + if [ -d hymns ] ; then cp -fR hymns $(SHAREDIR); fi + if [ -d picons ] ; then cp -fR picons $(SHAREDIR) ; fi + if [ -d pdfmaps ] ; then cp -fR pdfmaps $(SHAREDIR) ; fi + if [ -d factbook ] ; then cp -fR factbook $(SHAREDIR) ; fi + $(MKDIRHIER) $(SHAREDIR)/doc cp -f CHANGES EXAMPLE.rc INSTALL LICENSE MAPEDIT README \ - midi_cfg/README.midi TODO WARNING $(DESTDIR)$(SHAREDIR)/doc + midi_cfg/README.midi TODO WARNING $(SHAREDIR)/doc cd editkit ; make install - cat WARNING clean:: cd tools ; make clean --- patch-Imakefile ends here --- --- patch-editkit-Imakfile begins here --- --- editkit/Makefile.orig Sun Dec 15 02:50:09 2002 +++ editkit/Makefile Mon Mar 17 17:01:38 2003 @@ -12,10 +12,11 @@ # TWOBUTN paste with button3 click, set selection with button3 drag # MINIMAL to remove bak files, /usr/share/edmtx and e**rc # TLL for Terry Loveall personal settings +PREFIX=/usr/X11R6 +SHARE_DIR=$(PREFIX)/share/editkit +INCLUDES=-I$(PREFIX)/include -SHARE_DIR=/usr/share/editkit - -CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DNOEDIT -DGREEK -DJUSTIFY -DSHARE_DIR="\"$(SHARE_DIR)\"" +CFLAGS = -O2 $(INCLUDES) -fomit-frame-pointer -pipe -Wall -DTHREED -DNOEDIT -DGREEK -DJUSTIFY -DSHARE_DIR="\"$(SHARE_DIR)\"" #CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DMINIMAL -DTWOBUTN -DVERTCURS -DTLL @@ -63,7 +64,7 @@ if [ -x edt ]; then cp -f edt /usr/bin; fi if [ -x emt ]; then cp -f emt /usr/bin; fi if [ -x edx ]; then cp -f edx /usr/X11R6/bin; fi - if [ -x emx ]; then cp -f emx /usr/X11R6/bin; fi + if [ -x emx ]; then cp -f emx $(PREFIX)/bin; fi mkdir -p $(SHARE_DIR) cp -f rc.example $(SHARE_DIR)/rc.common cp -f README $(SHARE_DIR) --- patch-editkit-Imakfile ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 9:30: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F02F37B401 for ; Tue, 18 Mar 2003 09:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDED43FB1 for ; Tue, 18 Mar 2003 09:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IHU3NS045089 for ; Tue, 18 Mar 2003 09:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IHU3aS045088; Tue, 18 Mar 2003 09:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0933037B401 for ; Tue, 18 Mar 2003 09:23:13 -0800 (PST) Received: from MAILSERVER.ofw.fi (ns.ofw.fi [194.111.144.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E531D43FAF for ; Tue, 18 Mar 2003 09:23:11 -0800 (PST) (envelope-from dan.naumov@ofw.fi) Received: from [172.16.161.81] by MAILSERVER.ofw.fi (NTMail 7.00.0022/NT1439.00.90501b21) with ESMTP id gnjajaaa for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Mar 2003 19:22:28 +0200 Message-Id: <1048008388.93415.9.camel@localhost> Date: 18 Mar 2003 19:26:29 +0200 From: Dan Naumov To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50101: sysutils/healthd: manpage must be updated for FreeBSD Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50101 >Category: ports >Synopsis: sysutils/healthd: manpage must be updated for FreeBSD >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 09:30:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dan Naumov >Release: 5.0-RELEASE-p4 i386 >Organization: none, home user >Environment: FreeBSD localhost.localdomain 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0: Sat Mar 8 06:48:20 EET 2003 root@localhost.localdomain:/usr/obj/usr/src/sys/JAGO i386 >Description: The "USAGE" part of the manpage for healthd tells up the following: "To us the SMB interface the following lines must be added to the kernel. And the kernel will need to be rebuilt. The ASUS AS99127F chip does not have an ISA interface and therefore must have SMB capability in the kernel. controller smbus0 controller iicbus0 controller iicbb0 controller intpm0 device smb0 at smbus?" This information seems to not apply to FreeBSD 5.0, because adding these options to the kernel config results in a syntax error when you attemp a compilation of the kernel. Additionally, "To us" in the beginning of the USAGE section should be replaced with "To use" ;) >How-To-Repeat: Install sysutils/healthd, attempt to use healthd using the SMB interface following the directions of the manpage for healthd. >Fix: >Release-Note: >Audit-Trail: >Unformatted: 5.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 9:50:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F9837B401 for ; Tue, 18 Mar 2003 09:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747CA43FD7 for ; Tue, 18 Mar 2003 09:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IHoBNS048993 for ; Tue, 18 Mar 2003 09:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IHoBPI048992; Tue, 18 Mar 2003 09:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0633137B401 for ; Tue, 18 Mar 2003 09:42:52 -0800 (PST) Received: from ns1.mgul.ac.ru (ns1.mgul.ac.ru [193.233.62.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C7D43FA3 for ; Tue, 18 Mar 2003 09:42:50 -0800 (PST) (envelope-from andrey@ns1.mgul.ac.ru) Received: from ns1.mgul.ac.ru (localhost [127.0.0.1]) by ns1.mgul.ac.ru (8.12.8/8.12.8) with ESMTP id h2IHgmWp025041 for ; Tue, 18 Mar 2003 20:42:48 +0300 (MSK) Received: (from andrey@localhost) by ns1.mgul.ac.ru (8.12.8/8.12.8/Submit) id h2IHgmxN025040; Tue, 18 Mar 2003 20:42:48 +0300 (MSK) Message-Id: <200303181742.h2IHgmxN025040@ns1.mgul.ac.ru> Date: Tue, 18 Mar 2003 20:42:48 +0300 (MSK) From: "Andrey V. Pevnev" Reply-To: "Andrey V. Pevnev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50102: Update port: mail/mimedefang to 2.31 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50102 >Category: ports >Synopsis: Update port: mail/mimedefang to 2.31 >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 Mar 18 09:50:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andrey V. Pevnev >Release: FreeBSD 4.7-RELEASE-p6 i386 >Organization: Moscow State Forestry University >Environment: System: FreeBSD ns1.mgul.ac.ru 4.7-RELEASE-p6 FreeBSD 4.7-RELEASE-p6 #0: Mon Feb 24 20:12:23 MSK 2003 andrey@ns1.mgul.ac.ru:/usr/obj/.amd_mnt/ns/host/usr/src/sys/NS1 i386 >Description: Update to 2.31 Added IPv6 support, Better performance and scalability on very busy mail servers, Support for Symantec CarrierScan Server and F-Risk FPROTD virus-scanners, Documentation fixes, etc... >How-To-Repeat: >Fix: --- mimedefang.diff begins here --- diff -ruN mimedefang.bak/Makefile mimedefang/Makefile --- mimedefang.bak/Makefile Tue Mar 18 20:31:44 2003 +++ mimedefang/Makefile Tue Mar 18 20:31:53 2003 @@ -6,7 +6,7 @@ # PORTNAME= mimedefang -PORTVERSION= 2.30 +PORTVERSION= 2.31 CATEGORIES= mail MASTER_SITES= http://www.roaringpenguin.com/mimedefang/ diff -ruN mimedefang.bak/distinfo mimedefang/distinfo --- mimedefang.bak/distinfo Tue Mar 18 20:31:44 2003 +++ mimedefang/distinfo Tue Mar 18 20:31:58 2003 @@ -1 +1 @@ -MD5 (mimedefang-2.30.tar.gz) = 61972da3ed3a2c6b477e6243a80f2a22 +MD5 (mimedefang-2.31.tar.gz) = 47fbfc9bd8a9faa4b11a7cf58fee3748 --- mimedefang.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 10:10:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFA537B407 for ; Tue, 18 Mar 2003 10:10:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE94A43FB1 for ; Tue, 18 Mar 2003 10:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IIABNS056142 for ; Tue, 18 Mar 2003 10:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IIAB9c056141; Tue, 18 Mar 2003 10:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0743D37B401 for ; Tue, 18 Mar 2003 10:08:08 -0800 (PST) Received: from oneplusone.ch (oneplusone.ch [212.55.208.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D20143FA3 for ; Tue, 18 Mar 2003 10:08:06 -0800 (PST) (envelope-from ast@marabu.ch) Received: from oneplusone.ch (localhost [127.0.0.1]) by oneplusone.ch (8.12.6/8.12.3) with ESMTP id h2II83LP027978 for ; Tue, 18 Mar 2003 19:08:03 +0100 (MET) (envelope-from ast@marabu.ch) Received: (from uucp@localhost) by oneplusone.ch (8.12.6/8.12.3/Submit) with UUCP id h2II82YE027977 for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Mar 2003 19:08:02 +0100 (MET) Received: (from ast@localhost) by marabu.ch (8.11.6/8.11.6) id h2II3w674184; Tue, 18 Mar 2003 19:03:58 +0100 (MET) (envelope-from ast) Message-Id: <200303181803.h2II3w674184@marabu.ch> Date: Tue, 18 Mar 2003 19:03:58 +0100 (MET) From: Adrian Steinmann Reply-To: Adrian Steinmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50103: Re: make release failure in ports/textproc/jade Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50103 >Category: ports >Synopsis: Re: make release failure in ports/textproc/jade >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 10:10:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Adrian Steinmann >Release: FreeBSD 4.7-STYX i386 >Organization: Webgroup Consulting AG >Environment: System: FreeBSD sano.marabu.ch 4.7-STYX FreeBSD 4.7-STYX #0: Sat Mar 15 16:40:17 CET 2003 root@rumori.com:/usr/src/sys/compile/STYX i386 >Description: make release CHROOTDIR=... CVSROOT=... RELEASETAG=RELENG_4 fails with cvsup date 2003/03/17UTC while building docs. jade has USE_LIBTOOL in it's Makefile, but it configures itself *before* it goes and builds libtool, so when 'make jade' finally comes back (after it installs the prerequisites expat, iconv, gettext, and gmake) the patch-libtool target has already run (a no-op in this case) because it's in the _CONFIGURE_SEQ (see usr/ports/Mk/bsd.port.mk) and the ltconfig path is of course not patched, hence /ltconfig. >How-To-Repeat: You can observe this by doing a chroot into the CHROOTDIR hierarchy, cd /usr/ports/textproc/jade, rm work/.config*; make configure which lo' and behold will *not* fail. If you then 'pkg_delete -x libtool', then 'make configure' will fail again. >Fix: I've fixed this locally by forcing USE_LIBTOOL to create a *PATCH* dependancy instead of a BUILD dependancy (it is actually a CONFIGURE dependancy, but we have no such hooks) in bsd.port.mk: Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.442 diff -u -r1.442 bsd.port.mk --- bsd.port.mk 12 Mar 2003 00:28:17 -0000 1.442 +++ bsd.port.mk 18 Mar 2003 17:37:20 -0000 @@ -1226,7 +1226,7 @@ .if defined(USE_LIBTOOL) GNU_CONFIGURE= yes -BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool +PATCH_DEPENDS+= libtool:${PORTSDIR}/devel/libtool .if defined(USE_AUTOCONF) LIBTOOLFILES?= aclocal.m4 .else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 11:10:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E477A37B401 for ; Tue, 18 Mar 2003 11:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFD543F93 for ; Tue, 18 Mar 2003 11:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IJADNS071635 for ; Tue, 18 Mar 2003 11:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IJADuP071634; Tue, 18 Mar 2003 11:10:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08A337B401 for ; Tue, 18 Mar 2003 11:05:20 -0800 (PST) Received: from udp.nttmcl.com (udp.nttmcl.com [216.69.70.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id C20DD43FDD for ; Tue, 18 Mar 2003 11:05:18 -0800 (PST) (envelope-from root@udp.nttmcl.com) Received: from udp.nttmcl.com (localhost [127.0.0.1]) by udp.nttmcl.com (8.12.8/8.12.8) with ESMTP id h2IJ6HL2001234; Tue, 18 Mar 2003 11:06:17 -0800 (PST) (envelope-from root@udp.nttmcl.com) Received: (from root@localhost) by udp.nttmcl.com (8.12.8/8.12.8/Submit) id h2IJ6HQ3001233; Tue, 18 Mar 2003 11:06:17 -0800 (PST) Message-Id: <200303181906.h2IJ6HQ3001233@udp.nttmcl.com> Date: Tue, 18 Mar 2003 11:06:17 -0800 (PST) From: jj@nttmcl.com Reply-To: jj@nttmcl.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: gene@nttmcl.com X-Send-Pr-Version: 3.113 Subject: ports/50104: Zope package does not set sticky bit on var. Startup fails. Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50104 >Category: ports >Synopsis: Zope package does not set sticky bit on var. Startup fails. >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: Tue Mar 18 11:10:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Shannon -jj Behrens >Release: FreeBSD 4.8-RC2 i386 >Organization: NTT MCL, INC. >Environment: System: FreeBSD udp.nttmcl.com 4.8-RC2 FreeBSD 4.8-RC2 #0: Sun Mar 16 02:09:14 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: When installing Zope from package, it does not properly set the permissions of the var directory. Zope then fails to start. The error message will be stored in /usr/local/www/Zope/var/zope-output. >How-To-Repeat: Install Zope from package. Try to start it. >Fix: Based on looking at the Makefile, I suggest adding the following to pkg-plist: @exec chmod ugo+rwt %%ZOPEBASEDIR%%/var >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 12:21:32 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D4437B401; Tue, 18 Mar 2003 12:21:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67A543F75; Tue, 18 Mar 2003 12:21:31 -0800 (PST) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IKLVNS095982; Tue, 18 Mar 2003 12:21:31 -0800 (PST) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IKLVjt095978; Tue, 18 Mar 2003 12:21:31 -0800 (PST) Date: Tue, 18 Mar 2003 12:21:31 -0800 (PST) From: Jens Schweikhardt Message-Id: <200303182021.h2IKLVjt095978@freefall.freebsd.org> To: schweikh@freebsd.org, schweikh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50067: lang/ocaml doesn't configure on 4.8-RC Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lang/ocaml doesn't configure on 4.8-RC State-Changed-From-To: open->closed State-Changed-By: schweikh State-Changed-When: Tue Mar 18 12:20:29 PST 2003 State-Changed-Why: Duplicate of ports/45233. http://www.freebsd.org/cgi/query-pr.cgi?pr=50067 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 12:50:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8DD37B404 for ; Tue, 18 Mar 2003 12:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E1043F85 for ; Tue, 18 Mar 2003 12:50:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IKoHNS013956 for ; Tue, 18 Mar 2003 12:50:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IKoHxI013955; Tue, 18 Mar 2003 12:50:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CE237B404 for ; Tue, 18 Mar 2003 12:49:10 -0800 (PST) Received: from nimbus.esca.com (nimbus-2.esca.com [207.175.186.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBA243F93 for ; Tue, 18 Mar 2003 12:49:09 -0800 (PST) (envelope-from jeff.stelzner@esca.com) Received: from drizzle.esca.com (drizzle.esca.com [199.245.134.254]) by nimbus.esca.com (8.12.8/8.12.8) with ESMTP id h2IKn5Tl000295 for ; Tue, 18 Mar 2003 12:49:05 -0800 (PST) Received: from pc1070 by drizzle.esca.com (8.8.8/1.1.10.5/25Jan98-0347PM) id MAA0000014004; Tue, 18 Mar 2003 12:49:05 -0800 (PST) Message-Id: Date: Tue, 18 Mar 2003 12:49:03 -0800 From: "Jeff Stelzner" To: Subject: ports/50105: www/mod_php4 package warns of crash unless -DEAPI defined Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50105 >Category: ports >Synopsis: www/mod_php4 package warns of crash unless -DEAPI defined >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 Mar 18 12:50:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jeff Stelzner >Release: FreeBSD 4.8-RC2 i386 >Organization: ALSTOM >Environment: System: FreeBSD rsa-probe.esca.com 4.8-RC2 FreeBSD 4.8-RC2 #0: Tue Mar 18 08:53:51 PST 2003 root@rsa-probe.esca.com:/usr/src/sys/compile/RSA-PROBE i386 >Description: When mod_php4 is installed from package mod_php4-4.3.1 and apache-1.3.27_4 is started, the following error message results: [Tue Mar 18 12:38:08 2003] [warn] Loaded DSO libexec/apache/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) >How-To-Repeat: Install mod_php4-4.3.1 package [www/mod_php4] for 4-STABLE [4.8-RC2] Start apache-1.3.27_4 Look for error message >Fix: [a] Specify -DEAPI for default port build configuration -or- [b] If not really a significant issue, elide error message >Release-Note: >Audit-Trail: >Unformatted: X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 14: 1:53 2003 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 17C1237B405; Tue, 18 Mar 2003 14:01:52 -0800 (PST) Received: from shockwave.systems.pipex.net (shockwave.systems.pipex.net [62.241.160.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1541043F75; Tue, 18 Mar 2003 14:01:50 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 4D57C160003C1; Tue, 18 Mar 2003 22:01:47 +0000 (GMT) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 18vP9X-0002K4-00; Tue, 18 Mar 2003 22:01:47 +0000 Date: Tue, 18 Mar 2003 22:01:47 +0000 From: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/48999: Maintainer port update: net/mydns - update to 0.9.6 Message-ID: <20030318220147.GA8888@irrelevant.org> References: <200303071120.h27BKAQ2084712@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303071120.h27BKAQ2084712@freefall.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please close this pr, it's been superceded by ports/49981 On Fri, Mar 07, 2003 at 03:20:10AM -0800, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/48999'. > 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=48999 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Maintainer port update: net/mydns - update to 0.9.6 > >Arrival-Date: Fri Mar 07 03:20:09 PST 2003 > -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 14:10:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 270BC37B401 for ; Tue, 18 Mar 2003 14:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6F743F93 for ; Tue, 18 Mar 2003 14:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IMAENS043261 for ; Tue, 18 Mar 2003 14:10:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IMAEh3043260; Tue, 18 Mar 2003 14:10:14 -0800 (PST) Date: Tue, 18 Mar 2003 14:10:14 -0800 (PST) Message-Id: <200303182210.h2IMAEh3043260@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Simon Dick Subject: Re: ports/48999: Maintainer port update: net/mydns - update to 0.9.6 Reply-To: Simon Dick Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/48999; it has been noted by GNATS. From: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/48999: Maintainer port update: net/mydns - update to 0.9.6 Date: Tue, 18 Mar 2003 22:01:47 +0000 Please close this pr, it's been superceded by ports/49981 On Fri, Mar 07, 2003 at 03:20:10AM -0800, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/48999'. > 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=48999 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Maintainer port update: net/mydns - update to 0.9.6 > >Arrival-Date: Fri Mar 07 03:20:09 PST 2003 > -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 14:40:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FC037B401 for ; Tue, 18 Mar 2003 14:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E26D743F3F for ; Tue, 18 Mar 2003 14:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IMeANS054745 for ; Tue, 18 Mar 2003 14:40:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IMeA0G054744; Tue, 18 Mar 2003 14:40:10 -0800 (PST) Date: Tue, 18 Mar 2003 14:40:10 -0800 (PST) Message-Id: <200303182240.h2IMeA0G054744@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Gerhard Haering Subject: Re: ports/50095: update port: databases/sqlite Reply-To: Gerhard Haering Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50095; it has been noted by GNATS. From: Gerhard Haering To: freebsd-gnats-submit@FreeBSD.org Cc: Martin Klaffenboeck Subject: Re: ports/50095: update port: databases/sqlite Date: Wed, 19 Mar 2003 00:36:08 +0100 We now have three (!) PR's for updating SQLite to 2.8.0. Two from me (with a dup) and Martin's. These are: ports/49106 ports/49107 ports/50095 They're identical, so two of them can be closed. Oh, and of course one of them applied :-) -- Gerhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 15: 0:28 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C664E37B401 for ; Tue, 18 Mar 2003 15:00:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE1A43FAF for ; Tue, 18 Mar 2003 15:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2IN0PNS058928 for ; Tue, 18 Mar 2003 15:00:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2IN0Pie058927; Tue, 18 Mar 2003 15:00:25 -0800 (PST) Date: Tue, 18 Mar 2003 15:00:25 -0800 (PST) Message-Id: <200303182300.h2IN0Pie058927@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Martin Klaffenboeck Subject: Re: ports/50095: update port: databases/sqlite Reply-To: Martin Klaffenboeck Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50095; it has been noted by GNATS. From: Martin Klaffenboeck To: Gerhard Haering Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/50095: update port: databases/sqlite Date: Tue, 18 Mar 2003 23:50:32 +0100 Am 2003.03.19 00:36 schrieb(en) Gerhard Haering: > We now have three (!) PR's for updating SQLite to 2.8.0. > > Two from me (with a dup) and Martin's. > > These are: > > ports/49106 > ports/49107 > ports/50095 Oh, sorry, I didn't have a look. Normally I do that, but its not often, that I find it allready there. Sorry for that. I didn't want to make unnecessary work for anyone. Martin > They're identical, so two of them can be closed. Oh, and of course one > of them > applied :-) > > -- Gerhard > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 15:10: 8 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B460B37B401 for ; Tue, 18 Mar 2003 15:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA2B43FBD for ; Tue, 18 Mar 2003 15:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2INA3NS067420 for ; Tue, 18 Mar 2003 15:10:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2INA35j067419; Tue, 18 Mar 2003 15:10:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC91837B404 for ; Tue, 18 Mar 2003 15:09:38 -0800 (PST) Received: from graf.pompo.net (lns-th2-6f-81-57-186-139.adsl.proxad.net [81.57.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB9443F85 for ; Tue, 18 Mar 2003 15:09:35 -0800 (PST) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 05EC876A8; Wed, 19 Mar 2003 00:09:19 +0100 (CET) Message-Id: <20030318230919.05EC876A8@graf.pompo.net> Date: Wed, 19 Mar 2003 00:09:19 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50107: misc/compat4x is unfetchable for i386/5.0. Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50107 >Category: ports >Synopsis: misc/compat4x is unfetchable for i386/5.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: Tue Mar 18 15:10:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.0-RELEASE-p1 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #0: Tue Feb 18 00:04:50 CET 2003 root@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-030112 i386 >Description: On a 5.0-RELEASE machine, fetching misc/compat4x is impossible. >How-To-Repeat: cd /usr/ports/misc/compat4x make fetch >Fix: There is no snapshot for 5.0.20030218 on ftp://current.FreeBSD.org/, but there is one for 5.0-CURRENT-20030219-JPSNAP, ... and one for 5.0-CURRENT-20030317-JPSNAP. Replace 20030218 by 20030317? >Release-Note: >Audit-Trail: >Unformatted: >> compat4x.aa doesn't seem to exist in /usr/ports/distfiles/i386/5.0.20030218. >> Attempting to fetch from ftp://current.FreeBSD.org/pub/FreeBSD/snapshots/i386/5.0-CURRENT-20030218-JPSNAP/compat4x/. --23:51:02-- ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-CURRENT-20030218-JPSNAP/compat4x/compat4x.aa => `compat4x.aa' Résolution de current.freebsd.org... complété. Connexion vers current.freebsd.org[3ffe:501:185b:1:210:f3ff:fe03:50cb]:21...failed: No route to host. Connexion vers current.freebsd.org[211.14.6.234]:21...connecté. Session débutant sous anonymous...Session établie! ==> SYST ... complété. ==> PWD ... complété. ==> TYPE I ... complété. ==> CWD /pub/FreeBSD/snapshots/i386/5.0-CURRENT-20030218-JPSNAP/compat4x ... Répertoire pub/FreeBSD/snapshots/i386/5.0-CURRENT-20030218-JPSNAP/compat4x inexistant. >> Attempting to fetch from ftp://ftp.fr3.freebsd.org/pub/FreeBSD/ports/distfiles/i386/5.0.20030218/. --23:51:07-- ftp://ftp.fr3.freebsd.org/pub/FreeBSD/ports/distfiles/i386/5.0.20030218/compat4x.aa => `compat4x.aa' Résolution de ftp.fr3.freebsd.org... complété. Connexion vers ftp.fr3.freebsd.org[80.67.164.8]:21...failed: Connection refused. >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/i386/5.0.20030218 and try again. *** Error code 1 Stop in /usr/ports/misc/compat4x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 15:30:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E4737B401 for ; Tue, 18 Mar 2003 15:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1441643F85 for ; Tue, 18 Mar 2003 15:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2INUDNS080977 for ; Tue, 18 Mar 2003 15:30:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2INUDi9080976; Tue, 18 Mar 2003 15:30:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C45A37B401 for ; Tue, 18 Mar 2003 15:20:27 -0800 (PST) Received: from casper2.cs.uct.ac.za (casper2.cs.uct.ac.za [137.158.96.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04ECD43F85 for ; Tue, 18 Mar 2003 15:20:25 -0800 (PST) (envelope-from mwest@cs.uct.ac.za) Received: from casper.cs.uct.ac.za ([137.158.96.14] ident=root) by casper2.cs.uct.ac.za with esmtp (Exim 3.20 #1) id 18vQNa-000JCA-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 19 Mar 2003 01:20:22 +0200 Received: from casper.cs.uct.ac.za (mwest@localhost [127.0.0.1]) by casper.cs.uct.ac.za (8.12.6/8.12.6) with ESMTP id h2INJqOt090870 for ; Wed, 19 Mar 2003 01:19:52 +0200 (SAST) (envelope-from mwest@casper.cs.uct.ac.za) Received: (from mwest@localhost) by casper.cs.uct.ac.za (8.12.6/8.12.6/Submit) id h2INJpAH090795; Wed, 19 Mar 2003 01:19:51 +0200 (SAST) Message-Id: <200303182319.h2INJpAH090795@casper.cs.uct.ac.za> Date: Wed, 19 Mar 2003 01:19:51 +0200 (SAST) From: Matthew West Reply-To: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50108: new port: net/danamics 1.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50108 >Category: ports >Synopsis: new port: net/danamics 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 18 15:30:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 5.0-RELEASE-p1 i386 >Organization: University of Cape Town >Environment: >Description: The DaNAMiCS project is to build a Petri Net editor that allows for both correctness and performance analysis. The performance analysis will be performed by Steady State anaylsis and by simulation. DaNAMiCS will also include support for Inhibitor Arcs. This will allow for priorities to be modelled and will increase the modelling power of Petri Nets to that of Turing Machines. DaNAMiCS will also enable the user to model with Coloured Tokens, which greatly reduce the complexity of the resultant nets. WWW: http://www.cs.uct.ac.za/Research/DNA/DaNAMiCS/ >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: # # danamics # danamics/files # danamics/files/danamics.sh # danamics/Makefile # danamics/distinfo # danamics/pkg-descr # echo c - danamics mkdir -p danamics > /dev/null 2>&1 echo c - danamics/files mkdir -p danamics/files > /dev/null 2>&1 echo x - danamics/files/danamics.sh sed 's/^X//' >danamics/files/danamics.sh << 'END-of-danamics/files/danamics.sh' X#!/bin/sh Xcd %%PREFIX%%/danamics Xexec javavm -classpath DaNAMiCS.jar:swing.jar:$CLASSPATH DaNAMiCS.DFrame END-of-danamics/files/danamics.sh echo x - danamics/Makefile sed 's/^X//' >danamics/Makefile << 'END-of-danamics/Makefile' X# New ports collection makefile for: danamics X# Date created: 18 March 2003 X# Whom: mwest@uct.ac.za X# X# $FreeBSD: $ X# X XPORTNAME= danamics XPORTVERSION= 1.1 XCATEGORIES= net java XMASTER_SITES= ftp://ftp.cs.uct.ac.za/pub/FreeBSD/distfiles-local/ X XMAINTAINER= mwest@uct.ac.za XCOMMENT= Petri Net editor for correctness and performance analysis X XUSE_JAVA= 1.1+ XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/DaNAMiCS X X.include X XPLIST= ${WRKDIR}/plist X XSORT?= /usr/bin/sort X Xdo-install: X ${MKDIR} ${PREFIX}/danamics X ${CP} -R ${WRKSRC}/* ${PREFIX}/danamics X X cd ${PREFIX}; ${FIND} danamics -type f \ X | ${SORT} >${PLIST} X cd ${PREFIX}; ${FIND} danamics -type d \ X | ${SORT} -r | ${SED} -e 's|^|@dirrm |' >>${PLIST} X X ${SED} \ X -e s,%%PREFIX%%,${PREFIX},g \ X < ${FILESDIR}/danamics.sh > ${PREFIX}/bin/danamics; \ X ${CHMOD} a+x ${PREFIX}/bin/danamics X X ${ECHO} bin/danamics >>${PLIST} X X.include END-of-danamics/Makefile echo x - danamics/distinfo sed 's/^X//' >danamics/distinfo << 'END-of-danamics/distinfo' XMD5 (danamics-1.1.tar.gz) = bf6926431280e313325f232808ecdada END-of-danamics/distinfo echo x - danamics/pkg-descr sed 's/^X//' >danamics/pkg-descr << 'END-of-danamics/pkg-descr' XThe DaNAMiCS project is to build a Petri Net editor that allows for Xboth correctness and performance analysis. The performance analysis Xwill be performed by Steady State anaylsis and by simulation. X XDaNAMiCS will also include support for Inhibitor Arcs. This will Xallow for priorities to be modelled and will increase the modelling Xpower of Petri Nets to that of Turing Machines. DaNAMiCS will also Xenable the user to model with Coloured Tokens, which greatly reduce Xthe complexity of the resultant nets. X XWWW: http://www.cs.uct.ac.za/Research/DNA/DaNAMiCS/ X X-- Xmwest@uct.ac.za END-of-danamics/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 16:20: 6 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2D637B401 for ; Tue, 18 Mar 2003 16:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F0243FA3 for ; Tue, 18 Mar 2003 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J0K0NS001012 for ; Tue, 18 Mar 2003 16:20:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J0K0gr001011; Tue, 18 Mar 2003 16:20:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C78D37B404 for ; Tue, 18 Mar 2003 16:15:03 -0800 (PST) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAAD43F85 for ; Tue, 18 Mar 2003 16:15:01 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([61.123.32.121]) by t-mta7.odn.ne.jp with ESMTP id <20030319001500290.XOEI.21631.t-mta7.odn.ne.jp@mta7.odn.ne.jp> for ; Wed, 19 Mar 2003 09:15:00 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id B330220C0 for ; Wed, 19 Mar 2003 09:14:59 +0900 (JST) Message-Id: <86y93c5i0s.wl%fuyuki@hadaly.org> Date: Wed, 19 Mar 2003 09:14:59 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50109: New port: lang/sisc - an Java-based Scheme interpreter Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50109 >Category: ports >Synopsis: New port: lang/sisc - an Java-based Scheme interpreter >Confidential: no >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 Mar 18 16:20:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386 >Description: SISC is an extensible Java based interpreter of the algorithmic language Scheme. SISC uses modern interpretation techniques, and handily outperforms all existing Java interpreters. WWW: http://sisc.sourceforge.net/ *NOTE* The binary version of SISC causes the following error: $ sh sisc Exception in thread "main" java.lang.AbstractMethodError: sisc/ser/DeserializerImpl.readFully at sisc.interpreter.CallFrame.deserialize(Unknown Source) at sisc.ser.BinaryDeserializer.initializeExpression(Unknown Source) at sisc.ser.BinaryDeserializer.deserLoop(Unknown Source) at sisc.ser.BinaryDeserializer.readExpression(Unknown Source) at sisc.ser.BinaryDeserializer.deser(Unknown Source) at sisc.ser.BinaryDeserializer.fetchShared(Unknown Source) at sisc.ser.Library.getExpression(Unknown Source) at sisc.interpreter.AppContext.loadEnv(Unknown Source) at sisc.REPL.initializeInterpreter(Unknown Source) at sisc.REPL.main(Unknown Source) So we need to build from source even though it takes an hour on my slower box... >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: # # sisc # sisc/distinfo # sisc/Makefile # sisc/pkg-descr # sisc/pkg-plist # echo c - sisc mkdir -p sisc > /dev/null 2>&1 echo x - sisc/distinfo sed 's/^X//' >sisc/distinfo << 'END-of-sisc/distinfo' XMD5 (sisc-1.7.7.jar) = 619bd1ec75cc30e9e50690a63565b481 END-of-sisc/distinfo echo x - sisc/Makefile sed 's/^X//' >sisc/Makefile << 'END-of-sisc/Makefile' X# New ports collection makefile for: SISC X# Date created: 18 March 2003 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= sisc XPORTVERSION= 1.7.7 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .jar X XMAINTAINER= fuyuki@hadaly.org XCOMMENT= An extensible Java-based Scheme interpreter X XBUILD_DEPENDS= ant:${PORTSDIR}/devel/jakarta-ant X XUSE_JAVA= 1.2+ X XEXTRACT_CMD= ${JAR} XEXTRACT_BEFORE_ARGS= -xf X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_REINPLACE= yes X Xpost-patch: X ${REINPLACE_CMD} -e 's|\(SISC_HOME=\).*$$|\1${JAVAJARDIR}|' \ X -e 's|^java|javavm|' ${WRKSRC}/dist/sisc.sh X Xdo-build: X cd ${WRKSRC}; ${SETENV} JAVA_HOME=${JAVA_HOME} ant sisc-lib X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/boot/*.shp ${JAVAJARDIR} X ${INSTALL_SCRIPT} ${WRKSRC}/dist/sisc.sh ${PREFIX}/bin/sisc X ${MKDIR} ${DOCSDIR} X.for i in COPYING README X ${INSTALL_DATA} ${WRKSRC}/dist/${i} ${DOCSDIR} X.endfor X X.include END-of-sisc/Makefile echo x - sisc/pkg-descr sed 's/^X//' >sisc/pkg-descr << 'END-of-sisc/pkg-descr' XSISC is an extensible Java based interpreter of the algorithmic Xlanguage Scheme. SISC uses modern interpretation techniques, and Xhandily outperforms all existing Java interpreters. X XWWW: http://sisc.sourceforge.net/ END-of-sisc/pkg-descr echo x - sisc/pkg-plist sed 's/^X//' >sisc/pkg-plist << 'END-of-sisc/pkg-plist' Xbin/sisc Xshare/java/classes/sisc-lib.jar Xshare/java/classes/sisc-opt.jar Xshare/java/classes/sisc.jar Xshare/java/classes/sisc.shp X%%DOCSDIR%%/COPYING X%%DOCSDIR%%/README X@dirrm %%DOCSDIR%% END-of-sisc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 17:22:22 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E0BA37B401; Tue, 18 Mar 2003 17:22:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC7543F3F; Tue, 18 Mar 2003 17:22:20 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J1MKNS017904; Tue, 18 Mar 2003 17:22:20 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J1MKPV017900; Tue, 18 Mar 2003 17:22:20 -0800 (PST) Date: Tue, 18 Mar 2003 17:22:20 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190122.h2J1MKPV017900@freefall.freebsd.org> To: gerhard.haering@gmx.de, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/49106: Update databases/sqlite to version 2.8.0 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update databases/sqlite to version 2.8.0 State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Tue Mar 18 17:21:15 PST 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 17:21:15 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=49106 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 17:22:48 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C1437B401; Tue, 18 Mar 2003 17:22:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ABB43F3F; Tue, 18 Mar 2003 17:22:47 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J1MlNS017957; Tue, 18 Mar 2003 17:22:47 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J1MkVm017953; Tue, 18 Mar 2003 17:22:46 -0800 (PST) Date: Tue, 18 Mar 2003 17:22:46 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190122.h2J1MkVm017953@freefall.freebsd.org> To: gh@ghaering.de, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/49107: Update databases/sqlite to version 2.8.0 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update databases/sqlite to version 2.8.0 State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Tue Mar 18 17:22:25 PST 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 17:22:25 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=49107 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 17:23:35 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CA537B401; Tue, 18 Mar 2003 17:23:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 150CF43F3F; Tue, 18 Mar 2003 17:23:34 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J1NXNS018005; Tue, 18 Mar 2003 17:23:33 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J1NX25018001; Tue, 18 Mar 2003 17:23:33 -0800 (PST) Date: Tue, 18 Mar 2003 17:23:33 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190123.h2J1NX25018001@freefall.freebsd.org> To: martin.klaffenboeck@gmx.at, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/50095: update port: databases/sqlite Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update port: databases/sqlite State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Tue Mar 18 17:22:52 PST 2003 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 17:22:52 PST 2003 Responsible-Changed-Why: I'll handle this. Gerhard, Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=50095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 19:55:49 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6AC37B401; Tue, 18 Mar 2003 19:55:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF3F43FA3; Tue, 18 Mar 2003 19:55:48 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J3tmNS054430; Tue, 18 Mar 2003 19:55:48 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J3tmEb054426; Tue, 18 Mar 2003 19:55:48 -0800 (PST) Date: Tue, 18 Mar 2003 19:55:48 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190355.h2J3tmEb054426@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/50088: [Security fix] japanese/samba is updated to samba-2.2.7a-ja-1.1 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Security fix] japanese/samba is updated to samba-2.2.7a-ja-1.1 Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 19:55:35 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=50088 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 20:30:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C7237B401 for ; Tue, 18 Mar 2003 20:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA97A43F93 for ; Tue, 18 Mar 2003 20:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J4U5NS063855 for ; Tue, 18 Mar 2003 20:30:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J4U5JL063854; Tue, 18 Mar 2003 20:30:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E5C937B404 for ; Tue, 18 Mar 2003 20:23:13 -0800 (PST) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9237843FA3 for ; Tue, 18 Mar 2003 20:23:12 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) by horsey.gshapiro.net (8.13.0.PreAlpha1/8.13.0.PreAlpha1) with ESMTP id h2J4NCe3069585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Mar 2003 20:23:12 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.13.0.PreAlpha1/8.12.7/Submit) id h2J4NCe0069584; Tue, 18 Mar 2003 20:23:12 -0800 (PST) Message-Id: <200303190423.h2J4NCe0069584@horsey.gshapiro.net> Date: Tue, 18 Mar 2003 20:23:12 -0800 (PST) From: Gregory Neil Shapiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50111: mgetty-1.1.30.12.16_2: Missing pkg-plist file Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50111 >Category: ports >Synopsis: mgetty-1.1.30.12.16_2: Missing pkg-plist 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: Tue Mar 18 20:30:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Wed Feb 26 21:05:20 PST 2003 gshapiro@horsey.gshapiro.net:/src/FreeBSD/RELENG_4/obj/src/sys/HORSEY i386 >Description: The following file is missing from the mgetty-1.1.30.12.16_2 port's pkg-plist: lib/mgetty+sendfax/faxq-helper >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 20:30:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09D037B404 for ; Tue, 18 Mar 2003 20:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4332D43FB1 for ; Tue, 18 Mar 2003 20:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J4U6NS063868 for ; Tue, 18 Mar 2003 20:30:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J4U6wf063867; Tue, 18 Mar 2003 20:30:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C4F237B404 for ; Tue, 18 Mar 2003 20:24:02 -0800 (PST) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C22843F93 for ; Tue, 18 Mar 2003 20:24:01 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) by horsey.gshapiro.net (8.13.0.PreAlpha1/8.13.0.PreAlpha1) with ESMTP id h2J4O1e3069663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Mar 2003 20:24:01 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.13.0.PreAlpha1/8.12.7/Submit) id h2J4O00A069662; Tue, 18 Mar 2003 20:24:00 -0800 (PST) Message-Id: <200303190424.h2J4O00A069662@horsey.gshapiro.net> Date: Tue, 18 Mar 2003 20:24:00 -0800 (PST) From: Gregory Neil Shapiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50112: samba-2.2.8: Missing pkg-plist files Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50112 >Category: ports >Synopsis: samba-2.2.8: Missing pkg-plist files >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 Mar 18 20:30:05 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Wed Feb 26 21:05:20 PST 2003 gshapiro@horsey.gshapiro.net:/src/FreeBSD/RELENG_4/obj/src/sys/HORSEY i386 >Description: The following files are missing from the samba-2.2.8 port's pkg-plist: bin/wbinfo sbin/winbindd >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 20:30:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBE637B407 for ; Tue, 18 Mar 2003 20:30:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE60743FD7 for ; Tue, 18 Mar 2003 20:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J4U6NS063881 for ; Tue, 18 Mar 2003 20:30:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J4U6pZ063880; Tue, 18 Mar 2003 20:30:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F1F37B401 for ; Tue, 18 Mar 2003 20:24:54 -0800 (PST) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981A743F75 for ; Tue, 18 Mar 2003 20:24:53 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) by horsey.gshapiro.net (8.13.0.PreAlpha1/8.13.0.PreAlpha1) with ESMTP id h2J4Ore3069767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Mar 2003 20:24:53 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.13.0.PreAlpha1/8.12.7/Submit) id h2J4Or4o069766; Tue, 18 Mar 2003 20:24:53 -0800 (PST) Message-Id: <200303190424.h2J4Or4o069766@horsey.gshapiro.net> Date: Tue, 18 Mar 2003 20:24:53 -0800 (PST) From: Gregory Neil Shapiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50113: XFree86-Server-4.3.0_1: Missing pkg-plist files Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50113 >Category: ports >Synopsis: XFree86-Server-4.3.0_1: Missing pkg-plist files >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 Mar 18 20:30:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Wed Feb 26 21:05:20 PST 2003 gshapiro@horsey.gshapiro.net:/src/FreeBSD/RELENG_4/obj/src/sys/HORSEY i386 >Description: The following files are missing from the XFree86-Server-4.3.0_1 port's pkg-plist: man/man4/nsc.4.gz man/man4/radeon.4.gz man/man4/fbdevhw.4.gz >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 20:34:33 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98D137B401; Tue, 18 Mar 2003 20:34:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A6A43F3F; Tue, 18 Mar 2003 20:34:32 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J4YWNS065944; Tue, 18 Mar 2003 20:34:32 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J4YWVo065940; Tue, 18 Mar 2003 20:34:32 -0800 (PST) Date: Tue, 18 Mar 2003 20:34:32 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190434.h2J4YWVo065940@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, anholt@FreeBSD.org Subject: Re: ports/50113: XFree86-Server-4.3.0_1: Missing pkg-plist files Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: XFree86-Server-4.3.0_1: Missing pkg-plist files Responsible-Changed-From-To: freebsd-ports-bugs->anholt Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 20:34:19 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50113 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 20:35: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6206437B401; Tue, 18 Mar 2003 20:35:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DB543F85; Tue, 18 Mar 2003 20:35:04 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J4Z3NS065993; Tue, 18 Mar 2003 20:35:03 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J4Z3Q8065989; Tue, 18 Mar 2003 20:35:03 -0800 (PST) Date: Tue, 18 Mar 2003 20:35:03 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190435.h2J4Z3Q8065989@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/50112: samba-2.2.8: Missing pkg-plist files Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: samba-2.2.8: Missing pkg-plist files Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 20:34:52 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 20:35:45 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5389C37B401; Tue, 18 Mar 2003 20:35:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E601A43F75; Tue, 18 Mar 2003 20:35:43 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J4ZhNS066045; Tue, 18 Mar 2003 20:35:43 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J4Zhka066041; Tue, 18 Mar 2003 20:35:43 -0800 (PST) Date: Tue, 18 Mar 2003 20:35:43 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190435.h2J4Zhka066041@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/50111: mgetty-1.1.30.12.16_2: Missing pkg-plist file Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mgetty-1.1.30.12.16_2: Missing pkg-plist file Responsible-Changed-From-To: freebsd-ports-bugs->jmz Responsible-Changed-By: nork Responsible-Changed-When: Tue Mar 18 20:35:19 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50111 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23: 0:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5129537B401 for ; Tue, 18 Mar 2003 23:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B03843FA3 for ; Tue, 18 Mar 2003 23:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J70ENS000800 for ; Tue, 18 Mar 2003 23:00:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J70Eqj000797; Tue, 18 Mar 2003 23:00:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC6D337B401; Tue, 18 Mar 2003 22:56:29 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C2543F3F; Tue, 18 Mar 2003 22:56:28 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h2J6ui9c055386; Wed, 19 Mar 2003 07:56:44 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h2J6uiRp055385; Wed, 19 Mar 2003 07:56:44 +0100 (CET) Message-Id: <200303190656.h2J6uiRp055385@zaphod.euronet.nl> Date: Wed, 19 Mar 2003 07:56:44 +0100 (CET) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jimmy Olgeni X-Send-Pr-Version: 3.113 Subject: ports/50114: linux-sun-jdk13 BUILD_DEPENDS not picked up Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50114 >Category: ports >Synopsis: linux-sun-jdk13 BUILD_DEPENDS not picked up >Confidential: no >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 Mar 18 23:00:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.7-STABLE FreeBSD 4.7-STABLE #12: Thu Jan 9 10:36:26 CET 2003 ernst@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: Port java/linux-sun-jdk13 defines BUILD_DEPENDS, but then sets NO_BUILD so it doesn't pick up the dependency. Noticed by: Jimmy Olgeni >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23: 3:53 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1AF37B401; Tue, 18 Mar 2003 23:03:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF9F43FA3; Tue, 18 Mar 2003 23:03:51 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J73pNS002677; Tue, 18 Mar 2003 23:03:51 -0800 (PST) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J73pAo002673; Tue, 18 Mar 2003 23:03:51 -0800 (PST) Date: Tue, 18 Mar 2003 23:03:51 -0800 (PST) From: Ernst de Haan Message-Id: <200303190703.h2J73pAo002673@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/50114: linux-sun-jdk13 BUILD_DEPENDS not picked up Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: linux-sun-jdk13 BUILD_DEPENDS not picked up Responsible-Changed-From-To: freebsd-ports-bugs->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Tue Mar 18 23:03:40 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=50114 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23:10:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B7B937B401 for ; Tue, 18 Mar 2003 23:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA1543F93 for ; Tue, 18 Mar 2003 23:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J7A9NS005988 for ; Tue, 18 Mar 2003 23:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J7A9Z7005987; Tue, 18 Mar 2003 23:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBB637B401; Tue, 18 Mar 2003 23:03:11 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EE243F3F; Tue, 18 Mar 2003 23:03:10 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h2J73Q9c056722; Wed, 19 Mar 2003 08:03:26 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h2J73Qs3056721; Wed, 19 Mar 2003 08:03:26 +0100 (CET) Message-Id: <200303190703.h2J73Qs3056721@zaphod.euronet.nl> Date: Wed, 19 Mar 2003 08:03:26 +0100 (CET) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jimmy Olgeni X-Send-Pr-Version: 3.113 Subject: ports/50115: portlint does not check NO_BUILD / BUILD_DEPENDS combo Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50115 >Category: ports >Synopsis: portlint does not check NO_BUILD / BUILD_DEPENDS combo >Confidential: no >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 Mar 18 23:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.7-STABLE FreeBSD 4.7-STABLE #12: Thu Jan 9 10:36:26 CET 2003 ernst@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: When a port defines both BUILD_DEPENDS and NO_BUILD, the BUILD_DEPENDS are probably not picked up. Should portlint check and report this? >How-To-Repeat: $ cd /usr/ports/java/linux-sun-jdk13 $ grep BUILD Makefile $ portlint -A >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23:10:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB3E37B404 for ; Tue, 18 Mar 2003 23:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D28C43FB1 for ; Tue, 18 Mar 2003 23:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J7AANS006001 for ; Tue, 18 Mar 2003 23:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J7AAaq006000; Tue, 18 Mar 2003 23:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B431837B405; Tue, 18 Mar 2003 23:08:45 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9345B43FB1; Tue, 18 Mar 2003 23:08:44 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h2J7909c056901; Wed, 19 Mar 2003 08:09:00 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h2J790sf056900; Wed, 19 Mar 2003 08:09:00 +0100 (CET) Message-Id: <200303190709.h2J790sf056900@zaphod.euronet.nl> Date: Wed, 19 Mar 2003 08:09:00 +0100 (CET) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org Cc: Greg Lewis X-Send-Pr-Version: 3.113 Subject: ports/50116: Malformated msg when portupgrade-ing java/jdk13 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50116 >Category: ports >Synopsis: Malformated msg when portupgrade-ing java/jdk13 >Confidential: no >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 Mar 18 23:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.7-STABLE FreeBSD 4.7-STABLE #12: Thu Jan 9 10:36:26 CET 2003 ernst@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: When I try to upgrade the native JDK 1.3 port, the message I get is malformatted. It contains literal '\n' strings, instead of a newline. # pkg_info | grep jdk jdk-1.3.1p7_2 Java Development Kit 1.3 jdk-doc-1.2.2.006 Java Development Kit 1.2 Documentation jdk-doc-1.4.1 Java Development Kit 1.4 Documentation linux-blackdown-jdk-1.2.2_3 Blackdown Linux Java Developers Kit 1.2.2 linux-blackdown-jdk-1.3.1_1 Blackdown Java Development Kit 1.3 for Linux linux-blackdown-jdk-1.4.1 Blackdown Linux Java Developers Kit 1.3.1 linux-sun-jdk-1.3.1.06_1 Sun Java Development Kit 1.3 for Linux linux-sun-jdk-1.4.1.01 Sun Java Development Kit 1.4 for Linux # portupgrade jdk ** 'java/jdk13' is marked as IGNORE: :\n The source distribution exists on your system, but due to\n licensing restrictions you still need to download the\n patchset, bsd-jdk131-patches-8.tar.gz, from\n http://www.eyesbeyond.com/freebsddom/java/jdk13.html.\n Please place the patchset in /usr/ports/distfiles.\n >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23:17:55 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA14337B401; Tue, 18 Mar 2003 23:17:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 791B243F85; Tue, 18 Mar 2003 23:17:54 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J7HsNS008067; Tue, 18 Mar 2003 23:17:54 -0800 (PST) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J7HsXI008063; Tue, 18 Mar 2003 23:17:54 -0800 (PST) Date: Tue, 18 Mar 2003 23:17:54 -0800 (PST) From: Ernst de Haan Message-Id: <200303190717.h2J7HsXI008063@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org Subject: Re: ports/50116: Malformated msg when portupgrade-ing java/jdk13 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Malformated msg when portupgrade-ing java/jdk13 Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: znerd Responsible-Changed-When: Tue Mar 18 23:17:27 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50116 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23:30:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8DD37B401 for ; Tue, 18 Mar 2003 23:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B71143F93 for ; Tue, 18 Mar 2003 23:30:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J7UCNS010128 for ; Tue, 18 Mar 2003 23:30:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J7UCOl010127; Tue, 18 Mar 2003 23:30:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6268137B404 for ; Tue, 18 Mar 2003 23:22:18 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EE443F85 for ; Tue, 18 Mar 2003 23:22:17 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h2J7MX9c059852 for ; Wed, 19 Mar 2003 08:22:33 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h2J7MWIQ059851; Wed, 19 Mar 2003 08:22:32 +0100 (CET) Message-Id: <200303190722.h2J7MWIQ059851@zaphod.euronet.nl> Date: Wed, 19 Mar 2003 08:22:32 +0100 (CET) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50117: xmlenc port should be upgraded: 0.26 -> 0.27 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50117 >Category: ports >Synopsis: xmlenc port should be upgraded: 0.26 -> 0.27 >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 Mar 18 23:30:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.7-STABLE FreeBSD 4.7-STABLE #12: Thu Jan 9 10:36:26 CET 2003 ernst@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: The port textproc/xmlenc is outdated. It installs xmlenc 0.26, while 0.27 is the most recent version at the time of writing. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Tue Mar 18 23:46:41 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E19AF37B404; Tue, 18 Mar 2003 23:46:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5D943F93; Tue, 18 Mar 2003 23:46:32 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J7kWNS013983; Tue, 18 Mar 2003 23:46:32 -0800 (PST) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J7kWxG013979; Tue, 18 Mar 2003 23:46:32 -0800 (PST) Date: Tue, 18 Mar 2003 23:46:32 -0800 (PST) From: Ernst de Haan Message-Id: <200303190746.h2J7kWxG013979@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/50117: xmlenc port should be upgraded: 0.26 -> 0.27 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: xmlenc port should be upgraded: 0.26 -> 0.27 Responsible-Changed-From-To: freebsd-ports-bugs->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Tue Mar 18 23:46:17 PST 2003 Responsible-Changed-Why: I'll handle this. I'm the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50117 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 0:50:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006F137B404 for ; Wed, 19 Mar 2003 00:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9595143F93 for ; Wed, 19 Mar 2003 00:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J8oANS029324 for ; Wed, 19 Mar 2003 00:50:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J8oAHg029323; Wed, 19 Mar 2003 00:50:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4380F37B401 for ; Wed, 19 Mar 2003 00:47:48 -0800 (PST) Received: from boggy.acest.tutrp.tut.ac.jp (boggy.acest.tutrp.tut.ac.jp [133.15.67.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB1643F3F for ; Wed, 19 Mar 2003 00:47:47 -0800 (PST) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: from boggy.acest.tutrp.tut.ac.jp (localhost [127.0.0.1]) by boggy.acest.tutrp.tut.ac.jp (8.12.8/8.12.8) with ESMTP id h2J8laEN003790 for ; Wed, 19 Mar 2003 17:47:40 +0900 (JST) (envelope-from nakaji@boggy.acest.tutrp.tut.ac.jp) Received: (from nakaji@localhost) by boggy.acest.tutrp.tut.ac.jp (8.12.8/8.12.8/Submit) id h2J8krdn003789; Wed, 19 Mar 2003 17:46:53 +0900 (JST) Message-Id: <200303190846.h2J8krdn003789@boggy.acest.tutrp.tut.ac.jp> Date: Wed, 19 Mar 2003 17:46:53 +0900 (JST) From: NAKAJI Hiroyuki Reply-To: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50119: [security issue] japanese/samba20 needs forbidden Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50119 >Category: ports >Synopsis: [security issue] japanese/samba20 needs forbidden >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: Wed Mar 19 00:50:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #75: Wed Mar 19 10:29:36 JST 2003 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: As reported in ports/50088, all versions of Samba-2.0.x also have a buffer overflow problem so that japanese/samba20 must be forbidden. But because there is no hope the problem will be fixed, I think japanese/samba20 will be removed in near future (before 4.8-RELEASE?). >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/samba20/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 21 Feb 2003 12:29:06 -0000 1.8 +++ Makefile 19 Mar 2003 08:37:28 -0000 @@ -6,8 +6,8 @@ # PORTNAME= samba -PORTREVISION= 1 PORTVERSION= ${SAMBA_VERSION}.j${SAMBA_JA_VERSION} +PORTREVISION= 1 CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ @@ -19,6 +19,8 @@ MAINTAINER= nakaji@jp.FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX + +FORBIDDEN= "There is a flaw in the Samba main smbd code which could allow an external attacker to remotely and anonymously gain Super User (root) privileges on a server running a Samba server. For more information, see http://www.samba.gr.jp/news-release/2003/20030317-1.html" BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 0:53:49 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 863EA37B401; Wed, 19 Mar 2003 00:53:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D437643F75; Wed, 19 Mar 2003 00:53:47 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2J8rlNS031342; Wed, 19 Mar 2003 00:53:47 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2J8rlSt031338; Wed, 19 Mar 2003 00:53:47 -0800 (PST) Date: Wed, 19 Mar 2003 00:53:47 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303190853.h2J8rlSt031338@freefall.freebsd.org> To: nakaji@jp.freebsd.org, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/50119: [security issue] japanese/samba20 needs forbidden Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [security issue] japanese/samba20 needs forbidden State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Wed Mar 19 00:52:51 PST 2003 State-Changed-Why: I am waiting approval of portmgr. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 00:52:51 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=50119 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 2:40:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B3037B401 for ; Wed, 19 Mar 2003 02:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0314C43F93 for ; Wed, 19 Mar 2003 02:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JAe6NS058067 for ; Wed, 19 Mar 2003 02:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JAe6bo058066; Wed, 19 Mar 2003 02:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB1437B404 for ; Wed, 19 Mar 2003 02:38:39 -0800 (PST) Received: from 12-234-22-23.client.attbi.com (12-234-22-23.client.attbi.com [12.234.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8AF043FA3 for ; Wed, 19 Mar 2003 02:38:37 -0800 (PST) (envelope-from doug@12-234-22-23.client.attbi.com) Received: from 12-234-22-23.client.attbi.com (f59u9pvox09stqmy@localhost [127.0.0.1]) by 12-234-22-23.client.attbi.com (8.12.8/8.12.8) with ESMTP id h2JAcbG8003605 for ; Wed, 19 Mar 2003 02:38:37 -0800 (PST) (envelope-from doug@12-234-22-23.client.attbi.com) Received: (from doug@localhost) by 12-234-22-23.client.attbi.com (8.12.8/8.12.8/Submit) id h2JAcbtq003604; Wed, 19 Mar 2003 02:38:37 -0800 (PST) Message-Id: <200303191038.h2JAcbtq003604@12-234-22-23.client.attbi.com> Date: Wed, 19 Mar 2003 02:38:37 -0800 (PST) From: Doug Reply-To: Doug To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50121: gtk12 has a broken dependency on glib Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50121 >Category: ports >Synopsis: gtk12 has a broken dependency on glib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 02:40:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Doug >Release: FreeBSD 4.8-RC-0303 i386 >Organization: AAAG >Environment: System: FreeBSD 4.8-RC-0303 >Description: When building gtk12 itself on a system with XFree86-libraries-4.3.0_1 installed, but few other X ports, the configure step fails: checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.8... no *** Could not run GLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding GLIB or finding the wrong *** version of GLIB. If it is not finding GLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH *** *** If you have a RedHat 5.0 system, you should remove the GTK package that *** came with the system with the command *** *** rpm --erase --nodeps gtk gtk-devel configure: error: *** GLIB 1.2.8 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk12. There is already a 'USE_GNOME= glib12' in the port Makefile, so I'm not sure how it's breaking. >How-To-Repeat: See above. >Fix: Workaround: Install glib12 by hand first, then build gtk. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 2:58:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9331537B401; Wed, 19 Mar 2003 02:58:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3256443F3F; Wed, 19 Mar 2003 02:58:14 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JAwENS061990; Wed, 19 Mar 2003 02:58:14 -0800 (PST) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JAwEKd061986; Wed, 19 Mar 2003 02:58:14 -0800 (PST) Date: Wed, 19 Mar 2003 02:58:14 -0800 (PST) From: Doug Barton Message-Id: <200303191058.h2JAwEKd061986@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/50121: gtk12 has a broken dependency on glib Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gtk12 has a broken dependency on glib Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: dougb Responsible-Changed-When: Wed Mar 19 02:57:54 PST 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=50121 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 4:30:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DDA537B401 for ; Wed, 19 Mar 2003 04:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C90C743F3F for ; Wed, 19 Mar 2003 04:30:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JCUCNS090688 for ; Wed, 19 Mar 2003 04:30:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JCUCJ5090687; Wed, 19 Mar 2003 04:30:12 -0800 (PST) Date: Wed, 19 Mar 2003 04:30:12 -0800 (PST) Message-Id: <200303191230.h2JCUCJ5090687@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Erwin Lansing Subject: Re: ports/50070: ports cannot build when libtool is build as a dependency Reply-To: Erwin Lansing Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50070; it has been noted by GNATS. From: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/50070: ports cannot build when libtool is build as a dependency Date: Wed, 19 Mar 2003 13:27:17 +0100 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The patch from Adrian Steinmann on -stable also fixes this problem. http://marc.theaimsgroup.com/?l=3Dfreebsd-stable&m=3D104801186731467&w=3D2 --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+eGIlqy9aWxUlaZARApTeAJ9ey9N+XcUrZCtKxVsM89U5rXMMdACg1Gyo QChvd8ReHOhbsML7VOy3pqE= =mP/6 -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 4:50:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E743E37B401 for ; Wed, 19 Mar 2003 04:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CBF743FBD for ; Wed, 19 Mar 2003 04:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JCoBNS094546 for ; Wed, 19 Mar 2003 04:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JCoB7Y094545; Wed, 19 Mar 2003 04:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522BE37B401 for ; Wed, 19 Mar 2003 04:43:20 -0800 (PST) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id E74D843F3F for ; Wed, 19 Mar 2003 04:43:18 -0800 (PST) (envelope-from girgen@rambutan.pingpong.net) Received: from rambutan.pingpong.net (localhost [127.0.0.1]) by rambutan.pingpong.net (8.12.6/8.12.6) with ESMTP id h2JChHO8078548 for ; Wed, 19 Mar 2003 13:43:17 +0100 (CET) (envelope-from girgen@rambutan.pingpong.net) Received: (from girgen@localhost) by rambutan.pingpong.net (8.12.6/8.12.6/Submit) id h2JChGWX078547; Wed, 19 Mar 2003 13:43:17 +0100 (CET) Message-Id: <200303191243.h2JChGWX078547@rambutan.pingpong.net> Date: Wed, 19 Mar 2003 13:43:17 +0100 (CET) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50122: portupgrade|ruby problem: undefined method `any?' Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50122 >Category: ports >Synopsis: portupgrade|ruby problem: undefined method `any?' >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 Mar 19 04:50:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD rambutan.pingpong.net 4.7-RELEASE FreeBSD 4.7-RELEASE #11: Wed Oct 9 18:35:14 CEST 2002 girgen@tomat.pingpong.net:/usr/obj/usr/src/sys/WORKSTATION i386 $ pkg_info -Ix portupgrade portupgrade-20030228 FreeBSD ports/packages administration and management tool s >Description: When updating using portupgrade -PR portname, I get this error everytime a package is (sucessfully) fetched. If the package is already on the local disk, it works fine, it seems; if I interrupt the upgrade and reissue the command, it works for this package, but fails for the next fetched one. ---> Fetching the package(s) for 'Xft-2.1_3' (x11-fonts/Xft) ---> Fetching Xft-2.1_3 Receiving /var/tmp/Xft-2.1_3.tgz (40123 bytes): 100% 40123 bytes transferred in 0.2 seconds (189.09 kBps) ---> Downloaded as Xft-2.1_3.tgz ---> Identifying the package /var/tmp/Xft-2.1_3.tgz ---> Saved as /usr/ports/packages/All/Xft-2.1_3.tgz /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:873:in `include?': undefined method `any?' for [#]:Array (NameError) from /usr/local/sbin/pkg_fetch:186:in `fetch_pkg' from /usr/local/sbin/pkg_fetch:185:in `each' from /usr/local/sbin/pkg_fetch:185:in `fetch_pkg' from /usr/local/sbin/pkg_fetch:139:in `main' from /usr/local/sbin/pkg_fetch:134:in `call' from /usr/local/lib/ruby/site_ruby/1.6/optparse.rb:1176:in `order!' from /usr/local/lib/ruby/site_ruby/1.6/optparse.rb:1127:in `catch' from /usr/local/lib/ruby/site_ruby/1.6/optparse.rb:1127:in `order!' from /usr/local/lib/ruby/site_ruby/1.6/optparse.rb:1122:in `order' from /usr/local/sbin/pkg_fetch:134:in `main' from /usr/local/sbin/pkg_fetch:68:in `initialize' from /usr/local/sbin/pkg_fetch:68:in `new' from /usr/local/sbin/pkg_fetch:68:in `main' from /usr/local/sbin/pkg_fetch:362 ** Could not fetch the latest version '2.1_3' ---> Using the port instead of a package Don't know wheather this is a portupgrade or a ruby problem. >How-To-Repeat: portgrade -RP whatever_needsd_to_upgraded >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 5:10:12 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCABC37B404 for ; Wed, 19 Mar 2003 05:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08B043FAF for ; Wed, 19 Mar 2003 05:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JDA9NS001840 for ; Wed, 19 Mar 2003 05:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JDA943001839; Wed, 19 Mar 2003 05:10:09 -0800 (PST) Date: Wed, 19 Mar 2003 05:10:09 -0800 (PST) Message-Id: <200303191310.h2JDA943001839@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Alex Dupre Subject: Re: ports/48743: [Maintainer Update] Port: MySQL 4.0 (client) Reply-To: Alex Dupre Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/48743; it has been noted by GNATS. From: Alex Dupre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/48743: [Maintainer Update] Port: MySQL 4.0 (client) Date: Wed, 19 Mar 2003 14:07:05 +0100 Patch applied, close this PR. -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org Today's excuse: It's not RFC-822 compliant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 5:17:53 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E16AC37B401; Wed, 19 Mar 2003 05:17:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4392E43FA3; Wed, 19 Mar 2003 05:17:52 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JDHqNS003964; Wed, 19 Mar 2003 05:17:52 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JDHpU4003960; Wed, 19 Mar 2003 05:17:51 -0800 (PST) Date: Wed, 19 Mar 2003 05:17:51 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191317.h2JDHpU4003960@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/48743: [Maintainer Update] Port: MySQL 4.0 (client) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Maintainer Update] Port: MySQL 4.0 (client) State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Wed Mar 19 05:16:11 PST 2003 State-Changed-Why: Committed by ade. Submitter requests to close PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=48743 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 5:50:10 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2FD337B405 for ; Wed, 19 Mar 2003 05:50:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605D743FAF for ; Wed, 19 Mar 2003 05:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JDo7NS009891 for ; Wed, 19 Mar 2003 05:50:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JDo7KS009890; Wed, 19 Mar 2003 05:50:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3286937B401 for ; Wed, 19 Mar 2003 05:40:39 -0800 (PST) Received: from worf.kerna.com (worf.kerna.com [194.106.143.118]) by mx1.FreeBSD.org (Postfix) with SMTP id CF23843F85 for ; Wed, 19 Mar 2003 05:40:33 -0800 (PST) (envelope-from james@now.ie) Received: (qmail 14464 invoked by uid 1001); 19 Mar 2003 13:40:29 -0000 Message-Id: <20030319134029.14463.qmail@bender.kerna.ie> Date: 19 Mar 2003 13:40:29 -0000 From: James Raftery Reply-To: James Raftery To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50123: [PATCH] Update port: net/vnc from 3.3.6 to 3.3.7 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50123 >Category: ports >Synopsis: [PATCH] Update port: net/vnc from 3.3.6 to 3.3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 05:50:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: James Raftery >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD bender.kerna.ie 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #6: Thu Jan 9 14:06:32 GMT 2003 root@bender.kerna.ie:/usr/obj/usr/src/sys/BENDER i386 >Description: Update net/vnc port skeleton from version 3.3.6 to version 3.3.7. Move pkg-plist to Attic. >How-To-Repeat: N/A >Fix: Patch below. Also, pkg-plist is built dynamically since rev. 1.31 of Makefile, to cater for the WITHOUT_SERVER knob. pkg-plist can be moved to the Attic. --- 3.3.7.patch begins here --- diff -ruN net/vnc.orig/Makefile net/vnc/Makefile --- net/vnc.orig/Makefile Fri Feb 21 13:15:07 2003 +++ net/vnc/Makefile Wed Mar 19 12:59:11 2003 @@ -6,8 +6,7 @@ # PORTNAME= vnc -PORTVERSION= 3.3.6 -PORTREVISION= 1 +PORTVERSION= 3.3.7 CATEGORIES= net ipv6 MASTER_SITES= http://www.realvnc.com/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION}-unixsrc diff -ruN net/vnc.orig/distinfo net/vnc/distinfo --- net/vnc.orig/distinfo Wed Jan 8 10:28:32 2003 +++ net/vnc/distinfo Wed Mar 19 12:12:47 2003 @@ -1 +1 @@ -MD5 (vnc-3.3.6-unixsrc.tar.gz) = 9ab3d27e4b34540baaaa02527938330a +MD5 (vnc-3.3.7-unixsrc.tar.gz) = 511ffbc8ed8d9df82e7c67852164728c --- 3.3.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 5:51:52 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DE437B401; Wed, 19 Mar 2003 05:51:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB2043FAF; Wed, 19 Mar 2003 05:51:50 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JDpoNS011799; Wed, 19 Mar 2003 05:51:50 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JDpoKr011795; Wed, 19 Mar 2003 05:51:50 -0800 (PST) Date: Wed, 19 Mar 2003 05:51:50 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191351.h2JDpoKr011795@freefall.freebsd.org> To: james@now.ie, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/50123: [PATCH] Update port: net/vnc from 3.3.6 to 3.3.7 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Update port: net/vnc from 3.3.6 to 3.3.7 State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Wed Mar 19 05:51:24 PST 2003 State-Changed-Why: Now ports freeze. Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 05:51:24 PST 2003 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=50123 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 6:20:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D1C37B425 for ; Wed, 19 Mar 2003 06:20:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0362043FA3 for ; Wed, 19 Mar 2003 06:20:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JEKCNS025703 for ; Wed, 19 Mar 2003 06:20:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JEKCq2025702; Wed, 19 Mar 2003 06:20:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E7F37B444 for ; Wed, 19 Mar 2003 06:17:31 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 846B543FA3 for ; Wed, 19 Mar 2003 06:17:29 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 95649 invoked by uid 911); 19 Mar 2003 14:17:30 -0000 Message-Id: <20030319141730.95647.qmail@outpost.globcon.net> Date: 19 Mar 2003 14:17:30 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: mich@freebsdcluster.org X-Send-Pr-Version: 3.113 Subject: ports/50124: [PATCH] misc/portell: install portell.py as portell Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50124 >Category: ports >Synopsis: [PATCH] misc/portell: install portell.py as portell >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 Mar 19 06:20:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 2 03:13:48 MSK >Description: - Install portell.py as portell - Respect NOPORTDOCS in pkg-plist - Use ECHO_MSG instead of ECHO_CMD - Bump PORTREVISION Port maintainer - mich@freebsdcluster.org - has been copied. >How-To-Repeat: >Fix: --- portell-0.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/portell/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2003/02/21 12:48:15 1.2 +++ Makefile 2003/03/19 14:15:05 @@ -7,6 +7,7 @@ PORTNAME= portell PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.seekrut.com/rk/ DISTNAME= ${PORTNAME} @@ -16,11 +17,13 @@ COMMENT= Quick display of FreeBSD port descriptions USE_PYTHON= YES -NO_BUILD= YES +USE_REINPLACE= YES -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin +do-build: + ${REINPLACE_CMD} -e 's/portell.py/portell/' ${WRKDIR}/README +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/portell.py ${PREFIX}/bin/portell .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/README ${DOCSDIR} @@ -28,12 +31,12 @@ post-install: .if !defined(BATCH) - @${ECHO_CMD} "" - @${ECHO_CMD} "###############################################################################" - @${ECHO_CMD} "# You must run 'portell.py -u' to initialize the DB. #" - @${ECHO_CMD} "# ${DOCSDIR}/README for more information. #" - @${ECHO_CMD} "###############################################################################" - @${ECHO_CMD} + @${ECHO_MSG} "" + @${ECHO_MSG} "###############################################################################" + @${ECHO_MSG} "# You must run 'portell -u' to initialize the DB" + @${ECHO_MSG} "# ${DOCSDIR}/README for more information." + @${ECHO_MSG} "###############################################################################" + @${ECHO_MSG} "" .endif .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/portell/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2003/01/09 14:47:36 1.1 +++ pkg-plist 2003/03/19 14:15:05 @@ -1,3 +1,3 @@ -bin/portell.py -share/doc/portell/README -@dirrm share/doc/portell +bin/portell +%%PORTDOCS%%share/doc/portell/README +%%PORTDOCS%%@dirrm share/doc/portell --- portell-0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8: 0:28 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE79237B40A for ; Wed, 19 Mar 2003 08:00:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119D843FAF for ; Wed, 19 Mar 2003 08:00:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JG0MNS008891 for ; Wed, 19 Mar 2003 08:00:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JG0MDf008890; Wed, 19 Mar 2003 08:00:22 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E4237B405 for ; Wed, 19 Mar 2003 07:52:34 -0800 (PST) Received: from MAILSERVER.ofw.fi (ns.ofw.fi [194.111.144.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E1C43FA3 for ; Wed, 19 Mar 2003 07:52:32 -0800 (PST) (envelope-from dan.naumov@ofw.fi) Received: from [172.16.161.81] by MAILSERVER.ofw.fi (NTMail 7.00.0022/NT1439.00.90501b21) with ESMTP id pvqajaaa for FreeBSD-gnats-submit@freebsd.org; Wed, 19 Mar 2003 17:51:48 +0200 Message-Id: <1048089361.62998.15.camel@localhost> Date: 19 Mar 2003 17:56:01 +0200 From: Dan Naumov To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50129: [PATCH] bump www/mplayerplug-in to 0.60 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50129 >Category: ports >Synopsis: [PATCH] bump www/mplayerplug-in to 0.60 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 08:00:22 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dan Naumov >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: none, home user >Environment: FreeBSD localhost.localdomain 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0: Sat Mar 8 06:48:20 EET 2003 root@localhost.localdomain:/usr/obj/usr/src/sys/JAGO i386 >Description: This is a patch updating the www/mplayerplug-in port from 0.50 to 0.60. >How-To-Repeat: >Fix: diff -ruN /usr/ports/www/mplayer-plugin.orig/Makefile /usr/ports/www/mplayer-plugin/Makefile --- /usr/ports/www/mplayer-plugin.orig/Makefile Tue Feb 25 07:53:29 2003 +++ /usr/ports/www/mplayer-plugin/Makefile Wed Mar 19 17:40:38 2003 @@ -6,7 +6,7 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 0.50 +PORTVERSION= 0.60 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in diff -ruN /usr/ports/www/mplayer-plugin.orig/distinfo /usr/ports/www/mplayer-plugin/distinfo --- /usr/ports/www/mplayer-plugin.orig/distinfo Tue Feb 25 07:53:29 2003 +++ /usr/ports/www/mplayer-plugin/distinfo Wed Mar 19 17:40:38 2003 @@ -1 +1 @@ -MD5 (mplayerplug-in_v0.50.tar.gz) = 220f599fdaa64bc331188b0d42793c15 +MD5 (mplayerplug-in_v0.60.tar.gz) = a7579d9ee11f107c584de569f831ce67 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8: 6:36 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4871437B401; Wed, 19 Mar 2003 08:06:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE8243F75; Wed, 19 Mar 2003 08:06:34 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JG6YNS014001; Wed, 19 Mar 2003 08:06:34 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JG6YYe013997; Wed, 19 Mar 2003 08:06:34 -0800 (PST) Date: Wed, 19 Mar 2003 08:06:34 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191606.h2JG6YYe013997@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, marcus@FreeBSD.org Subject: Re: ports/50129: [PATCH] bump www/mplayerplug-in to 0.60 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] bump www/mplayerplug-in to 0.60 Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:06:16 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50129 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8: 9:31 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5826E37B401; Wed, 19 Mar 2003 08:09:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88EC43F93; Wed, 19 Mar 2003 08:09:29 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JG9TNS014097; Wed, 19 Mar 2003 08:09:29 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JG9TGD014093; Wed, 19 Mar 2003 08:09:29 -0800 (PST) Date: Wed, 19 Mar 2003 08:09:29 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191609.h2JG9TGD014093@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jeh@FreeBSD.org Subject: Re: ports/50101: sysutils/healthd: manpage must be updated for FreeBSD Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysutils/healthd: manpage must be updated for FreeBSD Responsible-Changed-From-To: freebsd-ports-bugs->jeh Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:09:14 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:10:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A551937B404 for ; Wed, 19 Mar 2003 08:10:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA5D43F75 for ; Wed, 19 Mar 2003 08:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGA7NS014140 for ; Wed, 19 Mar 2003 08:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGA7kT014139; Wed, 19 Mar 2003 08:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D0937B401 for ; Wed, 19 Mar 2003 08:02:16 -0800 (PST) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44FA43FA3 for ; Wed, 19 Mar 2003 08:02:13 -0800 (PST) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.8/8.12.7) with ESMTP id h2JG5Ctv022603 for ; Wed, 19 Mar 2003 17:05:12 +0100 (CET) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.8/8.12.8/Submit) id h2JG5ATr022602; Wed, 19 Mar 2003 17:05:11 +0100 (CET) Message-Id: <200303191605.h2JG5ATr022602@vaio.alexdupre.com> Date: Wed, 19 Mar 2003 17:05:11 +0100 (CET) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50130: [Maintainer Update] Port: MySQL 4.0.12 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50130 >Category: ports >Synopsis: [Maintainer Update] Port: MySQL 4.0.12 >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: Wed Mar 19 08:10:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update to 4.0.12 release. This is the first production release. MySQL AB now recommends to use MySQL 4.0 instead of 3.23, so I think we should start bumping dependencies on other ports. This PR supersedes PR 48744. >How-To-Repeat: >Fix: --- mysql40-server.diff begins here --- diff -ruN mysql40-server.orig/Makefile mysql40-server/Makefile --- mysql40-server.orig/Makefile Wed Mar 19 14:04:28 2003 +++ mysql40-server/Makefile Wed Mar 19 16:09:35 2003 @@ -6,7 +6,7 @@ # PORTNAME?= mysql -PORTVERSION= 4.0.10 +PORTVERSION= 4.0.12 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ftp://mysql.secsup.org/pub/software/mysql/Downloads/MySQL-4.0/ \ @@ -23,7 +23,6 @@ http://mysql.oms-net.nl/Downloads/MySQL-4.0/ \ ftp://ftp.free.fr/pub/MySQL/Downloads/MySQL-4.0/ PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-gamma MAINTAINER= sysadmin@alexdupre.com COMMENT?= Multithreaded SQL database (server) @@ -32,8 +31,10 @@ DB_DIR?= /var/db/mysql USE_PERL5_RUN= yes USE_LIBTOOL= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-debug \ --without-readline \ @@ -43,9 +44,7 @@ --with-mysqlfs \ --with-vio \ --with-low-memory \ - --with-comment='FreeBSD port: ${PKGNAME}' \ - --with-server-suffix='' \ - --program-prefix='' + --with-comment='FreeBSD port: ${PKGNAME}' .include @@ -99,12 +98,11 @@ RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql40-client \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql -PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma +PLIST_SUB= MYSQL_VERSION=${PORTVERSION} ONLY_FOR_ARCHS= i386 alpha sparc64 -DOCS= manual.html manual.ps manual_toc.html manual.txt manual.texi \ - include.texi +DOCS= manual.html manual.txt manual_toc.html pre-fetch: @${ECHO} "" @@ -115,16 +113,20 @@ @${ECHO} " WITH_OPENSSL=yes Enable secure connections." @${ECHO} " DB_DIR=directory Set alternate directory for database files" @${ECHO} " (default is /var/db/mysql)." - @${ECHO} " WITH_LINUXTHREADS=yes Use the linuxthreads pthread library." - @${ECHO} " OVERWRITE_DB=yes Re-initialize default databases" - @${ECHO} " SKIP_DNS_CHECK=yes Don't run resolveip to do an additional" - @${ECHO} " DNS check before inserting local hostname to" - @${ECHO} " mysql database" + @${ECHO} " WITH_LINUXTHREADS=yes Use the linuxthreads pthread library." + @${ECHO} " OVERWRITE_DB=yes Re-initialize default databases." + @${ECHO} " SKIP_DNS_CHECK=yes Don't run resolveip to do an additional DNS" + @${ECHO} " reverse lookup before inserting local" + @${ECHO} " hostname into mysql database" @${ECHO} " (use if your machine has no official DNS entry)." @${ECHO} " BUILD_STATIC=yes Build a static version of mysqld." @${ECHO} " BUILD_OPTIMIZED=yes Add -mcpu=i686 to CFLAGS." @${ECHO} "" +post-patch: + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_server_dirs@ scripts support-files|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|install: install-am|install:|g" ${WRKSRC}/include/Makefile.in + .if defined(WITH_OPENSSL) && defined(BUILD_STATIC) pre-configure: @${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL." @@ -147,13 +149,14 @@ .endif @${SED} "s|%%PREFIX%%|${PREFIX}|g; s|%%DB_DIR%%|${DB_DIR}|g" < ${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/Flags + @${MKDIR} ${DOCSDIR}/Flags .for doc in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} .endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Flags/*.gif ${DOCSDIR}/Flags + @${INSTALL_DATA} ${WRKSRC}/Docs/Flags/*.gif ${DOCSDIR}/Flags + @${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info + @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir .endif # MySQL-Client part @@ -166,12 +169,13 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/mysql CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" + +post-patch: + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ tests man|g" ${WRKSRC}/Makefile.in post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mysql-client.sh > ${PREFIX}/etc/rc.d/000.mysql-client.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mysql-client.sh - .endif .include diff -ruN mysql40-server.orig/distinfo mysql40-server/distinfo --- mysql40-server.orig/distinfo Wed Mar 19 14:04:28 2003 +++ mysql40-server/distinfo Wed Mar 19 14:18:52 2003 @@ -1 +1 @@ -MD5 (mysql-4.0.10-gamma.tar.gz) = fd66e12e7de57a6836283365107af427 +MD5 (mysql-4.0.12.tar.gz) = 7d7696ecad5018939735049c0e87132f diff -ruN mysql40-server.orig/files/patch-Makefile.in mysql40-server/files/patch-Makefile.in --- mysql40-server.orig/files/patch-Makefile.in Wed Mar 19 14:04:28 2003 +++ mysql40-server/files/patch-Makefile.in Wed Mar 19 14:13:09 2003 @@ -1,21 +1,16 @@ ---- Makefile.in.orig Tue Feb 4 13:55:10 2003 -+++ Makefile.in Tue Feb 4 13:58:31 2003 -@@ -210,13 +210,11 @@ +--- Makefile.in.orig Thu Feb 20 20:58:01 2003 ++++ Makefile.in Thu Feb 27 12:27:18 2003 +@@ -212,12 +212,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB -SUBDIRS = . include @docs_dirs@ @readline_dir@ \ - @thread_dirs@ pstack @sql_client_dirs@ \ - @sql_server_dirs@ scripts man tests \ -- BUILD netware os2 @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ \ -- @platform_dir@ +- BUILD @netware_dir@ os2 @libmysqld_dirs@ \ +- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ - -+.if defined(CLIENT_ONLY) -+SUBDIRS = include @sql_client_dirs@ tests man -+.else -+SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts support-files -+.endif ++SUBDIRS = # Relink after clean linked_sources = linked_client_sources linked_server_sources \ diff -ruN mysql40-server.orig/files/patch-configure mysql40-server/files/patch-configure --- mysql40-server.orig/files/patch-configure Wed Mar 19 14:04:28 2003 +++ mysql40-server/files/patch-configure Wed Mar 19 14:13:09 2003 @@ -1,14 +1,16 @@ ---- configure.orig Wed Jan 29 12:29:38 2003 -+++ configure Tue Feb 4 14:07:39 2003 -@@ -8104,6 +8104,7 @@ +--- configure.orig Tue Feb 25 21:30:07 2003 ++++ configure Thu Feb 27 12:42:12 2003 +@@ -8101,7 +8101,8 @@ + # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" ++/usr/local/share/libtool/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9046,7 +9047,7 @@ +@@ -9044,7 +9045,7 @@ ;; esac fi @@ -17,7 +19,7 @@ if test -n "$HOSTNAME"; then echo "$as_me:$LINENO: result: $HOSTNAME" >&5 -@@ -9238,43 +9239,8 @@ +@@ -9236,43 +9237,8 @@ echo "$as_me:$LINENO: checking \"how to check if pid exists\"" >&5 echo $ECHO_N "checking \"how to check if pid exists\"... $ECHO_C" >&6 PS=$ac_cv_path_PS @@ -61,3 +63,12 @@ echo "$as_me:$LINENO: result: \"$FIND_PROC\"" >&5 echo "${ECHO_T}\"$FIND_PROC\"" >&6 +@@ -22310,7 +22276,7 @@ + /* ) rel_srcdir="$srcdir" ;; + * ) rel_srcdir="../$srcdir" ;; + esac +- if test "x$enable_dependency_tracking" == xno ++ if test "x$enable_dependency_tracking" = xno + then + innodb_conf_flags=--disable-dependency-tracking + fi diff -ruN mysql40-server.orig/files/patch-include::Makefile.in mysql40-server/files/patch-include::Makefile.in --- mysql40-server.orig/files/patch-include::Makefile.in Wed Mar 19 14:04:28 2003 +++ mysql40-server/files/patch-include::Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- include/Makefile.in.orig Tue Nov 19 17:13:35 2002 -+++ include/Makefile.in Tue Nov 19 17:14:10 2002 -@@ -335,7 +335,11 @@ - installdirs: - $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) - -+.if defined(CLIENT_ONLY) - install: install-am -+.else -+install: -+.endif - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am diff -ruN mysql40-server.orig/pkg-plist mysql40-server/pkg-plist --- mysql40-server.orig/pkg-plist Wed Mar 19 14:04:28 2003 +++ mysql40-server/pkg-plist Wed Mar 19 14:13:11 2003 @@ -93,13 +93,15 @@ %%PORTDOCS%%share/doc/mysql/Flags/ukraine.gif %%PORTDOCS%%share/doc/mysql/Flags/usa.gif %%PORTDOCS%%share/doc/mysql/Flags/yugoslavia.gif -%%PORTDOCS%%share/doc/mysql/include.texi %%PORTDOCS%%share/doc/mysql/manual.html -%%PORTDOCS%%share/doc/mysql/manual.ps -%%PORTDOCS%%share/doc/mysql/manual.texi %%PORTDOCS%%share/doc/mysql/manual.txt %%PORTDOCS%%share/doc/mysql/manual_toc.html +share/mysql/Description.plist +share/mysql/Info.plist +share/mysql/StartupParameters.plist share/mysql/binary-configure +share/mysql/postinstall +share/mysql/preinstall share/mysql/charsets/Index share/mysql/charsets/README share/mysql/charsets/cp1251.conf diff -ruN mysql40-server.orig/pkg-plist.client mysql40-server/pkg-plist.client --- mysql40-server.orig/pkg-plist.client Wed Mar 19 14:04:28 2003 +++ mysql40-server/pkg-plist.client Wed Mar 19 14:53:57 2003 @@ -15,6 +15,7 @@ include/mysql/m_string.h include/mysql/my_alloc.h include/mysql/my_config.h +include/mysql/my_dir.h include/mysql/my_getopt.h include/mysql/my_global.h include/mysql/my_list.h --- mysql40-server.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:10:22 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA4437B401 for ; Wed, 19 Mar 2003 08:10:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A51643FA3 for ; Wed, 19 Mar 2003 08:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGA8NS014153 for ; Wed, 19 Mar 2003 08:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGA8dX014152; Wed, 19 Mar 2003 08:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC1137B401; Wed, 19 Mar 2003 08:04:50 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AC743FA3; Wed, 19 Mar 2003 08:04:48 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73]) by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h2JG4la09801; Wed, 19 Mar 2003 17:04:47 +0100 Received: (from stolz@localhost) by menelaos.informatik.rwth-aachen.de (8.12.6/8.12.6/Submit) id h2JG4lYk033448; Wed, 19 Mar 2003 17:04:47 +0100 (CET) (envelope-from stolz) Message-Id: <200303191604.h2JG4lYk033448@menelaos.informatik.rwth-aachen.de> Date: Wed, 19 Mar 2003 17:04:47 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: demon@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50131: [patch] print/teTeX: listings.sty missing Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50131 >Category: ports >Synopsis: [patch] print/teTeX: listings.sty missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 08:10:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.7-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #2: Fri Feb 7 12:48:00 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386 >Description: The latest release of teTeX (2.0.2) doesn't contain listings.sty in the -texmf- ball (it is in texmfsrc, though, but FreeBSD doesn't build the texmf from scratch but simply uses the pre-built one). http://www.mail-archive.com/tetex@informatik.uni-hannover.de/msg01873.html >How-To-Repeat: >Fix: Patch attached. We simply fetch 'listings' from the master site and extract the missing file. (Otherwise we'd have to fetch the entire texmfsrc-file and build it) --- Makefile.orig Tue Mar 18 15:23:16 2003 +++ Makefile Wed Mar 19 16:53:40 2003 @@ -7,15 +7,18 @@ PORTNAME= teTeX PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \ - ${MASTER_SITE_TEX_CTAN} + ${MASTER_SITE_TEX_CTAN} http://www.atscire.de/products/listings/ MASTER_SITE_SUBDIR= systems/unix/teTeX/2.0/distrib/ DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF} +DISTFILES+= lstunpacked.zip MAINTAINER= ports@FreeBSD.org COMMENT= Thomas Esser's distribution of TeX & friends +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ wwwcore.1:${PORTSDIR}/www/libwww @@ -82,6 +85,7 @@ pre-install: @${MKDIR} ${TEXMF_TREE} @cd ${TEXMF_TREE}; tar xfz ${_DISTDIR}/${TETEX_TEXMF} + @cd ${TEXMF_TREE}/tex/latex/listings; unzip -o ${_DISTDIR}/lstunpacked.zip listings.sty post-install: @${INSTALL_SCRIPT} ${WRKSRC}/utils/texinfo/util/texi2dvi ${PREFIX}/bin --- pkg-plist.orig Tue Mar 18 15:23:22 2003 +++ pkg-plist Tue Mar 18 15:49:38 2003 @@ -10910,6 +10910,7 @@ share/texmf/tex/latex/koma-script/typearea.sty share/texmf/tex/latex/labels/labels.sty share/texmf/tex/latex/labels/olabels.sty +share/texmf/tex/latex/listings/listings.sty share/texmf/tex/latex/listings/listings.cfg share/texmf/tex/latex/listings/lstdoc.sty share/texmf/tex/latex/listings/lstlang1.sty --- distinfo.orig Wed Mar 19 17:02:36 2003 +++ distinfo Wed Mar 19 17:02:10 2003 @@ -1,2 +1,3 @@ MD5 (teTeX/tetex-src-2.0.2.tar.gz) = a16f6bba227d55e79aeee46fbbd82d28 MD5 (teTeX/tetex-texmf-2.0.2.tar.gz) = d3bdb96f9077e43b2115d3cc471743b3 +MD5 (teTeX/lstunpacked.zip) = 83604f53ce3d5e7a51a0e35858f30b38 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:10:30 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F82E37B401; Wed, 19 Mar 2003 08:10:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4DF43F3F; Wed, 19 Mar 2003 08:10:29 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGATNS014829; Wed, 19 Mar 2003 08:10:29 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGATod014825; Wed, 19 Mar 2003 08:10:29 -0800 (PST) Date: Wed, 19 Mar 2003 08:10:29 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191610.h2JGATod014825@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/50083: qpopper 4.0.5 tarball file permissions do not allow patching Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: qpopper 4.0.5 tarball file permissions do not allow patching Responsible-Changed-From-To: freebsd-ports-bugs->lioux Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:10:16 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50083 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:11:50 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BF037B401; Wed, 19 Mar 2003 08:11:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 287E143F93; Wed, 19 Mar 2003 08:11:49 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGBnNS016151; Wed, 19 Mar 2003 08:11:49 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGBnaG016147; Wed, 19 Mar 2003 08:11:49 -0800 (PST) Date: Wed, 19 Mar 2003 08:11:49 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191611.h2JGBnaG016147@freefall.freebsd.org> To: sysadmin@alexdupre.com, nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/48744: [Maintainer Update] Port: MySQL 4.0 (server) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Maintainer Update] Port: MySQL 4.0 (server) State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Wed Mar 19 08:11:02 PST 2003 State-Changed-Why: Superseded by ports/50130. http://www.freebsd.org/cgi/query-pr.cgi?pr=48744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:13:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC5C137B401; Wed, 19 Mar 2003 08:13:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A1B43F75; Wed, 19 Mar 2003 08:13:19 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGDJNS016313; Wed, 19 Mar 2003 08:13:19 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGDJbo016309; Wed, 19 Mar 2003 08:13:19 -0800 (PST) Date: Wed, 19 Mar 2003 08:13:19 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191613.h2JGDJbo016309@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/50122: portupgrade|ruby problem: undefined method `any?' Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: portupgrade|ruby problem: undefined method `any?' Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:13:07 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50122 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:14:32 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56EB337B404; Wed, 19 Mar 2003 08:14:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CC943F3F; Wed, 19 Mar 2003 08:14:30 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGEUNS016395; Wed, 19 Mar 2003 08:14:30 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGEUlT016391; Wed, 19 Mar 2003 08:14:30 -0800 (PST) Date: Wed, 19 Mar 2003 08:14:30 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191614.h2JGEUlT016391@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, alane@FreeBSD.org Subject: Re: ports/50104: Zope package does not set sticky bit on var. Startup fails. Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Zope package does not set sticky bit on var. Startup fails. Responsible-Changed-From-To: freebsd-ports-bugs->alane Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:14:13 PST 2003 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=50104 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:15:47 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0690D37B401; Wed, 19 Mar 2003 08:15:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E209B43FBD; Wed, 19 Mar 2003 08:15:45 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from freefall.freebsd.org (demon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGFjNS016466; Wed, 19 Mar 2003 08:15:45 -0800 (PST) (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGFjfR016462; Wed, 19 Mar 2003 08:15:45 -0800 (PST) Date: Wed, 19 Mar 2003 08:15:45 -0800 (PST) From: Dmitry Sivachenko Message-Id: <200303191615.h2JGFjfR016462@freefall.freebsd.org> To: demon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/50131: [patch] print/teTeX: listings.sty missing Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] print/teTeX: listings.sty missing Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: demon Responsible-Changed-When: Wed Mar 19 08:15:23 PST 2003 Responsible-Changed-Why: I'll deal with that. http://www.freebsd.org/cgi/query-pr.cgi?pr=50131 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:16:38 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67EC37B401; Wed, 19 Mar 2003 08:16:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5492B43F3F; Wed, 19 Mar 2003 08:16:37 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGGbNS016530; Wed, 19 Mar 2003 08:16:37 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGGbnh016526; Wed, 19 Mar 2003 08:16:37 -0800 (PST) Date: Wed, 19 Mar 2003 08:16:37 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191616.h2JGGbnh016526@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/50103: Re: make release failure in ports/textproc/jade Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: make release failure in ports/textproc/jade Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:15:58 PST 2003 Responsible-Changed-Why: Over to maintainer. Because of problem of bsd.port.mk. http://www.freebsd.org/cgi/query-pr.cgi?pr=50103 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:18:27 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF3937B401; Wed, 19 Mar 2003 08:18:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572FE43F3F; Wed, 19 Mar 2003 08:18:26 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGIQNS016723; Wed, 19 Mar 2003 08:18:26 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGIQsQ016719; Wed, 19 Mar 2003 08:18:26 -0800 (PST) Date: Wed, 19 Mar 2003 08:18:26 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191618.h2JGIQsQ016719@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/50093: x11-toolkits/qt31 port lacks of configuration tunables Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11-toolkits/qt31 port lacks of configuration tunables Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:18:02 PST 2003 Responsible-Changed-Why: Anyone, please check this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=50093 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:19:45 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9116D37B401; Wed, 19 Mar 2003 08:19:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A5143FCB; Wed, 19 Mar 2003 08:19:43 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGJgNS016797; Wed, 19 Mar 2003 08:19:42 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGJgV7016793; Wed, 19 Mar 2003 08:19:42 -0800 (PST) Date: Wed, 19 Mar 2003 08:19:42 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191619.h2JGJgV7016793@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/50089: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:19:24 PST 2003 Responsible-Changed-Why: Anyone, please check this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=50089 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:54:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D823737B401; Wed, 19 Mar 2003 08:54:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A7543FB1; Wed, 19 Mar 2003 08:54:16 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JGsGNS024764; Wed, 19 Mar 2003 08:54:16 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JGsGmu024760; Wed, 19 Mar 2003 08:54:16 -0800 (PST) Date: Wed, 19 Mar 2003 08:54:16 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200303191654.h2JGsGmu024760@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pat@FreeBSD.org Subject: Re: ports/36804: portupgrade of apache13+modssl causes cert + /usr/local/www overwrite Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: portupgrade of apache13+modssl causes cert + /usr/local/www overwrite Responsible-Changed-From-To: freebsd-ports-bugs->pat Responsible-Changed-By: nork Responsible-Changed-When: Wed Mar 19 08:53:50 PST 2003 Responsible-Changed-Why: Over to volunteer. http://www.freebsd.org/cgi/query-pr.cgi?pr=36804 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 8:58:28 2003 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 5E2F137B404; Wed, 19 Mar 2003 08:58:27 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5196743FAF; Wed, 19 Mar 2003 08:58:24 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 95B3F5195D; Thu, 20 Mar 2003 01:58:23 +0900 (JST) Date: Thu, 20 Mar 2003 01:58:23 +0900 Message-ID: <86ptoncmz4.wl%knu@iDaemons.org> From: "Akinori MUSHA" To: Norikatsu Shigemura Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50122: portupgrade|ruby problem: undefined method `any?' In-Reply-To: <200303191613.h2JGDJbo016309@freefall.freebsd.org> References: <200303191613.h2JGDJbo016309@freefall.freebsd.org> User-Agent: Wanderlust/2.11.3 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 MULE XEmacs/21.4 (patch 12) (Portable Code) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a known bug and has already been taken care of in the development repository. I won't update the port till the 4.8-RELEASE, but as soon as it is released I'll update the portupgrade port. Thanks, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "It went right by me -- At the time it went over my head I was looking out the window.. I should have looked at your face instead" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 9:50:10 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F45937B401 for ; Wed, 19 Mar 2003 09:50:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E587F43FB1 for ; Wed, 19 Mar 2003 09:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JHo6NS038676 for ; Wed, 19 Mar 2003 09:50:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JHo6Gg038675; Wed, 19 Mar 2003 09:50:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB9937B404 for ; Wed, 19 Mar 2003 09:41:47 -0800 (PST) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.245.194.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6763143F93 for ; Wed, 19 Mar 2003 09:41:44 -0800 (PST) (envelope-from fm@astral.ntu-kpi.kiev.ua) Received: by relay1.ntu-kpi.kiev.ua (Postfix, from userid 426) id 9BBC419BB7; Wed, 19 Mar 2003 19:41:41 +0200 (EET) Received: from astral.ntu-kpi.kiev.ua (if100Mbit.astral.ntu-kpi.kiev.ua [10.100.5.14]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id B8A7F19B87 for ; Wed, 19 Mar 2003 19:41:38 +0200 (EET) Received: from astral.ntu-kpi.kiev.ua (localhost [127.0.0.1]) by astral.ntu-kpi.kiev.ua (8.12.8/8.12.6) with ESMTP id h2JHeD5j047498 for ; Wed, 19 Mar 2003 19:40:13 +0200 (EET) (envelope-from fm@astral.ntu-kpi.kiev.ua) Received: (from fm@localhost) by astral.ntu-kpi.kiev.ua (8.12.8/8.12.6/Submit) id h2JHeCNu047495; Wed, 19 Mar 2003 19:40:12 +0200 (EET) Message-Id: <200303191740.h2JHeCNu047495@astral.ntu-kpi.kiev.ua> Date: Wed, 19 Mar 2003 19:40:12 +0200 (EET) From: "Dmitry A. Yanko" Reply-To: "Dmitry A. Yanko" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50133: maintainer-update port: ftp/lftp Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50133 >Category: ports >Synopsis: maintainer-update port: ftp/lftp >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 Mar 19 09:50:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry A. Yanko >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: update lftp port remove files/patch-src::NetAccess.cc >How-To-Repeat: >Fix: diff -ruN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile Wed Mar 19 17:48:03 2003 +++ lftp/Makefile Wed Mar 19 18:02:39 2003 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ diff -ruN lftp.orig/distinfo lftp/distinfo --- lftp.orig/distinfo Wed Mar 19 17:48:03 2003 +++ lftp/distinfo Wed Mar 19 18:06:16 2003 @@ -1 +1 @@ -MD5 (lftp-2.6.4.tar.bz2) = 71e0c373692637ebaed2b5f799184b2d +MD5 (lftp-2.6.5.tar.bz2) = 8f09fbf5dd7b048ae3abbbc9d9c83a50 diff -ruN lftp.orig/files/patch-src::NetAccess.cc lftp/files/patch-src::NetAccess.cc --- lftp.orig/files/patch-src::NetAccess.cc Wed Mar 19 17:48:03 2003 +++ lftp/files/patch-src::NetAccess.cc Thu Jan 1 03:00:00 1970 @@ -1,10 +0,0 @@ ---- src/NetAccess.cc.orig Wed Jan 8 16:56:22 2003 -+++ src/NetAccess.cc Wed Jan 8 16:56:41 2003 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - #include - #include - #include "NetAccess.h" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 11:50:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 157B337B401 for ; Wed, 19 Mar 2003 11:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F0C43FBD for ; Wed, 19 Mar 2003 11:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JJoDNS069143 for ; Wed, 19 Mar 2003 11:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JJoDiX069142; Wed, 19 Mar 2003 11:50:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD3637B404 for ; Wed, 19 Mar 2003 11:45:55 -0800 (PST) Received: from prophecy.dyndns.org (pcp01380957pcs.levtwn01.pa.comcast.net [68.81.162.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D8E043FB1 for ; Wed, 19 Mar 2003 11:45:54 -0800 (PST) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (apeiron@localhost [127.0.0.1]) by prophecy.dyndns.org (8.12.6/8.12.6) with ESMTP id h2JJkMNq008608 for ; Wed, 19 Mar 2003 14:46:23 -0500 (EST) (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.6/8.12.6/Submit) id h2JJkLrA008607; Wed, 19 Mar 2003 14:46:21 -0500 (EST) Message-Id: <200303191946.h2JJkLrA008607@prophecy.dyndns.org> Date: Wed, 19 Mar 2003 14:46:21 -0500 (EST) From: Christopher Nehren Reply-To: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50135: conflicting types for mkdir() and rename() in elm 2.5.6 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50135 >Category: ports >Synopsis: conflicting types for mkdir() and rename() in elm 2.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 11:50:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0: Tue Mar 11 15:31:41 EST 2003 apeiron@prophecy:/usr/obj/usr/src/sys/PROPHECY i386 >Description: While building elm 2.5.6, the build fails with errors regarding conflicting types for mkdir() and rename(). >How-To-Repeat: cd $PREFIX/ports/mail/elm && make install >Fix: Define MKDIR and RENAME in a scope visible to work/elm-2.5.6/hdrs/elm_lib.h . Defining them right before the #ifndef lines in elm_lib.h does solve the problem, if in a kludgish way. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 13:36: 8 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1447137B40A; Wed, 19 Mar 2003 13:36:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83B143F93; Wed, 19 Mar 2003 13:36:07 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JLa7NS015873; Wed, 19 Mar 2003 13:36:07 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JLa76Z015869; Wed, 19 Mar 2003 13:36:07 -0800 (PST) Date: Wed, 19 Mar 2003 13:36:07 -0800 (PST) From: Tilman Linneweh Message-Id: <200303192136.h2JLa76Z015869@freefall.freebsd.org> To: papowell@astart.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/46192: port pic2fig patch files update Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port pic2fig patch files update State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Wed Mar 19 13:35:52 PST 2003 State-Changed-Why: Feedback timeout (1 month) http://www.freebsd.org/cgi/query-pr.cgi?pr=46192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 13:39: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0934E37B405; Wed, 19 Mar 2003 13:39:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F45943FA3; Wed, 19 Mar 2003 13:39:02 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JLd2NS015955; Wed, 19 Mar 2003 13:39:02 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JLd0sC015951; Wed, 19 Mar 2003 13:39:00 -0800 (PST) Date: Wed, 19 Mar 2003 13:39:00 -0800 (PST) From: Tilman Linneweh Message-Id: <200303192139.h2JLd0sC015951@freefall.freebsd.org> To: zaa@ulstu.ru, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/48871: www/smarty port are out of date Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/smarty port are out of date State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Wed Mar 19 13:38:14 PST 2003 State-Changed-Why: superseded by 48969 http://www.freebsd.org/cgi/query-pr.cgi?pr=48871 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 13:41:30 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E9137B401; Wed, 19 Mar 2003 13:41:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738FB43F75; Wed, 19 Mar 2003 13:41:29 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JLfTNS017859; Wed, 19 Mar 2003 13:41:29 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JLfTs6017855; Wed, 19 Mar 2003 13:41:29 -0800 (PST) Date: Wed, 19 Mar 2003 13:41:29 -0800 (PST) From: Tilman Linneweh Message-Id: <200303192141.h2JLfTs6017855@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/50115: portlint does not check NO_BUILD / BUILD_DEPENDS combo Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: portlint does not check NO_BUILD / BUILD_DEPENDS combo Responsible-Changed-From-To: freebsd-ports-bugs->mharo Responsible-Changed-By: arved Responsible-Changed-When: Wed Mar 19 13:41:11 PST 2003 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=50115 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 13:43: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5429637B404; Wed, 19 Mar 2003 13:43:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F1943F75; Wed, 19 Mar 2003 13:43:03 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JLh3NS017924; Wed, 19 Mar 2003 13:43:03 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JLh3gr017920; Wed, 19 Mar 2003 13:43:03 -0800 (PST) Date: Wed, 19 Mar 2003 13:43:03 -0800 (PST) From: Tilman Linneweh Message-Id: <200303192143.h2JLh3gr017920@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/50039: Samba port fails to compile with winbind support due to an apparent broken PAM installation. Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Samba port fails to compile with winbind support due to an apparent broken PAM installation. Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr Responsible-Changed-By: arved Responsible-Changed-When: Wed Mar 19 13:42:40 PST 2003 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=50039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 13:43:31 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB6EC37B401; Wed, 19 Mar 2003 13:43:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7EC43F3F; Wed, 19 Mar 2003 13:43:30 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JLhUNS017974; Wed, 19 Mar 2003 13:43:30 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JLhUcM017970; Wed, 19 Mar 2003 13:43:30 -0800 (PST) Date: Wed, 19 Mar 2003 13:43:30 -0800 (PST) From: Tilman Linneweh Message-Id: <200303192143.h2JLhUcM017970@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/50034: samba port broken Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: samba port broken Responsible-Changed-From-To: freebsd-ports-bugs->dwcjr Responsible-Changed-By: arved Responsible-Changed-When: Wed Mar 19 13:43:09 PST 2003 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=50034 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 15:20:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F122E37B401 for ; Wed, 19 Mar 2003 15:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3001343FBD for ; Wed, 19 Mar 2003 15:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2JNK8NS050602 for ; Wed, 19 Mar 2003 15:20:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2JNK84K050600; Wed, 19 Mar 2003 15:20:08 -0800 (PST) Date: Wed, 19 Mar 2003 15:20:08 -0800 (PST) Message-Id: <200303192320.h2JNK84K050600@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Sergei Kolobov Subject: Re: ports/50124: [PATCH] misc/portell: install portell.py as portell Reply-To: Sergei Kolobov Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50124; it has been noted by GNATS. From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/50124: [PATCH] misc/portell: install portell.py as portell Date: Thu, 20 Mar 2003 02:17:27 +0300 Adding to the audit trail: ----- Forwarded message from Michael Hostbaek ----- From: Michael Hostbaek Date: Wed, 19 Mar 2003 15:21:14 +0100 To: Sergei Kolobov Cc: FreeBSD-gnats-submit@freebsd.org User-Agent: Mutt/1.5.3i Subject: Re: [PATCH] misc/portell: install portell.py as portell X-Operating-System: FreeBSD 4.8-PRERELEASE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ I (maintainer) concur to these changes. Thanks Sergei ! /mich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 20:28:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C8E37B404; Wed, 19 Mar 2003 20:28:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A87443F75; Wed, 19 Mar 2003 20:28:19 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2K4SJNS039768; Wed, 19 Mar 2003 20:28:19 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2K4SJTT039764; Wed, 19 Mar 2003 20:28:19 -0800 (PST) Date: Wed, 19 Mar 2003 20:28:19 -0800 (PST) From: Edwin Groothuis Message-Id: <200303200428.h2K4SJTT039764@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/45905: New port: devel/rt3 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/rt3 Responsible-Changed-From-To: freebsd-ports-bugs->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 20:26:58 PST 2003 Responsible-Changed-Why: I'll take this one when the ports-freeze is over. I will put it in www/rt3 I'll arrange a repocopy for www/rt2 to www/rt3 Any chance for an update next weekend when the final code is released? http://www.freebsd.org/cgi/query-pr.cgi?pr=45905 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Wed Mar 19 23:40:14 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB4C37B401 for ; Wed, 19 Mar 2003 23:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA3443FA3 for ; Wed, 19 Mar 2003 23:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2K7eANS008313 for ; Wed, 19 Mar 2003 23:40:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2K7eAeh008312; Wed, 19 Mar 2003 23:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C8A37B404 for ; Wed, 19 Mar 2003 23:35:58 -0800 (PST) Received: from crf-consulting.co.uk (pc-62-31-42-106-hy.blueyonder.co.uk [62.31.42.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB2C43FBF for ; Wed, 19 Mar 2003 23:35:57 -0800 (PST) (envelope-from nik@crf-consulting.co.uk) Received: from clan.nothing-going-on.org (clan.nothing-going-on.org [192.168.1.20]) by crf-consulting.co.uk (8.12.3/8.12.3) with ESMTP id h2K7ZuPL004547 for ; Thu, 20 Mar 2003 07:35:56 GMT (envelope-from nik@catkin) Received: from clan.nothing-going-on.org (localhost [127.0.0.1]) by clan.nothing-going-on.org (8.12.8/8.12.8) with ESMTP id h2K7Zu1U005915 for ; Thu, 20 Mar 2003 07:35:56 GMT (envelope-from nik@clan.nothing-going-on.org) Received: (from nik@localhost) by clan.nothing-going-on.org (8.12.8/8.12.8/Submit) id h2K7ZtXj005914; Thu, 20 Mar 2003 07:35:55 GMT Message-Id: <200303200735.h2K7ZtXj005914@clan.nothing-going-on.org> Date: Thu, 20 Mar 2003 07:35:55 GMT From: Nik Clayton Reply-To: Nik Clayton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50138: Closing KDE apps generates a segfault (SIGSEGV) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50138 >Category: ports >Synopsis: Closing KDE apps generates a segfault (SIGSEGV) >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 Mar 19 23:40:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nik Clayton >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD clan.nothing-going-on.org 4.8-RC FreeBSD 4.8-RC #1: Wed Mar 19 21:04:24 GMT 2003 nik@clan.nothing-going-on.org:/local/1/usr/src/sys/compile/CLAN i386 4.8RC2 from sources updated on Mar 15 at ~ 22:20 GMT. KDE 3.1 installed from the ports tree updated on Mar 15 at ~ 19:30 GMT. The installed collection of packages is: Mesa-3.4.2_2/ kdebase-3.1_1/ XFree86-4.3.0,1/ kdegames-3.1/ XFree86-FontServer-4.3.0/ kdegraphics-3.1/ XFree86-Server-4.3.0/ kdelibs-3.1/ XFree86-clients-4.3.0/ kdemultimedia-3.1/ XFree86-documents-4.3.0/ kdenetwork-3.1/ XFree86-font100dpi-4.3.0/ kdeutils-3.1/ XFree86-font75dpi-4.3.0/ koffice-1.2.1,1/ XFree86-fontCyrillic-4.3.0/ lcms-1.09/ XFree86-fontDefaultBitmaps-4.3.0/ libart_lgpl2-2.3.11/ XFree86-fontEncodings-4.3.0/ libaudiofile-0.2.3/ XFree86-fontScalable-4.3.0/ libgnugetopt-1.2/ XFree86-libraries-4.3.0/ libiconv-1.8_2/ Xft-2.1_3/ libmng-1.0.4/ arts-1.1,1/ libogg-1.0_1,3/ autoconf-2.53_1/ libtool-1.3.4_4/ autoconf213-2.13.000227_5/ libvorbis-1.0_1,3/ automake-1.5,1/ libwww-5.4.0/ automake14-1.4.5_9/ libxml2-2.5.4/ cups-base-1.1.18.0_4/ libxslt-1.0.27/ db3-3.3.11,1/ links-0.98,1/ docbook-1.2/ linux_base-7.1_2/ docbook-241/ linuxdoc-1.1/ docbook-3.0/ m4-1.4_1/ docbook-3.1/ mkcatalog-1.1/ docbook-4.0/ mutt-1.4/ docbook-4.1/ netpbm-10.14/ docproj-1.10/ nvidia-driver-1.0.3203/ dsssl-docbook-modular-1.73_1,1/ pcre-3.9/ esound-0.2.29/ peps-1.0/ expat-1.95.6_1/ perl-5.6.1_11/ fam-2.6.9_2/ pkgconfig-0.15.0/ fontconfig-2.1_6/ pkgdb.db freetype2-2.1.3_1/ png-1.2.5_2/ gd-1.8.4_6/ popt-1.6.4/ gettext-0.11.5_1/ python-2.2.2_2/ ghostscript-gnu-7.05_4/ qt-3.1.1_4/ glib-1.2.10_8/ rpm-3.0.6_6/ gmake-3.80/ scr2png-1.1/ gnupg-1.2.1/ scr2txt-1.1/ help2man-1.29/ sgmlformat-1.7_2/ html-4.01/ teTeX-2.0.2/ hugelatex-1.0/ tidy-20000804_2/ imake-4.3.0/ tiff-3.5.7/ iso8879-1986/ unzip-5.50/ isync-0.8_1/ uulib-0.5.18/ jade-1.2.1_1/ vim-6.1.365/ jadetex-3.12_1/ wrapper-1.0_2/ jbigkit-1.4/ xanim-2.92.0/ jpeg-6b_1/ xhtml-1.0.20000126/ kde-3.1/ Which is what you get after installing XFree86, KDE, mutt, and vim. >Description: KDE starts fine with an 'exec startkde' line in ~/.xinitrc file. However, quitting any program ("File -> Exit", clicking the close button in the title bar, etc) causes it to crash, bringing up the KDE Crash Handler. The app (Konq, kghostview, ark, ...) "crashed and caused the signal 11 (SIGSEGV)" according to the crash handler. Because KDE was built without -g, the backtrace is empty. >How-To-Repeat: Start a KDE app, close it. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 3:30:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F070337B401 for ; Thu, 20 Mar 2003 03:30:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C2143F85 for ; Thu, 20 Mar 2003 03:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KBU6NS066692 for ; Thu, 20 Mar 2003 03:30:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KBU6Pt066691; Thu, 20 Mar 2003 03:30:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0764137B401; Thu, 20 Mar 2003 03:26:55 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF1143F75; Thu, 20 Mar 2003 03:26:54 -0800 (PST) (envelope-from vs@foldr.org) Received: from theater.foldr.org (root@pD9509C8E.dip.t-dialin.net [217.80.156.142]) by lambda.foldr.org (8.12.8/8.12.8) with ESMTP id h2KBQnjR002943 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 20 Mar 2003 12:26:52 +0100 (CET) (envelope-from vs@foldr.org) Received: from varphi.ipv6.foldr.org (varphi.ipv6.foldr.org [IPv6:3ffe:b80:2de:1:2e0:7dff:fe70:781]) by theater.foldr.org (8.12.8/8.12.8) with ESMTP id h2KBQuKc033230 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 20 Mar 2003 12:27:00 +0100 (CET) (envelope-from vs@varphi.theater.foldr.org) Received: (from vs@localhost) by varphi.ipv6.foldr.org (8.12.6/8.12.6/Submit) id 32K9riQA029075; Mon, 20 Mar 2023 10:53:44 +0100 (CET) (envelope-from vs) Message-Id: <202303200953.32K9riQA029075@varphi.ipv6.foldr.org> Date: Mon, 20 Mar 2023 10:53:44 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: kris@FreeBSD.org, alpha@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50140: [patch] fix plist devl/linux_devtools (alpha) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50140 >Category: ports >Synopsis: [patch] fix plist devl/linux_devtools (alpha) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 03:30:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.7-STABLE alpha >Organization: >Environment: System: FreeBSD varphi.theater.foldr.org 4.7-STABLE FreeBSD 4.7-STABLE #1: Tue Jan 7 22:41:09 CET 2003 root@varphi.theater.foldr.org:/usr/obj/usr/src/sys/VARPHI alpha >Description: The missing files in fact no longer exist. Browsing some of the header files on i386 shows that they are either i386-specific or have comments to avoid using them. [I also tested that gcc from this package can indeed build a 'return(0) binary.] >How-To-Repeat: >Fix: --- alpha begins here --- --- pkg-plist.alpha.orig Thu Mar 20 09:28:15 2003 +++ pkg-plist.alpha Thu Mar 20 10:17:35 2003 @@ -1818,9 +1818,7 @@ usr/include/sys/acct.h usr/include/sys/bitypes.h usr/include/sys/cdefs.h -usr/include/sys/debugreg.h usr/include/sys/dir.h -usr/include/sys/elf.h usr/include/sys/errno.h usr/include/sys/fcntl.h usr/include/sys/file.h @@ -1839,7 +1837,6 @@ usr/include/sys/mtio.h usr/include/sys/param.h usr/include/sys/pci.h -usr/include/sys/perm.h usr/include/sys/poll.h usr/include/sys/prctl.h usr/include/sys/procfs.h @@ -1848,7 +1845,6 @@ usr/include/sys/quota.h usr/include/sys/raw.h usr/include/sys/reboot.h -usr/include/sys/reg.h usr/include/sys/resource.h usr/include/sys/select.h usr/include/sys/sem.h @@ -1886,7 +1882,6 @@ usr/include/sys/utsname.h usr/include/sys/vfs.h usr/include/sys/vlimit.h -usr/include/sys/vm86.h usr/include/sys/vt.h usr/include/sys/vtimes.h usr/include/sys/wait.h @@ -2009,10 +2004,6 @@ usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/cc1plus usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/collect2 usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/cpp -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtbegin.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtbeginS.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtend.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtendS.o usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/f771 usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/README usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/exception --- alpha ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 4:28:13 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F9F37B401; Thu, 20 Mar 2003 04:28:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0C243F3F; Thu, 20 Mar 2003 04:28:12 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KCSCNS085621; Thu, 20 Mar 2003 04:28:12 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KCSAsF085617; Thu, 20 Mar 2003 04:28:10 -0800 (PST) Date: Thu, 20 Mar 2003 04:28:10 -0800 (PST) From: Edwin Groothuis Message-Id: <200303201228.h2KCSAsF085617@freefall.freebsd.org> To: erwin@lansing.dk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50070: ports cannot build when libtool is build as a dependency Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports cannot build when libtool is build as a dependency State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Thu Mar 20 04:27:56 PST 2003 State-Changed-Why: that's one less PR then just close 50070 http://www.freebsd.org/cgi/query-pr.cgi?pr=50070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 8:50:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E45A37B401 for ; Thu, 20 Mar 2003 08:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3A943FA3 for ; Thu, 20 Mar 2003 08:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KGoDNS016604 for ; Thu, 20 Mar 2003 08:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KGoDQn016603; Thu, 20 Mar 2003 08:50:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4541137B401 for ; Thu, 20 Mar 2003 08:48:10 -0800 (PST) Received: from scrooge.etek.chalmers.se (scrooge.etek.chalmers.se [129.16.32.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3346343F3F for ; Thu, 20 Mar 2003 08:48:09 -0800 (PST) (envelope-from b@scrooge.etek.chalmers.se) Received: from scrooge.etek.chalmers.se (b@localhost [127.0.0.1]) by scrooge.etek.chalmers.se (8.12.3/8.12.3) with ESMTP id h2KGm7ca060397 for ; Thu, 20 Mar 2003 17:48:07 +0100 (CET) (envelope-from b@scrooge.etek.chalmers.se) Received: (from b@localhost) by scrooge.etek.chalmers.se (8.12.3/8.12.3/Submit) id h2KGm7VZ060396; Thu, 20 Mar 2003 17:48:07 +0100 (CET) Message-Id: <200303201648.h2KGm7VZ060396@scrooge.etek.chalmers.se> Date: Thu, 20 Mar 2003 17:48:07 +0100 (CET) From: Magnus B{ckstr|m Reply-To: Magnus B{ckstr|m To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50142: misc/compat4x broken Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50142 >Category: ports >Synopsis: misc/compat4x broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 08:50:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Magnus Bäckström >Release: FreeBSD 5.0-CURRENT i386 >Organization: Chalmers Tekniska Lekskola >Environment: System: FreeBSD rockerduck.eep1 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Mar 18 1 4:24:46 CET 2003 b@rockerduck.eep1:/foo/obj/foo/mysrc/src/sys/I4100 i386 >Description: The current revision (1.15) of ports/misc/compat4x/Makefile references files that don't exist on ftp servers, e g: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/i386/5.0.20030218/* >How-To-Repeat: currently, update your ports tree and cd /usr/ports/misc/compat4x && make install >Fix: Please? :) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 9:40:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B880737B401 for ; Thu, 20 Mar 2003 09:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4AD43F85 for ; Thu, 20 Mar 2003 09:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KHeFNS048302 for ; Thu, 20 Mar 2003 09:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KHeELA048301; Thu, 20 Mar 2003 09:40:14 -0800 (PST) Date: Thu, 20 Mar 2003 09:40:14 -0800 (PST) Message-Id: <200303201740.h2KHeELA048301@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Olivier Tharan Subject: Re: ports/49958: [maintainer update] mail/vm to v7.11 Reply-To: Olivier Tharan Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/49958; it has been noted by GNATS. From: Olivier Tharan To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/49958: [maintainer update] mail/vm to v7.11 Date: Thu, 20 Mar 2003 18:34:09 +0100 * Olivier Tharan (20030312 14:28): > >Synopsis: [maintainer update] mail/vm to v7.11 VM is now at version 7.13. This is a new patch, to be applied after the previous one: --- vm.orig/Makefile Thu Mar 20 17:54:21 2003 +++ vm/Makefile Thu Mar 20 17:54:38 2003 @@ -6,7 +6,7 @@ # PORTNAME= vm -PORTVERSION= 7.11 +PORTVERSION= 7.13 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.uni-mainz.de/pub/software/gnu/vm/ \ ftp://sunsite.cnlab-switch.ch/mirror/vm/ \ diff -urN vm.orig/distinfo vm/distinfo --- vm.orig/distinfo Thu Mar 20 17:54:21 2003 +++ vm/distinfo Thu Mar 20 18:25:47 2003 @@ -1 +1 @@ -MD5 (vm-7.11.tar.gz) = 695079e6334583ff4132423b11ca3c0a +MD5 (vm-7.13.tar.gz) = 2704de7ab1351679e77e1b9c26bb00c9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 10:50: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0DA37B412 for ; Thu, 20 Mar 2003 10:50:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAF043FAF for ; Thu, 20 Mar 2003 10:50:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KIo7NS065191 for ; Thu, 20 Mar 2003 10:50:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KIo79n065190; Thu, 20 Mar 2003 10:50:07 -0800 (PST) Date: Thu, 20 Mar 2003 10:50:07 -0800 (PST) Message-Id: <200303201850.h2KIo79n065190@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/50142: misc/compat4x broken Reply-To: Thierry Thomas Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50142; it has been noted by GNATS. From: Thierry Thomas To: Magnus B{ckstr|m Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/50142: misc/compat4x broken Date: Thu, 20 Mar 2003 19:48:57 +0100 Le Jeu 20 mar 03 à 17:48:07 +0100, Magnus B{ckstr|m écrivait : > > >Description: > The current revision (1.15) of ports/misc/compat4x/Makefile references > files that don't exist on ftp servers, e g: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/i386/5.0.20030218/* Yes, see PR ports/50107. -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 11: 0:29 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FADB37B401 for ; Thu, 20 Mar 2003 11:00:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F4543F75 for ; Thu, 20 Mar 2003 11:00:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KJ0QNS067240 for ; Thu, 20 Mar 2003 11:00:26 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KJ0QB9067239; Thu, 20 Mar 2003 11:00:26 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E5037B404 for ; Thu, 20 Mar 2003 10:53:08 -0800 (PST) Received: from crf-consulting.co.uk (pc-62-31-42-106-hy.blueyonder.co.uk [62.31.42.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CF443F75 for ; Thu, 20 Mar 2003 10:53:04 -0800 (PST) (envelope-from nik@crf-consulting.co.uk) Received: from clan.nothing-going-on.org (clan.nothing-going-on.org [192.168.1.20]) by crf-consulting.co.uk (8.12.3/8.12.3) with ESMTP id h2KIr3PL008434 for ; Thu, 20 Mar 2003 18:53:03 GMT (envelope-from nik@catkin) Received: from clan.nothing-going-on.org (localhost [127.0.0.1]) by clan.nothing-going-on.org (8.12.8/8.12.8) with ESMTP id h2KIr31U006530 for ; Thu, 20 Mar 2003 18:53:03 GMT (envelope-from nik@clan.nothing-going-on.org) Received: (from nik@localhost) by clan.nothing-going-on.org (8.12.8/8.12.8/Submit) id h2KIr3Es006529; Thu, 20 Mar 2003 18:53:03 GMT Message-Id: <200303201853.h2KIr3Es006529@clan.nothing-going-on.org> Date: Thu, 20 Mar 2003 18:53:03 GMT From: Nik Clayton Reply-To: Nik Clayton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50145: KDE 3.1 not honoring XINERAMA Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50145 >Category: ports >Synopsis: KDE 3.1 not honoring XINERAMA >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: Thu Mar 20 11:00:25 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nik Clayton >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD clan.nothing-going-on.org 4.8-RC FreeBSD 4.8-RC #1: Wed Mar 19 21:04:24 GMT 2003 nik@clan.nothing-going-on.org:/local/1/usr/src/sys/compile/CLAN i386 KDE 3.1, built from the ports tree, last updated on Mar 15, 19:30 GMT. >Description: The KDE port doesn't seem to be honoring XINERAMA when it's built. When I built x11/kdebase3 I'm told: @${ECHO_MSG} "If you don't want to compile with Xinerama support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITHOUT_XINERAMA=yes\"" since I did nothing at this point, XINERAMA support should be compiled in. However, the x11/kdelibs3 Makefile has this test the other way round, it's looking for WITH_XINERAMA to be defined. The practical upshot of this is that even though I have Section "ServerFlags" Option "Xinerama" "true" EndSection in my XF86Config file, KDE isn't using Xinerama on my multiple monitor setup. Starting the KDE Control Center, looking in the Desktop tree, and then the "Window Behaviour" dialog, the "Advanced" tab shows options for Xinerama support, but they're all grayed out and unselectable. This seems to be related to ports/48093, but I don't think the solution in that PR is quite right. I think it makes more sense just to reverse the sense of the test in kdelibs3/Makefile, so that it's in sync with kdebase3. >How-To-Repeat: Build KDE3 from ports, try and use Xinerama. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 11:10:19 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A985237B401 for ; Thu, 20 Mar 2003 11:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32BCD43F3F for ; Thu, 20 Mar 2003 11:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KJAGNS072376 for ; Thu, 20 Mar 2003 11:10:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KJAFPO072375; Thu, 20 Mar 2003 11:10:15 -0800 (PST) Date: Thu, 20 Mar 2003 11:10:15 -0800 (PST) Message-Id: <200303201910.h2KJAFPO072375@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/50145: KDE 3.1 not honoring XINERAMA Reply-To: Will Andrews Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/50145; it has been noted by GNATS. From: Will Andrews To: Nik Clayton Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/50145: KDE 3.1 not honoring XINERAMA Date: Thu, 20 Mar 2003 11:09:35 -0800 On Thu, Mar 20, 2003 at 06:53:03PM +0000, Nik Clayton wrote: > > >Number: 50145 > >Category: ports > >Synopsis: KDE 3.1 not honoring XINERAMA > >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: Thu Mar 20 11:00:25 PST 2003 > >Closed-Date: > >Last-Modified: > >Originator: Nik Clayton > >Release: FreeBSD 4.8-RC i386 > >Organization: > >Environment: > System: FreeBSD clan.nothing-going-on.org 4.8-RC FreeBSD 4.8-RC #1: Wed Mar 19 21:04:24 GMT 2003 nik@clan.nothing-going-on.org:/local/1/usr/src/sys/compile/CLAN i386 > > > KDE 3.1, built from the ports tree, last updated on Mar 15, 19:30 GMT. > > >Description: > > The KDE port doesn't seem to be honoring XINERAMA when it's built. When > I built x11/kdebase3 I'm told: > > @${ECHO_MSG} "If you don't want to compile with Xinerama support," > @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITHOUT_XINERAMA=yes\"" > > since I did nothing at this point, XINERAMA support should be compiled in. > > However, the x11/kdelibs3 Makefile has this test the other way round, it's > looking for WITH_XINERAMA to be defined. > > The practical upshot of this is that even though I have > > Section "ServerFlags" > Option "Xinerama" "true" > EndSection > > in my XF86Config file, KDE isn't using Xinerama on my multiple monitor > setup. Starting the KDE Control Center, looking in the Desktop tree, > and then the "Window Behaviour" dialog, the "Advanced" tab shows options > for Xinerama support, but they're all grayed out and unselectable. > > This seems to be related to ports/48093, but I don't think the solution in > that PR is quite right. I think it makes more sense just to reverse the > sense of the test in kdelibs3/Makefile, so that it's in sync with kdebase3. > > >How-To-Repeat: > > Build KDE3 from ports, try and use Xinerama. Known bug, thanks for reporting. We're working on it. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 12:19:52 2003 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 552BE37B401 for ; Thu, 20 Mar 2003 12:19:51 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D7843F3F for ; Thu, 20 Mar 2003 12:19:50 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (WBIw005.westbend.net [216.47.253.25]) by mail.westbend.net (8.12.8/8.12.8) with SMTP id h2KKJhZZ052740 for ; Thu, 20 Mar 2003 14:19:43 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <01fb01c2ef1e$0cb1ee40$19fd2fd8@westbend.net> From: "Scot Hetzel" To: Subject: Maintainer Request - security/cyrus-sasl - Please commit PRs before 4.8-Release Date: Thu, 20 Mar 2003 14:19:45 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=1.0 required=8.0 tests=SPAM_PHRASE_00_01,USER_AGENT_OE version=2.43 X-Spam-Level: * Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Could one of the commiters apply these PRs to the security/cyrus-sasl port: ports/48953: Syntax error in pwcheck starting shell script cyrus-sasl 1.5.28 ports/48731: security/cyrus-sasl: Fix build of Kerberos 4 and Kerberos 5 mechs Thanks, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 12:50:30 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9DF637B401 for ; Thu, 20 Mar 2003 12:50:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C075243F93 for ; Thu, 20 Mar 2003 12:50:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KKoLNS014908 for ; Thu, 20 Mar 2003 12:50:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KKoLRd014907; Thu, 20 Mar 2003 12:50:21 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7FF737B401 for ; Thu, 20 Mar 2003 12:45:24 -0800 (PST) Received: from g.web.am (g.web.am [217.113.0.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BCEE43F3F for ; Thu, 20 Mar 2003 12:45:23 -0800 (PST) (envelope-from nm@g.web.am) Received: from g.web.am (localhost.web.am [127.0.0.1]) by g.web.am (8.12.7/8.12.6) with ESMTP id h2KKjH7Q029997; Fri, 21 Mar 2003 00:45:17 +0400 (AMT) (envelope-from nm@g.web.am) Received: (from nm@localhost) by g.web.am (8.12.7/8.12.6/Submit) id h2KKj94e029996; Fri, 21 Mar 2003 00:45:09 +0400 (AMT) Message-Id: <200303202045.h2KKj94e029996@g.web.am> Date: Fri, 21 Mar 2003 00:45:09 +0400 (AMT) From: Gaspar Chilingarov To: FreeBSD-gnats-submit@FreeBSD.org Cc: nm@web.am X-Send-Pr-Version: 3.113 Subject: ports/50146: mount.app new port submission Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50146 >Category: ports >Synopsis: mount.app new port submission >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 12:50:16 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: FreeBSD 5.0-CURRENT i386 >Organization: WEB Ltd. >Environment: System: FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Mar 20 22:11:55 AMT 2003 root@:/usr/obj/usr/src/sys/nm i386 >Description: submission of new port moount.app resembles wmmount application, but has grafical conigurator (gtk-based) >How-To-Repeat: >Fix: --cut-- # 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: # # mount.app/Makefile # mount.app/distinfo # mount.app/pkg-descr # mount.app/pkg-plist # mkdir mount.app echo x - mount.app/Makefile sed 's/^X//' >mount.app/Makefile << 'END-of-mount.app/Makefile' X# New ports collection makefile for: mount.app X# Date created: 20 Mar 2003 X# Whom: Gaspar Chilingarov X# X# $FreeBSD:$ X# X XPORTNAME= mountapp XPORTVERSION= 3.0 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://mountapp.sourceforge.net/ X X#MAINTAINER= XCOMMENT= WindowMaker dock application, resembles wmmount with extra functionality X XGNU_CONFIGURE= yes X XBUILD_DEPENDS+= ${LOCALBASE}/lib/libintl.so:${PORTSDIR}/devel/gettext XBUILD_DEPENDS+= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker XBUILD_DEPENDS+= ${X11BASE}/lib/libgdk12.so:${PORTSDIR}/x11-toolkits/gtk12 XBUILD_DEPENDS+= ${LOCALBASE}/lib/libgmodule12.so:${PORTSDIR}/devel/glib12 X X X XLDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lintl XMAKE_ENV= LDFLAGS="${LDFLAGS}" XCONFIGURE_ENV=LDFLAGS="${LDFLAGS}" X X.include END-of-mount.app/Makefile echo x - mount.app/distinfo sed 's/^X//' >mount.app/distinfo << 'END-of-mount.app/distinfo' XMD5 (mountapp-3.0.tar.gz) = 5e507a88e9144ce241a0d7261d4a1d68 END-of-mount.app/distinfo echo x - mount.app/pkg-descr sed 's/^X//' >mount.app/pkg-descr << 'END-of-mount.app/pkg-descr' Xmount.app - WindowMaker dock app X XWWW: http://mountapp.sourceforge.net/ END-of-mount.app/pkg-descr echo x - mount.app/pkg-plist sed 's/^X//' >mount.app/pkg-plist << 'END-of-mount.app/pkg-plist' Xbin/mount.app Xbin/mount.conf Xshare/mount.app/cdrom.xpm Xshare/mount.app/floppy.xpm Xshare/mount.app/zip.xpm Xshare/mount.app/blank.xpm Xshare/mount.app/dosdisk.xpm Xshare/mount.app/macdisk.xpm Xshare/mount.app/harddisk.xpm Xshare/mount.app/noperms.txt Xshare/mount.app/devicebusy.txt Xshare/mount.app/notmountable.txt Xshare/mount.app/online-help.txt Xshare/mount.app/zip_ext.xpm Xshare/mount.app/slotin.xpm X@dirrm share/mount.app END-of-mount.app/pkg-plist exit --cut-- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 13:10:20 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 750CE37B404 for ; Thu, 20 Mar 2003 13:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212B943FB1 for ; Thu, 20 Mar 2003 13:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KLABNS022009 for ; Thu, 20 Mar 2003 13:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KLABIh022008; Thu, 20 Mar 2003 13:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2172037B401 for ; Thu, 20 Mar 2003 13:01:01 -0800 (PST) Received: from g.web.am (g.web.am [217.113.0.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F4043F3F for ; Thu, 20 Mar 2003 13:00:59 -0800 (PST) (envelope-from nm@g.web.am) Received: from g.web.am (localhost.web.am [127.0.0.1]) by g.web.am (8.12.7/8.12.6) with ESMTP id h2KL0v7Q031203; Fri, 21 Mar 2003 01:00:57 +0400 (AMT) (envelope-from nm@g.web.am) Received: (from nm@localhost) by g.web.am (8.12.7/8.12.6/Submit) id h2KL0ptx031202; Fri, 21 Mar 2003 01:00:51 +0400 (AMT) Message-Id: <200303202100.h2KL0ptx031202@g.web.am> Date: Fri, 21 Mar 2003 01:00:51 +0400 (AMT) From: Gaspar Chilingarov To: FreeBSD-gnats-submit@FreeBSD.org Cc: nm@web.am X-Send-Pr-Version: 3.113 Subject: ports/50147: socketbind - new port submission Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50147 >Category: ports >Synopsis: socketbind - new port submission >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 13:10:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: FreeBSD 5.0-CURRENT i386 >Organization: WEB Ltd. >Environment: System: FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Mar 20 22:11:55 AMT 2003 root@:/usr/obj/usr/src/sys/nm i386 >Description: This library allows you to bind any application which is dynamically linked with libc to certain IP address. It provides convient way to bind socket's source IP to one of the multiple IP's available on computer. >How-To-Repeat: see shar archive below >Fix: --cut-- # 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: # # socketbind # socketbind/files # socketbind/files/Makefile # socketbind/files/socketbind.c # socketbind/Makefile # socketbind/pkg-plist # socketbind/pkg-descr # echo c - socketbind mkdir -p socketbind > /dev/null 2>&1 echo c - socketbind/files mkdir -p socketbind/files > /dev/null 2>&1 echo x - socketbind/files/Makefile sed 's/^X//' >socketbind/files/Makefile << 'END-of-socketbind/files/Makefile' XLIB=socketbind XSHLIB_MAJOR=1 X XDESTDIR=/usr/local XSRCS=socketbind.c XNOMAN=YES X#DEBUG_FLAGS=-DDEBUG X X X.include END-of-socketbind/files/Makefile echo x - socketbind/files/socketbind.c sed 's/^X//' >socketbind/files/socketbind.c << 'END-of-socketbind/files/socketbind.c' X#include X#include X#include X#include X#include X Xstatic void *socket_p, *dl_handle; X Xstatic struct sockaddr_in bind_addr; Xstatic int do_bind; X Xint socket(int domain, int type, int protocol) { X auto int res; X if (dl_handle == NULL) { X char *str; X dl_handle = dlopen("/usr/lib/libc.so", RTLD_LAZY); X if (dl_handle == NULL) X return -1; X socket_p = dlsym(dl_handle, "socket"); X if (!socket_p) X return -1; X#ifdef DEBUG X printf("Loaded socket %x\n", socket_p); X#endif X X if ((str = getenv("BINDTO")) != NULL) { X#ifdef DEBUG X printf("Thinking about bind\n"); X#endif X if (ascii2addr(AF_INET, str, &bind_addr.sin_addr)) { X do_bind = 1; X bind_addr.sin_len = INET_ADDRSTRLEN; X bind_addr.sin_family = AF_INET; X#ifdef DEBUG X printf("WILL DO BIND %s, %x\n", str, bind_addr.sin_addr.s_addr); X#endif X } X } X } X res = ((int(*)(int a, int b, int c))socket_p)(domain, type, protocol); X if (do_bind) { X bind(res, (struct sockaddr*)&bind_addr, INET_ADDRSTRLEN); X } X return res; X}; X END-of-socketbind/files/socketbind.c echo x - socketbind/Makefile sed 's/^X//' >socketbind/Makefile << 'END-of-socketbind/Makefile' X# New ports collection makefile for: socketbind X# Date created: 20 Mar 2003 X# Whom: Gaspar Chilingarov X# X# $FreeBSD:$ X# X XMAINTAINER= nm@web.am XCOMMENT=Library to bind applications on multihomed machines to specefic IP address. X XPORTNAME=socketbind XPORTVERSION=1 XCATEGORIES=net XDISTFILES= XINSTALLS_SHLIB=YES XNOMAN=YES XINSTALL_TARGET= XPLIST_SUB="DOCSDIR=share/doc/${PORTNAME}" X X Xpost-extract: X ${MKDIR} ${WRKSRC} X ${CP} -R ${PATCHDIR}/ ${WRKSRC} X Xpre-install: X ${INSTALL_PROGRAM} ${WRKSRC}/libsocketbind.so.1 ${PREFIX}/lib X ${LN} -s ${PREFIX}/lib/libsocketbind.so.1 ${PREFIX}/lib/libsocketbind.so X ${MKDIR} ${DOCSDIR} X echo "This library allows to bind arbitrary program, " >> ${DOCSDIR}/README X echo "which is dynamically linked to libc.so." >> ${DOCSDIR}/README X echo "Load library before your program (set environment " >> ${DOCSDIR}/README X echo "variable LD_PRELOAD=${PREFIX}/lib/libsocketbind.so.1) " >> ${DOCSDIR}/README X echo "and set address to bind to (set environment variable " >> ${DOCSDIR}/README X echo "BINDTO=ip address to bind)" >> ${DOCSDIR}/README X X.include X END-of-socketbind/Makefile echo x - socketbind/pkg-plist sed 's/^X//' >socketbind/pkg-plist << 'END-of-socketbind/pkg-plist' Xlib/libsocketbind.so.1 Xlib/libsocketbind.so X%%DOCSDIR%%/README X@dirrm %%DOCSDIR%% END-of-socketbind/pkg-plist echo x - socketbind/pkg-descr sed 's/^X//' >socketbind/pkg-descr << 'END-of-socketbind/pkg-descr' XThis library allows you to bind any application which is dynamically linked Xwith libc. It provides convient way to bind socket's source IP to one of the Xmultiple IP's available on computer. X XTo use it first of all point LD_PRELOAD to installed library and set BINDTO Xvariable to desired IP address to bind. X XHere is the wrapper to run any command binded to some IP address: Xenv LD_PRELOAD=/usr/local/lib/libsocketbind.so.1 BINDTO=$MY_IP_ADDRESS $* X XAuthor can be reached at "nm at web dot am" address. END-of-socketbind/pkg-descr exit --cut-- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 13:40:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC94937B401 for ; Thu, 20 Mar 2003 13:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EB143F3F for ; Thu, 20 Mar 2003 13:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KLeENS028171 for ; Thu, 20 Mar 2003 13:40:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KLeDPt028170; Thu, 20 Mar 2003 13:40:14 -0800 (PST) Date: Thu, 20 Mar 2003 13:40:14 -0800 (PST) Message-Id: <200303202140.h2KLeDPt028170@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Pav Lucistnik Subject: Re: ports/47130: Update net/dclib to 0.2.1 Reply-To: Pav Lucistnik Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47130; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@FreeBSD.org, pav@oook.cz Cc: Subject: Re: ports/47130: Update net/dclib to 0.2.1 Date: 20 Mar 2003 22:35:47 +0000 Please close this PR, it's superceeded by #47590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 13:40:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB1CD37B401 for ; Thu, 20 Mar 2003 13:40:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8616443F85 for ; Thu, 20 Mar 2003 13:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KLeGNS028180 for ; Thu, 20 Mar 2003 13:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KLeGX3028179; Thu, 20 Mar 2003 13:40:16 -0800 (PST) Date: Thu, 20 Mar 2003 13:40:16 -0800 (PST) Message-Id: <200303202140.h2KLeGX3028179@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Pav Lucistnik Subject: Re: ports/47131: Upgrade net/dcgui to 0.2.1 Reply-To: Pav Lucistnik Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47131; it has been noted by GNATS. From: Pav Lucistnik To: freebsd-gnats-submit@FreeBSD.org, pav@oook.cz Cc: Subject: Re: ports/47131: Upgrade net/dcgui to 0.2.1 Date: 20 Mar 2003 22:36:15 +0000 Please close this PR, it's superceeded by 47591. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 14:40:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D854337B404 for ; Thu, 20 Mar 2003 14:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B8943F93 for ; Thu, 20 Mar 2003 14:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KMeFNS043388 for ; Thu, 20 Mar 2003 14:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KMeFN8043387; Thu, 20 Mar 2003 14:40:15 -0800 (PST) Date: Thu, 20 Mar 2003 14:40:15 -0800 (PST) Message-Id: <200303202240.h2KMeFN8043387@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Steve Coltrin Subject: Re: ports/39608: upgrade games/cgoban to 1.9.13 Reply-To: Steve Coltrin Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39608; it has been noted by GNATS. From: Steve Coltrin To: freebsd-gnats-submit@FreeBSD.org Cc: simonm@dcs.gla.ac.uk Subject: Re: ports/39608: upgrade games/cgoban to 1.9.13 Date: Thu, 20 Mar 2003 15:38:06 -0700 9 months after filing, no response from $MAINTAINER (cc'ed) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message From owner-freebsd-ports-bugs Thu Mar 20 14:40:29 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D496137B401 for ; Thu, 20 Mar 2003 14:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 255CA43FBF for ; Thu, 20 Mar 2003 14:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2KMeDNS043379 for ; Thu, 20 Mar 2003 14:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2KMeDpp043378; Thu, 20 Mar 2003 14:40:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F2937B401; Thu, 20 Mar 2003 14:35:46 -0800 (PST) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A326E43FB1; Thu, 20 Mar 2003 14:35:44 -0800 (PST) (envelope-from udo.schweigert@siemens.com) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id h2KMZhX27722; Thu, 20 Mar 2003 23:35:43 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id h2KMZhX21333; Thu, 20 Mar 2003 23:35:43 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.8/8.12.8/$SiemensCERT: mail/cert.mc,v 1.42 2003/02/21 12:06:56 ust Exp $) with ESMTP id h2KMZhbL085525; Thu, 20 Mar 2003 23:35:43 +0100 (CET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.8/8.12.8/$Ust: hosts/alaska/mail/config.mc,v 1.15 2002/12/31 15:32:17 ust Exp $) with ESMTP id h2KMZhks082372; Thu, 20 Mar 2003 23:35:43 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.8/8.12.8/$Ust: hosts/alaska/mail/submit.mc,v 1.4 2002/12/31 15:32:17 ust Exp $) id h2KMZhsV099184; Thu, 20 Mar 2003 23:35:43 +0100 (CET) (envelope-from ust) Message-Id: <200303202235.h2KMZhsV099184@alaska.cert.siemens.de> Date: Thu, 20 Mar 2003 23:35:43 +0100 (CET) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org Cc: security-officer@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50150: SECURITY-UPDATE of port mail/mutt-devel Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50150 >Category: ports >Synopsis: SECURITY-UPDATE of port mail/mutt-devel >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 Mar 20 14:40:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.8-RC FreeBSD 4.8-RC #51: Sun Mar 16 11:47:16 CET 2003 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of mail/mutt-devel: - Upgrade to 1.5.4. - Fix a buffer overflow in mutt's IMAP client code. - Remove WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT knob - The WITHOUT_MUTT_NNTP and the WITH_MUTT_SIGNATURE_MENU knob are not available at the moment. - Fix a wrong checksum in distinfo. >How-To-Repeat: >Fix: cvs rm -f files/smime.h files/extra-patch-smime-no-outlook diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Mar 17 08:09:24 2003 +++ ./Makefile Thu Mar 20 23:06:49 2003 @@ -47,9 +47,6 @@ # If you want to enable extended quoting functions define: # WITH_MUTT_QUOTE_PATCH # -# If you want to disable a outlook_compat function for use with smime define: -# WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT -# # If you want to use the rethreading functions define: # WITH_MUTT_EDIT_THREADS # @@ -67,7 +64,7 @@ # WITH_MUTT_IFDEF_PATCH PORTNAME= mutt-devel -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 #PORTREVISION?= 0 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) @@ -100,8 +97,10 @@ .include -.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ - defined(WITH_MUTT_QUOTE_PATCH) +.if defined(WITH_MUTT_COMPRESSED_FOLDERS) +PATCH_SITES+= http://www.spinnaker.de/mutt/compressed/:spinnaker +.endif +.if defined(WITH_MUTT_NNTP) || defined(WITH_MUTT_QUOTE_PATCH) PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/:vvv \ ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/:vvv \ @@ -112,7 +111,7 @@ defined(WITH_MUTT_IFDEF_PATCH) PATCH_SITES+= http://cedricduval.free.fr/download/mutt/:cd .endif -.if defined(WITH_MUTT_MBOX_HOOK_PATCH) +.if defined(WITH_MUTT_MBOX_HOOK_PATCH) PATCH_SITES+= http://home.woolridge.ca/mutt/patches/:dw .endif @@ -126,6 +125,7 @@ -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \ ${BUILD_WRKSRC}/Makefile +PATCH_VERSION= 1.5.3 .if !defined(PATCH_VERSION) PATCH_VERSION= ${PORTVERSION} .endif @@ -183,10 +183,6 @@ pre-configure:: ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-pgp-dw .endif -.if defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT) -pre-configure:: - ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-smime-no-outlook -.endif .if defined(WITH_MUTT_LOCALES_FIX) CONFIGURE_ARGS+= --enable-locales-fix @@ -206,11 +202,12 @@ PATCH_DIST_STRIP= -p1 .if defined(WITH_MUTT_COMPRESSED_FOLDERS) -PATCHFILES+= patch-${PATCH_VERSION}.rr.compressed.gz:vvv +PATCHFILES+= patch-${PORTVERSION}.rr.compressed.1.gz:spinnaker CONFIGURE_ARGS+= --enable-compressed SGML_NEEDED= yes .endif .if defined(WITH_MUTT_NNTP) +.error The WITH_MUTT_NNTP is not available at the moment. PATCHFILES+= patch-${PATCH_VERSION}.vvv.nntp.gz:vvv CONFIGURE_ARGS+= --enable-nntp SGML_NEEDED= yes @@ -226,6 +223,7 @@ SGML_NEEDED= yes .endif .if defined(WITH_MUTT_SIGNATURE_MENU) +.error The WITH_MUTT_SIGNATURE_MENU is not available at the moment. PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1:cd SGML_NEEDED= yes .endif @@ -244,7 +242,6 @@ post-patch:: @${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc - @${CP} ${PATCHDIR}/smime.h ${WRKSRC} pre-configure:: @(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4) diff -ru /usr/ports/mail/mutt-devel/distinfo ./distinfo --- /usr/ports/mail/mutt-devel/distinfo Mon Mar 17 08:09:24 2003 +++ ./distinfo Thu Mar 20 23:30:37 2003 @@ -1,9 +1,9 @@ -MD5 (mutt/mutt-1.5.3i.tar.gz) = 38a3dec075c7954a5fe62ce178310d22 -MD5 (mutt/patch-1.5.3.rr.compressed.gz) = 029b7bf58f53f4c7dcd542beac0c4757 +MD5 (mutt/mutt-1.5.4i.tar.gz) = 3d4088f25892af6d71148eef26604f33 +MD5 (mutt/patch-1.5.4.rr.compressed.1.gz) = e2c0b3bb0be0e19a4a6cda01078e3eae MD5 (mutt/patch-1.5.3.vvv.nntp.gz) = 6399a40b4a7ce3448b0329ceec38f35b MD5 (mutt/patch-1.5.3.vvv.initials.gz) = 9397128c901c32b6de585ef089ead87f MD5 (mutt/patch-1.5.3.vvv.quote.gz) = dc24cc5765dfbbf98a9c2027d950c07a MD5 (mutt/patch-1.5.3.cd.edit_threads.9.3) = 753a19d8efdece04cd521c3a3079dc9f MD5 (mutt/patch-1.5.3.cd.signatures_menu.2.1) = 6db636f0004e73ee2d9f577acd4ed380 MD5 (mutt/patch-1.5.3.cd.ifdef.1) = 01b47e075364834b82da053cac4eb69f -MD5 (mutt/p0-patch-1.5.3.dw.mbox-hook.1) = e7a0a57023cfdfd909f6040e632fff1f +MD5 (mutt/p0-patch-1.5.3.dw.mbox-hook.1) = 09f9b4229a2d63c81cfee7e1d811f84f diff -ru /usr/ports/mail/mutt-devel/files/extra-patch-pgp-dw ./files/extra-patch-pgp-dw --- /usr/ports/mail/mutt-devel/files/extra-patch-pgp-dw Mon Mar 17 08:09:24 2003 +++ ./files/extra-patch-pgp-dw Thu Mar 20 21:43:45 2003 @@ -1,16 +1,12 @@ -Base: http://home.woolridge.ca/mutt/patches/patch-1.5.3.dw.confirm-crypt-hook.1 - http://home.woolridge.ca/mutt/patches/patch-1.5.3.dw.multiple-crypt-hook.1 - http://home.woolridge.ca/mutt/patches/patch-1.5.3.dw.crypt-autoselectkey.1 - ---- PATCHES Tue Dec 17 10:47:20 2002 -+++ PATCHES Fri Jan 24 11:27:21 2003 +--- PATCHES Wed Mar 19 22:33:37 2003 ++++ PATCHES Thu Mar 20 21:38:55 2003 @@ -0,0 +1,3 @@ -+patch-1.5.3.dw.crypt-autoselectkey.1 -+patch-1.5.3.dw.confirm-crypt-hook.1 -+patch-1.5.3.dw.multiple-crypt-hook.1 ---- doc/manual.sgml.head Tue Dec 17 10:36:42 2002 -+++ doc/manual.sgml.head Fri Jan 24 11:26:59 2003 -@@ -1423,7 +1423,9 @@ ++patch-1.5.4.dw.confirm-crypt-hook.1 ++patch-1.5.4.dw.multiple-crypt-hook.2 ++patch-1.5.4.dw.crypt-autoselectkey.1 +--- doc/manual.sgml.head Tue Mar 4 08:49:49 2003 ++++ doc/manual.sgml.head Thu Mar 20 21:38:47 2003 +@@ -1422,7 +1422,9 @@ or because, for some reasons, you need to override the key Mutt would normally use. The crypt-hook command provides a method by which you can specify the ID of the public key to be used when encrypting messages to @@ -19,18 +15,25 @@ +pattern; multiple matching pgp-hook's result in the use of multiple +keyids for recipient. - Adding key sequences to the keyboard buffer