From owner-freebsd-ports Sun Oct 27 0:37: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E6DC37B401; Sun, 27 Oct 2002 00:37:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76C643E3B; Sun, 27 Oct 2002 00:37:02 -0700 (PDT) (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 g9R7b2x3090359; Sun, 27 Oct 2002 00:37:02 -0700 (PDT) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9R7auDP090355; Sun, 27 Oct 2002 00:36:56 -0700 (PDT) Date: Sun, 27 Oct 2002 00:36:56 -0700 (PDT) From: Oliver Braun Message-Id: <200210270736.g9R7auDP090355@freefall.freebsd.org> To: ov@cs.fhm.edu, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37059: New port: gtk-imonc Sender: owner-freebsd-ports@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: gtk-imonc State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Sun Oct 27 00:34:41 PDT 2002 State-Changed-Why: A newer (working !) version has been committed. Close this after 2 month of no response. http://www.freebsd.org/cgi/query-pr.cgi?pr=37059 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 1: 8:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA61237B404 for ; Sun, 27 Oct 2002 01:08:14 -0700 (PDT) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D4543E6E for ; Sun, 27 Oct 2002 01:08:13 -0700 (PDT) (envelope-from lizard@informatik.unibw-muenchen.de) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g9R7hTV06594; Sun, 27 Oct 2002 08:43:30 +0100 (MET) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id E74285A545; Sun, 27 Oct 2002 08:43:27 +0100 (CET) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 34F6B5A544; Sun, 27 Oct 2002 08:43:27 +0100 (CET) Date: Sun, 27 Oct 2002 08:43:27 +0100 From: Oliver Braun To: Kris Kennaway Cc: Steve Kargl , freebsd-ports@FreeBSD.ORG Subject: Re: FILE *in = stdin problem in FreeBSD-current. Message-ID: <20021027074327.GA35627@informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , Kris Kennaway , Steve Kargl , freebsd-ports@FreeBSD.ORG References: <20021026163320.GA28436@troutmask.apl.washington.edu> <20021027005304.GB16148@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <20021027005304.GB16148@xor.obsecurity.org> User-Agent: Mutt/1.4i X-PGP-Key: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xEF25B1BA X-PGP-Key-Alternative: finger obraun@freebsd.org X-PGP-Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA X-Accept-Language: de en X-Editor: Vim-601 http://www.vim.org/ X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Kris Kennaway [2002-10-26 17:53 -0700]: > On Sat, Oct 26, 2002 at 09:33:20AM -0700, Steve Kargl wrote: > > Line 36 of dec10io.usr is "FILE *input=3Dstdin;". =20 > > stdio.h is properly included in the source where we have > >=20 > > extern FILE *__stdinp; > > #define stdin __stdinp > >=20 > > How is handled? > You need to initialize the variable at runtime, not statically. If > the program contains main() you can do it then; if it's a library I > don't know a good way to fix it. If it's a library the only solution I know is to initialize the variable with NULL and insert something like the following before *any* usage: if (var =3D=3D NULL) {var =3D stdin;} Don't know if it's sufficient in all cases. Regards, Olli --=20 {- IST & IIS _ INF _ UniBwM :: obraun@informatik.unibw-muenchen.de -} {- Tele-Consulting GmbH :: obraun@Tele-Consulting.com -} {- FreeBSD Commmitter :: obraun@FreeBSD.org -} --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9u5kfwLFrfe8lsboRAupXAJwOy6sigmi8i574WbsUKuToBXwV4gCg1OaC gswXBbocP5SeqEuFwn0vfjg= =0ENs -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 1:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0742D37B401 for ; Sun, 27 Oct 2002 01:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A9D43E4A for ; Sun, 27 Oct 2002 01:30: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 g9R9U1x3021501 for ; Sun, 27 Oct 2002 01:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9R9U1ZF021500; Sun, 27 Oct 2002 01:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C208A37B401 for ; Sun, 27 Oct 2002 01:28:07 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA51343E3B for ; Sun, 27 Oct 2002 01:28:01 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 185jiC-0000iH-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 2002 09:28:00 +0000 Message-Id: Date: Sun, 27 Oct 2002 09:28:00 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44517: Maintainer port ugdate: x11-fm/worker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44517 >Category: ports >Synopsis: Maintainer port ugdate: x11-fm/worker >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 01:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Update x11-fm/worker port to v2.7.0 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/x11-fm/worker/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 26 Aug 2002 20:28:17 -0000 1.10 +++ Makefile 27 Oct 2002 09:14:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= worker -PORTVERSION= 2.6.1 +PORTVERSION= 2.7.0 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \ http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/ @@ -15,13 +15,15 @@ GNU_CONFIGURE= yes USE_XLIB= yes +USE_REINPLACE= yes MAN1= worker.1 CFLAGS+= ${PTHREAD_CFLAGS} +CONFIGURE_ARGS= --disable-libxpkmaster pre-configure: - @${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure .include Index: distinfo =================================================================== RCS file: /usr/nfs/ncvs/ports/x11-fm/worker/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 26 Aug 2002 20:28:17 -0000 1.10 +++ distinfo 27 Oct 2002 08:55:22 -0000 @@ -1 +1 @@ -MD5 (worker-2.6.1.tar.gz) = 5ed940f25728fd300d6749727c68997a +MD5 (worker-2.7.0.tar.gz) = fff6acb6855f03a201aca1f0261a6053 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 3:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9AC837B401 for ; Sun, 27 Oct 2002 03:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A82743E4A for ; Sun, 27 Oct 2002 03:40: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 g9RBe2x3056681 for ; Sun, 27 Oct 2002 03:40: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 g9RBe1qK056680; Sun, 27 Oct 2002 03:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D13637B401 for ; Sun, 27 Oct 2002 03:30:12 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDEA43E42 for ; Sun, 27 Oct 2002 03:30:12 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RBU87R061703 for ; Sun, 27 Oct 2002 03:30:08 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9RBU8Q7061702; Sun, 27 Oct 2002 03:30:08 -0800 (PST) Message-Id: <200210271130.g9RBU8Q7061702@www.freebsd.org> Date: Sun, 27 Oct 2002 03:30:08 -0800 (PST) From: Luca Lesinigo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44520: WISH: Port frozen-bubble :-) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44520 >Category: ports >Synopsis: WISH: Port frozen-bubble :-) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 03:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Luca Lesinigo >Release: 4.* RELEASE >Organization: --- >Environment: n/a >Description: If some of you has a little spare time it would be cool to have frozen-bubble in the ports collection. It's cool, it's eye-candy to show to windoze people, and it keeps my little sister away from my linux-running notebook :) >How-To-Repeat: Take a 14-years-old sister, show her frozen-bubble on a linux notebook. TA-DAH. The notebook is gone... forever! >Fix: kill -9 `pidof little_sister` >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 3:52:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B1437B410; Sun, 27 Oct 2002 03:52:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FF643E42; Sun, 27 Oct 2002 03:52:22 -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 g9RBqMx3060657; Sun, 27 Oct 2002 03:52:22 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RBqLV1060653; Sun, 27 Oct 2002 03:52:21 -0800 (PST) Date: Sun, 27 Oct 2002 03:52:21 -0800 (PST) From: Oliver Braun Message-Id: <200210271152.g9RBqLV1060653@freefall.freebsd.org> To: simond@irrelevant.org, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44517: Maintainer port ugdate: x11-fm/worker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer port ugdate: x11-fm/worker State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Sun Oct 27 03:50:56 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 4: 0:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E08237B401 for ; Sun, 27 Oct 2002 04:00:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B5D943E4A for ; Sun, 27 Oct 2002 04:00: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 g9RC02x3061719 for ; Sun, 27 Oct 2002 04:00: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 g9RC02Vh061715; Sun, 27 Oct 2002 04:00:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E391437B401 for ; Sun, 27 Oct 2002 03:53:42 -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 45AEB43E4A for ; Sun, 27 Oct 2002 03:53:30 -0800 (PST) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.2/8.12.2) with ESMTP id g9RBtXhk062098 for ; Sun, 27 Oct 2002 12:55:33 +0100 (CET) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.2/8.12.2/Submit) id g9RBtVg1062097; Sun, 27 Oct 2002 12:55:31 +0100 (CET) Message-Id: <200210271155.g9RBtVg1062097@vaio.alexdupre.com> Date: Sun, 27 Oct 2002 12:55:31 +0100 (CET) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44521: [New Port] irc/ircservices (IRC Services) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44521 >Category: ports >Synopsis: [New Port] irc/ircservices (IRC Services) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 04:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Port of IRC Services 5.0.2. IRC Services is a system of services to be used with Internet Relay Chat networks. Services provides for definitive nickname and channel ownership, as well as the ability to send messages to offline users, and gives IRC operators considerably more control over the network. WWW: http://www.ircservices.za.net/ >How-To-Repeat: >Fix: --- ircservices.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: # # ircservices # ircservices/Makefile # ircservices/distinfo # ircservices/files # ircservices/files/ircservices.sh # ircservices/pkg-comment # ircservices/pkg-descr # ircservices/pkg-plist # echo c - ircservices mkdir -p ircservices > /dev/null 2>&1 echo x - ircservices/Makefile sed 's/^X//' >ircservices/Makefile << 'END-of-ircservices/Makefile' X# New ports collection makefile for: ircservices X# Date created: Sun Oct 27 11:49:48 CET 2002 X# Whom: Alex Dupre X# X# $FreeBSD$ X# X XPORTNAME= ircservices XPORTVERSION= 5.0.2 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.ircservices.za.net/pub/ircservices/ \ X ftp://ftp.esper.net/ircservices/ X XMAINTAINER= sysadmin@alexdupre.com X XHAS_CONFIGURE= yes XUSE_GMAKE= yes X XCONFIGURE_ARGS= -prefix ${PREFIX} X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR} X.endif X @${ECHO} "Installing ${PREFIX}/etc/rc.d/ircservices.sh.sample startup file." X @${INSTALL_SCRIPT} ${FILESDIR}/ircservices.sh \ X ${PREFIX}/etc/rc.d/ircservices.sh.sample X X.include END-of-ircservices/Makefile echo x - ircservices/distinfo sed 's/^X//' >ircservices/distinfo << 'END-of-ircservices/distinfo' XMD5 (ircservices-5.0.2.tar.gz) = 40efe8d73fa5a504e93c09553f29262b END-of-ircservices/distinfo echo c - ircservices/files mkdir -p ircservices/files > /dev/null 2>&1 echo x - ircservices/files/ircservices.sh sed 's/^X//' >ircservices/files/ircservices.sh << 'END-of-ircservices/files/ircservices.sh' X#!/bin/sh 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 Xstart) X [ -x ${PREFIX}/sbin/ircservices ] && ${PREFIX}/sbin/ircservices > /dev/null && echo -n ' ircservices' X ;; Xstop) X killall ircservices && echo -n ' ircservices' X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-ircservices/files/ircservices.sh echo x - ircservices/pkg-comment sed 's/^X//' >ircservices/pkg-comment << 'END-of-ircservices/pkg-comment' XA system of IRC services for IRC networks END-of-ircservices/pkg-comment echo x - ircservices/pkg-descr sed 's/^X//' >ircservices/pkg-descr << 'END-of-ircservices/pkg-descr' XIRC Services is a system of services to be used with Internet XRelay Chat networks. Services provides for definitive nickname Xand channel ownership, as well as the ability to send messages Xto offline users, and gives IRC operators considerably more Xcontrol over the network. X XWWW: http://www.ircservices.za.net/ X X- Alex Dupre Xsysadmin@alexdupre.com END-of-ircservices/pkg-descr echo x - ircservices/pkg-plist sed 's/^X//' >ircservices/pkg-plist << 'END-of-ircservices/pkg-plist' Xetc/rc.d/ircservices.sh.sample Xlib/services/convert-db Xlib/services/example-ircservices.conf Xlib/services/example-modules.conf Xlib/services/helpfiles/help Xlib/services/languages/de Xlib/services/languages/en_us Xlib/services/languages/es Xlib/services/languages/fr Xlib/services/languages/hu Xlib/services/languages/it Xlib/services/languages/ja_euc Xlib/services/languages/ja_sjis Xlib/services/languages/nl Xlib/services/languages/pt Xlib/services/languages/tr Xlib/services/modules/chanserv/access-levels.so Xlib/services/modules/chanserv/access-xop.so Xlib/services/modules/chanserv/main.so Xlib/services/modules/chanserv/sendpass.so Xlib/services/modules/database/version4.so Xlib/services/modules/encryption/md5.so Xlib/services/modules/httpd/auth-ip.so Xlib/services/modules/httpd/auth-password.so Xlib/services/modules/httpd/dbaccess.so Xlib/services/modules/httpd/debug.so Xlib/services/modules/httpd/main.so Xlib/services/modules/httpd/redirect.so Xlib/services/modules/httpd/top-page.so Xlib/services/modules/mail/main.so Xlib/services/modules/mail/sendmail.so Xlib/services/modules/mail/smtp.so Xlib/services/modules/memoserv/forward.so Xlib/services/modules/memoserv/ignore.so Xlib/services/modules/memoserv/main.so Xlib/services/modules/misc/devnull.so Xlib/services/modules/misc/helpserv.so Xlib/services/modules/misc/xml-export.so Xlib/services/modules/misc/xml-import.so Xlib/services/modules/nickserv/access.so Xlib/services/modules/nickserv/autojoin.so Xlib/services/modules/nickserv/link.so Xlib/services/modules/nickserv/mail-auth.so Xlib/services/modules/nickserv/main.so Xlib/services/modules/nickserv/oldlink.so Xlib/services/modules/nickserv/sendpass.so Xlib/services/modules/operserv/akill.so Xlib/services/modules/operserv/main.so Xlib/services/modules/operserv/news.so Xlib/services/modules/operserv/sessions.so Xlib/services/modules/operserv/sline.so Xlib/services/modules/protocol/bahamut.so Xlib/services/modules/protocol/dalnet.so Xlib/services/modules/protocol/dreamforge.so Xlib/services/modules/protocol/monkey.so Xlib/services/modules/protocol/rfc1459.so Xlib/services/modules/protocol/trircd.so Xlib/services/modules/protocol/ts8.so Xlib/services/modules/protocol/undernet-p9.so Xlib/services/modules/protocol/unreal.so Xlib/services/modules/statserv/main.so Xsbin/ircservices Xsbin/ircservices-chk X%%PORTDOCS%%share/doc/ircservices/0.html X%%PORTDOCS%%share/doc/ircservices/1.html X%%PORTDOCS%%share/doc/ircservices/2.html X%%PORTDOCS%%share/doc/ircservices/3.html X%%PORTDOCS%%share/doc/ircservices/4.html X%%PORTDOCS%%share/doc/ircservices/5.html X%%PORTDOCS%%share/doc/ircservices/6.html X%%PORTDOCS%%share/doc/ircservices/7.html X%%PORTDOCS%%share/doc/ircservices/COPYING.html X%%PORTDOCS%%share/doc/ircservices/a.html X%%PORTDOCS%%share/doc/ircservices/b.html X%%PORTDOCS%%share/doc/ircservices/c.html X%%PORTDOCS%%share/doc/ircservices/copyright.html X%%PORTDOCS%%share/doc/ircservices/faq.html X%%PORTDOCS%%share/doc/ircservices/index.html X%%PORTDOCS%%share/doc/ircservices/upgrade.html X@dirrm lib/services/helpfiles X@dirrm lib/services/languages X@dirrm lib/services/modules/chanserv X@dirrm lib/services/modules/database X@dirrm lib/services/modules/encryption X@dirrm lib/services/modules/httpd X@dirrm lib/services/modules/mail X@dirrm lib/services/modules/memoserv X@dirrm lib/services/modules/misc X@dirrm lib/services/modules/nickserv X@dirrm lib/services/modules/operserv X@dirrm lib/services/modules/protocol X@dirrm lib/services/modules/statserv X@dirrm lib/services/modules X@dirrm lib/services X%%PORTDOCS%%@dirrm share/doc/ircservices END-of-ircservices/pkg-plist exit --- ircservices.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 4: 7:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D4C37B406; Sun, 27 Oct 2002 04:07:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9367743E4A; Sun, 27 Oct 2002 04:07:25 -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 g9RC7Ox3071620; Sun, 27 Oct 2002 04:07:24 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RC7Og8071616; Sun, 27 Oct 2002 04:07:24 -0800 (PST) Date: Sun, 27 Oct 2002 04:07:24 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271207.g9RC7Og8071616@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/44520: WISH: Port frozen-bubble :-) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: WISH: Port frozen-bubble :-) Responsible-Changed-From-To: freebsd-ports->arved Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 04:01:44 PST 2002 Responsible-Changed-Why: Klaus Goger has made a port of frozen-bubble. Feel free to test http://beeblebro.dyndns.org/~zaphod/p5-sdl.shar (required) http://beeblebro.dyndns.org/~zaphod/frozen-bubble.shar and report port-specific problems to me. I will test and hopefully add them in the next week, so i assign this PR to myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=44520 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 4:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5033637B401 for ; Sun, 27 Oct 2002 04:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB9143E6E for ; Sun, 27 Oct 2002 04: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 g9RCe1x3077588 for ; Sun, 27 Oct 2002 04:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RCe1B5077587; Sun, 27 Oct 2002 04:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7F7C37B401 for ; Sun, 27 Oct 2002 04:38:51 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 203BF43E42 for ; Sun, 27 Oct 2002 04:38:45 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 185mgb-00019A-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 2002 12:38:33 +0000 Message-Id: Date: Sun, 27 Oct 2002 12:38:33 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44522: Maintainer port update: emulators/uae Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44522 >Category: ports >Synopsis: Maintainer port update: emulators/uae >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 04:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: ${PERL} -> ${REINPLACE} >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/emulators/uae/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 30 Aug 2002 13:41:06 -0000 1.9 +++ Makefile 27 Oct 2002 12:37:21 -0000 @@ -18,11 +18,12 @@ USE_XLIB= yes USE_GNOMENG= yes USE_GNOME= gtk12 +USE_REINPLACE= yes CFLAGS+= ${PTHREAD_CFLAGS} pre-configure: - @${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure do-install: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 4:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3937B404 for ; Sun, 27 Oct 2002 04:50:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FF943E42 for ; Sun, 27 Oct 2002 04:50: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 g9RCo3x3079599 for ; Sun, 27 Oct 2002 04:50: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 g9RCo3vl079598; Sun, 27 Oct 2002 04:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA8E37B401 for ; Sun, 27 Oct 2002 04:46:51 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58EC043E3B for ; Sun, 27 Oct 2002 04:46:51 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 185moc-0001Cj-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 2002 12:46:50 +0000 Message-Id: Date: Sun, 27 Oct 2002 12:46:50 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44523: Maintainer port update: lang/malbolge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44523 >Category: ports >Synopsis: Maintainer port update: lang/malbolge >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 04:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: PERL -> REINPLACE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/lang/malbolge/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 14 Jun 2001 17:13:18 -0000 1.1 +++ Makefile 27 Oct 2002 12:44:01 -0000 @@ -13,8 +13,10 @@ MAINTAINER= simond@irrelevant.org +USE_REINPLACE= yes + post-patch: - ${PERL} -pi -e "s|||g" ${WRKSRC}/malbolge.c + @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/malbolge.c do-build: ${CC} ${CFLAGS} ${WRKSRC}/malbolge.c -o ${WRKSRC}/malbolge >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 4:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375C837B406 for ; Sun, 27 Oct 2002 04:50:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C3E43E4A for ; Sun, 27 Oct 2002 04:50: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 g9RCo3x3079612 for ; Sun, 27 Oct 2002 04:50: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 g9RCo3XA079611; Sun, 27 Oct 2002 04:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 318BB37B401 for ; Sun, 27 Oct 2002 04:48:53 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B575943E4A for ; Sun, 27 Oct 2002 04:48:52 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 185mqZ-0001Dz-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 2002 12:48:51 +0000 Message-Id: Date: Sun, 27 Oct 2002 12:48:51 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44524: Maintainer port update: lang/dis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44524 >Category: ports >Synopsis: Maintainer port update: lang/dis >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 04:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: PERL -> REINPLACE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/lang/dis/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 14 Jun 2001 16:59:44 -0000 1.1 +++ Makefile 27 Oct 2002 12:48:41 -0000 @@ -13,8 +13,10 @@ MAINTAINER= simond@irrelevant.org +USE_REINPLACE= yes + post-patch: - ${PERL} -pi -e "s|||g" ${WRKSRC}/dis.c + @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/dis.c do-build: ${CC} ${CFLAGS} ${WRKSRC}/dis.c -o ${WRKSRC}/dis >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 4:58:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4348037B401; Sun, 27 Oct 2002 04:58:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E832143E3B; Sun, 27 Oct 2002 04:58:13 -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 g9RCwDx3081656; Sun, 27 Oct 2002 04:58:13 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RCwDM0081650; Sun, 27 Oct 2002 04:58:13 -0800 (PST) Date: Sun, 27 Oct 2002 04:58:13 -0800 (PST) From: Oliver Braun Message-Id: <200210271258.g9RCwDM0081650@freefall.freebsd.org> To: simond@irrelevant.org, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44522: Maintainer port update: emulators/uae Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer port update: emulators/uae State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Sun Oct 27 04:57:54 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44522 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 5: 2:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9EB337B401; Sun, 27 Oct 2002 05:02:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BDB943E42; Sun, 27 Oct 2002 05:02: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 g9RD2Ux3083630; Sun, 27 Oct 2002 05:02: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 g9RD2Ug1083626; Sun, 27 Oct 2002 05:02:30 -0800 (PST) Date: Sun, 27 Oct 2002 05:02:30 -0800 (PST) From: Oliver Braun Message-Id: <200210271302.g9RD2Ug1083626@freefall.freebsd.org> To: simond@irrelevant.org, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44523: Maintainer port update: lang/malbolge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer port update: lang/malbolge State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Sun Oct 27 05:01:40 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44523 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 5: 4:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D4637B401; Sun, 27 Oct 2002 05:04:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48D443E6A; Sun, 27 Oct 2002 05:04:56 -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 g9RD4ux3083760; Sun, 27 Oct 2002 05:04:56 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RD4upl083756; Sun, 27 Oct 2002 05:04:56 -0800 (PST) Date: Sun, 27 Oct 2002 05:04:56 -0800 (PST) From: Oliver Braun Message-Id: <200210271304.g9RD4upl083756@freefall.freebsd.org> To: simond@irrelevant.org, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44524: Maintainer port update: lang/dis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer port update: lang/dis State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Sun Oct 27 05:04:06 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44524 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 5:40:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561B337B401 for ; Sun, 27 Oct 2002 05:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9676743E75 for ; Sun, 27 Oct 2002 05: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 g9RDe8x3095286 for ; Sun, 27 Oct 2002 05: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 g9RDe8c7095285; Sun, 27 Oct 2002 05:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB19237B401 for ; Sun, 27 Oct 2002 05:31:23 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C7E43E42 for ; Sun, 27 Oct 2002 05:31:22 -0800 (PST) (envelope-from lev@ftp.translate.ru) Received: from ftp.translate.ru (localhost [127.0.0.1]) by ftp.translate.ru (8.12.5/8.12.5) with ESMTP id g9RDUiD3000324 for ; Sun, 27 Oct 2002 16:30:44 +0300 (MSK) (envelope-from lev@ftp.translate.ru) Received: (from lev@localhost) by ftp.translate.ru (8.12.5/8.12.5/Submit) id g9RDUcO0000323; Sun, 27 Oct 2002 16:30:38 +0300 (MSK) Message-Id: <200210271330.g9RDUcO0000323@ftp.translate.ru> Date: Sun, 27 Oct 2002 16:30:38 +0300 (MSK) From: "Lev A. Serebryakov" Reply-To: "Lev A. Serebryakov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44525: [PATCH] Correction for port textproc/latex2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44525 >Category: ports >Synopsis: [PATCH] Correction for port textproc/latex2html >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 05:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sereb.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 8 20:06:13 MSD 2002 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386 Ports collection: 27 Oct 2002 >Description: Port have version 2002-2-1, and it is not good port version. 2002.2.1 will be much better. This patch correct this problem. >How-To-Repeat: >Fix: diff -ruN latex2html.orig/Makefile latex2html/Makefile --- latex2html.orig/Makefile Sun Oct 27 15:25:00 2002 +++ latex2html/Makefile Sun Oct 27 15:25:23 2002 @@ -6,11 +6,11 @@ # PORTNAME= latex2html -PORTVERSION= 2002-2-1 +PORTVERSION= 2002.2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 5:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCA037B401 for ; Sun, 27 Oct 2002 05:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EDE43E3B for ; Sun, 27 Oct 2002 05: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 g9RDeEx3095357 for ; Sun, 27 Oct 2002 05: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 g9RDeEp2095356; Sun, 27 Oct 2002 05:40:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1666C37B401 for ; Sun, 27 Oct 2002 05:36:34 -0800 (PST) Received: from h33.erkki.ton.tut.fi (h33.erkki.ton.tut.fi [193.166.84.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F02843E4A for ; Sun, 27 Oct 2002 05:36:26 -0800 (PST) (envelope-from chu@h33.erkki.ton.tut.fi) Received: from h33.erkki.ton.tut.fi (chu@localhost [127.0.0.1]) by h33.erkki.ton.tut.fi (8.12.3/8.12.3) with ESMTP id g9RDZw0f020935 for ; Sun, 27 Oct 2002 15:35:58 +0200 (EET) (envelope-from chu@h33.erkki.ton.tut.fi) Received: (from chu@localhost) by h33.erkki.ton.tut.fi (8.12.3/8.12.3/Submit) id g9RDZvnQ020934; Sun, 27 Oct 2002 15:35:57 +0200 (EET) Message-Id: <200210271335.g9RDZvnQ020934@h33.erkki.ton.tut.fi> Date: Sun, 27 Oct 2002 15:35:57 +0200 (EET) From: Vladimir Chukharev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44526: [PATCH] update databases/postgresql-devel to beta3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44526 >Category: ports >Synopsis: [PATCH] update databases/postgresql-devel to beta3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 05:40:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Vladimir Chukharev >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD svak.h33.erkki.ton.tut.fi 4.7-STABLE FreeBSD 4.7-STABLE #1: Sun Oct 27 02:01:48 EEST 2002 root@svak.h33.erkki.ton.tut.fi:/usr/obj/usr/src/sys/SVAK i386 >Description: I tried to run regression tests for new beta3 of postgresql-7.3. Perhaps the patch can be useful for somebody :^) Apart from updating b2 -> b3, the patch contains a (simplistic) target check to run the regression tests (IMHO testing is one of the primary goals for -devel port existing). This needed one more distfile, postgresql-test-7.3b3.tar.gz. Only two of the regression tests not passed, in geometry some -0 appeared instead of 0; and horology failed, perhaps today's switch to winter time is the reason... --- b2_to_b3.patch begins here --- --- ./distinfo.old Tue Oct 1 22:32:48 2002 +++ ./distinfo Sun Oct 27 15:30:55 2002 @@ -1,5 +1,5 @@ -MD5 (postgresql/postgresql-7.3b2.tar.gz) = b199f470fd834efab8a6e564b1d5342c -MD5 (postgresql/postgresql-base-7.3b2.tar.gz) = 6e731ab8292f3d85c2a30800ece3ebf9 -MD5 (postgresql/postgresql-docs-7.3b2.tar.gz) = d5d7125d6afa6da661c39f86e3bf727b -MD5 (postgresql/postgresql-opt-7.3b2.tar.gz) = 69c74213b532342026975310003a2fdb -MD5 (postgresql/postgresql-test-7.3b2.tar.gz) = d7913696003144a048713e1ca9e646ec +MD5 (postgresql/postgresql-7.3b3.tar.gz) = e40e810105002cefdaa1c10853e3f7fa +MD5 (postgresql/postgresql-base-7.3b3.tar.gz) = 416092b132aadbbed2dfca4990357f75 +MD5 (postgresql/postgresql-docs-7.3b3.tar.gz) = 8c16b9ce0bdece3fa61e1b1c7a9d0c60 +MD5 (postgresql/postgresql-opt-7.3b3.tar.gz) = 9de8adc0ef6f268f2e15ab6f9e597609 +MD5 (postgresql/postgresql-test-7.3b3.tar.gz) = 63be4334f5ea1628ebeafe3bd773a7d6 --- ./Makefile.old Tue Oct 1 22:32:48 2002 +++ ./Makefile Sun Oct 27 16:33:00 2002 @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.3.b2 +PORTVERSION?= 7.3.b3 PKGNAMESUFFIX= -devel CATEGORIES?= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ @@ -19,12 +19,13 @@ ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \ ftp://ftp.us.postgresql.org/%SUBDIR%/ MASTER_SITE_SUBDIR= source/v7.3beta -DISTFILES= postgresql-base-7.3b2${EXTRACT_SUFX} \ - postgresql-opt-7.3b2${EXTRACT_SUFX} +DISTFILES= postgresql-base-7.3b3${EXTRACT_SUFX} \ + postgresql-opt-7.3b3${EXTRACT_SUFX} \ + postgresql-test-7.3b3${EXTRACT_SUFX} MAINTAINER?= seanc@FreeBSD.org -WRKSRC= ${WRKDIR}/postgresql-7.3b2 +WRKSRC= ${WRKDIR}/postgresql-7.3b3 DIST_SUBDIR= postgresql USE_GMAKE= YES @@ -201,5 +202,10 @@ post-clean: @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc +check: + cd ${WRKSRC} ;\ + ${GMAKE} check + .include .endif + --- b2_to_b3.patch ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 5:56:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D13837B401; Sun, 27 Oct 2002 05:56:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC5643E3B; Sun, 27 Oct 2002 05:56:16 -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 g9RDuGx3001007; Sun, 27 Oct 2002 05:56:16 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RDuGjD001003; Sun, 27 Oct 2002 05:56:16 -0800 (PST) Date: Sun, 27 Oct 2002 05:56:16 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271356.g9RDuGjD001003@freefall.freebsd.org> To: gdinolt@pacbell.net, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37962: ports/lang/gcl does not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/lang/gcl does not build State-Changed-From-To: open->suspended State-Changed-By: arved State-Changed-When: Sun Oct 27 05:55:06 PST 2002 State-Changed-Why: Port is marked BROKEN since May. Noone seems to be working on a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=37962 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 5:58:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B6937B401; Sun, 27 Oct 2002 05:58:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2C943E6E; Sun, 27 Oct 2002 05:58:14 -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 g9RDwEx3001279; Sun, 27 Oct 2002 05:58:14 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RDwE4Q001275; Sun, 27 Oct 2002 05:58:14 -0800 (PST) Date: Sun, 27 Oct 2002 05:58:14 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271358.g9RDwE4Q001275@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-www@FreeBSD.org Subject: Re: ports/38243: Ports search for 'IMP' vs look in Mail category - Needs Update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Ports search for 'IMP' vs look in Mail category - Needs Update Responsible-Changed-From-To: freebsd-ports->freebsd-www Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 05:57:06 PST 2002 Responsible-Changed-Why: Another Problem with the ports CGI on the Website http://www.freebsd.org/cgi/query-pr.cgi?pr=38243 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6: 0:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A1F37B401; Sun, 27 Oct 2002 06:00:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0690343E4A; Sun, 27 Oct 2002 06:00:18 -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 g9RE0Hx3001573; Sun, 27 Oct 2002 06:00:17 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RE0Het001567; Sun, 27 Oct 2002 06:00:17 -0800 (PST) Date: Sun, 27 Oct 2002 06:00:17 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271400.g9RE0Het001567@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/38351: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mod_php4(WITH_APACHE2) +apache2(WITH_THREADS) won't compile Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 05:59:52 PST 2002 Responsible-Changed-Why: Over to mod_php4 Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38351 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6: 6: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4339A37B401; Sun, 27 Oct 2002 06:06:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FD743E6A; Sun, 27 Oct 2002 06:06: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 g9RE62x3007972; Sun, 27 Oct 2002 06:06: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 g9RE5tci007967; Sun, 27 Oct 2002 06:05:55 -0800 (PST) Date: Sun, 27 Oct 2002 06:05:55 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271405.g9RE5tci007967@freefall.freebsd.org> To: kappa@agava.com, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38541: ghostscript-gnu checksum mismatch for a distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ghostscript-gnu checksum mismatch for a distfile State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Oct 27 06:03:51 PST 2002 State-Changed-Why: It's ok for me. Can you please rm your distfile, refetch and report if the error persists and from which site you downloaded? http://www.freebsd.org/cgi/query-pr.cgi?pr=38541 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B75BF37B401 for ; Sun, 27 Oct 2002 06:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510C643E75 for ; Sun, 27 Oct 2002 06:10: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 g9REA2x3008397 for ; Sun, 27 Oct 2002 06:10: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 g9REA2fM008396; Sun, 27 Oct 2002 06:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 286BF37B401 for ; Sun, 27 Oct 2002 06:05:04 -0800 (PST) Received: from mutoh.dyndns.org (fe046074.fl.FreeBit.NE.JP [219.112.46.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CB243E42 for ; Sun, 27 Oct 2002 06:05:03 -0800 (PST) (envelope-from mutoh@mutoh.dyndns.org) Received: by mutoh.dyndns.org (Postfix, from userid 814) id B3BC95229B7; Sun, 27 Oct 2002 23:12:45 +0900 (JST) Message-Id: <20021027141245.B3BC95229B7@mutoh.dyndns.org> Date: Sun, 27 Oct 2002 23:12:45 +0900 (JST) From: tmutoh@mx10.freecom.ne.jp Reply-To: tmutoh@mx10.freecom.ne.jp To: FreeBSD-gnats-submit@FreeBSD.org Cc: tmutoh@mx10.freecom.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/44527: Port MAINTAINER mail address has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44527 >Category: ports >Synopsis: Port MAINTAINER mail address has changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 06:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: FreeBSD 4.7-STABLE i386 >Organization: None >Environment: >Description: I have some ports, and my valid e-mail address has changed from mutoh@info.nara-k.ac.jp to tmutoh@mx10.freecom.ne.jp. So I want to replace MAINTAINER field. I am MAINTAINER of these ports: japanese/ical japanese/netype japanese/netypesv mbone/relate >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFAEF37B404 for ; Sun, 27 Oct 2002 06:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F05B43E7B for ; Sun, 27 Oct 2002 06:10: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 g9REA2x3008410 for ; Sun, 27 Oct 2002 06:10: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 g9REA2Ov008409; Sun, 27 Oct 2002 06:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A14F37B401 for ; Sun, 27 Oct 2002 06:06:48 -0800 (PST) Received: from mutoh.dyndns.org (fe046074.fl.FreeBit.NE.JP [219.112.46.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461A643E4A for ; Sun, 27 Oct 2002 06:06:47 -0800 (PST) (envelope-from mutoh@mutoh.dyndns.org) Received: by mutoh.dyndns.org (Postfix, from userid 814) id 9C8FC5229B7; Sun, 27 Oct 2002 23:14:35 +0900 (JST) Message-Id: <20021027141435.9C8FC5229B7@mutoh.dyndns.org> Date: Sun, 27 Oct 2002 23:14:35 +0900 (JST) From: Takeshi MUTOH Reply-To: Takeshi MUTOH To: FreeBSD-gnats-submit@FreeBSD.org Cc: X-Send-Pr-Version: 3.113 Subject: ports/44528: Update MAINTAINER e-mail address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44528 >Category: ports >Synopsis: Update MAINTAINER e-mail address >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 06:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: FreeBSD 4.7-STABLE i386 >Organization: none >Environment: System: FreeBSD mutoh.dyndns.org 4.7-STABLE FreeBSD 4.7-STABLE #21: Fri Oct 25 05:43:30 JST 2002 root@mutoh.dyndns.org:/usr/obj/usr/src/sys/SUN i386 >Description: I have some ports, and my valid e-mail address has changed from mutoh@info.nara-k.ac.jp to tmutoh@mx10.freecom.ne.jp. So I want to replace MAINTAINER field. I am MAINTAINER of these ports: japanese/ical japanese/netype japanese/netypesv mbone/relate >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:14:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660BA37B401; Sun, 27 Oct 2002 06:14:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A3143E3B; Sun, 27 Oct 2002 06:14:42 -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 g9REEex3010342; Sun, 27 Oct 2002 06:14:41 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9REEXYL010338; Sun, 27 Oct 2002 06:14:33 -0800 (PST) Date: Sun, 27 Oct 2002 06:14:33 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271414.g9REEXYL010338@freefall.freebsd.org> To: dima@en.dn.ua, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38642: Fatal server error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fatal server error State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Oct 27 06:13:23 PST 2002 State-Changed-Why: More information is needed, Portversion, Errormessage etc. http://www.freebsd.org/cgi/query-pr.cgi?pr=38642 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:17:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3AB37B401; Sun, 27 Oct 2002 06:17:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E66943E4A; Sun, 27 Oct 2002 06:17: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 g9REHVx3010463; Sun, 27 Oct 2002 06:17:31 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9REHV1n010459; Sun, 27 Oct 2002 06:17:31 -0800 (PST) Date: Sun, 27 Oct 2002 06:17:31 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271417.g9REHV1n010459@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/39550: the port doesn't install all the files listed in pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: the port doesn't install all the files listed in pkg-plist Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 06:17:00 PST 2002 Responsible-Changed-Why: Over to Mesa Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=39550 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:23:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03B337B401; Sun, 27 Oct 2002 06:23:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643F443E42; Sun, 27 Oct 2002 06:23:28 -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 g9RENSx3012405; Sun, 27 Oct 2002 06:23:28 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RENRBf012401; Sun, 27 Oct 2002 06:23:27 -0800 (PST) Date: Sun, 27 Oct 2002 06:23:27 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271423.g9RENRBf012401@freefall.freebsd.org> To: pih@oek.dk, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39544: mayavi port disfunctional Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mayavi port disfunctional State-Changed-From-To: open->analyzed State-Changed-By: arved State-Changed-When: Sun Oct 27 06:20:57 PST 2002 State-Changed-Why: Problem reproducable. Possible Solution: updating the port to version 1.2. Could you try updating the port to version 1.2? http://www.freebsd.org/cgi/query-pr.cgi?pr=39544 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:27: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22A337B401; Sun, 27 Oct 2002 06:27:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B7C43E6E; Sun, 27 Oct 2002 06:27:06 -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 g9RER6x3014158; Sun, 27 Oct 2002 06:27:06 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RER6SA014154; Sun, 27 Oct 2002 06:27:06 -0800 (PST) Date: Sun, 27 Oct 2002 06:27:06 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271427.g9RER6SA014154@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, fjoe@FreeBSD.org Subject: Re: ports/40981: mc does not work as viewer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mc does not work as viewer Responsible-Changed-From-To: freebsd-ports->fjoe Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 06:26:47 PST 2002 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=40981 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:29: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 234D137B401; Sun, 27 Oct 2002 06:29:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C90F143E6A; Sun, 27 Oct 2002 06:29:01 -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 g9RET1x3014228; Sun, 27 Oct 2002 06:29:01 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RET1ZL014224; Sun, 27 Oct 2002 06:29:01 -0800 (PST) Date: Sun, 27 Oct 2002 06:29:01 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271429.g9RET1ZL014224@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, benno@FreeBSD.org Subject: Re: ports/41400: sgmltools-lite update to 3.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sgmltools-lite update to 3.0.3 Responsible-Changed-From-To: freebsd-ports->benno Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 06:28:39 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=41400 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FC337B401 for ; Sun, 27 Oct 2002 06:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0731043E77 for ; Sun, 27 Oct 2002 06: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 g9REU1x3014284 for ; Sun, 27 Oct 2002 06:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9REU1Mo014283; Sun, 27 Oct 2002 06:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F5837B401 for ; Sun, 27 Oct 2002 06:26:56 -0800 (PST) Received: from mutoh.dyndns.org (fe046074.fl.FreeBit.NE.JP [219.112.46.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F84B43E6E for ; Sun, 27 Oct 2002 06:26:56 -0800 (PST) (envelope-from mutoh@mutoh.dyndns.org) Received: by mutoh.dyndns.org (Postfix, from userid 814) id 4959F5229B7; Sun, 27 Oct 2002 23:34:44 +0900 (JST) Message-Id: <20021027143444.4959F5229B7@mutoh.dyndns.org> Date: Sun, 27 Oct 2002 23:34:44 +0900 (JST) From: Takeshi MUTOH Reply-To: Takeshi MUTOH To: FreeBSD-gnats-submit@FreeBSD.org Cc: X-Send-Pr-Version: 3.113 Subject: ports/44529: japanese/{netype,netypesv} MASTERSITE has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44529 >Category: ports >Synopsis: japanese/{netype,netypesv} MASTERSITE has changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 06:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: FreeBSD 4.7-STABLE i386 >Organization: none >Environment: System: FreeBSD mutoh.dyndns.org 4.7-STABLE FreeBSD 4.7-STABLE #21: Fri Oct 25 05:43:30 JST 2002 root@mutoh.dyndns.org:/usr/obj/usr/src/sys/SUN i386 >Description: japanese/{netype,netypesv} MASTERSITE has changed >How-To-Repeat: >Fix: Please change both MASTER_SITES field from http://bishop.fuis.fukui-u.ac.jp/~funakami/software/netype/src/ to http://www.i.his.fukui-u.ac.jp/~funakami/software/netype/src/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:35:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F9B37B404; Sun, 27 Oct 2002 06:35:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5274443E65; Sun, 27 Oct 2002 06:35:57 -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 g9REZvx3019901; Sun, 27 Oct 2002 06:35:57 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9REZtqQ019897; Sun, 27 Oct 2002 06:35:55 -0800 (PST) Date: Sun, 27 Oct 2002 06:35:55 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271435.g9REZtqQ019897@freefall.freebsd.org> To: batuto@wgc.chem.pu.ru, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43247: Invalid checksum in biology/molden Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Invalid checksum in biology/molden State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Oct 27 06:35:07 PST 2002 State-Changed-Why: roam asked for differences between old and new distfile http://www.freebsd.org/cgi/query-pr.cgi?pr=43247 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:39:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D06037B401; Sun, 27 Oct 2002 06:39:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211D643E4A; Sun, 27 Oct 2002 06:39:13 -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 g9REdCx3020217; Sun, 27 Oct 2002 06:39:12 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9REdCYa020193; Sun, 27 Oct 2002 06:39:12 -0800 (PST) Date: Sun, 27 Oct 2002 06:39:12 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271439.g9REdCYa020193@freefall.freebsd.org> To: klammer@webonaut.com, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43292: new port: png2ico Sender: owner-freebsd-ports@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: png2ico State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Oct 27 06:38:36 PST 2002 State-Changed-Why: will committed this one two days ago. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=43292 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:41:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CDD937B401; Sun, 27 Oct 2002 06:41:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F98A43E6A; Sun, 27 Oct 2002 06: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 g9REfTx3022615; Sun, 27 Oct 2002 06: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 g9REfT1i022611; Sun, 27 Oct 2002 06:41:29 -0800 (PST) Date: Sun, 27 Oct 2002 06:41:29 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271441.g9REfT1i022611@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/44069: update request for ports/databases/mysql323-server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update request for ports/databases/mysql323-server Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 06:41:08 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44069 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:47:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B3737B401; Sun, 27 Oct 2002 06:47:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1222943E42; Sun, 27 Oct 2002 06:47:11 -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 g9RElAx3022952; Sun, 27 Oct 2002 06:47:10 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RElAaK022948; Sun, 27 Oct 2002 06:47:10 -0800 (PST) Date: Sun, 27 Oct 2002 06:47:10 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271447.g9RElAaK022948@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/42420: mnoGoSearch support added to www/mod_php4 port configure.php script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mnoGoSearch support added to www/mod_php4 port configure.php script Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 06:46:28 PST 2002 Responsible-Changed-Why: Over to mod_php4 Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42420 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:47:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7152237B404; Sun, 27 Oct 2002 06:47:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC56343E4A; Sun, 27 Oct 2002 06:47: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 g9RElQx3023013; Sun, 27 Oct 2002 06:47: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 g9RElQLM023009; Sun, 27 Oct 2002 06:47:26 -0800 (PST) Date: Sun, 27 Oct 2002 06:47:26 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210271447.g9RElQLM023009@freefall.freebsd.org> To: tmutoh@mx10.freecom.ne.jp, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44528: Update MAINTAINER e-mail address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update MAINTAINER e-mail address State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Sun Oct 27 06:47:05 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44528 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:47:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A776637B401; Sun, 27 Oct 2002 06:47:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906C43E4A; Sun, 27 Oct 2002 06:47:46 -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 g9RElkx3023069; Sun, 27 Oct 2002 06:47:46 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RElkOL023065; Sun, 27 Oct 2002 06:47:46 -0800 (PST) Date: Sun, 27 Oct 2002 06:47:46 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210271447.g9RElkOL023065@freefall.freebsd.org> To: tmutoh@mx10.freecom.ne.jp, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44529: japanese/{netype,netypesv} MASTERSITE has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: japanese/{netype,netypesv} MASTERSITE has changed State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Sun Oct 27 06:47:31 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44529 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:50:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBE237B401; Sun, 27 Oct 2002 06:50:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9BE43E6E; Sun, 27 Oct 2002 06:50:56 -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 g9REoux3024443; Sun, 27 Oct 2002 06:50:56 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9REous3024438; Sun, 27 Oct 2002 06:50:56 -0800 (PST) Date: Sun, 27 Oct 2002 06:50:56 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271450.g9REous3024438@freefall.freebsd.org> To: znerd@freebsd.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/42214: devel/icu is very outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/icu is very outdated State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Oct 27 06:49:20 PST 2002 State-Changed-Why: This is handled in ports/34265. I'll assign that one to you, so you can commit it. http://www.freebsd.org/cgi/query-pr.cgi?pr=42214 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:53: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6965837B401; Sun, 27 Oct 2002 06:53:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1826043E4A; Sun, 27 Oct 2002 06:53: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 g9REr2x3025154; Sun, 27 Oct 2002 06:53: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 g9REr09T025138; Sun, 27 Oct 2002 06:53:00 -0800 (PST) Date: Sun, 27 Oct 2002 06:53:00 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271453.g9REr09T025138@freefall.freebsd.org> To: andrew@ids.pl, arved@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/34265: Proposition of new port (icu2). Modified version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Proposition of new port (icu2). Modified version State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Sun Oct 27 06:51:26 PST 2002 State-Changed-Why: Feedback was submitted. Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 06:51:26 PST 2002 Responsible-Changed-Why: znerd "volunteered" to look at this PR in ports/42214 http://www.freebsd.org/cgi/query-pr.cgi?pr=34265 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:55:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC8C37B401; Sun, 27 Oct 2002 06:55:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D43743E4A; Sun, 27 Oct 2002 06:55: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 g9REtJx3025242; Sun, 27 Oct 2002 06:55: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 g9REtJPQ025238; Sun, 27 Oct 2002 06:55:19 -0800 (PST) Date: Sun, 27 Oct 2002 06:55:19 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210271455.g9REtJPQ025238@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports@FreeBSD.org, seanc@FreeBSD.org Subject: Re: ports/44526: [PATCH] update databases/postgresql-devel to beta3 Sender: owner-freebsd-ports@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 databases/postgresql-devel to beta3 Responsible-Changed-From-To: freebsd-ports->seanc Responsible-Changed-By: nork Responsible-Changed-When: Sun Oct 27 06:53:56 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44526 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 6:57:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0108337B401; Sun, 27 Oct 2002 06:57:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61FF43E42; Sun, 27 Oct 2002 06:57: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 g9REvTx3026266; Sun, 27 Oct 2002 06:57: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 g9REvTJM026262; Sun, 27 Oct 2002 06:57:29 -0800 (PST) Date: Sun, 27 Oct 2002 06:57:29 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210271457.g9REvTJM026262@freefall.freebsd.org> To: tmutoh@mx10.freecom.ne.jp, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44527: Port MAINTAINER mail address has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Port MAINTAINER mail address has changed State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Sun Oct 27 06:56:52 PST 2002 State-Changed-Why: Dupplicate ports/44528, and committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=44527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7: 0:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA3E037B404 for ; Sun, 27 Oct 2002 07:00:31 -0800 (PST) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103C743E42 for ; Sun, 27 Oct 2002 07:00:31 -0800 (PST) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id D719A5B8B for ; Sun, 27 Oct 2002 16:00:27 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id 16DA35B85; Sun, 27 Oct 2002 16:00:25 +0100 (CET) Date: Sun, 27 Oct 2002 16:00:25 +0100 From: Erwin Lansing To: freebsd-ports@freebsd.org Subject: Re: ports/44080: www/p5-Apache-Session missing RUN_DEPENDS Message-ID: <20021027150025.GH29279@droso.net> References: <20021015075954.85C55AEED@snorri.pil.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline In-Reply-To: <20021015075954.85C55AEED@snorri.pil.dk> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --aVD9QWMuhilNxW9f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 15, 2002 at 09:59:54AM +0200, Erwin Lansing wrote: >=20 > >Number: 44080 > >Category: ports > >Synopsis: www/p5-Apache-Session missing RUN_DEPENDS Fixed in rev. 1.10, please close this PR. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9u/+Iqy9aWxUlaZARAm1oAJ9eJ+E0jZ5DE0KsLdmBm4HOBDMY7QCeN3NU JqrrGw1OxhzyFEBvUNZ7XE4= =KGhl -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7: 3: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C35237B401; Sun, 27 Oct 2002 07:03:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CF043E3B; Sun, 27 Oct 2002 07:03:01 -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 g9RF31x3028700; Sun, 27 Oct 2002 07:03:01 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RF2vmC028683; Sun, 27 Oct 2002 07:02:57 -0800 (PST) Date: Sun, 27 Oct 2002 07:02:57 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210271502.g9RF2vmC028683@freefall.freebsd.org> To: lev@serebryakov.spb.ru, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44525: [PATCH] Correction for port textproc/latex2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Correction for port textproc/latex2html State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Sun Oct 27 07:02:29 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44525 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7: 4:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D23E37B401; Sun, 27 Oct 2002 07:04:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DF543E65; Sun, 27 Oct 2002 07:04:41 -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 g9RF4fx3028961; Sun, 27 Oct 2002 07:04:41 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RF4aw7028951; Sun, 27 Oct 2002 07:04:36 -0800 (PST) Date: Sun, 27 Oct 2002 07:04:36 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271504.g9RF4aw7028951@freefall.freebsd.org> To: leafy@leafy.idv.tw, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40474: Cannot make /usr/ports/graphics/gd2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot make /usr/ports/graphics/gd2 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Oct 27 07:03:10 PST 2002 State-Changed-Why: Is this still an issue? http://www.freebsd.org/cgi/query-pr.cgi?pr=40474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C24237B401 for ; Sun, 27 Oct 2002 07:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D9A143E65 for ; Sun, 27 Oct 2002 07:10: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 g9RFA2x3033948 for ; Sun, 27 Oct 2002 07:10: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 g9RFA2L7033947; Sun, 27 Oct 2002 07:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE6BF37B401 for ; Sun, 27 Oct 2002 07:01:55 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0034B43E65 for ; Sun, 27 Oct 2002 07:01:49 -0800 (PST) (envelope-from vs@foldr.org) Received: from theater.dyndns.org (pD9509CD9.dip.t-dialin.net [217.80.156.217]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g9RF1WjN002460 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Sun, 27 Oct 2002 16:01:37 +0100 (CET) (envelope-from vs@foldr.org) Received: from monster.ikea.net (monster.ikea.net [10.0.0.3]) by theater.dyndns.org (8.12.5/8.12.5) with ESMTP id g9RF1UfI001610 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 27 Oct 2002 16:01:31 +0100 (CET) (envelope-from vs@monster.ikea.net) Received: (from vs@localhost) by monster.ikea.net (8.12.6/8.12.6/Submit) id g9RG1bwN043027; Sun, 27 Oct 2002 17:01:37 +0100 (CET) (envelope-from vs) Message-Id: <200210271601.g9RG1bwN043027@monster.ikea.net> Date: Sun, 27 Oct 2002 17:01:37 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: jooji@nickelkid.com X-Send-Pr-Version: 3.113 Subject: ports/44530: [patch] Unbreak news/nn on -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44530 >Category: ports >Synopsis: [patch] Unbreak news/nn on -CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 07:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: Lambda Core Research Facility >Environment: System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386 >Description: news/nn doesn't build on -CURRENT because 'cc -E' now emits blanks instead of keeping the tabs when generating the intermediate makefile, so some unexpansion is called for. Fix $CC & $MAKE while we're at it. Patch works on -STABLE, too. >How-To-Repeat: >Fix: diff -ruN ofiles/patch-ag files/patch-ag --- ofiles/patch-ag Fri Dec 14 22:20:40 2001 +++ files/patch-ag Sun Oct 27 16:55:55 2002 @@ -1,6 +1,11 @@ ---- Makefile.orig Thu Dec 6 19:56:18 2001 -+++ Makefile Thu Dec 6 19:57:58 2001 -@@ -22,12 +22,12 @@ +--- Makefile.orig Mon Jul 2 06:54:34 2001 ++++ Makefile Sun Oct 27 16:54:54 2002 +@@ -18,17 +18,16 @@ + # + # Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines. + +-CC = gcc ++CC ?= gcc CPP = $(CC) -E #CPP = /lib/cpp #CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK @@ -11,9 +16,18 @@ #-Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ #-Waggregate-return -Wmissing-prototypes -Wnested-externs -#LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a +-MAKE = make +LDFLAGS = -s # -lmalloc # /usr/local/lib/malloc-debug/libmalloc.a - MAKE = make + + SHELL = /bin/sh +@@ -63,6 +62,7 @@ + -e '/^#/d' \ + -e '/^[ \f ]$$/d' \ + -e '/^[ \/]*[*]/d' | \ ++ unexpand | \ + sed -n -e '/^..*$$/p' > ymakefile + rm -f MF.c @@ -97,3 +97,5 @@ man/nn.1.D: man/nn.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:11: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49F037B401; Sun, 27 Oct 2002 07:11:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FEB43E3B; Sun, 27 Oct 2002 07:11:05 -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 g9RFB5x3036859; Sun, 27 Oct 2002 07:11:05 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RFB4tJ036837; Sun, 27 Oct 2002 07:11:04 -0800 (PST) Date: Sun, 27 Oct 2002 07:11:04 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271511.g9RFB4tJ036837@freefall.freebsd.org> To: nk@viteno.net, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40308: Can't build fileutils port on -STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Can't build fileutils port on -STABLE State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Oct 27 07:08:43 PST 2002 State-Changed-Why: Problem not reproducable. Orginator suspects stale headerfiles. http://www.freebsd.org/cgi/query-pr.cgi?pr=40308 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:12:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571B137B401; Sun, 27 Oct 2002 07:12:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0745643E42; Sun, 27 Oct 2002 07:12:50 -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 g9RFCnx3037164; Sun, 27 Oct 2002 07:12:49 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RFCnpX037160; Sun, 27 Oct 2002 07:12:49 -0800 (PST) Date: Sun, 27 Oct 2002 07:12:49 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271512.g9RFCnpX037160@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, rse@FreeBSD.org Subject: Re: ports/38086: eperl does not build CFLAGS recursive error. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: eperl does not build CFLAGS recursive error. Responsible-Changed-From-To: freebsd-ports->rse Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 07:12:28 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=38086 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB08B37B401 for ; Sun, 27 Oct 2002 07:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4D143E4A for ; Sun, 27 Oct 2002 07:20: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 g9RFK2x3037439 for ; Sun, 27 Oct 2002 07:20: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 g9RFK1LZ037438; Sun, 27 Oct 2002 07:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530D837B401 for ; Sun, 27 Oct 2002 07:18:55 -0800 (PST) Received: from mail.bsdunix.ch (zux187-250.adsl.green.ch [80.254.187.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827BB43E42 for ; Sun, 27 Oct 2002 07:18:53 -0800 (PST) (envelope-from turbo@conversation.bsdunix.ch) Received: (qmail 56174 invoked by uid 1001); 27 Oct 2002 15:17:55 -0000 Message-Id: <20021027151755.56173.qmail@conversation.bsdunix.ch> Date: 27 Oct 2002 15:17:55 -0000 From: Thomas Vogt Reply-To: Thomas Vogt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44531: New Port: games/foobillard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44531 >Category: ports >Synopsis: New Port: games/foobillard >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thomas Vogt >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD conversation.bsdunix.ch 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Oct 10 18:50:40 CEST 2002 root@conversation.bsdunix.ch:/usr/obj/usr/src/sys/CONVERSATION i386 >Description: Foobillard is a free OpenGL-billard game for Unix with realistic physics, AI-player and many gametypes like pool carambol or snooker. >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: # # foobillard/ # foobillard/distinfo # foobillard/files # foobillard/files/patch-sys_stuff.c # foobillard/files/patch-Makefile.in # foobillard/Makefile # foobillard/pkg-descr # foobillard/pkg-comment # foobillard/pkg-plist # echo c - foobillard/ mkdir -p foobillard/ > /dev/null 2>&1 echo x - foobillard/distinfo sed 's/^X//' >foobillard/distinfo << 'END-of-foobillard/distinfo' XMD5 (foobillard-1.8.tar.gz) = 14038a77187316f378e95ab6ef9ce6fc END-of-foobillard/distinfo echo c - foobillard/files mkdir -p foobillard/files > /dev/null 2>&1 echo x - foobillard/files/patch-sys_stuff.c sed 's/^X//' >foobillard/files/patch-sys_stuff.c << 'END-of-foobillard/files/patch-sys_stuff.c' X--- src/sys_stuff.c.orig Sat Oct 26 20:47:23 2002 X+++ src/sys_stuff.c Sat Oct 26 20:47:32 2002 X@@ -5,7 +5,7 @@ X #ifndef USE_SDL X #include X #else X-#include X+#include X #include X #include X #endif END-of-foobillard/files/patch-sys_stuff.c echo x - foobillard/files/patch-Makefile.in sed 's/^X//' >foobillard/files/patch-Makefile.in << 'END-of-foobillard/files/patch-Makefile.in' X--- src/Makefile.in.orig Sat Oct 26 22:01:08 2002 X+++ src/Makefile.in Sat Oct 26 22:01:40 2002 X@@ -1,4 +1,4 @@ X-# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am X+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am X X # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. X # This Makefile.in is free software; the Free Software Foundation X@@ -72,14 +72,14 @@ X #INCDIR = /usr/X11R6/include X X CC = gcc X-@USE_SDL_TRUE@SDL_CFLAGS = `sdl-config --cflags` -DUSE_SDL X+@USE_SDL_TRUE@SDL_CFLAGS = `$(SDL_CONFIG) --cflags` -DUSE_SDL X @USE_SDL_FALSE@SDL_CFLAGS = X-@USE_SDL_TRUE@SDL_LIBS = `sdl-config --libs` X+@USE_SDL_TRUE@SDL_LIBS = `$(SDL_CONFIG) --libs` X @USE_SDL_FALSE@SDL_LIBS = X @USE_SDL_TRUE@GLUT_LIBS = X @USE_SDL_FALSE@GLUT_LIBS = -lglut X X-CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} X+CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} -I%%X11BASE%%/include -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/SDL11 X X #LIBS = -L$(LIBDIR) -lglut -lGLU -lGL -lXext -lXaw -lm -lXi -lpng -lz X #LIBS = -L$(LIBDIR) -lglut -lGLU -lGL -lXext -lXaw -lm -lXi -lpng -lz END-of-foobillard/files/patch-Makefile.in echo x - foobillard/Makefile sed 's/^X//' >foobillard/Makefile << 'END-of-foobillard/Makefile' X# New ports collection makefile for: foobillard X# Date created: 26 October 2002 X# Whom: Thomas Vogt X# X# $FreeBSD$ X# X XPORTNAME= foobillard XPORTVERSION= 1.8 XCATEGORIES= games XMASTER_SITES= http://foobillard.sunsite.dk/dnl/ X XMAINTAINER= thomas.vogt@bsdunix.ch X XLIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ X png.5:${PORTSDIR}/graphics/png \ X freetype.9:${PORTSDIR}/print/freetype2 X XSDL_CONFIG= ${LOCALBASE}/bin/sdl11-config XUSE_MESA= yes XUSE_GMAKE= yes XMAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" XUSE_REINPLACE= yes X XHAS_CONFIGURE= yes X XCONFIGURE_ARGS= --enable-SDL \ X --prefix=${PREFIX} \ X --includedir="${X11BASE}/include" X Xpost-patch: X @${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ X ${WRKSRC}/src/Makefile.in X @${REINPLACE_CMD} -E -e 's|%%X11BASE%%|${X11BASE}|g' \ X ${WRKSRC}/src/Makefile.in X X.include END-of-foobillard/Makefile echo x - foobillard/pkg-descr sed 's/^X//' >foobillard/pkg-descr << 'END-of-foobillard/pkg-descr' XFoobillard is a free OpenGL-billard game for Unix with realistic physics, XAI-player and many gametypes like pool carambol or snooker. X XWWW: http://foobillard.sunsite.dk/ X X- Thomas Vogt END-of-foobillard/pkg-descr echo x - foobillard/pkg-comment sed 's/^X//' >foobillard/pkg-comment << 'END-of-foobillard/pkg-comment' XA free OpenGL-billard game END-of-foobillard/pkg-comment echo x - foobillard/pkg-plist sed 's/^X//' >foobillard/pkg-plist << 'END-of-foobillard/pkg-plist' Xbin/foobillard Xshare/foobillard/blende.png Xshare/foobillard/bluebold.ttf Xshare/foobillard/cue_shadow.png Xshare/foobillard/foobillard.gif Xshare/foobillard/foobillard.png Xshare/foobillard/full_symbol.png Xshare/foobillard/fullhalf_symbol.png Xshare/foobillard/half_symbol.png Xshare/foobillard/iomanoid.ttf Xshare/foobillard/lightflare.png Xshare/foobillard/place_cue_ball.png Xshare/foobillard/queue.png Xshare/foobillard/queue_shadow.png Xshare/foobillard/shadow2.png Xshare/foobillard/shadow3.png Xshare/foobillard/shadow_alpha.png Xshare/foobillard/sphere_map_128x128.png Xshare/foobillard/sphere_map_128x128_light.png Xshare/foobillard/sphere_map_64x64.png Xshare/foobillard/table-frame.png Xshare/foobillard/tabletex_fB_128x128.png Xshare/foobillard/tabletex_fB_256x256.png Xshare/foobillard/youregon.ttf X@dirrm share/foobillard END-of-foobillard/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:20:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9385537B401; Sun, 27 Oct 2002 07:20:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4597B43E65; Sun, 27 Oct 2002 07:20:58 -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 g9RFKwx3038720; Sun, 27 Oct 2002 07:20:58 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RFKvgp038686; Sun, 27 Oct 2002 07:20:57 -0800 (PST) Date: Sun, 27 Oct 2002 07:20:57 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271520.g9RFKvgp038686@freefall.freebsd.org> To: erwin@lansing.dk, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44080: www/p5-Apache-Session missing RUN_DEPENDS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-Apache-Session missing RUN_DEPENDS State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Oct 27 07:20:34 PST 2002 State-Changed-Why: Orginators request http://www.freebsd.org/cgi/query-pr.cgi?pr=44080 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:25:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2197737B401; Sun, 27 Oct 2002 07:25:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C770A43E4A; Sun, 27 Oct 2002 07:25:49 -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 g9RFPnx3039448; Sun, 27 Oct 2002 07:25:49 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RFPnHt039444; Sun, 27 Oct 2002 07:25:49 -0800 (PST) Date: Sun, 27 Oct 2002 07:25:49 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271525.g9RFPnHt039444@freefall.freebsd.org> To: leafy@leafy.idv.tw, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40474: Cannot make /usr/ports/graphics/gd2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot make /usr/ports/graphics/gd2 State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Sun Oct 27 07:25:07 PST 2002 State-Changed-Why: Orginator confirmed, Not a problem anymore http://www.freebsd.org/cgi/query-pr.cgi?pr=40474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4972A37B401 for ; Sun, 27 Oct 2002 07:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 090F643E4A for ; Sun, 27 Oct 2002 07:30: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 g9RFU2x3042064 for ; Sun, 27 Oct 2002 07: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 g9RFU29H042063; Sun, 27 Oct 2002 07:30:02 -0800 (PST) Date: Sun, 27 Oct 2002 07:30:02 -0800 (PST) Message-Id: <200210271530.g9RFU29H042063@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ying-Chieh Liao Subject: Re: ports/44464: Ports addition Reply-To: Ying-Chieh Liao Sender: owner-freebsd-ports@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/44464; it has been noted by GNATS. From: Ying-Chieh Liao To: Darren Bounds Cc: kris@FreeBSD.org, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/44464: Ports addition Date: Sun, 27 Oct 2002 23:24:28 +0800 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 25, 2002 at 08:23:17 -0700, Darren Bounds wrote: > It requires libnet 1.1.0 or greater and libpcap. bad, it's 1.0.2a in our ports system > XMAINTAINER= kris@FreeBSD.org so we have to assign this pr to kris ? -- int i;main(){for(;i["]; Sun, 27 Oct 2002 07:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D05843E42 for ; Sun, 27 Oct 2002 07:30: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 g9RFU7x3042094 for ; Sun, 27 Oct 2002 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 g9RFU7Bp042093; Sun, 27 Oct 2002 07:30:07 -0800 (PST) Date: Sun, 27 Oct 2002 07:30:07 -0800 (PST) Message-Id: <200210271530.g9RFU7Bp042093@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: JY Subject: Re: ports/40474: Cannot make /usr/ports/graphics/gd2 Reply-To: JY Sender: owner-freebsd-ports@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/40474; it has been noted by GNATS. From: JY To: Tilman Linneweh Cc: Subject: Re: ports/40474: Cannot make /usr/ports/graphics/gd2 Date: Sun, 27 Oct 2002 23:18:12 +0800 On Sun, Oct 27, 2002 at 07:04:36AM -0800, Tilman Linneweh wrote: > Synopsis: Cannot make /usr/ports/graphics/gd2 > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Sun Oct 27 07:03:10 PST 2002 > State-Changed-Why: > Is this still an issue? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=40474 No, it no longer happens after the gd2 port Makefile was updated to point to absolute path. Thank you JY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 7:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E50937B404 for ; Sun, 27 Oct 2002 07:40:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D726043E4A for ; Sun, 27 Oct 2002 07: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 g9RFe6x3045380 for ; Sun, 27 Oct 2002 07: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 g9RFe6Bp045379; Sun, 27 Oct 2002 07:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A3637B401 for ; Sun, 27 Oct 2002 07:36:58 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7050D43E6E for ; Sun, 27 Oct 2002 07:36:56 -0800 (PST) (envelope-from dm@home.dinoex.sub.de) Received: from home.dinoex.sub.de (home [217.6.200.196]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id g9RFaln8004504 for ; Sun, 27 Oct 2002 16:36:48 +0100 (CET) (envelope-from dm@home.dinoex.sub.de) Received: (from dm@localhost) by home.dinoex.sub.de (8.12.6/8.12.6/Submit) id g9RFaocP046982; Sun, 27 Oct 2002 16:36:50 +0100 (CET) (envelope-from dm) Message-Id: <200210271536.g9RFaocP046982@home.dinoex.sub.de> Date: Sun, 27 Oct 2002 16:36:50 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44533: avifiles does not resolve dependecy to qt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44533 >Category: ports >Synopsis: avifiles does not resolve dependecy to qt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 07:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.7-STABLE i386 >Organization: privat >Environment: System: FreeBSD 4.7-STABLE i386 >Description: avifile package is not build. USE_QT_VER ist not passed, as bsd.prot.pre.mk is already included. >How-To-Repeat: Build avifile with no QT installed. ===> Configuring for avifile-0.7.16.20020913,2 avifile configure options: --with-gnu-ld --enable-iconv --disable-divx4 --enable -release --disable-ac3passthrough --enable-a52 --disable-ffmpeg-a52bin --with-a5 2-prefix=/usr/local --with-sdl-prefix=/usr/local --with-sdl-exec-prefix=/usr/loc al --with-vorbis-prefix=/usr/local --with-ogg-prefix=/usr/local --with-xvid-pref ix=/usr/local --enable-x86opt --enable-win32 --with-win32-path=/usr/local/lib/wi n32 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local [...] ===> Building package for avifile-0.7.16.20020913,2 tar: bin/avimake: Cannot stat: No such file or directory tar: bin/aviplay: Cannot stat: No such file or directory tar: lib/avifile/mjpeg.la: Cannot stat: No such file or directory tar: lib/avifile/mjpeg.so: Cannot stat: No such file or directory tar: lib/libqavm.a: Cannot stat: No such file or directory tar: lib/libqavm.la: Cannot stat: No such file or directory tar: lib/libqavm.so: Cannot stat: No such file or directory tar: lib/libqavm.so.0: Cannot stat: No such file or directory tar: Error exit delayed from previous errors pkg_create: make_dist: tar command failed with code 512 Creating package /usr/ports/packages/All/avifile-0.7.16.20020913,2.tgz Registering depends: sdl-1.2.4_1 aalib-1.4.r5_1 Mesa-3.4.2_2 liba52-0.7.4 mad-esound-0.14.2b_2 gettext-0.11.5_1 XFree86-libraries-4.2.1_2 expat-1.95.5 imake-4.2.0_1 djbfft-0.76 esound-0.2.29 libgnugetopt-1.2 libiconv-1.8_1 libvorbis-1.0_1,3 libogg-1.0_1,3 libaudiofile-0.2.3 pkgconfig-0.13.0 freetype2-2.1.2_1 svgalib-1.4.2_1 win32-codecs-011002.0.0.60 xvid-0.20020412_1. Creating gzip'd tar ball in '/usr/ports/packages/All/avifile-0.7.16.20020913,2.tgz' *** Error code 1 >Fix: move USE_TQ_VER before include substitue X11BASE as it is not defined yet. --- Makefile.orig Sun Oct 6 19:45:17 2002 +++ Makefile Sun Oct 27 16:35:13 2002 @@ -51,6 +51,20 @@ DIFF?= /usr/bin/diff FMT?= /usr/bin/fmt +# qt +.if !defined(WITHOUT_QT) +. if defined(AVIFILE_WITH_QT2) +USE_QT_VER= 2 +. else +USE_QT_VER= 3 +. endif +PLIST_SUB+= QT="" +.else +CONFIGURE_ARGS+= --without-qt + +PLIST_SUB+= QT="@comment " +.endif + .include .if ${ARCH} != "i386" @@ -95,20 +109,6 @@ .else CONFIGURE_ARGS+= --disable-mad PLIST_SUB+= MAD="@comment " -.endif - -# qt -.if !defined(WITHOUT_QT) -. if exists(${X11BASE}/include/qt2/qapp.h) -USE_QT_VER= 2 -. else -USE_QT_VER= 3 -. endif -PLIST_SUB+= QT="" -.else -CONFIGURE_ARGS+= --without-qt - -PLIST_SUB+= QT="@comment " .endif # sdl >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 8:26:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8949237B401; Sun, 27 Oct 2002 08:26:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8374A43E65; Sun, 27 Oct 2002 08:26: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 g9RGQhx3069019; Sun, 27 Oct 2002 08:26: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 g9RGQhhx069015; Sun, 27 Oct 2002 08:26:43 -0800 (PST) Date: Sun, 27 Oct 2002 08:26:43 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210271626.g9RGQhhx069015@freefall.freebsd.org> To: yoshint@hotmail.com, nork@FreeBSD.org, freebsd-ports@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/43578: ports/japanese/sj3 build error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/japanese/sj3 build error State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Sun Oct 27 08:26:22 PST 2002 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun Oct 27 08:26:22 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=43578 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 10:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B53737B404 for ; Sun, 27 Oct 2002 10:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A205343E88 for ; Sun, 27 Oct 2002 10:20: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 g9RIK2x3036373 for ; Sun, 27 Oct 2002 10:20: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 g9RIK2kR036372; Sun, 27 Oct 2002 10:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F3737B401 for ; Sun, 27 Oct 2002 10:11:57 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id CCF5043E7B for ; Sun, 27 Oct 2002 10:11:48 -0800 (PST) (envelope-from martin@kleinerdrache.org) Received: (qmail 16967 invoked by uid 0); 27 Oct 2002 18:12:21 -0000 Message-Id: <20021027181221.16966.qmail@martin.kleinerdrache.org> Date: 27 Oct 2002 18:12:21 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44537: [UPDATE] glabels Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44537 >Category: ports >Synopsis: [UPDATE] glabels >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 10:20:01 PST 2002 >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 #20: Sat Oct 12 22:23:44 CEST 2002 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Just a update to glabels. >How-To-Repeat: >Fix: Use this patch in your ${PORTSDIR}/deskutils, and this will work. No Files added or removed. Martin --- glabels.diff begins here --- diff -Nur glabels.orig/Makefile glabels/Makefile --- glabels.orig/Makefile Tue Oct 22 00:52:34 2002 +++ glabels/Makefile Wed Oct 23 16:34:26 2002 @@ -6,7 +6,7 @@ # PORTNAME= glabels -PORTVERSION= 1.89.2 +PORTVERSION= 1.90.0 CATEGORIES= deskutils MASTER_SITES= http://snaught.com/glabels/source/ diff -Nur glabels.orig/distinfo glabels/distinfo --- glabels.orig/distinfo Tue Oct 22 00:52:34 2002 +++ glabels/distinfo Thu Jan 1 01:00:00 1970 @@ -1 +0,0 @@ -MD5 (glabels-1.89.2.tar.gz) = 44ffb9ced9bccc90544e4ace0f04c5e2 diff -Nur glabels.orig/pkg-plist glabels/pkg-plist --- glabels.orig/pkg-plist Tue Oct 22 00:52:34 2002 +++ glabels/pkg-plist Wed Oct 23 16:56:58 2002 @@ -1,16 +1,16 @@ bin/glabels bin/glabels-batch -share/gnome/glabels/ui/glabels-ui.xml +share/gnome/apps/Applications/glabels.desktop share/gnome/glabels/predefined-labels.template +share/gnome/glabels/ui/glabels-ui.xml share/gnome/help/glabels/C/index.html -share/gnome/help/glabels/C/topic.dat share/gnome/help/glabels/C/ln7.html -share/gnome/apps/Applications/glabels.desktop +share/gnome/help/glabels/C/topic.dat share/gnome/pixmaps/glabels/glabels-about-logo.png share/gnome/pixmaps/glabels/glabels-icon.png share/gnome/pixmaps/glabels/glabels-logo.png -@dirrm share/gnome/glabels/ui -@dirrm share/gnome/glabels +@dirrm share/gnome/pixmaps/glabels @dirrm share/gnome/help/glabels/C @dirrm share/gnome/help/glabels -@dirrm share/gnome/pixmaps/glabels +@dirrm share/gnome/glabels/ui +@dirrm share/gnome/glabels --- glabels.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 10:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70DD37B401 for ; Sun, 27 Oct 2002 10:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E9243E4A for ; Sun, 27 Oct 2002 10:50: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 g9RIo1x3042362 for ; Sun, 27 Oct 2002 10:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RIo1Qv042361; Sun, 27 Oct 2002 10:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A49437B401 for ; Sun, 27 Oct 2002 10:43:18 -0800 (PST) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE70E43E4A for ; Sun, 27 Oct 2002 10:43:16 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd05.sul.t-online.de by mailout03.sul.t-online.com with smtp id 185sNX-0003vJ-03; Sun, 27 Oct 2002 19:43:15 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[217.82.48.144]) by fmrl05.sul.t-online.com with esmtp id 185sNG-0lGD9kC; Sun, 27 Oct 2002 19:42:58 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id D25F6134470 for ; Sun, 27 Oct 2002 19:42:57 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.5) with ESMTP id g9RIgoTO032574 for ; Sun, 27 Oct 2002 19:42:50 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.5/Submit) id g9RIgoua032573; Sun, 27 Oct 2002 19:42:50 +0100 (CET) (envelope-from corecode) Message-Id: <200210271842.g9RIgoua032573@terrorfish.uni.stoert.net> Date: Sun, 27 Oct 2002 19:42:50 +0100 (CET) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44538: maintainer-update: mail/sylpheed-claws to 0.8.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44538 >Category: ports >Synopsis: maintainer-update: mail/sylpheed-claws to 0.8.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 10:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #31: Sun Sep 29 16:23:16 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: update sylpheed-claws to upstream version 0.8.5. i'm sorry that this took so long, but i was distracted somehow from the box. >How-To-Repeat: >Fix: removed files: files/patch-src-defs.h files/patch-src-summary_search.c Index: Makefile =================================================================== RCS file: /home/cvs/ports/sylpheed-claws/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 2002/09/04 11:09:51 1.26 +++ Makefile 2002/10/27 18:42:05 @@ -6,8 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.8.5 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -20,8 +19,8 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -THEMEVERSION= 2 -THEMEFILE= sylpheed-theme-pak${THEMEVERSION}${EXTRACT_SUFX} +THEMEVERSION= 0.8.3 +THEMEFILE= sylpheed-iconset-${THEMEVERSION}claws.tar.gz USE_BZIP2= yes USE_GMAKE= yes @@ -104,7 +103,7 @@ post-extract: .if !defined(WITHOUT_THEMES) @${MKDIR} ${WRKSRC}/themes - @cd ${WRKSRC}/themes && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS} + @cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS} .endif post-patch: @@ -126,15 +125,16 @@ @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools .endif @${MKDIR} ${DATADIR} -.for i in OOo2sylpheed.pl calypso_convert.pl eud2gc.py filter_conv.pl \ - gif2xface.pl gpg-sign-syl kmail2sylpheed.pl ldif-to-xml.py \ - newscache_clean.pl outlook2sylpheed.pl update-po uudec - @${INSTALL_SCRIPT} ${WRKSRC}/tools/${i} ${DATADIR} -.endfor + @cd ${WRKSRC}/tools && \ + ${INSTALL_SCRIPT} OOo2sylpheed.pl calypso_convert.pl \ + eud2gc.py filter_conv.pl gif2xface.pl gpg-sign-syl \ + kmail2sylpheed.pl newscache_clean.pl outlook2sylpheed.pl \ + tb2sylpheed update-po uudec ${DATADIR} .if !defined(WITHOUT_THEMES) - @for d in `${FIND} ${WRKSRC}/themes`; do \ - if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/$${d#${WRKSRC}/}; else \ - ${INSTALL_DATA} $${d} ${DATADIR}/$${d#${WRKSRC}}; fi; \ + @${MKDIR} ${DATADIR}/themes + @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `find .`; do \ + if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/themes/$${d}; else \ + ${INSTALL_DATA} $${d} ${DATADIR}/themes/$${d}; fi; \ done .endif @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin Index: distinfo =================================================================== RCS file: /home/cvs/ports/sylpheed-claws/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 2002/09/01 12:36:42 1.10 +++ distinfo 2002/10/27 18:42:05 @@ -1,2 +1,2 @@ -MD5 (sylpheed-0.8.2claws.tar.bz2) = e1fb44f7fac029141a271ab1ca2267f2 -MD5 (sylpheed-theme-pak2.tar.bz2) = e62d7a6188d1212e0ceac8ed7aaecd62 +MD5 (sylpheed-0.8.5claws.tar.bz2) = aec1d9d47ed128d82858c8692269bd07 +MD5 (sylpheed-iconset-0.8.3claws.tar.gz) = 7a6a1d4b25d1ddc726b244da8cd3fd84 Index: pkg-plist =================================================================== RCS file: /home/cvs/ports/sylpheed-claws/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 2002/09/01 12:36:42 1.9 +++ pkg-plist 2002/10/27 18:42:05 @@ -137,6 +137,7 @@ %%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-9.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.sgml +share/locale/bg/LC_MESSAGES/sylpheed-claws.mo share/locale/cs/LC_MESSAGES/sylpheed-claws.mo share/locale/de/LC_MESSAGES/sylpheed-claws.mo share/locale/el/LC_MESSAGES/sylpheed-claws.mo @@ -161,9 +162,31 @@ share/sylpheed-claws/gif2xface.pl share/sylpheed-claws/gpg-sign-syl share/sylpheed-claws/kmail2sylpheed.pl -share/sylpheed-claws/ldif-to-xml.py share/sylpheed-claws/newscache_clean.pl share/sylpheed-claws/outlook2sylpheed.pl +share/sylpheed-claws/tb2sylpheed +%%THEMES%%share/sylpheed-claws/themes/Crystal/close.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/continue.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-close.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-open.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/down_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/error.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/exec.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_attach.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_forward.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive_all.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply_to_all.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send_queue.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/paste.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/preferences.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/properties.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/search.xpm +%%THEMES%%share/sylpheed-claws/themes/Crystal/up_arrow.xpm %%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address.xpm %%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address_book.xpm %%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/close.xpm @@ -420,17 +443,73 @@ %%THEMES%%share/sylpheed-claws/themes/black/unread.xpm %%THEMES%%share/sylpheed-claws/themes/black/up_arrow.xpm %%THEMES%%share/sylpheed-claws/themes/black/vcard.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/address_book.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/close.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_close.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_open.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/down_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/edit_extern.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/exec.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/insert_file.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/linewrap.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_attach.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_forward.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive_all.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_all.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_author.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send_queue.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_sign.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/news_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/work_offline.xpm +%%THEMES%%share/sylpheed-claws/themes/mongrel/work_online.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/README +%%THEMES%%share/sylpheed-claws/themes/mozilla/address_book.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/close.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_close.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_open.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/down_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/edit_extern.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/exec.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/insert_file.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/linewrap.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_attach.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_forward.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive_all.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_all.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_author.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send_queue.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_sign.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/news_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/work_offline.xpm +%%THEMES%%share/sylpheed-claws/themes/mozilla/work_online.xpm %%THEMES%%share/sylpheed-claws/themes/stw/address.xpm %%THEMES%%share/sylpheed-claws/themes/stw/address_book.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/book.xpm %%THEMES%%share/sylpheed-claws/themes/stw/clip.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/clipkey.xpm %%THEMES%%share/sylpheed-claws/themes/stw/close.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/complete.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/continue.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/deleted.xpm %%THEMES%%share/sylpheed-claws/themes/stw/dir_close.xpm %%THEMES%%share/sylpheed-claws/themes/stw/dir_close_hrm.xpm %%THEMES%%share/sylpheed-claws/themes/stw/dir_open.xpm %%THEMES%%share/sylpheed-claws/themes/stw/dir_open_hrm.xpm %%THEMES%%share/sylpheed-claws/themes/stw/down_arrow.xpm %%THEMES%%share/sylpheed-claws/themes/stw/edit_extern.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/error.xpm %%THEMES%%share/sylpheed-claws/themes/stw/exec.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/folder.xpm %%THEMES%%share/sylpheed-claws/themes/stw/forwarded.xpm %%THEMES%%share/sylpheed-claws/themes/stw/ignorethread.xpm %%THEMES%%share/sylpheed-claws/themes/stw/inbox_close.xpm @@ -438,6 +517,8 @@ %%THEMES%%share/sylpheed-claws/themes/stw/inbox_open.xpm %%THEMES%%share/sylpheed-claws/themes/stw/inbox_open_hrm.xpm %%THEMES%%share/sylpheed-claws/themes/stw/insert_file.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/interface.xpm +%%THEMES%%share/sylpheed-claws/themes/stw/key.xpm %%THEMES%%share/sylpheed-claws/themes/stw/linewrap.xpm %%THEMES%%share/sylpheed-claws/themes/stw/locked.xpm %%THEMES%%share/sylpheed-claws/themes/stw/mail.xpm @@ -459,7 +540,6 @@ %%THEMES%%share/sylpheed-claws/themes/stw/outbox_close_hrm.xpm %%THEMES%%share/sylpheed-claws/themes/stw/outbox_open.xpm %%THEMES%%share/sylpheed-claws/themes/stw/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/paste.xpm %%THEMES%%share/sylpheed-claws/themes/stw/queue_close.xpm %%THEMES%%share/sylpheed-claws/themes/stw/queue_close_hrm.xpm %%THEMES%%share/sylpheed-claws/themes/stw/queue_open.xpm @@ -472,63 +552,160 @@ %%THEMES%%share/sylpheed-claws/themes/stw/unread.xpm %%THEMES%%share/sylpheed-claws/themes/stw/up_arrow.xpm %%THEMES%%share/sylpheed-claws/themes/stw/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/address.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/new.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02b/vcard.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/README +%%THEMES%%share/sylpheed-claws/themes/sylzilla/address.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/address_book.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/book.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/category.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_off.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_on.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/close.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/complete.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/continue.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/delete.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/deleted.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/down_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/edit_extern.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/error.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/exec.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/forwarded.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/group.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/ignorethread.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/insert_file.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/interface.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/jpilot.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/key.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/ldap.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/linewrap.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/locked.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_attach.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_forward.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive_all.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_all.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_author.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send_queue.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_sign.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/mark.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/new.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/news_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_error.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_note.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_warn.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/paste.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/preferences.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/properties.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/quicksearch.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/replied.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/search.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/unread.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/up_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/vcard.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_offline.xpm +%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_online.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/address.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/address_book.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/book.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/category.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/clip.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/clipkey.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/close.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/complete.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/continue.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/deleted.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/down_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/edit_extern.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/error.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/exec.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/forwarded.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/ignorethread.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/insert_file.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/interface.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/jpilot.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/key.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/linewrap.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/locked.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_attach.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_forward.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive_all.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_all.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_author.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send_queue.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_sign.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/mark.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/new.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/news_compose.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/paste.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/replied.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open_hrm.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/unread.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/up_arrow.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/vcard.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/work_offline.xpm +%%THEMES%%share/sylpheed-claws/themes/tml02c/work_online.xpm share/sylpheed-claws/update-po share/sylpheed-claws/uudec -%%THEMES%%@dirrm share/sylpheed-claws/themes/tml02b +%%THEMES%%@dirrm share/sylpheed-claws/themes/tml02c +%%THEMES%%@dirrm share/sylpheed-claws/themes/sylzilla %%THEMES%%@dirrm share/sylpheed-claws/themes/stw +%%THEMES%%@dirrm share/sylpheed-claws/themes/mozilla +%%THEMES%%@dirrm share/sylpheed-claws/themes/mongrel %%THEMES%%@dirrm share/sylpheed-claws/themes/black %%THEMES%%@dirrm share/sylpheed-claws/themes/XeNtish %%THEMES%%@dirrm share/sylpheed-claws/themes/Plain_and_Bluish %%THEMES%%@dirrm share/sylpheed-claws/themes/New_Session %%THEMES%%@dirrm share/sylpheed-claws/themes/Kovico-sylpheed +%%THEMES%%@dirrm share/sylpheed-claws/themes/Crystal %%THEMES%%@dirrm share/sylpheed-claws/themes @dirrm share/sylpheed-claws @unexec rmdir %D/share/pixmaps 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 11:10: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D459237B401 for ; Sun, 27 Oct 2002 11:10:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E77E43E7B for ; Sun, 27 Oct 2002 11:10: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 g9RJA0x3051119 for ; Sun, 27 Oct 2002 11:10: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 g9RJA0T7051118; Sun, 27 Oct 2002 11:10:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5778E37B401 for ; Sun, 27 Oct 2002 11:02:24 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CB043E4A for ; Sun, 27 Oct 2002 11:02:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RJ2N7R099178 for ; Sun, 27 Oct 2002 11:02:23 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9RJ2NMB099177; Sun, 27 Oct 2002 11:02:23 -0800 (PST) Message-Id: <200210271902.g9RJ2NMB099177@www.freebsd.org> Date: Sun, 27 Oct 2002 11:02:23 -0800 (PST) From: David Syphers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44539: new version of net/kopete released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44539 >Category: ports >Synopsis: new version of net/kopete released >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 11:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Syphers >Release: 4.7-STABLE >Organization: >Environment: FreeBSD Yggdrasil 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 25 12:51:36 CDT 2002 dsyphers@Yggdrasil:/usr/obj/usr/src/sys/YGGDRASIL i386 >Description: Kopete 0.5 was released October 16 (see http://kopete.kde.org/index.php?id=365), up from version 0.4.1 in the ports (which is marked as broken - it's not, but that's a different problem). >How-To-Repeat: grep PORTVERSION /usr/ports/net/kopete/Makefile >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 11:33:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B103337B401; Sun, 27 Oct 2002 11:33:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6257943E42; Sun, 27 Oct 2002 11:33:46 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RJXkx3056982; Sun, 27 Oct 2002 11:33:46 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RJXksL056978; Sun, 27 Oct 2002 11:33:46 -0800 (PST) Date: Sun, 27 Oct 2002 11:33:46 -0800 (PST) From: Adam Weinberger Message-Id: <200210271933.g9RJXksL056978@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, adamw@FreeBSD.org Subject: Re: ports/44531: New Port: games/foobillard Sender: owner-freebsd-ports@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: games/foobillard Responsible-Changed-From-To: freebsd-ports->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Sun Oct 27 11:31:30 PST 2002 Responsible-Changed-Why: There are a good number of similarities between this and another billiards port I was working on. I am trying to figure out which begat which. In any event, I'll grab this one. -Adam http://www.freebsd.org/cgi/query-pr.cgi?pr=44531 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 11:39:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD13637B401; Sun, 27 Oct 2002 11:39:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E22843E3B; Sun, 27 Oct 2002 11:39:51 -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 g9RJdpx3057070; Sun, 27 Oct 2002 11:39:51 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RJdpYG057066; Sun, 27 Oct 2002 11:39:51 -0800 (PST) Date: Sun, 27 Oct 2002 11:39:51 -0800 (PST) From: Tilman Linneweh Message-Id: <200210271939.g9RJdpYG057066@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/38616: Build options in Makefile.local are ignored Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Build options in Makefile.local are ignored Responsible-Changed-From-To: freebsd-ports->arved Responsible-Changed-By: arved Responsible-Changed-When: Sun Oct 27 11:39:24 PST 2002 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=38616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 11:40:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9471E37B401; Sun, 27 Oct 2002 11:40:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4696A43E3B; Sun, 27 Oct 2002 11:40: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 g9RJevx3058919; Sun, 27 Oct 2002 11:40: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 g9RJevJV058915; Sun, 27 Oct 2002 11:40:57 -0800 (PST) Date: Sun, 27 Oct 2002 11:40:57 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200210271940.g9RJevJV058915@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/44533: avifiles does not resolve dependecy to qt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: avifiles does not resolve dependecy to qt Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sun Oct 27 11:40:56 PST 2002 Responsible-Changed-Why: I will handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=44533 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 11:50:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5900037B401; Sun, 27 Oct 2002 11:50:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC6A43E4A; Sun, 27 Oct 2002 11:50:24 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RJoNx3059788; Sun, 27 Oct 2002 11:50:23 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RJoN9t059784; Sun, 27 Oct 2002 11:50:23 -0800 (PST) Date: Sun, 27 Oct 2002 11:50:23 -0800 (PST) From: Adam Weinberger Message-Id: <200210271950.g9RJoN9t059784@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, adamw@FreeBSD.org Subject: Re: ports/44537: [UPDATE] glabels Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [UPDATE] glabels Responsible-Changed-From-To: freebsd-ports->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Sun Oct 27 11:49:30 PST 2002 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=44537 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 11:56:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B897037B401 for ; Sun, 27 Oct 2002 11:56:25 -0800 (PST) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67BC43E77 for ; Sun, 27 Oct 2002 11:56:24 -0800 (PST) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-67-114-254-158.dsl.lsan03.pacbell.net [67.114.254.158]) by pimout1-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9RJuHX8308810 for ; Sun, 27 Oct 2002 14:56:18 -0500 Message-ID: <3DBC446B.3040402@hotmail.com> Date: Sun, 27 Oct 2002 11:54:19 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021025 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: mozilla-devel certificates bug? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The latest mozilla 1.2b will not recognize my personal certificate for encryption and signing, although it still recognizes certificates of "Others" and the certificate for the CA that issued my personal certificate. When I go to Preferences:Privacy&Security:Cerificates:"Manage Cerificates" it shows nothing, whereas mozilla 1.0.1 displays my personal certificate. Anyone else seen this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 12:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E03A737B401 for ; Sun, 27 Oct 2002 12:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 450C443E88 for ; Sun, 27 Oct 2002 12:10: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 g9RKA2x3068217 for ; Sun, 27 Oct 2002 12:10: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 g9RKA2Lu068207; Sun, 27 Oct 2002 12:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8640937B401 for ; Sun, 27 Oct 2002 12:04:53 -0800 (PST) Received: from gate.volant.org (gate.volant.org [207.111.218.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488B643E42 for ; Sun, 27 Oct 2002 12:04:53 -0800 (PST) (envelope-from patl@volant.org) Received: from patl by gate.volant.org with local (Exim 3.33 #1) id 185teL-000Afl-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 2002 12:04:41 -0800 Message-Id: Date: Sun, 27 Oct 2002 12:04:41 -0800 From: Pat Lashley Reply-To: Pat Lashley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44545: cyrus-imapd ports install using wrong version of perl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44545 >Category: ports >Synopsis: cyrus-imapd ports install using wrong version of perl >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 12:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Pat Lashley >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD orwell.phoenix.volant.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Oct 13 14:11:50 PDT 2002 root@orwell.phoenix.volant.org:/d4/obj/usr/src/sys/ORWELL i386 >Description: On a system which has both the bundled perl and a port installed, and the port chosen as the default, the cyrus-imapd and cyrus-imapd2 ports will install their perl modules into the version-specific directory for the bundled perl instead of the port. >How-To-Repeat: On a system which has the bundled perl installed: Install the perl 5.8.0 port use.perl port Install either the cyrus-imapd or the cyrus-imapd2 port Note from the installation logs, or by examining the directory trees that the Cyrus::* modules under /usr/local/lib/perl5/site_perl/5.005/i386-freebsd instead of /usr/local/lib/perl5/site_perl/5.8.0/mach/ >Fix: Add '--with-perl=$(PERL)' to the CONFIGURE_ARGS in the ports' MAKEFILEs. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 12:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1C137B401 for ; Sun, 27 Oct 2002 12:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83DF43E4A for ; Sun, 27 Oct 2002 12: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 g9RKK1x3070393 for ; Sun, 27 Oct 2002 12:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RKK1P5070392; Sun, 27 Oct 2002 12:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0C637B401 for ; Sun, 27 Oct 2002 12:12:49 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E55843E4A for ; Sun, 27 Oct 2002 12:12:48 -0800 (PST) (envelope-from vs@foldr.org) Received: from theater.dyndns.org (pD9509CD9.dip.t-dialin.net [217.80.156.217]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g9RKCOjN022083 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Sun, 27 Oct 2002 21:12:27 +0100 (CET) (envelope-from vs@foldr.org) Received: from monster.ikea.net (monster.ikea.net [10.0.0.3]) by theater.dyndns.org (8.12.5/8.12.5) with ESMTP id g9RKCNfI002613 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Sun, 27 Oct 2002 21:12:23 +0100 (CET) (envelope-from vs@monster.ikea.net) Received: (from vs@localhost) by monster.ikea.net (8.12.6/8.12.6/Submit) id g9RLCRLp071308; Sun, 27 Oct 2002 22:12:27 +0100 (CET) (envelope-from vs) Message-Id: <200210272112.g9RLCRLp071308@monster.ikea.net> Date: Sun, 27 Oct 2002 22:12:27 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44546: Remove www/comline, now part of libwww Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44546 >Category: ports >Synopsis: Remove www/comline, now part of libwww >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 12:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: Lambda Core Research Facility >Environment: System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386 >Description: New version of comline ('w3c') are integrated into libwww, as mentioned on the comline webpage. So the build dependency actually conflicts with this port. Therefore, I suggest www/comline to be removed from the ports collection if nobody comes up with good reasons to keep it in due time. >How-To-Repeat: >Fix: rm -rf /usr/port/www/comline cvs commit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 12:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB9937B401 for ; Sun, 27 Oct 2002 12:40:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A5543E75 for ; Sun, 27 Oct 2002 12: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 g9RKe0x3074497 for ; Sun, 27 Oct 2002 12: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 g9RKe0tP074496; Sun, 27 Oct 2002 12:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674B237B401; Sun, 27 Oct 2002 12:37:31 -0800 (PST) Received: from edgemaster.zombie.org (edgemaster.creighton.edu [147.134.112.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC82943E77; Sun, 27 Oct 2002 12:37:30 -0800 (PST) (envelope-from smkelly@zombie.org) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id 02867414DE; Sun, 27 Oct 2002 14:37:29 -0600 (CST) Message-Id: <20021027203729.02867414DE@edgemaster.zombie.org> Date: Sun, 27 Oct 2002 14:37:29 -0600 (CST) From: Sean Kelly Reply-To: Sean Kelly To: FreeBSD-gnats-submit@FreeBSD.org Cc: kris@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44547: devel/astyle will work on 5.0-CURRENT again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44547 >Category: ports >Synopsis: devel/astyle will work on 5.0-CURRENT again >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 12:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD edgemaster.zombie.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Oct 25 23:27:50 CDT 2002 root@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER i386 Port: devel/astyle-1.15.3 g++ (GCC) 3.2.1 [FreeBSD] 20021009 (prerelease) >Description: This port builds and works on FreeBSD 5.0-CURRENT despite it being marked as not. >How-To-Repeat: cd /usr/ports/devel/astyle make -DNO_IGNORE install >Fix: Either remove: .if ${OSVERSION} >= 500035 BROKEN= "Does not compile on 5.0" .endif from Makefile, or update it to: .if ${OSVERSION} >= 500035 && ${OSVERSION} < 500042 BROKEN= "Does not compile on 5.0" .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 12:58: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F7537B401; Sun, 27 Oct 2002 12:58:03 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAF243E4A; Sun, 27 Oct 2002 12:58:02 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 7969B9FDB; Sun, 27 Oct 2002 21:57:55 +0100 (MET) Received: from cs.umu.se (h11n1c1o1023.bredband.skanova.com [213.64.164.11]) by grillolja.cs.umu.se (Postfix) with ESMTP id EBF5E9FDC; Sun, 27 Oct 2002 21:57:51 +0100 (MET) Message-ID: <3DBC5331.1080207@cs.umu.se> Date: Sun, 27 Oct 2002 21:57:21 +0100 From: Paul Everlund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: sv,en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: aclocal.m4: AM_CONFIG_HEADER error Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new amavisd-new-20020630 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What does this mean, and how can one solve it? I'm using automake14 and autoconf213. I know little information is given, but someone must have seen this (and maybe know what's going on), or? aclocal.m4: 4716: `automake requires `AM_CONFIG_ HEADER', not `AC_CONFIG_HEADER' configure.in: 4716: required file `./$@)].in' not found Thanks in advance! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 13:17:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF29737B401; Sun, 27 Oct 2002 13:17:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40DA243E75; Sun, 27 Oct 2002 13:17:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RLH9x3087445; Sun, 27 Oct 2002 13:17:09 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RLH9Zt087441; Sun, 27 Oct 2002 13:17:09 -0800 (PST) Date: Sun, 27 Oct 2002 13:17:09 -0800 (PST) From: Kris Kennaway Message-Id: <200210272117.g9RLH9Zt087441@freefall.freebsd.org> To: smkelly@zombie.org, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44547: devel/astyle will work on 5.0-CURRENT again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/astyle will work on 5.0-CURRENT again State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Oct 27 13:16:58 PST 2002 State-Changed-Why: BROKEN tag removed http://www.freebsd.org/cgi/query-pr.cgi?pr=44547 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 13:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6E037B41A for ; Sun, 27 Oct 2002 13:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C494943E6E for ; Sun, 27 Oct 2002 13: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 g9RLe1x3091765 for ; Sun, 27 Oct 2002 13:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RLe1iP091764; Sun, 27 Oct 2002 13:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 159D937B401 for ; Sun, 27 Oct 2002 13:30:59 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25BC43E77 for ; Sun, 27 Oct 2002 13:30:58 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RLUw7R024182 for ; Sun, 27 Oct 2002 13:30:58 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9RLUwlm024181; Sun, 27 Oct 2002 13:30:58 -0800 (PST) Message-Id: <200210272130.g9RLUwlm024181@www.freebsd.org> Date: Sun, 27 Oct 2002 13:30:58 -0800 (PST) From: Ulrich Spoerlein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44549: linux-jdk core dumps with linux-base-7 when run as user Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44549 >Category: ports >Synopsis: linux-jdk core dumps with linux-base-7 when run as user >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 13:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: 4.7-Stable >Organization: >Environment: >Description: When running the linux-sun-jdk or linux-blackdown-jdk under linux_base-7 as a normal user they core dump. running them as root everything works fine. here is what i get: % /usr/local/linux-sun-jdk1.4.1/bin/java -version # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode) # # Error ID: 4F533F4C494E55580E43505002D7 # zsh: 10108 abort (core dumped) /usr/local/linux-sun-jdk1.4.1/bin/java (134)% /usr/local/linux-blackdown-jdk1.4.1/bin/java -version # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://www.blackdown.org/cgi-bin/jdk # # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.1-beta mixed mode) # # Error ID: 4F533F4C494E55580E435050030B # zsh: 10109 abort (core dumped) /usr/local/linux-blackdown-jdk1.4.1/bin/java (134)% sudo /usr/local/linux-sun-jdk1.4.1/bin/java -version java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21) Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode) % sudo /usr/local/linux-blackdown-jdk1.4.1/bin/java -version java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-beta) Java HotSpot(TM) Client VM (build Blackdown-1.4.1-beta, mixed mode) on a side note, i get hundreds of these when running linux-java: Oct 27 22:28:04 roadrunner /kernel: linux: syscall mmap2 is obsoleted or not implemented (pid=10120) Oct 27 22:28:04 roadrunner last message repeated 30 times Oct 27 22:28:04 roadrunner /kernel: linux: syscall mmap2 is obsoleted or not implemented (pid=10123) Oct 27 22:28:04 roadrunner last message repeated 30 times >How-To-Repeat: install a linux-jdk, install/upgrade to linux_base-7 >Fix: downgrade to linux_base-6 :( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 14:17:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89FA037B401; Sun, 27 Oct 2002 14:17:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0B943E75; Sun, 27 Oct 2002 14:17:20 -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 g9RMHKx3004917; Sun, 27 Oct 2002 14:17:20 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RMHJ1i004913; Sun, 27 Oct 2002 14:17:19 -0800 (PST) Date: Sun, 27 Oct 2002 14:17:19 -0800 (PST) From: Tilman Linneweh Message-Id: <200210272217.g9RMHJ1i004913@freefall.freebsd.org> To: dima@en.dn.ua, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38642: Fatal server error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fatal server error State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Sun Oct 27 14:14:41 PST 2002 State-Changed-Why: Orginator solved his problem http://www.freebsd.org/cgi/query-pr.cgi?pr=38642 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 14:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C3837B401 for ; Sun, 27 Oct 2002 14:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A5043E3B for ; Sun, 27 Oct 2002 14:20: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 g9RMK2x3004958 for ; Sun, 27 Oct 2002 14:20: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 g9RMK2sl004957; Sun, 27 Oct 2002 14:20:02 -0800 (PST) Date: Sun, 27 Oct 2002 14:20:02 -0800 (PST) Message-Id: <200210272220.g9RMK2sl004957@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: IcE Subject: Re: ports/38642: Fatal server error Reply-To: IcE Sender: owner-freebsd-ports@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/38642; it has been noted by GNATS. From: IcE To: Tilman Linneweh Cc: Subject: Re: ports/38642: Fatal server error Date: Mon, 28 Oct 2002 00:07:41 +0200 Problem fixed. On Sun, 27 Oct 2002 06:14:33 -0800 (PST) Tilman Linneweh wrote: >Synopsis: Fatal server error > >State-Changed-From-To: open->feedback >State-Changed-By: arved >State-Changed-When: Sun Oct 27 06:13:23 PST 2002 >State-Changed-Why: >More information is needed, Portversion, Errormessage etc. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=38642 -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 14:31:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E46337B401; Sun, 27 Oct 2002 14:31:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A86343E6E; Sun, 27 Oct 2002 14:31:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RMVVx3009195; Sun, 27 Oct 2002 14:31:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RMVVLV009191; Sun, 27 Oct 2002 14:31:31 -0800 (PST) Date: Sun, 27 Oct 2002 14:31:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210272231.g9RMVVLV009191@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44485: Update port: lang/schemetoc Sender: owner-freebsd-ports@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: lang/schemetoc State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 14:31:17 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44485 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 14:34:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F347B37B47C; Sun, 27 Oct 2002 14:34:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A36443E6E; Sun, 27 Oct 2002 14:34:13 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RMYDx3009310; Sun, 27 Oct 2002 14:34:13 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RMYD8O009306; Sun, 27 Oct 2002 14:34:13 -0800 (PST) Date: Sun, 27 Oct 2002 14:34:13 -0800 (PST) From: Adam Weinberger Message-Id: <200210272234.g9RMYD8O009306@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44486: Update port: security/find_ddos Sender: owner-freebsd-ports@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: security/find_ddos State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 14:33:56 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44486 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 14:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A923637B401 for ; Sun, 27 Oct 2002 14:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243F043E4A for ; Sun, 27 Oct 2002 14:50: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 g9RMo1x3011727 for ; Sun, 27 Oct 2002 14:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RMo1T6011726; Sun, 27 Oct 2002 14:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D3137B401 for ; Sun, 27 Oct 2002 14:43:03 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A7F43E3B for ; Sun, 27 Oct 2002 14:43:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RMh27R030829 for ; Sun, 27 Oct 2002 14:43:02 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9RMh2EV030828; Sun, 27 Oct 2002 14:43:02 -0800 (PST) Message-Id: <200210272243.g9RMh2EV030828@www.freebsd.org> Date: Sun, 27 Oct 2002 14:43:02 -0800 (PST) From: Toni Viemerö To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44550: mod_throttle doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44550 >Category: ports >Synopsis: mod_throttle doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 14:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Toni Viemerö >Release: 4.7-STABLE >Organization: >Environment: FreeBSD hadouken.selfdestruct.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Oct 24 11:55:50 EEST 2002 root@hadouken.selfdestruct.net:/usr/src/sys/compile/HADOUKEN i386 >Description: mod_throttle compilation fails, apache installed from apache+ipv6-1.3.27 port [root@hadouken:/usr/ports/www/mod_throttle]$ make install clean ===> Extracting for mod_throttle-3.1.2 >How-To-Repeat: [root@hadouken:/usr/ports/www/mod_throttle]$ make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for mod_throttle312.tgz. ===> mod_throttle-3.1.2 depends on file: /usr/local/sbin/apxs - found ===> Patching for mod_throttle-3.1.2 ===> Configuring for mod_throttle-3.1.2 ===> Building for mod_throttle-3.1.2 cc -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin" -DHARD_SERVER_LIMIT=512 -funsigned-char -DINET6 -Dss_family=__ss_family -Dss_len=__ss_len -DHAVE_SOCKADDR_LEN -DUSE_EXPAT -I../lib/expat-lite -O -pipe -march=pent iumpro -fpic -DSHARED_MODULE -I/usr/local/include/apache -c mod_throttle.c mod_throttle.c: In function `access_handler': mod_throttle.c:2814: structure has no member named `sin_addr' mod_throttle.c: In function `log_handler': mod_throttle.c:3188: structure has no member named `sin_addr' apxs:Break: Command failed with rc=1 *** Error code 1 Stop in /usr/ports/www/mod_throttle. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 14:54:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE33937B401; Sun, 27 Oct 2002 14:54:10 -0800 (PST) Received: from geode.he.net (geode.he.net [216.218.230.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC92343E3B; Sun, 27 Oct 2002 14:54:09 -0800 (PST) (envelope-from johns@mostlydead.net) Received: from amd.mostlydead.net (host-242-175.adsl.vcnet.com [209.239.242.175]) by geode.he.net (8.8.6/8.8.2) with ESMTP id OAA28708; Sun, 27 Oct 2002 14:54:07 -0800 Message-Id: <5.1.0.14.2.20021027144939.015e2730@mail.mostlydead.net> X-Sender: johns@mail.mostlydead.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 27 Oct 2002 14:54:09 -0800 To: marcel@FreeBSD.org From: John Scharles Subject: FreeBSD Port: linux_devtools-7.1 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Marcel Since you're the keeper of devtools I thought you'd be the best person to ask. I've installed 7.1 linux base and devtools, and now I'd like to try compiling a linux app and see if I can get it to run on freebsd. Is there an easy way to setup the environment so that when I'm using linux source it'll use the /compat/linux directories rather than the normal bsd ones? Thanks John Scharles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15: 0:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D88B37B401; Sun, 27 Oct 2002 15:00:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42A243E3B; Sun, 27 Oct 2002 15:00:46 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RN0kx3015453; Sun, 27 Oct 2002 15:00:46 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RN0kuT015449; Sun, 27 Oct 2002 15:00:46 -0800 (PST) Date: Sun, 27 Oct 2002 15:00:46 -0800 (PST) From: Adam Weinberger Message-Id: <200210272300.g9RN0kuT015449@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44487: Update port: security/fwlogwatch to 0.9 Sender: owner-freebsd-ports@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: security/fwlogwatch to 0.9 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 15:00:29 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44487 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15: 3:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D7C837B401; Sun, 27 Oct 2002 15:03:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7A143E6E; Sun, 27 Oct 2002 15:03:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RN3Vx3016435; Sun, 27 Oct 2002 15:03:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RN3V28016431; Sun, 27 Oct 2002 15:03:31 -0800 (PST) Date: Sun, 27 Oct 2002 15:03:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210272303.g9RN3V28016431@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44483: Update port: audio/osalp to 0.7.3 Sender: owner-freebsd-ports@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: audio/osalp to 0.7.3 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 15:02:41 PST 2002 State-Changed-Why: Committed, with revision. Added a few missing files to the pkg-plist. Thanks for submitting! http://www.freebsd.org/cgi/query-pr.cgi?pr=44483 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15:16:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C3EB37B401; Sun, 27 Oct 2002 15:16:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D098F43E42; Sun, 27 Oct 2002 15:16:35 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RNGZx3023335; Sun, 27 Oct 2002 15:16:35 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RNGZMu023331; Sun, 27 Oct 2002 15:16:35 -0800 (PST) Date: Sun, 27 Oct 2002 15:16:35 -0800 (PST) From: Adam Weinberger Message-Id: <200210272316.g9RNGZMu023331@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44488: Update port: security/tea-total Sender: owner-freebsd-ports@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: security/tea-total State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 15:16:21 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44488 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15:25:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BB037B404; Sun, 27 Oct 2002 15:25:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4EA43EA3; Sun, 27 Oct 2002 15:25:51 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RNPpx3025401; Sun, 27 Oct 2002 15:25:51 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RNPp7Z025397; Sun, 27 Oct 2002 15:25:51 -0800 (PST) Date: Sun, 27 Oct 2002 15:25:51 -0800 (PST) From: Adam Weinberger Message-Id: <200210272325.g9RNPp7Z025397@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44489: Update port: x11/peeper Sender: owner-freebsd-ports@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: x11/peeper State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 15:25:37 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44489 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15:39: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE8E37B401; Sun, 27 Oct 2002 15:38:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798FC43E3B; Sun, 27 Oct 2002 15:38:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RNcxx3027444; Sun, 27 Oct 2002 15:38:59 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RNcxcl027440; Sun, 27 Oct 2002 15:38:59 -0800 (PST) Date: Sun, 27 Oct 2002 15:38:59 -0800 (PST) From: Adam Weinberger Message-Id: <200210272338.g9RNcxcl027440@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44490: Update port: x11/xnee to 0.9 Sender: owner-freebsd-ports@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: x11/xnee to 0.9 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 15:38:44 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44490 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15:43:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE2437B401 for ; Sun, 27 Oct 2002 15:43:25 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A5743E7B for ; Sun, 27 Oct 2002 15:43:24 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id g9RNhO0N070043; Sun, 27 Oct 2002 15:43:24 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id g9S0jp4g001444; Sun, 27 Oct 2002 16:45:51 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id g9S0jpas001443; Sun, 27 Oct 2002 16:45:51 -0800 (PST) Date: Sun, 27 Oct 2002 16:45:51 -0800 From: Marcel Moolenaar To: John Scharles Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: linux_devtools-7.1 Message-ID: <20021028004551.GA1416@dhcp01.pn.xcllnt.net> References: <5.1.0.14.2.20021027144939.015e2730@mail.mostlydead.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20021027144939.015e2730@mail.mostlydead.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 27, 2002 at 02:54:09PM -0800, John Scharles wrote: > Hi Marcel > > Since you're the keeper of devtools I thought you'd be the best person to > ask. I dropped maintainership, so it doesn't really hold anymore :-) > I've installed 7.1 linux base and devtools, and now I'd like to try > compiling a linux app and see if I can get it to run on freebsd. Is there > an easy way to setup the environment so that when I'm using linux source > it'll use the /compat/linux directories rather than the normal bsd ones? The best way is to do all the development from within a Linux shell (ie /compat/linux/bin/bash or variant). Since the shell is a Linux binary, any algorithm performed by the shell to find binaries will be subject to the mapping performed by the linux kernel module. Thus, in a nutshell, you'll be running the Linux versions of well-known tools if they exist, including compiler. The compiler driver will do the rest. HTH, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15:47:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F256237B401; Sun, 27 Oct 2002 15:47:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1CEA43E75; Sun, 27 Oct 2002 15:47:10 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RNlAx3029440; Sun, 27 Oct 2002 15:47:10 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RNlAhR029436; Sun, 27 Oct 2002 15:47:10 -0800 (PST) Date: Sun, 27 Oct 2002 15:47:10 -0800 (PST) From: Adam Weinberger Message-Id: <200210272347.g9RNlAhR029436@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44491: Update port: x11-wm/wmanager to 0.2.1 Sender: owner-freebsd-ports@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: x11-wm/wmanager to 0.2.1 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sun Oct 27 15:46:56 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44491 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 15:57:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A0137B401; Sun, 27 Oct 2002 15:57:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8873743E3B; Sun, 27 Oct 2002 15:57:43 -0800 (PST) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RNvhx3031488; Sun, 27 Oct 2002 15:57:43 -0800 (PST) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RNvhif031484; Sun, 27 Oct 2002 15:57:43 -0800 (PST) Date: Sun, 27 Oct 2002 15:57:43 -0800 (PST) From: Anders Nordby Message-Id: <200210272357.g9RNvhif031484@freefall.freebsd.org> To: toni.viemero@iki.fi, anders@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44550: mod_throttle doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mod_throttle doesn't compile State-Changed-From-To: open->closed State-Changed-By: anders State-Changed-When: Sun Oct 27 15:57:13 PST 2002 State-Changed-Why: mod_throttle is not IPv6-aware. I have made the build say so. http://www.freebsd.org/cgi/query-pr.cgi?pr=44550 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 16: 0: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC9837B401 for ; Sun, 27 Oct 2002 16:00:07 -0800 (PST) Received: from hotmail.com (f5.pav2.hotmail.com [64.4.37.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A0143E42 for ; Sun, 27 Oct 2002 16:00:06 -0800 (PST) (envelope-from howcanthisbe300@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 27 Oct 2002 16:00:06 -0800 Received: from 217.224.12.155 by pv2fd.pav2.hotmail.msn.com with HTTP; Mon, 28 Oct 2002 00:00:06 GMT X-Originating-IP: [217.224.12.155] From: "How Can ThisBe" To: magick-bugs@imagemagick.org, ports@FreeBSD.org Subject: mogrify problem with TGA to BMP/PCX? Date: Mon, 28 Oct 2002 00:00:06 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Oct 2002 00:00:06.0937 (UTC) FILETIME=[F9740090:01C27E14] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org With the intension of converting all the .tga files to .bmp format in a dir I ran the following command: mogrify -format bmp *.tga 'Something' happened but I was left with nothing new except a file called '?$?', which I think is the re-formated last file in the list. This is with the FreeBSD Ports version of ImageMagick. test$ mogrify -version Version: ImageMagick 5.5.1 10/15/02 Q16 http://www.imagemagick.org Copyright: Copyright (C) 2002 ImageMagick Studio LLC test$ uname -a FreeBSD piglet.l--v--l.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 26 16:22:47 CEST 2002 tigger@piglet.l--v--l.net:/usr/obj/usr/src/sys/PIGLET i386 _________________________________________________________________ Surf the Web without missing calls! Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 16:12:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B7B37B401; Sun, 27 Oct 2002 16:12:30 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117FA43E8A; Sun, 27 Oct 2002 16:12:30 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9S0CHjR002397; Sun, 27 Oct 2002 19:12:17 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9S0CGKo002396; Sun, 27 Oct 2002 19:12:16 -0500 (EST) (envelope-from alane) Date: Sun, 27 Oct 2002 19:12:16 -0500 From: AlanE To: Paul Everlund Cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: aclocal.m4: AM_CONFIG_HEADER error Message-ID: <20021028001216.GA97879@wwweasel.geeksrus.net> Reply-To: FreeBSD Ports List Mail-Followup-To: Paul Everlund , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG References: <3DBC5331.1080207@cs.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DBC5331.1080207@cs.umu.se> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 27, 2002 at 09:57:21PM +0100, Paul Everlund wrote: >What does this mean, and how can one solve it? >I'm using automake14 and autoconf213. I know >little information is given, but someone must >have seen this (and maybe know what's going >on), or? > >aclocal.m4: 4716: `automake requires `AM_CONFIG_ >HEADER', not `AC_CONFIG_HEADER' >configure.in: 4716: required file `./$@)].in' >not found > Paul, install the devel/autobook port, and that should help you a lot. Also, get the full manuals from ftp.gnu.org for the versions of autoconf and automake you are using. This is just a side effect of there being 2 programs where there should be one. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 18:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C6C37B404 for ; Sun, 27 Oct 2002 18:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B286143E6E for ; Sun, 27 Oct 2002 18: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 g9S2K1x3074005 for ; Sun, 27 Oct 2002 18:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S2K1qr074004; Sun, 27 Oct 2002 18:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8AA37B404 for ; Sun, 27 Oct 2002 18:11:10 -0800 (PST) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DBB43E7B for ; Sun, 27 Oct 2002 18:11:08 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id NAA81666 for ; Mon, 28 Oct 2002 13:11:01 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id NAA04907; Mon, 28 Oct 2002 13:11:01 +1100 (EST) Received: from hellcat.itga.com.au (localhost [127.0.0.1]) by hellcat.itga.com.au (8.12.6/8.12.6) with ESMTP id g9S2B1W2082650 for ; Mon, 28 Oct 2002 13:11:01 +1100 (EST) (envelope-from gnb@hellcat.itga.com.au) Received: (from gnb@localhost) by hellcat.itga.com.au (8.12.6/8.12.6/Submit) id g9S2B1Dj082649; Mon, 28 Oct 2002 13:11:01 +1100 (EST) Message-Id: <200210280211.g9S2B1Dj082649@hellcat.itga.com.au> Date: Mon, 28 Oct 2002 13:11:01 +1100 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44551: Maintainer Update: www/py-albatross 1.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44551 >Category: ports >Synopsis: Maintainer Update: www/py-albatross 1.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 18:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.7-RC i386 >Organization: ITG Australia Limited >Environment: System: FreeBSD hellcat.itga.com.au 4.7-RC FreeBSD 4.7-RC #10: Mon Sep 23 12:59:40 EST 2002 aaw@grollo.itga.com.au:/usr/obj/usr/src/sys/HELLCAT i386 >Description: Port update: www/py-albatross to 1.01 >How-To-Repeat: >Fix: --- diffs begins here --- Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/www/py-albatross/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 4 Sep 2002 07:17:33 -0000 1.1 +++ Makefile 28 Oct 2002 02:08:06 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/py-albatross/Makefile,v 1.1 2002/09/04 07:17:33 perky Exp $ PORTNAME= albatross -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= www python MASTER_SITES= http://object-craft.com.au/projects/albatross/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== RCS file: /usr/ncvs/ports/www/py-albatross/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 4 Sep 2002 07:17:33 -0000 1.1 +++ distinfo 28 Oct 2002 02:08:10 -0000 @@ -1 +1 @@ -MD5 (albatross-1.00.tar.gz) = e9b43f45856b03450b9b32f80e14975a +MD5 (albatross-1.01.tar.gz) = f8311044569b7979ade03d37bbfb6ce7 --- diffs ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 18:49:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8298F37B436; Sun, 27 Oct 2002 18:49:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B1943E8A; Sun, 27 Oct 2002 18:49:11 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9S2nBx3080165; Sun, 27 Oct 2002 18:49:11 -0800 (PST) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S2nBc9080161; Mon, 28 Oct 2002 02:49:11 GMT Date: Mon, 28 Oct 2002 02:49:11 GMT From: Hye-Shik Chang Message-Id: <200210280249.g9S2nBc9080161@freefall.freebsd.org> To: gnb@itga.com.au, perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44551: Maintainer Update: www/py-albatross 1.01 Sender: owner-freebsd-ports@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: www/py-albatross 1.01 State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Mon Oct 28 02:48:46 GMT 2002 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44551 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 19:29: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3A037B401 for ; Sun, 27 Oct 2002 19:29:00 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id B322C43E3B for ; Sun, 27 Oct 2002 19:29:00 -0800 (PST) (envelope-from dhafemann@attbi.com) Received: from derrich.homeunix.org ([66.31.65.136]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021028032900.KHRA13658.rwcrmhc52.attbi.com@derrich.homeunix.org>; Mon, 28 Oct 2002 03:29:00 +0000 Content-Type: text/plain; charset="us-ascii" From: Derrich To: adam@vectors.cx Subject: FreeBSD Port: keramik-1.0 Date: Sun, 27 Oct 2002 23:28:40 +0000 User-Agent: KMail/1.4.3 Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210272328.40725.dhafemann@attbi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Adam, =09It seems like the keramik port is broken (and I'm also having difficul= ty=20 compiling it from source, but I'm not asking for your help with that). I'= m=20 just wondering if this port is going to permanently "broken" or if I can = look=20 forward to it being re-introduced into the ports tree. Thanks, Derrich=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 19:51:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8C737B401 for ; Sun, 27 Oct 2002 19:51:37 -0800 (PST) Received: from bifrost.agrknives.com (bifrost.hos.net [204.251.33.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1223F43E4A for ; Sun, 27 Oct 2002 19:51:37 -0800 (PST) (envelope-from arussell@bifrost.agrknives.com) Received: from bifrost.agrknives.com (localhost.agrknives.com [127.0.0.1]) by bifrost.agrknives.com (8.12.5/8.12.4) with ESMTP id g9S3pdKj054220 for ; Sun, 27 Oct 2002 21:51:40 -0600 (CST) (envelope-from arussell@bifrost.agrknives.com) Received: (from arussell@localhost) by bifrost.agrknives.com (8.12.5/8.12.2/Submit) id g9S3pdRO054219 for freebsd-ports@freebsd.org; Sun, 27 Oct 2002 21:51:39 -0600 (CST) Date: Sun, 27 Oct 2002 21:51:39 -0600 From: "Andrew G. Russell IV" To: freebsd-ports@freebsd.org Subject: mod_php4-4.2.3 breaks with mcve credit card library Message-ID: <20021027215139.A54186@bifrost.agrknives.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org mod_php4-4.2.3 breaks with libmcve-3.0 credit card library With both virgin install of 4.7 Release, and running with the latest cvsup. the mod_php4 install breaks at config of mysql, and failure to find mysql calls. This worked in mod_php4-4.2.2, with libmcve-2.0 checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information. ===> Script "configure" failed unexpectedly. Please report the problem to dirk@FreeBSD.org [maintainer] and attach the "/usr/ports/www/mod_php4/work/php-4.2.3/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/www/mod_php4. *** Error code 1 Stop in /usr/ports/www/mod_php4. Relevant lines from /usr/ports/www/mod_php4/work/php-4.2.3/config.log configure: failed program was: #line 39123 "configure" #include "confdefs.h" #include main() { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", sizeof(char)); exit(0); } configure:39155: checking size of int configure:39194: checking size of long configure:39233: checking size of long long configure:39252: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -R/usr/local/lib -L/usr/local/lib conftest.c -lmcve -lz -lcrypt -lm -lcrypt 1>&5 /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_unlock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_destroy' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_lock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_init' configure: failed program was: #line 39241 "configure" #include "confdefs.h" #include main() { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", sizeof(long long)); exit(0); } configure:39272: checking for size_t configure:39305: checking whether time.h and sys/time.h may both be included configure:39319: cc -c -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin " -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT conftest.c 1>&5 configure:39340: checking for uid_t in sys/types.h configure:39375: checking for type ulong configure:39394: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -R/usr/local/lib -L/usr/local/lib conftest.c -lmcve -lz -lcrypt -lm -lcrypt 1>&5 configure: In function `main': configure:39388: syntax error before `foo' configure:39389: `foo' undeclared (first use in this function) configure:39389: (Each undeclared identifier is reported only once configure:39389: for each function it appears in.) configure: failed program was: #line 39383 "configure" #include "confdefs.h" #include #include main() { ulong foo; foo++; exit(0); } configure:39418: checking for type uchar configure:39437: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -R/usr/local/lib -L/usr/local/lib conftest.c -lmcve -lz -lcrypt -lm -lcrypt 1>&5 configure: In function `main': configure:39431: syntax error before `foo' configure:39432: `foo' undeclared (first use in this function) configure:39432: (Each undeclared identifier is reported only once configure:39432: for each function it appears in.) configure: failed program was: #line 39426 "configure" #include "confdefs.h" #include #include main() { uchar foo; foo++; exit(0); } configure:39461: checking for type uint configure:39480: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -R/usr/local/lib -L/usr/local/lib conftest.c -lmcve -lz -lcrypt -lm -lcrypt 1>&5 /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_unlock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_destroy' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_lock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_init' configure: failed program was: #line 39469 "configure" #include "confdefs.h" #include #include main() { uint foo; foo++; exit(0); } configure:39504: checking for type ushort configure:39523: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -R/usr/local/lib -L/usr/local/lib conftest.c -lmcve -lz -lcrypt -lm -lcrypt 1>&5 /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_unlock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_destroy' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_lock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_init' configure: failed program was: #line 39512 "configure" #include "confdefs.h" #include #include main() { ushort foo; foo++; exit(0); } configure:39547: checking for int8 configure:39577: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -R/usr/local/lib -L/usr/local/lib conftest.c -lmcve -lz -lcrypt -lm -lcrypt 1>&5 configure: In function `main': configure:39571: syntax error before `i' configure: failed program was: #line 39555 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDDEF_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif int main() { int8 i; return 0; } configure:39603: checking base type of last arg to accept configure:39631: c++ -c -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/b in" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT conftest.C 1>&5 configure:39680: checking return type of qsort configure:39697: cc -c -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/local/bin " -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT conftest.c 1>&5 configure:39687: warning: garbage at end of `#ifdef' argument configure:39763: checking for mysql_close in -lmysqlclient configure:39782: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -L/usr/local/lib/mysql -R/usr/local/lib -L/usr/local/lib conftest.c -lmysqlclient -lmcve -lz -lcrypt -lm -lcrypt 1>&5 /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_unlock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_destroy' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_lock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_init' configure: failed program was: #line 39771 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_close(); int main() { mysql_close() ; return 0; } configure:39907: checking for mysql_error in -lmysqlclient configure:39926: cc -o conftest -O -pipe -I/usr/local/include -DDOCUMENT_LOCATION="/usr/local/www/data" -DDEFAULT_PATH="/bin:/usr/bin:/usr/ local/bin" -DHARD_SERVER_LIMIT=512 -DUSE_EXPAT -L/usr/lib -L/usr/local/lib/mysql -R/usr/local/lib -L/usr/local/lib -R/usr -L/usr conftest.c -lmysqlclient -lz -lmcve -lz -lcrypt -lm -lcrypt 1>&5 /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_unlock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_destroy' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_lock' /usr/local/lib/libmcve.so: undefined reference to `pthread_mutex_init' configure: failed program was: #line 39915 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mysql_error(); int main() { mysql_error() ; return 0; } j -- _______________________________________________________________________________ A.G. Russell IV KC5KFD The Knife Company e-mail: ag4@theknifecompany.com Phone 479-631-0055 FAX 479-631-8734 Old Klingon Saying -- 'oH majQa' yIn je bang, Qo' bang ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 20: 5: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5380C37B401 for ; Sun, 27 Oct 2002 20:05:04 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A831443E42 for ; Sun, 27 Oct 2002 20:05:03 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9S44ljR014658; Sun, 27 Oct 2002 23:04:47 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9S44lAa014657; Sun, 27 Oct 2002 23:04:47 -0500 (EST) (envelope-from alane) Date: Sun, 27 Oct 2002 23:04:47 -0500 From: AlanE To: Derrich Cc: adam@vectors.cx, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: keramik-1.0 Message-ID: <20021028040447.GA9503@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Derrich , adam@vectors.cx, ports@FreeBSD.ORG References: <200210272328.40725.dhafemann@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210272328.40725.dhafemann@attbi.com> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 27, 2002 at 11:28:40PM +0000, Derrich wrote: >Adam, > > It seems like the keramik port is broken (and I'm also having difficulty >compiling it from source, but I'm not asking for your help with that). I'm >just wondering if this port is going to permanently "broken" or if I can look >forward to it being re-introduced into the ports tree. > >Thanks, That's still there?!? Umm just a sec ... You can either use the *experimental* backport I did in kdelibs3/kdebase3 or wait for the release of KDE 3.1. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 21:29:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9642237B401 for ; Sun, 27 Oct 2002 21:29:41 -0800 (PST) Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B9C43E4A for ; Sun, 27 Oct 2002 21:29:41 -0800 (PST) (envelope-from chip@wiegand.org) Received: from chipster.wiegand.org [66.114.152.128] by pioneernet.net with ESMTP (SMTPD32-6.06) id AB3A3A180122; Sun, 27 Oct 2002 21:29:30 -0800 Date: Sun, 27 Oct 2002 21:29:39 -0800 From: chip wiegand To: ports@FreeBSD.org Subject: port cheesetracker-0.5.5 Message-Id: <20021027212939.32e6e481.chip@wiegand.org> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just installed cheesetracker-0.5.5 from a fresh cvsup'ed port and it installed without errors, but try to run it and it immediately core dumps. Any ideas? There is no name of the port maintainer to write to. Regards, Chip Wiegand chip@wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 21:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CE337B404 for ; Sun, 27 Oct 2002 21:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C19A43E42 for ; Sun, 27 Oct 2002 21:30: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 g9S5U1x3057184 for ; Sun, 27 Oct 2002 21:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S5U129057183; Sun, 27 Oct 2002 21:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5FE37B401 for ; Sun, 27 Oct 2002 21:22:23 -0800 (PST) Received: from ip68-4-88-233.oc.oc.cox.net (ip68-4-88-233.oc.oc.cox.net [68.4.88.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8432C43E42 for ; Sun, 27 Oct 2002 21:22:22 -0800 (PST) (envelope-from housel@ip68-4-88-233.oc.oc.cox.net) Received: from ip68-4-88-233.oc.oc.cox.net (smmsp@localhost [127.0.0.1]) by ip68-4-88-233.oc.oc.cox.net (8.12.6/8.12.6) with ESMTP id g9S5MLHD097772 for ; Sun, 27 Oct 2002 21:22:21 -0800 (PST) (envelope-from housel@ip68-4-88-233.oc.oc.cox.net) Received: (from root@localhost) by ip68-4-88-233.oc.oc.cox.net (8.12.6/8.12.6/Submit) id g9S5MKvB097771; Sun, 27 Oct 2002 21:22:20 -0800 (PST) Message-Id: <200210280522.g9S5MKvB097771@ip68-4-88-233.oc.oc.cox.net> Date: Sun, 27 Oct 2002 21:22:20 -0800 (PST) From: "Peter S. Housel" Reply-To: "Peter S. Housel" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44553: Maintainer update for lang/dylan port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44553 >Category: ports >Synopsis: Maintainer update for lang/dylan port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 21:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Peter S. Housel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD ip68-4-88-233.oc.oc.cox.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu Oct 10 20:19:25 PDT 2002 housel@ip68-4-88-233.oc.oc.cox.net:/usr/obj/usr/src/sys/HOUSEL i386 >Description: Update of the lang/dylan port to version 2.3.9 >How-To-Repeat: >Fix: diff -r -u /usr/ports/lang/dylan/Makefile ./Makefile --- /usr/ports/lang/dylan/Makefile Fri Aug 30 07:05:10 2002 +++ ./Makefile Mon Oct 21 12:37:59 2002 @@ -6,10 +6,10 @@ # PORTNAME= dylan -PORTVERSION= 2.3.8 +PORTVERSION= 2.3.9 CATEGORIES= lang -MASTER_SITES= ftp://berlin.ccc.de/pub/gd/src/ \ - ftp://berlin.ccc.de/pub/gd/FreeBSD/ \ +MASTER_SITES= ftp://ftp.gwydiondylan.org/pub/gd/src/ \ + ftp://ftp.gwydiondylan.org/pub/gd/FreeBSD/ \ ftp://folk.federated.com/pub/gd/src/ \ ftp://folk.federated.com/pub/gd/FreeBSD/ \ ftp://ftp.ntua.gr/pub/lang/gwydion/src/ \ @@ -29,11 +29,13 @@ RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool USE_GMAKE= yes -CONFIGURE_ARGS= --srcdir=$(WRKSRC) +CONFIGURE_ARGS= --srcdir=$(WRKSRC) --enable-debug CONFIGURE_ENV= D2C="$(WRKDIR)/d2c -p$(WRKSRC)/d2c/compiler/platforms.descr" PLIST_SUB= DYLANVER="${PORTVERSION}" DYLANARCH="x86-freebsd-elf-gcc" +ONLY_FOR_ARCHS= i386 + INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/dylan/%%DYLANVER%%/%%DYLANARCH%% USE_GMAKE= yes @@ -43,7 +45,8 @@ USE_GNOMENG= yes WANT_GNOME= yes -MAN1= d2c.1 make-dylan-app.1 melange.1 mindy.1 mindycomp.1 +MAN1= d2c.1 dybug.1 make-dylan-app.1 melange.1 mindy.1 mindycomp.1 \ + mindyexec.1 parsergen.1 MAN5= platforms.descr.5 MAN7= dylan.7 gwydion.7 diff -r -u /usr/ports/lang/dylan/distinfo ./distinfo --- /usr/ports/lang/dylan/distinfo Wed Mar 13 01:13:51 2002 +++ ./distinfo Thu Oct 17 17:35:06 2002 @@ -1,2 +1,2 @@ -MD5 (gwydion-dylan-2.3.8.tar.gz) = 5e2c436fbe45b740469e661d5409ef0f -MD5 (d2c-2.3.8-FreeBSD.gz) = 78b7716bc2440ffc020f10b2f2a7596d +MD5 (gwydion-dylan-2.3.9.tar.gz) = 9f7a25f0df8105a6ac3f1cf79ddf948e +MD5 (d2c-2.3.9-FreeBSD.gz) = 08556a36e83bcaef43cf5f41311ad26e diff -r -u /usr/ports/lang/dylan/pkg-descr ./pkg-descr --- /usr/ports/lang/dylan/pkg-descr Fri Dec 24 10:39:34 1999 +++ ./pkg-descr Thu Oct 17 17:30:49 2002 @@ -7,12 +7,6 @@ includes facilities for making compiled programs more efficient than many other dynamic languages. -The Dylan language was originally developed by Apple, but the project -was dropped just as the language definition was being finished and -before a production-quality compiler was complete. The Gwydion -project and Harlequin have continued use and development of the -language. - Gwydion Dylan actually contains two implementations of the language. One, called Mindy (Mindy Is Not Dylan Yet), is a bytecode compiler and interpreter that implements most of the language except for the macro @@ -21,16 +15,7 @@ written in Dylan and bootstrapped using Mindy. A copy of the d2c compiler binary is required by the port to -bootstrap the entire system. As the Gwydion documentation says, - - Recompiling the entire system takes over an hour on 64meg 200mhz - Pentium Pro running Windows/NT. This is almost all for the - compilation of the d2c runtime and compiler; compiling just Mindy - takes only a few minutes. d2c also uses lots of memory, especially - when compiling itself: you want at least 48 meg, and more is - better. +bootstrap the entire system, which can often take quite a bit of time. For more information about Gwydion Dylan, see the Gwydion Dylan maintainers WWW: http://www.gwydiondylan.org/ - --Peter S. Housel- housel@acm.org diff -r -u /usr/ports/lang/dylan/pkg-plist ./pkg-plist --- /usr/ports/lang/dylan/pkg-plist Wed Mar 13 01:13:51 2002 +++ ./pkg-plist Mon Oct 21 12:42:38 2002 @@ -1,6 +1,8 @@ bin/d2c bin/dybug bin/gen-makefile +bin/gobject-tool +bin/libraries-test-suite-app bin/line-count bin/make-dylan-app bin/make-dylan-lib @@ -113,6 +115,21 @@ lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtime-dylan.la lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtime-dylan.a lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/time-lib.dbc +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-dylan.la +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-dylan.so +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-dylan.so.0 +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-specs-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-specs-dylan.la +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-specs-dylan.so +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-specs-dylan.so.0 +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-test-suite-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-test-suite-dylan.la +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-test-suite-dylan.so +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtestworks-test-suite-dylan.so.0 +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/testworks-specs.lib.du +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/testworks-test-suite.lib.du +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/testworks.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/stream-extensions.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstream-extensions-dylan.so.0 lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstream-extensions-dylan.so @@ -124,6 +141,7 @@ lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.so lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.la lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/locators.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/transcendental-lib.dbc lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/parse-arguments.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparse-arguments-dylan.so.0 @@ -152,6 +170,14 @@ lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.so lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.la lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblibraries-test-suite-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblibraries-test-suite-dylan.la +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblibraries-test-suite-dylan.so +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblibraries-test-suite-dylan.so.0 +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.la +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.so +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.so.0 lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/io-lib.dbc lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/file-system.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libfile-system-dylan.so.0 @@ -173,6 +199,7 @@ lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.so lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.la lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.a +lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libraries-test-suite.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/parser-utilities.lib.du lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparser-utilities-dylan.so.0 lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparser-utilities-dylan.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 21:59:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F02E537B401 for ; Sun, 27 Oct 2002 21:59:26 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949B043E42 for ; Sun, 27 Oct 2002 21:59:26 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (a04f8c90cfbcc248a9e4cb3fba31ff63@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9S616ho019052; Sun, 27 Oct 2002 22:01:06 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9S616xv019051; Sun, 27 Oct 2002 22:01:06 -0800 (PST) (envelope-from monkey) Date: Sun, 27 Oct 2002 22:01:06 -0800 From: Adam Weinberger To: Derrich Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: keramik-1.0 Message-ID: <20021028060106.GY80277@vectors.cx> Mail-Followup-To: Adam Weinberger , Derrich , ports@FreeBSD.org References: <200210272328.40725.dhafemann@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200210272328.40725.dhafemann@attbi.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.27.2002 @ 1528 PST): Derrich said, in 0.3K: << > Adam, > > It seems like the keramik port is broken (and I'm also having difficulty > compiling it from source, but I'm not asking for your help with that). I'm > just wondering if this port is going to permanently "broken" or if I can look > forward to it being re-introduced into the ports tree. >> end of "FreeBSD Port: keramik-1.0" from Derrich << Derrich - To the best of my knowledge, the keramik port was removed from the ports system altogether, because it was in a state of permanent brokedness. There is talk of a new keramik being released - and this time, not just a hack on top of the KDE CVS tree at a specific point. There is also talk of the kermik functionality going into the next version of KDE. The bottom line is: I hope that keramik will someday return, but I wouldn't hold my breath. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9vNKho8KM2ULHQ/0RApK6AJ0U0caPsyKHkykqEXcX9I/jsisgBQCgnlnv 96GUIPmPlz/83Gtg+IxGHDU= =MgC2 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 23: 9:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA67837B401 for ; Sun, 27 Oct 2002 23:09:35 -0800 (PST) Received: from crucible.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E9C43E75 for ; Sun, 27 Oct 2002 23:09:34 -0800 (PST) (envelope-from andy@athame.co.uk) Received: from amavis by crucible.athame.co.uk with scanned-ok (Exim 3.33 #1) id 18641k-0007KH-00 for ports@FreeBSD.org; Mon, 28 Oct 2002 09:09:32 +0200 Received: from zappa.int.athame.co.uk ([192.168.1.3] helo=fsopti208.fi.f-secure.com) by crucible.athame.co.uk with esmtp (Exim 3.33 #1) id 18641X-0007Jr-00; Mon, 28 Oct 2002 09:09:19 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Andy Fawcett To: Adam Weinberger , Derrich Subject: Re: FreeBSD Port: keramik-1.0 Date: Mon, 28 Oct 2002 09:09:18 +0200 User-Agent: KMail/1.4.3 Cc: ports@FreeBSD.org References: <200210272328.40725.dhafemann@attbi.com> <20021028060106.GY80277@vectors.cx> In-Reply-To: <20021028060106.GY80277@vectors.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210280909.18394.andy@athame.co.uk> X-Virus-Scanned: by AMaViS perl-11 at crucible.athame.co.uk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday 28 October 2002 08:01, Adam Weinberger wrote: > >> (10.27.2002 @ 1528 PST): Derrich said, in 0.3K: << > > > > Adam, > > > > It seems like the keramik port is broken (and I'm also having > > difficulty compiling it from source, but I'm not asking for your > > help with that). I'm just wondering if this port is going to > > permanently "broken" or if I can look forward to it being > > re-introduced into the ports tree. > > > >> end of "FreeBSD Port: keramik-1.0" from Derrich << > > Derrich - > > To the best of my knowledge, the keramik port was removed from the > ports system altogether, because it was in a state of permanent > brokedness. > > There is talk of a new keramik being released - and this time, not > just a hack on top of the KDE CVS tree at a specific point. There is > also talk of the kermik functionality going into the next version of > KDE. The bottom line is: I hope that keramik will someday return, but > I wouldn't hold my breath. As AlanE says, Keramik *will* be part of KDE 3.1, due before the end of the year. I've been using it in KDE CVS builds for several months (on and off), and the last FreeBSD related issue (a build time one) was fixed a week or so ago. I don't personally like the style, but that's another issue ;) A. -- Andy Fawcett | "In an open world without walls and fences, andy@athame.co.uk | we wouldn't need Windows and Gates." tap@lspace.org | -- anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 23:43:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63ED537B401; Sun, 27 Oct 2002 23:43:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1639843E3B; Sun, 27 Oct 2002 23:43:51 -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 g9S7hox3094476; Sun, 27 Oct 2002 23:43:50 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S7ho52094472; Sun, 27 Oct 2002 23:43:50 -0800 (PST) Date: Sun, 27 Oct 2002 23:43:50 -0800 (PST) From: Edwin Groothuis Message-Id: <200210280743.g9S7ho52094472@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/44530: [patch] Unbreak news/nn on -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] Unbreak news/nn on -CURRENT Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 27 23:39:57 PST 2002 Responsible-Changed-Why: I'll take it up with the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 27 23:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F6337B401 for ; Sun, 27 Oct 2002 23:50:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B89743E75 for ; Sun, 27 Oct 2002 23: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 g9S7oBx3094795 for ; Sun, 27 Oct 2002 23: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 g9S7oBt2094794; Sun, 27 Oct 2002 23:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 440D837B401 for ; Sun, 27 Oct 2002 23:45:13 -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 C416243E42 for ; Sun, 27 Oct 2002 23:45:11 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.116.159.215]) by t-mta7.odn.ne.jp with ESMTP id <20021028074510106.VMTW.2063.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Mon, 28 Oct 2002 16:45:10 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 7CF2C6B47; Mon, 28 Oct 2002 16:45:08 +0900 (JST) Message-Id: <20021028074508.7CF2C6B47@hadaly.dyndns.org> Date: Mon, 28 Oct 2002 16:45:08 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44555: Update port: net/p5-Net-IP to 1.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44555 >Category: ports >Synopsis: Update port: net/p5-Net-IP to 1.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 23:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Update to 1.15 >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-IP/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 24 Oct 2002 06:33:36 -0000 1.3 +++ Makefile 28 Oct 2002 07:44:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-IP -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= net perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-IP/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 24 Oct 2002 06:33:36 -0000 1.3 +++ distinfo 28 Oct 2002 07:44:45 -0000 @@ -1 +1 @@ -MD5 (Net-IP-1.14.tar.gz) = 7ed2ff8032c61739f003a011778a3649 +MD5 (Net-IP-1.15.tar.gz) = 39a52a7ef9716808b2767e0f5b1cfad0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 1: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AAE237B401 for ; Mon, 28 Oct 2002 01:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0D243E6E for ; Mon, 28 Oct 2002 01: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 g9S90Ex3014291 for ; Mon, 28 Oct 2002 01: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 g9S90E2U014287; Mon, 28 Oct 2002 01:00:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C97437B401 for ; Mon, 28 Oct 2002 00:53:55 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF243E3B for ; Mon, 28 Oct 2002 00:53:54 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 7283AAB46; Mon, 28 Oct 2002 09:53:46 +0100 (CET) Message-Id: <20021028085346.7283AAB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 09:53:46 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44556: unbreak/update games/wmpuzzle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44556 >Category: ports >Synopsis: unbreak/update games/wmpuzzle >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 01:00:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: update to 0.2.0 and unbreak fix WWW and MASTER_SITES >How-To-Repeat: >Fix: removed files: files/patch-Makefile files/patch-wmpuzzle.6 added files: files/patch-wmpuzzle.h --- wmpuzzle.diff begins here --- diff -ruN wmpuzzle/Makefile /dana/jail/lemur/usr/ports/games/wmpuzzle/Makefile --- wmpuzzle/Makefile Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/Makefile Mon Oct 28 09:41:24 2002 @@ -6,13 +6,13 @@ # PORTNAME= wmpuzzle -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= games windowmaker afterstep -MASTER_SITES= http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmpuzzle/ \ +MASTER_SITES= http://www.godisch.de/debian/wmpuzzle/ \ ${MASTER_SITE_LOCAL:S/$/:bsdpics/} MASTER_SITE_SUBDIR= petef/:bsdpics DISTFILES= wmpuzzle_${PORTVERSION}.orig${EXTRACT_SUFX} \ - daemon.gif:bsdpics daemon.xpm:bsdpics + daemon.xpm:bsdpics DIST_SUBDIR= wmpuzzle EXTRACT_ONLY= wmpuzzle_${PORTVERSION}.orig${EXTRACT_SUFX} @@ -20,6 +20,9 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnugetopt" USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes @@ -27,11 +30,11 @@ MAN6= wmpuzzle.6 -BSDIMAGES= daemon.gif daemon.xpm +BSDIMAGES= daemon.xpm post-extract: .for i in ${BSDIMAGES} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/$i ${WRKSRC}/xpm + ${CP} ${DISTDIR}/${DIST_SUBDIR}/$i ${WRKSRC}/ .endfor do-install: diff -ruN wmpuzzle/distinfo /dana/jail/lemur/usr/ports/games/wmpuzzle/distinfo --- wmpuzzle/distinfo Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/distinfo Mon Oct 28 09:43:00 2002 @@ -1,3 +1,2 @@ -MD5 (wmpuzzle/wmpuzzle_0.1.1.orig.tar.gz) = 9d3ce8638068ecb7202e77429c9b3867 -MD5 (wmpuzzle/daemon.gif) = 08659de4c16b7f0e4e874eece1ef56fa +MD5 (wmpuzzle/wmpuzzle_0.2.0.orig.tar.gz) = 09605c3d33ba04c019b0ddc2c4bb86d4 MD5 (wmpuzzle/daemon.xpm) = 2822c63820f67a68702fe8627b0ae688 diff -ruN wmpuzzle/files/patch-Makefile /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-Makefile --- wmpuzzle/files/patch-Makefile Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-Makefile Thu Jan 1 01:00:00 1970 @@ -1,61 +0,0 @@ -$FreeBSD: ports/games/wmpuzzle/files/patch-Makefile,v 1.1 2002/08/26 01:07:47 petef Exp $ - ---- Makefile.orig Wed Mar 13 23:09:33 2002 -+++ Makefile Wed May 15 20:32:38 2002 -@@ -1,45 +1,18 @@ --# $Id: Makefile,v 1.11 2002/03/13 17:09:33 godisch Exp $ -+CC ?= gcc -+CFLAGS += -c -Wall -pedantic -+INCDIR = -I${X11BASE}/include -I/usr/local/include -+LIBDIR = -L${X11BASE}/lib -L/usr/local/lib -+LIBS = -lXpm -lXext -lX11 -lgnugetopt -+OBJS = wmpuzzle.o wmgeneral.o - --prefix = /usr/local --exec_prefix = ${prefix} --bindir = ${exec_prefix}/bin --mandir = ${prefix}/share/man -+.c.o: -+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o - --DESTDIR = -- --CFLAGS = -O2 -Wall -pedantic --LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext --XPMS = xpm/debian.xpm xpm/eagle.xpm xpm/earth.xpm xpm/linux.xpm -+wmpuzzle: $(OBJS) -+ ${CC} -o wmpuzzle $^ ${LIBDIR} ${LIBS} - - all: wmpuzzle - --wmpuzzle: wmpuzzle.o wmgeneral.o -- $(CC) $(LIBS) -o $@ $^ -- --wmpuzzle.o: wmpuzzle.c wmpuzzle.h $(XPMS) --wmgeneral.o: wmgeneral.c wmgeneral.h -- --install: install-bin install-doc -- --install-bin: wmpuzzle -- install -D -s -m 755 $< $(DESTDIR)$(bindir)/wmpuzzle -- --install-doc: wmpuzzle.6 -- install -D -m 644 $< $(DESTDIR)$(mandir)/man6/wmpuzzle.6 -- --uninstall: uninstall-bin uninstall-doc -- --uninstall-bin: -- rm -f $(DESTDIR)$(bindir)/wmpuzzle -- --uninstall-doc: -- rm -f $(DESTDIR)$(mandir)/man6/wmpuzzle.6 -- - clean: - rm -f *.o -- --distclean: clean -- rm -f wmpuzzle -- --.PHONY: all clean dist-clean install install-bin install-doc \ -- uninstall uninstall-bin uninstall-doc -+ rm -f wmpuzzle core diff -ruN wmpuzzle/files/patch-wmpuzzle.6 /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.6 --- wmpuzzle/files/patch-wmpuzzle.6 Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.6 Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ -$FreeBSD: ports/games/wmpuzzle/files/patch-wmpuzzle.6,v 1.1 2002/08/26 01:07:47 petef Exp $ - ---- wmpuzzle.6.orig Wed Mar 13 23:09:33 2002 -+++ wmpuzzle.6 Wed May 15 21:22:41 2002 -@@ -26,7 +26,8 @@ - .TP - \fB\-i\fP, \fB\-\-image=\fIimage\fP - the image which shall be shown. --Valid images are \fIdebian\fP, \fIeagle\fP, \fIearth\fP, and \fIlinux\fP. -+Valid images are \fIdebian\fP, \fIeagle\fP, \fIearth\fP, \fIlinux\fP, -+and \fIdaemon\fP. - Other images will be included on request. - .TP - \fB\-k\fP, \fB\-\-keyboard\fP diff -ruN wmpuzzle/files/patch-wmpuzzle.c /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.c --- wmpuzzle/files/patch-wmpuzzle.c Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.c Sun Oct 27 17:28:37 2002 @@ -1,30 +1,13 @@ -$FreeBSD: ports/games/wmpuzzle/files/patch-wmpuzzle.c,v 1.1 2002/08/26 01:07:47 petef Exp $ - ---- wmpuzzle.c.orig Thu Apr 18 00:13:52 2002 -+++ wmpuzzle.c Wed May 15 21:21:20 2002 -@@ -22,6 +22,7 @@ - #include "xpm/eagle.xpm" - #include "xpm/earth.xpm" - #include "xpm/linux.xpm" -+#include "xpm/daemon.xpm" +--- wmpuzzle.c.orig Mon Oct 21 22:26:35 2002 ++++ wmpuzzle.c Sun Oct 27 17:28:07 2002 +@@ -254,8 +254,8 @@ + } + } + if (image == NULL) { +- image = strdup("linux"); +- *wmpuzzle = linux_xpm; ++ image = strdup("daemon"); ++ *wmpuzzle = daemon_xpm; + } + } - #define PROGRAM_NAME "wmpuzzle" - #define PROGRAM_VERSION "0.1.1" -@@ -203,6 +204,8 @@ - *wmpuzzle = earth_xpm; - else if (!strcmp(optarg, "linux")) - *wmpuzzle = linux_xpm; -+ else if (!strcmp(optarg, "daemon")) -+ *wmpuzzle = daemon_xpm; - else { - fprintf(stderr, "%s: invalid image `%s'\n", PROGRAM_NAME, optarg); - exit(1); -@@ -224,7 +227,7 @@ - printf("Usage: %s [-h] [-i ] [-k] [-s ] [-v]\n", PROGRAM_NAME); - printf(" -h, --help displays this command line summary.\n"); - printf(" -i, --image uses , valid images are `debian', `eagle',\n"); -- printf(" `earth', and `linux'.\n"); -+ printf(" `earth', `linux', and `daemon'.\n"); - printf(" -k, --keyboard enables the arrow keys on the keyboard.\n"); - printf(" -s, --shuffle shuffles the image times.\n"); - printf(" -v, --version displays the version number.\n"); diff -ruN wmpuzzle/files/patch-wmpuzzle.h /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.h --- wmpuzzle/files/patch-wmpuzzle.h Thu Jan 1 01:00:00 1970 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/files/patch-wmpuzzle.h Sun Oct 27 17:28:32 2002 @@ -0,0 +1,11 @@ +--- wmpuzzle.h.orig Mon Oct 21 21:20:19 2002 ++++ wmpuzzle.h Sun Oct 27 17:28:09 2002 +@@ -8,7 +8,7 @@ + #define WMPUZZLE_H_INCLUDED + + #include +-#include ++#include + + #define EINTERNAL 200 + #define EINVALXPM 201 diff -ruN wmpuzzle/pkg-descr /dana/jail/lemur/usr/ports/games/wmpuzzle/pkg-descr --- wmpuzzle/pkg-descr Mon Aug 26 03:07:47 2002 +++ /dana/jail/lemur/usr/ports/games/wmpuzzle/pkg-descr Mon Oct 28 09:47:13 2002 @@ -3,4 +3,4 @@ Now includes special BSD Daemon skin not present in original distribution! -WWW: http://wwwtcs.inf.tu-dresden.de/~godisch/debian/wmpuzzle/ +WWW: http://www.godisch.de/debian/wmpuzzle/ --- wmpuzzle.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 1:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A35A37B401 for ; Mon, 28 Oct 2002 01:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8682243E75 for ; Mon, 28 Oct 2002 01:10: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 g9S9A1x3021161 for ; Mon, 28 Oct 2002 01:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S9A1Hm021160; Mon, 28 Oct 2002 01:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB84337B401 for ; Mon, 28 Oct 2002 01:08:07 -0800 (PST) Received: from ribble.maths.warwick.ac.uk (ribble.maths.warwick.ac.uk [137.205.232.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4C143E88 for ; Mon, 28 Oct 2002 01:08:01 -0800 (PST) (envelope-from jose@mordor.maths.warwick.ac.uk) Received: from mordor.maths.warwick.ac.uk (mordor [137.205.234.207]) by ribble.maths.warwick.ac.uk (8.9.3/8.9.3) with ESMTP id JAA19174 for ; Mon, 28 Oct 2002 09:07:51 GMT Received: from mordor.maths.warwick.ac.uk (localhost.maths.warwick.ac.uk [127.0.0.1]) by mordor.maths.warwick.ac.uk (8.12.6/8.12.6) with ESMTP id g9S97LH2003756 for ; Mon, 28 Oct 2002 09:07:21 GMT (envelope-from jose@mordor.maths.warwick.ac.uk) Received: (from root@localhost) by mordor.maths.warwick.ac.uk (8.12.6/8.12.6/Submit) id g9S97K3g003755; Mon, 28 Oct 2002 09:07:20 GMT Message-Id: <200210280907.g9S97K3g003755@mordor.maths.warwick.ac.uk> Date: Mon, 28 Oct 2002 09:07:20 GMT From: Jose Marques Reply-To: Jose Marques To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44557: maintainer update: java/jaf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44557 >Category: ports >Synopsis: maintainer update: java/jaf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 01:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD mordor.maths.warwick.ac.uk 4.7-STABLE FreeBSD 4.7-STABLE #2: Wed Oct 23 15:16:56 BST 2002 root@mordor.maths.warwick.ac.uk:/usr/src/sys/compile/MORDOR i386 >Description: Update to java/jaf port from version 1.0.1 to 1.0.2. I am the current maintainer of this port. I have changed the maintainership e-mail address to the FreeBSD java mailing list. Many thanks to "Daigu - T.Tamura" for the original patch. >How-To-Repeat: >Fix: Apply the following patch: diff -ruN jaf.orig/Makefile jaf/Makefile --- jaf.orig/Makefile Mon Oct 28 08:58:45 2002 +++ jaf/Makefile Mon Oct 28 08:55:47 2002 @@ -6,13 +6,13 @@ # PORTNAME= jaf -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # -DISTNAME= ${PORTNAME}1_0_1 +DISTNAME= ${PORTNAME}-1_0_2 -MAINTAINER= noway@nohow.demon.co.uk +MAINTAINER= java@freebsd.org USE_ZIP= YES USE_JAVA= 1.1+ @@ -22,7 +22,7 @@ NO_CDROM= "See the license" TARGET_DIR= ${PREFIX}/share/java/${PKGNAME} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} -DOWNLOAD_URL= "http://java.sun.com/cgi-bin/download3.cgi?config-file=jaf1_0_1.config&platform=zip&button=continue" +DOWNLOAD_URL= "http://java.sun.com/products/javabeans/glasgow/jaf.html" .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff -ruN jaf.orig/distinfo jaf/distinfo --- jaf.orig/distinfo Mon Oct 28 08:58:45 2002 +++ jaf/distinfo Mon Oct 28 08:53:09 2002 @@ -1 +1,2 @@ -MD5 (jaf1_0_1.zip) = 470a5833c0446ea1bfb2bae90af650f1 +MD5 (jaf-1_0_2.zip) = 8517e8ef124f1eb8dbce667476b231ac + diff -ruN jaf.orig/pkg-plist jaf/pkg-plist --- jaf.orig/pkg-plist Mon Oct 28 08:58:45 2002 +++ jaf/pkg-plist Mon Oct 28 08:53:09 2002 @@ -1,53 +1,21 @@ share/java/classes/activation.jar -%%T%%/activation.jar -%%T%%/RELNOTES.txt -%%T%%/README.txt -%%T%%/LICENSE.txt -%%T%%/demo/TextInternalizer.java -%%T%%/demo/DCHTest.java -%%T%%/demo/DCHTest2.java -%%T%%/demo/DHURL.java -%%T%%/demo/FileView.java -%%T%%/demo/JAFApp.java -%%T%%/demo/MCTest.java -%%T%%/demo/ODCHTest.java -%%T%%/demo/PlainDCH.java -%%T%%/demo/PrefTest.java -%%T%%/demo/SimpleDCF.java -%%T%%/demo/CompViewer.java -%%T%%/docs/javadocs/index-files/index-16.html -%%T%%/docs/javadocs/index-files/index-2.html -%%T%%/docs/javadocs/index-files/index-3.html -%%T%%/docs/javadocs/index-files/index-4.html -%%T%%/docs/javadocs/index-files/index-5.html -%%T%%/docs/javadocs/index-files/index-6.html -%%T%%/docs/javadocs/index-files/index-7.html -%%T%%/docs/javadocs/index-files/index-8.html -%%T%%/docs/javadocs/index-files/index-9.html -%%T%%/docs/javadocs/index-files/index-10.html -%%T%%/docs/javadocs/index-files/index-11.html -%%T%%/docs/javadocs/index-files/index-12.html -%%T%%/docs/javadocs/index-files/index-13.html -%%T%%/docs/javadocs/index-files/index-14.html -%%T%%/docs/javadocs/index-files/index-15.html -%%T%%/docs/javadocs/index-files/index-1.html -%%T%%/docs/javadocs/javax/activation/class-use/CommandObject.html +%%T%%/docs/javadocs/javax/activation/class-use/URLDataSource.html +%%T%%/docs/javadocs/javax/activation/class-use/CommandMap.html +%%T%%/docs/javadocs/javax/activation/class-use/MailcapCommandMap.html +%%T%%/docs/javadocs/javax/activation/class-use/UnsupportedDataTypeException.html +%%T%%/docs/javadocs/javax/activation/class-use/DataContentHandlerFactory.html %%T%%/docs/javadocs/javax/activation/class-use/DataContentHandler.html +%%T%%/docs/javadocs/javax/activation/class-use/MimeTypeParseException.html %%T%%/docs/javadocs/javax/activation/class-use/ActivationDataFlavor.html +%%T%%/docs/javadocs/javax/activation/class-use/FileTypeMap.html +%%T%%/docs/javadocs/javax/activation/class-use/MimetypesFileTypeMap.html %%T%%/docs/javadocs/javax/activation/class-use/FileDataSource.html -%%T%%/docs/javadocs/javax/activation/class-use/UnsupportedDataTypeException.html -%%T%%/docs/javadocs/javax/activation/class-use/CommandMap.html -%%T%%/docs/javadocs/javax/activation/class-use/MailcapCommandMap.html -%%T%%/docs/javadocs/javax/activation/class-use/MimeTypeParameterList.html %%T%%/docs/javadocs/javax/activation/class-use/DataSource.html -%%T%%/docs/javadocs/javax/activation/class-use/FileTypeMap.html +%%T%%/docs/javadocs/javax/activation/class-use/MimeTypeParameterList.html %%T%%/docs/javadocs/javax/activation/class-use/DataHandler.html %%T%%/docs/javadocs/javax/activation/class-use/MimeType.html -%%T%%/docs/javadocs/javax/activation/class-use/MimetypesFileTypeMap.html -%%T%%/docs/javadocs/javax/activation/class-use/DataContentHandlerFactory.html -%%T%%/docs/javadocs/javax/activation/class-use/URLDataSource.html +%%T%%/docs/javadocs/javax/activation/class-use/CommandObject.html %%T%%/docs/javadocs/javax/activation/class-use/CommandInfo.html -%%T%%/docs/javadocs/javax/activation/class-use/MimeTypeParseException.html %%T%%/docs/javadocs/javax/activation/package-use.html %%T%%/docs/javadocs/javax/activation/package-summary.html %%T%%/docs/javadocs/javax/activation/package-tree.html @@ -69,6 +37,23 @@ %%T%%/docs/javadocs/javax/activation/URLDataSource.html %%T%%/docs/javadocs/javax/activation/MimeTypeParseException.html %%T%%/docs/javadocs/javax/activation/UnsupportedDataTypeException.html +%%T%%/docs/javadocs/overview-tree.html +%%T%%/docs/javadocs/index-files/index-1.html +%%T%%/docs/javadocs/index-files/index-2.html +%%T%%/docs/javadocs/index-files/index-3.html +%%T%%/docs/javadocs/index-files/index-4.html +%%T%%/docs/javadocs/index-files/index-5.html +%%T%%/docs/javadocs/index-files/index-6.html +%%T%%/docs/javadocs/index-files/index-7.html +%%T%%/docs/javadocs/index-files/index-8.html +%%T%%/docs/javadocs/index-files/index-9.html +%%T%%/docs/javadocs/index-files/index-10.html +%%T%%/docs/javadocs/index-files/index-11.html +%%T%%/docs/javadocs/index-files/index-12.html +%%T%%/docs/javadocs/index-files/index-13.html +%%T%%/docs/javadocs/index-files/index-14.html +%%T%%/docs/javadocs/index-files/index-15.html +%%T%%/docs/javadocs/index-files/index-16.html %%T%%/docs/javadocs/deprecated-list.html %%T%%/docs/javadocs/allclasses-frame.html %%T%%/docs/javadocs/index.html @@ -77,16 +62,31 @@ %%T%%/docs/javadocs/package-list %%T%%/docs/javadocs/help-doc.html %%T%%/docs/javadocs/stylesheet.css -%%T%%/docs/javadocs/overview-tree.html -%%T%%/docs/JAF-1.0.pdf %%T%%/docs/JAF-1.0.ps -@dirrm %%T%%/demo -@dirrm %%T%%/docs/javadocs/index-files -@dirrm %%T%%/docs/javadocs/javax/activation/class-use -@dirrm %%T%%/docs/javadocs/javax/activation -@dirrm %%T%%/docs/javadocs/javax -@dirrm %%T%%/docs/javadocs -@dirrm %%T%%/docs +%%T%%/docs/JAF-1.0.pdf +%%T%%/demo/CompViewer.java +%%T%%/demo/DCHTest.java +%%T%%/demo/DCHTest2.java +%%T%%/demo/DHURL.java +%%T%%/demo/FileView.java +%%T%%/demo/JAFApp.java +%%T%%/demo/MCTest.java +%%T%%/demo/ODCHTest.java +%%T%%/demo/PlainDCH.java +%%T%%/demo/PrefTest.java +%%T%%/demo/SimpleDCF.java +%%T%%/demo/TextInternalizer.java +%%T%%/activation.jar +%%T%%/README.txt +%%T%%/LICENSE.txt +%%T%%/RELNOTES.txt +@dirrm %%T%%/docs/javadocs/index-files/ +@dirrm %%T%%/docs/javadocs/javax/activation/class-use/ +@dirrm %%T%%/docs/javadocs/javax/activation/ +@dirrm %%T%%/docs/javadocs/javax/ +@dirrm %%T%%/docs/javadocs/ +@dirrm %%T%%/docs/ +@dirrm %%T%%/demo/ @dirrm %%T%%/ @unexec rmdir %D/share/java/classes 2>/dev/null || true @unexec rmdir %D/share/java 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 1:17:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CAA337B401; Mon, 28 Oct 2002 01:17:21 -0800 (PST) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD8743E42; Mon, 28 Oct 2002 01:17:19 -0800 (PST) (envelope-from kappa@agava.com) Received: from kapkan.domain (kapkan.domain [192.168.1.103]) by relay2.agava.net.ru (Postfix) with ESMTP id 5BE3A4772D5; Mon, 28 Oct 2002 12:17:16 +0300 (MSK) Received: from kapkan.domain (localhost [127.0.0.1]) by kapkan.domain (8.12.6/8.12.6) with ESMTP id g9S9HlCp039938; Mon, 28 Oct 2002 12:17:47 +0300 (MSK) (envelope-from kappa@agava.com) Received: (from kappa@localhost) by kapkan.domain (8.12.6/8.12.6/Submit) id g9S9Hki4039937; Mon, 28 Oct 2002 12:17:46 +0300 (MSK) X-Authentication-Warning: kapkan.domain: kappa set sender to kappa@agava.com using -f Date: Mon, 28 Oct 2002 12:17:46 +0300 From: Alex Kapranoff To: Tilman Linneweh Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/38541: ghostscript-gnu checksum mismatch for a distfile Message-ID: <20021028091746.GB38574@kapkan.domain> References: <200210271405.g9RE5tci007967@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210271405.g9RE5tci007967@freefall.freebsd.org> X-Operating-System: FreeBSD 4.7-STABLE i386 Organization: AGAVA Software User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Oh, that's ok now. Thanks! * Tilman Linneweh [October 27 2002, 17:05]: > Synopsis: ghostscript-gnu checksum mismatch for a distfile > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Sun Oct 27 06:03:51 PST 2002 > State-Changed-Why: > It's ok for me. Can you please rm your distfile, refetch and report if > the error persists and from which site you downloaded? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=38541 -- Alex Kapranoff, AGAVA Software. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 1:20:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69CB37B401 for ; Mon, 28 Oct 2002 01:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6491E43E42 for ; Mon, 28 Oct 2002 01: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 g9S9K1x3023351 for ; Mon, 28 Oct 2002 01:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9S9K1ot023350; Mon, 28 Oct 2002 01:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAB537B401 for ; Mon, 28 Oct 2002 01:18:09 -0800 (PST) Received: from ribble.maths.warwick.ac.uk (ribble.maths.warwick.ac.uk [137.205.232.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E618443E3B for ; Mon, 28 Oct 2002 01:18:07 -0800 (PST) (envelope-from jose@mordor.maths.warwick.ac.uk) Received: from mordor.maths.warwick.ac.uk (mordor [137.205.234.207]) by ribble.maths.warwick.ac.uk (8.9.3/8.9.3) with ESMTP id JAA19893 for ; Mon, 28 Oct 2002 09:18:05 GMT Received: from mordor.maths.warwick.ac.uk (localhost.maths.warwick.ac.uk [127.0.0.1]) by mordor.maths.warwick.ac.uk (8.12.6/8.12.6) with ESMTP id g9S9HZH2009517 for ; Mon, 28 Oct 2002 09:17:35 GMT (envelope-from jose@mordor.maths.warwick.ac.uk) Received: (from root@localhost) by mordor.maths.warwick.ac.uk (8.12.6/8.12.6/Submit) id g9S9HZde009516; Mon, 28 Oct 2002 09:17:35 GMT Message-Id: <200210280917.g9S9HZde009516@mordor.maths.warwick.ac.uk> Date: Mon, 28 Oct 2002 09:17:35 GMT From: Jose Marques Reply-To: Jose Marques To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44558: maintainer update: java/javamail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44558 >Category: ports >Synopsis: maintainer update: java/javamail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 01:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD mordor.maths.warwick.ac.uk 4.7-STABLE FreeBSD 4.7-STABLE #2: Wed Oct 23 15:16:56 BST 2002 root@mordor.maths.warwick.ac.uk:/usr/src/sys/compile/MORDOR i386 >Description: Update to the java/javamail port from version 1.2 to 1.3. I am the current maintainer of this port. I have changed the maintainership e-mail address to the FreeBSD java mailing list. Many thanks to "Daigi - T.Tamura" for the original patch. >How-To-Repeat: >Fix: Apply the following patch: diff -ruN javamail.orig/Makefile javamail/Makefile --- javamail.orig/Makefile Mon Oct 28 09:07:43 2002 +++ javamail/Makefile Mon Oct 28 09:12:32 2002 @@ -6,13 +6,13 @@ # PORTNAME= javamail -PORTVERSION= 1.2 +PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} -MAINTAINER= noway@nohow.demon.co.uk +MAINTAINER= java@freebsd.org RUN_DEPENDS= ${LOCALBASE}/share/java/classes/activation.jar:${PORTSDIR}/java/jaf @@ -24,7 +24,7 @@ NO_CDROM= "See the license" TARGET_DIR= ${PREFIX}/share/java/${PKGNAME} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} -DOWNLOAD_URL= "http://java.sun.com/Download4?config-file=JavaMail-1_2.config&platform=zip&button=continue" +DOWNLOAD_URL= "http://java.sun.com/products/javamail/" .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @@ -34,10 +34,10 @@ do-install: ${MKDIR} ${TARGET_DIR} ${CP} -R ${WRKSRC}/* ${TARGET_DIR} - ${LN} -sf ${TARGET_DIR}/imap.jar ${PREFIX}/share/java/classes/imap.jar + ${LN} -sf ${TARGET_DIR}/lib/imap.jar ${PREFIX}/share/java/classes/imap.jar ${LN} -sf ${TARGET_DIR}/mail.jar ${PREFIX}/share/java/classes/mail.jar - ${LN} -sf ${TARGET_DIR}/mailapi.jar ${PREFIX}/share/java/classes/mailapi.jar - ${LN} -sf ${TARGET_DIR}/pop3.jar ${PREFIX}/share/java/classes/pop3.jar - ${LN} -sf ${TARGET_DIR}/smtp.jar ${PREFIX}/share/java/classes/smtp.jar + ${LN} -sf ${TARGET_DIR}/lib/mailapi.jar ${PREFIX}/share/java/classes/mailapi.jar + ${LN} -sf ${TARGET_DIR}/lib/pop3.jar ${PREFIX}/share/java/classes/pop3.jar + ${LN} -sf ${TARGET_DIR}/lib/smtp.jar ${PREFIX}/share/java/classes/smtp.jar .include diff -ruN javamail.orig/distinfo javamail/distinfo --- javamail.orig/distinfo Mon Oct 28 09:07:43 2002 +++ javamail/distinfo Mon Oct 28 09:09:23 2002 @@ -1 +1 @@ -MD5 (javamail-1_2.zip) = bdd1ae1daee83397bf832caa0adc83ba +MD5 (javamail-1_3.zip) = 90dbb82b3711c3693674f30913c01758 diff -ruN javamail.orig/pkg-plist javamail/pkg-plist --- javamail.orig/pkg-plist Mon Oct 28 09:07:43 2002 +++ javamail/pkg-plist Mon Oct 28 09:09:23 2002 @@ -3,240 +3,117 @@ share/java/classes/mailapi.jar share/java/classes/pop3.jar share/java/classes/smtp.jar -%%T%%/CHANGES.txt -%%T%%/LICENSE.txt -%%T%%/NOTES.txt -%%T%%/README.txt -%%T%%/imap.jar -%%T%%/mail.jar -%%T%%/mailapi.jar -%%T%%/pop3.jar -%%T%%/smtp.jar -%%T%%/demo/ByteArrayDataSource.java -%%T%%/demo/CRLFOutputStream.java -%%T%%/demo/NewlineOutputStream.java -%%T%%/demo/README.txt -%%T%%/demo/client/ComponentFrame.java -%%T%%/demo/client/FolderModel.java -%%T%%/demo/client/FolderTreeNode.java -%%T%%/demo/client/FolderViewer.java -%%T%%/demo/client/MessageViewer.java -%%T%%/demo/client/MultipartViewer.java -%%T%%/demo/client/README.txt -%%T%%/demo/client/SimpleAuthenticator.java -%%T%%/demo/client/SimpleClient.java -%%T%%/demo/client/StoreTreeNode.java -%%T%%/demo/client/TextViewer.java -%%T%%/demo/client/simple.mailcap -%%T%%/demo/copier.java -%%T%%/demo/folderlist.java -%%T%%/demo/monitor.java -%%T%%/demo/mover.java -%%T%%/demo/msgmultisendsample.java -%%T%%/demo/msgsend.java -%%T%%/demo/msgsendsample.java -%%T%%/demo/msgshow.java -%%T%%/demo/namespace.java -%%T%%/demo/populate.java -%%T%%/demo/registry.java -%%T%%/demo/search.java -%%T%%/demo/sendfile.java -%%T%%/demo/sendhtml.java -%%T%%/demo/servlet/JavaMail.html -%%T%%/demo/servlet/JavaMailServlet.java -%%T%%/demo/servlet/README.txt -%%T%%/demo/transport.java -%%T%%/demo/uidmsgshow.java -%%T%%/docs/JavaMail-1.1-changes.txt -%%T%%/docs/JavaMail-1.2-changes.txt -%%T%%/docs/JavaMail-1.2.pdf -%%T%%/docs/JavaMail-1.2.ps -%%T%%/docs/Providers.pdf -%%T%%/docs/Providers.ps -%%T%%/docs/javadocs/allclasses-frame.html -%%T%%/docs/javadocs/deprecated-list.html -%%T%%/docs/javadocs/help-doc.html -%%T%%/docs/javadocs/index-files/index-1.html -%%T%%/docs/javadocs/index-files/index-10.html -%%T%%/docs/javadocs/index-files/index-11.html -%%T%%/docs/javadocs/index-files/index-12.html -%%T%%/docs/javadocs/index-files/index-13.html -%%T%%/docs/javadocs/index-files/index-14.html -%%T%%/docs/javadocs/index-files/index-15.html -%%T%%/docs/javadocs/index-files/index-16.html -%%T%%/docs/javadocs/index-files/index-17.html -%%T%%/docs/javadocs/index-files/index-18.html -%%T%%/docs/javadocs/index-files/index-19.html -%%T%%/docs/javadocs/index-files/index-2.html -%%T%%/docs/javadocs/index-files/index-20.html -%%T%%/docs/javadocs/index-files/index-21.html -%%T%%/docs/javadocs/index-files/index-22.html -%%T%%/docs/javadocs/index-files/index-3.html -%%T%%/docs/javadocs/index-files/index-4.html -%%T%%/docs/javadocs/index-files/index-5.html -%%T%%/docs/javadocs/index-files/index-6.html -%%T%%/docs/javadocs/index-files/index-7.html -%%T%%/docs/javadocs/index-files/index-8.html -%%T%%/docs/javadocs/index-files/index-9.html -%%T%%/docs/javadocs/index.html -%%T%%/docs/javadocs/javax/mail/Address.html -%%T%%/docs/javadocs/javax/mail/AuthenticationFailedException.html -%%T%%/docs/javadocs/javax/mail/Authenticator.html -%%T%%/docs/javadocs/javax/mail/BodyPart.html -%%T%%/docs/javadocs/javax/mail/FetchProfile.Item.html -%%T%%/docs/javadocs/javax/mail/FetchProfile.html -%%T%%/docs/javadocs/javax/mail/Flags.Flag.html -%%T%%/docs/javadocs/javax/mail/Flags.html -%%T%%/docs/javadocs/javax/mail/Folder.html -%%T%%/docs/javadocs/javax/mail/FolderClosedException.html -%%T%%/docs/javadocs/javax/mail/FolderNotFoundException.html -%%T%%/docs/javadocs/javax/mail/Header.html -%%T%%/docs/javadocs/javax/mail/IllegalWriteException.html -%%T%%/docs/javadocs/javax/mail/Message.RecipientType.html -%%T%%/docs/javadocs/javax/mail/Message.html -%%T%%/docs/javadocs/javax/mail/MessageAware.html -%%T%%/docs/javadocs/javax/mail/MessageContext.html -%%T%%/docs/javadocs/javax/mail/MessageRemovedException.html -%%T%%/docs/javadocs/javax/mail/MessagingException.html -%%T%%/docs/javadocs/javax/mail/MethodNotSupportedException.html -%%T%%/docs/javadocs/javax/mail/Multipart.html -%%T%%/docs/javadocs/javax/mail/MultipartDataSource.html -%%T%%/docs/javadocs/javax/mail/NoSuchProviderException.html -%%T%%/docs/javadocs/javax/mail/Part.html -%%T%%/docs/javadocs/javax/mail/PasswordAuthentication.html -%%T%%/docs/javadocs/javax/mail/Provider.Type.html -%%T%%/docs/javadocs/javax/mail/Provider.html -%%T%%/docs/javadocs/javax/mail/ReadOnlyFolderException.html -%%T%%/docs/javadocs/javax/mail/SendFailedException.html -%%T%%/docs/javadocs/javax/mail/Service.html -%%T%%/docs/javadocs/javax/mail/Session.html -%%T%%/docs/javadocs/javax/mail/Store.html -%%T%%/docs/javadocs/javax/mail/StoreClosedException.html -%%T%%/docs/javadocs/javax/mail/Transport.html -%%T%%/docs/javadocs/javax/mail/UIDFolder.FetchProfileItem.html -%%T%%/docs/javadocs/javax/mail/UIDFolder.html -%%T%%/docs/javadocs/javax/mail/URLName.html -%%T%%/docs/javadocs/javax/mail/class-use/Address.html -%%T%%/docs/javadocs/javax/mail/class-use/AuthenticationFailedException.html -%%T%%/docs/javadocs/javax/mail/class-use/Authenticator.html -%%T%%/docs/javadocs/javax/mail/class-use/BodyPart.html -%%T%%/docs/javadocs/javax/mail/class-use/FetchProfile.Item.html -%%T%%/docs/javadocs/javax/mail/class-use/FetchProfile.html -%%T%%/docs/javadocs/javax/mail/class-use/Flags.Flag.html -%%T%%/docs/javadocs/javax/mail/class-use/Flags.html -%%T%%/docs/javadocs/javax/mail/class-use/Folder.html -%%T%%/docs/javadocs/javax/mail/class-use/FolderClosedException.html +%%T%%/lib/mailapi.jar +%%T%%/lib/imap.jar +%%T%%/lib/smtp.jar +%%T%%/lib/pop3.jar +%%T%%/docs/javadocs/javax/mail/class-use/MessagingException.html %%T%%/docs/javadocs/javax/mail/class-use/FolderNotFoundException.html -%%T%%/docs/javadocs/javax/mail/class-use/Header.html -%%T%%/docs/javadocs/javax/mail/class-use/IllegalWriteException.html -%%T%%/docs/javadocs/javax/mail/class-use/Message.RecipientType.html +%%T%%/docs/javadocs/javax/mail/class-use/PasswordAuthentication.html +%%T%%/docs/javadocs/javax/mail/class-use/FolderClosedException.html +%%T%%/docs/javadocs/javax/mail/class-use/MultipartDataSource.html +%%T%%/docs/javadocs/javax/mail/class-use/Part.html %%T%%/docs/javadocs/javax/mail/class-use/Message.html -%%T%%/docs/javadocs/javax/mail/class-use/MessageAware.html +%%T%%/docs/javadocs/javax/mail/class-use/Message.RecipientType.html +%%T%%/docs/javadocs/javax/mail/class-use/Service.html +%%T%%/docs/javadocs/javax/mail/class-use/Transport.html +%%T%%/docs/javadocs/javax/mail/class-use/Authenticator.html +%%T%%/docs/javadocs/javax/mail/class-use/Flags.html +%%T%%/docs/javadocs/javax/mail/class-use/Flags.Flag.html %%T%%/docs/javadocs/javax/mail/class-use/MessageContext.html -%%T%%/docs/javadocs/javax/mail/class-use/MessageRemovedException.html -%%T%%/docs/javadocs/javax/mail/class-use/MessagingException.html %%T%%/docs/javadocs/javax/mail/class-use/MethodNotSupportedException.html -%%T%%/docs/javadocs/javax/mail/class-use/Multipart.html -%%T%%/docs/javadocs/javax/mail/class-use/MultipartDataSource.html -%%T%%/docs/javadocs/javax/mail/class-use/NoSuchProviderException.html -%%T%%/docs/javadocs/javax/mail/class-use/Part.html -%%T%%/docs/javadocs/javax/mail/class-use/PasswordAuthentication.html -%%T%%/docs/javadocs/javax/mail/class-use/Provider.Type.html -%%T%%/docs/javadocs/javax/mail/class-use/Provider.html +%%T%%/docs/javadocs/javax/mail/class-use/IllegalWriteException.html +%%T%%/docs/javadocs/javax/mail/class-use/AuthenticationFailedException.html %%T%%/docs/javadocs/javax/mail/class-use/ReadOnlyFolderException.html -%%T%%/docs/javadocs/javax/mail/class-use/SendFailedException.html -%%T%%/docs/javadocs/javax/mail/class-use/Service.html -%%T%%/docs/javadocs/javax/mail/class-use/Session.html %%T%%/docs/javadocs/javax/mail/class-use/Store.html +%%T%%/docs/javadocs/javax/mail/class-use/MessageAware.html +%%T%%/docs/javadocs/javax/mail/class-use/SendFailedException.html +%%T%%/docs/javadocs/javax/mail/class-use/Multipart.html %%T%%/docs/javadocs/javax/mail/class-use/StoreClosedException.html -%%T%%/docs/javadocs/javax/mail/class-use/Transport.html -%%T%%/docs/javadocs/javax/mail/class-use/UIDFolder.FetchProfileItem.html +%%T%%/docs/javadocs/javax/mail/class-use/MessageRemovedException.html +%%T%%/docs/javadocs/javax/mail/class-use/Header.html +%%T%%/docs/javadocs/javax/mail/class-use/Folder.html %%T%%/docs/javadocs/javax/mail/class-use/UIDFolder.html +%%T%%/docs/javadocs/javax/mail/class-use/FetchProfile.html +%%T%%/docs/javadocs/javax/mail/class-use/FetchProfile.Item.html +%%T%%/docs/javadocs/javax/mail/class-use/UIDFolder.FetchProfileItem.html +%%T%%/docs/javadocs/javax/mail/class-use/Provider.html +%%T%%/docs/javadocs/javax/mail/class-use/Provider.Type.html +%%T%%/docs/javadocs/javax/mail/class-use/Session.html +%%T%%/docs/javadocs/javax/mail/class-use/Address.html %%T%%/docs/javadocs/javax/mail/class-use/URLName.html -%%T%%/docs/javadocs/javax/mail/event/ConnectionAdapter.html -%%T%%/docs/javadocs/javax/mail/event/ConnectionEvent.html -%%T%%/docs/javadocs/javax/mail/event/ConnectionListener.html -%%T%%/docs/javadocs/javax/mail/event/FolderAdapter.html -%%T%%/docs/javadocs/javax/mail/event/FolderEvent.html -%%T%%/docs/javadocs/javax/mail/event/FolderListener.html -%%T%%/docs/javadocs/javax/mail/event/MailEvent.html -%%T%%/docs/javadocs/javax/mail/event/MessageChangedEvent.html -%%T%%/docs/javadocs/javax/mail/event/MessageChangedListener.html -%%T%%/docs/javadocs/javax/mail/event/MessageCountAdapter.html -%%T%%/docs/javadocs/javax/mail/event/MessageCountEvent.html -%%T%%/docs/javadocs/javax/mail/event/MessageCountListener.html -%%T%%/docs/javadocs/javax/mail/event/StoreEvent.html -%%T%%/docs/javadocs/javax/mail/event/StoreListener.html -%%T%%/docs/javadocs/javax/mail/event/TransportAdapter.html -%%T%%/docs/javadocs/javax/mail/event/TransportEvent.html -%%T%%/docs/javadocs/javax/mail/event/TransportListener.html -%%T%%/docs/javadocs/javax/mail/event/class-use/ConnectionAdapter.html -%%T%%/docs/javadocs/javax/mail/event/class-use/ConnectionEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/ConnectionListener.html -%%T%%/docs/javadocs/javax/mail/event/class-use/FolderAdapter.html -%%T%%/docs/javadocs/javax/mail/event/class-use/FolderEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/FolderListener.html -%%T%%/docs/javadocs/javax/mail/event/class-use/MailEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/MessageChangedEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/MessageChangedListener.html -%%T%%/docs/javadocs/javax/mail/event/class-use/MessageCountAdapter.html -%%T%%/docs/javadocs/javax/mail/event/class-use/MessageCountEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/MessageCountListener.html -%%T%%/docs/javadocs/javax/mail/event/class-use/StoreEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/StoreListener.html -%%T%%/docs/javadocs/javax/mail/event/class-use/TransportAdapter.html -%%T%%/docs/javadocs/javax/mail/event/class-use/TransportEvent.html -%%T%%/docs/javadocs/javax/mail/event/class-use/TransportListener.html -%%T%%/docs/javadocs/javax/mail/event/package-frame.html -%%T%%/docs/javadocs/javax/mail/event/package-summary.html -%%T%%/docs/javadocs/javax/mail/event/package-tree.html -%%T%%/docs/javadocs/javax/mail/event/package-use.html -%%T%%/docs/javadocs/javax/mail/internet/AddressException.html +%%T%%/docs/javadocs/javax/mail/class-use/NoSuchProviderException.html +%%T%%/docs/javadocs/javax/mail/class-use/BodyPart.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/ParseException.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/AddressException.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/InternetHeaders.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/InternetAddress.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimePart.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/ContentDisposition.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/NewsAddress.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeUtility.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/ContentType.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/ParameterList.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeMessage.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeMessage.RecipientType.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MailDateFormat.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimePartDataSource.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/HeaderTokenizer.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/HeaderTokenizer.Token.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeMultipart.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/SharedInputStream.html +%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeBodyPart.html +%%T%%/docs/javadocs/javax/mail/internet/package-use.html +%%T%%/docs/javadocs/javax/mail/internet/package-summary.html +%%T%%/docs/javadocs/javax/mail/internet/package-tree.html +%%T%%/docs/javadocs/javax/mail/internet/package-frame.html +%%T%%/docs/javadocs/javax/mail/internet/MimePart.html +%%T%%/docs/javadocs/javax/mail/internet/SharedInputStream.html %%T%%/docs/javadocs/javax/mail/internet/ContentDisposition.html %%T%%/docs/javadocs/javax/mail/internet/ContentType.html -%%T%%/docs/javadocs/javax/mail/internet/HeaderTokenizer.Token.html %%T%%/docs/javadocs/javax/mail/internet/HeaderTokenizer.html +%%T%%/docs/javadocs/javax/mail/internet/HeaderTokenizer.Token.html %%T%%/docs/javadocs/javax/mail/internet/InternetAddress.html %%T%%/docs/javadocs/javax/mail/internet/InternetHeaders.html %%T%%/docs/javadocs/javax/mail/internet/MailDateFormat.html %%T%%/docs/javadocs/javax/mail/internet/MimeBodyPart.html -%%T%%/docs/javadocs/javax/mail/internet/MimeMessage.RecipientType.html %%T%%/docs/javadocs/javax/mail/internet/MimeMessage.html +%%T%%/docs/javadocs/javax/mail/internet/MimeMessage.RecipientType.html %%T%%/docs/javadocs/javax/mail/internet/MimeMultipart.html -%%T%%/docs/javadocs/javax/mail/internet/MimePart.html %%T%%/docs/javadocs/javax/mail/internet/MimePartDataSource.html %%T%%/docs/javadocs/javax/mail/internet/MimeUtility.html %%T%%/docs/javadocs/javax/mail/internet/NewsAddress.html %%T%%/docs/javadocs/javax/mail/internet/ParameterList.html +%%T%%/docs/javadocs/javax/mail/internet/AddressException.html %%T%%/docs/javadocs/javax/mail/internet/ParseException.html -%%T%%/docs/javadocs/javax/mail/internet/SharedInputStream.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/AddressException.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/ContentDisposition.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/ContentType.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/HeaderTokenizer.Token.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/HeaderTokenizer.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/InternetAddress.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/InternetHeaders.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MailDateFormat.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeBodyPart.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeMessage.RecipientType.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeMessage.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeMultipart.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimePart.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimePartDataSource.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/MimeUtility.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/NewsAddress.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/ParameterList.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/ParseException.html -%%T%%/docs/javadocs/javax/mail/internet/class-use/SharedInputStream.html -%%T%%/docs/javadocs/javax/mail/internet/package-frame.html -%%T%%/docs/javadocs/javax/mail/internet/package-summary.html -%%T%%/docs/javadocs/javax/mail/internet/package-tree.html -%%T%%/docs/javadocs/javax/mail/internet/package-use.html -%%T%%/docs/javadocs/javax/mail/package-frame.html -%%T%%/docs/javadocs/javax/mail/package-summary.html -%%T%%/docs/javadocs/javax/mail/package-tree.html -%%T%%/docs/javadocs/javax/mail/package-use.html +%%T%%/docs/javadocs/javax/mail/search/class-use/SearchTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/AndTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/StringTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/AddressStringTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/RecipientStringTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/BodyTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/ComparisonTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/IntegerComparisonTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/MessageNumberTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/DateTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/SentDateTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/MessageIDTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/HeaderTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/NotTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/SizeTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/OrTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/AddressTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/RecipientTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/ReceivedDateTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/SubjectTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/FlagTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/FromTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/FromStringTerm.html +%%T%%/docs/javadocs/javax/mail/search/class-use/SearchException.html +%%T%%/docs/javadocs/javax/mail/search/package-use.html +%%T%%/docs/javadocs/javax/mail/search/package-summary.html +%%T%%/docs/javadocs/javax/mail/search/package-tree.html +%%T%%/docs/javadocs/javax/mail/search/package-frame.html %%T%%/docs/javadocs/javax/mail/search/AddressStringTerm.html %%T%%/docs/javadocs/javax/mail/search/AddressTerm.html %%T%%/docs/javadocs/javax/mail/search/AndTerm.html @@ -249,148 +126,276 @@ %%T%%/docs/javadocs/javax/mail/search/HeaderTerm.html %%T%%/docs/javadocs/javax/mail/search/IntegerComparisonTerm.html %%T%%/docs/javadocs/javax/mail/search/MessageIDTerm.html -%%T%%/docs/javadocs/javax/mail/search/MessageNumberTerm.html %%T%%/docs/javadocs/javax/mail/search/NotTerm.html +%%T%%/docs/javadocs/javax/mail/search/MessageNumberTerm.html %%T%%/docs/javadocs/javax/mail/search/OrTerm.html %%T%%/docs/javadocs/javax/mail/search/ReceivedDateTerm.html %%T%%/docs/javadocs/javax/mail/search/RecipientStringTerm.html %%T%%/docs/javadocs/javax/mail/search/RecipientTerm.html -%%T%%/docs/javadocs/javax/mail/search/SearchException.html %%T%%/docs/javadocs/javax/mail/search/SearchTerm.html %%T%%/docs/javadocs/javax/mail/search/SentDateTerm.html %%T%%/docs/javadocs/javax/mail/search/SizeTerm.html %%T%%/docs/javadocs/javax/mail/search/StringTerm.html %%T%%/docs/javadocs/javax/mail/search/SubjectTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/AddressStringTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/AddressTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/AndTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/BodyTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/ComparisonTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/DateTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/FlagTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/FromStringTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/FromTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/HeaderTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/IntegerComparisonTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/MessageIDTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/MessageNumberTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/NotTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/OrTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/ReceivedDateTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/RecipientStringTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/RecipientTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/SearchException.html -%%T%%/docs/javadocs/javax/mail/search/class-use/SearchTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/SentDateTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/SizeTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/StringTerm.html -%%T%%/docs/javadocs/javax/mail/search/class-use/SubjectTerm.html -%%T%%/docs/javadocs/javax/mail/search/package-frame.html -%%T%%/docs/javadocs/javax/mail/search/package-summary.html -%%T%%/docs/javadocs/javax/mail/search/package-tree.html -%%T%%/docs/javadocs/javax/mail/search/package-use.html -%%T%%/docs/javadocs/overview-frame.html -%%T%%/docs/javadocs/overview-summary.html +%%T%%/docs/javadocs/javax/mail/search/SearchException.html +%%T%%/docs/javadocs/javax/mail/event/class-use/MailEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/TransportAdapter.html +%%T%%/docs/javadocs/javax/mail/event/class-use/ConnectionAdapter.html +%%T%%/docs/javadocs/javax/mail/event/class-use/FolderListener.html +%%T%%/docs/javadocs/javax/mail/event/class-use/FolderAdapter.html +%%T%%/docs/javadocs/javax/mail/event/class-use/MessageChangedListener.html +%%T%%/docs/javadocs/javax/mail/event/class-use/TransportListener.html +%%T%%/docs/javadocs/javax/mail/event/class-use/FolderEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/ConnectionEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/MessageChangedEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/StoreEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/ConnectionListener.html +%%T%%/docs/javadocs/javax/mail/event/class-use/StoreListener.html +%%T%%/docs/javadocs/javax/mail/event/class-use/MessageCountAdapter.html +%%T%%/docs/javadocs/javax/mail/event/class-use/TransportEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/MessageCountEvent.html +%%T%%/docs/javadocs/javax/mail/event/class-use/MessageCountListener.html +%%T%%/docs/javadocs/javax/mail/event/package-use.html +%%T%%/docs/javadocs/javax/mail/event/package-summary.html +%%T%%/docs/javadocs/javax/mail/event/package-tree.html +%%T%%/docs/javadocs/javax/mail/event/package-frame.html +%%T%%/docs/javadocs/javax/mail/event/ConnectionListener.html +%%T%%/docs/javadocs/javax/mail/event/FolderListener.html +%%T%%/docs/javadocs/javax/mail/event/MessageChangedListener.html +%%T%%/docs/javadocs/javax/mail/event/MessageCountListener.html +%%T%%/docs/javadocs/javax/mail/event/StoreListener.html +%%T%%/docs/javadocs/javax/mail/event/TransportListener.html +%%T%%/docs/javadocs/javax/mail/event/ConnectionAdapter.html +%%T%%/docs/javadocs/javax/mail/event/ConnectionEvent.html +%%T%%/docs/javadocs/javax/mail/event/FolderAdapter.html +%%T%%/docs/javadocs/javax/mail/event/FolderEvent.html +%%T%%/docs/javadocs/javax/mail/event/MailEvent.html +%%T%%/docs/javadocs/javax/mail/event/MessageChangedEvent.html +%%T%%/docs/javadocs/javax/mail/event/MessageCountAdapter.html +%%T%%/docs/javadocs/javax/mail/event/MessageCountEvent.html +%%T%%/docs/javadocs/javax/mail/event/StoreEvent.html +%%T%%/docs/javadocs/javax/mail/event/TransportAdapter.html +%%T%%/docs/javadocs/javax/mail/event/TransportEvent.html +%%T%%/docs/javadocs/javax/mail/package-use.html +%%T%%/docs/javadocs/javax/mail/package-summary.html +%%T%%/docs/javadocs/javax/mail/package-tree.html +%%T%%/docs/javadocs/javax/mail/package-frame.html +%%T%%/docs/javadocs/javax/mail/MessageAware.html +%%T%%/docs/javadocs/javax/mail/MultipartDataSource.html +%%T%%/docs/javadocs/javax/mail/Part.html +%%T%%/docs/javadocs/javax/mail/UIDFolder.html +%%T%%/docs/javadocs/javax/mail/Address.html +%%T%%/docs/javadocs/javax/mail/Authenticator.html +%%T%%/docs/javadocs/javax/mail/BodyPart.html +%%T%%/docs/javadocs/javax/mail/FetchProfile.html +%%T%%/docs/javadocs/javax/mail/FetchProfile.Item.html +%%T%%/docs/javadocs/javax/mail/Flags.html +%%T%%/docs/javadocs/javax/mail/Flags.Flag.html +%%T%%/docs/javadocs/javax/mail/Folder.html +%%T%%/docs/javadocs/javax/mail/Header.html +%%T%%/docs/javadocs/javax/mail/Message.html +%%T%%/docs/javadocs/javax/mail/Message.RecipientType.html +%%T%%/docs/javadocs/javax/mail/MessageContext.html +%%T%%/docs/javadocs/javax/mail/Multipart.html +%%T%%/docs/javadocs/javax/mail/PasswordAuthentication.html +%%T%%/docs/javadocs/javax/mail/Provider.html +%%T%%/docs/javadocs/javax/mail/Provider.Type.html +%%T%%/docs/javadocs/javax/mail/Service.html +%%T%%/docs/javadocs/javax/mail/Session.html +%%T%%/docs/javadocs/javax/mail/Store.html +%%T%%/docs/javadocs/javax/mail/Transport.html +%%T%%/docs/javadocs/javax/mail/UIDFolder.FetchProfileItem.html +%%T%%/docs/javadocs/javax/mail/URLName.html +%%T%%/docs/javadocs/javax/mail/AuthenticationFailedException.html +%%T%%/docs/javadocs/javax/mail/FolderClosedException.html +%%T%%/docs/javadocs/javax/mail/IllegalWriteException.html +%%T%%/docs/javadocs/javax/mail/FolderNotFoundException.html +%%T%%/docs/javadocs/javax/mail/MessageRemovedException.html +%%T%%/docs/javadocs/javax/mail/MessagingException.html +%%T%%/docs/javadocs/javax/mail/MethodNotSupportedException.html +%%T%%/docs/javadocs/javax/mail/NoSuchProviderException.html +%%T%%/docs/javadocs/javax/mail/ReadOnlyFolderException.html +%%T%%/docs/javadocs/javax/mail/SendFailedException.html +%%T%%/docs/javadocs/javax/mail/StoreClosedException.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/IMAPFolder.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/IMAPFolder.FetchProfileItem.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/IMAPFolder.ProtocolCommand.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/ACL.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/Quota.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/Quota.Resource.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/Rights.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/Rights.Right.html +%%T%%/docs/javadocs/com/sun/mail/imap/class-use/IMAPStore.html +%%T%%/docs/javadocs/com/sun/mail/imap/package-use.html +%%T%%/docs/javadocs/com/sun/mail/imap/package-summary.html +%%T%%/docs/javadocs/com/sun/mail/imap/package-tree.html +%%T%%/docs/javadocs/com/sun/mail/imap/package-frame.html +%%T%%/docs/javadocs/com/sun/mail/imap/IMAPFolder.ProtocolCommand.html +%%T%%/docs/javadocs/com/sun/mail/imap/ACL.html +%%T%%/docs/javadocs/com/sun/mail/imap/IMAPFolder.html +%%T%%/docs/javadocs/com/sun/mail/imap/IMAPFolder.FetchProfileItem.html +%%T%%/docs/javadocs/com/sun/mail/imap/IMAPStore.html +%%T%%/docs/javadocs/com/sun/mail/imap/Quota.html +%%T%%/docs/javadocs/com/sun/mail/imap/Quota.Resource.html +%%T%%/docs/javadocs/com/sun/mail/imap/Rights.html +%%T%%/docs/javadocs/com/sun/mail/imap/Rights.Right.html +%%T%%/docs/javadocs/com/sun/mail/pop3/class-use/POP3Folder.html +%%T%%/docs/javadocs/com/sun/mail/pop3/class-use/POP3Store.html +%%T%%/docs/javadocs/com/sun/mail/pop3/class-use/POP3Message.html +%%T%%/docs/javadocs/com/sun/mail/pop3/package-use.html +%%T%%/docs/javadocs/com/sun/mail/pop3/package-summary.html +%%T%%/docs/javadocs/com/sun/mail/pop3/package-tree.html +%%T%%/docs/javadocs/com/sun/mail/pop3/package-frame.html +%%T%%/docs/javadocs/com/sun/mail/pop3/POP3Folder.html +%%T%%/docs/javadocs/com/sun/mail/pop3/POP3Message.html +%%T%%/docs/javadocs/com/sun/mail/pop3/POP3Store.html +%%T%%/docs/javadocs/com/sun/mail/smtp/class-use/SMTPMessage.html +%%T%%/docs/javadocs/com/sun/mail/smtp/class-use/SMTPTransport.html +%%T%%/docs/javadocs/com/sun/mail/smtp/package-use.html +%%T%%/docs/javadocs/com/sun/mail/smtp/package-summary.html +%%T%%/docs/javadocs/com/sun/mail/smtp/package-tree.html +%%T%%/docs/javadocs/com/sun/mail/smtp/package-frame.html +%%T%%/docs/javadocs/com/sun/mail/smtp/SMTPMessage.html +%%T%%/docs/javadocs/com/sun/mail/smtp/SMTPTransport.html %%T%%/docs/javadocs/overview-tree.html -%%T%%/docs/javadocs/package-list +%%T%%/docs/javadocs/index-files/index-1.html +%%T%%/docs/javadocs/index-files/index-2.html +%%T%%/docs/javadocs/index-files/index-3.html +%%T%%/docs/javadocs/index-files/index-4.html +%%T%%/docs/javadocs/index-files/index-5.html +%%T%%/docs/javadocs/index-files/index-6.html +%%T%%/docs/javadocs/index-files/index-7.html +%%T%%/docs/javadocs/index-files/index-8.html +%%T%%/docs/javadocs/index-files/index-9.html +%%T%%/docs/javadocs/index-files/index-10.html +%%T%%/docs/javadocs/index-files/index-11.html +%%T%%/docs/javadocs/index-files/index-12.html +%%T%%/docs/javadocs/index-files/index-13.html +%%T%%/docs/javadocs/index-files/index-14.html +%%T%%/docs/javadocs/index-files/index-15.html +%%T%%/docs/javadocs/index-files/index-16.html +%%T%%/docs/javadocs/index-files/index-17.html +%%T%%/docs/javadocs/index-files/index-18.html +%%T%%/docs/javadocs/index-files/index-19.html +%%T%%/docs/javadocs/index-files/index-20.html +%%T%%/docs/javadocs/index-files/index-21.html +%%T%%/docs/javadocs/index-files/index-22.html +%%T%%/docs/javadocs/index-files/index-23.html +%%T%%/docs/javadocs/deprecated-list.html +%%T%%/docs/javadocs/allclasses-frame.html +%%T%%/docs/javadocs/index.html %%T%%/docs/javadocs/packages.html +%%T%%/docs/javadocs/overview-summary.html +%%T%%/docs/javadocs/overview-frame.html %%T%%/docs/javadocs/serialized-form.html +%%T%%/docs/javadocs/package-list +%%T%%/docs/javadocs/help-doc.html %%T%%/docs/javadocs/stylesheet.css -%%T%%/docs/sundocs/allclasses-frame.html -%%T%%/docs/sundocs/com/sun/mail/imap/ACL.html -%%T%%/docs/sundocs/com/sun/mail/imap/IMAPFolder.ProtocolCommand.html -%%T%%/docs/sundocs/com/sun/mail/imap/IMAPFolder.html -%%T%%/docs/sundocs/com/sun/mail/imap/IMAPStore.html -%%T%%/docs/sundocs/com/sun/mail/imap/Quota.Resource.html -%%T%%/docs/sundocs/com/sun/mail/imap/Quota.html -%%T%%/docs/sundocs/com/sun/mail/imap/Rights.Right.html -%%T%%/docs/sundocs/com/sun/mail/imap/Rights.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/ACL.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/IMAPFolder.ProtocolCommand.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/IMAPFolder.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/IMAPStore.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/Quota.Resource.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/Quota.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/Rights.Right.html -%%T%%/docs/sundocs/com/sun/mail/imap/class-use/Rights.html -%%T%%/docs/sundocs/com/sun/mail/imap/package-frame.html -%%T%%/docs/sundocs/com/sun/mail/imap/package-summary.html -%%T%%/docs/sundocs/com/sun/mail/imap/package-tree.html -%%T%%/docs/sundocs/com/sun/mail/imap/package-use.html -%%T%%/docs/sundocs/com/sun/mail/pop3/POP3Folder.html -%%T%%/docs/sundocs/com/sun/mail/pop3/POP3Message.html -%%T%%/docs/sundocs/com/sun/mail/pop3/POP3Store.html -%%T%%/docs/sundocs/com/sun/mail/pop3/class-use/POP3Folder.html -%%T%%/docs/sundocs/com/sun/mail/pop3/class-use/POP3Message.html -%%T%%/docs/sundocs/com/sun/mail/pop3/class-use/POP3Store.html -%%T%%/docs/sundocs/com/sun/mail/pop3/package-frame.html -%%T%%/docs/sundocs/com/sun/mail/pop3/package-summary.html -%%T%%/docs/sundocs/com/sun/mail/pop3/package-tree.html -%%T%%/docs/sundocs/com/sun/mail/pop3/package-use.html -%%T%%/docs/sundocs/com/sun/mail/smtp/SMTPMessage.html -%%T%%/docs/sundocs/com/sun/mail/smtp/SMTPTransport.html -%%T%%/docs/sundocs/com/sun/mail/smtp/class-use/SMTPMessage.html -%%T%%/docs/sundocs/com/sun/mail/smtp/class-use/SMTPTransport.html -%%T%%/docs/sundocs/com/sun/mail/smtp/package-frame.html -%%T%%/docs/sundocs/com/sun/mail/smtp/package-summary.html -%%T%%/docs/sundocs/com/sun/mail/smtp/package-tree.html -%%T%%/docs/sundocs/com/sun/mail/smtp/package-use.html -%%T%%/docs/sundocs/deprecated-list.html -%%T%%/docs/sundocs/help-doc.html -%%T%%/docs/sundocs/index-files/index-1.html -%%T%%/docs/sundocs/index-files/index-10.html -%%T%%/docs/sundocs/index-files/index-11.html -%%T%%/docs/sundocs/index-files/index-12.html -%%T%%/docs/sundocs/index-files/index-13.html -%%T%%/docs/sundocs/index-files/index-14.html -%%T%%/docs/sundocs/index-files/index-15.html -%%T%%/docs/sundocs/index-files/index-16.html -%%T%%/docs/sundocs/index-files/index-17.html -%%T%%/docs/sundocs/index-files/index-18.html -%%T%%/docs/sundocs/index-files/index-19.html -%%T%%/docs/sundocs/index-files/index-2.html -%%T%%/docs/sundocs/index-files/index-20.html -%%T%%/docs/sundocs/index-files/index-3.html -%%T%%/docs/sundocs/index-files/index-4.html -%%T%%/docs/sundocs/index-files/index-5.html -%%T%%/docs/sundocs/index-files/index-6.html -%%T%%/docs/sundocs/index-files/index-7.html -%%T%%/docs/sundocs/index-files/index-8.html -%%T%%/docs/sundocs/index-files/index-9.html -%%T%%/docs/sundocs/index.html -%%T%%/docs/sundocs/overview-frame.html -%%T%%/docs/sundocs/overview-summary.html -%%T%%/docs/sundocs/overview-tree.html -%%T%%/docs/sundocs/package-list -%%T%%/docs/sundocs/packages.html -%%T%%/docs/sundocs/serialized-form.html -%%T%%/docs/sundocs/stylesheet.css -@dirrm %%T%%/docs/sundocs/index-files -@dirrm %%T%%/docs/sundocs/com/sun/mail/smtp/class-use -@dirrm %%T%%/docs/sundocs/com/sun/mail/smtp -@dirrm %%T%%/docs/sundocs/com/sun/mail/pop3/class-use -@dirrm %%T%%/docs/sundocs/com/sun/mail/pop3 -@dirrm %%T%%/docs/sundocs/com/sun/mail/imap/class-use -@dirrm %%T%%/docs/sundocs/com/sun/mail/imap -@dirrm %%T%%/docs/sundocs/com/sun/mail -@dirrm %%T%%/docs/sundocs/com/sun -@dirrm %%T%%/docs/sundocs/com -@dirrm %%T%%/docs/sundocs -@dirrm %%T%%/docs/javadocs/javax/mail/search/class-use -@dirrm %%T%%/docs/javadocs/javax/mail/search -@dirrm %%T%%/docs/javadocs/javax/mail/internet/class-use -@dirrm %%T%%/docs/javadocs/javax/mail/internet -@dirrm %%T%%/docs/javadocs/javax/mail/event/class-use -@dirrm %%T%%/docs/javadocs/javax/mail/event -@dirrm %%T%%/docs/javadocs/javax/mail/class-use -@dirrm %%T%%/docs/javadocs/javax/mail -@dirrm %%T%%/docs/javadocs/javax -@dirrm %%T%%/docs/javadocs/index-files -@dirrm %%T%%/docs/javadocs -@dirrm %%T%%/docs -@dirrm %%T%%/demo/servlet -@dirrm %%T%%/demo/client -@dirrm %%T%%/demo -@dirrm %%T%% -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true +%%T%%/docs/JavaMail-1.2.ps +%%T%%/docs/JavaMail-1.2.pdf +%%T%%/docs/Providers.ps +%%T%%/docs/Providers.pdf +%%T%%/docs/JavaMail-1.1-changes.txt +%%T%%/docs/JavaMail-1.2-changes.txt +%%T%%/docs/JavaMail-1.3-changes.txt +%%T%%/demo/client/ComponentFrame.java +%%T%%/demo/client/FolderModel.java +%%T%%/demo/client/FolderTreeNode.java +%%T%%/demo/client/FolderViewer.java +%%T%%/demo/client/MessageViewer.java +%%T%%/demo/client/MultipartViewer.java +%%T%%/demo/client/SimpleAuthenticator.java +%%T%%/demo/client/SimpleClient.java +%%T%%/demo/client/StoreTreeNode.java +%%T%%/demo/client/TextViewer.java +%%T%%/demo/client/simple.mailcap +%%T%%/demo/client/README.txt +%%T%%/demo/servlet/JavaMailServlet.java +%%T%%/demo/servlet/JavaMail.html +%%T%%/demo/servlet/README.txt +%%T%%/demo/webapp/src/taglib/META-INF/taglib.tld +%%T%%/demo/webapp/src/taglib/demo/MessageInfo.java +%%T%%/demo/webapp/src/taglib/demo/AttachmentInfo.java +%%T%%/demo/webapp/src/taglib/demo/ListAttachmentsTag.java +%%T%%/demo/webapp/src/taglib/demo/ListAttachmentsTEI.java +%%T%%/demo/webapp/src/taglib/demo/ListMessagesTEI.java +%%T%%/demo/webapp/src/taglib/demo/ListMessagesTag.java +%%T%%/demo/webapp/src/taglib/demo/MessageTag.java +%%T%%/demo/webapp/src/taglib/demo/MessageTEI.java +%%T%%/demo/webapp/src/taglib/demo/SendTag.java +%%T%%/demo/webapp/src/classes/AttachmentServlet.java +%%T%%/demo/webapp/src/classes/FilterServlet.java +%%T%%/demo/webapp/src/classes/MailUserBean.java +%%T%%/demo/webapp/src/docroot/WEB-INF/web.xml +%%T%%/demo/webapp/src/docroot/login.jsp +%%T%%/demo/webapp/src/docroot/send.jsp +%%T%%/demo/webapp/src/docroot/folders.jsp +%%T%%/demo/webapp/src/docroot/errorpage.jsp +%%T%%/demo/webapp/src/docroot/compose.jsp +%%T%%/demo/webapp/src/docroot/errordetails.jsp +%%T%%/demo/webapp/src/docroot/index.html +%%T%%/demo/webapp/src/docroot/logout.jsp +%%T%%/demo/webapp/src/docroot/messagecontent.jsp +%%T%%/demo/webapp/src/docroot/messageheaders.jsp +%%T%%/demo/webapp/build.sh +%%T%%/demo/webapp/build.bat +%%T%%/demo/webapp/webapp.README.txt +%%T%%/demo/ByteArrayDataSource.java +%%T%%/demo/CRLFOutputStream.java +%%T%%/demo/NewlineOutputStream.java +%%T%%/demo/copier.java +%%T%%/demo/folderlist.java +%%T%%/demo/monitor.java +%%T%%/demo/mover.java +%%T%%/demo/msgmultisendsample.java +%%T%%/demo/msgsend.java +%%T%%/demo/msgsendsample.java +%%T%%/demo/msgshow.java +%%T%%/demo/namespace.java +%%T%%/demo/populate.java +%%T%%/demo/registry.java +%%T%%/demo/search.java +%%T%%/demo/sendfile.java +%%T%%/demo/sendhtml.java +%%T%%/demo/transport.java +%%T%%/demo/uidmsgshow.java +%%T%%/demo/README.txt +%%T%%/mail.jar +%%T%%/CHANGES.txt +%%T%%/README.txt +%%T%%/LICENSE.txt +%%T%%/NOTES.txt +@dirrm %%T%%/docs/javadocs/index-files/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/pop3/class-use/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/pop3/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/imap/class-use/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/imap/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/smtp/class-use/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/smtp/ +@dirrm %%T%%/docs/javadocs/com/sun/mail/ +@dirrm %%T%%/docs/javadocs/com/sun/ +@dirrm %%T%%/docs/javadocs/com/ +@dirrm %%T%%/docs/javadocs/javax/mail/event/class-use/ +@dirrm %%T%%/docs/javadocs/javax/mail/event/ +@dirrm %%T%%/docs/javadocs/javax/mail/search/class-use/ +@dirrm %%T%%/docs/javadocs/javax/mail/search/ +@dirrm %%T%%/docs/javadocs/javax/mail/internet/class-use/ +@dirrm %%T%%/docs/javadocs/javax/mail/internet/ +@dirrm %%T%%/docs/javadocs/javax/mail/class-use/ +@dirrm %%T%%/docs/javadocs/javax/mail/ +@dirrm %%T%%/docs/javadocs/javax/ +@dirrm %%T%%/docs/javadocs/ +@dirrm %%T%%/docs/ +@dirrm %%T%%/demo/webapp/src/taglib/META-INF/ +@dirrm %%T%%/demo/webapp/src/taglib/demo/ +@dirrm %%T%%/demo/webapp/src/taglib/ +@dirrm %%T%%/demo/webapp/src/docroot/WEB-INF/ +@dirrm %%T%%/demo/webapp/src/classes/ +@dirrm %%T%%/demo/webapp/src/docroot/ +@dirrm %%T%%/demo/webapp/src/ +@dirrm %%T%%/demo/webapp/ +@dirrm %%T%%/demo/servlet/ +@dirrm %%T%%/demo/client/ +@dirrm %%T%%/demo/ +@dirrm %%T%%/lib/ +@dirrm %%T%%/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 2:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C36837B401 for ; Mon, 28 Oct 2002 02:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08E943E7B for ; Mon, 28 Oct 2002 02:10: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 g9SAA1x3038497 for ; Mon, 28 Oct 2002 02:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SAA1qI038496; Mon, 28 Oct 2002 02:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 250A637B401 for ; Mon, 28 Oct 2002 02:05:52 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E45D43E42 for ; Mon, 28 Oct 2002 02:05:51 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id A0058AB46; Mon, 28 Oct 2002 11:05:49 +0100 (CET) Message-Id: <20021028100549.A0058AB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 11:05:49 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44559: fix PATCH_SITES graphics/urt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44559 >Category: ports >Synopsis: fix PATCH_SITES graphics/urt >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 02:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: patch is no longer found at previous site, change to another site which has the patch >How-To-Repeat: >Fix: --- urt.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/urt/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 29 Sep 2002 08:07:45 -0000 1.28 +++ Makefile 28 Oct 2002 10:04:24 -0000 @@ -12,7 +12,7 @@ DISTNAME= urt DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar -PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ +PATCH_SITES= http://www.funet.fi/pub/graphics/packages/urt/rel2/ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 --- urt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 2:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A7337B401 for ; Mon, 28 Oct 2002 02:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8601643E4A for ; Mon, 28 Oct 2002 02: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 g9SAe1x3044661 for ; Mon, 28 Oct 2002 02:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SAe13Z044660; Mon, 28 Oct 2002 02:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5EDC37B401 for ; Mon, 28 Oct 2002 02:33:58 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C4643E6E for ; Mon, 28 Oct 2002 02:33:58 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id DE582AB46; Mon, 28 Oct 2002 11:33:56 +0100 (CET) Message-Id: <20021028103356.DE582AB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 11:33:56 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44561: update math/fxt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44561 >Category: ports >Synopsis: update math/fxt >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 02:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: update to 2002.10.09 to make fetchable again >How-To-Repeat: >Fix: --- fxt.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/fxt/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 29 Mar 2002 00:50:17 -0000 1.3 +++ Makefile 28 Oct 2002 10:33:05 -0000 @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2002.03.23 +PORTVERSION= 2002.10.09 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/fxt/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 Mar 2002 00:50:17 -0000 1.3 +++ distinfo 28 Oct 2002 10:33:05 -0000 @@ -1 +1 @@ -MD5 (fxt-2002.03.23.tgz) = 79e02294dbcd487b9ef8ecd8d0381c3d +MD5 (fxt-2002.10.09.tgz) = 25a9b928737d67426bd215ae35c3e055 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/fxt/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 29 Mar 2002 00:50:17 -0000 1.3 +++ pkg-plist 28 Oct 2002 10:33:05 -0000 @@ -12,6 +12,7 @@ include/fxt/bitarray.h include/fxt/bitasm.h include/fxt/bitcombination.h +include/fxt/bitcombminchange.h include/fxt/bitcount.h include/fxt/bitcyclic.h include/fxt/bithigh.h @@ -27,6 +28,7 @@ include/fxt/bytescan.h include/fxt/cholesky.h include/fxt/cmult.h +include/fxt/combaltminchange.h include/fxt/combcolex.h include/fxt/comblazy.h include/fxt/comblex.h @@ -56,6 +58,8 @@ include/fxt/graycode.h include/fxt/graypermute.h include/fxt/greencode.h +include/fxt/haarnn.h +include/fxt/haarnninplace.h include/fxt/haarpermute.h include/fxt/hilbert.h include/fxt/inline.h @@ -98,6 +102,7 @@ include/fxt/quantise.h include/fxt/radixpermute.h include/fxt/range.h +include/fxt/reorth.h include/fxt/restrict.h include/fxt/revbin.h include/fxt/revbinpermute.h @@ -135,7 +140,7 @@ include/fxt/subsetdebruijn.h include/fxt/subsetlex.h include/fxt/subsetminchange.h -include/fxt/subsetordered.h +include/fxt/subsetmonotone.h include/fxt/sumdiff.h include/fxt/symbolify.h include/fxt/symmetricpart.h --- fxt.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 2:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A051637B401 for ; Mon, 28 Oct 2002 02:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F0943E4A for ; Mon, 28 Oct 2002 02:50: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 g9SAo1x3046659 for ; Mon, 28 Oct 2002 02:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SAo1o3046658; Mon, 28 Oct 2002 02:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7836E37B401 for ; Mon, 28 Oct 2002 02:44:41 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0077043E75 for ; Mon, 28 Oct 2002 02:44:41 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 862E3AB46; Mon, 28 Oct 2002 11:44:39 +0100 (CET) Message-Id: <20021028104439.862E3AB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 11:44:39 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44562: update textproc/p5-Parse-Syslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44562 >Category: ports >Synopsis: update textproc/p5-Parse-Syslog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 02:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: - update to 1.02 - take maintainership >How-To-Repeat: >Fix: --- p5-Parse-Syslog.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Parse-Syslog/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 13 Nov 2001 14:51:48 -0000 1.2 +++ Makefile 28 Oct 2002 10:43:43 -0000 @@ -6,13 +6,13 @@ # PORTNAME= Parse-Syslog -PORTVERSION= 0.04 +PORTVERSION= 1.02 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Parse PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Parse-Syslog/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 13 Nov 2001 14:51:48 -0000 1.2 +++ distinfo 28 Oct 2002 10:43:43 -0000 @@ -1 +1 @@ -MD5 (Parse-Syslog-0.04.tar.gz) = a25b6b47f57489df2375aa5e1ad83e7b +MD5 (Parse-Syslog-1.02.tar.gz) = 0ed5e6822ea09ba581124231c0d47037 --- p5-Parse-Syslog.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 2:52:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EEA537B401; Mon, 28 Oct 2002 02:52:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6D643E9E; Mon, 28 Oct 2002 02:52:35 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SAqZx3048601; Mon, 28 Oct 2002 02:52:35 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SAqZX7048597; Mon, 28 Oct 2002 02:52:35 -0800 (PST) Date: Mon, 28 Oct 2002 02:52:35 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281052.g9SAqZX7048597@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43784: Update port: devel/eboxy to 0.3.1 Sender: owner-freebsd-ports@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: devel/eboxy to 0.3.1 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 02:52:19 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=43784 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 4:19:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5D137B404; Mon, 28 Oct 2002 04:19:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B297D43E88; Mon, 28 Oct 2002 04:19:12 -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 g9SCJAx3078728; Mon, 28 Oct 2002 04:19:12 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SCIxqw078696; Mon, 28 Oct 2002 04:18:59 -0800 (PST) Date: Mon, 28 Oct 2002 04:18:59 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281218.g9SCIxqw078696@freefall.freebsd.org> To: kappa@agava.com, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38541: ghostscript-gnu checksum mismatch for a distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ghostscript-gnu checksum mismatch for a distfile State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Oct 28 04:18:21 PST 2002 State-Changed-Why: Not a Problem anymore http://www.freebsd.org/cgi/query-pr.cgi?pr=38541 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 4:29:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8735337B401; Mon, 28 Oct 2002 04:29:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3830A43E75; Mon, 28 Oct 2002 04:29:21 -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 g9SCTLx3081003; Mon, 28 Oct 2002 04:29:21 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SCTL4L080999; Mon, 28 Oct 2002 04:29:21 -0800 (PST) Date: Mon, 28 Oct 2002 04:29:21 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281229.g9SCTL4L080999@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: ports/44095: Fix Installation of Manpages, portlint sysutils/nwclient602 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix Installation of Manpages, portlint sysutils/nwclient602 Responsible-Changed-From-To: freebsd-ports->mjacob Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 04:25:00 PST 2002 Responsible-Changed-Why: Matt claimed on cvs-all he is "actively maintaining" this port. I'll try to assign this PR to him, although this 2 weeks old PR was CCed to him. http://www.freebsd.org/cgi/query-pr.cgi?pr=44095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 4:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFAD37B401 for ; Mon, 28 Oct 2002 04:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B54143E4A for ; Mon, 28 Oct 2002 04: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 g9SCU2x3081047 for ; Mon, 28 Oct 2002 04: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 g9SCU2vP081046; Mon, 28 Oct 2002 04:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D10F37B401 for ; Mon, 28 Oct 2002 04:20:10 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F68A43E4A for ; Mon, 28 Oct 2002 04:20:10 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 8F79CAB46; Mon, 28 Oct 2002 13:20:01 +0100 (CET) Message-Id: <20021028122001.8F79CAB46@backup-mx.droso.dk> Date: Mon, 28 Oct 2002 13:20:01 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44563: update math/topaz to 3.36 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44563 >Category: ports >Synopsis: update math/topaz to 3.36 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 04:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: update to 3.36 >How-To-Repeat: >Fix: --- topaz.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/topaz/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 29 Mar 2002 17:37:03 -0000 1.10 +++ Makefile 28 Oct 2002 12:19:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= topaz -PORTVERSION= 3.34 +PORTVERSION= 3.36 CATEGORIES= math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/topaz/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 29 Mar 2002 17:37:03 -0000 1.5 +++ distinfo 28 Oct 2002 12:19:08 -0000 @@ -1 +1 @@ -MD5 (topaz-3_34-src.tar.gz) = 42e8176d404c5fde1226e775f41aaad5 +MD5 (topaz-3_36-src.tar.gz) = 222039d4cd3d7fc736737f1f20aa76d9 --- topaz.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 6: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B5C37B401 for ; Mon, 28 Oct 2002 06:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332BD43E77 for ; Mon, 28 Oct 2002 06:00: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 g9SE0Bx3011141 for ; Mon, 28 Oct 2002 06:00: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 g9SE0BcV011140; Mon, 28 Oct 2002 06:00:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A38F37B401 for ; Mon, 28 Oct 2002 05:56:08 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1567843E42 for ; Mon, 28 Oct 2002 05:56:08 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SDu77R090103 for ; Mon, 28 Oct 2002 05:56:07 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9SDu70k090102; Mon, 28 Oct 2002 05:56:07 -0800 (PST) Message-Id: <200210281356.g9SDu70k090102@www.freebsd.org> Date: Mon, 28 Oct 2002 05:56:07 -0800 (PST) From: Peter Bozarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44565: NEW PORT: devel/libds (Useful data structures library) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44565 >Category: ports >Synopsis: NEW PORT: devel/libds (Useful data structures library) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 06:00:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Peter Bozarov >Release: FreeBSD 4.7-RELEASE i386 >Organization: - >Environment: FreeBSD grid 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Oct 27 11:54:16 CET 2002 root@grid:/usr/src/sys/compile/GRID i386 >Description: A small, but useful library of data structures. Has AVL tree, binary heap, hash table, a queue, a stack, variable length array >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: # # libds # libds/Makefile # libds/pkg-comment # libds/pkg-descr # libds/pkg-plist # libds/distinfo # echo c - libds mkdir -p libds > /dev/null 2>&1 echo x - libds/Makefile sed 's/^X//' >libds/Makefile << 'END-of-libds/Makefile' X# New ports collection makefile for: libds X# Date created: 25 October 2002 X# Whom: Peter Bozarov (kingofgib@users.sourceforge.net) X# X# $FreeBSD$ X# X XPORTNAME= libds XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= libds XDISTNAME= libds-2.1 X XMAINTAINER= kingofgib@users.sourceforge.net X XINSTALLS_SHLIB= yes XALL_TARGET= gcc X X.include X XMAN3= libds.3 XHTML= avltree.html heap.html parray.html set.html hashtbl.html \ X index.html queue.html stack.html X X# Copy header file and libraries. Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/ds.h ${PREFIX}/include X ${INSTALL_DATA} ${WRKSRC}/libds.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/libds.so ${PREFIX}/lib/libds.so.1 X X# Make symbolic link to the shared library X# Install man pages. X# Instlal HTML pages. Xpost-install: X ${LN} -sf ${PREFIX}/lib/libds.so.1 ${PREFIX}/lib/libds.so X.for i in ${MAN3} X ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man3/${i} X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/libds X.for i in ${HTML} X ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/libds/${i} X.endfor X.endif X X.include END-of-libds/Makefile echo x - libds/pkg-comment sed 's/^X//' >libds/pkg-comment << 'END-of-libds/pkg-comment' XANSI Generic Data Structures Library END-of-libds/pkg-comment echo x - libds/pkg-descr sed 's/^X//' >libds/pkg-descr << 'END-of-libds/pkg-descr' XLibDS is a small but powerful and easy to use library containing a few Xvery useful data structures. Currently, the following data structures are Xsupported: X - a balanced binary tree (an AVL tree); X - a binary HEAP; X - a QUEUE; X - a HASH table; X - a SET and a BAG; X - a variable length array that can grows dynamically as new elements are X added or deleted (PARRAY). X - a STACK; X XLibDS has been designed to be very easy to use, without sacrificing either Xflexibility or speed. The API is small, and clean. END-of-libds/pkg-descr echo x - libds/pkg-plist sed 's/^X//' >libds/pkg-plist << 'END-of-libds/pkg-plist' Xinclude/ds.h Xlib/libds.a Xlib/libds.so.1 Xlib/libds.so X%%PORTDOCS%%share/doc/libds/avltree.html X%%PORTDOCS%%share/doc/libds/hashtbl.html X%%PORTDOCS%%share/doc/libds/heap.html X%%PORTDOCS%%share/doc/libds/index.html X%%PORTDOCS%%share/doc/libds/parray.html X%%PORTDOCS%%share/doc/libds/queue.html X%%PORTDOCS%%share/doc/libds/set.html X%%PORTDOCS%%share/doc/libds/stack.html X%%PORTDOCS%%@unexec rmdir %D/share/doc/libds 2>/dev/null || true X END-of-libds/pkg-plist echo x - libds/distinfo sed 's/^X//' >libds/distinfo << 'END-of-libds/distinfo' XMD5 (libds-2.1.tar.gz) = 91be12c3ee752ac3ae76ad2eef1b83c9 END-of-libds/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 6:17:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAFF37B401; Mon, 28 Oct 2002 06:17:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7036C43E3B; Mon, 28 Oct 2002 06:17:55 -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 g9SEHtx3021882; Mon, 28 Oct 2002 06:17:55 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SEHtKe021878; Mon, 28 Oct 2002 06:17:55 -0800 (PST) Date: Mon, 28 Oct 2002 06:17:55 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281417.g9SEHtKe021878@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, anholt@FreeBSD.org Subject: Re: ports/44180: XFree86-clients won't portupgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: XFree86-clients won't portupgrade Responsible-Changed-From-To: freebsd-ports->anholt Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 06:17:29 PST 2002 Responsible-Changed-Why: Over to XFree Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 6:24:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17AB37B401 for ; Mon, 28 Oct 2002 06:24:55 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DA343E6E for ; Mon, 28 Oct 2002 06:24:55 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9SEOdjR080112 for ; Mon, 28 Oct 2002 09:24:39 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9SEOdG6080111 for ports@freebsd.org; Mon, 28 Oct 2002 09:24:39 -0500 (EST) (envelope-from alane) Date: Mon, 28 Oct 2002 09:24:39 -0500 From: AlanE To: FreeBSD Ports List Subject: Scribus is *NOT* dead! Message-ID: <20021028142439.GA80090@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm testing a new version of the port (0.8 + official patches to date) and as soon as I am satisfied it's ready for release [meaning: it compiles], I'll update the port. After that I'll add the Python scripting add-in as an optional feature. First update should be this week. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 6:34:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D250637B401; Mon, 28 Oct 2002 06:34:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8332D43E3B; Mon, 28 Oct 2002 06:34:11 -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 g9SEYBx3028667; Mon, 28 Oct 2002 06:34:11 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SEYBVc028663; Mon, 28 Oct 2002 06:34:11 -0800 (PST) Date: Mon, 28 Oct 2002 06:34:11 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281434.g9SEYBVc028663@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, bp@FreeBSD.org Subject: Re: ports/29704: Imagemagick Identify utility crashes when used on smbfs mounted share Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Imagemagick Identify utility crashes when used on smbfs mounted share Responsible-Changed-From-To: freebsd-ports->bp Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 06:31:59 PST 2002 Responsible-Changed-Why: This PR is about a bug in SMBFS. I'll assign it to Boris Popov, who has already analyzed it. http://www.freebsd.org/cgi/query-pr.cgi?pr=29704 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7: 2: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53EA637B401; Mon, 28 Oct 2002 07:02:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05EBA43E77; Mon, 28 Oct 2002 07:02:08 -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 g9SF27x3042751; Mon, 28 Oct 2002 07:02: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 g9SF27iI042747; Mon, 28 Oct 2002 07:02:07 -0800 (PST) Date: Mon, 28 Oct 2002 07:02:07 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281502.g9SF27iI042747@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43176: textproc/wordnet packaging fails due to missing lib/libtclwn1.so Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/wordnet packaging fails due to missing lib/libtclwn1.so State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Oct 28 06:58:50 PST 2002 State-Changed-Why: I can't reproduce this one, and the packagebuildingcluster also doesn't complain. Can you retry, and if this still occurs submit a typescript? http://www.freebsd.org/cgi/query-pr.cgi?pr=43176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7: 3:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8F237B401; Mon, 28 Oct 2002 07:03:26 -0800 (PST) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3721343E6E; Mon, 28 Oct 2002 07:03:25 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 186BQC-000NPZ-00; Mon, 28 Oct 2002 15:03:16 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.3/8.11.1) with ESMTP id g9SF3Gnc044293; Mon, 28 Oct 2002 15:03:16 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.3/8.12.3/Submit) id g9SF3FHV044292; Mon, 28 Oct 2002 15:03:15 GMT Date: Mon, 28 Oct 2002 15:03:15 +0000 From: Jonathon McKitrick To: freebsd-ports@freebsd.org, sobomax@freebsd.org Subject: Segfault with Windowmaker 0.80.1 Message-ID: <20021028150315.GA44239@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Scanner: exiscan *186BQC-000NPZ-00*H.IwneRlvKM* (Manchester Computing, University of Manchester) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I decided to return to the Windowmaker fold, so I used 'portupgrade -RPN windowmaker' to install. Windowmaker starts, then pops up a box saying there was a segfault and allows me to dump core. I've tried truss and a few other tools, but I'm not good at debugging core files. Is there any info I can provide that can help track down this problem? I'd really like to get wmaker working. Note: I'm running XFree86 3.x, not 4.x. Should that make a difference? The XFree86 4.2 libraries are installed with the port. NOTE: Please CC me, as I am not currently subscribed. Thanks. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7: 8:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C8437B401; Mon, 28 Oct 2002 07:08:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7238843E42; Mon, 28 Oct 2002 07:08:16 -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 g9SF8Gx3047761; Mon, 28 Oct 2002 07:08:16 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SF8Gth047757; Mon, 28 Oct 2002 07:08:16 -0800 (PST) Date: Mon, 28 Oct 2002 07:08:16 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281508.g9SF8Gth047757@freefall.freebsd.org> To: klikes@isd.state.in.us, arved@FreeBSD.org, markm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/19448: filename input broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: filename input broken State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Oct 28 07:07:02 PST 2002 State-Changed-Why: Is this still a problem ? Responsible-Changed-From-To: markm->freebsd-ports Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 07:07:02 PST 2002 Responsible-Changed-Why: markm dropped Maintainership. http://www.freebsd.org/cgi/query-pr.cgi?pr=19448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7:20:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063C837B401; Mon, 28 Oct 2002 07:20:58 -0800 (PST) Received: from jaka.isd.state.in.us (fw-37-228.isd.state.in.us [157.91.37.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C41643E6E; Mon, 28 Oct 2002 07:20:57 -0800 (PST) (envelope-from klikes@isd.state.in.us) Received: from jaka.isd.state.in.us (localhost [127.0.0.1]) by jaka.isd.state.in.us (8.12.3/8.12.3) with ESMTP id g9SFKuqN042560; Mon, 28 Oct 2002 10:20:56 -0500 (EST) (envelope-from klikes@isd.state.in.us) Message-Id: <200210281520.g9SFKuqN042560@jaka.isd.state.in.us> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Tilman Linneweh Cc: markm@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/19448: filename input broken In-Reply-To: Your message of "Mon, 28 Oct 2002 07:08:16 PST." <200210281508.g9SF8Gth047757@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Oct 2002 10:20:56 -0500 From: "Kevin T. Likes" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To be honest, I haven't used that program in a long time. Actually, I don't even remember opening it. So, to answer your question, it's not a problem for me, but it might be for someone else. --ktl In message <200210281508.g9SF8Gth047757@freefall.freebsd.org>, Tilman Linneweh writes: >Synopsis: filename input broken > >State-Changed-From-To: open->feedback >State-Changed-By: arved >State-Changed-When: Mon Oct 28 07:07:02 PST 2002 >State-Changed-Why: >Is this still a problem ? > > >Responsible-Changed-From-To: markm->freebsd-ports >Responsible-Changed-By: arved >Responsible-Changed-When: Mon Oct 28 07:07:02 PST 2002 >Responsible-Changed-Why: >markm dropped Maintainership. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=19448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7:42:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7B0537B401; Mon, 28 Oct 2002 07:42:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9926743E4A; Mon, 28 Oct 2002 07:42:55 -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 g9SFgrx3090886; Mon, 28 Oct 2002 07:42:55 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SFgkfb090879; Mon, 28 Oct 2002 07:42:46 -0800 (PST) Date: Mon, 28 Oct 2002 07:42:46 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281542.g9SFgkfb090879@freefall.freebsd.org> To: yuri@irfu.se, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28771: opendx server fails to start Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: opendx server fails to start State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Oct 28 07:42:00 PST 2002 State-Changed-Why: Is this still a problem? I can't reproduce it with a recent STABLE and opendx version 4.2 http://www.freebsd.org/cgi/query-pr.cgi?pr=28771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7:46: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B276337B401; Mon, 28 Oct 2002 07:46:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6463343E77; Mon, 28 Oct 2002 07:46:08 -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 g9SFk8x3091065; Mon, 28 Oct 2002 07:46:08 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SFk8FX091061; Mon, 28 Oct 2002 07:46:08 -0800 (PST) Date: Mon, 28 Oct 2002 07:46:08 -0800 (PST) From: Tilman Linneweh Message-Id: <200210281546.g9SFk8FX091061@freefall.freebsd.org> To: klikes@isd.state.in.us, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/19448: filename input broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: filename input broken State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Oct 28 07:45:09 PST 2002 State-Changed-Why: Orginator doesn't use the program any more and it looks like the problematic patch has been removed three weeks ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=19448 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15B8437B404 for ; Mon, 28 Oct 2002 07:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C8543E75 for ; Mon, 28 Oct 2002 07:50: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 g9SFo1x3091274 for ; Mon, 28 Oct 2002 07:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SFo1WH091273; Mon, 28 Oct 2002 07:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C91B737B401; Mon, 28 Oct 2002 07:41:37 -0800 (PST) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BC043E42; Mon, 28 Oct 2002 07:41:37 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id CADF521792; Mon, 28 Oct 2002 10:41:26 -0500 (EST) Received: by onceler.kciLink.com (Postfix, from userid 100) id 947373D07; Mon, 28 Oct 2002 10:41:26 -0500 (EST) Message-Id: <20021028154126.947373D07@onceler.kciLink.com> Date: Mon, 28 Oct 2002 10:41:26 -0500 (EST) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org Cc: dwcjr@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44568: samba without CUPS still links CUPS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44568 >Category: ports >Synopsis: samba without CUPS still links CUPS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 07:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.7-STABLE FreeBSD 4.7-STABLE #3: Fri Oct 11 16:01:32 EDT 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: I upgraded samba to 2.2.6 from 2.2.5 last week. Printing from Win2000 (fully updated/patched) stopped working. There was an error in the log.smb file about not being able to reach a CUPS server, so I decided to try building samba without CUPS. However, all that the menu option to disable CUPS in the samba build process does is not register the dependency. Samba is still linked against CUPS. >How-To-Repeat: build samba with the "no cups" menu option selected. >Fix: dunno. i'm reverting back to 2.2.5 to get printing working again. (Yes, I've set printing = bsd in my smb.conf file). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 7:57:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E70E37B401 for ; Mon, 28 Oct 2002 07:57:34 -0800 (PST) Received: from fed1mtao01.cox.net (fed1mtao01.cox.net [68.6.19.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCE043E6E for ; Mon, 28 Oct 2002 07:57:33 -0800 (PST) (envelope-from s.wingate@cox.net) Received: from smtp.west.cox.net ([172.18.180.51]) by fed1mtao01.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021028155733.OQDT14888.fed1mtao01.cox.net@smtp.west.cox.net> for ; Mon, 28 Oct 2002 10:57:33 -0500 From: Steve Wingate To: freebsd-ports@freebsd.org Subject: Mplayer, Skins and missing files Date: Mon, 28 Oct 2002 10:57:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20021028155733.OQDT14888.fed1mtao01.cox.net@smtp.west.cox.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm having trouble with the mplayer port. When I run it I see the following in the output before it opens: Gtk-WARNING **: Unable to locate image file in pixmap_path: "mcheck2.png" line 318 Gtk-WARNING **: Unable to locate image file in pixmap_path: "mcheck1.png" line 326 After that I get the application window with no decoration - see link for screenshot. http://members.cox.net/s.wingate/images/mplayer.jpg Whenever I try to change skins mplayer closes immediately. I have used my supreme powers of deduction to determine the problem is related to the two missing png files, but I have no idea where they come from. I've checked two BSD boxes and neither have these files. Is anyone else having this problem? Does anyone have these files I can get from them? Does anyone know where I can get said files? Does anyone know how to solve this problem? Work like you don't need the money Dance like nobody's watching Love like you've never been hurt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 8:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF1C37B401 for ; Mon, 28 Oct 2002 08:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EFF43E42 for ; Mon, 28 Oct 2002 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 g9SGA3x3000407 for ; Mon, 28 Oct 2002 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 g9SGA2aZ000406; Mon, 28 Oct 2002 08:10:02 -0800 (PST) Date: Mon, 28 Oct 2002 08:10:02 -0800 (PST) Message-Id: <200210281610.g9SGA2aZ000406@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AlanE Subject: Re: ports/44568: samba without CUPS still links CUPS Reply-To: AlanE Sender: owner-freebsd-ports@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/44568; it has been noted by GNATS. From: AlanE To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/44568: samba without CUPS still links CUPS Date: Mon, 28 Oct 2002 11:00:03 -0500 On Mon, Oct 28, 2002 at 10:41:26AM -0500, Vivek Khera wrote: > >>Number: 44568 >>Category: ports >>Synopsis: samba without CUPS still links CUPS > >>Description: > >I upgraded samba to 2.2.6 from 2.2.5 last week. Printing from Win2000 >(fully updated/patched) stopped working. There was an error in the >log.smb file about not being able to reach a CUPS server, so I decided >to try building samba without CUPS. However, all that the menu option >to disable CUPS in the samba build process does is not register the >dependency. Samba is still linked against CUPS. Hmmm... I'd have to look at that. That may be the Samba package, not us, in which case it's gonna be hard to do anything about it. Unlike the other printing systems, Samba prints to CUPS by direct C API calls, not exec'ing 'lp*' programs. The new cups (which I am working on) includes a new Samba driver as an extra, although I know no specifics yet. dwcjr - when I get a chance I'll try to see what's going on. Vivek - pardon my idioms, but so ****ing what? Nothing is harmed. My own personal opinion is that this PR should just be closed as not a real issue, but that's without investigation ... and I do *NOT* want to get into a discussion of whether this *is* a real issue or not. -- Alan Eldridge (cups-* maintainer) Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 8:42:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4648637B401; Mon, 28 Oct 2002 08:42:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1B343E7B; Mon, 28 Oct 2002 08:42:36 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SGgax3008953; Mon, 28 Oct 2002 08:42:36 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SGgaO0008949; Mon, 28 Oct 2002 08:42:36 -0800 (PST) Date: Mon, 28 Oct 2002 08:42:36 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281642.g9SGgaO0008949@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/44498: Proftpd 1.2.6 exits on signal 11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Proftpd 1.2.6 exits on signal 11 Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: ijliao Responsible-Changed-When: Mon Oct 28 08:42:21 PST 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 8:43:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7472C37B401; Mon, 28 Oct 2002 08:43:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2293143E75; Mon, 28 Oct 2002 08:43:57 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SGhvx3009056; Mon, 28 Oct 2002 08:43:57 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SGhvAh009052; Mon, 28 Oct 2002 08:43:57 -0800 (PST) Date: Mon, 28 Oct 2002 08:43:57 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281643.g9SGhvAh009052@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/44516: textproc/sp: dies because it doesn't build libsp.a before Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/sp: dies because it doesn't build libsp.a before Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: ijliao Responsible-Changed-When: Mon Oct 28 08:43:47 PST 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44516 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 8:50:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5241A37B401; Mon, 28 Oct 2002 08:50:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCA343E77; Mon, 28 Oct 2002 08:50:30 -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 g9SGoUx3010056; Mon, 28 Oct 2002 08:50:30 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SGoUeI010038; Mon, 28 Oct 2002 08:50:30 -0800 (PST) Date: Mon, 28 Oct 2002 08:50:30 -0800 (PST) From: Christian Weisgerber Message-Id: <200210281650.g9SGoUeI010038@freefall.freebsd.org> To: erwin@lansing.dk, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44559: fix PATCH_SITES graphics/urt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fix PATCH_SITES graphics/urt State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Mon Oct 28 08:50:13 PST 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 8:56:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E2D737B407; Mon, 28 Oct 2002 08:56:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C7C43E75; Mon, 28 Oct 2002 08:56:54 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SGusx3011339; Mon, 28 Oct 2002 08:56:54 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SGusoU011335; Mon, 28 Oct 2002 08:56:54 -0800 (PST) Date: Mon, 28 Oct 2002 08:56:54 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281656.g9SGusoU011335@freefall.freebsd.org> To: erwin@lansing.dk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44556: unbreak/update games/wmpuzzle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: unbreak/update games/wmpuzzle State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 08:56:46 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44556 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:11:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859B437B401; Mon, 28 Oct 2002 09:11:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3825443E75; Mon, 28 Oct 2002 09:11:37 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SHBbx3020047; Mon, 28 Oct 2002 09:11:37 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SHBb0p020043; Mon, 28 Oct 2002 09:11:37 -0800 (PST) Date: Mon, 28 Oct 2002 09:11:37 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281711.g9SHBb0p020043@freefall.freebsd.org> To: erwin@lansing.dk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44561: update math/fxt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update math/fxt State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 09:11:24 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44561 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:14:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1ED37B401; Mon, 28 Oct 2002 09:14:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA3743E4A; Mon, 28 Oct 2002 09:14:19 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SHEJx3020271; Mon, 28 Oct 2002 09:14:19 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SHEIZG020267; Mon, 28 Oct 2002 09:14:18 -0800 (PST) Date: Mon, 28 Oct 2002 09:14:18 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281714.g9SHEIZG020267@freefall.freebsd.org> To: kevin@caomhin.demon.co.uk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44094: Version bump for Allegro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Version bump for Allegro State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 09:14:09 PST 2002 State-Changed-Why: already in 4.0.2, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44094 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B8537B401 for ; Mon, 28 Oct 2002 09:20:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A9143E77 for ; Mon, 28 Oct 2002 09: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 g9SHK7x3020482 for ; Mon, 28 Oct 2002 09: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 g9SHK7wU020481; Mon, 28 Oct 2002 09:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE00037B401 for ; Mon, 28 Oct 2002 09:18:33 -0800 (PST) Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD3E43E3B for ; Mon, 28 Oct 2002 09:18:32 -0800 (PST) (envelope-from chris@milan.hitnet.rwth-aachen.de) Received: by milan.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 7D305C4F2; Mon, 28 Oct 2002 18:18:28 +0100 (CET) Message-Id: <20021028171828.7D305C4F2@milan.hitnet.rwth-aachen.de> Date: Mon, 28 Oct 2002 18:18:28 +0100 (CET) From: Christian Brueffer Reply-To: Christian Brueffer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44571: [PATCH] Reset maintainer of security/lsh to ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44571 >Category: ports >Synopsis: [PATCH] Reset maintainer of security/lsh to ports@FreeBSD.org >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 09:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christian Brueffer >Release: FreeBSD 4.7-STABLE i386 >Organization: Aachen University of Technology (RWTH) >Environment: System: FreeBSD milan.hitnet.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #7: Mon Oct 14 10:21:39 CEST 2002 chris@milan.hitnet.rwth-aachen.de:/usr/obj/usr/src/sys/LORIEN i386 >Description: Reset the maintainer of security/lsh to ports@FreeBSD.org The current maintainer is not interested in maintaining the port anymore. >How-To-Repeat: >Fix: --- lsh.diff begins here --- diff -ruN /usr/ports/security/lsh/Makefile lsh/Makefile --- /usr/ports/security/lsh/Makefile Tue Jun 11 16:50:30 2002 +++ lsh/Makefile Mon Oct 28 18:15:09 2002 @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= eric@cybernut.com +MAINTAINER= ports@FreeBSD.org RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= yes --- lsh.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:20:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1958937B401; Mon, 28 Oct 2002 09:20:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF05143E42; Mon, 28 Oct 2002 09:20:58 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SHKwx3022330; Mon, 28 Oct 2002 09:20:58 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SHKv2M022318; Mon, 28 Oct 2002 09:20:57 -0800 (PST) Date: Mon, 28 Oct 2002 09:20:57 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281720.g9SHKv2M022318@freefall.freebsd.org> To: chat95@mbox.kyoto-inet.or.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43801: update port math/mupad Sender: owner-freebsd-ports@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 math/mupad State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 09:20:48 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=43801 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:30:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D4C37B404; Mon, 28 Oct 2002 09:30:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D485943EAC; Mon, 28 Oct 2002 09:30:32 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SHUWx3023550; Mon, 28 Oct 2002 09:30:32 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SHUVTs023495; Mon, 28 Oct 2002 09:30:31 -0800 (PST) Date: Mon, 28 Oct 2002 09:30:31 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281730.g9SHUVTs023495@freefall.freebsd.org> To: curly@e-card.bg, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43829: net/openldap2 have bad depend for libiodbc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net/openldap2 have bad depend for libiodbc State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 09:30:20 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=43829 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F78737B401 for ; Mon, 28 Oct 2002 09:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D067743E8A for ; Mon, 28 Oct 2002 09:40: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 g9SHe3x3024632 for ; Mon, 28 Oct 2002 09:40: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 g9SHe3JX024631; Mon, 28 Oct 2002 09:40:03 -0800 (PST) Date: Mon, 28 Oct 2002 09:40:03 -0800 (PST) Message-Id: <200210281740.g9SHe3JX024631@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/44561: update math/fxt Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@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/44561; it has been noted by GNATS. From: Christian Weisgerber To: erwin@lansing.dk Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/44561: update math/fxt Date: Mon, 28 Oct 2002 17:58:54 +0100 (CET) In article <20021028103356.DE582AB46@backup-mx.droso.dk> you write: > >Number: 44561 > >Category: ports > >Synopsis: update math/fxt This doesn't build on -CURRENT (GCC3): aux/auxprint.cc: In function `void graph_print(const char*, const double*, long unsigned int, double)': aux/auxprint.cc:56: call of overloaded `max(double, double)' is ambiguous aux/inline.h:35: candidates are: Type max(const Type&, const Type&) [with Type = double] /usr/include/g++/bits/stl_algobase.h:169: const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = double] aux/auxprint.cc:74: call of overloaded `swap(ulong&, ulong&)' is ambiguous aux/inline.h:14: candidates are: void swap(Type&, Type&) [with Type = ulong] /usr/include/g++/bits/stl_algobase.h:121: void std::swap(_Tp&, _Tp&) [with _Tp = ulong] gmake: *** [aux/auxprint.o] Error 1 -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 9:57:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4129037B401; Mon, 28 Oct 2002 09:57:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E691943E3B; Mon, 28 Oct 2002 09:57:43 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SHvhx3028643; Mon, 28 Oct 2002 09:57:43 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SHvhYo028639; Mon, 28 Oct 2002 09:57:43 -0800 (PST) Date: Mon, 28 Oct 2002 09:57:43 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281757.g9SHvhYo028639@freefall.freebsd.org> To: swear@attbi.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43401: ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD typos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/devel/amulet/files/Makefile.vars.gcc.FreeBSD typos State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 09:57:33 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=43401 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 10: 0: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3982237B41A; Mon, 28 Oct 2002 10:00:00 -0800 (PST) Received: from mta6.srv.hcvlny.cv.net (mta6.srv.hcvlny.cv.net [167.206.5.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85A143E42; Mon, 28 Oct 2002 09:59:59 -0800 (PST) (envelope-from d9999@optonline.net) Received: from optonline.net (ool-18bd986b.dyn.optonline.net [24.189.152.107]) by mta6.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 0.9 (built Jul 29 2002)) with SMTP id <0H4P00DMHDXKSD@mta6.srv.hcvlny.cv.net>; Mon, 28 Oct 2002 12:59:34 -0500 (EST) Date: Mon, 28 Oct 2002 12:59:36 +0000 (PM) From: lana Subject: info<<< To: awal@tworld.com Message-id: <0H4P00DEYDZASD@mta6.srv.hcvlny.cv.net> X-Mailer: L.C. Enterprises - Email Extractor 2002 Content-transfer-encoding: 7BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi ,,your home based business opportunity sounds interesting .. got few questions pleasecall me 614-837-8112 thank..you LANA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 10: 0:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6AE37B48C for ; Mon, 28 Oct 2002 10:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B3743E97 for ; Mon, 28 Oct 2002 10:00:10 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SI0Ax3028827 for ; Mon, 28 Oct 2002 10:00:10 -0800 (PST) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SI0A2M028825 for ports@freebsd.org; Mon, 28 Oct 2002 10:00:10 -0800 (PST) Date: Mon, 28 Oct 2002 10:00:10 -0800 (PST) From: Bill Fenner Message-Id: <200210281800.g9SI0A2M028825@freefall.freebsd.org> To: ports@freebsd.org Subject: Possibly unbuildable ports reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://bento.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 10: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDF337B48D for ; Mon, 28 Oct 2002 10:00:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC18943EA3 for ; Mon, 28 Oct 2002 10:00: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 g9SI0Bx3028834 for ; Mon, 28 Oct 2002 10:00: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 g9SI0BnK028833; Mon, 28 Oct 2002 10:00:11 -0800 (PST) Date: Mon, 28 Oct 2002 10:00:11 -0800 (PST) Message-Id: <200210281800.g9SI0BnK028833@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Erwin Lansing Subject: Re: ports/44561: update math/fxt Reply-To: Erwin Lansing Sender: owner-freebsd-ports@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/44561; it has been noted by GNATS. From: Erwin Lansing To: Christian Weisgerber Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/44561: update math/fxt Date: Mon, 28 Oct 2002 18:59:39 +0100 --PGNNI9BzQDUtgA2J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 28, 2002 at 05:58:54PM +0100, Christian Weisgerber wrote: > In article <20021028103356.DE582AB46@backup-mx.droso.dk> you write: >=20 > > >Number: 44561 > > >Category: ports > > >Synopsis: update math/fxt >=20 > This doesn't build on -CURRENT (GCC3): >=20 [snip] I'll have a look at it tomorrow. Thanks for noticing. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --PGNNI9BzQDUtgA2J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9vXsLqy9aWxUlaZARAijwAKD789mhslsvj2/y77YIy6eQx+/EnwCfUCoj MpXkYiXtIdENnwUxETmjrDg= =l2nq -----END PGP SIGNATURE----- --PGNNI9BzQDUtgA2J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 10:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AF337B404 for ; Mon, 28 Oct 2002 10:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7080A43E4A for ; Mon, 28 Oct 2002 10: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 g9SIA3x3035505 for ; Mon, 28 Oct 2002 10: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 g9SIA39n035504; Mon, 28 Oct 2002 10:10:03 -0800 (PST) Date: Mon, 28 Oct 2002 10:10:03 -0800 (PST) Message-Id: <200210281810.g9SIA39n035504@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/44568: samba without CUPS still links CUPS Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@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/44568; it has been noted by GNATS. From: "David W. Chapman Jr." To: Vivek Khera Cc: FreeBSD-gnats-submit@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Date: Mon, 28 Oct 2002 12:04:45 -0600 Which portrevision did you try? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 10:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D2E37B434 for ; Mon, 28 Oct 2002 10:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEE543E3B for ; Mon, 28 Oct 2002 10:10: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 g9SIA6x3035547 for ; Mon, 28 Oct 2002 10:10: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 g9SIA6v5035546; Mon, 28 Oct 2002 10:10:06 -0800 (PST) Date: Mon, 28 Oct 2002 10:10:06 -0800 (PST) Message-Id: <200210281810.g9SIA6v5035546@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ying-Chieh Liao Subject: Re: ports/43882: New port: 4 new ports (babytrans, gsfv, mmail, tetradraw) Reply-To: Ying-Chieh Liao Sender: owner-freebsd-ports@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/43882; it has been noted by GNATS. From: Ying-Chieh Liao To: nexusb@free.fr Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/43882: New port: 4 new ports (babytrans, gsfv, mmail, tetradraw) Date: Tue, 29 Oct 2002 02:04:50 +0800 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline who is the guy "fcambus@FreeBSD.org" ? he/she is listed as maintainer -- int i;main(){for(;i["] Message-Id: <200210281826.g9SIQCQD039699@freefall.freebsd.org> To: michaelnottebrock@gmx.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44043: UPDATE: sysutils/cdbakeoven Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE: sysutils/cdbakeoven State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 10:26:04 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44043 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 10:42: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC67D37B401; Mon, 28 Oct 2002 10:42:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD6843E6E; Mon, 28 Oct 2002 10:42:00 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SIg0x3044033; Mon, 28 Oct 2002 10:42:00 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SIfqsW044029; Mon, 28 Oct 2002 10:41:52 -0800 (PST) Date: Mon, 28 Oct 2002 10:41:52 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210281841.g9SIfqsW044029@freefall.freebsd.org> To: mhsin@mhsin.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44049: comms/gsmlib crashes when formatting timestamp of delivery messages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: comms/gsmlib crashes when formatting timestamp of delivery messages State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 10:41:43 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44049 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CDDF37B404 for ; Mon, 28 Oct 2002 11:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FD143E4A for ; Mon, 28 Oct 2002 11:00: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 g9SJ0Bx3046273 for ; Mon, 28 Oct 2002 11:00: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 g9SJ0BR4046272; Mon, 28 Oct 2002 11:00:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB1037B401 for ; Mon, 28 Oct 2002 10:54:51 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D11B43E6E for ; Mon, 28 Oct 2002 10:54:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SIsl7R068432 for ; Mon, 28 Oct 2002 10:54:47 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9SIsl6t068431; Mon, 28 Oct 2002 10:54:47 -0800 (PST) Message-Id: <200210281854.g9SIsl6t068431@www.freebsd.org> Date: Mon, 28 Oct 2002 10:54:47 -0800 (PST) From: "Richard S. Conto" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44573: Is port net/arla still being maintained? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44573 >Category: ports >Synopsis: Is port net/arla still being maintained? >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 11:00:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Richard S. Conto >Release: 4.7 >Organization: Merit Network, Inc >Environment: FreeBSD x25.family 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Oct 16 16:56:07 EDT 2002 root@x25.family:/usr/src/sys/compile/INSPIRON3K i386 >Description: Is the port net/arla still being maintained? Since I sent my original problem report, #38989, at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/38989, there has been no response. Moreover, someone else has tried to post a fix, incidentally upgrading arla to the latest release, #43484 at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/43484 (I've also got an update to allow arla-0.35.9 to work under FreeBSD 4.6.2, but this update doesn't ./configure correctly for FreeBSD 4.7 because of some change with gcc/ld or kernel linking.) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11: 0:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D7737B406 for ; Mon, 28 Oct 2002 11:00:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3C943E75 for ; Mon, 28 Oct 2002 11:00:27 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SJ0Rx3046497 for ; Mon, 28 Oct 2002 11:00:27 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SJ0P5a046450 for freebsd-ports@freebsd.org; Mon, 28 Oct 2002 11:00:25 -0800 (PST) Date: Mon, 28 Oct 2002 11:00:25 -0800 (PST) Message-Id: <200210281900.g9SJ0P5a046450@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/04/18] ports/37241 ports character ranges in regular expressions i f [2002/09/11] ports/42667 ports Update cccc port to 3.pre63 o [2002/09/16] ports/42863 ports Xaw3d port does not include all necessary o [2002/09/21] ports/43216 ports Port x11-toolkits/ocaml-lablgtk broken o [2002/09/27] ports/43417 ports compliation of ncbi-toolkit fails o [2002/10/13] ports/44013 ports apache13+mod_ssl keeps on overwriting my o [2002/10/15] ports/44097 ports posgresql-723 fails to compile (4.7 RC0) o [2002/10/20] ports/44308 ports math/asir2000 dont make. o [2002/10/21] ports/44330 ports update port: mail/fetchmail -> 6.1.1 o [2002/10/24] ports/44449 ports audio/id3lib port fails to build o [2002/10/26] ports/44499 ports graphics/fxtv doesn't compile on 5.0-curr 11 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/17] ports/27419 ports E-FancyLauncer clones itself over and ove o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro a [2001/09/13] ports/30562 ports find_ddos causes FreeBSD to halt o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/02/23] ports/35237 ports empty manpage installed by trafcount port o [2002/02/26] ports/35364 ports cdb port forgets uint32.h o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani f [2002/03/11] ports/35780 ports Update port: russian/fortuneru f [2002/03/20] ports/36144 ports New port: pinepgp-0.17.3 f [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/04/03] ports/36711 ports Configure Bug: cyrus-sasl-1.5.27_2 / krb p [2002/04/05] ports/36804 ports portupgrade of apache13+modssl causes cer o [2002/04/07] ports/36846 ports fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] ports/36879 ports emulators/vmware2 freezes and reboots sys o [2002/04/19] ports/37262 ports gphoto2 fails to find supported USB digit o [2002/04/22] ports/37358 ports xawtv generates sigalrm with bktr o [2002/04/22] ports/37361 ports installing gcc30 port breaks devel/gettex o [2002/04/25] bin/37468 ports mpeg_play compiled on current/DP1 does no o [2002/04/28] ports/37537 ports trafcount causes reboot at 3AM every nigh o [2002/05/03] ports/37730 ports editors/nvi-perl build failuer o [2002/05/23] misc/38460 ports core dumps with ghostscript o [2002/05/30] ports/38744 ports net/openldap2 doesn't work if db3 and db4 o [2002/06/01] ports/38801 ports sasl_apop_patch.gz breaks LOGIN mech (SMT o [2002/06/10] ports/39091 ports mv *-config to libdir to coexist with apr o [2002/06/13] ports/39254 ports Insecure mode on scripts in the icradius o [2002/06/15] ports/39332 ports coldsync build broken on current o [2002/06/21] ports/39623 ports [New Ports] Development versions of PHP, o [2002/06/24] ports/39775 ports p5-GD has erroneous dependency on X11 and o [2002/07/01] ports/40088 ports Update: www/webcheck (patches deleted) o [2002/07/03] ports/40168 ports NEW PORT: NotFTP, a WWW-HTTP gateway writ o [2002/07/05] ports/40232 ports xxgdb left button does not function prope o [2002/07/10] ports/40441 ports sysutils/lcdproc + HD44780 + 'winamp' wir o [2002/08/01] ports/41247 ports New port: net/nrpe o [2002/08/05] ports/41349 ports /bin/sh MFC from PR/40386 breaks pwcheck, o [2002/08/13] ports/41648 ports Maintainer update of ports (science/MPQC) o [2002/08/24] ports/41966 ports audio/play: sblive, can cause "Device bu o [2002/08/24] ports/41970 ports trafcount causes fatal trap 12 o [2002/08/28] ports/42118 ports mail/isoqlog fails to compile due to auto o [2002/08/29] ports/42161 ports isakmpd build without policy and keynote o [2002/08/29] ports/42176 ports New port: ekg - polish GaduGadu IM system f [2002/08/31] ports/42268 ports math/PDL port is broken o [2002/09/04] ports/42425 ports update biology/babel to properly output m o [2002/09/06] ports/42496 ports New Port: bibletime o [2002/09/09] ports/42612 ports gphoto2 2.1 core dumps on DC290 o [2002/09/10] ports/42647 ports port pybliographger does not configure o [2002/09/10] ports/42650 ports compile error in xisp port o [2002/09/19] ports/42975 ports audio/dagrab generates corrupt mono .WAV f [2002/09/21] ports/43176 ports textproc/wordnet packaging fails due to m o [2002/09/24] ports/43331 ports New Port mail/messagewall o [2002/09/25] ports/43356 ports New Port mail/twhttpd o [2002/09/26] ports/43408 ports graphics/mpeg2play does not install docum o [2002/09/27] ports/43440 ports mail/sylpheed documentation is installed o [2002/09/30] ports/43532 ports ColdSync port doesn't enable USB support o [2002/10/05] ports/43717 ports devel/glui fixes for GCC 3.2 o [2002/10/07] ports/43796 ports x11-toolkits/xview does not build on 5.0 o [2002/10/09] ports/43853 ports nagios-plugins fails to compile/install o [2002/10/09] ports/43882 ports New port: 4 new ports (babytrans, gsfv, m o [2002/10/16] ports/44135 ports XFree86-libraries won't portupgrade o [2002/10/17] ports/44169 ports linux_base-7.1_1 port has bogus protectio o [2002/10/17] ports/44192 ports joe o [2002/10/17] ports/44193 ports Corrupt file in CVS breaks CVS checkouts o [2002/10/17] ports/44199 ports jpeg-6b should be updated. o [2002/10/18] ports/44239 ports Update port: openldap2 to use databases/d o [2002/10/18] ports/44240 ports openldap2 breaks with multiple versions o o [2002/10/19] ports/44295 ports New port: MLton, an optimizing Standard M o [2002/10/23] ports/44405 ports net/p5-Net-SNMP doesn't build on 4.7-RELE o [2002/10/25] ports/44457 ports [NEW PORT] devel/mingw32-binutils: new ve o [2002/10/25] ports/44458 ports [NEW PORT] devel/mingw32-bin-msvcrt: new o [2002/10/25] ports/44459 ports [NEW PORT] devel/mingw32-gcc: new version o [2002/10/26] ports/44515 ports audio/cd-console only plays ATA drives o [2002/10/27] ports/44521 ports [New Port] irc/ircservices (IRC Services) o [2002/10/27] ports/44545 ports cyrus-imapd ports install using wrong ver o [2002/10/27] ports/44549 ports linux-jdk core dumps with linux-base-7 wh o [2002/10/28] ports/44573 ports Is port net/arla still being maintained? 80 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB o [2001/03/05] ports/25564 ports Port ups-debug doesn't build on the alpha o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/05/06] ports/27167 ports ETHOberonV4 won't run f [2001/07/06] ports/28771 ports opendx server fails to start f [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user f [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/10/03] ports/31013 ports John The Ripper Package Lists Bad Path f [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) f [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet f [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) f [2001/11/28] ports/32361 ports port doesn't work, www/mod_log_mysql s [2001/11/28] ports/32362 ports postgresql7 port should install more *.h o [2001/12/04] ports/32508 ports www/flashplugin-mozilla has malloc bug o [2001/12/29] ports/33312 ports New port: www/jonah - a portal and conten f [2001/12/31] ports/33386 ports Update port: editors/em fixed bug tab set f [2002/01/01] ports/33453 ports New port: Apache module that can record t o [2002/01/12] ports/33818 ports Bootable ITS image for KLH-10 PDP-10 emul o [2002/01/14] misc/33906 ports [PATCH] tic program as a port for easier o [2002/01/15] ports/33916 ports Upgrade port devel/libtool o [2002/01/17] ports/34000 ports This is a port for kaptain, a universal G f [2002/01/21] ports/34105 ports New port: audio/p5-FreeDB o [2002/01/29] ports/34404 ports NEW PORT: devel/mingw-expat2 o [2002/01/30] ports/34461 ports Port for H+B EDV avmailgate o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/05] ports/34635 ports games/flightgear f [2002/02/15] ports/34981 ports new port: misc/bibletime: biblestudy appl a [2002/02/16] ports/35007 ports New port archivers/arj: ARJ32 v 3.10 russ o [2002/02/17] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/19] ports/35117 ports Undefined symbol "ldap_get_dn" when tryin o [2002/02/20] ports/35165 ports New port: textproc/smart an information r o [2002/02/26] ports/35355 ports New port: databases/gbib o [2002/02/27] ports/35372 ports pgp6 ports fails to compile on alpha plat s [2002/03/01] ports/35459 ports portupgrade doesn't clean up dependencies o [2002/03/02] ports/35481 ports New port: console text editor looks like o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra o [2002/03/05] ports/35580 ports Startup script in /usr/local/etc/rc.d is o [2002/03/08] ports/35667 ports net/pppload patch so it doesn't show wron o [2002/03/10] ports/35753 ports New Port: biology/act o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud o [2002/03/13] ports/35859 ports New port: Network traffic accounting daem o [2002/03/13] ports/35882 ports Perl Expect module send_slow hangs on EOF o [2002/03/14] ports/35897 ports upgrading the linux_base port runs into t o [2002/03/14] ports/35919 ports CompuPic 5.1.1016 o [2002/03/15] ports/35946 ports The /usr/local/lib/RealPlayer8/postinstal o [2002/03/16] ports/35995 ports New port: ophoto o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/19] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler o [2002/03/26] ports/36336 ports port of ccmalloc o [2002/03/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails o [2002/03/29] ports/36503 ports several files conflict in ports/databases o [2002/04/06] ports/36832 ports apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports use of .MAKEFLAGS target in Makefile.loca o [2002/04/10] ports/36959 ports New port: Gnewtellium is yet another new o [2002/04/11] ports/37003 ports new port: misc/susv2 (Single UNIX Specifi o [2002/04/11] ports/37004 ports new port: misc/susv3 (Single UNIX Specifi f [2002/04/12] ports/37019 ports New port: poink 1.5 (Nosuid, secure ping o [2002/04/13] ports/37044 ports lesstif needs an update o [2002/04/14] ports/37062 ports New port: textproc/pocketreader f [2002/04/15] ports/37100 ports Maintainer update: textproc/dico (portsur o [2002/04/15] ports/37111 ports new port: net/ccmsn o [2002/04/15] ports/37123 ports New port: net/arpd o [2002/04/17] ports/37185 ports New Port: nrpep (netsaint remote plugin e f [2002/04/17] ports/37186 ports Dbview contains an error, because of whic o [2002/04/19] misc/37244 ports c2lib port includes vector.h which appare o [2002/04/20] ports/37290 ports New port: tool for setting the title of x o [2002/04/22] ports/37362 ports The Ted port is incompatible with FreeBSD o [2002/04/22] ports/37364 ports New Port: GeekLog o [2002/04/25] ports/37452 ports New port: devel/publib: Modular library o o [2002/04/25] ports/37469 ports new port: otc o [2002/04/25] ports/37476 ports Updating the port of biology/molden o [2002/04/28] ports/37536 ports New port: games/doomlegacy o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/30] ports/37596 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports aureal-kmod-1.5_3 fails to build o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/03] ports/37707 ports ports/russian/gd has a checksum error o [2002/05/03] ports/37713 ports AIM Transport doesn't work correctly with o [2002/05/04] ports/37737 ports Jabber MSN-Transport module o [2002/05/06] ports/37803 ports New port: mod_v2h mass vhosting module fo o [2002/05/08] ports/37855 ports wrong font name in jre/lib/font.propertie o [2002/05/10] ports/37927 ports port to install linux Lahey Fortran 95 v6 s [2002/05/11] ports/37962 ports ports/lang/gcl does not build o [2002/05/11] ports/37972 ports new port: graphics/gmt f [2002/05/12] ports/38013 ports New Port: databases/p5-DBIx-DBSchema o [2002/05/13] ports/38023 ports New Port: databases/fireprofile f [2002/05/13] ports/38026 ports New Port: www/p5-HTML-Widgets-SelectLayer o [2002/05/13] ports/38032 ports MASTER_SITE_THEMES is gone o [2002/05/13] ports/38034 ports compaq-cc (under linux-emu) installes man o [2002/05/14] ports/38092 ports Update Port : www/cherokee fixed working o [2002/05/15] ports/38125 ports ApacheCylical Link error/bug in Virtualse o [2002/05/16] ports/38155 ports new port: mod_roaming2 o [2002/05/16] ports/38165 ports [PATCH] the smalleiffel port is out of da o [2002/05/17] ports/38173 ports New port: posix library for smalleiffel o [2002/05/17] ports/38174 ports New port: Tools and libraries for Eiffel o [2002/05/18] ports/38271 ports Minor bug with Crossfire o [2002/05/19] ports/38319 ports New port: graphics/gtkam o [2002/05/19] ports/38321 ports lang/gpc unnecessarily marked broken o [2002/05/20] ports/38331 ports New Port: TEI P3 DTD o [2002/05/20] ports/38332 ports New Port: TEI P4 DTD o [2002/05/20] ports/38334 ports New Port: TEI Lite DTD o [2002/05/20] ports/38335 ports New Port: TEI Lite XML DTD o [2002/05/20] ports/38336 ports New Port: TEI P3 Guidelines o [2002/05/20] ports/38337 ports New Port: TEI P4 Guidelines o [2002/05/20] ports/38338 ports New Port: Stylesheets for TEI->HTML conve o [2002/05/20] ports/38339 ports New Port: Stylesheets for TEI->FO convers o [2002/05/20] ports/38340 ports New Port: DTD parser and clean-up tool o [2002/05/20] ports/38341 ports New Port: Customize TEI DTDs o [2002/05/20] ports/38365 ports devel/swarm update for Java support o [2002/05/24] ports/38516 ports ICQv7 transport for the Jabber Server o [2002/05/25] ports/38539 ports New port: devel/libcfg+ o [2002/05/27] ports/38635 ports new port: comms/bforce-kst o [2002/05/27] ports/38638 ports New ports : gfaim 0.30 o [2002/05/28] ports/38655 ports Update New port : ports/38641 (DynDns Ser o [2002/05/30] ports/38751 ports Port for discid o [2002/06/01] ports/38800 ports update www/roxen to Roxen WebServer 2.2.2 o [2002/06/05] ports/38915 ports New port: "MOVA" - Scripts for Work with o [2002/06/06] ports/38958 ports New port: MySQLMan - a web based MySQL da o [2002/06/08] ports/39030 ports New port: www/p5-Apache-Gallery - mod_per o [2002/06/09] ports/39059 ports New port: IMCom command-line Jabber clien o [2002/06/09] ports/39062 ports beep: beep for a pitch and duration o [2002/06/11] ports/39174 ports Need port of SBCL (Steel Bank Common Lisp o [2002/06/11] ports/39178 ports new port: games/crack-attack (An OpenGL g o [2002/06/11] ports/39182 ports netsaint-plugins util.c functions don't q o [2002/06/12] ports/39189 ports lang/clisp needs gcc295 (coredumps with 3 o [2002/06/12] ports/39204 ports New port: deskutils/mnemo, a web-based no o [2002/06/13] ports/39250 ports New port: lang/cmucl-extra o [2002/06/14] ports/39307 ports New port: ASpath-tree a IPv6 route stabil o [2002/06/14] ports/39312 ports [PATCH] Addition of mysql-awareness to mo o [2002/06/16] ports/39364 ports new port: cad/gwave o [2002/06/16] ports/39371 ports new port: mail/qmail-scanner o [2002/06/16] ports/39375 ports astro/seti_applet depends on libgtop whic o [2002/06/17] ports/39413 ports [maintainer-update] net/gnugadu o [2002/06/17] ports/39416 ports New port: t2ps o [2002/06/17] ports/39421 ports New Port: smapi2-library for various FTN- o [2002/06/18] ports/39470 ports Update port: devel/sdts++ o [2002/06/18] ports/39476 ports profxp will run but when you fxp a file i a [2002/06/19] ports/39544 ports mayavi port disfunctional o [2002/06/20] ports/39597 ports New port: jdictionary-eng-hun 1.4 - Hunga o [2002/06/20] ports/39598 ports New port: jdictionary-eng-hun-expr 1.4 - o [2002/06/20] ports/39601 ports New port: JDictionary plugin: French-Hung o [2002/06/20] ports/39602 ports New port: JDictionary plugin: Interlingua o [2002/06/20] ports/39608 ports upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39620 ports flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports isc-dhcpd server can't get all network in o [2002/06/21] ports/39631 ports port eyeclock unaligned access on alpha o [2002/06/22] ports/39673 ports netsaint-plugins fails to install command o [2002/06/23] ports/39697 ports New port: arson - CD burning and ripping o [2002/06/23] ports/39723 ports New port: hu-phone - Hungarian phone code o [2002/06/23] ports/39728 ports New port: hu-zipcodes - Hungarian post co o [2002/06/23] ports/39744 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39745 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39755 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39791 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39792 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39794 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39801 ports New port: kpovmodeler - a KDE frontend fo o [2002/06/24] ports/39806 ports New port: knights - a KDE frontend for cr o [2002/06/25] ports/39847 ports New port: dump9660 o [2002/06/25] ports/39854 ports New port: kdirstat - A small KDE utility o [2002/06/26] ports/39882 ports pptp client does not install from port in o [2002/06/26] ports/39888 ports New Port: ports/math/maxima o [2002/06/26] ports/39895 ports New Port: ports/lang/screamer o [2002/06/26] ports/39900 ports New port: fmirror o [2002/06/26] ports/39912 ports new port of ITS RP06 filesystem image for o [2002/06/27] ports/39917 ports Update Port: x11/wmmenu 0.9 -> 1.2 o [2002/06/27] ports/39926 ports [NEW-PORT] EKG - client for Polish instat o [2002/06/28] ports/39946 ports Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] ports/39955 ports new port of KLH10 PDP-10 mainframe emulat o [2002/06/28] ports/39957 ports New port: databases/jdb o [2002/06/28] ports/39962 ports ports/astro ${PERL} -> ${REINPLACE_CMD} o [2002/06/28] ports/39963 ports New port: Tool to convert Outlook .pst to o [2002/06/28] ports/39964 ports ports/audio misc Makefile cleanup o [2002/06/28] ports/39968 ports ports/cad misc Makefile cleanup o [2002/06/28] ports/39969 ports ports/benchmarks misc Makefile cleanup o [2002/06/28] ports/39971 ports ports/comms minor Makefile cleanup o [2002/06/28] ports/39972 ports ports/databases misc Makefile cleanup o [2002/06/28] ports/39973 ports ports/deskutils misc Makefile cleanup o [2002/06/28] ports/39978 ports ports/devel misc Makefile cleanup o [2002/06/29] ports/40000 ports New port: a java-like thread library for o [2002/07/01] ports/40072 ports port upgrade/new port graphics/sinek: a l o [2002/07/02] ports/40116 ports New port: graphics/gtkam (fix ports/39159 o [2002/07/05] ports/40235 ports New port: graphics/kbarcode - barcode gen o [2002/07/05] ports/40238 ports New port: devel/antlr o [2002/07/06] ports/40276 ports slurp port overwrites/delete existing con o [2002/07/07] ports/40294 ports New port: emulators/gpsim o [2002/07/08] ports/40344 ports update of mail/ssmtp to 2.50.9 o [2002/07/08] ports/40366 ports New port: graphics/openrm OpenGL based li o [2002/07/08] ports/40368 ports New port: games/gturing - A simple Turing o [2002/07/09] ports/40372 ports ports/www/chtml mastersite has changed o [2002/07/09] ports/40396 ports New port: Logging daemon for Linksys BEFS o [2002/07/09] ports/40400 ports Update port: misc/gtktalog - A tool to ma o [2002/07/10] ports/40411 ports apache-jserv port points to wrong locatio o [2002/07/10] ports/40444 ports graphics/libfpx won't build (on Alpha ??) o [2002/07/11] ports/40461 ports New port MP3c , a cd to mp3 converter wit o [2002/07/12] ports/40514 ports New port: graphics/linux-ac3d easy to use o [2002/07/13] ports/40521 ports New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports [new port] mail/mew2-xemacs-devel-mule o [2002/07/13] ports/40544 ports New port: postnuke o [2002/07/14] ports/40546 ports ports/www/php-screw has a checksum error o [2002/07/15] ports/40593 ports www/oops FreeBSD port does not obey BATCH o [2002/07/15] ports/40602 ports new port: security/clamav o [2002/07/15] ports/40607 ports New Port: rexima o [2002/07/16] ports/40644 ports New port: lang/bigloo - A Scheme interpre o [2002/07/16] ports/40676 ports Fatal error building /usr/ports/security/ o [2002/07/17] ports/40705 ports Upgrade of gnome-commander to 0.9.8 o [2002/07/18] ports/40756 ports insecure default options o [2002/07/19] ports/40760 ports New port: mail/kavmilter o [2002/07/19] ports/40761 ports New port: graphics/ncarg o [2002/07/19] ports/40768 ports New port: korean/netdic o [2002/07/19] ports/40782 ports New port: www/tidy-devel (latest version o [2002/07/19] ports/40789 ports New port: graphics/gocr OCR (Optical Char o [2002/07/21] ports/40834 ports New port: net/linux-jigdo o [2002/07/21] ports/40848 ports reflect WITHOUT-X11 in package name for x o [2002/07/21] ports/40865 ports Port of net/dhid is old. This PR updates o [2002/07/21] ports/40866 ports sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports New port: graphics/animabob Interactive 3 f [2002/07/22] ports/40877 ports NEW xntp3 port! o [2002/07/22] ports/40892 ports New Port: lang/g95 o [2002/07/22] ports/40904 ports new port: www/tclcurl o [2002/07/22] ports/40912 ports New port: Xtend X10 controller program o [2002/07/22] ports/40914 ports New port: games/linux-nwserver Neverwinte o [2002/07/23] ports/40925 ports [new port] www/ljdeps - metaport for Live o [2002/07/23] ports/40942 ports New port: graphics/xrml Extensible scene o [2002/07/24] ports/40966 ports Update: net/ddup (3.0.1) o [2002/07/25] ports/40970 ports New port: misc/rpl o [2002/07/25] ports/40975 ports Uncatched coredump of pkg_info while pkgd o [2002/07/27] ports/41055 ports New Port: audio/swhplugins A huge collect o [2002/07/28] ports/41082 ports New port: emulators/dosbox - emulator of o [2002/07/28] ports/41084 ports New Ports / archivers/untar o [2002/07/28] ports/41105 ports New port: graphics/renderpark System for o [2002/07/30] ports/41150 ports new port: astro/setistat o [2002/07/31] ports/41211 ports New port textproc/spellutils: newsbody & o [2002/07/31] ports/41219 ports Mk/bsd.sites.mk - add Apache master sites o [2002/08/01] ports/41229 ports New port: devel/aegis-mode.el f [2002/08/02] ports/41258 ports converters/recode needs new port revision o [2002/08/02] ports/41259 ports Info directory change for various GNU Ema o [2002/08/02] ports/41265 ports New port: textproc/p5-Text-Reflow a [2002/08/03] ports/41282 ports New_Ports japanese/stevie-* o [2002/08/04] ports/41305 ports Portupgrade and misc/kde3-i18n o [2002/08/04] ports/41308 ports New port: devel/p5-Log-Agent-Logger o [2002/08/04] ports/41314 ports amavis-perl is outdated (no longer suppor o [2002/08/04] ports/41320 ports New port : security/libprelude (part of P o [2002/08/04] ports/41321 ports New port : security/prelude-manager (part o [2002/08/04] ports/41324 ports New port : security/prelude-lml (part of o [2002/08/04] ports/41325 ports New port : security/prelude-nids (part of o [2002/08/06] ports/41377 ports New version of lang/clisp o [2002/08/07] ports/41434 ports New port: www/light: another Mozilla-base o [2002/08/08] ports/41439 ports [MAINTAINER UPDATE] security/fwbuilder -> o [2002/08/08] ports/41440 ports [MAINTAINER UPDATE] security/libfwbuilder o [2002/08/08] ports/41450 ports New port: hu-ispell 0.86 (Hungarian spell o [2002/08/08] ports/41461 ports New port: graphics/irit Solid modelling s o [2002/08/09] ports/41464 ports New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41480 ports New port: whatpix / a perl apps to find, o [2002/08/09] ports/41510 ports New port: graphics/i3d 3D modeling progra o [2002/08/11] ports/41562 ports New port: inform-glk o [2002/08/12] ports/41577 ports port security/acid won't see apache2+mod_ o [2002/08/12] ports/41579 ports New port: Small LDAP-to-KAB (KDE Address o [2002/08/12] ports/41601 ports New port: graphics/gltt TrueType fonts re o [2002/08/13] ports/41603 ports Upgrade port: net/flow-tools o [2002/08/13] ports/41619 ports New port x11-toolkits/SoQt (1.0.1) o [2002/08/13] ports/41625 ports New port: misc/spamcalc o [2002/08/13] ports/41638 ports New Port: devel/libio o [2002/08/14] ports/41673 ports New port: igal, image gallery generator o [2002/08/14] ports/41678 ports New port: xfwm4 is a gtk2 WM ideal for us o [2002/08/15] ports/41693 ports New port: games/pinball - an OpenGL pinba o [2002/08/15] ports/41701 ports New port: devel/RT2 o [2002/08/16] ports/41706 ports New port: x11-wm/mkultra (KDE3 window dec o [2002/08/16] ports/41718 ports New port: dwatch - A daemon watcher o [2002/08/16] ports/41719 ports databases/dbview field positions of outpu o [2002/08/16] ports/41736 ports Update port: math/topaz to 3.35 o [2002/08/16] ports/41739 ports postgresql-odbc support for unixodbc [PAT o [2002/08/17] ports/41752 ports error compiling libmcrypt on k6-processor o [2002/08/17] ports/41754 ports Patch XFCE for GNOME apps in menu and fix o [2002/08/18] ports/41763 ports [walkthrough] fixing security/acid port o [2002/08/18] ports/41768 ports Feature request: WITHOUT_SHELL for Nethac o [2002/08/19] ports/41773 ports new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports vmware2 causes panic on recent -current o [2002/08/20] ports/41829 ports New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ports devel/libtool 1.3.4 port patch files inco o [2002/08/21] ports/41861 ports New port: SMB authentication module for P o [2002/08/22] ports/41906 ports New port: net/ldapbrowser: Java-based LDA o [2002/08/22] ports/41916 ports New Port: mail/dsbl-testers o [2002/08/22] ports/41923 ports Update port: benchmarks/dbench o [2002/08/24] ports/41971 ports New Port: sysutils/ipfw-manager o [2002/08/24] ports/41976 ports sysutils/LPRng port is outdated my 3 mont o [2002/08/24] ports/41984 ports [MAINTAINER UPDATE] Update build of netre o [2002/08/24] ports/41986 ports [MAINTAINER UPDATE] Update jgant to use U f [2002/08/25] ports/42007 ports gnunet 0.4.5 port segfaults on the first o [2002/08/25] ports/42010 ports postgresql-tcltk fix for different tcl ve o [2002/08/25] ports/42018 ports pkg_info with PKG_PATH searches through t o [2002/08/25] ports/42020 ports New port: net/bpft o [2002/08/27] ports/42072 ports New port: mail/wmymail: Report new mail i o [2002/08/27] ports/42073 ports New port: x11/wmxss o [2002/08/27] ports/42075 ports New port: devel/udesc_dump: Dump USB conf o [2002/08/27] ports/42090 ports New port submission o [2002/08/27] ports/42110 ports New port: The ACE ORB 1.2.1 o [2002/08/28] ports/42111 ports New port: lgeneral, a turn based strategy o [2002/08/28] ports/42113 ports New port: lgeneral-data, data files requi o [2002/08/28] ports/42132 ports Update port x11-toolkit/qwt o [2002/08/28] ports/42134 ports linux-gtk PORTREVISION contaminates other o [2002/08/28] ports/42141 ports New Port: games/atlantik o [2002/08/28] ports/42143 ports japanese/eb2, "make install" fails on -RE o [2002/08/29] ports/42169 ports New port: sysutils/cmdwatch - watches out f [2002/08/29] ports/42178 ports [PATCH] port net/tightvnc and net/vnc mis o [2002/08/29] ports/42181 ports New port: www/guile-www (guile modules fo o [2002/08/30] ports/42196 ports net/icukrell does not build on -stable o [2002/08/30] ports/42218 ports [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/30] ports/42234 ports New port: xglurbules o [2002/08/31] ports/42261 ports [PATCH] postgresql7 must be configured in o [2002/08/31] ports/42263 ports sysutils/xmbmon pre-everything message o [2002/08/31] ports/42280 ports New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42296 ports New port: mod_webkit (adapter between Web o [2002/09/01] ports/42298 ports new-port: games/dmjava - a really authent o [2002/09/02] ports/42323 ports Update misc/mango to version 0.18 (SUPERC o [2002/09/02] ports/42325 ports [PATCH] Update mail/cmail to 4.0.1, clean o [2002/09/02] ports/42330 ports Update port: chinese/abiword chinese/arph o [2002/09/03] ports/42360 ports NEW PORT: mail/aileron, WINGs mail client o [2002/09/03] ports/42370 ports New Port: mail/fumail o [2002/09/03] ports/42371 ports libncurses.so.4 missing from ports/emulat o [2002/09/03] ports/42376 ports New Port : /usr/ports/french/SPIP-1.4 o [2002/09/03] ports/42378 ports New port: science/at Acoustic ToolBox o [2002/09/03] misc/42380 ports NEW PORT: Docbook 4.2 DTD o [2002/09/03] ports/42391 ports Conversion of net/ratoolset to net/irrtoo o [2002/09/03] ports/42399 ports Update port: audio/normalize to 0.7.5 o [2002/09/03] ports/42402 ports maintainer update: sysutils/fastresolve o [2002/09/04] ports/42408 ports [PATCH] Update devel/elfio to 1.0.0 o [2002/09/04] ports/42421 ports New Port : french/dacode o [2002/09/04] ports/42427 ports New port apache13-modssl+ipv6 o [2002/09/04] ports/42432 ports Updated port: databases/py-psycopg from 1 o [2002/09/05] ports/42440 ports new port: audio/mp3gain (A tool to normal o [2002/09/05] ports/42460 ports New port: di-3.7 - disk information utili o [2002/09/07] ports/42504 ports Would not compile with gcc 3.2 o [2002/09/07] ports/42508 ports new port: bibletime o [2002/09/07] ports/42509 ports Update port: security/saint to 3.5.6 o [2002/09/07] ports/42540 ports Update port: emulators/quasi88 (0.4.4 => o [2002/09/08] ports/42548 ports New Port: games/rhino - GRhino Othello/Re o [2002/09/09] ports/42588 ports Update: net/adasockets o [2002/09/09] ports/42601 ports New port: devel/openhbci o [2002/09/09] ports/42602 ports typo in postinstall message in www/mod_da o [2002/09/10] ports/42635 ports Maintainer update: net/py-spreadmodule o [2002/09/12] ports/42685 ports openldap2 on 5.0 current runs error. link o [2002/09/12] ports/42694 ports New port: devel/ifd-devkit: PC/SC Lite IF o [2002/09/12] ports/42695 ports New port: devel/ifd-test: PC/SC Lite IFD o [2002/09/12] ports/42696 ports New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42697 ports New port: security/ifd-gpr400: PC/SC Lite o [2002/09/12] ports/42698 ports New port: security/opensc: OpenSC Smartca o [2002/09/12] ports/42701 ports New port: devel/p5-PCSC-Card: Perl bindin o [2002/09/12] ports/42702 ports New port: security/pcsc-tools: Tools for o [2002/09/12] ports/42716 ports New port: devel/p5-Parallel-ForkManager o [2002/09/13] ports/42744 ports Update port: x11-wm/larswm to 7.2.2 o [2002/09/14] ports/42776 ports Update port: news/ija to 0.4.13 o [2002/09/14] ports/42779 ports Maintainer port update: emulators/uae o [2002/09/14] ports/42786 ports Update port: palm/plucker to 1.1.14 o [2002/09/14] ports/42790 ports New Port - www/suphp : A pretty PHP wrapp o [2002/09/16] ports/42840 ports lang/php4 and www/mod_php4 need a newer m o [2002/09/17] ports/42915 ports Maintainer update: biology/primer3 o [2002/09/18] ports/42927 ports New Port: games/quakeforge2 o [2002/09/18] ports/42929 ports Fix www/mod_gzip make environment for LOC o [2002/09/20] ports/42984 ports Update port: sysutils/xmbmon o [2002/09/20] ports/42986 ports New Port: libwhisker HTTP testing library o [2002/09/20] ports/43142 ports New port: AlsaPlayer is an audio player w o [2002/09/20] ports/43147 ports upgrade math/grace to 5.1.10 o [2002/09/21] ports/43159 ports New port gwenview - a image browser o [2002/09/21] ports/43164 ports New port: krusader - a file-manager for K o [2002/09/21] ports/43171 ports Port misc/upclient setgid kmem o [2002/09/21] ports/43172 ports update port: www/flashplugin-mozilla (by o [2002/09/21] ports/43220 ports [PATCH] update ports/devel/p5-String-Appr o [2002/09/21] ports/43224 ports Ports: Update to net/mudix o [2002/09/21] ports/43227 ports squirrelmail port doesn't support Apache2 o [2002/09/22] ports/43229 ports [PATCH] update ports/net/p5-Net-SSH o [2002/09/22] ports/43245 ports [patch] fix x11/bgrot extra files f [2002/09/22] ports/43247 ports Invalid checksum in biology/molden o [2002/09/22] ports/43264 ports Update security/oidentd to 2.0.4 o [2002/09/22] ports/43268 ports New port: audio/streamtuner-local to 0.1. o [2002/09/22] ports/43269 ports New port: audio/streamtuner-live365 to 0. o [2002/09/23] ports/43300 ports Update Port: Avidemux o [2002/09/23] ports/43313 ports New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43322 ports p5-Date-Calc not updated o [2002/09/24] ports/43328 ports [FIX BENTO]: emulators/xmame o [2002/09/24] ports/43329 ports [FIX BENTO]: emulators/xmess o [2002/09/24] ports/43330 ports [FIX BENTO]: emulators/xpinmame o [2002/09/25] ports/43358 ports New port japanese/mplusfonts o [2002/09/25] ports/43370 ports Update port misc/help2man 1.26 -> 1.29 o [2002/09/26] ports/43385 ports Maintaner update: Rancid 2.2.2 - resolve o [2002/09/26] ports/43387 ports x11-toolkits/p5-Prima port upgrade o [2002/09/26] ports/43388 ports Update Port textproc/gxmlviewer o [2002/09/26] ports/43394 ports New port yptransitd, an nss_ldap replacem o [2002/09/26] ports/43405 ports Update devel/camlp4 to 3.06 o [2002/09/28] ports/43452 ports New Port: games/grhino - GRhino Othello/R o [2002/09/28] ports/43453 ports Unbreak misc/gman o [2002/09/28] ports/43457 ports Update Port net/airport o [2002/09/29] ports/43466 ports editors/gnuserv: gnuserv.el should be mod o [2002/09/29] ports/43477 ports New port: tads2 (Tools for writing and pl o [2002/09/29] ports/43481 ports Update port net/amcl to gnome-mud 0.9.1 o [2002/09/29] ports/43486 ports Update port net/arping -> 1.04 o [2002/09/29] ports/43498 ports flashplugin-mozilla does not release SHM o [2002/09/30] ports/43506 ports security/fwlogwatch update o [2002/09/30] ports/43507 ports security/p5-Crypt-CipherSaber update o [2002/09/30] ports/43526 ports tcpflow incorrectly handles incorrect dgm o [2002/09/30] ports/43540 ports Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/10/01] ports/43553 ports Update notification: neon has new version o [2002/10/01] ports/43554 ports New port or update: subversion server r32 o [2002/10/01] ports/43556 ports update devel/p5-Term-Screen to 1.02 o [2002/10/01] ports/43571 ports New port: databases/py-PySQLite o [2002/10/02] ports/43591 ports devel/tide port update o [2002/10/02] ports/43598 ports Update port: editors/em fixed bug tab set o [2002/10/03] ports/43619 ports New port: japanese/cal.rb - calendar in j o [2002/10/03] ports/43624 ports security/gpgme: configure script detects o [2002/10/03] ports/43633 ports Port change request: databases/adodb o [2002/10/04] ports/43656 ports New version of subversion r3200 (0.34.2) o [2002/10/04] ports/43657 ports Updating dircproxy to newer version o [2002/10/04] ports/43664 ports xdm dumps core on alpha 4.7-rc0 - xdmauth o [2002/10/04] ports/43665 ports New port: audio/streamtuner 0.8.5 o [2002/10/04] ports/43670 ports RC_NG script for net/openldap o [2002/10/04] ports/43671 ports RC_NG script for net/openldap2 a [2002/10/05] ports/43681 ports www/apache13-fp: Update to 1.3.27 and con o [2002/10/05] ports/43685 ports Update port: sysutils/gfslicer o [2002/10/05] ports/43689 ports New port: devel/aegis o [2002/10/05] ports/43695 ports Update port: databases/unixODBC o [2002/10/05] ports/43711 ports New port: php-gtk o [2002/10/05] ports/43715 ports Update to tkrat2 port o [2002/10/05] ports/43718 ports New port: x11-wm/icebgset (set IceWM back o [2002/10/05] ports/43728 ports math/PDL break info o [2002/10/05] ports/43731 ports ports/net/coda5_server doesn't build on - o [2002/10/06] ports/43754 ports New port: www/aget o [2002/10/07] ports/43764 ports New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports LaTeX ports mixed between print and textp o [2002/10/07] ports/43773 ports xmaddressbook complains when run, does no o [2002/10/07] ports/43774 ports Allow users to build security/cyrus_sasl o [2002/10/07] ports/43792 ports New Port: security/libbf (The Blowfish bl o [2002/10/07] ports/43793 ports New Port: security/libidea (IDEA block ci o [2002/10/07] ports/43794 ports New Port: security/p5-Crypt-Blowfish_PP ( o [2002/10/07] ports/43795 ports New Port: security/oinkmaster (Perl scrip o [2002/10/07] ports/43797 ports Maintainer Update of kmerlin : fix build o [2002/10/07] ports/43799 ports New Port: security/p5-SHA (Perl5 interfac o [2002/10/07] ports/43804 ports new port: sysutils/getopt (Frodo Looijaar o [2002/10/08] ports/43832 ports new port games/tileworld o [2002/10/08] ports/43833 ports new port: net/icmpchat o [2002/10/08] ports/43848 ports [patch] audio/mpmf20: Update MASTER_SITES o [2002/10/09] ports/43856 ports fix build of x11/wscan o [2002/10/09] ports/43862 ports New Port: mail/dcc-dccd: Distributed Chec o [2002/10/09] ports/43870 ports maintainer update of palm/jpilot o [2002/10/09] ports/43873 ports [MAINTAINER PATCH] japanese/kdrill update o [2002/10/09] ports/43876 ports NEW PORT: mail/mailfmt o [2002/10/09] ports/43880 ports Names of Emacs ports are misleading o [2002/10/10] ports/43890 ports [UPDATE] deskutils/xwrits o [2002/10/10] ports/43892 ports Enable use of keynote with security/isakm o [2002/10/10] ports/43895 ports New Port: security/libksba An X.509 Libra o [2002/10/10] ports/43897 ports [NEW PORT] mail/maildirsync, online syncr o [2002/10/10] ports/43901 ports [MAINTAINER PATCH] update net/ymessenger o [2002/10/11] ports/43933 ports security/isakmpd uses hardcoded paths o [2002/10/11] ports/43942 ports New port submission: security/hydra o [2002/10/11] ports/43956 ports New port: x11-wm/ion-devel o [2002/10/12] ports/43982 ports New port: www/notftp o [2002/10/12] ports/43986 ports scmxx: wrong MD5 checksum o [2002/10/13] ports/43997 ports New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44002 ports Please update Spread to 3.17.0. o [2002/10/13] ports/44003 ports Please update spreadmodule to 1.3 o [2002/10/13] ports/44028 ports courier "make install" fails o [2002/10/14] ports/44042 ports [PATCH] fixes broken port emulators/xmame o [2002/10/14] ports/44046 ports update www/p5-Apache-ASP to 2.45 o [2002/10/14] ports/44068 ports mod_webapp-apache2 safer grep call o [2002/10/14] ports/44071 ports oops-1.5.22.20020519 port does not compil o [2002/10/14] ports/44072 ports [patch] unbreak net/kmerlin o [2002/10/14] ports/44077 ports New Port: FetchYahoo retrieves mail from o [2002/10/15] ports/44079 ports New port: textproc/gauche-sxml - SXML for o [2002/10/15] ports/44108 ports Update port: devel/e4graph o [2002/10/15] ports/44112 ports Update port: games/gl-117 to 0.7.5 o [2002/10/16] ports/44133 ports Upgrade of www/linux-pheonix to version 0 o [2002/10/16] ports/44138 ports New port: msp430-binutils: binutils for c o [2002/10/16] ports/44139 ports New port: msp430-gcc: gcc 3.2 for cross-d o [2002/10/16] ports/44140 ports New port: msp430-libc: libc & libm for cr o [2002/10/16] ports/44141 ports New port: msp430-gdb: gdb & simulator for o [2002/10/17] ports/44168 ports net/trafd install from package broken o [2002/10/17] ports/44172 ports [PATCH] Unbreak (checksum errors) and upd o [2002/10/17] ports/44175 ports Update port x11-wm/ratpoison to 1.1.1 o [2002/10/18] ports/44205 ports fix build of devel/commoncpp o [2002/10/18] ports/44213 ports [PATCH] Unbreak bento build for sysutils/ o [2002/10/18] ports/44222 ports Update port: databases/gdbm to 1.8.2 o [2002/10/18] ports/44242 ports maintainer-update: print/pfaedit to 20021 o [2002/10/18] ports/44244 ports textproc/aspell: new version of the Frenc o [2002/10/18] ports/44245 ports new port: mail/bogofilter o [2002/10/18] ports/44246 ports New port ukrainian/aspell: aspell with Uk o [2002/10/18] ports/44247 ports New port textproc/el-aspell: aspell with o [2002/10/18] ports/44248 ports New port textproc/cy-aspell: aspell with o [2002/10/19] ports/44259 ports [NEW PORT] devel/p5-Log-Log4perl, Log4j f o [2002/10/19] ports/44269 ports New port: www/apache13-modsnmp: apache-1. o [2002/10/19] ports/44270 ports New port: net/bind9-sdb-ldap o [2002/10/19] ports/44281 ports Fix build of lang/nawk o [2002/10/19] ports/44288 ports Fix build of x11-fm/ezfm on -current o [2002/10/19] ports/44290 ports Fix build of lang/ferite on -current o [2002/10/19] ports/44291 ports Fix build of x11-toolkits/plib on -curren o [2002/10/19] ports/44297 ports Fix build of graphics/mpeg_encode on -cur o [2002/10/20] ports/44305 ports New port: java/xdoclet (an extended Javad o [2002/10/20] ports/44314 ports new port chk4mail o [2002/10/20] ports/44319 ports update port of mail/minimalist to the lat o [2002/10/20] ports/44323 ports unbreak ports/sysutils/pib o [2002/10/21] ports/44327 ports databases/posgtresql7 port doesn't automa o [2002/10/21] ports/44367 ports py-psycopg seems a little bit outdated. o [2002/10/21] ports/44371 ports palm/xcopilot is apparently defunct o [2002/10/22] ports/44376 ports [NEW PORT] gtklp - a gtk connection to cu o [2002/10/22] ports/44383 ports upgrade of lang/linux-j to 501a o [2002/10/22] ports/44392 ports New port: graphics/gwenview - An image vi o [2002/10/23] ports/44401 ports [patch] textproc/miflux doesn't build wit o [2002/10/23] ports/44423 ports audio/id3lib compilation fails in FreeBSD o [2002/10/24] ports/44431 ports [MAINTAINER UPDATE] net/gtk-gnuteall 0.90 o [2002/10/24] ports/44434 ports New port: Apache::Gallery - mod_perl hand o [2002/10/24] ports/44441 ports NEW PORT net/p5-Net-Services o [2002/10/24] ports/44442 ports Update port: x11-wm/ratpoison update to v o [2002/10/24] ports/44444 ports Sentinel port update o [2002/10/25] ports/44456 ports New port: devel/picasm o [2002/10/25] ports/44463 ports [patch] Update port: sysutils/anteater; f o [2002/10/25] ports/44464 ports Ports addition o [2002/10/25] ports/44466 ports Maintainer port update: mail/squirrelmail o [2002/10/25] ports/44469 ports allow vsftpd to compile on 4.x o [2002/10/25] ports/44473 ports Resurrection of port devel/pear. o [2002/10/25] ports/44474 ports www/horde2: fixing dependence with PEAR:: o [2002/10/25] ports/44478 ports Upgrade to misc/uf-view o [2002/10/25] ports/44479 ports new port: www/p5-Apache-SubProcess o [2002/10/25] ports/44484 ports Update port: databases/dbh o [2002/10/26] ports/44492 ports [MAINTAINER UPDATE] www/eddie: Fix pkg-pl o [2002/10/26] ports/44501 ports Maintainer update : www/jetty (supersedes o [2002/10/26] ports/44505 ports New port: A simple parallel processing fo o [2002/10/26] ports/44506 ports update port databases/unixODBC o [2002/10/26] ports/44507 ports Update port: net/pancho to 7.1.0 o [2002/10/26] ports/44511 ports openoffice-devel won't build o [2002/10/26] ports/44513 ports Update: x11-toolkits/bwidget o [2002/10/27] ports/44538 ports maintainer-update: mail/sylpheed-claws to o [2002/10/27] ports/44539 ports new version of net/kopete released o [2002/10/27] ports/44546 ports Remove www/comline, now part of libwww o [2002/10/27] ports/44553 ports Maintainer update for lang/dylan port o [2002/10/27] ports/44555 ports Update port: net/p5-Net-IP to 1.15 o [2002/10/28] ports/44557 ports maintainer update: java/jaf o [2002/10/28] ports/44558 ports maintainer update: java/javamail o [2002/10/28] ports/44562 ports update textproc/p5-Parse-Syslog o [2002/10/28] ports/44563 ports update math/topaz to 3.36 o [2002/10/28] ports/44565 ports NEW PORT: devel/libds (Useful data struct o [2002/10/28] ports/44568 ports samba without CUPS still links CUPS o [2002/10/28] ports/44571 ports [PATCH] Reset maintainer of security/lsh 552 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11: 8:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D014737B401; Mon, 28 Oct 2002 11:08:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFC243E3B; Mon, 28 Oct 2002 11:08:50 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SJ8ox3055360; Mon, 28 Oct 2002 11:08:50 -0800 (PST) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SJ8oW5055356; Mon, 28 Oct 2002 11:08:50 -0800 (PST) Date: Mon, 28 Oct 2002 11:08:50 -0800 (PST) From: Ceri Davies Message-Id: <200210281908.g9SJ8oW5055356@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44560: Update net/gnugadu from 0.2.0 to 0.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Old Synopsis: New Synopsis: Update net/gnugadu from 0.2.0 to 0.2.4 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: ceri Responsible-Changed-When: Mon Oct 28 11:07:23 PST 2002 Responsible-Changed-Why: Misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44560 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9DE37B401 for ; Mon, 28 Oct 2002 11:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEBB43E75 for ; Mon, 28 Oct 2002 11: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 g9SJU2x3059778 for ; Mon, 28 Oct 2002 11: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 g9SJU2Fj059777; Mon, 28 Oct 2002 11:30:02 -0800 (PST) Date: Mon, 28 Oct 2002 11:30:02 -0800 (PST) Message-Id: <200210281930.g9SJU2Fj059777@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Vivek Khera Subject: Re: ports/44568: samba without CUPS still links CUPS Reply-To: Vivek Khera Sender: owner-freebsd-ports@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/44568; it has been noted by GNATS. From: Vivek Khera To: "David W. Chapman Jr." Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Date: Mon, 28 Oct 2002 14:24:20 -0500 >>>>> "DWC" == David W Chapman, writes: DWC> Which portrevision did you try? /usr/ports/net/samba: PORTNAME= samba PORTVERSION= 2.2.6 No PORTREVISION present. The Makefile is dated October 17. Aside from this, it seems to me that if samba has CUPS linked, it uses it instead of the bsd printing mechanism I configured... but that's another issue. If I pkg_delete cups_base first, then it works as expected (and prints ok, too). Someone sent this patch along, which I haven't tried: diff -u -r1.104 Makefile --- Makefile 17 Oct 2002 13:49:31 -0000 1.104 +++ Makefile 28 Oct 2002 17:26:04 -0000 @@ -123,6 +125,8 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib +.else +CONFIGURE_ARGS+= --without-cups .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 181C737B401 for ; Mon, 28 Oct 2002 11:30:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B261643E3B for ; Mon, 28 Oct 2002 11: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 g9SJU5x3059809 for ; Mon, 28 Oct 2002 11: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 g9SJU5Hi059806; Mon, 28 Oct 2002 11:30:05 -0800 (PST) Date: Mon, 28 Oct 2002 11:30:05 -0800 (PST) Message-Id: <200210281930.g9SJU5Hi059806@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/44568: samba without CUPS still links CUPS Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@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/44568; it has been noted by GNATS. From: "David W. Chapman Jr." To: Vivek Khera Cc: "David W. Chapman Jr." , FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Date: Mon, 28 Oct 2002 13:27:01 -0600 That patch seems like it would do the trick, if you could test it sometime, let me know and I'll commit it. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7EBB37B401 for ; Mon, 28 Oct 2002 11:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181CC43E75 for ; Mon, 28 Oct 2002 11:40: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 g9SJe1x3061838 for ; Mon, 28 Oct 2002 11:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SJe11u061837; Mon, 28 Oct 2002 11:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4498B37B4BB; Mon, 28 Oct 2002 11:30:41 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5287943E42; Mon, 28 Oct 2002 11:30:40 -0800 (PST) (envelope-from vs@foldr.org) Received: from theater.dyndns.org (pD9008CC4.dip.t-dialin.net [217.0.140.196]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g9SJUIjN021307 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Mon, 28 Oct 2002 20:30:28 +0100 (CET) (envelope-from vs@foldr.org) Received: from monster.ikea.net (monster.ikea.net [10.0.0.3]) by theater.dyndns.org (8.12.5/8.12.5) with ESMTP id g9SJUKfI004730 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 28 Oct 2002 20:30:21 +0100 (CET) (envelope-from vs@monster.ikea.net) Received: (from vs@localhost) by monster.ikea.net (8.12.6/8.12.6/Submit) id g9SKUKV4041473; Mon, 28 Oct 2002 21:30:20 +0100 (CET) (envelope-from vs) Message-Id: <200210282030.g9SKUKV4041473@monster.ikea.net> Date: Mon, 28 Oct 2002 21:30:20 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: des@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44574: [patch] www/opera lacks dependency on compat4x for -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44574 >Category: ports >Synopsis: [patch] www/opera lacks dependency on compat4x for -CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 11:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386 >Description: www/opera lacks dependency on compat4x on -CURRENT, it requires libc_r.so.4. >How-To-Repeat: Run www/opera on stock -CURRENT w/o compat4x. >Fix: --- Makefile.orig Mon Oct 28 21:25:05 2002 +++ Makefile Mon Oct 28 21:25:24 2002 @@ -15,6 +15,7 @@ MAINTAINER= des@FreeBSD.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x USE_BZIP2= yes ONLY_FOR_ARCHS= i386 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 11:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FE837B401 for ; Mon, 28 Oct 2002 11:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94F9C43E3B for ; Mon, 28 Oct 2002 11:50: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 g9SJo2x3063871 for ; Mon, 28 Oct 2002 11:50: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 g9SJo28s063870; Mon, 28 Oct 2002 11:50:02 -0800 (PST) Date: Mon, 28 Oct 2002 11:50:02 -0800 (PST) Message-Id: <200210281950.g9SJo28s063870@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Vivek Khera Subject: Re: ports/44568: samba without CUPS still links CUPS Reply-To: Vivek Khera Sender: owner-freebsd-ports@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/44568; it has been noted by GNATS. From: Vivek Khera To: "David W. Chapman Jr." Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Date: Mon, 28 Oct 2002 14:46:21 -0500 >>>>> "DWC" == David W Chapman, writes: DWC> That patch seems like it would do the trick, if you could test it DWC> sometime, let me know and I'll commit it. It did not work... however if you use the correct "--disable-cups" it does work: .if defined(WITH_CUPS) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-cups .endif Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 12: 5:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46EDC37B401; Mon, 28 Oct 2002 12:05:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC12143E42; Mon, 28 Oct 2002 12:05:41 -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 g9SK5fx3072509; Mon, 28 Oct 2002 12:05:41 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SK5fHg072505; Mon, 28 Oct 2002 12:05:41 -0800 (PST) Date: Mon, 28 Oct 2002 12:05:41 -0800 (PST) From: Tilman Linneweh Message-Id: <200210282005.g9SK5fHg072505@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/44574: [patch] www/opera lacks dependency on compat4x for -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] www/opera lacks dependency on compat4x for -CURRENT Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 12:05:18 PST 2002 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 12: 8:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD2A37B401 for ; Mon, 28 Oct 2002 12:08:19 -0800 (PST) Received: from mail.abitab.com.uy (r200-40-59-211.adinet.com.uy [200.40.59.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DB543E42 for ; Mon, 28 Oct 2002 12:08:17 -0800 (PST) (envelope-from pablo.morales@abitab.com.uy) Received: from abtec412 (abtec412.dptotecnico.abitab.com.uy [10.200.41.2]) by mail.abitab.com.uy (Abitab MailServer by RootWay) with SMTP id D1C0813107 for ; Mon, 28 Oct 2002 17:08:03 -0300 (UYT) Message-ID: <002f01c27ebd$fbfaedc0$0229c80a@abtec412> Reply-To: "Pablo Morales" From: "Pablo Morales" To: Subject: Port Mantainer cd2mp3 Date: Mon, 28 Oct 2002 17:09:54 -0300 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 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there. I made some modifications to the port, then I send them to the author who told me he had no time to maintain the port, and that I could take over it I want to know who I have to notify this, in order to reflect he changes, and the steps I have to follow to mantain the port, cause in theory I will be the main mantainber of the port. Thankx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 12: 9:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 116BC37B401 for ; Mon, 28 Oct 2002 12:09:55 -0800 (PST) Received: from mail.abitab.com.uy (r200-40-59-211.adinet.com.uy [200.40.59.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397D243E42 for ; Mon, 28 Oct 2002 12:09:54 -0800 (PST) (envelope-from pablo.morales@abitab.com.uy) Received: from abtec412 (abtec412.dptotecnico.abitab.com.uy [10.200.41.2]) by mail.abitab.com.uy (Abitab MailServer by RootWay) with SMTP id 74405127AC for ; Mon, 28 Oct 2002 17:09:52 -0300 (UYT) Message-ID: <004201c27ebe$3ca61ac0$0229c80a@abtec412> Reply-To: "Pablo Morales" From: "Pablo Morales" To: Subject: Fw: Port Mantainer cd2mp3 Date: Mon, 28 Oct 2002 17:11:43 -0300 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 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, me again, How do I subscribe to this list? Thankx ----- Original Message ----- From: "Pablo Morales" To: Sent: Monday, October 28, 2002 5:09 PM Subject: Port Mantainer cd2mp3 > Hi there. > I made some modifications to the port, then I send them to the author > who told me he had no time to maintain the port, and that I could take over > it > I want to know who I have to notify this, in order to reflect he changes, > and the steps I have to follow to mantain the port, cause in theory I will > be the main mantainber of the port. > > Thankx > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 12:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 299BB37B401 for ; Mon, 28 Oct 2002 12:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7516743E7B for ; Mon, 28 Oct 2002 12:50: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 g9SKo2x3080851 for ; Mon, 28 Oct 2002 12:50: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 g9SKo2bo080850; Mon, 28 Oct 2002 12:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A816637B404 for ; Mon, 28 Oct 2002 12:41:22 -0800 (PST) Received: from CRWdog.demon.co.uk (adsl-66-123-232-98.dsl.sndg02.pacbell.net [66.123.232.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C07B43E6E for ; Mon, 28 Oct 2002 12:41:14 -0800 (PST) (envelope-from andy@CRWdog.demon.co.uk) Received: by CRWdog.demon.co.uk (Postfix, from userid 1001) id 6D3163BF; Mon, 28 Oct 2002 12:40:28 -0800 (PST) Message-Id: <20021028204028.6D3163BF@CRWdog.demon.co.uk> Date: Mon, 28 Oct 2002 12:40:28 -0800 (PST) From: Andy Sparrow Reply-To: Andy Sparrow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44575: gtk-gnutella update to latest release version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44575 >Category: ports >Synopsis: gtk-gnutella update to latest release version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 12:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andy Sparrow >Release: FreeBSD 4.7-RC i386 >Organization: None. >Environment: System: FreeBSD tureg.geek4food.org 4.7-RC FreeBSD 4.7-RC #104: Mon Oct 7 11:08:30 PDT 2002 root@tureg.geek4food.org:/usr/src/sys/compile/tureg i386 >Description: Released version of gtk-gnutella is more recent that the one in ports. It keeps telling you that there's a more recent version, too. >How-To-Repeat: Run the -ports version (actually, the most recent released version keeps telling you about a version in CVS too, but that's another issue).. >Fix: (There doesn't appear to be a Bzip2 archive available at this time). diff -urN gtk-gnutella gtk-gnutella.old diff -urN gtk-gnutella/Makefile gtk-gnutella.old/Makefile --- gtk-gnutella/Makefile Mon Oct 28 10:28:36 2002 +++ gtk-gnutella.old/Makefile Thu Sep 12 22:58:13 2002 @@ -6,8 +6,8 @@ # PORTNAME= gtk-gnutella -PORTVERSION= 0.91 -#PORTREVISION= 1 +PORTVERSION= 0.90 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://gtk-gnutella.sourceforge.net/download/ \ @@ -18,7 +18,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -#USE_BZIP2= yes +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes diff -urN gtk-gnutella/distinfo gtk-gnutella.old/distinfo --- gtk-gnutella/distinfo Mon Oct 28 10:27:56 2002 +++ gtk-gnutella.old/distinfo Sat Aug 31 00:36:56 2002 @@ -1 +1 @@ -MD5 (gtk-gnutella-0.91.tar.gz) = 019aab27e905886b5a952d7b98de3911 +MD5 (gtk-gnutella-0.90.tar.bz2) = 4f43c0260391106e0f8b7d50efe83c13 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 13: 4:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D23937B401; Mon, 28 Oct 2002 13:04:55 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1302443E77; Mon, 28 Oct 2002 13:04:55 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5FD7766E0A; Mon, 28 Oct 2002 13:04:54 -0800 (PST) Date: Mon, 28 Oct 2002 13:04:54 -0800 From: Kris Kennaway To: Jonathon McKitrick Cc: freebsd-ports@FreeBSD.ORG, sobomax@FreeBSD.ORG Subject: Re: Segfault with Windowmaker 0.80.1 Message-ID: <20021028210453.GB61785@xor.obsecurity.org> References: <20021028150315.GA44239@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <20021028150315.GA44239@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 28, 2002 at 03:03:15PM +0000, Jonathon McKitrick wrote: >=20 > Hi all, >=20 > I decided to return to the Windowmaker fold, so I used 'portupgrade -RPN > windowmaker' to install. Windowmaker starts, then pops up a box saying > there was a segfault and allows me to dump core. >=20 > I've tried truss and a few other tools, but I'm not good at debugging core > files. Is there any info I can provide that can help track down this > problem? I'd really like to get wmaker working. You're best off talking to the windowmaker developers. > Note: I'm running XFree86 3.x, not 4.x. Should that make a difference? Possibly. You're not really supposed to mix-and-match XFree86 components. Kris --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9vaZ1Wry0BWjoQKURAnFYAJ4sQylTZpwYqF91O39RkPEWx9r5KwCg/HOi BBqjb62p/0rSi25vjBFuTNA= =XZKm -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 13:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C7537B401 for ; Mon, 28 Oct 2002 13:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D6143E6E for ; Mon, 28 Oct 2002 13: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 g9SLK1x3092169 for ; Mon, 28 Oct 2002 13:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SLK1K7092168; Mon, 28 Oct 2002 13:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3972737B401 for ; Mon, 28 Oct 2002 13:12:18 -0800 (PST) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E678543E3B for ; Mon, 28 Oct 2002 13:12:16 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-4-a7-62-147-51-3.dial.proxad.net [62.147.51.3]) by postfix2-2.free.fr (Postfix) with ESMTP id 36F2E5F70E for ; Mon, 28 Oct 2002 22:12:06 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id A97137511; Mon, 28 Oct 2002 22:10:47 +0100 (CET) Message-Id: <20021028211047.A97137511@graf.pompo.net> Date: Mon, 28 Oct 2002 22:10:47 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44577: mail/gtkgrepmail run-depends on gnome-help-browser. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44577 >Category: ports >Synopsis: mail/gtkgrepmail run-depends on gnome-help-browser. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 13:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.7-RC i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 21 11:24:26 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Gtkgrepmail requires gnome-help-browser to browse its manual. >How-To-Repeat: Click on Help / Manual => gnome-help-browser: not found >Fix: Apply the following patch: --- mail/gtkgrepmail/Makefile.orig Sun Sep 8 09:33:37 2002 +++ mail/gtkgrepmail/Makefile Mon Oct 28 21:59:10 2002 @@ -20,7 +20,8 @@ RUN_DEPENDS= grepmail:${PORTSDIR}/mail/grepmail \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${X11BASE}/bin/gnome-help-browser:${PORTSDIR}/x11/gnomecore PERL_CONFIGURE= YES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 14:22:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6731E37B401; Mon, 28 Oct 2002 14:22:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1771843E75; Mon, 28 Oct 2002 14:22:09 -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 g9SMM8x3012029; Mon, 28 Oct 2002 14:22:08 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SMM8C6012025; Mon, 28 Oct 2002 14:22:08 -0800 (PST) Date: Mon, 28 Oct 2002 14:22:08 -0800 (PST) From: Tilman Linneweh Message-Id: <200210282222.g9SMM8C6012025@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, anholt@FreeBSD.org Subject: Re: ports/44135: XFree86-libraries won't portupgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: XFree86-libraries won't portupgrade Responsible-Changed-From-To: freebsd-ports->anholt Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 14:21:27 PST 2002 Responsible-Changed-Why: Over to our XFree86 Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44135 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 14:28:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7466337B416; Mon, 28 Oct 2002 14:28:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A9443E6E; Mon, 28 Oct 2002 14:28:08 -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 g9SMS8x3012266; Mon, 28 Oct 2002 14:28:08 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SMS8oq012262; Mon, 28 Oct 2002 14:28:08 -0800 (PST) Date: Mon, 28 Oct 2002 14:28:08 -0800 (PST) From: Oliver Braun Message-Id: <200210282228.g9SMS8oq012262@freefall.freebsd.org> To: housel@acm.org, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44553: Maintainer update for lang/dylan port Sender: owner-freebsd-ports@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 for lang/dylan port State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Mon Oct 28 14:27:01 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44553 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 14:33: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB97837B401; Mon, 28 Oct 2002 14:33:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D57A43E4A; Mon, 28 Oct 2002 14:33:01 -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 g9SMX1x3014323; Mon, 28 Oct 2002 14:33:01 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SMX0rR014319; Mon, 28 Oct 2002 14:33:00 -0800 (PST) Date: Mon, 28 Oct 2002 14:33:00 -0800 (PST) From: Oliver Braun Message-Id: <200210282233.g9SMX0rR014319@freefall.freebsd.org> To: erwin@lansing.dk, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44563: update math/topaz to 3.36 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update math/topaz to 3.36 State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Mon Oct 28 14:32:09 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44563 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 14:54: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6924F37B401; Mon, 28 Oct 2002 14:54:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C5843E4A; Mon, 28 Oct 2002 14:54:00 -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 g9SMrxx3018782; Mon, 28 Oct 2002 14:53:59 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SMrxFL018778; Mon, 28 Oct 2002 14:53:59 -0800 (PST) Date: Mon, 28 Oct 2002 14:53:59 -0800 (PST) From: Tilman Linneweh Message-Id: <200210282253.g9SMrxFL018778@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/41305: Portupgrade and misc/kde3-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Portupgrade and misc/kde3-i18n Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 14:52:21 PST 2002 Responsible-Changed-Why: I am not quite sure, but maybe the problem is, that "french" isn't the first Category mentioned in the Categories variable. This Problem applies to the german i18n package too. http://www.freebsd.org/cgi/query-pr.cgi?pr=41305 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 14:56:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 511C937B401; Mon, 28 Oct 2002 14:56:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBBC43E42; Mon, 28 Oct 2002 14:56:24 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SMuOx3018981; Mon, 28 Oct 2002 14:56:24 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SMuDmN018967; Mon, 28 Oct 2002 14:56:13 -0800 (PST) Date: Mon, 28 Oct 2002 14:56:13 -0800 (PST) From: Patrick Li Message-Id: <200210282256.g9SMuDmN018967@freefall.freebsd.org> To: fuyuki@hadaly.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44555: Update port: net/p5-Net-IP to 1.15 Sender: owner-freebsd-ports@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: net/p5-Net-IP to 1.15 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 14:55:59 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15: 0:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0233037B401; Mon, 28 Oct 2002 15:00:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A605743E42; Mon, 28 Oct 2002 15:00:27 -0800 (PST) (envelope-from keichii@FreeBSD.org) Received: from freefall.freebsd.org (keichii@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SN0Rx3019760; Mon, 28 Oct 2002 15:00:27 -0800 (PST) (envelope-from keichii@freefall.freebsd.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SN0RiI019756; Mon, 28 Oct 2002 15:00:27 -0800 (PST) Date: Mon, 28 Oct 2002 15:00:27 -0800 (PST) From: "Michael C . Wu" Message-Id: <200210282300.g9SN0RiI019756@freefall.freebsd.org> To: keichii@FreeBSD.org, freebsd-ports@FreeBSD.org, keichii@FreeBSD.org Subject: Re: ports/41701: New port: devel/RT2 Sender: owner-freebsd-ports@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/RT2 Responsible-Changed-From-To: freebsd-ports->keichii Responsible-Changed-By: keichii Responsible-Changed-When: Mon Oct 28 14:59:57 PST 2002 Responsible-Changed-Why: I will take care of this. http://www.freebsd.org/cgi/query-pr.cgi?pr=41701 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15: 8:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978F237B401; Mon, 28 Oct 2002 15:08:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CAB43E4A; Mon, 28 Oct 2002 15:08:58 -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 g9SN8wx3025908; Mon, 28 Oct 2002 15:08:58 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SN8vWC025904; Mon, 28 Oct 2002 15:08:57 -0800 (PST) Date: Mon, 28 Oct 2002 15:08:57 -0800 (PST) From: Tilman Linneweh Message-Id: <200210282308.g9SN8vWC025904@freefall.freebsd.org> To: ler@lerctr.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/42840: lang/php4 and www/mod_php4 need a newer ming library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lang/php4 and www/mod_php4 need a newer ming library Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: arved Responsible-Changed-When: Mon Oct 28 15:08:23 PST 2002 Responsible-Changed-Why: Over to dirk@, Our mod_php4 Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=42840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:10:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E401437B401; Mon, 28 Oct 2002 15:10:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AF743E6E; Mon, 28 Oct 2002 15:10:39 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNAdx3027146; Mon, 28 Oct 2002 15:10:39 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNAdI3027130; Mon, 28 Oct 2002 15:10:39 -0800 (PST) Date: Mon, 28 Oct 2002 15:10:39 -0800 (PST) From: Patrick Li Message-Id: <200210282310.g9SNAdI3027130@freefall.freebsd.org> To: corecode@corecode.ath.cx, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44538: maintainer-update: mail/sylpheed-claws to 0.8.5 Sender: owner-freebsd-ports@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: mail/sylpheed-claws to 0.8.5 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:10:25 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:23:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 934AB37B404; Mon, 28 Oct 2002 15:23:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285C643E4A; Mon, 28 Oct 2002 15:23:16 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNNFx3030800; Mon, 28 Oct 2002 15:23:16 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNNFj2030792; Mon, 28 Oct 2002 15:23:15 -0800 (PST) Date: Mon, 28 Oct 2002 15:23:15 -0800 (PST) From: Patrick Li Message-Id: <200210282323.g9SNNFj2030792@freefall.freebsd.org> To: delphij@frontfree.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43227: squirrelmail port doesn't support Apache2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: squirrelmail port doesn't support Apache2 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:23:05 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=43227 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:23:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDA237B401; Mon, 28 Oct 2002 15:23:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA2343E4A; Mon, 28 Oct 2002 15:23:35 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNNYx3030867; Mon, 28 Oct 2002 15:23:35 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNNTB3030857; Mon, 28 Oct 2002 15:23:29 -0800 (PST) Date: Mon, 28 Oct 2002 15:23:29 -0800 (PST) From: Patrick Li Message-Id: <200210282323.g9SNNTB3030857@freefall.freebsd.org> To: simond@irrelevant.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44466: Maintainer port update: mail/squirrelmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer port update: mail/squirrelmail State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:23:17 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:33:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A3237B401; Mon, 28 Oct 2002 15:33:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6FF43E42; Mon, 28 Oct 2002 15:33:54 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNXsx3033100; Mon, 28 Oct 2002 15:33:54 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNXsGG033096; Mon, 28 Oct 2002 15:33:54 -0800 (PST) Date: Mon, 28 Oct 2002 15:33:54 -0800 (PST) From: Patrick Li Message-Id: <200210282333.g9SNXsGG033096@freefall.freebsd.org> To: negative@toxic.magnesium.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43506: security/fwlogwatch update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: security/fwlogwatch update State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:33:17 PST 2002 State-Changed-Why: Already updated to 0.9 but just assigned maintainer to you. http://www.freebsd.org/cgi/query-pr.cgi?pr=43506 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:44:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6902D37B401; Mon, 28 Oct 2002 15:44:28 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD40543E3B; Mon, 28 Oct 2002 15:44:27 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9SNi8jR057554; Mon, 28 Oct 2002 18:44:08 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9SNi8sQ057553; Mon, 28 Oct 2002 18:44:08 -0500 (EST) (envelope-from alane) Date: Mon, 28 Oct 2002 18:44:08 -0500 From: AlanE To: freebsd-ports@FreeBSD.ORG, kde@FreeBSD.ORG Subject: Re: ports/41305: Portupgrade and misc/kde3-i18n Message-ID: <20021028234408.GA57541@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: freebsd-ports@FreeBSD.ORG, kde@FreeBSD.ORG References: <200210282253.g9SMrxFL018778@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210282253.g9SMrxFL018778@freefall.freebsd.org> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 28, 2002 at 02:53:59PM -0800, Tilman Linneweh wrote: >Synopsis: Portupgrade and misc/kde3-i18n > >Responsible-Changed-From-To: freebsd-ports->kde >Responsible-Changed-By: arved >Responsible-Changed-When: Mon Oct 28 14:52:21 PST 2002 >Responsible-Changed-Why: >I am not quite sure, but maybe the problem is, that "french" isn't the first >Category mentioned in the Categories variable. This Problem applies to the german i18n package too. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=41305 > Indeed that's it. I'm working on it. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:45:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C36437B401; Mon, 28 Oct 2002 15:45:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C62043E42; Mon, 28 Oct 2002 15:45:18 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNjIx3035262; Mon, 28 Oct 2002 15:45:18 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNjG1g035254; Mon, 28 Oct 2002 15:45:16 -0800 (PST) Date: Mon, 28 Oct 2002 15:45:16 -0800 (PST) From: Patrick Li Message-Id: <200210282345.g9SNjG1g035254@freefall.freebsd.org> To: roman@xpert.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44431: [MAINTAINER UPDATE] net/gtk-gnuteall 0.90->0.91 Sender: owner-freebsd-ports@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] net/gtk-gnuteall 0.90->0.91 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:45:06 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:47:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BDC37B401; Mon, 28 Oct 2002 15:47:27 -0800 (PST) Received: from isp.sputnikmedia.net (bigmir.mirotel.net [194.125.225.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6C943E3B; Mon, 28 Oct 2002 15:47:25 -0800 (PST) (envelope-from russiaseminar@mail.ru) Received: from spam (ppp11.BM.mirotel.net [194.125.224.11]) by isp.sputnikmedia.net (8.12.6/8.11.6) with SMTP id g9SNAd9q068294; Tue, 29 Oct 2002 01:10:40 +0200 (EET) (envelope-from russiaseminar@mail.ru) Message-Id: <200210282310.g9SNAd9q068294@isp.sputnikmedia.net> From: To: 10@isp.sputnikmedia.net Organization: X-Priority: 3 X-MSMail-Priority: Normal Subject: Ñåìèíàðû â íîÿáðå Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Date: Tue, 29 Oct 2002 01:36:11 +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ìåæäóíàðîäíûé èíôîðìàöèîííûé êîíñàëòèíãîâûé Öåíòð  Ïðèãëàøàåò ðóêîâîäèòåëåé ïðåäïðèÿòèé, ôèíàíñîâûõ äèðåêòîðîâ, ðóêîâîäèòåëåé ïëàíîâî-ýêîíîìè÷åñêèõ ñëóæá, ñïåöèàëèñòîâ ïî óïðàâëåíèþ ôèíàíñàìè, à òàêæå ÷àñòíûõ ëèö ïðèíÿòü ó÷àñòèå ñåìèíàðàõ-ïðàêòèêóìàõ, ïðîâîäèìûõ â íîÿáðå 2002 ãîäà â Êèåâå: Îòåëü «Ñàíêò-Ïåòåðáóðã» ã. Êèåâ, áóëüâàð Ò. Øåâ÷åíêî, 4  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ÏÐÎÁËÅÌÛ ÈÑÏÎËÍÅÍÈß ÑÓÄÅÁÍÛÕ ÐÅØÅÍÈÉ. Ïðàêòè÷åñêèå àñïåêòû. 5 íîÿáðÿ Ïðîáëåìû ñ èñïîëíåíèåì ñóäåáíûõ ðåøåíèé - "ãîëîâíàÿ áîëü" äëÿ ìíîãèõ óêðàèíñêèõ ïðåäïðèÿòèé. Äàæå ïðè íàëè÷èè ðåøåíèÿ õîçÿéñòâåííîãî ñóäà î âçûñêàíèè äîëãà ïðîöåäóðà åãî âîçâðàòà ìîæåò çàòÿíóòüñÿ íà äëèòåëüíûé ñðîê. Ê ñîæàëåíèþ, "îòñóòñòâèå" ó äîëæíèêà äåíåæíûõ ñðåäñòâ è èìóùåñòâà, áåçäåÿòåëüíîñòü ñóäåáíûõ èñïîëíèòåëåé, à òàêæå ñîçäàíèå ïðåïÿòñòâèé ìåñòíûìè âëàñòÿìè, ïðåïÿòñòâóþò áûñòðîìó èñïîëíåíèþ ñóäåáíûõ ðåøåíèé. Îñîáîå âíèìàíèå áóäåò óäåëåíî îñâåùåíèþ ïðîáëåìíûõ âîïðîñîâ èç ïðàêòèêè èñïîëíèòåëüíîãî ïðîèçâîäñòâà. Ñåìèíàð îðèåíòèðîâàí íà ïðàêòèêîâ, çàíèìàþùèõñÿ âîïðîñàìè âîçâðàòà äîëãîâ è íîñèò ñóãóáî ïðàêòè÷åñêèé õàðàêòåð. Âåä¸ò ñåìèíàð: çàìåñòèòåëü äèðåêòîðà Äåïàðòàìåíòà Ãîñóäàðñòâåííîé èñïîëíèòåëüíîé ñëóæáû Ìèíèñòåðñòâà Þñòèöèè Óêðàèíû: ÊÓÇÜ À.Ð. ÑÒÎÈÌÎÑÒÜ Ó×ÀÑÒÈß: 350 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 1-2 ðÿäó - V.I.P. ðÿäû 310 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 3-5 ðÿäó. Äëÿ âòîðîãî è òðåòüåãî ó÷àñòíèêà ñêèäêà - 5% è 7% ñîîòâåòñòâåííî. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ÑÈÑÒÅÌÀ ÑÁÛÒÀ è ÄÈËÅÐÑÊÀß ÑÅÒÜ: ïîñòàíîâêà, ðàçâèòèå, êîíòðîëü. 12 íîÿáðÿ Ýôôåêòèâíàÿ ðàáîòà ñëóæáû ñáûòà ñòàíîâèòñÿ îäíèì èç êëþ÷åâûõ óñëîâèé óñïåøíîãî ðàçâèòèÿ áèçíåñà. Êàê ïðàâèëüíî îðãàíèçîâàòü ðàáîòó ñëóæáû ñáûòà? Êàê ïëàíèðîâàòü ñáûò? Êàê ðàçðàáîòàòü ýôôåêòèâíóþ ñòðàòåãèþ ñáûòà â êîíêóðåíòíîé ñðåäå èìåííî äëÿ Âàøåé êîìïàíèè? Cëóøàòåëÿì ñåìèíàðà áóäåò ïðåäëîæåí ñèñòåìíûé ïîäõîä ê ïîñòðîåíèþ äèëåðñêîé ñåòè, äàíû ðåêîìåíäàöèè ïî ïîñòðîåíèþ äîëãîñðî÷íûõ îòíîøåíèé ñ ïåðñïåêòèâíûìè äèëåðàìè è ðåêîìåíäàöèè ïî ðåøåíèþ íàèáîëåå òèïè÷íûõ ïðîáëåì è íåñòàíäàðòíûõ ñèòóàöèé. Ïðèíÿâ ó÷àñòèå â ñåìèíàðå, ñëóøàòåëè ñìîãóò óñïåøíî ðåøàòü ýòè è ìíîãèå äðóãèå çàäà÷è ïî óïðàâëåíèþ ñáûòîì. Âåä¸ò ñåìèíàð: ÊÀËÌÛÊΠÀ.Ñ. - áèçíåñ-êîíñóëüòàíò ïî òîðãîâëå. Ïðîøåë îáó÷åíèå â èíñòèòóòå ïðîåêòíûõ ìåíåäæåðîâ AGIT, Ãåðìàíèÿ. Ñòàæèðîâàëñÿ â âåäóùåé åâðîïåéñêîé òîðãîâîé êîìïàíèè METRO, Ãåðìàíèÿ. Àâòîð ïðîåêòîâ äëÿ êîìïàíèé EUROMART, UNITRADE, METRO, ÃÀÌÌÀ, PUMA, ÝÍÐÀÍ, MEZOKRED, ÍÜÞ ÂÈÍÄ ËÅÍÒÀ, FOZZY, ÈÍÒÅÐÒÅÕÍÈÊÀ è äð. ÑÒÎÈÌÎÑÒÜ Ó×ÀÑÒÈß: 333 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 1-2 ðÿäó - V.I.P. ðÿäû 299 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 3-5 ðÿäó. Äëÿ âòîðîãî è òðåòüåãî ó÷àñòíèêà ñêèäêà - 5% è 7% ñîîòâåòñòâåííî. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ÏÎÑÒÀÍÎÂÊÀ ÑÈÑÒÅÌÛ ÁÞÄÆÅÒÈÐÎÂÀÍÈß. 14 íîÿáðÿ Ïðîöåññ ïîñòàíîâêè áþäæåòèðîâàíèÿ òðåáóåò ñëàæåííîé ðàáîòû âñåõ ïîäðàçäåëåíèé êîìïàíèé âî ãëàâå ñ ôèíàíñîâîé ñëóæáîé. Íà ñåìèíàðå-ïðàêòèêóìå ðàññìàòðèâàåòñÿ ïîñëåäîâàòåëüíîñòü äåéñòâèé, íåîáõîäèìûõ äëÿ ïîñòàíîâêè ñèñòåìû áþäæåòíîãî óïðàâëåíèÿ, íà÷èíàÿ ñ ïðåäâàðèòåëüíîé óïðàâëåí÷åñêîé è ôèíàíñîâîé äèàãíîñòèêè êîìïàíèè è çàêàí÷èâàÿ ðàçðàáîòêîé ïàêåòà âíóòðåííèõ óïðàâëåí÷åñêèõ äîêóìåíòîâ ïî áþäæåòèðîâàíèþ. Ó÷àñòèå â ñåìèíàðå, ïðîãðàììà êîòîðîãî ïîñòðîåíà íà îñíîâå îáîáùåíèÿ ïðàêòè÷åñêîãî îïûòà, ïîçâîëèò ñëóøàòåëÿì ñàìîñòîÿòåëüíî ñôîðìèðîâàòü äëÿ ñâîåé êîìïàíèè òåõíîëîãèþ âíåäðåíèÿ áþäæåòèðîâàíèÿ, à òàêæå ñèñòåìó îöåíêè ðåçóëüòàòîâ ðàçðàáîòàííîé ìîäåëè áþäæåòíîãî óïðàâëåíèÿ. Âåä¸ò ñåìèíàð: Ëþáèì Ãåðàñèìåíêî - ôèíàíñîâûé êîíòðîëåð (financial controller) êîìïàíèè Ôèëèï Ìîððèñ Óêðàèíà. Ñåðòèôèöèðîâàííûé ìåæäóíàðîäíûé áóõãàëòåð-àóäèòîð ACCA. Ïðîøåë îáó÷åíèå â Óíèâåðñèòåòå Ïýéñ (ÑØÀ). Àâòîð óíèêàëüíûõ ðàçðàáîòîê è ìåòîäèê áþäæåòèðîâàíèÿ. Ïàðòíåð ñåìèíàðà: Êîðïîðàöèÿ Ãàëàêòèêà (ÐÔ) - îäèí èç êðóïíåéøèõ â ÑÍà ðàçðàáîò÷èêîâ êîìïëåêñíûõ ðåøåíèé â îáëàñòè àâòîìàòèçàöèè óïðàâëåíèÿ ïðîèçâîäñòâåííî-õîçÿéñòâåííîé è ôèíàíñîâîé äåÿòåëüíîñòüþ ïðåäïðèÿòèÿ. ÑÒÎÈÌÎÑÒÜ Ó×ÀÑÒÈß: 350 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 1-2 ðÿäó - V.I.P. ðÿäû 310 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 3-5 ðÿäó. Äëÿ âòîðîãî è òðåòüåãî ó÷àñòíèêà ñêèäêà - 5% è 7% ñîîòâåòñòâåííî. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ÂÝÄ êîíòðàêòû: òàìîæåííûé êîíòðîëü. ÍÎÂÛÅ ÒÀÌÎÆÅÍÍÛÅ ÏÐÀÂÈËÀ. 16 íîÿáðÿ Íåðåäêî ïðè çàêëþ÷åíèè âíåøíåýêîíîìè÷åñêîãî êîíòðàêòà óêðàèíñêîé ñòîðîíîé íåäîñòàòî÷íî âíèìàíèÿ óäåëÿåòñÿ ñîïîñòàâëåíèþ óñëîâèé êîíòðàêòà - óñëîâèÿì è ïîðÿäêó ïðîõîæäåíèÿ òàìîæåííûõ ïðîöåäóð. Ïîñëåäñòâèÿ: "ãîëîâíàÿ áîëü", äîïîëíèòåëüíûå çàòðàòû âðåìåíè è äåíåæíûõ ñðåäñòâ. Ó÷àñòíèêè ñåìèíàðà áóäóò îáåñïå÷åíû íå òîëüêî ñàìîé ñâåæåé è ñàìîé àêòóàëüíîé èíôîðìàöèåé ïî âîïðîñàì òàìîæåííîãî ðåãóëèðîâàíèÿ, íî è ïîçíàêîìÿòñÿ ñ êîíêðåòíûìè ñïîñîáàìè ðåøåíèÿ ïðîáëåì ìèíèìèçàöèè çàòðàò è ðèñêîâ ïðè ïåðåìåùåíèè òîâàðîâ ÷åðåç òàìîæåííóþ ãðàíèöó Óêðàèíû !!! Âåä¸ò ñåìèíàð: Â.Ï. Íàóìåíêî - çàì. äèðåêòîðà êîìïàíèè ÍÒÔ "Èíòåñ", âåäóùèé ñïåöèàëèñò â îáëàñòè äåêëàðèðîâàíèÿ è òàìîæåííîãî îôîðìëåíèÿ òîâàðîâ. Àâòîð ìîíîãðàôèé "Îñíîâû òàìîæåííîãî çàêîíîäàòåëüñòâà Óêðàèíû", "Âñå î òàìîæåííîì îôîðìëåíèè ãðóçîâ". ÏÀÐÒÍÅÐ ÑÅÌÈÍÀÐÀ: Êîìïàíèÿ "ÈÍÒÅÑ", ðàçðàáîò÷èê ïðîãðàìíîãî îáåñïå÷åíèÿ äëÿ ðàáîòû ñ òàìîæíåé. QD Professional - ïîáåäèòåëü Âñåóêðàèíñêîãî êîíêóðñà ïðîèçâîäèòåëåé ïðîãðàììíîãî îáåñïå÷åíèÿ SoftRegatta-2001 330 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 1-2 ðÿäó - V.I.P. ðÿäû 299 ãðí. áåç ÍÄÑ (åäèíûé íàëîã) - çà îäíîãî ó÷àñòíèêà ñ ìåñòîì â 3-5 ðÿäó. Äëÿ âòîðîãî è òðåòüåãî ó÷àñòíèêà ñêèäêà - 3% è 5% ñîîòâåòñòâåííî. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ñòîèìîñòü âêëþ÷åíû: èíôîðìàöèîííî-êîíñóëüòàöèîííîå îáñëóæèâàíèå íà ñåìèíàðå, àëüáîì ìàòåðèàëîâ, ôóðøåò, îáñóæäåíèå äîêëàäîâ è îáìåí ìíåíèÿìè ñ ëåêòîðîì. Îïëàòà çà ó÷àñòèå â ñåìèíàðå îòíîñèòñÿ ê ñîñòàâó âàëîâûõ çàòðàò (ñò. 5 Çàêîíà Óêðàèíû „Î íàëîãîîáëîæåíèè ïðèáûëè ïðåäïðèÿòèé”) Ðåãëàìåíò: 9-00 9-30 - ðåãèñòðàöèÿ (ïîëó÷åíèå áóõãàëòåðñêîãî êîìïëåêòà, ñáîðíèêà ìàòåðèàëîâ, çàïîëíåíèå àíêåò). 9-30 17-30 - êîíñóëüòàöèè íà ñåìèíàðå. Ïåðåðûâ íà ôóðøåò è êîôå-áðåéê. Ñåìèíàð ïðîâîäèòñÿ â ñîâðåìåííîì êîíôåðåíö-çàëå ñ èñïîëüçîâàíèåì íàãëÿäíûõ ïðåçåíòàöèé è ìóëüòèìåäèéíîãî ïðîåêòîðà. Äàííûå óñëîâèÿ ïðîâåäåíèÿ ñåìèíàðà ïîâûøàþò ýôôåêòèâíîñòü âûñòóïëåíèÿ, îáëåã÷àþò ïîíèìàíèå, äåëàþò âûñòóïëåíèå çàïîìèíàþùèìñÿ, ÷òî ïîçâîëÿåò çà êîðîòêèé ñðîê ïîëó÷èòü ìàêñèìóì ïîëåçíîé èíôîðìàöèè. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Ðåãèñòðàöèÿ ó÷àñòíèêîâ ïðîèçâîäèòñÿ ïî íîìåðó : +38 (044) 459-02-82 Ïîäðîáíàÿ èíôîðìàöèÿ î ñåìèíàðàõ íàõîäèòñÿ íà ñàéòå www.consulting.home.ro ÈÍÔÎÐÌÀÖÈß Î ÃÎÒÅËÅ: Àäðåñ: áóëüâàð Øåâ÷åíêî, 4 Ðàñïîëîæåíèå: â öåíòðå (Áåññàðàáñêàÿ ïëîùàäü) Ïðèìå÷àíèå: Óäîáíîå ðàñïîëîæåíèå ãîñòèíèöû â öåíòðå ãîðîäà. Ðàçëè÷íûå êàòåãîðèè íîìåðîâ. Áðîíèðîâàíèå íîìåðîâ:(044) 229-73-64, 229-74-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A275437B401 for ; Mon, 28 Oct 2002 15:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA7F43E4A for ; Mon, 28 Oct 2002 15:50: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 g9SNo1x3035498 for ; Mon, 28 Oct 2002 15:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNo10e035497; Mon, 28 Oct 2002 15:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A510537B401 for ; Mon, 28 Oct 2002 15:47:14 -0800 (PST) Received: from casper.cs.uct.ac.za (casper.cs.uct.ac.za [137.158.96.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4CA43E77 for ; Mon, 28 Oct 2002 15:47:12 -0800 (PST) (envelope-from mwest@casper.cs.uct.ac.za) Received: from casper.cs.uct.ac.za (localhost [127.0.0.1]) by casper.cs.uct.ac.za (8.12.3/8.12.3) with ESMTP id g9SNZDjd029299; Tue, 29 Oct 2002 01:35:13 +0200 (SAST) (envelope-from mwest@casper.cs.uct.ac.za) Received: (from mwest@localhost) by casper.cs.uct.ac.za (8.12.3/8.12.3/Submit) id g9SNZAcP029298; Tue, 29 Oct 2002 01:35:10 +0200 (SAST) Message-Id: <200210282335.g9SNZAcP029298@casper.cs.uct.ac.za> Date: Tue, 29 Oct 2002 01:35:10 +0200 (SAST) From: Matthew West Reply-To: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org Cc: "Martin J. Muench" X-Send-Pr-Version: 3.113 Subject: ports/44579: new port: net/icmpchat 0.5.1 (supercedes ports/43833) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44579 >Category: ports >Synopsis: new port: net/icmpchat 0.5.1 (supercedes ports/43833) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 15:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 4.7-RELEASE i386 >Organization: University of Cape Town >Environment: >Description: this PR supercedes ports/43833 (which was for icmpchat 0.5) icmpchat 0.5 had formatstring vulnerability which is fixed in 0.5.1 ICMP Chat is a simple chat. The difference to other chat programs is the fact that this one is based on the ICMP protocol. >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: # # icmpchat # icmpchat/Makefile # icmpchat/distinfo # icmpchat/pkg-comment # icmpchat/pkg-descr # icmpchat/pkg-plist # echo c - icmpchat mkdir -p icmpchat > /dev/null 2>&1 echo x - icmpchat/Makefile sed 's/^X//' >icmpchat/Makefile << 'END-of-icmpchat/Makefile' X# New ports collection makefile for: icmpchat X# Date created: 8 October 2002 X# Whom: mwest@uct.ac.za X# X# $FreeBSD $ X# X XPORTNAME= icmpchat XPORTVERSION= 0.5.1 XCATEGORIES= net XMASTER_SITES= http://www.codito.de/prog/ X XMAINTAINER= mwest@uct.ac.za X XUSE_REINPLACE= yes X XALL_TARGET= X Xdo-patch: X @${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/icmpchat X.endif X X.include END-of-icmpchat/Makefile echo x - icmpchat/distinfo sed 's/^X//' >icmpchat/distinfo << 'END-of-icmpchat/distinfo' XMD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3 END-of-icmpchat/distinfo echo x - icmpchat/pkg-comment sed 's/^X//' >icmpchat/pkg-comment << 'END-of-icmpchat/pkg-comment' XSimple chat program based on the ICMP protocol END-of-icmpchat/pkg-comment echo x - icmpchat/pkg-descr sed 's/^X//' >icmpchat/pkg-descr << 'END-of-icmpchat/pkg-descr' XICMP Chat is a simple chat. The difference to other chat programs is Xthe fact that this one is based on the ICMP protocol. X XWWW: http://www.codito.de/ X X-- Xmwest@uct.ac.za END-of-icmpchat/pkg-descr echo x - icmpchat/pkg-plist sed 's/^X//' >icmpchat/pkg-plist << 'END-of-icmpchat/pkg-plist' Xbin/icmpchat X%%PORTDOCS%%share/doc/icmpchat/README X%%PORTDOCS%%@dirrm share/doc/icmpchat END-of-icmpchat/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:51:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3454F37B401; Mon, 28 Oct 2002 15:51:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D980043E42; Mon, 28 Oct 2002 15:51:30 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNpUx3037341; Mon, 28 Oct 2002 15:51:30 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNpUnW037337; Mon, 28 Oct 2002 15:51:30 -0800 (PST) Date: Mon, 28 Oct 2002 15:51:30 -0800 (PST) From: Patrick Li Message-Id: <200210282351.g9SNpUnW037337@freefall.freebsd.org> To: mwest@uct.ac.za, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43833: new port: net/icmpchat Sender: owner-freebsd-ports@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: net/icmpchat State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:50:58 PST 2002 State-Changed-Why: Superceded by PR: ports/44579 http://www.freebsd.org/cgi/query-pr.cgi?pr=43833 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:52:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8EC37B401; Mon, 28 Oct 2002 15:52:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C74743E3B; Mon, 28 Oct 2002 15:52:27 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNqRx3037403; Mon, 28 Oct 2002 15:52:27 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNqRtZ037399; Mon, 28 Oct 2002 15:52:27 -0800 (PST) Date: Mon, 28 Oct 2002 15:52:27 -0800 (PST) From: Patrick Li Message-Id: <200210282352.g9SNqRtZ037399@freefall.freebsd.org> To: spadger@best.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44575: gtk-gnutella update to latest release version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gtk-gnutella update to latest release version State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:52:05 PST 2002 State-Changed-Why: Committed an update to 0.91 by maintainer a while ago, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44575 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 15:58:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E5137B401; Mon, 28 Oct 2002 15:58:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A457E43E6E; Mon, 28 Oct 2002 15:58:19 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNwJx3037660; Mon, 28 Oct 2002 15:58:19 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNwJ2N037656; Mon, 28 Oct 2002 15:58:19 -0800 (PST) Date: Mon, 28 Oct 2002 15:58:19 -0800 (PST) From: Patrick Li Message-Id: <200210282358.g9SNwJ2N037656@freefall.freebsd.org> To: erwin@lansing.dk, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44562: update textproc/p5-Parse-Syslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update textproc/p5-Parse-Syslog State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 15:58:10 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44562 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 16: 3:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3A937B401; Mon, 28 Oct 2002 16:03:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A025C43E42; Mon, 28 Oct 2002 16:03:22 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T03Mx3039692; Mon, 28 Oct 2002 16:03:22 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T03MTB039688; Mon, 28 Oct 2002 16:03:22 -0800 (PST) Date: Mon, 28 Oct 2002 16:03:22 -0800 (PST) From: Patrick Li Message-Id: <200210290003.g9T03MTB039688@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/44469: allow vsftpd to compile on 4.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: allow vsftpd to compile on 4.x Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: pat Responsible-Changed-When: Mon Oct 28 16:03:10 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44469 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 16: 4:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07BDF37B404; Mon, 28 Oct 2002 16:04:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4F343E4A; Mon, 28 Oct 2002 16:04:54 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T04sx3039792; Mon, 28 Oct 2002 16:04:54 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T04sMJ039788; Mon, 28 Oct 2002 16:04:54 -0800 (PST) Date: Mon, 28 Oct 2002 16:04:54 -0800 (PST) From: Patrick Li Message-Id: <200210290004.g9T04sMJ039788@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/44511: openoffice-devel won't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: openoffice-devel won't build Responsible-Changed-From-To: freebsd-ports->openoffice Responsible-Changed-By: pat Responsible-Changed-When: Mon Oct 28 16:04:41 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=44511 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 16:17: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9732037B401; Mon, 28 Oct 2002 16:17:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 487CB43E75; Mon, 28 Oct 2002 16:17:08 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T0H8x3046667; Mon, 28 Oct 2002 16:17:08 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T0H8SG046663; Mon, 28 Oct 2002 16:17:08 -0800 (PST) Date: Mon, 28 Oct 2002 16:17:08 -0800 (PST) From: Patrick Li Message-Id: <200210290017.g9T0H8SG046663@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, msmith@FreeBSD.org Subject: Re: ports/44323: unbreak ports/sysutils/pib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: unbreak ports/sysutils/pib Responsible-Changed-From-To: freebsd-ports->msmith Responsible-Changed-By: pat Responsible-Changed-When: Mon Oct 28 16:16:46 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44323 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 17: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC44D37B401; Mon, 28 Oct 2002 17:00:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6BD43E42; Mon, 28 Oct 2002 17:00:22 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T10Mx3055078; Mon, 28 Oct 2002 17:00:22 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T10Gw4054947; Mon, 28 Oct 2002 17:00:16 -0800 (PST) Date: Mon, 28 Oct 2002 17:00:16 -0800 (PST) From: Patrick Li Message-Id: <200210290100.g9T10Gw4054947@freefall.freebsd.org> To: chris@unixpages.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44571: [PATCH] Reset maintainer of security/lsh to ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Reset maintainer of security/lsh to ports@FreeBSD.org State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 16:59:55 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44571 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 17:38:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D32A37B401; Mon, 28 Oct 2002 17:38:09 -0800 (PST) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F5F43E75; Mon, 28 Oct 2002 17:38:03 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-034dcwashp0359.dialsprint.net ([65.179.97.105] helo=moo.holy.cow) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 186LKU-0004wQ-00; Mon, 28 Oct 2002 17:38:03 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id A397EB867; Mon, 28 Oct 2002 20:40:45 -0500 (EST) Date: Mon, 28 Oct 2002 20:40:45 -0500 From: parv To: Tilman Linneweh Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/43176: textproc/wordnet packaging fails due to missing lib/libtclwn1.so Message-ID: <20021029014045.GA3539@moo.holy.cow> Mail-Followup-To: Tilman Linneweh , freebsd-ports@FreeBSD.org References: <200210281502.g9SF27iI042747@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210281502.g9SF27iI042747@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org in message <200210281502.g9SF27iI042747@freefall.freebsd.org>, wrote Tilman Linneweh thusly... > > Synopsis: textproc/wordnet packaging fails due to missing lib/libtclwn1.so > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Mon Oct 28 06:58:50 PST 2002 > State-Changed-Why: > > I can't reproduce this one, and the packagebuildingcluster also > doesn't complain. Can you retry, and if this still occurs submit > a typescript? problem doesn't occur after recent cvsup, most probably due to the symlink instruction... install -s -o root -g wheel -m 444 libtclwn1.so.7 /usr2/local/lib ln -fs libtclwn1.so.7 /usr2/local/lib/libtclwn1.so ===> man install -o root -g wheel -m 444 wnb.1.gz /usr2/local/man/man1 ...this pr can be closed. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 20:20:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C8837B401; Mon, 28 Oct 2002 20:20:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C5343E42; Mon, 28 Oct 2002 20:20:49 -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 g9T4Kmx3034319; Mon, 28 Oct 2002 20:20:49 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T4KhWr034141; Mon, 28 Oct 2002 20:20:43 -0800 (PST) Date: Mon, 28 Oct 2002 20:20:43 -0800 (PST) From: Edwin Groothuis Message-Id: <200210290420.g9T4KhWr034141@freefall.freebsd.org> To: cedric@cedric.trix.net, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/43797: Maintainer Update of kmerlin : fix build problems Sender: owner-freebsd-ports@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 of kmerlin : fix build problems State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Mon Oct 28 20:20:06 PST 2002 State-Changed-Why: Commited, thanks! Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 28 20:20:06 PST 2002 Responsible-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=43797 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 20:21:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58D337B401; Mon, 28 Oct 2002 20:21:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9935C43E42; Mon, 28 Oct 2002 20:21:16 -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 g9T4LGx3035296; Mon, 28 Oct 2002 20:21:16 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T4LBNR035076; Mon, 28 Oct 2002 20:21:11 -0800 (PST) Date: Mon, 28 Oct 2002 20:21:11 -0800 (PST) From: Edwin Groothuis Message-Id: <200210290421.g9T4LBNR035076@freefall.freebsd.org> To: edwin@mavetju.org, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44072: [patch] unbreak net/kmerlin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] unbreak net/kmerlin State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Mon Oct 28 20:20:56 PST 2002 State-Changed-Why: Commited. http://www.freebsd.org/cgi/query-pr.cgi?pr=44072 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 20:46:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C30C37B401; Mon, 28 Oct 2002 20:46:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF4C43E6E; Mon, 28 Oct 2002 20:46:26 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T4kQx3043501; Mon, 28 Oct 2002 20:46:26 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T4kPKk043497; Mon, 28 Oct 2002 20:46:25 -0800 (PST) Date: Mon, 28 Oct 2002 20:46:25 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210290446.g9T4kPKk043497@freefall.freebsd.org> To: sergei@kolobov.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44172: [PATCH] Unbreak (checksum errors) and update graphics/epix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Unbreak (checksum errors) and update graphics/epix State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon Oct 28 20:46:16 PST 2002 State-Changed-Why: fixed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44172 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 20:49: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B599437B417; Mon, 28 Oct 2002 20:48:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6480E43E88; Mon, 28 Oct 2002 20:48:58 -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 g9T4mwx3043592; Mon, 28 Oct 2002 20:48:58 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T4mwqq043588; Mon, 28 Oct 2002 20:48:58 -0800 (PST) Date: Mon, 28 Oct 2002 20:48:58 -0800 (PST) From: Edwin Groothuis Message-Id: <200210290448.g9T4mwqq043588@freefall.freebsd.org> To: sergei@kolobov.com, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44213: [PATCH] Unbreak bento build for sysutils/lcdproc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Unbreak bento build for sysutils/lcdproc State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Mon Oct 28 20:48:36 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44213 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 21:21:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D0537B401; Mon, 28 Oct 2002 21:21:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A819643E75; Mon, 28 Oct 2002 21:21:43 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T5Lhx3062708; Mon, 28 Oct 2002 21:21:43 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T5LgpK062704; Mon, 28 Oct 2002 21:21:42 -0800 (PST) Date: Mon, 28 Oct 2002 21:21:42 -0800 (PST) From: Patrick Li Message-Id: <200210290521.g9T5LgpK062704@freefall.freebsd.org> To: mwest@uct.ac.za, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44579: new port: net/icmpchat 0.5.1 (supercedes ports/43833) Sender: owner-freebsd-ports@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: net/icmpchat 0.5.1 (supercedes ports/43833) State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Oct 28 21:21:29 PST 2002 State-Changed-Why: Port added, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44579 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 22: 2:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B5E37B404 for ; Mon, 28 Oct 2002 22:02:23 -0800 (PST) Received: from smtp03.wlv.untd.com (smtp03.wlv.untd.com [209.247.163.66]) by mx1.FreeBSD.org (Postfix) with SMTP id F3FDC43E42 for ; Mon, 28 Oct 2002 22:02:22 -0800 (PST) (envelope-from sean@inow.com) Received: (qmail 23060 invoked from network); 29 Oct 2002 06:02:07 -0000 Received: from dsc02-sji-ca-2-55.rasserver.net (HELO inow.com) (199.35.110.55) by smtp03.wlv.untd.com with SMTP; 29 Oct 2002 06:02:07 -0000 Message-ID: <3DE4620E.40502@inow.com> Date: Tue, 26 Nov 2002 22:11:26 -0800 From: "mail.inow.com" Reply-To: sean@inow.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: netchild@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: interchange-4.8.6 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am a newbie and am trying to install Interchange onto my freeBSD machine using pkg_add - with the result "pkg_add: unable to open table of contents file `+CONTENTS' - not a package?" --------------------------------------------- Introducing NetZero Long Distance 1st month Free! Sign up today at: www.netzerolongdistance.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 22:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1492B37B401 for ; Mon, 28 Oct 2002 22:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D71843E75 for ; Mon, 28 Oct 2002 22:20: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 g9T6K1x3085392 for ; Mon, 28 Oct 2002 22:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T6K1m1085391; Mon, 28 Oct 2002 22:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0D137B401 for ; Mon, 28 Oct 2002 22:11:48 -0800 (PST) Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by mx1.FreeBSD.org (Postfix) with SMTP id E10BD43E4A for ; Mon, 28 Oct 2002 22:11:47 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 60684 invoked by uid 100); 29 Oct 2002 06:11:42 -0000 Message-Id: <20021029061142.60638.qmail@mired.org> Date: 29 Oct 2002 06:11:42 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44584: The TMDA port is out of date. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44584 >Category: ports >Synopsis: The TMDA port is out of date. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 22:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.6-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.6-STABLE FreeBSD 4.6-STABLE #16: Mon Aug 5 13:21:01 CDT 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: TMDA 0.63 is out, but the port is still at 0.62. >How-To-Repeat: Check the port and the tmda web page. >Fix: Patch to update the port enclosed. diff -ur tmda-orig/Makefile tmda/Makefile --- tmda-orig/Makefile Mon Oct 28 23:29:34 2002 +++ tmda/Makefile Mon Oct 28 23:59:44 2002 @@ -6,7 +6,7 @@ # PORTNAME= tmda -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= mail python MASTER_SITES= http://tmda.net/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -23,15 +23,17 @@ @${SH} ${PKGREQ} INSTALL do-install: - ${MKDIR} ${PYTHON_SITELIBDIR}/TMDA + ${MKDIR} ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PYTHON_SITELIBDIR}/TMDA + ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \ + ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs + ${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs .for f in COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} .endfor diff -ur tmda-orig/distinfo tmda/distinfo --- tmda-orig/distinfo Mon Oct 28 23:29:34 2002 +++ tmda/distinfo Mon Oct 28 23:30:30 2002 @@ -1 +1 @@ -MD5 (tmda-0.62.tgz) = a520062cb3b0ac72b22280ea7a90c489 +MD5 (tmda-0.63.tgz) = 3484d1836f4a3aa052c5c43e87b8044a diff -ur tmda-orig/pkg-plist tmda/pkg-plist --- tmda-orig/pkg-plist Mon Oct 28 23:29:34 2002 +++ tmda/pkg-plist Mon Oct 28 23:59:25 2002 @@ -7,6 +7,52 @@ bin/tmda-pending bin/tmda-rfilter bin/tmda-sendmail +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Charset.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Charset.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Encoders.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Encoders.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Errors.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Errors.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Generator.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Generator.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Header.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Header.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Iterators.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Iterators.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEAudio.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEAudio.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEBase.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEBase.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEImage.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEImage.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEMessage.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEMessage.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEMultipart.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEMultipart.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMENonMultipart.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMENonMultipart.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEText.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/MIMEText.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Message.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Message.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Parser.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Parser.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Utils.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/Utils.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/__init__.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/__init__.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/_compat21.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/_compat21.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/_compat22.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/_compat22.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/_parseaddr.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/_parseaddr.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/base64MIME.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/base64MIME.pyc +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/quopriMIME.py +%%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email/quopriMIME.pyc +%%PYTHON_SITELIBDIR%%/TMDA/AutoResponse.py +%%PYTHON_SITELIBDIR%%/TMDA/AutoResponse.pyc %%PYTHON_SITELIBDIR%%/TMDA/Cookie.py %%PYTHON_SITELIBDIR%%/TMDA/Cookie.pyc %%PYTHON_SITELIBDIR%%/TMDA/Defaults.py @@ -45,16 +91,19 @@ %%PORTDOCS%%share/doc/tmda/contrib/sample.tmdarc %%PORTDOCS%%share/doc/tmda/contrib/tmda.el %%PORTDOCS%%share/doc/tmda/contrib/tmda.spec +%%PORTDOCS%%share/doc/tmda/contrib/def2html %%PORTDOCS%%share/doc/tmda/htdocs/bugs.html %%PORTDOCS%%share/doc/tmda/htdocs/config-client.html %%PORTDOCS%%share/doc/tmda/htdocs/config-filter.html %%PORTDOCS%%share/doc/tmda/htdocs/config-pre.html %%PORTDOCS%%share/doc/tmda/htdocs/config-server.html +%%PORTDOCS%%share/doc/tmda/htdocs/config-vars.html %%PORTDOCS%%share/doc/tmda/htdocs/config.html %%PORTDOCS%%share/doc/tmda/htdocs/download.html %%PORTDOCS%%share/doc/tmda/htdocs/features.html %%PORTDOCS%%share/doc/tmda/htdocs/filter-sources.html %%PORTDOCS%%share/doc/tmda/htdocs/history.html +%%PORTDOCS%%share/doc/tmda/htdocs/howto-template.html %%PORTDOCS%%share/doc/tmda/htdocs/howtos.html %%PORTDOCS%%share/doc/tmda/htdocs/index.html %%PORTDOCS%%share/doc/tmda/htdocs/install.html @@ -72,4 +121,6 @@ %%PORTDOCS%%@dirrm share/doc/tmda/contrib %%PORTDOCS%%@dirrm share/doc/tmda/htdocs %%PORTDOCS%%@dirrm share/doc/tmda +@dirrm %%PYTHON_SITELIBDIR%%/TMDA/pythonlib/email +@dirrm %%PYTHON_SITELIBDIR%%/TMDA/pythonlib @dirrm %%PYTHON_SITELIBDIR%%/TMDA diff -ur tmda-orig/pkg-req tmda/pkg-req --- tmda-orig/pkg-req Mon Oct 28 23:29:34 2002 +++ tmda/pkg-req Mon Oct 28 23:39:28 2002 @@ -4,7 +4,7 @@ if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then PYTHON_GT=`python -c 'import string, sys; \ - print string.split(sys.version)[0] >= "2.0"'` + print string.split(sys.version)[0] >= "2.1"'` if [ "x${PYTHON_GT}" = "x1" ]; then exit 0 else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 22:21:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4E737B404; Mon, 28 Oct 2002 22:21:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9635543E77; Mon, 28 Oct 2002 22:21:29 -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 g9T6LTx3088693; Mon, 28 Oct 2002 22:21:29 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T6LSgG088689; Mon, 28 Oct 2002 22:21:28 -0800 (PST) Date: Mon, 28 Oct 2002 22:21:28 -0800 (PST) From: Oliver Braun Message-Id: <200210290621.g9T6LSgG088689@freefall.freebsd.org> To: kanou@mil.allnet.ne.jp, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44242: maintainer-update: print/pfaedit to 20021017 Sender: owner-freebsd-ports@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: print/pfaedit to 20021017 State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Mon Oct 28 22:20:18 PST 2002 State-Changed-Why: Upgraded to 021025 already (PR 44495) http://www.freebsd.org/cgi/query-pr.cgi?pr=44242 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 28 22:22:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D209537B401; Mon, 28 Oct 2002 22:22:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B3D43E42; Mon, 28 Oct 2002 22:22:19 -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 g9T6MJx3088811; Mon, 28 Oct 2002 22:22:19 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T6MJxv088804; Mon, 28 Oct 2002 22:22:19 -0800 (PST) Date: Mon, 28 Oct 2002 22:22:19 -0800 (PST) From: Oliver Braun Message-Id: <200210290622.g9T6MJxv088804@freefall.freebsd.org> To: tkato@prontomail.com, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/41736: Update port: math/topaz to 3.35 Sender: owner-freebsd-ports@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: math/topaz to 3.35 State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Mon Oct 28 22:21:43 PST 2002 State-Changed-Why: Upgraded to 3.36 already (PR 44563). http://www.freebsd.org/cgi/query-pr.cgi?pr=41736 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 1:22:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215CB37B401; Tue, 29 Oct 2002 01:22:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA69A43E6E; Tue, 29 Oct 2002 01:22:29 -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 g9T9MTx3066568; Tue, 29 Oct 2002 01:22:29 -0800 (PST) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T9MTJF066564; Tue, 29 Oct 2002 01:22:29 -0800 (PST) Date: Tue, 29 Oct 2002 01:22:29 -0800 (PST) From: Ernst de Haan Message-Id: <200210290922.g9T9MTJF066564@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, znerd@FreeBSD.org Subject: Re: ports/44068: mod_webapp-apache2 safer grep call Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mod_webapp-apache2 safer grep call Responsible-Changed-From-To: freebsd-ports->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Tue Oct 29 01:22:00 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=44068 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 1:47:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A8D37B401 for ; Tue, 29 Oct 2002 01:47:17 -0800 (PST) Received: from piwebs.com (t-indiv5-88.athome.tue.nl [131.155.241.88]) by mx1.FreeBSD.org (Postfix) with SMTP id E36C743E6E for ; Tue, 29 Oct 2002 01:47:16 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 2933 invoked from network); 29 Oct 2002 09:47:18 -0000 Received: from unknown (HELO 192.168.0.105) (192.168.0.105) by 0 with SMTP; 29 Oct 2002 09:47:18 -0000 From: Arjan van Leeuwen To: freebsd-ports@freebsd.org Subject: Mozilla port doesn't compile on FreeBSD 4.7-RELEASE Date: Tue, 29 Oct 2002 10:47:18 +0100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200210291047.18392.avleeuwen@piwebs.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm running 4.7-RELEASE, and can't get the www/mozilla or www/mozilla-devel ports compiled. It always gives me a segmentation fault or a bus error (using system gcc or gcc31 from ports, respectively) when running some programs at the end. This is the result of running 'make CC=gcc31 CXX=g++31' from www/mozilla-devel: gmake[1]: Leaving directory `/shared/ports/www/mozilla-devel/work/mozilla' /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" /shared/ports/www/mozilla-devel/files/mozilla.sh >/shared/ports/www/mozilla-devel/work/mozilla/mozilla-devel (cd /shared/ports/www/mozilla-devel/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf ./chrome/user-locales.rdf) Bus error (core dumped) *** Error code 138 Stop in /shared/ports/www/mozilla-devel. As said, I have the same problem with the system GCC. I remember seeing this problem before on -CURRENT. Is there an easy solution for this problem? Please note that as I'm not subscribed to the list, a CC to my address would be very helpful. Arjan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 2:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9962E37B401 for ; Tue, 29 Oct 2002 02:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4C843E88 for ; Tue, 29 Oct 2002 02:20: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 g9TAK2x3090079 for ; Tue, 29 Oct 2002 02:20: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 g9TAK2gk090078; Tue, 29 Oct 2002 02:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1461237B48C for ; Tue, 29 Oct 2002 02:17:28 -0800 (PST) Received: from mail5-sh.home.nl (mail5.home.nl [213.51.128.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138A43E42 for ; Tue, 29 Oct 2002 02:17:22 -0800 (PST) (envelope-from mool@moolenaar.net) Received: from moolenaar.net ([212.120.77.84]) by mail5-sh.home.nl (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20021029101719.SNQR18960.mail5-sh.home.nl@moolenaar.net>; Tue, 29 Oct 2002 11:17:19 +0100 Received: (from root@localhost) by moolenaar.net (8.11.6/8.11.1) id g9TAHPb06471; Tue, 29 Oct 2002 11:17:25 +0100 (CET) (envelope-from Bram@moolenaar.net) Message-Id: <200210291017.g9TAHPb06471@moolenaar.net> Date: Tue, 29 Oct 2002 11:17:25 +0100 (CET) From: Bram Moolenaar Reply-To: Bram Moolenaar To: FreeBSD-gnats-submit@FreeBSD.org Cc: bram@a-a-p.org X-Send-Pr-Version: 3.113 Subject: ports/44586: New port: aap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44586 >Category: ports >Synopsis: New port: aap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 02:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bram Moolenaar >Release: FreeBSD 4.5-RELEASE i386 >Organization: The A-A-P project >Environment: System: FreeBSD masaka.moolenaar.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sun Feb 24 13:16:55 CET 2002 mool@masaka.moolenaar.net:/usr/src/sys/compile/MASAKA i386 >Description: New port for the A-A-P Recipe Executive. This is a make replacement with many extra features, such as internet and CVS support. Written in Python. Open source under the GNU GPL. >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: # # devel/aap # devel/aap/pkg-plist # devel/aap/pkg-descr # devel/aap/pkg-comment # devel/aap/distinfo # devel/aap/Makefile # echo c - devel/aap mkdir -p devel/aap > /dev/null 2>&1 echo x - devel/aap/pkg-plist sed 's/^X//' >devel/aap/pkg-plist << 'END-of-devel/aap/pkg-plist' Xbin/aap Xlib/aap/Exec-0.100/Action.py Xlib/aap/Exec-0.100/Action.pyc Xlib/aap/Exec-0.100/Action.pyo Xlib/aap/Exec-0.100/Args.py Xlib/aap/Exec-0.100/Args.pyc Xlib/aap/Exec-0.100/Args.pyo Xlib/aap/Exec-0.100/COPYING Xlib/aap/Exec-0.100/Cache.py Xlib/aap/Exec-0.100/Cache.pyc Xlib/aap/Exec-0.100/Cache.pyo Xlib/aap/Exec-0.100/Commands.py Xlib/aap/Exec-0.100/Commands.pyc Xlib/aap/Exec-0.100/Commands.pyo Xlib/aap/Exec-0.100/CopyMove.py Xlib/aap/Exec-0.100/CopyMove.pyc Xlib/aap/Exec-0.100/CopyMove.pyo Xlib/aap/Exec-0.100/Cvs.py Xlib/aap/Exec-0.100/Cvs.pyc Xlib/aap/Exec-0.100/Cvs.pyo Xlib/aap/Exec-0.100/Depend.py Xlib/aap/Exec-0.100/Depend.pyc Xlib/aap/Exec-0.100/Depend.pyo Xlib/aap/Exec-0.100/Dictlist.py Xlib/aap/Exec-0.100/Dictlist.pyc Xlib/aap/Exec-0.100/Dictlist.pyo Xlib/aap/Exec-0.100/DoAddDef.py Xlib/aap/Exec-0.100/DoAddDef.pyc Xlib/aap/Exec-0.100/DoAddDef.pyo Xlib/aap/Exec-0.100/DoArgs.py Xlib/aap/Exec-0.100/DoArgs.pyc Xlib/aap/Exec-0.100/DoArgs.pyo Xlib/aap/Exec-0.100/DoBuild.py Xlib/aap/Exec-0.100/DoBuild.pyc Xlib/aap/Exec-0.100/DoBuild.pyo Xlib/aap/Exec-0.100/DoRead.py Xlib/aap/Exec-0.100/DoRead.pyc Xlib/aap/Exec-0.100/DoRead.pyo Xlib/aap/Exec-0.100/Error.py Xlib/aap/Exec-0.100/Error.pyc Xlib/aap/Exec-0.100/Error.pyo Xlib/aap/Exec-0.100/Filetype.py Xlib/aap/Exec-0.100/Filetype.pyc Xlib/aap/Exec-0.100/Filetype.pyo Xlib/aap/Exec-0.100/Global.py Xlib/aap/Exec-0.100/Global.pyc Xlib/aap/Exec-0.100/Global.pyo Xlib/aap/Exec-0.100/Main.py Xlib/aap/Exec-0.100/Main.pyc Xlib/aap/Exec-0.100/Main.pyo Xlib/aap/Exec-0.100/Message.py Xlib/aap/Exec-0.100/Message.pyc Xlib/aap/Exec-0.100/Message.pyo Xlib/aap/Exec-0.100/Node.py Xlib/aap/Exec-0.100/Node.pyc Xlib/aap/Exec-0.100/Node.pyo Xlib/aap/Exec-0.100/ParsePos.py Xlib/aap/Exec-0.100/ParsePos.pyc Xlib/aap/Exec-0.100/ParsePos.pyo Xlib/aap/Exec-0.100/PkgInstall.py Xlib/aap/Exec-0.100/PkgInstall.pyc Xlib/aap/Exec-0.100/PkgInstall.pyo Xlib/aap/Exec-0.100/Port.py Xlib/aap/Exec-0.100/Port.pyc Xlib/aap/Exec-0.100/Port.pyo Xlib/aap/Exec-0.100/PrintProfile.py Xlib/aap/Exec-0.100/PrintProfile.pyc Xlib/aap/Exec-0.100/PrintProfile.pyo Xlib/aap/Exec-0.100/Process.py Xlib/aap/Exec-0.100/Process.pyc Xlib/aap/Exec-0.100/Process.pyo Xlib/aap/Exec-0.100/README.txt Xlib/aap/Exec-0.100/RecPos.py Xlib/aap/Exec-0.100/RecPos.pyc Xlib/aap/Exec-0.100/RecPos.pyo Xlib/aap/Exec-0.100/Remote.py Xlib/aap/Exec-0.100/Remote.pyc Xlib/aap/Exec-0.100/Remote.pyo Xlib/aap/Exec-0.100/Rule.py Xlib/aap/Exec-0.100/Rule.pyc Xlib/aap/Exec-0.100/Rule.pyo Xlib/aap/Exec-0.100/Sign.py Xlib/aap/Exec-0.100/Sign.pyc Xlib/aap/Exec-0.100/Sign.pyo Xlib/aap/Exec-0.100/Util.py Xlib/aap/Exec-0.100/Util.pyc Xlib/aap/Exec-0.100/Util.pyo Xlib/aap/Exec-0.100/VersCont.py Xlib/aap/Exec-0.100/VersCont.pyc Xlib/aap/Exec-0.100/VersCont.pyo Xlib/aap/Exec-0.100/Version.py Xlib/aap/Exec-0.100/Version.pyc Xlib/aap/Exec-0.100/Version.pyo Xlib/aap/Exec-0.100/Work.py Xlib/aap/Exec-0.100/Work.pyc Xlib/aap/Exec-0.100/Work.pyo Xlib/aap/Exec-0.100/__init__.py Xlib/aap/Exec-0.100/__init__.pyc Xlib/aap/Exec-0.100/__init__.pyo Xlib/aap/Exec-0.100/aap Xlib/aap/Exec-0.100/aapnetrc.py Xlib/aap/Exec-0.100/aapnetrc.pyc Xlib/aap/Exec-0.100/aapnetrc.pyo Xlib/aap/Exec-0.100/default.aap Xlib/aap/Exec-0.100/doc/exec.pdf Xlib/aap/Exec-0.100/doc/index.html Xlib/aap/Exec-0.100/doc/license.html Xlib/aap/Exec-0.100/doc/ln12.html Xlib/aap/Exec-0.100/doc/p1181.html Xlib/aap/Exec-0.100/doc/p27.html Xlib/aap/Exec-0.100/doc/p771.html Xlib/aap/Exec-0.100/doc/p836.html Xlib/aap/Exec-0.100/doc/ref-arguments.html Xlib/aap/Exec-0.100/doc/ref-attributes.html Xlib/aap/Exec-0.100/doc/ref-commands.html Xlib/aap/Exec-0.100/doc/ref-syntax.html Xlib/aap/Exec-0.100/doc/ref-variables.html Xlib/aap/Exec-0.100/doc/tutor-actions.html Xlib/aap/Exec-0.100/doc/tutor-compile.html Xlib/aap/Exec-0.100/doc/tutor-cvs.html Xlib/aap/Exec-0.100/doc/tutor-distribute.html Xlib/aap/Exec-0.100/doc/tutor-include.html Xlib/aap/Exec-0.100/doc/tutor-pipe.html Xlib/aap/Exec-0.100/doc/tutor-port.html Xlib/aap/Exec-0.100/doc/tutor-python.html Xlib/aap/Exec-0.100/doc/tutor-start.html Xlib/aap/Exec-0.100/doc/tutor-variant.html Xlib/aap/Exec-0.100/doc/tutor-website.html Xlib/aap/Exec-0.100/doc/user-autodep.html Xlib/aap/Exec-0.100/doc/user-cvs.html Xlib/aap/Exec-0.100/doc/user-debug.html Xlib/aap/Exec-0.100/doc/user-depend.html Xlib/aap/Exec-0.100/doc/user-fetch.html Xlib/aap/Exec-0.100/doc/user-filetype.html Xlib/aap/Exec-0.100/doc/user-issue.html Xlib/aap/Exec-0.100/doc/user-porting.html Xlib/aap/Exec-0.100/doc/user-publish.html Xlib/aap/Exec-0.100/doc/user-python.html Xlib/aap/Exec-0.100/doc/user-variant.html Xlib/aap/Exec-0.100/doc/user-version.html Xlib/aap/Exec-0.100/filetype.txt Xshare/doc/aap X@dirrm lib/aap/Exec-0.100/doc X@dirrm lib/aap/Exec-0.100 X@unexec rmdir %D/lib/aap 2>/dev/null || true END-of-devel/aap/pkg-plist echo x - devel/aap/pkg-descr sed 's/^X//' >devel/aap/pkg-descr << 'END-of-devel/aap/pkg-descr' XA-A-P is an Open Source build tool. It does everything that make does in a Xbetter way. Includes internet access for uploading and downloading files. XIntegrated CVS support: obtain a module from a CVS server and check changes Xinto a CVS server. X XCan be used to build programs, maintain web sites, distribute software, Xdownload and install an application, etc. X XLanguage: Python (version 1.5 or later) XLicense: GNU GPL XWWW: http://www.a-a-p.org/ X X- Bram Moolenaar XBram@A-A-P.org END-of-devel/aap/pkg-descr echo x - devel/aap/pkg-comment sed 's/^X//' >devel/aap/pkg-comment << 'END-of-devel/aap/pkg-comment' XA build tool alternative to make with internet access and CVS support END-of-devel/aap/pkg-comment echo x - devel/aap/distinfo sed 's/^X//' >devel/aap/distinfo << 'END-of-devel/aap/distinfo' XMD5 (exec-0.100.zip) = 22d40d2ae126c9adceac97057461ae0d END-of-devel/aap/distinfo echo x - devel/aap/Makefile sed 's/^X//' >devel/aap/Makefile << 'END-of-devel/aap/Makefile' X# New ports collection makefile for: A-A-P Recipe Executive: aap X# Date created: 28 October 2002 X# Whom: Bram Moolenaar X# X# $FreeBSD$ X# X XPORTNAME= aap XPORTVERSION= 0.100 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= a-a-p XDISTNAME= exec-${PORTVERSION} X XMAINTAINER= bram@a-a-p.org X XNO_WRKSUBDIR= yes X XUSE_ZIP= yes XUSE_PYTHON= yes X X# There is no Makefile for A-A-P; do the building and installing here. X# X# Building means compiling the Python files so that the .pyc and .pyo files are X# generated. Xdo-build: X cd ${WRKSRC}; ${PYTHON_CMD} -c "import compileall; compileall.compile_dir('.', 0)" X cd ${WRKSRC}; ${PYTHON_CMD} -O -c "import compileall; compileall.compile_dir('.', 0)" X X# The files are installed in lib/aap/Exec-${PORTVERSION} and below. Create X# a symbolic link for bin/aap so that it's found in $PATH and still knows X# where to find the Python modules. X# Also create a link for share/doc/aap, so that more people can find the docs X# without clobbering share/doc. Xdo-install: X ${MKDIR} -m 0755 ${PREFIX}/lib/aap/Exec-${PORTVERSION}/doc X cd ${WRKSRC}; ${INSTALL_SCRIPT} *.py *.pyc *.pyo aap ${PREFIX}/lib/aap/Exec-${PORTVERSION} X cd ${WRKSRC}; ${INSTALL_DATA} -m 0744 COPYING README.txt filetype.txt default.aap ${PREFIX}/lib/aap/Exec-${PORTVERSION} X cd ${WRKSRC}; ${INSTALL_DATA} doc/*.html doc/exec.pdf ${PREFIX}/lib/aap/Exec-${PORTVERSION}/doc X cd ${PREFIX}/bin; ${LN} -fhs ../lib/aap/Exec-${PORTVERSION}/aap aap X cd ${PREFIX}/share/doc; ${LN} -fhs ../../lib/aap/Exec-${PORTVERSION}/doc aap X Xtest: X cd ${WRKSRC}; ./aap X X.include END-of-devel/aap/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1690637B401 for ; Tue, 29 Oct 2002 03:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4B143E77 for ; Tue, 29 Oct 2002 03:20: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 g9TBK1x3016875 for ; Tue, 29 Oct 2002 03:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBK1GK016874; Tue, 29 Oct 2002 03:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA9837B401; Tue, 29 Oct 2002 03:11:54 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745F943E8A; Tue, 29 Oct 2002 03:11:54 -0800 (PST) (envelope-from vs@lambda.foldr.org) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g9TBBgjN082459 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Tue, 29 Oct 2002 12:11:42 +0100 (CET) (envelope-from vs@lambda.foldr.org) Received: (from vs@localhost) by lambda.foldr.org (8.12.3/8.11.6/Submit) id g9TBBgOK082455; Tue, 29 Oct 2002 12:11:42 +0100 (CET) (envelope-from vs) Message-Id: <200210291111.g9TBBgOK082455@lambda.foldr.org> Date: Tue, 29 Oct 2002 12:11:42 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: gj@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44588: xemacs21 port doesn't record libcompface in LIB_DEPENDS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44588 >Category: ports >Synopsis: xemacs21 port doesn't record libcompface in LIB_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 03:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD lambda.foldr.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Aug 12 20:33:20 PDT 2002 user@jail2.johncompanies.com:/usr/src/sys/compile/6300 i386 >Description: If you install xemacs21 from the ports, it will autodetect if libcompface from mail/faces is available. However, this dependency isn't recorded anywhere so you can break your xemacs by pkg_delete'ing faces :/ >How-To-Repeat: - install xemacs21 from ports (make sure it autodetects libcompface) - pkg_delete faces (no warning here) - run xemacs: Shared object "libcompface.so.1" not found >Fix: Record dependency in port's Makefile. Maybe a reasonable suggestion would be to always build with faces, unless WITHOUT_XFACE is specified? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:25:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F30937B401 for ; Tue, 29 Oct 2002 03:25:45 -0800 (PST) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557F943E3B for ; Tue, 29 Oct 2002 03:25:42 -0800 (PST) (envelope-from netchild@graphics.cs.uni-sb.de) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.6/2002101000) with ESMTP id g9TBPcL7020770; Tue, 29 Oct 2002 12:25:38 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:L/ShTf80uoSmlU3uea001ZuxKIAZiQNM@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2002101000) with ESMTP id g9TBPbf20625; Tue, 29 Oct 2002 12:25:37 +0100 (CET) Received: from graphics.cs.uni-sb.de (graphics.cs.uni-sb.de [134.96.249.10]) by mail.cs.uni-sb.de (8.12.6/2002101500) with ESMTP id g9TBPZiB021522; Tue, 29 Oct 2002 12:25:35 +0100 (CET) Received: from specular.cs.uni-sb.de (specular.cs.uni-sb.de [134.96.249.15]) by graphics.cs.uni-sb.de (8.12.3/8.12.3/Debian -4) with ESMTP id g9TBPZOj002300; Tue, 29 Oct 2002 12:25:35 +0100 Received: from graphics.cs.uni-sb.de (localhost [127.0.0.1]) by specular.cs.uni-sb.de (8.12.1/8.12.1/Debian -5) with ESMTP id g9TBPY03018385; Tue, 29 Oct 2002 12:25:34 +0100 Message-ID: <3DBE702E.5030209@graphics.cs.uni-sb.de> Date: Tue, 29 Oct 2002 12:25:34 +0100 From: Alexander Leidinger Reply-To: Alexander@Leidinger.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: de MIME-Version: 1.0 To: sean@inow.com Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: interchange-4.8.6 References: <3DE4620E.40502@inow.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org mail.inow.com wrote: > Hello, > > I am a newbie and am trying to install Interchange onto my freeBSD > machine using pkg_add - with the result > "pkg_add: unable to open table of contents file `+CONTENTS' - not a > package?" Where is this package from? Have a look at this package with "tar -tzvf package.tar.gz", if it contains Makefile, pkg-descr, pkg-comment and pkg-plist then it is a port, not a package. Have a look at the handbook (either in /usr/share or on freebsd.org) for a description how to proceed further then. Bye, Alexander. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:28:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D73B37B401; Tue, 29 Oct 2002 03:28:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A7F43E77; Tue, 29 Oct 2002 03:28:42 -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 g9TBSfx3020437; Tue, 29 Oct 2002 03:28:41 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBSfIV020433; Tue, 29 Oct 2002 03:28:41 -0800 (PST) Date: Tue, 29 Oct 2002 03:28:41 -0800 (PST) From: Edwin Groothuis Message-Id: <200210291128.g9TBSfIV020433@freefall.freebsd.org> To: kargl@troutmask.apl.washington.edu, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44281: Fix build of lang/nawk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix build of lang/nawk State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Tue Oct 29 03:27:49 PST 2002 State-Changed-Why: Commited, thanks! (didn't do the tab to space conversions) http://www.freebsd.org/cgi/query-pr.cgi?pr=44281 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:30:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2218037B401; Tue, 29 Oct 2002 03:30:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7ABC43EA3; Tue, 29 Oct 2002 03:30:15 -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 g9TBUFx3020664; Tue, 29 Oct 2002 03:30:15 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBUFuv020656; Tue, 29 Oct 2002 03:30:15 -0800 (PST) Date: Tue, 29 Oct 2002 03:30:15 -0800 (PST) From: Edwin Groothuis Message-Id: <200210291130.g9TBUFuv020656@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/37241: character ranges in regular expressions in nawk match one beyond the given range Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: character ranges in regular expressions in nawk match one beyond the given range Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:28:47 PST 2002 Responsible-Changed-Why: I've mailed bhk@bell-labs.com about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=37241 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:39: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8886F37B401; Tue, 29 Oct 2002 03:39:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D2C443E6E; Tue, 29 Oct 2002 03:39:00 -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 g9TBd0x3023978; Tue, 29 Oct 2002 03:39:00 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBd0wt023974; Tue, 29 Oct 2002 03:39:00 -0800 (PST) Date: Tue, 29 Oct 2002 03:39:00 -0800 (PST) From: Edwin Groothuis Message-Id: <200210291139.g9TBd0wt023974@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/43330: [FIX BENTO]: emulators/xpinmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [FIX BENTO]: emulators/xpinmame Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43330 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:39:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680B637B401; Tue, 29 Oct 2002 03:39:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7E243E6E; Tue, 29 Oct 2002 03:39:18 -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 g9TBdHx3024036; Tue, 29 Oct 2002 03:39:17 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBdHrX024029; Tue, 29 Oct 2002 03:39:17 -0800 (PST) Date: Tue, 29 Oct 2002 03:39:17 -0800 (PST) From: Edwin Groothuis Message-Id: <200210291139.g9TBdHrX024029@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/43329: [FIX BENTO]: emulators/xmess Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [FIX BENTO]: emulators/xmess Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43330 Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43329 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:39:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7603737B404; Tue, 29 Oct 2002 03:39:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E56143E4A; Tue, 29 Oct 2002 03:39:31 -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 g9TBdUx3024091; Tue, 29 Oct 2002 03:39:30 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBdUgk024087; Tue, 29 Oct 2002 03:39:30 -0800 (PST) Date: Tue, 29 Oct 2002 03:39:30 -0800 (PST) From: Edwin Groothuis Message-Id: <200210291139.g9TBdUgk024087@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/43328: [FIX BENTO]: emulators/xmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [FIX BENTO]: emulators/xmame Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43330 Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43329 Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43328 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:39:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5342737B401; Tue, 29 Oct 2002 03:39:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E3543E3B; Tue, 29 Oct 2002 03:39:50 -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 g9TBdnx3024126; Tue, 29 Oct 2002 03:39:49 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBdnUl024122; Tue, 29 Oct 2002 03:39:49 -0800 (PST) Date: Tue, 29 Oct 2002 03:39:49 -0800 (PST) From: Edwin Groothuis Message-Id: <200210291139.g9TBdnUl024122@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/44042: [PATCH] fixes broken port emulators/xmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] fixes broken port emulators/xmame Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43330 Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43329 Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=43328 Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 03:37:59 PST 2002 Responsible-Changed-Why: I'm talking with Stijn about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=44042 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:56:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F2F37B401; Tue, 29 Oct 2002 03:56:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F2B43E4A; Tue, 29 Oct 2002 03:56:34 -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 g9TBuYx3031083; Tue, 29 Oct 2002 03:56:34 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TBuYkT031079; Tue, 29 Oct 2002 03:56:34 -0800 (PST) Date: Tue, 29 Oct 2002 03:56:34 -0800 (PST) From: Tilman Linneweh Message-Id: <200210291156.g9TBuYkT031079@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43176: textproc/wordnet packaging fails due to missing lib/libtclwn1.so Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/wordnet packaging fails due to missing lib/libtclwn1.so State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Tue Oct 29 03:55:47 PST 2002 State-Changed-Why: Not a Problem anymore http://www.freebsd.org/cgi/query-pr.cgi?pr=43176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 3:58:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50E937B401; Tue, 29 Oct 2002 03:58:25 -0800 (PST) Received: from sunic.sunet.se (sunic.sunet.se [192.36.125.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC55A43E3B; Tue, 29 Oct 2002 03:58:13 -0800 (PST) (envelope-from yuri@irfu.se) Received: from irfu.se (sol.irfu.se [130.238.30.6]) by sunic.sunet.se (8.9.3/8.9.3) with SMTP id MAA21578; Tue, 29 Oct 2002 12:58:07 +0100 (MET) Received: from irfu.se by irfu.se (SMI-8.6/SMI-SVR4) id MAA17638; Tue, 29 Oct 2002 12:57:27 +0100 Message-ID: <3DBE77DD.7010108@irfu.se> Date: Tue, 29 Oct 2002 12:58:21 +0100 From: Yuri Khotyaintsev Organization: Swedish Inst. of Space Physics User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; uk-UA; rv:1.2b) Gecko/20021016 X-Accept-Language: uk, ru, en-us, en MIME-Version: 1.0 To: Tilman Linneweh Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/28771: opendx server fails to start References: <200210281542.g9SFgkfb090879@freefall.freebsd.org> In-Reply-To: <200210281542.g9SFgkfb090879@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems to work now. The only comment I have is that compilation of port fails if Java is installed. As far as I understand javadx is not supposed to work on FreeBSD, so line CONFIGURE_ARGS+= --without-javadx should be added to port's Makefile. /Yuri Tilman Linneweh wrote: > Synopsis: opendx server fails to start > > State-Changed-From-To: open->feedback > State-Changed-By: arved > State-Changed-When: Mon Oct 28 07:42:00 PST 2002 > State-Changed-Why: > Is this still a problem? > > I can't reproduce it with a recent STABLE and opendx version 4.2 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=28771 > -- Yuri Khotyaintsev Swedish Institute of Space Physics, Uppsala Division, Box 537, S-75121 Uppsala http://www.cluster.irfu.se/yuri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 4: 6:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C79737B401; Tue, 29 Oct 2002 04:06:57 -0800 (PST) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E2A43E42; Tue, 29 Oct 2002 04:06:56 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 186V8v-000PJv-00; Tue, 29 Oct 2002 12:06:46 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.3/8.11.1) with ESMTP id g9TC6jnc052038; Tue, 29 Oct 2002 12:06:45 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.3/8.12.3/Submit) id g9TC6jkV052037; Tue, 29 Oct 2002 12:06:45 GMT Date: Tue, 29 Oct 2002 12:06:44 +0000 From: Jonathon McKitrick To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Need help debugging Windowmaker coredump Message-ID: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Scanner: exiscan *186V8v-000PJv-00*UT4ARqxGsGs* (Manchester Computing, University of Manchester) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I'm trying to figure out how to get more debugging info out of my core dump. Here's all I have so far: local:~> gdb -c wmaker.core GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". Core was generated by `wmaker'. Program terminated with signal 11, Segmentation fault. #0 0x80967d6 in ?? () (gdb) where #0 0x80967d6 in ?? () #1 0x80706cb in ?? () #2 0x807f975 in ?? () #3 0x806c3d8 in ?? () #4 0x804d219 in ?? () (gdb) This obviously isn't much help. What do I need to include in the port build to get more debugging info so I can post a helpful core dump? NOTE: Please CC me, as I am not currently subscribed. Thanks. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 4:16:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B0737B401; Tue, 29 Oct 2002 04:16:32 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3961543E4A; Tue, 29 Oct 2002 04:16:31 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.5/8.12.3) with ESMTP id g9TCF93U074787; Tue, 29 Oct 2002 13:15:09 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.5/8.12.4/Submit) id g9TCF8hU074771; Tue, 29 Oct 2002 13:15:08 +0100 (CET) Date: Tue, 29 Oct 2002 13:15:08 +0100 From: Stijn Hoop To: Jonathon McKitrick Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Need help debugging Windowmaker coredump Message-ID: <20021029121508.GF76903@pcwin002.win.tue.nl> References: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VUDLurXRWRKrGuMn" Content-Disposition: inline In-Reply-To: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --VUDLurXRWRKrGuMn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 29, 2002 at 12:06:44PM +0000, Jonathon McKitrick wrote: >=20 > Hi all, >=20 > I'm trying to figure out how to get more debugging info out of my core du= mp. > Here's all I have so far: >=20 > local:~> gdb -c wmaker.core=20 > GNU gdb 4.18 (FreeBSD) > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you = are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for detail= s. > This GDB was configured as "i386-unknown-freebsd". > Core was generated by `wmaker'. > Program terminated with signal 11, Segmentation fault. > #0 0x80967d6 in ?? () > (gdb) where > #0 0x80967d6 in ?? () > #1 0x80706cb in ?? () > #2 0x807f975 in ?? () > #3 0x806c3d8 in ?? () > #4 0x804d219 in ?? () > (gdb)=20 >=20 > This obviously isn't much help. What do I need to include in the port bu= ild > to get more debugging info so I can post a helpful core dump? >=20 > NOTE: Please CC me, as I am not currently subscribed. Thanks. You want to pass the -g option to the compiler, to get gdb to emit source file names and linenumbers. Most of the time something like this works: /usr/ports/x11-wm/windowmaker# make CFLAGS=3D"-g" STRIP=3D"" all install But this depends on whether the port honors your custom CFLAGS. Note that usually you don't have to install the debug version, you can also run the resulting binary from the work/windowmaker-0.xxx/... subdirs. Hope this helps, --Stijn --=20 Fairy tales do not tell children that dragons exist. Children already know dragons exist. Fairy tales tell children the dragons can be killed. -- G.K. Chesterton --VUDLurXRWRKrGuMn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9vnvMY3r/tLQmfWcRAuH4AKCL1/PMVlWN0xL8SSFKViQMFpsu4QCfQE0z jtoLb2a8PuFUDe/qh+jD5CQ= =OCPs -----END PGP SIGNATURE----- --VUDLurXRWRKrGuMn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 4:24:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D6937B401; Tue, 29 Oct 2002 04:24:29 -0800 (PST) Received: from peter.quark.ch (peter.quark.ch [195.49.31.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766EA43E88; Tue, 29 Oct 2002 04:24:27 -0800 (PST) (envelope-from pbrossin@quark.ch) Received: from tell.quark.ch (tell.quark.ch [10.41.0.17]) by peter.quark.ch (8.9.3/8.9.3/peter.1.7) with SMTP id NAA82626 Tue, 29 Oct 2002 13:24:19 +0100 (CET) Received: from tell.quark.ch ([10.41.0.17]) by tell.quark.ch (NAVGW 2.5.1.13) with SMTP id M2002102913281008127 ; Tue, 29 Oct 2002 13:28:10 +0100 Received: by tell.quark.ch with Internet Mail Service (5.5.2650.21) id <4R4DQ8PB>; Tue, 29 Oct 2002 13:28:10 +0100 Message-ID: From: Pierrick Brossin To: "'kris@FreeBSD.org'" Cc: "'ports@FreeBSD.org'" Subject: wmWeather Date: Tue, 29 Oct 2002 13:28:08 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Would it be possible to build and put the new version of wmWeather in the ports tree pls ? If it's not to much work ! Because I have no idea how to make it work on FreeBSD. I tried to compile the new version but it ends on an error with 'mktime'. Thanx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 5: 9:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F2737B401; Tue, 29 Oct 2002 05:09:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0733443E42; Tue, 29 Oct 2002 05:09:50 -0800 (PST) (envelope-from gj@FreeBSD.org) Received: from freefall.freebsd.org (gj@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TD9nx3070281; Tue, 29 Oct 2002 05:09:49 -0800 (PST) (envelope-from gj@freefall.freebsd.org) Received: (from gj@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TD9d8G070268; Tue, 29 Oct 2002 05:09:39 -0800 (PST) Date: Tue, 29 Oct 2002 05:09:39 -0800 (PST) From: Gary Jennejohn Message-Id: <200210291309.g9TD9d8G070268@freefall.freebsd.org> To: vs@lambda.foldr.org, gj@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44588: xemacs21 port doesn't record libcompface in LIB_DEPENDS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: xemacs21 port doesn't record libcompface in LIB_DEPENDS State-Changed-From-To: open->closed State-Changed-By: gj State-Changed-When: Tue Oct 29 05:08:59 PST 2002 State-Changed-Why: Fixed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44588 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 5:19:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935C837B401 for ; Tue, 29 Oct 2002 05:19:34 -0800 (PST) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A7743E42 for ; Tue, 29 Oct 2002 05:19:24 -0800 (PST) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from m2a2.myip.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 470EEA3831 for ; Tue, 29 Oct 2002 14:19:19 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id 6BEC65EB33; Tue, 29 Oct 2002 14:19:14 +0100 (CET) To: freebsd-ports@freebsd.org Subject: Committer status From: Matthias Andree Date: Tue, 29 Oct 2002 14:19:14 +0100 Message-ID: Lines: 58 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear list readers, I have currently four PRs that update or add ports, that have not yet been committed, among them two critical: o [2002/10/21] ports/44330 ports update port: mail/fetchmail -> 6.1.1 o [2002/10/23] ports/44407 brian update port: news/leafnode -> 1.9.29 The other are non-critical: o [2002/10/07] ports/43804 ports new port: sysutils/getopt (Frodo Looijaard's getopt) o [2002/10/18] ports/44245 ports new port: mail/bogofilter I am wondering why these are still open, I believe I did everything to file a smooth PR as recommended by the Porter's handbook, and I assure I made a good-faith attempt at making a good port or good update. Did I miss a tree freeze? I don't believe so, obraun has committed other PRs that I sent in the meanwhile. 44407 is critical because it fixes a showstopper SIGSEGV that does not happen right away, but if the software gets stuck, the SIGSEGV persists and makes the software unusable. I request a NMU non-maintainer update. This commit is strictly bugfix-only, thus it should be pretty safe and it should not wait any more. Here's the upstream NEWS file: ---------------------------------------------------------------------- * 1.9.29, 2002-10-23 ### BUGFIXES - Fix fetchnews SIGSEGV that happens when new groups are added. Thanks to Ken Shan for tracking the bug and sending a patch. - Work with multiple upstreams that have the same server name, but different ports. ------------------------------------------------------------------------ 44330 is critical because it fixes a POP3 breakage (read: regression) introduced in late 5.9.X versions of fetchmail. Sadly enough, as usual with fetchmail, it contains other changes. 44245 has been outdated and can be closed, but I wonder if sending an update is worthwhile -- I can save my time if nobody is going to commit that stuff. bogofilter will see another update during the next week, but 0.7.6 is fairly good. Is anyone going to look at a new PR should I send one? 43804 is not urgent, but it is is prerequisite for Tim Waugh's "xmlto" script (cyberelk.org). Thanks in advance. -- Matthias Andree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 5:38:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCAF037B401; Tue, 29 Oct 2002 05:38:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A9B43E7B; Tue, 29 Oct 2002 05:38:46 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from freefall.freebsd.org (roam@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TDckx3082895; Tue, 29 Oct 2002 05:38:46 -0800 (PST) (envelope-from roam@freefall.freebsd.org) Received: (from roam@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TDcj09082891; Tue, 29 Oct 2002 05:38:45 -0800 (PST) Date: Tue, 29 Oct 2002 05:38:45 -0800 (PST) From: Peter Pentchev Message-Id: <200210291338.g9TDcj09082891@freefall.freebsd.org> To: mt@primats.org.ua, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/42786: Update port: palm/plucker to 1.1.14 Sender: owner-freebsd-ports@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: palm/plucker to 1.1.14 State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue Oct 29 05:38:21 PST 2002 State-Changed-Why: Update committed, and maintainership transferred to you. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=42786 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 5:52:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4ECB37B401 for ; Tue, 29 Oct 2002 05:52:41 -0800 (PST) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B30C43EB1 for ; Tue, 29 Oct 2002 05:52:35 -0800 (PST) (envelope-from mcsi@agava.com) Received: from ultra.domain (ultra.domain [192.168.1.58]) by relay2.agava.net.ru (Postfix) with ESMTP id C798E4772CD for ; Tue, 29 Oct 2002 16:52:23 +0300 (MSK) Received: from agava.com (ultra.domain [192.168.1.58]) by ultra.domain (8.12.6/8.12.5) with ESMTP id g9TDs9ZT067042; Tue, 29 Oct 2002 16:54:11 +0300 (MSK) (envelope-from mcsi@agava.com) Message-ID: <3DBE9300.3020906@agava.com> Date: Tue, 29 Oct 2002 16:54:08 +0300 From: Maxim Maximov Organization: AGAVA Software User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021024 X-Accept-Language: ru, en-us MIME-Version: 1.0 To: Uchimura Kenichirou Cc: ports@FreeBSD.ORG Subject: Re: bison install problem References: <3DBB47E8.8090407@isis.ocn.ne.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If you are using STABLE, you have to upgrade your texinfo (makeinfo included) to the date after 8 Aug 2002. If you have 4.6-RELEASE consider upgrdaing to 4.7-RELEASE. The workaround is after CVSup'ping latest stable sources: cd /usr/src/gnu/usr.bin/texinfo make all (texinfo won't compile, and it's ok) make install make all (now you have latest version of makeinfo, so texinfo will compile without problems) make install clean Uchimura Kenichirou wrote: > I'm using FreeBSD4.6. > When I install bison(ver.1.75) from /usr/ports/devel/bison I get error > message listed below; > > -------------------------------------------------------------------------- > > cc -O -pipe -L/usr/local/lib -o bison LR0.o assoc.o closure.o complain.o > conflicts.o derives.o files.o getargs.o gram.o lalr.o location.o main.o > muscle_tab.o nullable.o output.o parse-gram.o print.o print_graph.o > reader.o reduce.o relation.o scan-gram.o scan-skel.o state.o symlist.o > symtab.o tables.o vcg.o /usr/local/lib/libintl.so -Wl,-rpath > -Wl,/usr/local/lib ../lib/libbison.a > Making all in doc > makeinfo --no-split -I . `test -f 'bison.texinfo' || echo > './'`bison.texinfo -o bison.info > bison.texinfo:37: Unknown command `copying'. > bison.texinfo:58: Unmatched `@end'. > bison.texinfo:93: Unknown command `insertcopying'. > makeinfo: Removing output file `bison.info' due to errors; use --force > to preserve. > *** Error code 2 > > Stop in /usr/ports/devel/bison/work/bison-1.75/doc. > *** Error code 1 > > Stop in /usr/ports/devel/bison/work/bison-1.75. > *** Error code 1 > > Stop in /usr/ports/devel/bison/work/bison-1.75. > *** Error code 1 > Stop in /usr/ports/devel/bison. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade47764.0 make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! devel/bison (bison-1.35_1) (texinfo error) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 6:40:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B09337B401 for ; Tue, 29 Oct 2002 06:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB1243E6E for ; Tue, 29 Oct 2002 06:40: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 g9TEe2x3009860 for ; Tue, 29 Oct 2002 06:40: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 g9TEe2u7009859; Tue, 29 Oct 2002 06:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4CE37B401 for ; Tue, 29 Oct 2002 06:35:27 -0800 (PST) Received: from ue250-1.rz.RWTH-Aachen.DE (ue250-1.rz.RWTH-Aachen.DE [134.130.3.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C0043E42 for ; Tue, 29 Oct 2002 06:35:23 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from ms-2 (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by ue250-1.rz.RWTH-Aachen.DE (8.12.1/8.11.3-3) with ESMTP id g9TEZJsc026322 for ; Tue, 29 Oct 2002 15:35:20 +0100 (MET) Received: from ue250-1.rz.RWTH-Aachen.DE ([134.130.3.33]) by ms-2 (MailMonitor for SMTP v1.2.0 Beta3) ; Tue, 29 Oct 2002 15:35:19 +0100 (MET) Received: from mouton.informatik.rwth-aachen.de (mouton.Informatik.RWTH-Aachen.DE [137.226.194.67]) by ue250-1.rz.RWTH-Aachen.DE (8.12.1/8.11.3/24) with ESMTP id g9TEZJBU026257 for ; Tue, 29 Oct 2002 15:35:19 +0100 (MET) Received: from bsd.localdomain (localhost [127.0.0.1]) by mouton.informatik.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g9TEZ6j8038593 for ; Tue, 29 Oct 2002 15:35:06 +0100 (CET) (envelope-from stolz@bsd.localdomain) Received: (from stolz@localhost) by bsd.localdomain (8.12.5/8.12.5/Submit) id g9TEZ6nT038592; Tue, 29 Oct 2002 15:35:06 +0100 (CET) (envelope-from stolz) Message-Id: <200210291435.g9TEZ6nT038592@bsd.localdomain> Date: Tue, 29 Oct 2002 15:35:06 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44589: [patch] Unbreak audio/csound by updating to 4.22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44589 >Category: ports >Synopsis: [patch] Unbreak audio/csound by updating to 4.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 06:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.6-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD bsd.localdomain 4.6-STABLE FreeBSD 4.6-STABLE #3: Mon Oct 7 16:20:29 CEST 2002 root@bsd.localdomain:/opt/src/sys/compile/BSD i386 >Description: Version 4.20 disappeared from FTP servers, so update to 4.22 and remove BROKEN-tag. >How-To-Repeat: >Fix: Removed files: patch-LINUXaudio.c patch-aops.c patch-dpwelib.h patch-main_c patch-midisend.c patch-pvoc.c patch-soundin.c New file: patch-cs.h (Ignore POLL_EVENTS) - No longer BROKEN - Various obsole patches (mostly integrated into dist) - Cleanup pre-build (no longer needed) & post-patch - Add FLTK-infrastructure (WITHOUT_FLTK, forced to YES in the Makefile because I still couldn't get both ports to work together) - Also closes PR ports/43722 - PERL -> REINPLACE_CMD --- Makefile.orig Tue Oct 29 14:41:57 2002 +++ Makefile Tue Oct 29 15:29:05 2002 @@ -6,7 +6,7 @@ # PORTNAME= csound -PORTVERSION= 4.20 +PORTVERSION= 4.22 CATEGORIES= audio MASTER_SITES= ftp://sunsite.univie.ac.at/pub/sound/csound/newest/ \ ftp://ftp.cs.bath.ac.uk/pub/dream/newest/ @@ -15,25 +15,28 @@ MAINTAINER= trevor@FreeBSD.org -BROKEN= "Does not fetch" - LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ tk83:${PORTSDIR}/x11-toolkits/tk83 +WITHOUT_FLTK= YES # currently broken +.if !defined(WITHOUT_FLTK) +LIB_DEPENDS+= fltk:${PORTSDIR}/x11-toolkits/fltk +.endif RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html)" NO_CDROM= ${RESTRICTED} NO_FTP= ${RESTRICTED} -MAKE_ENV= CPPFLAGS="-I${PREFIX}/include" \ - LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" +USE_REINPLACE= YES +MAKE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" +MAKE_ENV+= CPPFLAGS="-I${PREFIX}/include -I${X11BASE}/include" +.if !defined(WITHOUT_FLTK) +MAKE_ENV+= HAVE_FLTK="-DHAVE_FLTK" +MAKE_ENV+= CXXFLAGS+="-I${X11BASE}/include" +.endif + NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST= ${WRKDIR}/pkg-plist USE_X_PREFIX= yes -pre-build: - ${FIND} ${WRKDIR} -type f -exec ${CHMOD} 644 \{\} \; - post-build: ${RM} -f ${PLIST} for i in `${FIND} ${WRKDIR} -type f -perm 755`; do \ @@ -46,9 +49,7 @@ ${ECHO_CMD} "thoroughly reviewed by the FreeBSD maintainer." >> ${PKGMESSAGE} post-patch: - ${PERL} -pi -e "s:/usr/local/lib:${DATADIR}:g" ${WRKSRC}/getstring.c - ${FIND} ${WRKSRC} -type f -exec \ - ${PERL} -pi -e "s:::g" {} \; + ${REINPLACE_CMD} -e 's:/usr/local/lib:${DATADIR}:g' ${WRKSRC}/getstring.c do-install: ${MKDIR} ${PREFIX}/share/csound --- distinfo.orig Tue Oct 29 13:02:22 2002 +++ distinfo Tue Oct 29 13:02:37 2002 @@ -1 +1 @@ -MD5 (csound/Csound4.20.tar.gz) = ee138e85b866fd87244df7e2d127ed3c +MD5 (csound/Csound4.22.tar.gz) = f710bca8eefe80026024adc6280e8346 diff -ruN ofiles/patch-LINUXaudio.c files/patch-LINUXaudio.c --- ofiles/patch-LINUXaudio.c Mon Jul 15 02:11:09 2002 +++ files/patch-LINUXaudio.c Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-LINUXaudio.c,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- LINUXaudio.c.orig Sun Jul 14 16:03:01 2002 -+++ LINUXaudio.c Sun Jul 14 16:02:48 2002 -@@ -89,6 +89,7 @@ void setsndparms( int dspfd, int format, - warning(errmsg); - } - -+#ifndef __FreeBSD__ - /* set DMA buffer fragment size to Csound's output buffer size */ - parm = 0; frag_size = 1; - /* find least power of 2 >= bufsiz */ -@@ -101,7 +102,6 @@ void setsndparms( int dspfd, int format, - if (ioctl(dspfd, SNDCTL_DSP_SETFRAGMENT, &parm) == -1) - die(Str(X_755,"failed while trying to set soundcard DMA buffer size")); - --#ifndef FREE_BSD - /* find out what buffer size the driver allocated */ - if (ioctl(dspfd, SNDCTL_DSP_GETBLKSIZE, &parm) == -1) - die(Str(X_754,"failed while querying soundcard about buffer size")); diff -ruN ofiles/patch-Makefile files/patch-Makefile --- ofiles/patch-Makefile Wed Jul 31 09:50:31 2002 +++ files/patch-Makefile Tue Oct 29 14:28:20 2002 @@ -1,7 +1,5 @@ -$FreeBSD: ports/audio/csound/files/patch-Makefile,v 1.4 2002/07/15 00:11:09 trevor Exp $ - ---- Makefile.orig Sun Jul 14 16:03:01 2002 -+++ Makefile Sun Jul 14 16:49:45 2002 +--- Makefile.orig Wed Oct 9 17:39:50 2002 ++++ Makefile Tue Oct 29 14:28:09 2002 @@ -1,17 +1,17 @@ # Csound Makefile # edit the following definitions according to need: @@ -29,30 +27,68 @@ # .c.o: # $(CC) $(CFLAGS) -c $*.c -o $@ --DEFINES = -DWINDOWS -DRTAUDIO -DSFIRCAM -DSYS5 -DLINUX -DPIPES -DMACROS -DTCLTK -DIV_SCHED -DRWD_DBFS -+DEFINES = -DRTAUDIO -DSFIRCAM -DSYS5 -DLINUX -DPIPES -DMACROS -DTCLTK -DIV_SCHED -DRWD_DBFS -DFREE_BSD +-DEFINES = -DWINDOWS -DRTAUDIO -DSFIRCAM -DSYS5 -DLINUX -DPIPES -DMACROS -DTCLTK -DIV_SCHED -DRWD_DBFS -DHAVE_FLTK ++DEFINES = -DRTAUDIO -DSFIRCAM -DSYS5 -DLINUX -DPIPES -DMACROS -DTCLTK -DIV_SCHED -DRWD_DBFS $(HAVE_FLTK) # choose any of - # -DSYS5 invoke System 5 headers (e.g. 'string.h' for 'strings.h') # -DWINDOWS include window system calls (X11, SGI, or FG graphics) -@@ -49,7 +49,7 @@ +@@ -50,7 +50,7 @@ # (e.g., Linux on SPARC [not tested]), you should also define - # -DLINUX_BE Linux audio device handler for big-endian samples --CFLAGS = -O2 -malign-loops=4 -malign-jumps=4 -ffast-math -fomit-frame-pointer -finline-functions -funroll-loops -DWITHx87 $(RPM_OPT_FLAGS) $(DEFINES) -+CFLAGS = $(CPPFLAGS) $(LDFLAGS) $(DEFINES) +-CFLAGS = -Wall -O2 -malign-loops=4 -malign-jumps=4 -ffast-math -fomit-frame-pointer -finline-functions -funroll-loops -DWITHx87 $(RPM_OPT_FLAGS) $(DEFINES) ++CFLAGS += $(CPPFLAGS) $(LDFLAGS) $(DEFINES) # -O Simple optimisation # -O2 to be more specific about the optimization level # -f compile single-precision floats (4.3,VAX,DEC-RISC) -@@ -84,7 +84,7 @@ - # -I/usr/openwin/include Solaris openwin interface - # -I/usr/demo/SOUND/include Solaris sound interface - # -I/usr/X11R6/include non-RedHat distributions of Linux --LIBS = -L /usr/X11R6/lib -lX11 -ltcl -ltk -lm -+LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lX11 -ltcl83 -ltk83 -lm +@@ -88,14 +88,15 @@ + + # uncomment these if HAVE_FLTK was enabled in DEFINES + # +-CXX = g++ +-CXXFLAGS = -fno-exceptions -fno-rtti ++.if defined(HAVE_FLTK) ++CXX ?= g++ ++CXXFLAGS += -fno-exceptions -fno-rtti + FLTKSRC = widgets.cpp + FLTKOBJ = widgets.o + # source and object files for FLTK widgets +-#FLTKLIB = -lfltk -lpthread -lg++ +-FLTKLIB = /usr/local/lib/libfltk.a /usr/lib/libpthread.a \ +- /usr/lib/libstdc++-libc6.2-2.a.3 ++FLTKLIB = -lfltk -lpthread ++#FLTKLIB = /usr/local/lib/libfltk.a /usr/lib/libpthread.a \ ++# /usr/lib/libstdc++-libc6.2-2.a.3 + # libraries required by widgets.cpp + # -lfltk -lpthread -lg++ use dynamic libraries + # +@@ -104,8 +105,9 @@ + # /usr/lib/libstdc++-libc6.2-2.a.3 but increases size; the + # directiories and version + # numbers are system-dependent) ++.endif + +-LIBS = $(FLTKLIB) -L /usr/X11R6/lib -lX11 -ltcl -ltk -lm -ldl ++LIBS = $(FLTKLIB) -L$(X11BASE)/lib -L$(LOCALBASE) -lX11 -ltcl83 -ltk83 -lm # -lefence # -lm required # -lX11 for X window calls -@@ -255,7 +255,7 @@ +@@ -124,8 +126,14 @@ + # note: SuSE 7.3 users should use -ltcl8.3 -ltk8.3, but another + # (probably better) solution is to create symbolic links + ++.if defined(HAVE_FLTK) + WINSRC = winFLTK.c FL_graph.cpp + WINOBJ = winFLTK.o FL_graph.o ++.else ++WINSRC = winX11.c ++WINOBJ = winX11.o ++.endif ++ + # ;if WINDOWS enabled in DEFINES, choose one of - + # winX11.o for X11 window graphics + # winSGI.o for SGI window graphics +@@ -281,7 +289,7 @@ all: $(PROGS) $(SUBDIRS) #must be run in this order csound: $(COBJS) $(CSUM) $(CDEP) csound.xmg diff -ruN ofiles/patch-anal-adsyn-makef files/patch-anal-adsyn-makef --- ofiles/patch-anal-adsyn-makef Thu Jan 1 01:00:00 1970 +++ files/patch-anal-adsyn-makef Tue Oct 29 14:32:40 2002 @@ -0,0 +1,21 @@ +--- anal/adsyn/makef.orig Tue Oct 8 15:49:08 2002 ++++ anal/adsyn/makef Tue Oct 29 14:32:14 2002 +@@ -6,7 +6,7 @@ + + OBJS = main.o $T/hetro.o $T/filopen.o $T/sfheader.o $T/soundin.o \ + $T/ulaw.o $T/aiff.o $T/ieee80.o $T/memalloc.o $T/wave.o \ +- $T/window.o $T/winFLTK.o $T/FL_graph.o $T/winEPS.o $T/aifc.o \ ++ $T/window.o $T/winEPS.o $T/aifc.o \ + $T/winascii.o $T/sdif.o $T/sdif-mem.o $T/getstring.o + + adsyns: hetro +@@ -23,7 +23,7 @@ + cc $(CFLAGS) -c main.c + + clean: +- -rm -f hetro ++ -rm -f hetro *.o + + rmbak: +- -rm *.bak *~ ++ -rm -f *.bak *~ diff -ruN ofiles/patch-anal-convol-makef files/patch-anal-convol-makef --- ofiles/patch-anal-convol-makef Thu Jan 1 01:00:00 1970 +++ files/patch-anal-convol-makef Tue Oct 29 14:36:33 2002 @@ -0,0 +1,11 @@ +--- anal/convol/makef.orig Tue Oct 29 14:36:00 2002 ++++ anal/convol/makef Tue Oct 29 14:36:09 2002 +@@ -7,7 +7,7 @@ + OBJS = main.o $T/cvanal.o $T/fft.o $T/dsputil.o $T/filopen.o \ + $T/sfheader.o $T/soundin.o $T/ulaw.o $T/aiff.o $T/ieee80.o \ + $T/memalloc.o $T/wave.o $T/window.o $T/aifc.o $T/getstring.o \ +- $T/winFLTK.o $T/FL_graph.o $T/winEPS.o $T/winascii.o ++ $T/winEPS.o $T/winascii.o + + + cvl: cvanal diff -ruN ofiles/patch-anal-lpc-makef files/patch-anal-lpc-makef --- ofiles/patch-anal-lpc-makef Thu Jan 1 01:00:00 1970 +++ files/patch-anal-lpc-makef Tue Oct 29 14:34:26 2002 @@ -0,0 +1,13 @@ +--- anal/lpc/makef.orig Tue Oct 8 15:53:00 2002 ++++ anal/lpc/makef Tue Oct 29 14:33:57 2002 +@@ -6,8 +6,8 @@ + + OBJS = main.o $T/lpanal.o $T/lptrkfns.o $T/filopen.o $T/sfheader.o \ + $T/soundin.o $T/ulaw.o $T/aiff.o $T/wave.o $T/ieee80.o \ +- $T/memalloc.o $T/window.o $T/winFLTK.o $T/winascii.o $T/winEPS.o \ +- $T/aifc.o $T/getstring.o $T/FL_graph.o ++ $T/memalloc.o $T/window.o $T/winascii.o $T/winEPS.o \ ++ $T/aifc.o $T/getstring.o + + lpcs: lpanal + diff -ruN ofiles/patch-anal-pvoc.makef files/patch-anal-pvoc.makef --- ofiles/patch-anal-pvoc.makef Thu Jan 1 01:00:00 1970 +++ files/patch-anal-pvoc.makef Tue Oct 29 14:35:45 2002 @@ -0,0 +1,13 @@ +--- anal/pvoc/makef.orig Tue Oct 8 15:53:33 2002 ++++ anal/pvoc/makef Tue Oct 29 14:35:27 2002 +@@ -7,8 +7,8 @@ + OBJS = main.o $T/pvanal.o $T/pvxanal.o $T/pvfileio.o $T/filopen.o \ + $T/sfheader.o $T/mxfft.o \ + $T/soundin.o $T/ulaw.o $T/aiff.o $T/wave.o $T/ieee80.o $T/memalloc.o \ +- $T/pvoc.o $T/fft.o $T/dsputil.o $T/window.o $T/winFLTK.o $T/winascii.o \ +- $T/winEPS.o $T/aifc.o $T/getstring.o $T/FL_graph.o ++ $T/pvoc.o $T/fft.o $T/dsputil.o $T/window.o $T/winascii.o \ ++ $T/winEPS.o $T/aifc.o $T/getstring.o + + pvocs: pvanal + diff -ruN ofiles/patch-anal_adsyn_makef files/patch-anal_adsyn_makef --- ofiles/patch-anal_adsyn_makef Mon Jul 15 02:11:09 2002 +++ files/patch-anal_adsyn_makef Thu Jan 1 01:00:00 1970 @@ -1,27 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-anal_adsyn_makef,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- anal/adsyn/makef.orig Sun Jul 14 16:02:48 2002 -+++ anal/adsyn/makef Sun Jul 14 16:02:48 2002 -@@ -6,9 +6,11 @@ T = ../.. - - OBJS = main.o $T/hetro.o $T/filopen.o $T/sfheader.o $T/soundin.o \ - $T/ulaw.o $T/aiff.o $T/ieee80.o $T/memalloc.o $T/wave.o \ -- $T/window.o $T/winX11.o $T/winEPS.o $T/aifc.o $T/winascii.o \ -+ $T/window.o $T/winEPS.o $T/aifc.o $T/winascii.o \ - $T/sdif.o $T/sdif-mem.o $T/getstring.o - -+# $T/window.o $T/winX11.o $T/winEPS.o $T/aifc.o $T/winascii.o \ -+ - adsyns: hetro - - hetro: $(OBJS) -@@ -23,7 +25,7 @@ main.o: $T/ustub.h $T/cs.h main.c - cc $(CFLAGS) -c main.c - - clean: -- -rm -f hetro -+ -rm -f hetro *.o - - rmbak: -- -rm *.bak *~ -+ -rm -f *.bak *~ diff -ruN ofiles/patch-anal_lpc_makef files/patch-anal_lpc_makef --- ofiles/patch-anal_lpc_makef Mon Jul 15 02:11:09 2002 +++ files/patch-anal_lpc_makef Thu Jan 1 01:00:00 1970 @@ -1,16 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-anal_lpc_makef,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- anal/lpc/makef.orig Sun Jul 14 16:02:49 2002 -+++ anal/lpc/makef Sun Jul 14 16:02:48 2002 -@@ -6,8 +6,10 @@ T = ../.. - - OBJS = main.o $T/lpanal.o $T/lptrkfns.o $T/filopen.o $T/sfheader.o \ - $T/soundin.o $T/ulaw.o $T/aiff.o $T/wave.o $T/ieee80.o \ -- $T/memalloc.o $T/window.o $T/winX11.o $T/winascii.o $T/winEPS.o \ -+ $T/memalloc.o $T/window.o $T/winascii.o $T/winEPS.o \ - $T/aifc.o $T/getstring.o -+ -+# $T/memalloc.o $T/window.o $T/winX11.o $T/winascii.o $T/winEPS.o \ - - lpcs: lpanal - diff -ruN ofiles/patch-anal_pvoc_makef files/patch-anal_pvoc_makef --- ofiles/patch-anal_pvoc_makef Mon Jul 15 02:11:09 2002 +++ files/patch-anal_pvoc_makef Thu Jan 1 01:00:00 1970 @@ -1,16 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-anal_pvoc_makef,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- anal/pvoc/makef.orig Sun Jul 14 16:02:49 2002 -+++ anal/pvoc/makef Sun Jul 14 16:02:49 2002 -@@ -7,8 +7,10 @@ T = ../.. - OBJS = main.o $T/pvanal.o $T/pvxanal.o $T/pvfileio.o $T/filopen.o \ - $T/sfheader.o $T/mxfft.o \ - $T/soundin.o $T/ulaw.o $T/aiff.o $T/wave.o $T/ieee80.o $T/memalloc.o \ -- $T/pvoc.o $T/fft.o $T/dsputil.o $T/window.o $T/winX11.o $T/winascii.o \ -+ $T/pvoc.o $T/fft.o $T/dsputil.o $T/window.o $T/winascii.o \ - $T/winEPS.o $T/aifc.o $T/getstring.o -+ -+# $T/pvoc.o $T/fft.o $T/dsputil.o $T/window.o $T/winX11.o $T/winascii.o \ - - pvocs: pvanal - diff -ruN ofiles/patch-aops.c files/patch-aops.c --- ofiles/patch-aops.c Wed Jul 31 09:50:31 2002 +++ files/patch-aops.c Thu Jan 1 01:00:00 1970 @@ -1,18 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-aops.c,v 1.2 2002/07/15 00:11:09 trevor Exp $ - ---- aops.c.orig Sun Jul 14 16:03:01 2002 -+++ aops.c Sun Jul 14 16:02:49 2002 -@@ -1,3 +1,4 @@ -+#include - #include "cs.h" /* AOPS.C */ - #include "aops.h" - #include -@@ -442,8 +443,6 @@ void ftsr(EVAL *p) /**** ft - #ifdef LINUX - void rtclock(EVAL *p) - { --#include --#include - struct timeval tv; - struct timezone tz; - gettimeofday(&tv, &tz); diff -ruN ofiles/patch-cs.h files/patch-cs.h --- ofiles/patch-cs.h Thu Jan 1 01:00:00 1970 +++ files/patch-cs.h Tue Oct 29 14:22:29 2002 @@ -0,0 +1,11 @@ +--- cs.h.orig Tue Oct 29 14:19:46 2002 ++++ cs.h Tue Oct 29 14:22:09 2002 +@@ -748,7 +748,7 @@ + # define POLL_EVENTS() STasks() + # define __cdecl + #else +-#ifdef LINUX ++#if defined(LINUX) && !defined(__FreeBSD__) + extern int POLL_EVENTS(void); + #else + # define POLL_EVENTS() (1) diff -ruN ofiles/patch-dpwelib.h files/patch-dpwelib.h --- ofiles/patch-dpwelib.h Mon Jul 15 02:11:09 2002 +++ files/patch-dpwelib.h Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-dpwelib.h,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- dpwelib.h.orig Sun Jul 14 16:03:01 2002 -+++ dpwelib.h Sun Jul 14 16:02:51 2002 -@@ -56,7 +56,7 @@ - #else /* ultrix, not NeXT */ - #ifdef clipper - #else --# if defined(LATTICE) || defined(WIN32) || defined(SGI) -+# if defined(LATTICE) || defined(WIN32) || defined(SGI) || defined(__FreeBSD__) - # include - # else - # include diff -ruN ofiles/patch-main_c files/patch-main_c --- ofiles/patch-main_c Wed Jul 31 09:50:31 2002 +++ files/patch-main_c Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-main_c,v 1.3 2002/07/15 00:11:09 trevor Exp $ - ---- main.c.orig Sat Jun 1 19:42:24 2002 -+++ main.c Thu Jul 4 19:32:12 2002 -@@ -92,12 +92,15 @@ - return; - } - -+#ifndef __FreeBSD__ - /* lock all pages into physical memory */ - if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { - fprintf(stderr, "csound: cannot lock memory pages: %s\n", - strerror(errno)); - exit(-1); - } -+#endif -+ - /* set round robin mode with max. priority */ - p.sched_priority = sched_get_priority_max(SCHED_RR); - if (sched_setscheduler(0, SCHED_RR, &p) != 0) { diff -ruN ofiles/patch-midisend.c files/patch-midisend.c --- ofiles/patch-midisend.c Mon Jul 15 02:11:09 2002 +++ files/patch-midisend.c Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-midisend.c,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- midisend.c.orig Sun Jul 14 16:03:01 2002 -+++ midisend.c Sun Jul 14 16:02:53 2002 -@@ -16,7 +16,7 @@ - #include - #include - #include --#ifdef FREE_BSD -+#ifdef __FreeBSD__ - # include - #else - # include diff -ruN ofiles/patch-pvoc.c files/patch-pvoc.c --- ofiles/patch-pvoc.c Mon Jul 15 02:11:09 2002 +++ files/patch-pvoc.c Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-pvoc.c,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- pvoc.c.orig Sun Jul 14 16:03:01 2002 -+++ pvoc.c Sun Jul 14 16:02:55 2002 -@@ -8,7 +8,7 @@ - #include "sysdep.h" - - #include --#if defined(mac_classic) || defined(SYMANTEC) -+#if defined(mac_classic) || defined(SYMANTEC) || defined(__FreeBSD__) - # include /* for malloc() */ - # define READMODE "rb" - # define WRITEMODE "wb+" diff -ruN ofiles/patch-soundin.c files/patch-soundin.c --- ofiles/patch-soundin.c Mon Jul 15 02:11:09 2002 +++ files/patch-soundin.c Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ -$FreeBSD: ports/audio/csound/files/patch-soundin.c,v 1.1 2002/07/15 00:11:09 trevor Exp $ - ---- soundin.c.orig Sun Jul 14 16:03:01 2002 -+++ soundin.c Sun Jul 14 16:02:57 2002 -@@ -5,6 +5,7 @@ - /*RWD 3:2000*/ - #ifdef RWD_DBFS - /* quick hack to save typing etc... */ -+#undef INLONGFAC - #define INLONGFAC (double)long_to_dbfs - #else - #define INLONGFAC (1.0 / 65536.0) /* convert 32bit long to quasi 16 bit range */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 6:51: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE4F37B401; Tue, 29 Oct 2002 06:51:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B1943E6E; Tue, 29 Oct 2002 06:51:00 -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 g9TEp0x3015540; Tue, 29 Oct 2002 06:51:00 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TEp0Yj015533; Tue, 29 Oct 2002 06:51:00 -0800 (PST) Date: Tue, 29 Oct 2002 06:51:00 -0800 (PST) From: Oliver Braun Message-Id: <200210291451.g9TEp0Yj015533@freefall.freebsd.org> To: obraun@FreeBSD.org, freebsd-ports@FreeBSD.org, trevor@FreeBSD.org Subject: Re: ports/44589: [patch] Unbreak audio/csound by updating to 4.22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] Unbreak audio/csound by updating to 4.22 Responsible-Changed-From-To: freebsd-ports->trevor Responsible-Changed-By: obraun Responsible-Changed-When: Tue Oct 29 06:50:22 PST 2002 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=44589 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 7: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E144637B401 for ; Tue, 29 Oct 2002 07:00:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF15443E4A for ; Tue, 29 Oct 2002 07:00: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 g9TF07x3016997 for ; Tue, 29 Oct 2002 07:00: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 g9TF07qV016996; Tue, 29 Oct 2002 07:00:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E6237B401 for ; Tue, 29 Oct 2002 06:51:10 -0800 (PST) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD3D43E3B for ; Tue, 29 Oct 2002 06:51:09 -0800 (PST) (envelope-from bz@zabbadoz.net) Received: from localhost (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 458351FFE95; Tue, 29 Oct 2002 15:51:02 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 921221FFE8B; Tue, 29 Oct 2002 15:51:01 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 5885622E16; Tue, 29 Oct 2002 14:49:16 +0000 (UTC) Message-Id: <20021029144916.5885622E16@mail.int.zabbadoz.net> Date: Tue, 29 Oct 2002 14:49:16 +0000 (UTC) From: "Bjoern A.Zeeb" Reply-To: "Bjoern A.Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org Cc: "Bjoern A.Zeeb" , barner@in.tum.de, christopher.kelly@uk.yahoo-inc.com X-Send-Pr-Version: 3.113 Subject: ports/44590: Update port: textproc/xerces-c2 add transcoder option Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44590 >Category: ports >Synopsis: Update port: textproc/xerces-c2 add transcoder option >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 07:00:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 4.7-RC i386 >Organization: Zabbadoz.NeT >Environment: System: FreeBSD e0-0.zab2.int.zabbadoz.net 4.7-RC FreeBSD 4.7-RC #1: Fri Oct 4 18:45:10 UTC 2002 bz@e0-0.zab2.int.zabbadoz.net:/usr/src/obj/usr/src/RELENG_4/src/sys/ZAB2-2002092701 i386 >Description: on initial checkin transcoder oprtion has not been included because of broken dependencies. an update has been sent via pr (see ports/34265) which has not been applied yet. this update is necessary for another (new) port xalan-c (see ports/44430) to also be able to use ICU. >How-To-Repeat: >Fix: add transcoder option for users to also be able to build with ICU or native iconv support. Default remains libiconv. diff -u /usr/ports/textproc/xerces-c2/Makefile xerces-c2/Makefile --- /usr/ports/textproc/xerces-c2/Makefile Fri Oct 25 02:12:19 2002 +++ xerces-c2/Makefile Tue Oct 29 12:16:13 2002 @@ -7,13 +7,36 @@ PORTNAME= xerces-c2 PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/ DISTNAME= xerces-c-src${PORTVERSION:S/./_/g} MAINTAINER?= bzeeb+freebsdports@zabbadoz.net -LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +.if !defined(TRANSCODER) +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +TRANSCODER= "IconvFBSD" +PLIST_SUB+= TRANSICONV="" +PLIST_SUB+= TRANSICU="@comment " +.else +.if (${TRANSCODER} == "icu") +LIB_DEPENDS+= icuuc.22:${PORTSDIR}/devel/icu +ICUROOT?= ${LOCALBASE} +CONFIGURE_ENV+= ICUROOT=${ICUROOT} LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ENV+= ICUROOT=${ICUROOT} LDFLAGS="-L${LOCALBASE}/lib" +PLIST_SUB+= TRANSICONV="@comment " +PLIST_SUB+= TRANSICU="" +.elif (${TRANSCODER} == "native") +PLIST_SUB+= TRANSICONV="" +PLIST_SUB+= TRANSICU="@comment " +.else +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +TRANSCODER= "IconvFBSD" +PLIST_SUB+= TRANSICONV="" +PLIST_SUB+= TRANSICU="@comment " +.endif +.endif # expect this to get broken some day NO_FILTER_SHLIBS= yes @@ -30,18 +53,17 @@ MAKE_ENV+= XERCESCROOT=${WRKSRC} GNU_CONFIGURE= yes -CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER="IconvFBSD" +CONFIGURE_ENV+= XERCESCROOT=${WRKSRC} TRANSCODER=${TRANSCODER} CONFIGURE_SCRIPT= runConfigure -CONFIGURE_ARGS?= -p freebsd -x g++ -n socket -P ${PREFIX} +CONFIGURE_ARGS?= -p freebsd -c ${CC} -x ${CXX} -n socket -P ${PREFIX} -CONFIGURE_ARGS+= -t IconvFBSD +CONFIGURE_ARGS+= -t ${TRANSCODER} .if defined(NO_THREADS) CONFIGURE_ARGS+= -r none .endif -XERCESC_LIB_VERSIO= ${PORTVERSION:S/.//} -XERCESC_LIB_VERSION= ${XERCESC_LIB_VERSIO:R} +XERCESC_LIB_VERSION= ${PORTVERSION:S/.//:R} XERCESC_LIB= libxerces-c.so.${PORTVERSION:S/.//} PLIST_SUB+= XERCESC_LIB=${XERCESC_LIB} \ XERCESC_LIB_VERSION=${XERCESC_LIB_VERSION} @@ -62,7 +84,7 @@ pre-fetch: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) @(/usr/bin/dialog --textbox ${MASTERDIR}/pkg-message 15 75 || \ - /usr/bin/true) + ${TRUE}) @${ECHO} '' @${ECHO} 'You may use the following build options by defining' @${ECHO} 'them on the command line with -D' @@ -71,6 +93,8 @@ @${ECHO} 'NO_SAMPLES do not copy sample binaries and sources' @${ECHO} 'NOPORTDOCS do not copy documentation' @${ECHO} '' + @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' + @${ECHO} '' @/bin/sleep 2 .endif @@ -87,17 +111,24 @@ post-configure: .if !defined(NO_SAMPLES) +.if defined(TRANSCODER) && (${TRANSCODER} == "icu") + @(cd ${WRKSRC}/samples && \ + export XERCESCROOT=${WRKSRC} && \ + export ICUROOT=${ICUROOT} && \ + export LDFLAGS="-L${LOCALBASE}/lib" && \ + ${SH} runConfigure ${SAMPLES_CONFIG_ARGS}) +.else @(cd ${WRKSRC}/samples && \ export XERCESCROOT=${WRKSRC} && \ ${SH} runConfigure ${SAMPLES_CONFIG_ARGS}) .endif +.endif post-install: @${STRIP_CMD} ${PREFIX}/lib/${XERCESC_LIB} @${LN} -sf ${XERCESC_LIB} ${PREFIX}/lib/libxerces-c.so @${LN} -sf ${XERCESC_LIB} \ - ${PREFIX}/lib/libxerces-c.so.${XERCESC_LIB_VERSION:R} - + ${PREFIX}/lib/libxerces-c.so.${XERCESC_LIB_VERSION} .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xerces-c @${CP} -r ${WRKSRC}/doc/ ${PREFIX}/share/doc/xerces-c/ diff -u /usr/ports/textproc/xerces-c2/pkg-plist xerces-c2/pkg-plist --- /usr/ports/textproc/xerces-c2/pkg-plist Fri Oct 25 02:12:19 2002 +++ xerces-c2/pkg-plist Tue Oct 29 11:56:28 2002 @@ -131,7 +131,8 @@ include/xercesc/util/AutoSense.hpp include/xercesc/util/XMLDeleterFor.c include/xercesc/util/Platforms/FreeBSD/FreeBSDDefs.hpp -include/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp +%%TRANSICONV%%include/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp +%%TRANSICU%%include/xercesc/util/Transcoders/ICU/ICUTransService.hpp include/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp include/xercesc/util/MsgLoaders/InMemory/CppErrMsgs_EN_US.hpp include/xercesc/util/Compilers/BorlandCDefs.hpp @@ -392,7 +393,8 @@ @dirrm include/xercesc/util/Compilers @dirrm include/xercesc/util/MsgLoaders/InMemory @dirrm include/xercesc/util/MsgLoaders -@dirrm include/xercesc/util/Transcoders/IconvFBSD +%%TRANSICONV%%@dirrm include/xercesc/util/Transcoders/IconvFBSD +%%TRANSICU%%@dirrm include/xercesc/util/Transcoders/ICU @dirrm include/xercesc/util/Transcoders @dirrm include/xercesc/util/Platforms/FreeBSD @dirrm include/xercesc/util/Platforms >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 7:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6019537B401 for ; Tue, 29 Oct 2002 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 B168B43E91 for ; Tue, 29 Oct 2002 07: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 g9TFK4x3029226 for ; Tue, 29 Oct 2002 07: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 g9TFK4KD029225; Tue, 29 Oct 2002 07:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8642A37B401 for ; Tue, 29 Oct 2002 07:10:56 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id BA5A343E42 for ; Tue, 29 Oct 2002 07:10:52 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 82948 invoked by uid 911); 29 Oct 2002 15:10:44 -0000 Message-Id: <20021029151044.82947.qmail@outpost.globcon.net> Date: 29 Oct 2002 15:10:44 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44591: [MAINTAINER] Update mail/qconfirm to 0.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44591 >Category: ports >Synopsis: [MAINTAINER] Update mail/qconfirm to 0.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.6-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: - Update to 0.6.0: - added new program - qconfirm-return. It can be used to configure qconfirm's automatic bounce message handling to reduce the amount of double bounces caused by qconfirm >How-To-Repeat: >Fix: --- qconfirm-0.6.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/qconfirm/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 14 Oct 2002 12:41:18 -0000 1.2 +++ Makefile 29 Oct 2002 15:02:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= qconfirm -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 CATEGORIES= mail MASTER_SITES= http://smarden.org/qconfirm/ @@ -15,8 +15,10 @@ WRKSRC= ${WRKDIR}/mail/${DISTNAME}/src ALL_TARGET= default -PROGS= qconfirm qconfirm-accept qconfirm-check qconfirm-conf -MAN1= qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 +PROGS= qconfirm qconfirm-accept qconfirm-check qconfirm-conf \ + qconfirm-return +MAN1= qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 \ + qconfirm-return.1 do-install: .for file in ${PROGS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/qconfirm/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 14 Oct 2002 12:41:18 -0000 1.2 +++ distinfo 29 Oct 2002 15:02:56 -0000 @@ -1 +1 @@ -MD5 (qconfirm-0.5.2.tar.gz) = 29b587445fb39d3b7c7a7dc1ed241488 +MD5 (qconfirm-0.6.0.tar.gz) = 5d4248a78574af78cab968dbe563056a Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/qconfirm/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 14 Oct 2002 12:41:18 -0000 1.2 +++ pkg-plist 29 Oct 2002 15:02:56 -0000 @@ -2,6 +2,8 @@ bin/qconfirm-accept bin/qconfirm-check bin/qconfirm-conf +bin/qconfirm-return +%%PORTDOCS%%share/doc/qconfirm/bounces.html %%PORTDOCS%%share/doc/qconfirm/configuration.html %%PORTDOCS%%share/doc/qconfirm/faq.html %%PORTDOCS%%share/doc/qconfirm/index.html @@ -10,6 +12,7 @@ %%PORTDOCS%%share/doc/qconfirm/qconfirm-accept.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-check.1.html %%PORTDOCS%%share/doc/qconfirm/qconfirm-conf.1.html +%%PORTDOCS%%share/doc/qconfirm/qconfirm-return.1.html %%PORTDOCS%%share/doc/qconfirm/technical.html %%PORTDOCS%%share/doc/qconfirm/upgrade.html %%PORTDOCS%%@dirrm share/doc/qconfirm --- qconfirm-0.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 7:43:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C6837B404; Tue, 29 Oct 2002 07:43:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DAE43E91; Tue, 29 Oct 2002 07:43:24 -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 g9TFhOx3040195; Tue, 29 Oct 2002 07:43:24 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TFhOQ4040191; Tue, 29 Oct 2002 07:43:24 -0800 (PST) Date: Tue, 29 Oct 2002 07:43:24 -0800 (PST) From: Tilman Linneweh Message-Id: <200210291543.g9TFhOQ4040191@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/28771: opendx server fails to start Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: opendx server fails to start Responsible-Changed-From-To: freebsd-ports->arved Responsible-Changed-By: arved Responsible-Changed-When: Tue Oct 29 07:43:03 PST 2002 Responsible-Changed-Why: I'll handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=28771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 7:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 799F237B401 for ; Tue, 29 Oct 2002 07:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE94E43E6E for ; Tue, 29 Oct 2002 07:50: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 g9TFo1x3040446 for ; Tue, 29 Oct 2002 07:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TFo1kU040445; Tue, 29 Oct 2002 07:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4A437B401 for ; Tue, 29 Oct 2002 07:43:24 -0800 (PST) Received: from coyote.dnsalias.net (gb-007.galgenberg.net [132.187.222.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5500843E88 for ; Tue, 29 Oct 2002 07:43:21 -0800 (PST) (envelope-from q@coyote.dnsalias.net) Received: from coyote.dnsalias.net (localhost [127.0.0.1]) by coyote.dnsalias.net (8.12.6/8.12.6) with ESMTP id g9TFhBeq059651 for ; Tue, 29 Oct 2002 16:43:11 +0100 (CET) (envelope-from q@coyote.dnsalias.net) Received: (from q@localhost) by coyote.dnsalias.net (8.12.6/8.12.6/Submit) id g9TFhApR059650; Tue, 29 Oct 2002 16:43:10 +0100 (CET) Message-Id: <200210291543.g9TFhApR059650@coyote.dnsalias.net> Date: Tue, 29 Oct 2002 16:43:10 +0100 (CET) From: Ulrich Spoerlein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44592: PATCH: Fix "billenium" bug with math/concorde Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44592 >Category: ports >Synopsis: PATCH: Fix "billenium" bug with math/concorde >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 07:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: On their page they state that concorde has a bug and needs a new urandom.c http://www.math.princeton.edu/tsp/concorde/download.html >How-To-Repeat: >Fix: this patch is just a diff between the old and the new urandom.c. just put it in math/concorde/files --- patch-aa begins here --- --- UTIL/urandom.c.orig Thu Dec 16 19:39:06 1999 +++ UTIL/urandom.c Tue Sep 18 21:08:37 2001 @@ -22,7 +22,7 @@ /* */ /* Written by: DIMACS (modified for TSP) */ /* Date: February 7, 1995 (cofeb16) */ -/* */ +/* September 18, 2001 (billenium fix) */ /* */ /* EXPORTED FUNCTIONS: */ /* */ @@ -66,6 +66,9 @@ int i, ii; int last, next; int *arr = r->arr; + + seed %= CC_PRANDMAX; + if (seed < 0) seed += CC_PRANDMAX; arr[0] = last = seed; next = 1; --- patch-aa ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 8:21:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F88437B401 for ; Tue, 29 Oct 2002 08:21:14 -0800 (PST) Received: from mailreg.NCTU.edu.tw (mailreg.NCTU.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670D043E8A for ; Tue, 29 Oct 2002 08:21:05 -0800 (PST) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 587BD594123; Wed, 30 Oct 2002 00:20:47 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 10BB63E6A; Wed, 30 Oct 2002 00:20:44 +0800 (CST) Date: Wed, 30 Oct 2002 00:20:43 +0800 From: Ying-Chieh Liao To: Pablo Morales Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Port Mantainer cd2mp3 Message-ID: <20021029162043.GA1514@terry.dragon2.net> References: <002f01c27ebd$fbfaedc0$0229c80a@abtec412> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <002f01c27ebd$fbfaedc0$0229c80a@abtec412> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 28, 2002 at 17:09:54 -0300, Pablo Morales wrote: > Hi there. > I made some modifications to the port, then I send them to the author > who told me he had no time to maintain the port, and that I could take over > it > I want to know who I have to notify this, in order to reflect he changes, > and the steps I have to follow to mantain the port, cause in theory I will > be the main mantainber of the port. just send-pr with your diff -- char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} -- Anonymous --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9vrVbrMYBZRHAI4IRArQ4AKDekcMu97/p/OL3tPGCl65lFrGdkwCgi9js aDxIZ6+UZNluR1MxO3xaeUo= =eKwJ -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 8:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6225837B404 for ; Tue, 29 Oct 2002 08:50:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F6843E8A for ; Tue, 29 Oct 2002 08:50: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 g9TGo5x3067315 for ; Tue, 29 Oct 2002 08:50: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 g9TGo5ZJ067311; Tue, 29 Oct 2002 08:50:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C8E37B401 for ; Tue, 29 Oct 2002 08:40:03 -0800 (PST) Received: from ns1.jnielsen.net (ns1.jnielsen.net [198.78.66.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id E027D43E75 for ; Tue, 29 Oct 2002 08:40:02 -0800 (PST) (envelope-from john@ns1.jnielsen.net) Received: from ns1.jnielsen.net (ns1 [198.78.66.237]) by ns1.jnielsen.net (8.12.3/8.12.3) with ESMTP id g9TGdv35057323; Tue, 29 Oct 2002 08:39:57 -0800 (PST) (envelope-from john@ns1.jnielsen.net) Received: (from root@localhost) by ns1.jnielsen.net (8.12.3/8.12.3/Submit) id g9TGdvSV057320; Tue, 29 Oct 2002 08:39:57 -0800 (PST) Message-Id: <200210291639.g9TGdvSV057320@ns1.jnielsen.net> Date: Tue, 29 Oct 2002 08:39:57 -0800 (PST) From: John Nielsen Reply-To: John Nielsen To: FreeBSD-gnats-submit@FreeBSD.org Cc: john@jnielsen.net X-Send-Pr-Version: 3.113 Subject: ports/44593: New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44593 >Category: ports >Synopsis: New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 08:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: John Nielsen >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD ns1.jnielsen.net 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Fri Sep 13 22:58:07 PDT 2002 user@jail8.johncompanies.com:/usr/src/sys/compile/4622500 i386 >Description: Hotway uses HTTPMail (the same protocol that Outlook Express uses) to access Microsoft's Hotmail servers. The software acts as a proxy mail server, allowing you to access hotmail and MSN accounts using a standard POP3 mail client. WWW: http://people.freenet.de/courierdave >How-To-Repeat: >Fix: --- hotway.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg-comment # ./pkg-descr # ./pkg-message # ./pkg-plist # ./distinfo # ./files # ./files/patch-inet.c # ./files/patch-Makefile.in # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: hotway X# Date created: 29 October 2002 X# Whom: John Nielsen X# X# $FreeBSD$ X# X XPORTNAME= hotway XPORTVERSION= 0.5 XCATEGORIES= mail XMASTER_SITES= http://people.freenet.de/courierdave/ X XMAINTAINER= ports@freebsd.org X XLIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ X iconv.3:${PORTSDIR}/converters/libiconv X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA Hotmail -> POP3 gateway. END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XHotway uses HTTPMail (the same protocol that Outlook Express uses) to access XMicrosoft's Hotmail servers. The software acts as a proxy mail server, Xallowing you to access hotmail and MSN accounts using a standard POP3 mail Xclient. X XWWW: http://people.freenet.de/courierdave END-of-./pkg-descr echo x - ./pkg-message sed 's/^X//' >./pkg-message << 'END-of-./pkg-message' XTo run hotwayd you need to add it to inetd.conf. XTo use the standard pop3 port for hotwayd, add the following Xline to /etc/inetd.conf: X Xpop3 stream tcp nowait root /usr/local/sbin/hotwayd hotwayd X XYou may also specify an arbitrary port for hotwayd. Define it Xin /etc/services, and then use a line like this in /etc/inetd.conf: X Xhotwayd stream tcp nowait root /usr/local/sbin/hotwayd hotwayd X XAfter making your changes, restart inetd. e.g.: X Xkillall -HUP inetd X XYou can now use fetchmail or any pop3 mail client to read your e-mail. XThe POP username should be your full hotmail or msn e-mail address, Xand the password is your hotmail/msn password. END-of-./pkg-message echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xsbin/hotwayd Xinclude/hotwayd.h Xinclude/httpmail.h Xinclude/ghttp.h Xinclude/ghttp_constants.h END-of-./pkg-plist echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (hotway-0.5.tar.bz2) = d44d86b29a4a13d8a99c9fc1a5c49a21 END-of-./distinfo echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-inet.c sed 's/^X//' >./files/patch-inet.c << 'END-of-./files/patch-inet.c' X--- inet.c.orig Tue Oct 29 08:09:14 2002 X+++ inet.c Tue Oct 29 08:09:27 2002 X@@ -24,6 +24,7 @@ X #include X #include X #include X+#include X #include X #include X END-of-./files/patch-inet.c echo x - ./files/patch-Makefile.in sed 's/^X//' >./files/patch-Makefile.in << 'END-of-./files/patch-Makefile.in' X--- Makefile.in.orig Tue Oct 29 08:13:59 2002 X+++ Makefile.in Tue Oct 29 08:14:43 2002 X@@ -101,7 +101,7 @@ X DEFS = @DEFS@ -I. -I$(srcdir) X CPPFLAGS = @CPPFLAGS@ X LDFLAGS = @LDFLAGS@ X-LIBS = @LIBS@ X+LIBS = -L /usr/local/lib -lm -lz -lxml2 -liconv X hotwayd_OBJECTS = hotwayd.o commands.o xmlstuff.o inet.o X hotwayd_DEPENDENCIES = libghttp-1.0.9-mod/ghttp.c \ X libghttp-1.0.9-mod/http_date.c libghttp-1.0.9-mod/http_hdrs.c \ END-of-./files/patch-Makefile.in exit --- hotway.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 9:12:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEFBD37B401 for ; Tue, 29 Oct 2002 09:12:27 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC58C43E42 for ; Tue, 29 Oct 2002 09:12:26 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9THBC01023010; Tue, 29 Oct 2002 12:11:13 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla port doesn't compile on FreeBSD 4.7-RELEASE From: Joe Marcus Clarke To: Arjan van Leeuwen Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <200210291047.18392.avleeuwen@piwebs.com> References: <200210291047.18392.avleeuwen@piwebs.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 12:12:17 -0500 Message-Id: <1035911538.340.2.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-10-29 at 04:47, Arjan van Leeuwen wrote: > Hi, > > I'm running 4.7-RELEASE, and can't get the www/mozilla or www/mozilla-devel > ports compiled. It always gives me a segmentation fault or a bus error (using > system gcc or gcc31 from ports, respectively) when running some programs at > the end. > > This is the result of running 'make CC=gcc31 CXX=g++31' from > www/mozilla-devel: This won't work. You _must_ use the system default compiler with Mozilla. Not doing so will produce the error you're seeing. > > gmake[1]: Leaving directory `/shared/ports/www/mozilla-devel/work/mozilla' > /usr/bin/sed -e "s;@PREFIX@;/usr/X11R6;g" > /shared/ports/www/mozilla-devel/files/mozilla.sh > >/shared/ports/www/mozilla-devel/work/mozilla/mozilla-devel > (cd /shared/ports/www/mozilla-devel/work/mozilla/dist/bin; /usr/bin/env > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch > ./chrome/user-skins.rdf ./chrome/user-locales.rdf) > Bus error (core dumped) > *** Error code 138 > > Stop in /shared/ports/www/mozilla-devel. > > As said, I have the same problem with the system GCC. I remember seeing this > problem before on -CURRENT. Is there an easy solution for this problem? > > Please note that as I'm not subscribed to the list, a CC to my address would > be very helpful. I don't see this problem anymore on -CURRENT or -stable. Of course, I do see this on Alpha, but the port shouldn't even try to build in that case. Have you tried building mozilla-devel with the 2.95.4 compiler on -stable recently? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 9:42: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A7837B401 for ; Tue, 29 Oct 2002 09:42:00 -0800 (PST) Received: from piwebs.com (t-indiv5-88.athome.tue.nl [131.155.241.88]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CEEE43E42 for ; Tue, 29 Oct 2002 09:41:59 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 3993 invoked from network); 29 Oct 2002 17:42:02 -0000 Received: from unknown (HELO 192.168.0.105) (192.168.0.105) by 0 with SMTP; 29 Oct 2002 17:42:02 -0000 From: Arjan van Leeuwen To: Joe Marcus Clarke Subject: Re: Mozilla port doesn't compile on FreeBSD 4.7-RELEASE Date: Tue, 29 Oct 2002 18:41:59 +0100 User-Agent: KMail/1.5 Cc: freebsd-ports@FreeBSD.ORG References: <200210291047.18392.avleeuwen@piwebs.com> <1035911538.340.2.camel@gyros.marcuscom.com> In-Reply-To: <1035911538.340.2.camel@gyros.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200210291841.59026.avleeuwen@piwebs.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks for your mail. I have the same problem when building with the system gcc (2.95.4) in 4.7. I'll upgrade to -STABLE tomorrow to see if that changes anything. Arjan On Tuesday 29 October 2002 18:12, Joe Marcus Clarke wrote: > On Tue, 2002-10-29 at 04:47, Arjan van Leeuwen wrote: > > Hi, > > > > I'm running 4.7-RELEASE, and can't get the www/mozilla or > > www/mozilla-devel ports compiled. It always gives me a segmentation fault > > or a bus error (using system gcc or gcc31 from ports, respectively) when > > running some programs at the end. > > > > This is the result of running 'make CC=gcc31 CXX=g++31' from > > www/mozilla-devel: > > This won't work. You _must_ use the system default compiler with > Mozilla. Not doing so will produce the error you're seeing. > > > gmake[1]: Leaving directory > > `/shared/ports/www/mozilla-devel/work/mozilla' /usr/bin/sed -e > > "s;@PREFIX@;/usr/X11R6;g" > > /shared/ports/www/mozilla-devel/files/mozilla.sh > > > > >/shared/ports/www/mozilla-devel/work/mozilla/mozilla-devel > > > > (cd /shared/ports/www/mozilla-devel/work/mozilla/dist/bin; /usr/bin/env > > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env > > LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch > > ./chrome/user-skins.rdf ./chrome/user-locales.rdf) > > Bus error (core dumped) > > *** Error code 138 > > > > Stop in /shared/ports/www/mozilla-devel. > > > > As said, I have the same problem with the system GCC. I remember seeing > > this problem before on -CURRENT. Is there an easy solution for this > > problem? > > > > Please note that as I'm not subscribed to the list, a CC to my address > > would be very helpful. > > I don't see this problem anymore on -CURRENT or -stable. Of course, I > do see this on Alpha, but the port shouldn't even try to build in that > case. Have you tried building mozilla-devel with the 2.95.4 compiler on > -stable recently? > > Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 9:43:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DBC37B401 for ; Tue, 29 Oct 2002 09:43:30 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB1743E42 for ; Tue, 29 Oct 2002 09:43:29 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9THgL01023220; Tue, 29 Oct 2002 12:42:21 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla port doesn't compile on FreeBSD 4.7-RELEASE From: Joe Marcus Clarke To: Arjan van Leeuwen Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <200210291841.59026.avleeuwen@piwebs.com> References: <200210291047.18392.avleeuwen@piwebs.com> <1035911538.340.2.camel@gyros.marcuscom.com> <200210291841.59026.avleeuwen@piwebs.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 12:43:25 -0500 Message-Id: <1035913406.340.8.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,IN_REP_TO,REFERENCES,SPAM_PHRASE_02_03 version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-10-29 at 12:41, Arjan van Leeuwen wrote: > Thanks for your mail. I have the same problem when building with the system > gcc (2.95.4) in 4.7. I'll upgrade to -STABLE tomorrow to see if that changes > anything. Also, send your /etc/make.conf. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376E037B401 for ; Tue, 29 Oct 2002 10:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13FB43E6E for ; Tue, 29 Oct 2002 10:00: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 g9TI08x3097552 for ; Tue, 29 Oct 2002 10:00: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 g9TI08l2097551; Tue, 29 Oct 2002 10:00:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 727B737B404 for ; Tue, 29 Oct 2002 09:59:04 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E1543E6E for ; Tue, 29 Oct 2002 09:59:04 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9THx37R000122 for ; Tue, 29 Oct 2002 09:59:03 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9THx3Lx000119; Tue, 29 Oct 2002 09:59:03 -0800 (PST) Message-Id: <200210291759.g9THx3Lx000119@www.freebsd.org> Date: Tue, 29 Oct 2002 09:59:03 -0800 (PST) From: Poul-Henning Kamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44596: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44596 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:00:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: critter.freebsd.dk FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F01537B404 for ; Tue, 29 Oct 2002 10:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E9643E3B for ; Tue, 29 Oct 2002 10:00: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 g9TI08x3097565 for ; Tue, 29 Oct 2002 10:00: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 g9TI08Nq097564; Tue, 29 Oct 2002 10:00:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07DCA37B401 for ; Tue, 29 Oct 2002 09:59:35 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B0043E4A for ; Tue, 29 Oct 2002 09:59:34 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9THxY7R000187 for ; Tue, 29 Oct 2002 09:59:34 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9THxYxR000186; Tue, 29 Oct 2002 09:59:34 -0800 (PST) Message-Id: <200210291759.g9THxYxR000186@www.freebsd.org> Date: Tue, 29 Oct 2002 09:59:34 -0800 (PST) From: Poul-Henning Kamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44597: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44597 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:00:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: critter.freebsd.dk FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5088137B406 for ; Tue, 29 Oct 2002 10:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7329A43E7B for ; Tue, 29 Oct 2002 10:00: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 g9TI09x3097579 for ; Tue, 29 Oct 2002 10:00: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 g9TI09of097578; Tue, 29 Oct 2002 10:00:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06A337B401 for ; Tue, 29 Oct 2002 09:59:53 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA5B43E4A for ; Tue, 29 Oct 2002 09:59:53 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9THxr7R000212 for ; Tue, 29 Oct 2002 09:59:53 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9THxrq0000207; Tue, 29 Oct 2002 09:59:53 -0800 (PST) Message-Id: <200210291759.g9THxrq0000207@www.freebsd.org> Date: Tue, 29 Oct 2002 09:59:53 -0800 (PST) From: Poul-Henning Kamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44598: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44598 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: critter.freebsd.dk FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10: 3:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE54137B401; Tue, 29 Oct 2002 10:03:21 -0800 (PST) Received: from ue250-1.rz.RWTH-Aachen.DE (ue250-1.rz.RWTH-Aachen.DE [134.130.3.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBFC43E75; Tue, 29 Oct 2002 10:03:17 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from ms-2 (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by ue250-1.rz.RWTH-Aachen.DE (8.12.1/8.11.3-3) with ESMTP id g9TI3Esc029929; Tue, 29 Oct 2002 19:03:14 +0100 (MET) Received: from ue250-1.rz.RWTH-Aachen.DE ([134.130.3.33]) by ms-2 (MailMonitor for SMTP v1.2.0 Beta3) ; Tue, 29 Oct 2002 19:03:14 +0100 (MET) Received: from mouton.informatik.rwth-aachen.de (mouton.Informatik.RWTH-Aachen.DE [137.226.194.67]) by ue250-1.rz.RWTH-Aachen.DE (8.12.1/8.11.3/24) with ESMTP id g9TI3DBU029894; Tue, 29 Oct 2002 19:03:13 +0100 (MET) Received: from bsd.localdomain (localhost [127.0.0.1]) by mouton.informatik.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g9TI34j8067943; Tue, 29 Oct 2002 19:03:04 +0100 (CET) (envelope-from stolz@bsd.localdomain) Received: (from stolz@localhost) by bsd.localdomain (8.12.5/8.12.5/Submit) id g9TI33Db067942; Tue, 29 Oct 2002 19:03:03 +0100 (CET) (envelope-from stolz) Date: Tue, 29 Oct 2002 19:03:03 +0100 From: Volker Stolz To: Pierrick Brossin Cc: "'kris@FreeBSD.org'" , "'ports@FreeBSD.org'" Subject: Re: wmWeather Message-ID: <20021029180303.GA67874@i2.informatik.rwth-aachen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 29, 2002 at 01:28:08PM +0100, Pierrick Brossin wrote: > Would it be possible to build and put the new > version of wmWeather in the ports tree pls ? > I tried to compile the new version but it ends > on an error with 'mktime'. You don't mean 'wmweather' which is up-to-date, but 'wmweather+'. It looks like some sanity test on mktime() fails, which means that somebody with a Clue(tm), Time(tm) or even both needs to look after this. Maybe you can find out which of the tests is failing? You could probably return different exit codes instead of 1... -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0396037B401 for ; Tue, 29 Oct 2002 10:10:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B1843E9C for ; Tue, 29 Oct 2002 10:10: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 g9TIA2x3005945 for ; Tue, 29 Oct 2002 10:10: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 g9TIA2pW005944; Tue, 29 Oct 2002 10:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3583B37B401 for ; Tue, 29 Oct 2002 10:01:03 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98AC43E75 for ; Tue, 29 Oct 2002 10:01:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI127R000294 for ; Tue, 29 Oct 2002 10:01:02 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI12Ze000293; Tue, 29 Oct 2002 10:01:02 -0800 (PST) Message-Id: <200210291801.g9TI12Ze000293@www.freebsd.org> Date: Tue, 29 Oct 2002 10:01:02 -0800 (PST) From: Poul-Henning Kamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44600: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44600 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: critter.freebsd.dk FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4555E37B404 for ; Tue, 29 Oct 2002 10:10:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04AAC43E91 for ; Tue, 29 Oct 2002 10:10: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 g9TIA1x3005932 for ; Tue, 29 Oct 2002 10:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIA1WH005931; Tue, 29 Oct 2002 10:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1B937B401 for ; Tue, 29 Oct 2002 10:00:46 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C4B43E75 for ; Tue, 29 Oct 2002 10:00:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI0j7R000289 for ; Tue, 29 Oct 2002 10:00:45 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI0jAe000288; Tue, 29 Oct 2002 10:00:45 -0800 (PST) Message-Id: <200210291800.g9TI0jAe000288@www.freebsd.org> Date: Tue, 29 Oct 2002 10:00:45 -0800 (PST) From: Poul-Henning Kamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44599: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44599 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: critter.freebsd.dk FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44CF137B409 for ; Tue, 29 Oct 2002 10:10:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7ED43EA3 for ; Tue, 29 Oct 2002 10:10: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 g9TIA2x3005958 for ; Tue, 29 Oct 2002 10:10: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 g9TIA2hf005957; Tue, 29 Oct 2002 10:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A4E37B401 for ; Tue, 29 Oct 2002 10:01:19 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F1943E42 for ; Tue, 29 Oct 2002 10:01:18 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI1I7R000325 for ; Tue, 29 Oct 2002 10:01:18 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI1I79000324; Tue, 29 Oct 2002 10:01:18 -0800 (PST) Message-Id: <200210291801.g9TI1I79000324@www.freebsd.org> Date: Tue, 29 Oct 2002 10:01:18 -0800 (PST) From: Poul-Henning Kamp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44601: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44601 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: critter.freebsd.dk FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4503137B401 for ; Tue, 29 Oct 2002 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 1893143EAA for ; Tue, 29 Oct 2002 10: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 g9TIA2x3005972 for ; Tue, 29 Oct 2002 10:10: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 g9TIA2es005971; Tue, 29 Oct 2002 10:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBBD37B401 for ; Tue, 29 Oct 2002 10:02:08 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACE443EAC for ; Tue, 29 Oct 2002 10:02:06 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI267R000457 for ; Tue, 29 Oct 2002 10:02:06 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI25j2000456; Tue, 29 Oct 2002 10:02:05 -0800 (PST) Message-Id: <200210291802.g9TI25j2000456@www.freebsd.org> Date: Tue, 29 Oct 2002 10:02:05 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44602: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44602 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: apollo@backplane.com FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally build after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA7437B401 for ; Tue, 29 Oct 2002 10:10:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB3F43E8A for ; Tue, 29 Oct 2002 10: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 g9TIA7x3006107 for ; Tue, 29 Oct 2002 10: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 g9TIA71q006102; Tue, 29 Oct 2002 10:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD4C37B401 for ; Tue, 29 Oct 2002 10:03:28 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B51A43E3B for ; Tue, 29 Oct 2002 10:03:28 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI3S7R000538 for ; Tue, 29 Oct 2002 10:03:28 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI3Sk4000537; Tue, 29 Oct 2002 10:03:28 -0800 (PST) Message-Id: <200210291803.g9TI3Sk4000537@www.freebsd.org> Date: Tue, 29 Oct 2002 10:03:28 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44605: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44605 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: apollo@backplane.com FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21FD37B404 for ; Tue, 29 Oct 2002 10:10:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF4B543E77 for ; Tue, 29 Oct 2002 10:10: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 g9TIA6x3006043 for ; Tue, 29 Oct 2002 10:10: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 g9TIA69P006039; Tue, 29 Oct 2002 10:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B772937B401 for ; Tue, 29 Oct 2002 10:02:28 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6AD43E3B for ; Tue, 29 Oct 2002 10:02:28 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI2S7R000502 for ; Tue, 29 Oct 2002 10:02:28 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI2SNf000501; Tue, 29 Oct 2002 10:02:28 -0800 (PST) Message-Id: <200210291802.g9TI2SNf000501@www.freebsd.org> Date: Tue, 29 Oct 2002 10:02:28 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44603: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44603 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: apollo@backplane.com FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786FA37B401 for ; Tue, 29 Oct 2002 10:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E75243EAC for ; Tue, 29 Oct 2002 10: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 g9TIA8x3006155 for ; Tue, 29 Oct 2002 10: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 g9TIA8fG006154; Tue, 29 Oct 2002 10:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B912937B401 for ; Tue, 29 Oct 2002 10:05:06 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6912643E42 for ; Tue, 29 Oct 2002 10:05:06 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI567R000707 for ; Tue, 29 Oct 2002 10:05:06 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI5634000706; Tue, 29 Oct 2002 10:05:06 -0800 (PST) Message-Id: <200210291805.g9TI5634000706@www.freebsd.org> Date: Tue, 29 Oct 2002 10:05:06 -0800 (PST) From: Bill Fuckerola To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44608: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44608 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bill Fuckerola >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: Phuck_Phumerola FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE32937B407 for ; Tue, 29 Oct 2002 10:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2486943E4A for ; Tue, 29 Oct 2002 10: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 g9TIA6x3006077 for ; Tue, 29 Oct 2002 10:10: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 g9TIA6m0006076; Tue, 29 Oct 2002 10:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7319337B401 for ; Tue, 29 Oct 2002 10:03:03 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2100043E42 for ; Tue, 29 Oct 2002 10:03:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI337R000525 for ; Tue, 29 Oct 2002 10:03:03 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI320m000524; Tue, 29 Oct 2002 10:03:02 -0800 (PST) Message-Id: <200210291803.g9TI320m000524@www.freebsd.org> Date: Tue, 29 Oct 2002 10:03:02 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44604: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44604 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: apollo@backplane.com FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1AF37B428 for ; Tue, 29 Oct 2002 10:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DDD43E9C for ; Tue, 29 Oct 2002 10: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 g9TIA7x3006126 for ; Tue, 29 Oct 2002 10: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 g9TIA7qN006125; Tue, 29 Oct 2002 10:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC3537B401 for ; Tue, 29 Oct 2002 10:03:58 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EC343E6E for ; Tue, 29 Oct 2002 10:03:57 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI3v7R000597 for ; Tue, 29 Oct 2002 10:03:57 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI3vpp000596; Tue, 29 Oct 2002 10:03:57 -0800 (PST) Message-Id: <200210291803.g9TI3vpp000596@www.freebsd.org> Date: Tue, 29 Oct 2002 10:03:57 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44606: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44606 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: apollo@backplane.com FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B8737B42A for ; Tue, 29 Oct 2002 10:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 420B343EB7 for ; Tue, 29 Oct 2002 10: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 g9TIA8x3006168 for ; Tue, 29 Oct 2002 10: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 g9TIA8Vr006167; Tue, 29 Oct 2002 10:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6371137B401 for ; Tue, 29 Oct 2002 10:05:41 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25A443E4A for ; Tue, 29 Oct 2002 10:05:40 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI5e7R000780 for ; Tue, 29 Oct 2002 10:05:40 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI5ebi000779; Tue, 29 Oct 2002 10:05:40 -0800 (PST) Message-Id: <200210291805.g9TI5ebi000779@www.freebsd.org> Date: Tue, 29 Oct 2002 10:05:40 -0800 (PST) From: Bill Fuckerola To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44609: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44609 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bill Fuckerola >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: Phuck_Phumerola FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC1E37B406 for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFD643ED4 for ; Tue, 29 Oct 2002 10: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 g9TIA9x3006220 for ; Tue, 29 Oct 2002 10: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 g9TIA9Bq006219; Tue, 29 Oct 2002 10:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3430E37B401 for ; Tue, 29 Oct 2002 10:07:23 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D616E43E7B for ; Tue, 29 Oct 2002 10:07:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI7M7R000982 for ; Tue, 29 Oct 2002 10:07:22 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI7MZU000981; Tue, 29 Oct 2002 10:07:22 -0800 (PST) Message-Id: <200210291807.g9TI7MZU000981@www.freebsd.org> Date: Tue, 29 Oct 2002 10:07:22 -0800 (PST) From: Alfred Perforcestein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44613: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44613 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred Perforcestein >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: drunkard FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BF737B410 for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C1943EB1 for ; Tue, 29 Oct 2002 10: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 g9TIA8x3006142 for ; Tue, 29 Oct 2002 10: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 g9TIA8vp006141; Tue, 29 Oct 2002 10:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A31037B401 for ; Tue, 29 Oct 2002 10:04:17 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1938443E75 for ; Tue, 29 Oct 2002 10:04:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI4G7R000604 for ; Tue, 29 Oct 2002 10:04:16 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI4GV5000603; Tue, 29 Oct 2002 10:04:16 -0800 (PST) Message-Id: <200210291804.g9TI4GV5000603@www.freebsd.org> Date: Tue, 29 Oct 2002 10:04:16 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44607: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44607 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: apollo@backplane.com FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8790437B40F for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A11343E3B for ; Tue, 29 Oct 2002 10: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 g9TIA9x3006207 for ; Tue, 29 Oct 2002 10: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 g9TIA9f8006206; Tue, 29 Oct 2002 10:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9809E37B401 for ; Tue, 29 Oct 2002 10:07:05 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4582643E42 for ; Tue, 29 Oct 2002 10:07:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI757R000927 for ; Tue, 29 Oct 2002 10:07:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI75fT000926; Tue, 29 Oct 2002 10:07:05 -0800 (PST) Message-Id: <200210291807.g9TI75fT000926@www.freebsd.org> Date: Tue, 29 Oct 2002 10:07:05 -0800 (PST) From: Alfred Perforcestein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44612: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44612 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred Perforcestein >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: drunkard FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 999AD37B416 for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AD843E7B for ; Tue, 29 Oct 2002 10: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 g9TIABx3006279 for ; Tue, 29 Oct 2002 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 g9TIAB7i006276; Tue, 29 Oct 2002 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 7CDC037B401 for ; Tue, 29 Oct 2002 10:08:21 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FFA743E77 for ; Tue, 29 Oct 2002 10:08:20 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI8K7R001211 for ; Tue, 29 Oct 2002 10:08:20 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI8Jk6001210; Tue, 29 Oct 2002 10:08:19 -0800 (PST) Message-Id: <200210291808.g9TI8Jk6001210@www.freebsd.org> Date: Tue, 29 Oct 2002 10:08:19 -0800 (PST) From: Alfred Perforcestein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44616: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44616 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred Perforcestein >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: drunkard FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF6937B408 for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2989743EAA for ; Tue, 29 Oct 2002 10: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 g9TIABx3006310 for ; Tue, 29 Oct 2002 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 g9TIABIG006303; Tue, 29 Oct 2002 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 E229B37B401 for ; Tue, 29 Oct 2002 10:08:46 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F83F43E8A for ; Tue, 29 Oct 2002 10:08:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI8j7R001273 for ; Tue, 29 Oct 2002 10:08:46 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI8j69001272; Tue, 29 Oct 2002 10:08:45 -0800 (PST) Message-Id: <200210291808.g9TI8j69001272@www.freebsd.org> Date: Tue, 29 Oct 2002 10:08:45 -0800 (PST) From: Alfred Perforcestein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44617: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44617 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred Perforcestein >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: drunkard FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAC337B419 for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E5C343E42 for ; Tue, 29 Oct 2002 10: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 g9TIA9x3006194 for ; Tue, 29 Oct 2002 10: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 g9TIA9hb006193; Tue, 29 Oct 2002 10:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6DC37B401 for ; Tue, 29 Oct 2002 10:06:18 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6A643E4A for ; Tue, 29 Oct 2002 10:06:18 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI6H7R000833 for ; Tue, 29 Oct 2002 10:06:17 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI6HsB000832; Tue, 29 Oct 2002 10:06:17 -0800 (PST) Message-Id: <200210291806.g9TI6HsB000832@www.freebsd.org> Date: Tue, 29 Oct 2002 10:06:17 -0800 (PST) From: Bill Fuckerola To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44611: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44611 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bill Fuckerola >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: Phuck_Phumerola FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DD937B435 for ; Tue, 29 Oct 2002 10:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09FD743ECF for ; Tue, 29 Oct 2002 10: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 g9TIA9x3006181 for ; Tue, 29 Oct 2002 10: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 g9TIA8c5006180; Tue, 29 Oct 2002 10:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A83EC37B401 for ; Tue, 29 Oct 2002 10:06:03 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E1C343E91 for ; Tue, 29 Oct 2002 10:06:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI637R000794 for ; Tue, 29 Oct 2002 10:06:03 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI63ME000793; Tue, 29 Oct 2002 10:06:03 -0800 (PST) Message-Id: <200210291806.g9TI63ME000793@www.freebsd.org> Date: Tue, 29 Oct 2002 10:06:03 -0800 (PST) From: Bill Fuckerola To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44610: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44610 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bill Fuckerola >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: Phuck_Phumerola FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1466437B436 for ; Tue, 29 Oct 2002 10:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5294E43EDA for ; Tue, 29 Oct 2002 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 g9TIAAx3006233 for ; Tue, 29 Oct 2002 10: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 g9TIAAYc006232; Tue, 29 Oct 2002 10:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F75D37B401 for ; Tue, 29 Oct 2002 10:07:38 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC4C43E8A for ; Tue, 29 Oct 2002 10:07:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI7b7R001020 for ; Tue, 29 Oct 2002 10:07:37 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI7bx3001019; Tue, 29 Oct 2002 10:07:37 -0800 (PST) Message-Id: <200210291807.g9TI7bx3001019@www.freebsd.org> Date: Tue, 29 Oct 2002 10:07:37 -0800 (PST) From: Alfred Perforcestein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44614: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44614 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred Perforcestein >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: drunkard FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC22237B40E for ; Tue, 29 Oct 2002 10:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB0043EE8 for ; Tue, 29 Oct 2002 10: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 g9TIACx3006335 for ; Tue, 29 Oct 2002 10: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 g9TIAClX006334; Tue, 29 Oct 2002 10:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BD937B401 for ; Tue, 29 Oct 2002 10:09:31 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E0443E75 for ; Tue, 29 Oct 2002 10:09:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI9V7R001373 for ; Tue, 29 Oct 2002 10:09:31 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI9VaZ001372; Tue, 29 Oct 2002 10:09:31 -0800 (PST) Message-Id: <200210291809.g9TI9VaZ001372@www.freebsd.org> Date: Tue, 29 Oct 2002 10:09:31 -0800 (PST) From: Fuck Mavetju To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44618: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44618 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Fuck Mavetju >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: mavetju FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:10:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9BD37B40D for ; Tue, 29 Oct 2002 10:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A1D043EDE for ; Tue, 29 Oct 2002 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 g9TIABx3006254 for ; Tue, 29 Oct 2002 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 g9TIABM6006253; Tue, 29 Oct 2002 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 BBD1B37B401 for ; Tue, 29 Oct 2002 10:08:03 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A39143E7B for ; Tue, 29 Oct 2002 10:08:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TI827R001156 for ; Tue, 29 Oct 2002 10:08:02 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TI82wW001155; Tue, 29 Oct 2002 10:08:02 -0800 (PST) Message-Id: <200210291808.g9TI82wW001155@www.freebsd.org> Date: Tue, 29 Oct 2002 10:08:02 -0800 (PST) From: Alfred Perforcestein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44615: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44615 >Category: ports >Synopsis: FreeBSD 5.0 is PURE SHIT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:10:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred Perforcestein >Release: FreeBSD 5.0-CURRENT >Organization: >Environment: drunkard FreeBSD 5.0-CURRENT >Description: This thing is PURE SHIT, I mean, OpenBSD is a damned joke and Linux is simply pathetic, but this is PURE SHIT. >How-To-Repeat: Install the recent 5.0 snapshot (it finally builds after 1 month!!!) >Fix: Install Windows XP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:13:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6ED637B401; Tue, 29 Oct 2002 10:13:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9D743E91; Tue, 29 Oct 2002 10:13:37 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIDbx3009568; Tue, 29 Oct 2002 10:13:37 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIDbqI009564; Tue, 29 Oct 2002 10:13:37 -0800 (PST) Date: Tue, 29 Oct 2002 10:13:37 -0800 (PST) From: Matt Dillon Message-Id: <200210291813.g9TIDbqI009564@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44602: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:12:25 PST 2002 State-Changed-Why: Close bug report filed by some crazy bozo who doesn't have a life and likes to forge emails. http://www.freebsd.org/cgi/query-pr.cgi?pr=44602 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:13:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E48C37B401; Tue, 29 Oct 2002 10:13:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C571E43E7B; Tue, 29 Oct 2002 10:13:52 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIDqx3009626; Tue, 29 Oct 2002 10:13:52 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIDqt5009622; Tue, 29 Oct 2002 10:13:52 -0800 (PST) Date: Tue, 29 Oct 2002 10:13:52 -0800 (PST) From: Matt Dillon Message-Id: <200210291813.g9TIDqt5009622@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44603: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:13:47 PST 2002 State-Changed-Why: Close bug report filed by some crazy bozo who doesn't have a life and likes to forge emails. http://www.freebsd.org/cgi/query-pr.cgi?pr=44603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:14:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FB237B401; Tue, 29 Oct 2002 10:14:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A4D43E77; Tue, 29 Oct 2002 10:14:35 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIEZx3009729; Tue, 29 Oct 2002 10:14:35 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIEZNU009725; Tue, 29 Oct 2002 10:14:35 -0800 (PST) Date: Tue, 29 Oct 2002 10:14:35 -0800 (PST) From: Matt Dillon Message-Id: <200210291814.g9TIEZNU009725@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44604: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:14:30 PST 2002 State-Changed-Why: Close bug report filed by some crazy bozo who doesn't have a life and likes to forge emails. http://www.freebsd.org/cgi/query-pr.cgi?pr=44604 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:14:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D0837B401; Tue, 29 Oct 2002 10:14:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5791A43E6E; Tue, 29 Oct 2002 10:14:50 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIEox3009779; Tue, 29 Oct 2002 10:14:50 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIEoSI009775; Tue, 29 Oct 2002 10:14:50 -0800 (PST) Date: Tue, 29 Oct 2002 10:14:50 -0800 (PST) From: Matt Dillon Message-Id: <200210291814.g9TIEoSI009775@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44605: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:14:42 PST 2002 State-Changed-Why: Close bug report filed by some crazy bozo who doesn't have a life and likes to forge emails. http://www.freebsd.org/cgi/query-pr.cgi?pr=44605 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:15:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FDB537B47C; Tue, 29 Oct 2002 10:15:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1388943E6E; Tue, 29 Oct 2002 10:15:14 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFDx3009841; Tue, 29 Oct 2002 10:15:13 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFDl2009837; Tue, 29 Oct 2002 10:15:13 -0800 (PST) Date: Tue, 29 Oct 2002 10:15:13 -0800 (PST) From: Matt Dillon Message-Id: <200210291815.g9TIFDl2009837@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44606: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:15:03 PST 2002 State-Changed-Why: Close bug report filed by some crazy bozo who doesn't have a life and likes to forge emails. http://www.freebsd.org/cgi/query-pr.cgi?pr=44606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:15:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 972B037B401; Tue, 29 Oct 2002 10:15:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF95943E8A; Tue, 29 Oct 2002 10:15:24 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFOx3009890; Tue, 29 Oct 2002 10:15:24 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFOWA009886; Tue, 29 Oct 2002 10:15:24 -0800 (PST) Date: Tue, 29 Oct 2002 10:15:24 -0800 (PST) From: Matt Dillon Message-Id: <200210291815.g9TIFOWA009886@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44607: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:15:18 PST 2002 State-Changed-Why: Close bug report filed by some crazy bozo who doesn't have a life and likes to forge emails. http://www.freebsd.org/cgi/query-pr.cgi?pr=44607 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:18:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FBB637B407; Tue, 29 Oct 2002 10:18:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F2E43E7B; Tue, 29 Oct 2002 10:18:22 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIIMx3010059; Tue, 29 Oct 2002 10:18:22 -0800 (PST) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIIMM6010055; Tue, 29 Oct 2002 10:18:22 -0800 (PST) Date: Tue, 29 Oct 2002 10:18:22 -0800 (PST) From: Poul-Henning Kamp Message-Id: <200210291818.g9TIIMM6010055@freefall.freebsd.org> To: phk@FreeBSD.org, phk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44601: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Oct 29 10:17:55 PST 2002 State-Changed-Why: Our troll failed the turing test again it seems. http://www.freebsd.org/cgi/query-pr.cgi?pr=44601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8141A37B401 for ; Tue, 29 Oct 2002 10:20:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BCB643E97 for ; Tue, 29 Oct 2002 10:20: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 g9TIK2x3010187 for ; Tue, 29 Oct 2002 10:20: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 g9TIK2W8010186; Tue, 29 Oct 2002 10:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA16A37B401 for ; Tue, 29 Oct 2002 10:14:56 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9861E43E77 for ; Tue, 29 Oct 2002 10:14:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIEu7R001899 for ; Tue, 29 Oct 2002 10:14:56 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIEukK001898; Tue, 29 Oct 2002 10:14:56 -0800 (PST) Message-Id: <200210291814.g9TIEukK001898@www.freebsd.org> Date: Tue, 29 Oct 2002 10:14:56 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44620: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44620 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D24337B404 for ; Tue, 29 Oct 2002 10:20:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E6743E9E for ; Tue, 29 Oct 2002 10:20: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 g9TIK2x3010200 for ; Tue, 29 Oct 2002 10:20: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 g9TIK2MA010199; Tue, 29 Oct 2002 10:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A357037B401 for ; Tue, 29 Oct 2002 10:15:05 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C8243E42 for ; Tue, 29 Oct 2002 10:15:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIF57R002050 for ; Tue, 29 Oct 2002 10:15:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIF55I002048; Tue, 29 Oct 2002 10:15:05 -0800 (PST) Message-Id: <200210291815.g9TIF55I002048@www.freebsd.org> Date: Tue, 29 Oct 2002 10:15:05 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44621: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44621 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3907D37B406 for ; Tue, 29 Oct 2002 10:20:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05BD43E8A for ; Tue, 29 Oct 2002 10: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 g9TIK1x3010174 for ; Tue, 29 Oct 2002 10:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIK1Xw010173; Tue, 29 Oct 2002 10:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551DF37B406 for ; Tue, 29 Oct 2002 10:10:46 -0800 (PST) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA76243E6E for ; Tue, 29 Oct 2002 10:10:44 -0800 (PST) (envelope-from munish@opiate.thirteenandtwo.org) Received: from opiate.thirteenandtwo.org (munish@localhost.thirteenandtwo.org [127.0.0.1]) by opiate.thirteenandtwo.org (8.12.6/8.12.6) with ESMTP id g9TIAcG5050511 for ; Tue, 29 Oct 2002 13:10:38 -0500 (EST) (envelope-from munish@opiate.thirteenandtwo.org) Received: (from munish@localhost) by opiate.thirteenandtwo.org (8.12.6/8.12.6/Submit) id g9TIAbDd050510; Tue, 29 Oct 2002 13:10:37 -0500 (EST) Message-Id: <200210291810.g9TIAbDd050510@opiate.thirteenandtwo.org> Date: Tue, 29 Oct 2002 13:10:37 -0500 (EST) From: Munish Chopra Reply-To: Munish Chopra To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44619: Add missing option for audio/abcde Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44619 >Category: ports >Synopsis: Add missing option for audio/abcde >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Munish Chopra >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #22: Tue Oct 22 19:22:36 EDT 2002 root@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 >Description: DAGRABOPTS was missing from the abcde.conf patch. Noticed by: Are Bryne >How-To-Repeat: >Fix: --- patch-ab.orig Tue Oct 29 12:57:39 2002 +++ patch-ab Tue Oct 29 13:05:42 2002 @@ -1,5 +1,5 @@ ---- abcde.conf.orig Mon Aug 5 16:38:21 2002 -+++ abcde.conf Mon Aug 5 16:44:55 2002 +--- abcde.conf.orig Tue Oct 29 13:00:04 2002 ++++ abcde.conf Tue Oct 29 13:04:22 2002 @@ -27,7 +27,7 @@ # CD reader program to use - currently recognized options are 'cdparanoia' @@ -18,25 +18,26 @@ #CDDISCID=cd-discid #CDDBTOOL=cddb-tool #EJECT=eject -@@ -71,7 +71,7 @@ +@@ -71,7 +71,8 @@ #ID3V2OPTS= #CDPARANOIAOPTS= #CDDA2WAVOPTS= -#WGETOPTS= ++#DAGRABOPTS= +#FETCHOPTS= #CDDBTOOLOPTS= #EJECTOPTS= #DISTMP3OPTS= -@@ -96,7 +96,7 @@ +@@ -96,7 +97,7 @@ #NOCDDBQUERY=n # CD device you want to read from -#CDROM=/dev/cdrom -+#CDROM=/dev/acd0c ++CDROM=/dev/acd0c # If you'd like to make a default location that overrides the current # directory for putting mp3's, uncomment this. -@@ -115,10 +115,10 @@ +@@ -115,10 +116,10 @@ # OUTPUTTYPE, ALBUMFILE, ARTISTFILE, TRACKFILE, and TRACKNUM. # Make sure to single-quote this variable. abcde will automatically create # the directory portion of this filename. @@ -45,7 +46,7 @@ # Like OUTPUTFORMAT but for Various Artists discs. -#VAOUTPUTFORMAT='${ARTISTFILE}/${TRACKFILE}.${OUTPUTTYPE}' -+#VAOUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}.${OUTPUTTYPE}' ++VAOUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}.${OUTPUTTYPE}' # Define how many encoders to run at once. This makes for huge speedups # on SMP systems. Defaults to 1. Equivalent to -j. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CBE737B404; Tue, 29 Oct 2002 10:20:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0BD43EE1; Tue, 29 Oct 2002 10:20:07 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIK7x3010413; Tue, 29 Oct 2002 10:20:07 -0800 (PST) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIK7vU010409; Tue, 29 Oct 2002 10:20:07 -0800 (PST) Date: Tue, 29 Oct 2002 10:20:07 -0800 (PST) From: Poul-Henning Kamp Message-Id: <200210291820.g9TIK7vU010409@freefall.freebsd.org> To: phk@FreeBSD.org, phk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44599: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Oct 29 10:19:29 PST 2002 State-Changed-Why: seems our troll failed even the re-examination. http://www.freebsd.org/cgi/query-pr.cgi?pr=44599 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 460C037B40B for ; Tue, 29 Oct 2002 10:20:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D5043EA9 for ; Tue, 29 Oct 2002 10:20: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 g9TIK2x3010213 for ; Tue, 29 Oct 2002 10:20: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 g9TIK2fr010212; Tue, 29 Oct 2002 10:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AAB37B409 for ; Tue, 29 Oct 2002 10:15:13 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31A043E6E for ; Tue, 29 Oct 2002 10:15:12 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFC7R002068 for ; Tue, 29 Oct 2002 10:15:12 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFCZg002067; Tue, 29 Oct 2002 10:15:12 -0800 (PST) Message-Id: <200210291815.g9TIFCZg002067@www.freebsd.org> Date: Tue, 29 Oct 2002 10:15:12 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44622: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44622 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 836D837B408 for ; Tue, 29 Oct 2002 10:20:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DF043EB3 for ; Tue, 29 Oct 2002 10: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 g9TIK3x3010226 for ; Tue, 29 Oct 2002 10: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 g9TIK3IJ010225; Tue, 29 Oct 2002 10:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA2237B407 for ; Tue, 29 Oct 2002 10:15:19 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366B043E97 for ; Tue, 29 Oct 2002 10:15:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFJ7R002088 for ; Tue, 29 Oct 2002 10:15:19 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFJl4002087; Tue, 29 Oct 2002 10:15:19 -0800 (PST) Message-Id: <200210291815.g9TIFJl4002087@www.freebsd.org> Date: Tue, 29 Oct 2002 10:15:19 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44623: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44623 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A1637B409 for ; Tue, 29 Oct 2002 10:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF8A43EBE for ; Tue, 29 Oct 2002 10: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 g9TIK3x3010239 for ; Tue, 29 Oct 2002 10: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 g9TIK3g6010238; Tue, 29 Oct 2002 10:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D9CD37B401 for ; Tue, 29 Oct 2002 10:15:26 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C6543EA3 for ; Tue, 29 Oct 2002 10:15:25 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFP7R002131 for ; Tue, 29 Oct 2002 10:15:25 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFPWR002130; Tue, 29 Oct 2002 10:15:25 -0800 (PST) Message-Id: <200210291815.g9TIFPWR002130@www.freebsd.org> Date: Tue, 29 Oct 2002 10:15:25 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44624: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44624 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB32637B42C for ; Tue, 29 Oct 2002 10:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6498743E42 for ; Tue, 29 Oct 2002 10: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 g9TIK3x3010252 for ; Tue, 29 Oct 2002 10: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 g9TIK3Ax010251; Tue, 29 Oct 2002 10:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E7337B401 for ; Tue, 29 Oct 2002 10:15:32 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCDC43E7B for ; Tue, 29 Oct 2002 10:15:32 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFW7R002138 for ; Tue, 29 Oct 2002 10:15:32 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFWb3002137; Tue, 29 Oct 2002 10:15:32 -0800 (PST) Message-Id: <200210291815.g9TIFWb3002137@www.freebsd.org> Date: Tue, 29 Oct 2002 10:15:32 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44625: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44625 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 855E237B432 for ; Tue, 29 Oct 2002 10:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7507443E3B for ; Tue, 29 Oct 2002 10: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 g9TIK4x3010278 for ; Tue, 29 Oct 2002 10: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 g9TIK4DK010277; Tue, 29 Oct 2002 10:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1364E37B401 for ; Tue, 29 Oct 2002 10:16:52 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B662E43E3B for ; Tue, 29 Oct 2002 10:16:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIGp7R002278 for ; Tue, 29 Oct 2002 10:16:51 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIGpgt002277; Tue, 29 Oct 2002 10:16:51 -0800 (PST) Message-Id: <200210291816.g9TIGpgt002277@www.freebsd.org> Date: Tue, 29 Oct 2002 10:16:51 -0800 (PST) From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44627: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44627 >Category: ports >Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK THIS PIECE OF SHIT! >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows ME!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B390137B43A for ; Tue, 29 Oct 2002 10:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCC443ED8 for ; Tue, 29 Oct 2002 10: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 g9TIK5x3010299 for ; Tue, 29 Oct 2002 10: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 g9TIK5AL010298; Tue, 29 Oct 2002 10:20:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E12437B401 for ; Tue, 29 Oct 2002 10:17:52 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF89743E75 for ; Tue, 29 Oct 2002 10:17:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIHp7R002353 for ; Tue, 29 Oct 2002 10:17:51 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIHpKr002352; Tue, 29 Oct 2002 10:17:51 -0800 (PST) Message-Id: <200210291817.g9TIHpKr002352@www.freebsd.org> Date: Tue, 29 Oct 2002 10:17:51 -0800 (PST) From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44628: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44628 >Category: ports >Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK THIS PIECE OF SHIT! >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows ME!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C149E37B442 for ; Tue, 29 Oct 2002 10:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0DC43ECF for ; Tue, 29 Oct 2002 10: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 g9TIK3x3010265 for ; Tue, 29 Oct 2002 10: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 g9TIK3Ff010264; Tue, 29 Oct 2002 10:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1C637B404 for ; Tue, 29 Oct 2002 10:15:39 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA1B43E8A for ; Tue, 29 Oct 2002 10:15:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIFd7R002151 for ; Tue, 29 Oct 2002 10:15:39 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIFdO3002150; Tue, 29 Oct 2002 10:15:39 -0800 (PST) Message-Id: <200210291815.g9TIFdO3002150@www.freebsd.org> Date: Tue, 29 Oct 2002 10:15:39 -0800 (PST) From: Will Andrews To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44626: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44626 >Category: ports >Synopsis: FreeBSD 5.0 is SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 5.0-CURRENT >Organization: Deaf, Inc >Environment: deaf FreeBSD 5.0-CURRENT >Description: try this... will@puck% ls -la Segmentation Fault - Core Dumped >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows 2000!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2447A37B435 for ; Tue, 29 Oct 2002 10:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7BC43E4A for ; Tue, 29 Oct 2002 10: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 g9TIK5x3010324 for ; Tue, 29 Oct 2002 10: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 g9TIK5MU010323; Tue, 29 Oct 2002 10:20:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55AAD37B401 for ; Tue, 29 Oct 2002 10:17:59 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD94643E8A for ; Tue, 29 Oct 2002 10:17:58 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIHw7R002360 for ; Tue, 29 Oct 2002 10:17:58 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIHwGw002359; Tue, 29 Oct 2002 10:17:58 -0800 (PST) Message-Id: <200210291817.g9TIHwGw002359@www.freebsd.org> Date: Tue, 29 Oct 2002 10:17:58 -0800 (PST) From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44629: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44629 >Category: ports >Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK THIS PIECE OF SHIT! >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows ME!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2606037B412 for ; Tue, 29 Oct 2002 10:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F1543EAC for ; Tue, 29 Oct 2002 10: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 g9TIK7x3010449 for ; Tue, 29 Oct 2002 10: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 g9TIK73g010448; Tue, 29 Oct 2002 10:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F6B37B401 for ; Tue, 29 Oct 2002 10:19:31 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AF543E4A for ; Tue, 29 Oct 2002 10:19:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIJV7R002457 for ; Tue, 29 Oct 2002 10:19:31 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIJVOW002456; Tue, 29 Oct 2002 10:19:31 -0800 (PST) Message-Id: <200210291819.g9TIJVOW002456@www.freebsd.org> Date: Tue, 29 Oct 2002 10:19:31 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44633: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44633 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E430737B406 for ; Tue, 29 Oct 2002 10:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268EF43E7B for ; Tue, 29 Oct 2002 10: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 g9TIK7x3010426 for ; Tue, 29 Oct 2002 10: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 g9TIK7hZ010425; Tue, 29 Oct 2002 10:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0577237B401 for ; Tue, 29 Oct 2002 10:18:34 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 563D943E88 for ; Tue, 29 Oct 2002 10:18:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIIX7R002401 for ; Tue, 29 Oct 2002 10:18:33 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIIXkU002400; Tue, 29 Oct 2002 10:18:33 -0800 (PST) Message-Id: <200210291818.g9TIIXkU002400@www.freebsd.org> Date: Tue, 29 Oct 2002 10:18:33 -0800 (PST) From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44632: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44632 >Category: ports >Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK THIS PIECE OF SHIT! >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows ME!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA2337B415 for ; Tue, 29 Oct 2002 10:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CFB43E9C for ; Tue, 29 Oct 2002 10: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 g9TIK6x3010378 for ; Tue, 29 Oct 2002 10:20: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 g9TIK6nW010346; Tue, 29 Oct 2002 10:20:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 767CB37B401 for ; Tue, 29 Oct 2002 10:18:05 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2398C43E88 for ; Tue, 29 Oct 2002 10:18:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TII57R002365 for ; Tue, 29 Oct 2002 10:18:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TII4To002364; Tue, 29 Oct 2002 10:18:04 -0800 (PST) Message-Id: <200210291818.g9TII4To002364@www.freebsd.org> Date: Tue, 29 Oct 2002 10:18:04 -0800 (PST) From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44630: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44630 >Category: ports >Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK THIS PIECE OF SHIT! >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows ME!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A5A37B404 for ; Tue, 29 Oct 2002 10:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0B443EDE for ; Tue, 29 Oct 2002 10: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 g9TIK7x3010399 for ; Tue, 29 Oct 2002 10: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 g9TIK7bf010398; Tue, 29 Oct 2002 10:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B12B37B401 for ; Tue, 29 Oct 2002 10:18:13 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1743643E77 for ; Tue, 29 Oct 2002 10:18:13 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIIC7R002370 for ; Tue, 29 Oct 2002 10:18:12 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIICGe002369; Tue, 29 Oct 2002 10:18:12 -0800 (PST) Message-Id: <200210291818.g9TIICGe002369@www.freebsd.org> Date: Tue, 29 Oct 2002 10:18:12 -0800 (PST) From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44631: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44631 >Category: ports >Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK THIS PIECE OF SHIT! >How-To-Repeat: This thing is PURE SHIT, worse than that shitty OpenBSD junk! >Fix: Install Windows ME!!!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508FC37B407 for ; Tue, 29 Oct 2002 10:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501D843EE5 for ; Tue, 29 Oct 2002 10: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 g9TIK8x3010478 for ; Tue, 29 Oct 2002 10: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 g9TIK8hK010477; Tue, 29 Oct 2002 10:20:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BDB37B401 for ; Tue, 29 Oct 2002 10:19:38 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1614443E6E for ; Tue, 29 Oct 2002 10:19:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIJb7R002464 for ; Tue, 29 Oct 2002 10:19:37 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIJbHi002463; Tue, 29 Oct 2002 10:19:37 -0800 (PST) Message-Id: <200210291819.g9TIJbHi002463@www.freebsd.org> Date: Tue, 29 Oct 2002 10:19:37 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44634: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44634 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6438537B416 for ; Tue, 29 Oct 2002 10:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C4E43EE6 for ; Tue, 29 Oct 2002 10: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 g9TIK8x3010494 for ; Tue, 29 Oct 2002 10: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 g9TIK84b010493; Tue, 29 Oct 2002 10:20:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0AD37B401 for ; Tue, 29 Oct 2002 10:19:45 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFE543E4A for ; Tue, 29 Oct 2002 10:19:45 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIJi7R002481 for ; Tue, 29 Oct 2002 10:19:44 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIJis8002480; Tue, 29 Oct 2002 10:19:44 -0800 (PST) Message-Id: <200210291819.g9TIJis8002480@www.freebsd.org> Date: Tue, 29 Oct 2002 10:19:44 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44635: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44635 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:20:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC6537B40D for ; Tue, 29 Oct 2002 10:20:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6619843EEF for ; Tue, 29 Oct 2002 10: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 g9TIK9x3010507 for ; Tue, 29 Oct 2002 10: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 g9TIK97t010506; Tue, 29 Oct 2002 10:20:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B11937B401 for ; Tue, 29 Oct 2002 10:19:51 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC0443E3B for ; Tue, 29 Oct 2002 10:19:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIJp7R002498 for ; Tue, 29 Oct 2002 10:19:51 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIJp5v002497; Tue, 29 Oct 2002 10:19:51 -0800 (PST) Message-Id: <200210291819.g9TIJp5v002497@www.freebsd.org> Date: Tue, 29 Oct 2002 10:19:51 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44636: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44636 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:20:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:21:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AF637B401; Tue, 29 Oct 2002 10:21:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C4A43E4A; Tue, 29 Oct 2002 10:21:29 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TILTx3013687; Tue, 29 Oct 2002 10:21:29 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TILT6U013682; Tue, 29 Oct 2002 10:21:29 -0800 (PST) Date: Tue, 29 Oct 2002 10:21:29 -0800 (PST) From: Adam Weinberger Message-Id: <200210291821.g9TILT6U013682@freefall.freebsd.org> To: phk@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44596: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:21:06 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44596 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:21:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4233037B404; Tue, 29 Oct 2002 10:21:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D5943E4A; Tue, 29 Oct 2002 10:21:40 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TILex3013812; Tue, 29 Oct 2002 10:21:40 -0800 (PST) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TILeUZ013808; Tue, 29 Oct 2002 10:21:40 -0800 (PST) Date: Tue, 29 Oct 2002 10:21:40 -0800 (PST) From: Poul-Henning Kamp Message-Id: <200210291821.g9TILeUZ013808@freefall.freebsd.org> To: phk@FreeBSD.org, phk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44600: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Oct 29 10:20:40 PST 2002 State-Changed-Why: Or maybe the troll has the delerium shakes ? http://www.freebsd.org/cgi/query-pr.cgi?pr=44600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:21:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A76437B401; Tue, 29 Oct 2002 10:21:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87CD343E75; Tue, 29 Oct 2002 10:21:52 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TILqx3013871; Tue, 29 Oct 2002 10:21:52 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TILqGq013867; Tue, 29 Oct 2002 10:21:52 -0800 (PST) Date: Tue, 29 Oct 2002 10:21:52 -0800 (PST) From: Adam Weinberger Message-Id: <200210291821.g9TILqGq013867@freefall.freebsd.org> To: phk@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44597: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:21:35 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44597 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:22:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F7A37B401; Tue, 29 Oct 2002 10:22:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C1743E42; Tue, 29 Oct 2002 10:22:13 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMDx3013995; Tue, 29 Oct 2002 10:22:13 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMDaL013991; Tue, 29 Oct 2002 10:22:13 -0800 (PST) Date: Tue, 29 Oct 2002 10:22:13 -0800 (PST) From: Adam Weinberger Message-Id: <200210291822.g9TIMDaL013991@freefall.freebsd.org> To: phk@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44598: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:21:59 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44598 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:22:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5836C37B401; Tue, 29 Oct 2002 10:22:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D068B43E4A; Tue, 29 Oct 2002 10:22:51 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMpx3014110; Tue, 29 Oct 2002 10:22:51 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMpLk014106; Tue, 29 Oct 2002 10:22:51 -0800 (PST) Date: Tue, 29 Oct 2002 10:22:51 -0800 (PST) From: Adam Weinberger Message-Id: <200210291822.g9TIMpLk014106@freefall.freebsd.org> To: billf@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44608: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:22:37 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:23:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9CB37B401; Tue, 29 Oct 2002 10:23:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF8643E7B; Tue, 29 Oct 2002 10:23:10 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINAx3014169; Tue, 29 Oct 2002 10:23:10 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TINA5J014165; Tue, 29 Oct 2002 10:23:10 -0800 (PST) Date: Tue, 29 Oct 2002 10:23:10 -0800 (PST) From: Adam Weinberger Message-Id: <200210291823.g9TINA5J014165@freefall.freebsd.org> To: billf@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44609: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:22:54 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44609 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:23:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF5237B426; Tue, 29 Oct 2002 10:23:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78C443E77; Tue, 29 Oct 2002 10:23:13 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINDx3014189; Tue, 29 Oct 2002 10:23:13 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TINDr5014185; Tue, 29 Oct 2002 10:23:13 -0800 (PST) Date: Tue, 29 Oct 2002 10:23:13 -0800 (PST) From: Matt Dillon Message-Id: <200210291823.g9TINDr5014185@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44634: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:21:43 PST 2002 State-Changed-Why: Close bug report made by some poor dweeb who is apparently not operating on all thrusters. http://www.freebsd.org/cgi/query-pr.cgi?pr=44634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:23:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8797937B401; Tue, 29 Oct 2002 10:23:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4E643E3B; Tue, 29 Oct 2002 10:23:26 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINQx3014246; Tue, 29 Oct 2002 10:23:26 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TINQpI014242; Tue, 29 Oct 2002 10:23:26 -0800 (PST) Date: Tue, 29 Oct 2002 10:23:26 -0800 (PST) From: Matt Dillon Message-Id: <200210291823.g9TINQpI014242@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44635: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:23:19 PST 2002 State-Changed-Why: Close bug report made by some poor dweeb who is apparently not operating on all thrusters. http://www.freebsd.org/cgi/query-pr.cgi?pr=44635 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:23:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D5D37B401; Tue, 29 Oct 2002 10:23:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3CC43E6E; Tue, 29 Oct 2002 10:23:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINVx3014291; Tue, 29 Oct 2002 10:23:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TINVYw014287; Tue, 29 Oct 2002 10:23:31 -0800 (PST) Date: Tue, 29 Oct 2002 10:23:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210291823.g9TINVYw014287@freefall.freebsd.org> To: billf@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44610: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:23:17 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44610 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:23:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82B6737B404; Tue, 29 Oct 2002 10:23:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2342543E42; Tue, 29 Oct 2002 10:23:34 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINXx3014323; Tue, 29 Oct 2002 10:23:34 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TINXJT014319; Tue, 29 Oct 2002 10:23:33 -0800 (PST) Date: Tue, 29 Oct 2002 10:23:33 -0800 (PST) From: Matt Dillon Message-Id: <200210291823.g9TINXJT014319@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44636: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:23:29 PST 2002 State-Changed-Why: Close bug report made by some poor dweeb who is apparently not operating on all thrusters. http://www.freebsd.org/cgi/query-pr.cgi?pr=44636 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:23:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E0437B401; Tue, 29 Oct 2002 10:23:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C69A43E6E; Tue, 29 Oct 2002 10:23:54 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINsx3014384; Tue, 29 Oct 2002 10:23:54 -0800 (PST) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TINsmf014380; Tue, 29 Oct 2002 10:23:54 -0800 (PST) Date: Tue, 29 Oct 2002 10:23:54 -0800 (PST) From: Matt Dillon Message-Id: <200210291823.g9TINsmf014380@freefall.freebsd.org> To: dillon@FreeBSD.org, dillon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44633: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: dillon State-Changed-When: Tue Oct 29 10:23:45 PST 2002 State-Changed-Why: Close bug report made by some poor dweeb who is apparently not operating on all thrusters. http://www.freebsd.org/cgi/query-pr.cgi?pr=44633 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:24:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CBB37B401; Tue, 29 Oct 2002 10:24:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D9943E7B; Tue, 29 Oct 2002 10:24:15 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIOFx3014476; Tue, 29 Oct 2002 10:24:15 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIOFsn014472; Tue, 29 Oct 2002 10:24:15 -0800 (PST) Date: Tue, 29 Oct 2002 10:24:15 -0800 (PST) From: Adam Weinberger Message-Id: <200210291824.g9TIOFsn014472@freefall.freebsd.org> To: billf@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44611: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:24:00 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44611 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:24:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C654037B401; Tue, 29 Oct 2002 10:24:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFAE43E4A; Tue, 29 Oct 2002 10:24:55 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIOtx3014524; Tue, 29 Oct 2002 10:24:55 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIOtcE014520; Tue, 29 Oct 2002 10:24:55 -0800 (PST) Date: Tue, 29 Oct 2002 10:24:55 -0800 (PST) From: Adam Weinberger Message-Id: <200210291824.g9TIOtcE014520@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44612: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:24:40 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44612 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:25:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FEA137B401; Tue, 29 Oct 2002 10:25:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542A343E3B; Tue, 29 Oct 2002 10:25:16 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPGx3014602; Tue, 29 Oct 2002 10:25:16 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPGpV014598; Tue, 29 Oct 2002 10:25:16 -0800 (PST) Date: Tue, 29 Oct 2002 10:25:16 -0800 (PST) From: Adam Weinberger Message-Id: <200210291825.g9TIPGpV014598@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44613: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:24:59 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44613 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:25:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C561A37B401; Tue, 29 Oct 2002 10:25:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A9143E6E; Tue, 29 Oct 2002 10:25:34 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPYx3014652; Tue, 29 Oct 2002 10:25:34 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPYCi014648; Tue, 29 Oct 2002 10:25:34 -0800 (PST) Date: Tue, 29 Oct 2002 10:25:34 -0800 (PST) From: Adam Weinberger Message-Id: <200210291825.g9TIPYCi014648@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44614: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:25:19 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44614 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:25:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34EB937B429; Tue, 29 Oct 2002 10:25:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE51443E75; Tue, 29 Oct 2002 10:25:53 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPrx3014698; Tue, 29 Oct 2002 10:25:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPrp3014694; Tue, 29 Oct 2002 10:25:53 -0800 (PST) Date: Tue, 29 Oct 2002 10:25:53 -0800 (PST) From: Adam Weinberger Message-Id: <200210291825.g9TIPrp3014694@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44615: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:25:38 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44615 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:26:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D9C37B401; Tue, 29 Oct 2002 10:26:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4313443E77; Tue, 29 Oct 2002 10:26:18 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQIx3014743; Tue, 29 Oct 2002 10:26:18 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQIHF014739; Tue, 29 Oct 2002 10:26:18 -0800 (PST) Date: Tue, 29 Oct 2002 10:26:18 -0800 (PST) From: Adam Weinberger Message-Id: <200210291826.g9TIQIHF014739@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44616: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:26:01 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:26:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB27E37B401; Tue, 29 Oct 2002 10:26:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F95843E7B; Tue, 29 Oct 2002 10:26:32 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQWx3014806; Tue, 29 Oct 2002 10:26:32 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQVQW014802; Tue, 29 Oct 2002 10:26:31 -0800 (PST) Date: Tue, 29 Oct 2002 10:26:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210291826.g9TIQVQW014802@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44617: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:26:21 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44617 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:26:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E60737B401; Tue, 29 Oct 2002 10:26:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F0C43E3B; Tue, 29 Oct 2002 10:26:49 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQnx3014861; Tue, 29 Oct 2002 10:26:49 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQnow014857; Tue, 29 Oct 2002 10:26:49 -0800 (PST) Date: Tue, 29 Oct 2002 10:26:49 -0800 (PST) From: Adam Weinberger Message-Id: <200210291826.g9TIQnow014857@freefall.freebsd.org> To: edwin@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44618: FreeBSD 5.0 is PURE SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is PURE SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:26:36 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:27:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F0BB37B401; Tue, 29 Oct 2002 10:27:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89A543E75; Tue, 29 Oct 2002 10:27:27 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIRRx3014950; Tue, 29 Oct 2002 10:27:27 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIRRiu014946; Tue, 29 Oct 2002 10:27:27 -0800 (PST) Date: Tue, 29 Oct 2002 10:27:27 -0800 (PST) From: Adam Weinberger Message-Id: <200210291827.g9TIRRiu014946@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44620: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:27:10 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44620 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:28:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A48C37B401; Tue, 29 Oct 2002 10:28:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B118A43E8A; Tue, 29 Oct 2002 10:28:15 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TISFx3015045; Tue, 29 Oct 2002 10:28:15 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TISFfL015041; Tue, 29 Oct 2002 10:28:15 -0800 (PST) Date: Tue, 29 Oct 2002 10:28:15 -0800 (PST) From: Adam Weinberger Message-Id: <200210291828.g9TISFfL015041@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44621: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:27:51 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:28:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D57637B401; Tue, 29 Oct 2002 10:28:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A2443E75; Tue, 29 Oct 2002 10:28:33 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TISXx3015109; Tue, 29 Oct 2002 10:28:33 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TISXJn015105; Tue, 29 Oct 2002 10:28:33 -0800 (PST) Date: Tue, 29 Oct 2002 10:28:33 -0800 (PST) From: Adam Weinberger Message-Id: <200210291828.g9TISXJn015105@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44622: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:28:19 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44622 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:28:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C5537B401; Tue, 29 Oct 2002 10:28:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1A543E42; Tue, 29 Oct 2002 10:28:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TISux3015203; Tue, 29 Oct 2002 10:28:56 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TISum9015199; Tue, 29 Oct 2002 10:28:56 -0800 (PST) Date: Tue, 29 Oct 2002 10:28:56 -0800 (PST) From: Adam Weinberger Message-Id: <200210291828.g9TISum9015199@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44623: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:28:41 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:29:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31EA537B401; Tue, 29 Oct 2002 10:29:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D888B43E42; Tue, 29 Oct 2002 10:29:12 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITCx3015256; Tue, 29 Oct 2002 10:29:12 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TITCaf015252; Tue, 29 Oct 2002 10:29:12 -0800 (PST) Date: Tue, 29 Oct 2002 10:29:12 -0800 (PST) From: Adam Weinberger Message-Id: <200210291829.g9TITCaf015252@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44624: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:29:00 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44624 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:29:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D512A37B401; Tue, 29 Oct 2002 10:29:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3AC43E6E; Tue, 29 Oct 2002 10:29:27 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITRx3015305; Tue, 29 Oct 2002 10:29:27 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TITR6B015301; Tue, 29 Oct 2002 10:29:27 -0800 (PST) Date: Tue, 29 Oct 2002 10:29:27 -0800 (PST) From: Adam Weinberger Message-Id: <200210291829.g9TITR6B015301@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44625: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:29:15 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44625 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:29:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F69437B401; Tue, 29 Oct 2002 10:29:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A856043E88; Tue, 29 Oct 2002 10:29:44 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITix3015353; Tue, 29 Oct 2002 10:29:44 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TITi5N015349; Tue, 29 Oct 2002 10:29:44 -0800 (PST) Date: Tue, 29 Oct 2002 10:29:44 -0800 (PST) From: Adam Weinberger Message-Id: <200210291829.g9TITi5N015349@freefall.freebsd.org> To: will@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44626: FreeBSD 5.0 is SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:29:31 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44626 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA45E37B404; Tue, 29 Oct 2002 10:29:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD7943E75; Tue, 29 Oct 2002 10:29:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITxx3015399; Tue, 29 Oct 2002 10:29:59 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TITxQV015395; Tue, 29 Oct 2002 10:29:59 -0800 (PST) Date: Tue, 29 Oct 2002 10:29:59 -0800 (PST) From: Adam Weinberger Message-Id: <200210291829.g9TITxQV015395@freefall.freebsd.org> To: obrien@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44627: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:29:47 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44627 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B867C37B401 for ; Tue, 29 Oct 2002 10:30:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83EB43E7B for ; Tue, 29 Oct 2002 10:30: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 g9TIU1x3015432 for ; Tue, 29 Oct 2002 10:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIU1Iw015431; Tue, 29 Oct 2002 10:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B4F37B401 for ; Tue, 29 Oct 2002 10:20:07 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 072C343EAA for ; Tue, 29 Oct 2002 10:20:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIK27R002561 for ; Tue, 29 Oct 2002 10:20:02 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIK2ra002560; Tue, 29 Oct 2002 10:20:02 -0800 (PST) Message-Id: <200210291820.g9TIK2ra002560@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:02 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44637: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44637 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FCD37B404 for ; Tue, 29 Oct 2002 10:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3711D43E6E for ; Tue, 29 Oct 2002 10: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 g9TIU2x3015445 for ; Tue, 29 Oct 2002 10: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 g9TIU2SE015444; Tue, 29 Oct 2002 10:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7710337B401 for ; Tue, 29 Oct 2002 10:20:18 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D87543EF1 for ; Tue, 29 Oct 2002 10:20:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIK97R002570 for ; Tue, 29 Oct 2002 10:20:09 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIK9GU002569; Tue, 29 Oct 2002 10:20:09 -0800 (PST) Message-Id: <200210291820.g9TIK9GU002569@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:09 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44638: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44638 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4671E37B406 for ; Tue, 29 Oct 2002 10:30:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D14C43EAA for ; Tue, 29 Oct 2002 10:30: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 g9TIU3x3015485 for ; Tue, 29 Oct 2002 10: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 g9TIU3ob015484; Tue, 29 Oct 2002 10:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCDF937B40B for ; Tue, 29 Oct 2002 10:20:29 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 114A243E42 for ; Tue, 29 Oct 2002 10:20:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIKS7R002659 for ; Tue, 29 Oct 2002 10:20:28 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIKSkP002658; Tue, 29 Oct 2002 10:20:28 -0800 (PST) Message-Id: <200210291820.g9TIKSkP002658@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:28 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44641: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44641 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA79337B40B for ; Tue, 29 Oct 2002 10:30:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8051843E97 for ; Tue, 29 Oct 2002 10: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 g9TIU2x3015458 for ; Tue, 29 Oct 2002 10: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 g9TIU2j1015457; Tue, 29 Oct 2002 10:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC8A37B435 for ; Tue, 29 Oct 2002 10:20:20 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC48843E6E for ; Tue, 29 Oct 2002 10:20:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIKF7R002575 for ; Tue, 29 Oct 2002 10:20:15 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIKF6b002574; Tue, 29 Oct 2002 10:20:15 -0800 (PST) Message-Id: <200210291820.g9TIKF6b002574@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:15 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44639: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44639 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6174737B401 for ; Tue, 29 Oct 2002 10:30:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0163243E9E for ; Tue, 29 Oct 2002 10: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 g9TIU2x3015472 for ; Tue, 29 Oct 2002 10: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 g9TIU2Eq015471; Tue, 29 Oct 2002 10:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8658437B42A for ; Tue, 29 Oct 2002 10:20:23 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8693843E6E for ; Tue, 29 Oct 2002 10:20:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIKM7R002595 for ; Tue, 29 Oct 2002 10:20:22 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIKMMH002594; Tue, 29 Oct 2002 10:20:22 -0800 (PST) Message-Id: <200210291820.g9TIKMMH002594@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:22 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44640: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44640 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24EC737B40A for ; Tue, 29 Oct 2002 10:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28B043EAF for ; Tue, 29 Oct 2002 10:30: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 g9TIU3x3015498 for ; Tue, 29 Oct 2002 10: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 g9TIU37f015497; Tue, 29 Oct 2002 10:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8CE937B493 for ; Tue, 29 Oct 2002 10:20:35 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 559E043E7B for ; Tue, 29 Oct 2002 10:20:35 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIKZ7R002681 for ; Tue, 29 Oct 2002 10:20:35 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIKZoU002680; Tue, 29 Oct 2002 10:20:35 -0800 (PST) Message-Id: <200210291820.g9TIKZoU002680@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:35 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44642: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44642 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F85937B40E for ; Tue, 29 Oct 2002 10:30:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBB043EB2 for ; Tue, 29 Oct 2002 10:30: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 g9TIU3x3015512 for ; Tue, 29 Oct 2002 10: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 g9TIU3U5015510; Tue, 29 Oct 2002 10:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15EB37B4AE for ; Tue, 29 Oct 2002 10:20:42 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503E643E9C for ; Tue, 29 Oct 2002 10:20:42 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIKg7R002686 for ; Tue, 29 Oct 2002 10:20:42 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIKg5E002685; Tue, 29 Oct 2002 10:20:42 -0800 (PST) Message-Id: <200210291820.g9TIKg5E002685@www.freebsd.org> Date: Tue, 29 Oct 2002 10:20:42 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44643: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44643 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134F037B401 for ; Tue, 29 Oct 2002 10:30:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8545243EB7 for ; Tue, 29 Oct 2002 10: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 g9TIU4x3015525 for ; Tue, 29 Oct 2002 10: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 g9TIU4Or015524; Tue, 29 Oct 2002 10:30:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDD537B401 for ; Tue, 29 Oct 2002 10:21:34 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3CAE43E42 for ; Tue, 29 Oct 2002 10:21:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TILX7R002723 for ; Tue, 29 Oct 2002 10:21:33 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TILXmi002722; Tue, 29 Oct 2002 10:21:33 -0800 (PST) Message-Id: <200210291821.g9TILXmi002722@www.freebsd.org> Date: Tue, 29 Oct 2002 10:21:33 -0800 (PST) From: Matthew Dillon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44644: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44644 >Category: ports >Synopsis: FUCK MATT DILLON >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Dillon >Release: FreeBSD 5.0-CURRENT >Organization: Asshole, Inc >Environment: asshole FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4942B37B401 for ; Tue, 29 Oct 2002 10:30:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1290E43E3B for ; Tue, 29 Oct 2002 10: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 g9TIU6x3015626 for ; Tue, 29 Oct 2002 10: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 g9TIU6gI015625; Tue, 29 Oct 2002 10:30:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E436F37B404 for ; Tue, 29 Oct 2002 10:22:31 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8628D43E42 for ; Tue, 29 Oct 2002 10:22:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMV7R002826 for ; Tue, 29 Oct 2002 10:22:31 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMVmF002825; Tue, 29 Oct 2002 10:22:31 -0800 (PST) Message-Id: <200210291822.g9TIMVmF002825@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:31 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44647: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44647 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2748137B401 for ; Tue, 29 Oct 2002 10:30:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7432643ED1 for ; Tue, 29 Oct 2002 10: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 g9TIU6x3015576 for ; Tue, 29 Oct 2002 10: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 g9TIU6wP015575; Tue, 29 Oct 2002 10:30:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CB637B401 for ; Tue, 29 Oct 2002 10:22:17 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8491743E77 for ; Tue, 29 Oct 2002 10:22:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMH7R002794 for ; Tue, 29 Oct 2002 10:22:17 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMHWp002793; Tue, 29 Oct 2002 10:22:17 -0800 (PST) Message-Id: <200210291822.g9TIMHWp002793@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:17 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44645: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44645 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A18237B406 for ; Tue, 29 Oct 2002 10:30:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF9143EDC for ; Tue, 29 Oct 2002 10: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 g9TIU6x3015601 for ; Tue, 29 Oct 2002 10: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 g9TIU6ws015600; Tue, 29 Oct 2002 10:30:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8AB37B401 for ; Tue, 29 Oct 2002 10:22:25 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14CE43E7B for ; Tue, 29 Oct 2002 10:22:24 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMO7R002804 for ; Tue, 29 Oct 2002 10:22:24 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMORH002803; Tue, 29 Oct 2002 10:22:24 -0800 (PST) Message-Id: <200210291822.g9TIMORH002803@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:24 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44646: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44646 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E22E37B407 for ; Tue, 29 Oct 2002 10:30:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E06F43E88 for ; Tue, 29 Oct 2002 10: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 g9TIU7x3015663 for ; Tue, 29 Oct 2002 10: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 g9TIU7Lt015662; Tue, 29 Oct 2002 10:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1871337B404 for ; Tue, 29 Oct 2002 10:22:39 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8716C43E42 for ; Tue, 29 Oct 2002 10:22:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMc7R002834 for ; Tue, 29 Oct 2002 10:22:38 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMcbg002833; Tue, 29 Oct 2002 10:22:38 -0800 (PST) Message-Id: <200210291822.g9TIMcbg002833@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:38 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44648: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44648 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F3937B41B for ; Tue, 29 Oct 2002 10:30:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C57B43E91 for ; Tue, 29 Oct 2002 10: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 g9TIU7x3015685 for ; Tue, 29 Oct 2002 10: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 g9TIU7Wc015681; Tue, 29 Oct 2002 10:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE2F37B401 for ; Tue, 29 Oct 2002 10:22:47 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DF243EBE for ; Tue, 29 Oct 2002 10:22:44 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMi7R002843 for ; Tue, 29 Oct 2002 10:22:44 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMiHA002842; Tue, 29 Oct 2002 10:22:44 -0800 (PST) Message-Id: <200210291822.g9TIMiHA002842@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:44 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44649: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44649 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8841937B401 for ; Tue, 29 Oct 2002 10:30:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE7243EAC for ; Tue, 29 Oct 2002 10:30: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 g9TIU8x3015705 for ; Tue, 29 Oct 2002 10:30: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 g9TIU8OQ015704; Tue, 29 Oct 2002 10:30:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3EB337B401 for ; Tue, 29 Oct 2002 10:22:51 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8246C43E42 for ; Tue, 29 Oct 2002 10:22:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMp7R002851 for ; Tue, 29 Oct 2002 10:22:51 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMpFI002850; Tue, 29 Oct 2002 10:22:51 -0800 (PST) Message-Id: <200210291822.g9TIMpFI002850@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:51 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44650: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44650 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC7CA37B401 for ; Tue, 29 Oct 2002 10:30:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD90D43EE6 for ; Tue, 29 Oct 2002 10:30: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 g9TIU8x3015721 for ; Tue, 29 Oct 2002 10:30: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 g9TIU8tF015720; Tue, 29 Oct 2002 10:30:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9089237B401 for ; Tue, 29 Oct 2002 10:22:58 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C51F43E42 for ; Tue, 29 Oct 2002 10:22:58 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIMv7R002869 for ; Tue, 29 Oct 2002 10:22:58 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIMvJ6002868; Tue, 29 Oct 2002 10:22:57 -0800 (PST) Message-Id: <200210291822.g9TIMvJ6002868@www.freebsd.org> Date: Tue, 29 Oct 2002 10:22:57 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44651: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44651 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E6737B42B for ; Tue, 29 Oct 2002 10:30:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3350543EA9 for ; Tue, 29 Oct 2002 10:30: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 g9TIU8x3015734 for ; Tue, 29 Oct 2002 10:30: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 g9TIU8w6015733; Tue, 29 Oct 2002 10:30:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A843C37B401 for ; Tue, 29 Oct 2002 10:23:05 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3B443E77 for ; Tue, 29 Oct 2002 10:23:04 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIN47R002891 for ; Tue, 29 Oct 2002 10:23:04 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIN4Rs002890; Tue, 29 Oct 2002 10:23:04 -0800 (PST) Message-Id: <200210291823.g9TIN4Rs002890@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:04 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44652: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44652 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A07037B40D for ; Tue, 29 Oct 2002 10:30:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E54143EA3 for ; Tue, 29 Oct 2002 10:30: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 g9TIU9x3015761 for ; Tue, 29 Oct 2002 10:30: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 g9TIU9Ds015760; Tue, 29 Oct 2002 10:30:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB4037B406 for ; Tue, 29 Oct 2002 10:23:17 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D96743E3B for ; Tue, 29 Oct 2002 10:23:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TING7R002907 for ; Tue, 29 Oct 2002 10:23:16 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TINGHt002906; Tue, 29 Oct 2002 10:23:16 -0800 (PST) Message-Id: <200210291823.g9TINGHt002906@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:16 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44654: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44654 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA7C637B406 for ; Tue, 29 Oct 2002 10:30:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B51043EF4 for ; Tue, 29 Oct 2002 10: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 g9TIUAx3015790 for ; Tue, 29 Oct 2002 10: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 g9TIUAok015789; Tue, 29 Oct 2002 10:30:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B2737B404 for ; Tue, 29 Oct 2002 10:23:29 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5D343E42 for ; Tue, 29 Oct 2002 10:23:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINT7R002945 for ; Tue, 29 Oct 2002 10:23:29 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TINTAN002944; Tue, 29 Oct 2002 10:23:29 -0800 (PST) Message-Id: <200210291823.g9TINTAN002944@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:29 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44656: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44656 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0629137B41F for ; Tue, 29 Oct 2002 10:30:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CC143EEC for ; Tue, 29 Oct 2002 10:30: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 g9TIU9x3015747 for ; Tue, 29 Oct 2002 10:30: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 g9TIU9nK015746; Tue, 29 Oct 2002 10:30:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C3237B407 for ; Tue, 29 Oct 2002 10:23:11 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21B043E88 for ; Tue, 29 Oct 2002 10:23:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINA7R002898 for ; Tue, 29 Oct 2002 10:23:10 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TINAZY002896; Tue, 29 Oct 2002 10:23:10 -0800 (PST) Message-Id: <200210291823.g9TINAZY002896@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:10 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44653: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44653 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D934F37B404 for ; Tue, 29 Oct 2002 10:30:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA9543EB3 for ; Tue, 29 Oct 2002 10: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 g9TIU9x3015774 for ; Tue, 29 Oct 2002 10:30: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 g9TIU9Up015773; Tue, 29 Oct 2002 10:30:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78DA037B401 for ; Tue, 29 Oct 2002 10:23:23 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274AF43E3B for ; Tue, 29 Oct 2002 10:23:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINN7R002931 for ; Tue, 29 Oct 2002 10:23:23 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TINMN2002930; Tue, 29 Oct 2002 10:23:22 -0800 (PST) Message-Id: <200210291823.g9TINMN2002930@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:22 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44655: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44655 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9279437B406 for ; Tue, 29 Oct 2002 10:30:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5240D43EBE for ; Tue, 29 Oct 2002 10: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 g9TIUEx3016032 for ; Tue, 29 Oct 2002 10: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 g9TIUEcm016031; Tue, 29 Oct 2002 10:30:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5AF737B401 for ; Tue, 29 Oct 2002 10:25:33 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FBE43E6E for ; Tue, 29 Oct 2002 10:25:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPX7R003149 for ; Tue, 29 Oct 2002 10:25:33 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPX4Y003147; Tue, 29 Oct 2002 10:25:33 -0800 (PST) Message-Id: <200210291825.g9TIPX4Y003147@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:33 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44667: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44667 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:14 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:30:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B578B37B407 for ; Tue, 29 Oct 2002 10:30:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E985A43EF7 for ; Tue, 29 Oct 2002 10: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 g9TIUAx3015803 for ; Tue, 29 Oct 2002 10: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 g9TIUAMY015802; Tue, 29 Oct 2002 10:30:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F175037B414 for ; Tue, 29 Oct 2002 10:23:35 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2A243E42 for ; Tue, 29 Oct 2002 10:23:35 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINZ7R002963 for ; Tue, 29 Oct 2002 10:23:35 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TINZeF002962; Tue, 29 Oct 2002 10:23:35 -0800 (PST) Message-Id: <200210291823.g9TINZeF002962@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:35 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44657: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44657 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F84A37B40B for ; Tue, 29 Oct 2002 10:30:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6849343ED8 for ; Tue, 29 Oct 2002 10: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 g9TIUBx3015838 for ; Tue, 29 Oct 2002 10: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 g9TIUBO9015837; Tue, 29 Oct 2002 10:30:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A143137B401 for ; Tue, 29 Oct 2002 10:24:42 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCEB43E3B for ; Tue, 29 Oct 2002 10:24:42 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIOg7R003034 for ; Tue, 29 Oct 2002 10:24:42 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIOg1J003033; Tue, 29 Oct 2002 10:24:42 -0800 (PST) Message-Id: <200210291824.g9TIOg1J003033@www.freebsd.org> Date: Tue, 29 Oct 2002 10:24:42 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44659: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44659 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ADDC37B417 for ; Tue, 29 Oct 2002 10:30:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217B943E9E for ; Tue, 29 Oct 2002 10: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 g9TIUCx3015863 for ; Tue, 29 Oct 2002 10: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 g9TIUBnj015860; Tue, 29 Oct 2002 10:30:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA3B37B401 for ; Tue, 29 Oct 2002 10:24:49 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2F443E3B for ; Tue, 29 Oct 2002 10:24:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIOm7R003058 for ; Tue, 29 Oct 2002 10:24:48 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIOm2K003057; Tue, 29 Oct 2002 10:24:48 -0800 (PST) Message-Id: <200210291824.g9TIOm2K003057@www.freebsd.org> Date: Tue, 29 Oct 2002 10:24:48 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44660: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44660 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A27737B428 for ; Tue, 29 Oct 2002 10:30:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A77943ECD for ; Tue, 29 Oct 2002 10: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 g9TIUEx3016055 for ; Tue, 29 Oct 2002 10: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 g9TIUEpw016050; Tue, 29 Oct 2002 10:30:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5128637B401 for ; Tue, 29 Oct 2002 10:25:40 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE12C43E77 for ; Tue, 29 Oct 2002 10:25:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPd7R003176 for ; Tue, 29 Oct 2002 10:25:39 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPdmt003175; Tue, 29 Oct 2002 10:25:39 -0800 (PST) Message-Id: <200210291825.g9TIPdmt003175@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:39 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44668: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44668 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:14 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48C337B436 for ; Tue, 29 Oct 2002 10:30:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC0743EFF for ; Tue, 29 Oct 2002 10: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 g9TIUAx3015816 for ; Tue, 29 Oct 2002 10: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 g9TIUATR015815; Tue, 29 Oct 2002 10:30:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A50C37B401 for ; Tue, 29 Oct 2002 10:23:42 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE0343E42 for ; Tue, 29 Oct 2002 10:23:42 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TINf7R002968 for ; Tue, 29 Oct 2002 10:23:41 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TINfMO002967; Tue, 29 Oct 2002 10:23:41 -0800 (PST) Message-Id: <200210291823.g9TINfMO002967@www.freebsd.org> Date: Tue, 29 Oct 2002 10:23:41 -0800 (PST) From: Bosko Milekic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44658: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44658 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B0F37B437 for ; Tue, 29 Oct 2002 10:30:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCA743F0C for ; Tue, 29 Oct 2002 10: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 g9TIUDx3015938 for ; Tue, 29 Oct 2002 10: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 g9TIUDJ2015935; Tue, 29 Oct 2002 10:30:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA4F37B401 for ; Tue, 29 Oct 2002 10:25:08 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C46E43E7B for ; Tue, 29 Oct 2002 10:25:08 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIP77R003102 for ; Tue, 29 Oct 2002 10:25:07 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIP7kU003101; Tue, 29 Oct 2002 10:25:07 -0800 (PST) Message-Id: <200210291825.g9TIP7kU003101@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:07 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44663: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44663 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC8C37B40D for ; Tue, 29 Oct 2002 10:30:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D59C43EE1 for ; Tue, 29 Oct 2002 10: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 g9TIUDx3015963 for ; Tue, 29 Oct 2002 10: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 g9TIUDtt015956; Tue, 29 Oct 2002 10:30:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4DE37B401 for ; Tue, 29 Oct 2002 10:25:14 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4F143E4A for ; Tue, 29 Oct 2002 10:25:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPE7R003107 for ; Tue, 29 Oct 2002 10:25:14 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPEwe003106; Tue, 29 Oct 2002 10:25:14 -0800 (PST) Message-Id: <200210291825.g9TIPEwe003106@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:14 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44664: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44664 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A08037B40A for ; Tue, 29 Oct 2002 10:30:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CB143F07 for ; Tue, 29 Oct 2002 10: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 g9TIUCx3015888 for ; Tue, 29 Oct 2002 10: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 g9TIUCeg015884; Tue, 29 Oct 2002 10:30:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93AF637B401 for ; Tue, 29 Oct 2002 10:24:56 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4146643E4A for ; Tue, 29 Oct 2002 10:24:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIOu7R003067 for ; Tue, 29 Oct 2002 10:24:56 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIOuTJ003066; Tue, 29 Oct 2002 10:24:56 -0800 (PST) Message-Id: <200210291824.g9TIOuTJ003066@www.freebsd.org> Date: Tue, 29 Oct 2002 10:24:56 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44661: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44661 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3BA237B410 for ; Tue, 29 Oct 2002 10:30:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8097843EAF for ; Tue, 29 Oct 2002 10: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 g9TIUDx3015988 for ; Tue, 29 Oct 2002 10: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 g9TIUDhB015987; Tue, 29 Oct 2002 10:30:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C548637B401 for ; Tue, 29 Oct 2002 10:25:19 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7425D43E6E for ; Tue, 29 Oct 2002 10:25:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPJ7R003120 for ; Tue, 29 Oct 2002 10:25:19 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPJQ3003119; Tue, 29 Oct 2002 10:25:19 -0800 (PST) Message-Id: <200210291825.g9TIPJQ3003119@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:19 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44665: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44665 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5064037B40C for ; Tue, 29 Oct 2002 10:30:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFA243E9C for ; Tue, 29 Oct 2002 10: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 g9TIUEx3016013 for ; Tue, 29 Oct 2002 10: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 g9TIUE90016012; Tue, 29 Oct 2002 10:30:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7230637B401 for ; Tue, 29 Oct 2002 10:25:27 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20CF643E6E for ; Tue, 29 Oct 2002 10:25:27 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPR7R003141 for ; Tue, 29 Oct 2002 10:25:27 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPQd8003140; Tue, 29 Oct 2002 10:25:26 -0800 (PST) Message-Id: <200210291825.g9TIPQd8003140@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:26 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44666: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44666 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F96B37B41C for ; Tue, 29 Oct 2002 10:30:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0986A43EDA for ; Tue, 29 Oct 2002 10: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 g9TIUCx3015913 for ; Tue, 29 Oct 2002 10: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 g9TIUCRL015912; Tue, 29 Oct 2002 10:30:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B710E37B401 for ; Tue, 29 Oct 2002 10:25:02 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27BB43E4A for ; Tue, 29 Oct 2002 10:25:01 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIP17R003089 for ; Tue, 29 Oct 2002 10:25:01 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIP12S003088; Tue, 29 Oct 2002 10:25:01 -0800 (PST) Message-Id: <200210291825.g9TIP12S003088@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:01 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44662: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44662 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC1C37B409 for ; Tue, 29 Oct 2002 10:30:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9883D43EE8 for ; Tue, 29 Oct 2002 10:30: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 g9TIUGx3016151 for ; Tue, 29 Oct 2002 10:30: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 g9TIUGQO016150; Tue, 29 Oct 2002 10:30:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06BD237B404 for ; Tue, 29 Oct 2002 10:26:06 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A941843E6E for ; Tue, 29 Oct 2002 10:26:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQ57R003236 for ; Tue, 29 Oct 2002 10:26:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQ50E003235; Tue, 29 Oct 2002 10:26:05 -0800 (PST) Message-Id: <200210291826.g9TIQ50E003235@www.freebsd.org> Date: Tue, 29 Oct 2002 10:26:05 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44672: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44672 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:16 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E40837B483 for ; Tue, 29 Oct 2002 10:30:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2314F43F13 for ; Tue, 29 Oct 2002 10: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 g9TIUFx3016076 for ; Tue, 29 Oct 2002 10: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 g9TIUFhg016075; Tue, 29 Oct 2002 10:30:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04FC737B50E for ; Tue, 29 Oct 2002 10:25:47 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A731643E77 for ; Tue, 29 Oct 2002 10:25:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPk7R003193 for ; Tue, 29 Oct 2002 10:25:46 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPkUi003192; Tue, 29 Oct 2002 10:25:46 -0800 (PST) Message-Id: <200210291825.g9TIPkUi003192@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:46 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44669: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44669 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:15 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482E037B422 for ; Tue, 29 Oct 2002 10:30:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C0643F18 for ; Tue, 29 Oct 2002 10:30: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 g9TIUFx3016101 for ; Tue, 29 Oct 2002 10: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 g9TIUFgZ016100; Tue, 29 Oct 2002 10:30:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F0437B48C for ; Tue, 29 Oct 2002 10:25:53 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF86A43E77 for ; Tue, 29 Oct 2002 10:25:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPq7R003215 for ; Tue, 29 Oct 2002 10:25:52 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPqTw003214; Tue, 29 Oct 2002 10:25:52 -0800 (PST) Message-Id: <200210291825.g9TIPqTw003214@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:52 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44670: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44670 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:15 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346B737B48E for ; Tue, 29 Oct 2002 10:30:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8819743F35 for ; Tue, 29 Oct 2002 10:30:19 -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 g9TIUIx3016289 for ; Tue, 29 Oct 2002 10:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUIXl016288; Tue, 29 Oct 2002 10:30:18 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38CF437B401 for ; Tue, 29 Oct 2002 10:28:17 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB36643E42 for ; Tue, 29 Oct 2002 10:28:16 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TISG7R003437 for ; Tue, 29 Oct 2002 10:28:16 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TISGn8003436; Tue, 29 Oct 2002 10:28:16 -0800 (PST) Message-Id: <200210291828.g9TISGn8003436@www.freebsd.org> Date: Tue, 29 Oct 2002 10:28:16 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44677: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44677 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:18 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FD037B48F for ; Tue, 29 Oct 2002 10:30:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F6343E8A for ; Tue, 29 Oct 2002 10:30: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 g9TIUFx3016126 for ; Tue, 29 Oct 2002 10: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 g9TIUFF0016120; Tue, 29 Oct 2002 10:30:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EF537B406 for ; Tue, 29 Oct 2002 10:26:00 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C5743E77 for ; Tue, 29 Oct 2002 10:25:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIPx7R003220 for ; Tue, 29 Oct 2002 10:25:59 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIPxmo003219; Tue, 29 Oct 2002 10:25:59 -0800 (PST) Message-Id: <200210291825.g9TIPxmo003219@www.freebsd.org> Date: Tue, 29 Oct 2002 10:25:59 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44671: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44671 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:15 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C28A37B497 for ; Tue, 29 Oct 2002 10:30:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C7E43F33 for ; Tue, 29 Oct 2002 10:30: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 g9TIUIx3016264 for ; Tue, 29 Oct 2002 10:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUIsk016261; Tue, 29 Oct 2002 10:30:18 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EC437B401 for ; Tue, 29 Oct 2002 10:27:54 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FE043E6E for ; Tue, 29 Oct 2002 10:27:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIRr7R003383 for ; Tue, 29 Oct 2002 10:27:53 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIRrNt003382; Tue, 29 Oct 2002 10:27:53 -0800 (PST) Message-Id: <200210291827.g9TIRrNt003382@www.freebsd.org> Date: Tue, 29 Oct 2002 10:27:53 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44676: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44676 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:18 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B425337B499 for ; Tue, 29 Oct 2002 10:30:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E3343F2F for ; Tue, 29 Oct 2002 10:30: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 g9TIUHx3016206 for ; Tue, 29 Oct 2002 10:30: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 g9TIUH1H016202; Tue, 29 Oct 2002 10:30:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA35937B401 for ; Tue, 29 Oct 2002 10:26:19 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A5043E91 for ; Tue, 29 Oct 2002 10:26:18 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQI7R003281 for ; Tue, 29 Oct 2002 10:26:18 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQIYG003279; Tue, 29 Oct 2002 10:26:18 -0800 (PST) Message-Id: <200210291826.g9TIQIYG003279@www.freebsd.org> Date: Tue, 29 Oct 2002 10:26:18 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44674: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44674 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:17 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70AC37B444 for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E3B43F44 for ; Tue, 29 Oct 2002 10:30: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 g9TIUJx3016365 for ; Tue, 29 Oct 2002 10:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUJVP016364; Tue, 29 Oct 2002 10:30:19 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3668737B401 for ; Tue, 29 Oct 2002 10:29:46 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D808043E75 for ; Tue, 29 Oct 2002 10:29:45 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITj7R003595 for ; Tue, 29 Oct 2002 10:29:45 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TITjOp003594; Tue, 29 Oct 2002 10:29:45 -0800 (PST) Message-Id: <200210291829.g9TITjOp003594@www.freebsd.org> Date: Tue, 29 Oct 2002 10:29:45 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44680: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44680 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:19 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9544737B43F for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E72243F26 for ; Tue, 29 Oct 2002 10:30: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 g9TIUHx3016181 for ; Tue, 29 Oct 2002 10:30: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 g9TIUHUG016177; Tue, 29 Oct 2002 10:30:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F31037B401 for ; Tue, 29 Oct 2002 10:26:12 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C4043E75 for ; Tue, 29 Oct 2002 10:26:12 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQB7R003241 for ; Tue, 29 Oct 2002 10:26:11 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQBbd003240; Tue, 29 Oct 2002 10:26:11 -0800 (PST) Message-Id: <200210291826.g9TIQBbd003240@www.freebsd.org> Date: Tue, 29 Oct 2002 10:26:11 -0800 (PST) From: Adam Weinberger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44673: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44673 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:16 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_canada FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A886537B440 for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B5743F31 for ; Tue, 29 Oct 2002 10:30: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 g9TIUIx3016232 for ; Tue, 29 Oct 2002 10:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUIIL016231; Tue, 29 Oct 2002 10:30:18 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB2C37B401 for ; Tue, 29 Oct 2002 10:26:54 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B44843E88 for ; Tue, 29 Oct 2002 10:26:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIQr7R003333 for ; Tue, 29 Oct 2002 10:26:53 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIQrT7003332; Tue, 29 Oct 2002 10:26:53 -0800 (PST) Message-Id: <200210291826.g9TIQrT7003332@www.freebsd.org> Date: Tue, 29 Oct 2002 10:26:53 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44675: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44675 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:17 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEEC37B442 for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A12D43F3F for ; Tue, 29 Oct 2002 10:30:19 -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 g9TIUJx3016314 for ; Tue, 29 Oct 2002 10:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUJk0016310; Tue, 29 Oct 2002 10:30:19 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914CB37B401 for ; Tue, 29 Oct 2002 10:29:32 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BB143E77 for ; Tue, 29 Oct 2002 10:29:32 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITW7R003577 for ; Tue, 29 Oct 2002 10:29:32 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TITWOF003576; Tue, 29 Oct 2002 10:29:32 -0800 (PST) Message-Id: <200210291829.g9TITWOF003576@www.freebsd.org> Date: Tue, 29 Oct 2002 10:29:32 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44678: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44678 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:18 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B18FE37B443 for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3935343EF1 for ; Tue, 29 Oct 2002 10:30: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 g9TIUJx3016340 for ; Tue, 29 Oct 2002 10:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUJIx016336; Tue, 29 Oct 2002 10:30:19 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1633237B401 for ; Tue, 29 Oct 2002 10:29:40 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82ADE43E7B for ; Tue, 29 Oct 2002 10:29:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITd7R003586 for ; Tue, 29 Oct 2002 10:29:39 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TITd96003585; Tue, 29 Oct 2002 10:29:39 -0800 (PST) Message-Id: <200210291829.g9TITd96003585@www.freebsd.org> Date: Tue, 29 Oct 2002 10:29:39 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44679: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44679 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:19 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3B0F37B445 for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E61C43E3B for ; Tue, 29 Oct 2002 10:30: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 g9TIUKx3016390 for ; Tue, 29 Oct 2002 10:30: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 g9TIUKpr016389; Tue, 29 Oct 2002 10:30:20 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33FD337B404 for ; Tue, 29 Oct 2002 10:29:52 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D453743E8A for ; Tue, 29 Oct 2002 10:29:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITp7R003607 for ; Tue, 29 Oct 2002 10:29:51 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TITpsS003606; Tue, 29 Oct 2002 10:29:51 -0800 (PST) Message-Id: <200210291829.g9TITpsS003606@www.freebsd.org> Date: Tue, 29 Oct 2002 10:29:51 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44681: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44681 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:20 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C819E37B446 for ; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7986043E6E for ; Tue, 29 Oct 2002 10:30: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 g9TIUKx3016412 for ; Tue, 29 Oct 2002 10:30: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 g9TIUK9O016408; Tue, 29 Oct 2002 10:30:20 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDADB37B401 for ; Tue, 29 Oct 2002 10:29:58 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F7A43E88 for ; Tue, 29 Oct 2002 10:29:58 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TITw7R003619 for ; Tue, 29 Oct 2002 10:29:58 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TITwNP003618; Tue, 29 Oct 2002 10:29:58 -0800 (PST) Message-Id: <200210291829.g9TITwNP003618@www.freebsd.org> Date: Tue, 29 Oct 2002 10:29:58 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44682: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44682 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:30:20 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD09837B448; Tue, 29 Oct 2002 10:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D481D43E75; Tue, 29 Oct 2002 10:30:53 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIUrx3017594; Tue, 29 Oct 2002 10:30:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUrr8017588; Tue, 29 Oct 2002 10:30:53 -0800 (PST) Date: Tue, 29 Oct 2002 10:30:53 -0800 (PST) From: Adam Weinberger Message-Id: <200210291830.g9TIUrr8017588@freefall.freebsd.org> To: obrien@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44628: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:30:34 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44628 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB9137B40C; Tue, 29 Oct 2002 10:31:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB60343E6E; Tue, 29 Oct 2002 10:31:16 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVGx3018388; Tue, 29 Oct 2002 10:31:16 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVGeh018381; Tue, 29 Oct 2002 10:31:16 -0800 (PST) Date: Tue, 29 Oct 2002 10:31:16 -0800 (PST) From: Adam Weinberger Message-Id: <200210291831.g9TIVGeh018381@freefall.freebsd.org> To: obrien@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44629: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:31:02 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44629 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935BE37B426; Tue, 29 Oct 2002 10:31:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E3443E75; Tue, 29 Oct 2002 10:31:38 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVcx3019283; Tue, 29 Oct 2002 10:31:38 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVcAd019279; Tue, 29 Oct 2002 10:31:38 -0800 (PST) Date: Tue, 29 Oct 2002 10:31:38 -0800 (PST) From: Adam Weinberger Message-Id: <200210291831.g9TIVcAd019279@freefall.freebsd.org> To: obrien@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44630: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:31:22 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44630 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:31:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF5737B401; Tue, 29 Oct 2002 10:31:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B568F43E88; Tue, 29 Oct 2002 10:31:58 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVwx3019485; Tue, 29 Oct 2002 10:31:58 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVw90019481; Tue, 29 Oct 2002 10:31:58 -0800 (PST) Date: Tue, 29 Oct 2002 10:31:58 -0800 (PST) From: Adam Weinberger Message-Id: <200210291831.g9TIVw90019481@freefall.freebsd.org> To: obrien@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44631: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:31:42 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44631 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:32:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4520537B401; Tue, 29 Oct 2002 10:32:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B9D43E8A; Tue, 29 Oct 2002 10:32:27 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIWRx3019544; Tue, 29 Oct 2002 10:32:27 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIWR90019540; Tue, 29 Oct 2002 10:32:27 -0800 (PST) Date: Tue, 29 Oct 2002 10:32:27 -0800 (PST) From: Adam Weinberger Message-Id: <200210291832.g9TIWR90019540@freefall.freebsd.org> To: obrien@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44632: FreeBSD 5.0 is A FUCKING PIECE OF SHIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 5.0 is A FUCKING PIECE OF SHIT State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:32:03 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44632 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:34: 1 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F6F37B406; Tue, 29 Oct 2002 10:34:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C71643E7B; Tue, 29 Oct 2002 10:33:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXwx3019622; Tue, 29 Oct 2002 10:33:58 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXwTF019618; Tue, 29 Oct 2002 10:33:58 -0800 (PST) Date: Tue, 29 Oct 2002 10:33:58 -0800 (PST) From: Adam Weinberger Message-Id: <200210291833.g9TIXwTF019618@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44637: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:33:37 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44637 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:34:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92A237B401; Tue, 29 Oct 2002 10:34:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C7143E3B; Tue, 29 Oct 2002 10:34:16 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYGx3019671; Tue, 29 Oct 2002 10:34:16 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYGev019667; Tue, 29 Oct 2002 10:34:16 -0800 (PST) Date: Tue, 29 Oct 2002 10:34:16 -0800 (PST) From: Adam Weinberger Message-Id: <200210291834.g9TIYGev019667@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44638: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:34:02 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44638 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:34:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5073137B401; Tue, 29 Oct 2002 10:34:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04CEE43E42; Tue, 29 Oct 2002 10:34:32 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYVx3019716; Tue, 29 Oct 2002 10:34:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYV4X019712; Tue, 29 Oct 2002 10:34:31 -0800 (PST) Date: Tue, 29 Oct 2002 10:34:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210291834.g9TIYV4X019712@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44639: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:34:19 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44639 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:34:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648F237B401; Tue, 29 Oct 2002 10:34:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1718C43E42; Tue, 29 Oct 2002 10:34:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYtx3019780; Tue, 29 Oct 2002 10:34:55 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYtgo019776; Tue, 29 Oct 2002 10:34:55 -0800 (PST) Date: Tue, 29 Oct 2002 10:34:55 -0800 (PST) From: Adam Weinberger Message-Id: <200210291834.g9TIYtgo019776@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44640: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:34:42 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44640 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:35:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A24F37B401; Tue, 29 Oct 2002 10:35:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEBC43E75; Tue, 29 Oct 2002 10:35:15 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIZFx3019840; Tue, 29 Oct 2002 10:35:15 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIZF0J019836; Tue, 29 Oct 2002 10:35:15 -0800 (PST) Date: Tue, 29 Oct 2002 10:35:15 -0800 (PST) From: Adam Weinberger Message-Id: <200210291835.g9TIZF0J019836@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44641: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:35:00 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44641 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:35:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F229F37B401; Tue, 29 Oct 2002 10:35:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3BC43E42; Tue, 29 Oct 2002 10:35:33 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIZXx3019888; Tue, 29 Oct 2002 10:35:33 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIZXWt019884; Tue, 29 Oct 2002 10:35:33 -0800 (PST) Date: Tue, 29 Oct 2002 10:35:33 -0800 (PST) From: Adam Weinberger Message-Id: <200210291835.g9TIZXWt019884@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44642: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:35:18 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44642 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:35:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A29237B401; Tue, 29 Oct 2002 10:35:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1152443E97; Tue, 29 Oct 2002 10:35:54 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIZrx3019946; Tue, 29 Oct 2002 10:35:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIZr1t019942; Tue, 29 Oct 2002 10:35:53 -0800 (PST) Date: Tue, 29 Oct 2002 10:35:53 -0800 (PST) From: Adam Weinberger Message-Id: <200210291835.g9TIZr1t019942@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44643: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:35:37 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44643 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:36:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FCA37B48A; Tue, 29 Oct 2002 10:36:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B120F43EA3; Tue, 29 Oct 2002 10:36:12 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIaCx3019991; Tue, 29 Oct 2002 10:36:12 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIaC2V019987; Tue, 29 Oct 2002 10:36:12 -0800 (PST) Date: Tue, 29 Oct 2002 10:36:12 -0800 (PST) From: Adam Weinberger Message-Id: <200210291836.g9TIaC2V019987@freefall.freebsd.org> To: dillon@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44644: FUCK MATT DILLON Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FUCK MATT DILLON State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:35:58 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:38:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704E937B404; Tue, 29 Oct 2002 10:38:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5841543EBE; Tue, 29 Oct 2002 10:38:11 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIcBx3020121; Tue, 29 Oct 2002 10:38:11 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIcB7c020117; Tue, 29 Oct 2002 10:38:11 -0800 (PST) Date: Tue, 29 Oct 2002 10:38:11 -0800 (PST) From: Adam Weinberger Message-Id: <200210291838.g9TIcB7c020117@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44645: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:36:45 PST 2002 State-Changed-Why: Oh. It's Troll Tuesday. This all makes sense now. I thought somebody was just being juvenile. Now it all makes sense why. Also, not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44645 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:38:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A55E137B401; Tue, 29 Oct 2002 10:38:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D41A43E4A; Tue, 29 Oct 2002 10:38:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIcUx3020185; Tue, 29 Oct 2002 10:38:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIcUg8020181; Tue, 29 Oct 2002 10:38:30 -0800 (PST) Date: Tue, 29 Oct 2002 10:38:30 -0800 (PST) From: Adam Weinberger Message-Id: <200210291838.g9TIcUg8020181@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44646: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:38:16 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:38:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A5E37B401; Tue, 29 Oct 2002 10:38:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A4543E42; Tue, 29 Oct 2002 10:38:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIctx3020236; Tue, 29 Oct 2002 10:38:55 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIct2w020232; Tue, 29 Oct 2002 10:38:55 -0800 (PST) Date: Tue, 29 Oct 2002 10:38:55 -0800 (PST) From: Adam Weinberger Message-Id: <200210291838.g9TIct2w020232@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44647: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:38:35 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44647 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:39:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED7537B401; Tue, 29 Oct 2002 10:39:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B99643E3B; Tue, 29 Oct 2002 10:39:12 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIdCx3020292; Tue, 29 Oct 2002 10:39:12 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIdC8n020288; Tue, 29 Oct 2002 10:39:12 -0800 (PST) Date: Tue, 29 Oct 2002 10:39:12 -0800 (PST) From: Adam Weinberger Message-Id: <200210291839.g9TIdC8n020288@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44648: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:38:59 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44648 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:39:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4EF37B401; Tue, 29 Oct 2002 10:39:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A07D43EAA; Tue, 29 Oct 2002 10:39:29 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIdTx3020350; Tue, 29 Oct 2002 10:39:29 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIdTix020346; Tue, 29 Oct 2002 10:39:29 -0800 (PST) Date: Tue, 29 Oct 2002 10:39:29 -0800 (PST) From: Adam Weinberger Message-Id: <200210291839.g9TIdTix020346@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44649: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:39:16 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44649 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:39:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E0A37B401; Tue, 29 Oct 2002 10:39:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697AD43E8A; Tue, 29 Oct 2002 10:39:53 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIdrx3020419; Tue, 29 Oct 2002 10:39:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIdruJ020415; Tue, 29 Oct 2002 10:39:53 -0800 (PST) Date: Tue, 29 Oct 2002 10:39:53 -0800 (PST) From: Adam Weinberger Message-Id: <200210291839.g9TIdruJ020415@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44650: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:39:41 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44650 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24BB037B401 for ; Tue, 29 Oct 2002 10:40:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678C643E9E for ; Tue, 29 Oct 2002 10: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 g9TIe1x3020482 for ; Tue, 29 Oct 2002 10:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIe1Mx020481; Tue, 29 Oct 2002 10:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5589737B43A for ; Tue, 29 Oct 2002 10:30:24 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7EB43EC5 for ; Tue, 29 Oct 2002 10:30:11 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIUA7R003645 for ; Tue, 29 Oct 2002 10:30:10 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUA0G003644; Tue, 29 Oct 2002 10:30:10 -0800 (PST) Message-Id: <200210291830.g9TIUA0G003644@www.freebsd.org> Date: Tue, 29 Oct 2002 10:30:10 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44684: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44684 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE6037B404 for ; Tue, 29 Oct 2002 10:40:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6F743E97 for ; Tue, 29 Oct 2002 10: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 g9TIe0x3020469 for ; Tue, 29 Oct 2002 10:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIe0NJ020468; Tue, 29 Oct 2002 10:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 739F537B407 for ; Tue, 29 Oct 2002 10:30:09 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D3E43EC2 for ; Tue, 29 Oct 2002 10:30:04 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIU47R003640 for ; Tue, 29 Oct 2002 10:30:04 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIU4Qd003639; Tue, 29 Oct 2002 10:30:04 -0800 (PST) Message-Id: <200210291830.g9TIU4Qd003639@www.freebsd.org> Date: Tue, 29 Oct 2002 10:30:04 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44683: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44683 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ADD037B406 for ; Tue, 29 Oct 2002 10:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE6943EAF for ; Tue, 29 Oct 2002 10:40: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 g9TIe1x3020509 for ; Tue, 29 Oct 2002 10:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIe16d020508; Tue, 29 Oct 2002 10:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20ED537B40C for ; Tue, 29 Oct 2002 10:30:47 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E04943F5B for ; Tue, 29 Oct 2002 10:30:24 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIUN7R003668 for ; Tue, 29 Oct 2002 10:30:23 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUNXw003667; Tue, 29 Oct 2002 10:30:23 -0800 (PST) Message-Id: <200210291830.g9TIUNXw003667@www.freebsd.org> Date: Tue, 29 Oct 2002 10:30:23 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44686: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44686 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E765E37B401 for ; Tue, 29 Oct 2002 10:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1216143EB7 for ; Tue, 29 Oct 2002 10:40: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 g9TIe2x3020535 for ; Tue, 29 Oct 2002 10:40: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 g9TIe2a0020534; Tue, 29 Oct 2002 10:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B726237B40F for ; Tue, 29 Oct 2002 10:31:26 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46EFA43E8A for ; Tue, 29 Oct 2002 10:31:26 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVQ7R003778 for ; Tue, 29 Oct 2002 10:31:26 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVQsr003777; Tue, 29 Oct 2002 10:31:26 -0800 (PST) Message-Id: <200210291831.g9TIVQsr003777@www.freebsd.org> Date: Tue, 29 Oct 2002 10:31:26 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44688: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44688 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF3D37B40D for ; Tue, 29 Oct 2002 10:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35A943EA9 for ; Tue, 29 Oct 2002 10: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 g9TIe1x3020495 for ; Tue, 29 Oct 2002 10:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIe1xs020494; Tue, 29 Oct 2002 10:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 160EA37B404 for ; Tue, 29 Oct 2002 10:30:43 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4389B43F22 for ; Tue, 29 Oct 2002 10:30:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIUH7R003652 for ; Tue, 29 Oct 2002 10:30:17 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUH8L003651; Tue, 29 Oct 2002 10:30:17 -0800 (PST) Message-Id: <200210291830.g9TIUH8L003651@www.freebsd.org> Date: Tue, 29 Oct 2002 10:30:17 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44685: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44685 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BD637B40E for ; Tue, 29 Oct 2002 10:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7894043EB2 for ; Tue, 29 Oct 2002 10:40: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 g9TIe2x3020522 for ; Tue, 29 Oct 2002 10:40: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 g9TIe2oE020521; Tue, 29 Oct 2002 10:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7581937B406 for ; Tue, 29 Oct 2002 10:30:47 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DDB43F69 for ; Tue, 29 Oct 2002 10:30:30 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIUU7R003685 for ; Tue, 29 Oct 2002 10:30:30 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIUU2j003684; Tue, 29 Oct 2002 10:30:30 -0800 (PST) Message-Id: <200210291830.g9TIUU2j003684@www.freebsd.org> Date: Tue, 29 Oct 2002 10:30:30 -0800 (PST) From: "Can't get a job" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44687: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44687 >Category: ports >Synopsis: TODAY IS TROLL TUESDAY!!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Can't get a job >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_unemploied FreeBSD 5.0-CURRENT >Description: FUCK MATT DILLON >How-To-Repeat: FUCK MATT DILLON >Fix: FUCK MATT DILLON >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 156BE37B408; Tue, 29 Oct 2002 10:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD7C43E8A; Tue, 29 Oct 2002 10:40:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIeJx3021332; Tue, 29 Oct 2002 10:40:19 -0800 (PST) (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIeJ8g021326; Tue, 29 Oct 2002 10:40:19 -0800 (PST) Date: Tue, 29 Oct 2002 10:40:19 -0800 (PST) From: Kris Kennaway Message-Id: <200210291840.g9TIeJ8g021326@freefall.freebsd.org> To: bmilekic@FreeBSD.org, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44656: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Tue Oct 29 10:40:12 PST 2002 State-Changed-Why: Not a PR http://www.freebsd.org/cgi/query-pr.cgi?pr=44656 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBAF37B409 for ; Tue, 29 Oct 2002 10:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8291343E4A for ; Tue, 29 Oct 2002 10: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 g9TIe4x3020585 for ; Tue, 29 Oct 2002 10: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 g9TIe4UU020584; Tue, 29 Oct 2002 10:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790D537B481 for ; Tue, 29 Oct 2002 10:31:46 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2555F43E3B for ; Tue, 29 Oct 2002 10:31:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVk7R003819 for ; Tue, 29 Oct 2002 10:31:46 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVjrC003818; Tue, 29 Oct 2002 10:31:45 -0800 (PST) Message-Id: <200210291831.g9TIVjrC003818@www.freebsd.org> Date: Tue, 29 Oct 2002 10:31:45 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44691: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44691 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 613C237B40C for ; Tue, 29 Oct 2002 10:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 400D443ED1 for ; Tue, 29 Oct 2002 10: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 g9TIe4x3020616 for ; Tue, 29 Oct 2002 10: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 g9TIe4V4020615; Tue, 29 Oct 2002 10:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7766037B401 for ; Tue, 29 Oct 2002 10:31:53 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5089B43E8A for ; Tue, 29 Oct 2002 10:31:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVq7R003830 for ; Tue, 29 Oct 2002 10:31:52 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVqex003829; Tue, 29 Oct 2002 10:31:52 -0800 (PST) Message-Id: <200210291831.g9TIVqex003829@www.freebsd.org> Date: Tue, 29 Oct 2002 10:31:52 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44692: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44692 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F50437B404 for ; Tue, 29 Oct 2002 10:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603D243ECD for ; Tue, 29 Oct 2002 10:40: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 g9TIe3x3020562 for ; Tue, 29 Oct 2002 10:40: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 g9TIe3Lj020561; Tue, 29 Oct 2002 10:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6255737B445 for ; Tue, 29 Oct 2002 10:31:41 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC93143E9E for ; Tue, 29 Oct 2002 10:31:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVd7R003814 for ; Tue, 29 Oct 2002 10:31:39 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVdJD003813; Tue, 29 Oct 2002 10:31:39 -0800 (PST) Message-Id: <200210291831.g9TIVdJD003813@www.freebsd.org> Date: Tue, 29 Oct 2002 10:31:39 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44690: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44690 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6570137B42B for ; Tue, 29 Oct 2002 10:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393CC43EC2 for ; Tue, 29 Oct 2002 10:40: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 g9TIe2x3020548 for ; Tue, 29 Oct 2002 10:40: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 g9TIe2OV020547; Tue, 29 Oct 2002 10:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342A337B4AE for ; Tue, 29 Oct 2002 10:31:34 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3D543E91 for ; Tue, 29 Oct 2002 10:31:33 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVX7R003796 for ; Tue, 29 Oct 2002 10:31:33 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVXUb003795; Tue, 29 Oct 2002 10:31:33 -0800 (PST) Message-Id: <200210291831.g9TIVXUb003795@www.freebsd.org> Date: Tue, 29 Oct 2002 10:31:33 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44689: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44689 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9516737B414 for ; Tue, 29 Oct 2002 10:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52CB043EDA for ; Tue, 29 Oct 2002 10: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 g9TIe5x3020639 for ; Tue, 29 Oct 2002 10: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 g9TIe54o020638; Tue, 29 Oct 2002 10:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8A337B409 for ; Tue, 29 Oct 2002 10:31:59 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A4C43E88 for ; Tue, 29 Oct 2002 10:31:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIVw7R003877 for ; Tue, 29 Oct 2002 10:31:58 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIVwDO003872; Tue, 29 Oct 2002 10:31:58 -0800 (PST) Message-Id: <200210291831.g9TIVwDO003872@www.freebsd.org> Date: Tue, 29 Oct 2002 10:31:58 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44693: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44693 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C105137B413 for ; Tue, 29 Oct 2002 10:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2343D43EEC for ; Tue, 29 Oct 2002 10: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 g9TIe6x3020769 for ; Tue, 29 Oct 2002 10: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 g9TIe66v020768; Tue, 29 Oct 2002 10:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C1637B401 for ; Tue, 29 Oct 2002 10:32:41 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8850643E91 for ; Tue, 29 Oct 2002 10:32:41 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIWf7R004000 for ; Tue, 29 Oct 2002 10:32:41 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIWfBh003999; Tue, 29 Oct 2002 10:32:41 -0800 (PST) Message-Id: <200210291832.g9TIWfBh003999@www.freebsd.org> Date: Tue, 29 Oct 2002 10:32:41 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44698: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44698 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F396A37B416 for ; Tue, 29 Oct 2002 10:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 170A143EDE for ; Tue, 29 Oct 2002 10: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 g9TIe5x3020663 for ; Tue, 29 Oct 2002 10: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 g9TIe5rB020659; Tue, 29 Oct 2002 10:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33DF37B407 for ; Tue, 29 Oct 2002 10:32:05 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EB543E9C for ; Tue, 29 Oct 2002 10:32:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIW57R003913 for ; Tue, 29 Oct 2002 10:32:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIW5iK003912; Tue, 29 Oct 2002 10:32:05 -0800 (PST) Message-Id: <200210291832.g9TIW5iK003912@www.freebsd.org> Date: Tue, 29 Oct 2002 10:32:05 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44694: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44694 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 101DE37B417 for ; Tue, 29 Oct 2002 10:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AF543EE8 for ; Tue, 29 Oct 2002 10: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 g9TIe6x3020717 for ; Tue, 29 Oct 2002 10: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 g9TIe60A020716; Tue, 29 Oct 2002 10:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E160E37B401 for ; Tue, 29 Oct 2002 10:32:19 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4664443E7B for ; Tue, 29 Oct 2002 10:32:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIWJ7R003972 for ; Tue, 29 Oct 2002 10:32:19 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIWJKM003971; Tue, 29 Oct 2002 10:32:19 -0800 (PST) Message-Id: <200210291832.g9TIWJKM003971@www.freebsd.org> Date: Tue, 29 Oct 2002 10:32:19 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44696: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44696 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801DC37B406 for ; Tue, 29 Oct 2002 10:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EFB43EFA for ; Tue, 29 Oct 2002 10:40: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 g9TIe8x3020814 for ; Tue, 29 Oct 2002 10: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 g9TIe8uk020813; Tue, 29 Oct 2002 10:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB3437B401 for ; Tue, 29 Oct 2002 10:33:32 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1CD143E7B for ; Tue, 29 Oct 2002 10:33:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXV7R004089 for ; Tue, 29 Oct 2002 10:33:31 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXVwB004088; Tue, 29 Oct 2002 10:33:31 -0800 (PST) Message-Id: <200210291833.g9TIXVwB004088@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:31 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44701: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44701 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9626037B40A for ; Tue, 29 Oct 2002 10:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6F843EA3 for ; Tue, 29 Oct 2002 10: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 g9TIe7x3020785 for ; Tue, 29 Oct 2002 10:40: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 g9TIe7Vf020784; Tue, 29 Oct 2002 10:40:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AF537B401 for ; Tue, 29 Oct 2002 10:33:18 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62E743E3B for ; Tue, 29 Oct 2002 10:33:17 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXH7R004069 for ; Tue, 29 Oct 2002 10:33:17 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXHxj004068; Tue, 29 Oct 2002 10:33:17 -0800 (PST) Message-Id: <200210291833.g9TIXHxj004068@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:17 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44699: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44699 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF90C37B40F for ; Tue, 29 Oct 2002 10:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F2943E77 for ; Tue, 29 Oct 2002 10: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 g9TIe6x3020744 for ; Tue, 29 Oct 2002 10: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 g9TIe65B020743; Tue, 29 Oct 2002 10:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B706837B407 for ; Tue, 29 Oct 2002 10:32:29 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A561D43E9C for ; Tue, 29 Oct 2002 10:32:28 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIWS7R003989 for ; Tue, 29 Oct 2002 10:32:28 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIWSlb003988; Tue, 29 Oct 2002 10:32:28 -0800 (PST) Message-Id: <200210291832.g9TIWSlb003988@www.freebsd.org> Date: Tue, 29 Oct 2002 10:32:28 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44697: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44697 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009EE37B426 for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B5643EB3 for ; Tue, 29 Oct 2002 10: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 g9TIe7x3020801 for ; Tue, 29 Oct 2002 10: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 g9TIe789020800; Tue, 29 Oct 2002 10:40:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088B337B401 for ; Tue, 29 Oct 2002 10:33:28 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C1643E9E for ; Tue, 29 Oct 2002 10:33:25 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXP7R004074 for ; Tue, 29 Oct 2002 10:33:25 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXPbK004073; Tue, 29 Oct 2002 10:33:25 -0800 (PST) Message-Id: <200210291833.g9TIXPbK004073@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:25 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44700: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44700 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8BB37B412 for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7A843EE5 for ; Tue, 29 Oct 2002 10: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 g9TIe5x3020691 for ; Tue, 29 Oct 2002 10: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 g9TIe5Mh020690; Tue, 29 Oct 2002 10:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A4F37B407 for ; Tue, 29 Oct 2002 10:32:12 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A7043E75 for ; Tue, 29 Oct 2002 10:32:12 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIWB7R003947 for ; Tue, 29 Oct 2002 10:32:11 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIWBhR003946; Tue, 29 Oct 2002 10:32:11 -0800 (PST) Message-Id: <200210291832.g9TIWBhR003946@www.freebsd.org> Date: Tue, 29 Oct 2002 10:32:11 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44695: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44695 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C8837B410 for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B34943EB1 for ; Tue, 29 Oct 2002 10: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 g9TIeAx3020857 for ; Tue, 29 Oct 2002 10: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 g9TIeA0H020854; Tue, 29 Oct 2002 10:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6EE637B414 for ; Tue, 29 Oct 2002 10:33:46 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B3B43E77 for ; Tue, 29 Oct 2002 10:33:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXk7R004107 for ; Tue, 29 Oct 2002 10:33:46 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXkN1004106; Tue, 29 Oct 2002 10:33:46 -0800 (PST) Message-Id: <200210291833.g9TIXkN1004106@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:46 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44703: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44703 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:40:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C36337B434 for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E4D43F05 for ; Tue, 29 Oct 2002 10: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 g9TIe9x3020842 for ; Tue, 29 Oct 2002 10:40: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 g9TIe9np020841; Tue, 29 Oct 2002 10:40:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997AA37B401 for ; Tue, 29 Oct 2002 10:33:39 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 483B143E91 for ; Tue, 29 Oct 2002 10:33:39 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXd7R004100 for ; Tue, 29 Oct 2002 10:33:39 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXd0q004099; Tue, 29 Oct 2002 10:33:39 -0800 (PST) Message-Id: <200210291833.g9TIXd0q004099@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:39 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44702: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44702 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B1C37B40B for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE5F43EC5 for ; Tue, 29 Oct 2002 10:40: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 g9TIeAx3020882 for ; Tue, 29 Oct 2002 10: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 g9TIeAbO020881; Tue, 29 Oct 2002 10:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65D137B401 for ; Tue, 29 Oct 2002 10:33:53 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EA743E77 for ; Tue, 29 Oct 2002 10:33:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXq7R004148 for ; Tue, 29 Oct 2002 10:33:52 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXqmt004147; Tue, 29 Oct 2002 10:33:52 -0800 (PST) Message-Id: <200210291833.g9TIXqmt004147@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:52 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44704: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44704 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA3137B419 for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E0B43F08 for ; Tue, 29 Oct 2002 10:40: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 g9TIeAx3020907 for ; Tue, 29 Oct 2002 10: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 g9TIeAFq020906; Tue, 29 Oct 2002 10:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8584537B401 for ; Tue, 29 Oct 2002 10:34:00 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3EE43E91 for ; Tue, 29 Oct 2002 10:33:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIXx7R004155 for ; Tue, 29 Oct 2002 10:33:59 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIXxBD004154; Tue, 29 Oct 2002 10:33:59 -0800 (PST) Message-Id: <200210291833.g9TIXxBD004154@www.freebsd.org> Date: Tue, 29 Oct 2002 10:33:59 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44705: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44705 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7DDD37B407 for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4358F43F0F for ; Tue, 29 Oct 2002 10: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 g9TIeBx3020963 for ; Tue, 29 Oct 2002 10: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 g9TIeB5f020962; Tue, 29 Oct 2002 10:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA6937B401 for ; Tue, 29 Oct 2002 10:34:14 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCE343E9E for ; Tue, 29 Oct 2002 10:34:11 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYB7R004184 for ; Tue, 29 Oct 2002 10:34:11 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYBxo004183; Tue, 29 Oct 2002 10:34:11 -0800 (PST) Message-Id: <200210291834.g9TIYBxo004183@www.freebsd.org> Date: Tue, 29 Oct 2002 10:34:11 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44707: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44707 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A9B37B41A for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543B743ECF for ; Tue, 29 Oct 2002 10: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 g9TIeCx3021050 for ; Tue, 29 Oct 2002 10:40: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 g9TIeCYd021049; Tue, 29 Oct 2002 10:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8643937B401 for ; Tue, 29 Oct 2002 10:34:41 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D2843E88 for ; Tue, 29 Oct 2002 10:34:40 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYe7R004226 for ; Tue, 29 Oct 2002 10:34:40 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYe6R004225; Tue, 29 Oct 2002 10:34:40 -0800 (PST) Message-Id: <200210291834.g9TIYe6R004225@www.freebsd.org> Date: Tue, 29 Oct 2002 10:34:40 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44710: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44710 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD9CE37B41B for ; Tue, 29 Oct 2002 10:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B02143F15 for ; Tue, 29 Oct 2002 10: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 g9TIeBx3020989 for ; Tue, 29 Oct 2002 10: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 g9TIeBTc020987; Tue, 29 Oct 2002 10:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF9137B401 for ; Tue, 29 Oct 2002 10:34:18 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A2A43E75 for ; Tue, 29 Oct 2002 10:34:18 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYI7R004196 for ; Tue, 29 Oct 2002 10:34:18 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYHNS004195; Tue, 29 Oct 2002 10:34:18 -0800 (PST) Message-Id: <200210291834.g9TIYHNS004195@www.freebsd.org> Date: Tue, 29 Oct 2002 10:34:18 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44708: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44708 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F6A37B401 for ; Tue, 29 Oct 2002 10:40:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D64843EBE for ; Tue, 29 Oct 2002 10:40: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 g9TIeBx3020938 for ; Tue, 29 Oct 2002 10: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 g9TIeBPS020935; Tue, 29 Oct 2002 10:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A20137B4E1 for ; Tue, 29 Oct 2002 10:34:06 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE4D543E88 for ; Tue, 29 Oct 2002 10:34:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIY57R004171 for ; Tue, 29 Oct 2002 10:34:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIY5DH004170; Tue, 29 Oct 2002 10:34:05 -0800 (PST) Message-Id: <200210291834.g9TIY5DH004170@www.freebsd.org> Date: Tue, 29 Oct 2002 10:34:05 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44706: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44706 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1648637B41C for ; Tue, 29 Oct 2002 10:40:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DAA43F18 for ; Tue, 29 Oct 2002 10: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 g9TIeCx3021031 for ; Tue, 29 Oct 2002 10:40: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 g9TIeCA6021028; Tue, 29 Oct 2002 10:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A04537B401 for ; Tue, 29 Oct 2002 10:34:30 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A3C643E3B for ; Tue, 29 Oct 2002 10:34:30 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIYT7R004219 for ; Tue, 29 Oct 2002 10:34:29 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TIYTLF004218; Tue, 29 Oct 2002 10:34:29 -0800 (PST) Message-Id: <200210291834.g9TIYTLF004218@www.freebsd.org> Date: Tue, 29 Oct 2002 10:34:29 -0800 (PST) From: Alfred AWKStein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44709: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44709 >Category: ports >Synopsis: I'M TOTALLY STONED!!! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 10:40:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alfred AWKStein >Release: FreeBSD 5.0-CURRENT >Organization: Troll, Inc >Environment: happy_stoned FreeBSD 5.0-CURRENT >Description: I'M TOTALLY STONED!!! >How-To-Repeat: I'M TOTALLY STONED!!! >Fix: I'M TOTALLY STONED!!! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5227937B41D; Tue, 29 Oct 2002 10:40:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F1443E42; Tue, 29 Oct 2002 10:40:35 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIeYx3021964; Tue, 29 Oct 2002 10:40:34 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIeY0U021957; Tue, 29 Oct 2002 10:40:34 -0800 (PST) Date: Tue, 29 Oct 2002 10:40:34 -0800 (PST) From: Adam Weinberger Message-Id: <200210291840.g9TIeY0U021957@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44651: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:39:56 PST 2002 State-Changed-Why: Somebody should update calendar. I had no idea this was Troll Tuesday. Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44651 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34EAD37B41E; Tue, 29 Oct 2002 10:40:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA3643E4A; Tue, 29 Oct 2002 10:40:52 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIeqx3022666; Tue, 29 Oct 2002 10:40:52 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIeq2F022659; Tue, 29 Oct 2002 10:40:52 -0800 (PST) Date: Tue, 29 Oct 2002 10:40:52 -0800 (PST) From: Adam Weinberger Message-Id: <200210291840.g9TIeq2F022659@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44652: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:40:38 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44652 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD16037B476; Tue, 29 Oct 2002 10:41:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8A743E42; Tue, 29 Oct 2002 10:41:09 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIf9x3023336; Tue, 29 Oct 2002 10:41:09 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIf9xk023327; Tue, 29 Oct 2002 10:41:09 -0800 (PST) Date: Tue, 29 Oct 2002 10:41:09 -0800 (PST) From: Adam Weinberger Message-Id: <200210291841.g9TIf9xk023327@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44653: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:40:56 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44653 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA2D437B404; Tue, 29 Oct 2002 10:41:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2312643E6E; Tue, 29 Oct 2002 10:41:29 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIfTx3024245; Tue, 29 Oct 2002 10:41:29 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIfSif024241; Tue, 29 Oct 2002 10:41:28 -0800 (PST) Date: Tue, 29 Oct 2002 10:41:28 -0800 (PST) From: Adam Weinberger Message-Id: <200210291841.g9TIfSif024241@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44654: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:41:15 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44654 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:41:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A8E337B406; Tue, 29 Oct 2002 10:41:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F3843E77; Tue, 29 Oct 2002 10:41:49 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIfnx3024496; Tue, 29 Oct 2002 10:41:49 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIfnDw024492; Tue, 29 Oct 2002 10:41:49 -0800 (PST) Date: Tue, 29 Oct 2002 10:41:49 -0800 (PST) From: Adam Weinberger Message-Id: <200210291841.g9TIfnDw024492@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44655: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:41:35 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:42:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8194F37B401; Tue, 29 Oct 2002 10:42:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3457143E97; Tue, 29 Oct 2002 10:42:19 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIgJx3024577; Tue, 29 Oct 2002 10:42:19 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIgJWB024573; Tue, 29 Oct 2002 10:42:19 -0800 (PST) Date: Tue, 29 Oct 2002 10:42:19 -0800 (PST) From: Adam Weinberger Message-Id: <200210291842.g9TIgJWB024573@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44657: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:42:04 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44657 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:42:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801C537B406; Tue, 29 Oct 2002 10:42:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DEE43E3B; Tue, 29 Oct 2002 10:42:36 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIgZx3024625; Tue, 29 Oct 2002 10:42:35 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIgZok024621; Tue, 29 Oct 2002 10:42:35 -0800 (PST) Date: Tue, 29 Oct 2002 10:42:35 -0800 (PST) From: Adam Weinberger Message-Id: <200210291842.g9TIgZok024621@freefall.freebsd.org> To: bmilekic@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44658: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:42:23 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44658 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:42:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAD237B401; Tue, 29 Oct 2002 10:42:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1225143E7B; Tue, 29 Oct 2002 10:42:54 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIgrx3024677; Tue, 29 Oct 2002 10:42:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIgrMV024673; Tue, 29 Oct 2002 10:42:53 -0800 (PST) Date: Tue, 29 Oct 2002 10:42:53 -0800 (PST) From: Adam Weinberger Message-Id: <200210291842.g9TIgrMV024673@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44659: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:42:39 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44659 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:43:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62AA037B401; Tue, 29 Oct 2002 10:43:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156C743E42; Tue, 29 Oct 2002 10:43:22 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIhLx3024750; Tue, 29 Oct 2002 10:43:21 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIhLqJ024746; Tue, 29 Oct 2002 10:43:21 -0800 (PST) Date: Tue, 29 Oct 2002 10:43:21 -0800 (PST) From: Adam Weinberger Message-Id: <200210291843.g9TIhLqJ024746@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44660: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:43:02 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44660 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:43:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B059A37B401; Tue, 29 Oct 2002 10:43:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C9143E7B; Tue, 29 Oct 2002 10:43:40 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIhex3024812; Tue, 29 Oct 2002 10:43:40 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIheUv024808; Tue, 29 Oct 2002 10:43:40 -0800 (PST) Date: Tue, 29 Oct 2002 10:43:40 -0800 (PST) From: Adam Weinberger Message-Id: <200210291843.g9TIheUv024808@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44661: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:43:25 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44661 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:44: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3B037B401; Tue, 29 Oct 2002 10:43:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B5743E75; Tue, 29 Oct 2002 10:43:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIhxx3024867; Tue, 29 Oct 2002 10:43:59 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIhxrf024863; Tue, 29 Oct 2002 10:43:59 -0800 (PST) Date: Tue, 29 Oct 2002 10:43:59 -0800 (PST) From: Adam Weinberger Message-Id: <200210291843.g9TIhxrf024863@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44662: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:43:44 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44662 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:44:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6935237B401; Tue, 29 Oct 2002 10:44:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C8143E9E; Tue, 29 Oct 2002 10:44:19 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIiJx3024923; Tue, 29 Oct 2002 10:44:19 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIiJGK024919; Tue, 29 Oct 2002 10:44:19 -0800 (PST) Date: Tue, 29 Oct 2002 10:44:19 -0800 (PST) From: Adam Weinberger Message-Id: <200210291844.g9TIiJGK024919@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44663: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:44:07 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44663 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:44:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A154C37B401; Tue, 29 Oct 2002 10:44:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B1F43E3B; Tue, 29 Oct 2002 10:44:36 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIiax3024983; Tue, 29 Oct 2002 10:44:36 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIiaMj024979; Tue, 29 Oct 2002 10:44:36 -0800 (PST) Date: Tue, 29 Oct 2002 10:44:36 -0800 (PST) From: Adam Weinberger Message-Id: <200210291844.g9TIiaMj024979@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44664: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:44:22 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44664 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:44:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4E837B401; Tue, 29 Oct 2002 10:44:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F51843E6E; Tue, 29 Oct 2002 10:44:55 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIitx3025040; Tue, 29 Oct 2002 10:44:55 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIitRo025036; Tue, 29 Oct 2002 10:44:55 -0800 (PST) Date: Tue, 29 Oct 2002 10:44:55 -0800 (PST) From: Adam Weinberger Message-Id: <200210291844.g9TIitRo025036@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44665: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:44:42 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44665 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:45:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBCD37B401; Tue, 29 Oct 2002 10:45:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38AF43E6E; Tue, 29 Oct 2002 10:45:16 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIjGx3025105; Tue, 29 Oct 2002 10:45:16 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIjGCf025101; Tue, 29 Oct 2002 10:45:16 -0800 (PST) Date: Tue, 29 Oct 2002 10:45:16 -0800 (PST) From: Adam Weinberger Message-Id: <200210291845.g9TIjGCf025101@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44666: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:44:59 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44666 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:45:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4554E37B404; Tue, 29 Oct 2002 10:45:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE76543E97; Tue, 29 Oct 2002 10:45:30 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIjUx3025153; Tue, 29 Oct 2002 10:45:30 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIjUjq025149; Tue, 29 Oct 2002 10:45:30 -0800 (PST) Date: Tue, 29 Oct 2002 10:45:30 -0800 (PST) From: Adam Weinberger Message-Id: <200210291845.g9TIjUjq025149@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44667: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:45:19 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44667 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:45:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A4637B401; Tue, 29 Oct 2002 10:45:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CFD43E7B; Tue, 29 Oct 2002 10:45:45 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIjjx3025202; Tue, 29 Oct 2002 10:45:45 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIjj2a025198; Tue, 29 Oct 2002 10:45:45 -0800 (PST) Date: Tue, 29 Oct 2002 10:45:45 -0800 (PST) From: Adam Weinberger Message-Id: <200210291845.g9TIjj2a025198@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44668: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:45:34 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44668 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:46: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FCF37B401; Tue, 29 Oct 2002 10:46:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC48843E8A; Tue, 29 Oct 2002 10:46:03 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIk3x3025247; Tue, 29 Oct 2002 10:46:03 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIk31e025243; Tue, 29 Oct 2002 10:46:03 -0800 (PST) Date: Tue, 29 Oct 2002 10:46:03 -0800 (PST) From: Adam Weinberger Message-Id: <200210291846.g9TIk31e025243@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44669: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:45:51 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44669 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:46:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFB737B401; Tue, 29 Oct 2002 10:46:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0387043ECF; Tue, 29 Oct 2002 10:46:20 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIkKx3025294; Tue, 29 Oct 2002 10:46:20 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIkKWi025290; Tue, 29 Oct 2002 10:46:20 -0800 (PST) Date: Tue, 29 Oct 2002 10:46:20 -0800 (PST) From: Adam Weinberger Message-Id: <200210291846.g9TIkKWi025290@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44670: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:46:09 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44670 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:46:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B58037B401; Tue, 29 Oct 2002 10:46:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C241B43E4A; Tue, 29 Oct 2002 10:46:37 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIkbx3025344; Tue, 29 Oct 2002 10:46:37 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIkbm3025340; Tue, 29 Oct 2002 10:46:37 -0800 (PST) Date: Tue, 29 Oct 2002 10:46:37 -0800 (PST) From: Adam Weinberger Message-Id: <200210291846.g9TIkbm3025340@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44671: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:46:25 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44671 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:46:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 868AE37B401; Tue, 29 Oct 2002 10:46:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6CF43E88; Tue, 29 Oct 2002 10:46:53 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIkrx3025388; Tue, 29 Oct 2002 10:46:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIkrOS025384; Tue, 29 Oct 2002 10:46:53 -0800 (PST) Date: Tue, 29 Oct 2002 10:46:53 -0800 (PST) From: Adam Weinberger Message-Id: <200210291846.g9TIkrOS025384@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44672: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:46:40 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44672 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:47:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69CE37B401; Tue, 29 Oct 2002 10:47:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AC143E7B; Tue, 29 Oct 2002 10:47:10 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIlAx3025439; Tue, 29 Oct 2002 10:47:10 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIlASK025435; Tue, 29 Oct 2002 10:47:10 -0800 (PST) Date: Tue, 29 Oct 2002 10:47:10 -0800 (PST) From: Adam Weinberger Message-Id: <200210291847.g9TIlASK025435@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44673: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:46:57 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44673 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:47:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D23037B401; Tue, 29 Oct 2002 10:47:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E83B43E6E; Tue, 29 Oct 2002 10:47:28 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIlSx3025489; Tue, 29 Oct 2002 10:47:28 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIlSPM025485; Tue, 29 Oct 2002 10:47:28 -0800 (PST) Date: Tue, 29 Oct 2002 10:47:28 -0800 (PST) From: Adam Weinberger Message-Id: <200210291847.g9TIlSPM025485@freefall.freebsd.org> To: adamw@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44674: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:47:15 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44674 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:47:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F9637B401; Tue, 29 Oct 2002 10:47:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F9A43E9E; Tue, 29 Oct 2002 10:47:43 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIlhx3025542; Tue, 29 Oct 2002 10:47:43 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIlhXh025538; Tue, 29 Oct 2002 10:47:43 -0800 (PST) Date: Tue, 29 Oct 2002 10:47:43 -0800 (PST) From: Adam Weinberger Message-Id: <200210291847.g9TIlhXh025538@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44675: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:47:31 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:48: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC65C37B401; Tue, 29 Oct 2002 10:47:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E74A43E42; Tue, 29 Oct 2002 10:47:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIlxx3025588; Tue, 29 Oct 2002 10:47:59 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIlxik025584; Tue, 29 Oct 2002 10:47:59 -0800 (PST) Date: Tue, 29 Oct 2002 10:47:59 -0800 (PST) From: Adam Weinberger Message-Id: <200210291847.g9TIlxik025584@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44676: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:47:47 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44676 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:48:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E467A37B401; Tue, 29 Oct 2002 10:48:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969B143E4A; Tue, 29 Oct 2002 10:48:44 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TImix3025661; Tue, 29 Oct 2002 10:48:44 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TImigN025657; Tue, 29 Oct 2002 10:48:44 -0800 (PST) Date: Tue, 29 Oct 2002 10:48:44 -0800 (PST) From: Adam Weinberger Message-Id: <200210291848.g9TImigN025657@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44677: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:48:12 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44677 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:49: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CAB337B404; Tue, 29 Oct 2002 10:49:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C4C43E88; Tue, 29 Oct 2002 10:49:00 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIn0x3025710; Tue, 29 Oct 2002 10:49:00 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIn064025706; Tue, 29 Oct 2002 10:49:00 -0800 (PST) Date: Tue, 29 Oct 2002 10:49:00 -0800 (PST) From: Adam Weinberger Message-Id: <200210291849.g9TIn064025706@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44678: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:48:48 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44678 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:49:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C411937B401; Tue, 29 Oct 2002 10:49:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771F443E6E; Tue, 29 Oct 2002 10:49:17 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TInHx3025766; Tue, 29 Oct 2002 10:49:17 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TInH9X025762; Tue, 29 Oct 2002 10:49:17 -0800 (PST) Date: Tue, 29 Oct 2002 10:49:17 -0800 (PST) From: Adam Weinberger Message-Id: <200210291849.g9TInH9X025762@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44679: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:49:04 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44679 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:49:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D489937B401; Tue, 29 Oct 2002 10:49:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0943E91; Tue, 29 Oct 2002 10:49:34 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TInYx3025829; Tue, 29 Oct 2002 10:49:34 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TInYIi025825; Tue, 29 Oct 2002 10:49:34 -0800 (PST) Date: Tue, 29 Oct 2002 10:49:34 -0800 (PST) From: Adam Weinberger Message-Id: <200210291849.g9TInYIi025825@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44680: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:49:22 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44680 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:49:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58CF137B401; Tue, 29 Oct 2002 10:49:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CC943E8A; Tue, 29 Oct 2002 10:49:48 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TInmx3025902; Tue, 29 Oct 2002 10:49:48 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TInm0l025897; Tue, 29 Oct 2002 10:49:48 -0800 (PST) Date: Tue, 29 Oct 2002 10:49:48 -0800 (PST) From: Adam Weinberger Message-Id: <200210291849.g9TInm0l025897@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44681: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:49:37 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44681 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E8F37B401; Tue, 29 Oct 2002 10:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A30E43E7B; Tue, 29 Oct 2002 10:50:09 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIo9x3026077; Tue, 29 Oct 2002 10:50:09 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIo9dR026073; Tue, 29 Oct 2002 10:50:09 -0800 (PST) Date: Tue, 29 Oct 2002 10:50:09 -0800 (PST) From: Adam Weinberger Message-Id: <200210291850.g9TIo9dR026073@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44682: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:49:57 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44682 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:50:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4808E37B401; Tue, 29 Oct 2002 10:50:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF3C843E42; Tue, 29 Oct 2002 10:50:57 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIovx3027921; Tue, 29 Oct 2002 10:50:57 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIovrS027915; Tue, 29 Oct 2002 10:50:57 -0800 (PST) Date: Tue, 29 Oct 2002 10:50:57 -0800 (PST) From: Adam Weinberger Message-Id: <200210291850.g9TIovrS027915@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44683: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:50:28 PST 2002 State-Changed-Why: Learn how to spell. Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44683 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:51:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CB137B401; Tue, 29 Oct 2002 10:51:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C2D43E4A; Tue, 29 Oct 2002 10:51:15 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIpEx3028531; Tue, 29 Oct 2002 10:51:14 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIpENe028527; Tue, 29 Oct 2002 10:51:14 -0800 (PST) Date: Tue, 29 Oct 2002 10:51:14 -0800 (PST) From: Adam Weinberger Message-Id: <200210291851.g9TIpENe028527@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44684: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:51:01 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44684 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:51:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15D737B401; Tue, 29 Oct 2002 10:51:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CD543E4A; Tue, 29 Oct 2002 10:51:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIpVx3029312; Tue, 29 Oct 2002 10:51:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIpVn7029308; Tue, 29 Oct 2002 10:51:31 -0800 (PST) Date: Tue, 29 Oct 2002 10:51:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210291851.g9TIpVn7029308@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44685: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:51:19 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44685 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:51:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8CC637B401; Tue, 29 Oct 2002 10:51:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C04143E4A; Tue, 29 Oct 2002 10:51:45 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIpjx3029461; Tue, 29 Oct 2002 10:51:45 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIpjEi029457; Tue, 29 Oct 2002 10:51:45 -0800 (PST) Date: Tue, 29 Oct 2002 10:51:45 -0800 (PST) From: Adam Weinberger Message-Id: <200210291851.g9TIpjEi029457@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44686: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:51:35 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44686 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:52: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5022837B401; Tue, 29 Oct 2002 10:52:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0238343E7B; Tue, 29 Oct 2002 10:52:03 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIq2x3029515; Tue, 29 Oct 2002 10:52:02 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIq2Qe029511; Tue, 29 Oct 2002 10:52:02 -0800 (PST) Date: Tue, 29 Oct 2002 10:52:02 -0800 (PST) From: Adam Weinberger Message-Id: <200210291852.g9TIq2Qe029511@freefall.freebsd.org> To: alane@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44687: TODAY IS TROLL TUESDAY!!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TODAY IS TROLL TUESDAY!!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:51:51 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44687 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:53: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF83D37B401; Tue, 29 Oct 2002 10:52:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C2E43E88; Tue, 29 Oct 2002 10:52:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIqxx3029583; Tue, 29 Oct 2002 10:52:59 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIqx7D029579; Tue, 29 Oct 2002 10:52:59 -0800 (PST) Date: Tue, 29 Oct 2002 10:52:59 -0800 (PST) From: Adam Weinberger Message-Id: <200210291852.g9TIqx7D029579@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44688: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:52:39 PST 2002 State-Changed-Why: At 10 in the morning? Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44688 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:53:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B091737B404; Tue, 29 Oct 2002 10:53:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5010D43E6E; Tue, 29 Oct 2002 10:53:13 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIrDx3029628; Tue, 29 Oct 2002 10:53:13 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIrDR7029624; Tue, 29 Oct 2002 10:53:13 -0800 (PST) Date: Tue, 29 Oct 2002 10:53:13 -0800 (PST) From: Adam Weinberger Message-Id: <200210291853.g9TIrDR7029624@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44689: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:53:02 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44689 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:53:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9025D37B401; Tue, 29 Oct 2002 10:53:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD2F43E3B; Tue, 29 Oct 2002 10:53:28 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIrRx3029689; Tue, 29 Oct 2002 10:53:27 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIrRlW029685; Tue, 29 Oct 2002 10:53:27 -0800 (PST) Date: Tue, 29 Oct 2002 10:53:27 -0800 (PST) From: Adam Weinberger Message-Id: <200210291853.g9TIrRlW029685@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44690: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:53:17 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44690 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:53:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A45EB37B401; Tue, 29 Oct 2002 10:53:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57CA143E3B; Tue, 29 Oct 2002 10:53:43 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIrhx3029735; Tue, 29 Oct 2002 10:53:43 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIrhN7029731; Tue, 29 Oct 2002 10:53:43 -0800 (PST) Date: Tue, 29 Oct 2002 10:53:43 -0800 (PST) From: Adam Weinberger Message-Id: <200210291853.g9TIrhN7029731@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44691: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:53:32 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44691 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:53:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBC837B401; Tue, 29 Oct 2002 10:53:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8177443E4A; Tue, 29 Oct 2002 10:53:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIrux3029797; Tue, 29 Oct 2002 10:53:56 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIruEs029793; Tue, 29 Oct 2002 10:53:56 -0800 (PST) Date: Tue, 29 Oct 2002 10:53:56 -0800 (PST) From: Adam Weinberger Message-Id: <200210291853.g9TIruEs029793@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44692: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:53:44 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44692 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:54:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21AE737B401; Tue, 29 Oct 2002 10:54:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864F443E4A; Tue, 29 Oct 2002 10:54:58 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIswx3029871; Tue, 29 Oct 2002 10:54:58 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIswCp029867; Tue, 29 Oct 2002 10:54:58 -0800 (PST) Date: Tue, 29 Oct 2002 10:54:58 -0800 (PST) From: Adam Weinberger Message-Id: <200210291854.g9TIswCp029867@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44693: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:54:01 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44693 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:55:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB92337B404; Tue, 29 Oct 2002 10:55:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9AB43E8A; Tue, 29 Oct 2002 10:55:29 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TItSx3029938; Tue, 29 Oct 2002 10:55:28 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TItSjx029934; Tue, 29 Oct 2002 10:55:28 -0800 (PST) Date: Tue, 29 Oct 2002 10:55:28 -0800 (PST) From: Adam Weinberger Message-Id: <200210291855.g9TItSjx029934@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44694: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:55:18 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44694 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:55:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D0837B401; Tue, 29 Oct 2002 10:55:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A1D43E88; Tue, 29 Oct 2002 10:55:48 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TItmx3029996; Tue, 29 Oct 2002 10:55:48 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TItmup029992; Tue, 29 Oct 2002 10:55:48 -0800 (PST) Date: Tue, 29 Oct 2002 10:55:48 -0800 (PST) From: Adam Weinberger Message-Id: <200210291855.g9TItmup029992@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44695: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:55:36 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44695 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:56: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63D137B401; Tue, 29 Oct 2002 10:56:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E30B43E4A; Tue, 29 Oct 2002 10:56:02 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIu2x3030045; Tue, 29 Oct 2002 10:56:02 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIu2VR030041; Tue, 29 Oct 2002 10:56:02 -0800 (PST) Date: Tue, 29 Oct 2002 10:56:02 -0800 (PST) From: Adam Weinberger Message-Id: <200210291856.g9TIu2VR030041@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44696: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:55:52 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44696 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:56:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 160B937B401; Tue, 29 Oct 2002 10:56:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6FF43E77; Tue, 29 Oct 2002 10:56:23 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIuNx3030099; Tue, 29 Oct 2002 10:56:23 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIuNjA030094; Tue, 29 Oct 2002 10:56:23 -0800 (PST) Date: Tue, 29 Oct 2002 10:56:23 -0800 (PST) From: Adam Weinberger Message-Id: <200210291856.g9TIuNjA030094@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44697: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:56:05 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44697 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 10:58:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE67537B401; Tue, 29 Oct 2002 10:58:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1AA243E42; Tue, 29 Oct 2002 10:58:20 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TIwKx3030265; Tue, 29 Oct 2002 10:58:20 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TIwK2q030261; Tue, 29 Oct 2002 10:58:20 -0800 (PST) Date: Tue, 29 Oct 2002 10:58:20 -0800 (PST) From: Adam Weinberger Message-Id: <200210291858.g9TIwK2q030261@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44698: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 10:56:26 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44698 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 2:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221BA37B401; Tue, 29 Oct 2002 11:02:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C997443E42; Tue, 29 Oct 2002 11:02:39 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ2dx3033774; Tue, 29 Oct 2002 11:02:39 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ2dbs033770; Tue, 29 Oct 2002 11:02:39 -0800 (PST) Date: Tue, 29 Oct 2002 11:02:39 -0800 (PST) From: Adam Weinberger Message-Id: <200210291902.g9TJ2dbs033770@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44699: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:02:23 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44699 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 2:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F29637B401; Tue, 29 Oct 2002 11:02:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69BC43E77; Tue, 29 Oct 2002 11:02:54 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ2sx3033828; Tue, 29 Oct 2002 11:02:54 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ2sab033824; Tue, 29 Oct 2002 11:02:54 -0800 (PST) Date: Tue, 29 Oct 2002 11:02:54 -0800 (PST) From: Adam Weinberger Message-Id: <200210291902.g9TJ2sab033824@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44700: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:02:44 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 3: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A40B37B401; Tue, 29 Oct 2002 11:03:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C5C43E8A; Tue, 29 Oct 2002 11:03:06 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ36x3033885; Tue, 29 Oct 2002 11:03:06 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ36ri033881; Tue, 29 Oct 2002 11:03:06 -0800 (PST) Date: Tue, 29 Oct 2002 11:03:06 -0800 (PST) From: Adam Weinberger Message-Id: <200210291903.g9TJ36ri033881@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44701: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:02:56 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44701 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 3:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7F337B401; Tue, 29 Oct 2002 11:03:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8008543E75; Tue, 29 Oct 2002 11:03:52 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ3qx3033975; Tue, 29 Oct 2002 11:03:52 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ3qIW033971; Tue, 29 Oct 2002 11:03:52 -0800 (PST) Date: Tue, 29 Oct 2002 11:03:52 -0800 (PST) From: Adam Weinberger Message-Id: <200210291903.g9TJ3qIW033971@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44702: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:03:10 PST 2002 State-Changed-Why: Seriously, what a waste of a high. Put down the keyboard and go watch cartoons and get some food. Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44702 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 4: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7628C37B401; Tue, 29 Oct 2002 11:04:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9F943E6E; Tue, 29 Oct 2002 11:04:05 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ45x3034026; Tue, 29 Oct 2002 11:04:05 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ45iA034022; Tue, 29 Oct 2002 11:04:05 -0800 (PST) Date: Tue, 29 Oct 2002 11:04:05 -0800 (PST) From: Adam Weinberger Message-Id: <200210291904.g9TJ45iA034022@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44703: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:03:54 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44703 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 4:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB6A37B401; Tue, 29 Oct 2002 11:04:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121BB43E6E; Tue, 29 Oct 2002 11:04:17 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ4Gx3034070; Tue, 29 Oct 2002 11:04:16 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ4GkJ034066; Tue, 29 Oct 2002 11:04:16 -0800 (PST) Date: Tue, 29 Oct 2002 11:04:16 -0800 (PST) From: Adam Weinberger Message-Id: <200210291904.g9TJ4GkJ034066@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44704: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:04:06 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44704 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 4:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B01537B401; Tue, 29 Oct 2002 11:04:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F30A43E42; Tue, 29 Oct 2002 11:04:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ4Vx3034118; Tue, 29 Oct 2002 11:04:31 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ4V6x034114; Tue, 29 Oct 2002 11:04:31 -0800 (PST) Date: Tue, 29 Oct 2002 11:04:31 -0800 (PST) From: Adam Weinberger Message-Id: <200210291904.g9TJ4V6x034114@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44705: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:04:19 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44705 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 4:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB72C37B401; Tue, 29 Oct 2002 11:04:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0FF43E6E; Tue, 29 Oct 2002 11:04:50 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ4ox3034171; Tue, 29 Oct 2002 11:04:50 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ4oPK034167; Tue, 29 Oct 2002 11:04:50 -0800 (PST) Date: Tue, 29 Oct 2002 11:04:50 -0800 (PST) From: Adam Weinberger Message-Id: <200210291904.g9TJ4oPK034167@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44706: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:04:37 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44706 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 5: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0962237B401; Tue, 29 Oct 2002 11:05:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766E143EA9; Tue, 29 Oct 2002 11:05:05 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ55x3035109; Tue, 29 Oct 2002 11:05:05 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ558N035105; Tue, 29 Oct 2002 11:05:05 -0800 (PST) Date: Tue, 29 Oct 2002 11:05:05 -0800 (PST) From: Adam Weinberger Message-Id: <200210291905.g9TJ558N035105@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44707: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:04:55 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44707 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 5:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF0D137B401; Tue, 29 Oct 2002 11:05:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A286043E75; Tue, 29 Oct 2002 11:05:18 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ5Ix3038161; Tue, 29 Oct 2002 11:05:18 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ5Iwj038154; Tue, 29 Oct 2002 11:05:18 -0800 (PST) Date: Tue, 29 Oct 2002 11:05:18 -0800 (PST) From: Adam Weinberger Message-Id: <200210291905.g9TJ5Iwj038154@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44708: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:05:08 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44708 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 5:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED0537B401; Tue, 29 Oct 2002 11:05:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0131E43E6E; Tue, 29 Oct 2002 11:05:34 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ5Xx3039022; Tue, 29 Oct 2002 11:05:33 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ5Xww039018; Tue, 29 Oct 2002 11:05:33 -0800 (PST) Date: Tue, 29 Oct 2002 11:05:33 -0800 (PST) From: Adam Weinberger Message-Id: <200210291905.g9TJ5Xww039018@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44709: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:05:21 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44709 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11: 5:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BC637B401; Tue, 29 Oct 2002 11:05:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FF643E77; Tue, 29 Oct 2002 11:05:51 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ5px3039066; Tue, 29 Oct 2002 11:05:51 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ5pSv039062; Tue, 29 Oct 2002 11:05:51 -0800 (PST) Date: Tue, 29 Oct 2002 11:05:51 -0800 (PST) From: Adam Weinberger Message-Id: <200210291905.g9TJ5pSv039062@freefall.freebsd.org> To: alfred@FreeBSD.org, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: junk/44710: I'M TOTALLY STONED!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I'M TOTALLY STONED!!! State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Tue Oct 29 11:05:37 PST 2002 State-Changed-Why: Not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=44710 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 11:54:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F6F37B401 for ; Tue, 29 Oct 2002 11:54:28 -0800 (PST) Received: from mail.qlo.com (blitzen.qlo.com [142.165.150.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C2343E4A for ; Tue, 29 Oct 2002 11:54:17 -0800 (PST) (envelope-from shurd@sasktel.net) Received: from sharon ([142.165.59.202]) by mail.qlo.com (Netscape Messaging Server 4.15 blitzen Jan 17 2002 00:23:08) with ESMTP id H4RDXN00.106 for ; Tue, 29 Oct 2002 13:53:47 -0600 Date: Tue, 29 Oct 2002 14:11:51 -0600 From: Stephen Hurd To: freebsd-ports@FreeBSD.org Subject: Importance of using correct hierarchy for ports. Message-Id: <20021029141151.5e803c78.shurd@sasktel.net> X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, I've got a popular BBS package that recently went GPL ported and running great on FreeBSD... my question is how important is it ti use $PREFIX/bin, sbin, etc, and so forth? I'll have the port submitted by the time an actual release of the software is out (most likely with the month) but it is really used to having everything under one directory due to it's origin in the DOS world. Not many places actually ASSUME that everything is in that dir, but a good number of them do. How acceptable is creating a new directory under $PREFIX to contain the whole package? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 12: 0:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1345037B404 for ; Tue, 29 Oct 2002 12:00:23 -0800 (PST) Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4160E43E88 for ; Tue, 29 Oct 2002 12:00:22 -0800 (PST) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA30874 for ; Tue, 29 Oct 2002 11:50:17 -0800 (PST) Date: Tue, 29 Oct 2002 11:50:16 -0800 (PST) From: Julian Elischer To: ports@freebsd.org Subject: graphics/gle missing dependency? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I cannot compile this (needed by other ports due to the following missing includes etc.) this suggests it has dependedncies.. (that are not registered) where do these files come from? (I know nix about X11..). ===> Building for gle-3.0.3 make all-recursive Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/i nclude -O -pipe -Wall -c ex_angle.c rm -f .libs/ex_angle.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -Wall -c ex_angle. c -fPIC -DPIC -o .libs/ex_angle.lo In file included from ex_angle.c:26: port.h:191: GL/gl.h: No such file or directory port.h:192: GL/glu.h: No such file or directory *bang* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 12:10: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAB9E37B404 for ; Tue, 29 Oct 2002 12:10:05 -0800 (PST) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D6C43E42 for ; Tue, 29 Oct 2002 12:10:04 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.6/8.12.6) with ESMTP id g9TKA3vh003146 for ; Tue, 29 Oct 2002 14:10:04 -0600 (CST) (envelope-from ler@lerctr.org) Subject: ports-bugs? From: Larry Rosenman To: freebsd-ports@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 14:10:03 -0600 Message-Id: <1035922204.509.28.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kris, Whatever happened to the proposed switch of GNATS ports reports to ports-bugs? Thanks, LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 12:20: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0903137B401 for ; Tue, 29 Oct 2002 12:20:08 -0800 (PST) Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B1043E42 for ; Tue, 29 Oct 2002 12:20:07 -0800 (PST) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA31011 for ; Tue, 29 Oct 2002 12:06:51 -0800 (PST) Date: Tue, 29 Oct 2002 12:06:50 -0800 (PST) From: Julian Elischer To: ports@freebsd.org Subject: further on GL/gl.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org the following ports all install teh same file: julian# find . -name "pkg-plist" |xargs grep "GL/gl.h" ./graphics/Mesa3/pkg-plist:%%XFREE3:%%include/GL/gl.h ./graphics/linux_mesa/pkg-plist:usr/include/GL/gl.h ./graphics/linux_mesa3/pkg-plist:usr/X11R6/include/GL/gl.h ./graphics/utah-glx/pkg-plist:include/GL/gl.h ./devel/mingw-opengl-headers/pkg-plist:i386-mingw32msvc/include/GL/gl.h ./x11/XFree86-4-libraries/pkg-plist:include/GL/gl.h this means that if you delete one..... oops the other packages are screwed.. I just go bit by this.. (see other email) Any suggestions as to how this might be handled? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 12:30:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A17C37B401 for ; Tue, 29 Oct 2002 12:30:36 -0800 (PST) Received: from mail.ocis.net (mailserver.ocis.net [209.52.173.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB75443E42 for ; Tue, 29 Oct 2002 12:30:35 -0800 (PST) (envelope-from fcash@ocis.net) Received: from mailserver.ocis.net ([127.0.0.1] helo=ocis.net) by mail.ocis.net with esmtp (Exim 3.34 #1) id 186d0Q-0002Ob-00 for ports@freebsd.org; Tue, 29 Oct 2002 12:30:30 -0800 From: "Freddie Cash" To: ports@freebsd.org Reply-To: fcash@bigfoot.com Subject: Changing port versions/names (end-of-life??) Date: Tue, 29 Oct 2002 12:30:30 -0800 Message-Id: <20021029123030.M95980@ocis.net> X-Mailer: Open WebMail 1.60 20020125 X-OriginatingIP: 207.23.161.23 (fcash) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings group, I'm the maintainer of the DansGuardian ports (www/dansguardian and www/dansguardian-devel). Currently, these ports track the release (2.2.x) and stable (2.4.x) series of DansGuardian. 2.2.x has been end-of-lifed (actually a few months ago), and a new devel release has been made (2.5.x). How does one move ports around? For instance, I'd like to drop support for 2.2.x, move 2.4.x to www/dansguardian and start supporting 2.5.x via www/dansguardian. Is is as simple as submitting a PR with a patch to move www/dansguardian from 2.2.x to 2.4.x, and another PR to move www/dansguardian-devel from 2.4.x to 2.5.x? Or is there another mechanism? Should I move the ports to version-based names like www/dansguardian22 and www/dansguardian24 and keep www/dansguardian-devel as the development port? How have others handled these kinds of situations? Are there guidelines posted somewhere? Didn't notice anything like this in the Porter's Handbook last time I checked, but that was several weeks/months ago, so it may have changed. Any and all comments/suggestions greatly appreciated. Please cc: me, as I am no longer subscribed to this list. Thanks. Freddie fcash@bigfoot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 13:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D992737B401 for ; Tue, 29 Oct 2002 13:30:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2175743E75 for ; Tue, 29 Oct 2002 13:30: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 g9TLU0x3000176 for ; Tue, 29 Oct 2002 13:30: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 g9TLU0MV000175; Tue, 29 Oct 2002 13:30:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB3437B401 for ; Tue, 29 Oct 2002 13:28:30 -0800 (PST) Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F1743E42 for ; Tue, 29 Oct 2002 13:28:30 -0800 (PST) (envelope-from bdodson@scms.utmb.EDU) Received: from histidine.utmb.edu (localhost [127.0.0.1]) by histidine.utmb.edu (8.12.6/8.12.6) with ESMTP id g9TLSA20028043 for ; Tue, 29 Oct 2002 15:28:10 -0600 (CST) (envelope-from bdodson@histidine.utmb.edu) Received: (from root@localhost) by histidine.utmb.edu (8.12.6/8.12.6/Submit) id g9TLSA7Z028042; Tue, 29 Oct 2002 15:28:10 -0600 (CST) Message-Id: <200210292128.g9TLSA7Z028042@histidine.utmb.edu> Date: Tue, 29 Oct 2002 15:28:10 -0600 (CST) From: "M. L. Dodson" Reply-To: "M. L. Dodson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44711: Update port: biology/nab Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44711 >Category: ports >Synopsis: Update port: biology/nab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 13:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: M. L. Dodson >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: University of Texas Medical Branch >Environment: System: FreeBSD histidine.utmb.edu 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Mon Sep 9 13:34:38 CDT 2002 root@histidine.utmb.edu:/usr/obj/usr/src/sys/HISTIDINE i386 >Description: Update biology/nab port to cope with new version of bison and add alternate entry for MASTER_SITES >How-To-Repeat: >Fix: output of diff -ruN nab.bak nab: diff -ruN nab.bak/Makefile nab/Makefile --- nab.bak/Makefile Tue Jul 16 01:18:16 2002 +++ nab/Makefile Tue Oct 29 15:11:16 2002 @@ -1,12 +1,13 @@ # New ports collection Makefile for: nab # Date created: Sept. 10, 2000 # Whom: M. L. Dodson -# $FreeBSD: ports/biology/nab/Makefile,v 1.6 2002/07/16 06:18:16 ijliao Exp $ +# $FreeBSD:$ PORTNAME= nab PORTVERSION= 4.4 CATEGORIES= biology -MASTER_SITES= ftp://ftp.scripps.edu/pub/case/ +MASTER_SITES= ftp://ftp.scripps.edu/pub/case/ \ + http://www.scripps.edu/case/ MAINTAINER= bdodson@scms.utmb.edu diff -ruN nab.bak/files/patch-nabgrm.y nab/files/patch-nabgrm.y --- nab.bak/files/patch-nabgrm.y Wed Dec 31 18:00:00 1969 +++ nab/files/patch-nabgrm.y Tue Oct 29 15:00:54 2002 @@ -0,0 +1,11 @@ +--- src/nabgrm.y.orig Tue Oct 29 13:04:56 2002 ++++ src/nabgrm.y Tue Oct 29 13:40:29 2002 +@@ -244,7 +244,7 @@ + expr_stmt : expr SYM_SEMICOLON + { CG_genmain(); CG_genexpr( $1 ); + CG_genop( NULL, SYM_SEMICOLON ); } ; +-if_stmt : if_hdr stmt ; ++if_stmt : if_hdr stmt + | if_hdr stmt SYM_ELSE + { CG_genrword( SYM_ELSE ); } stmt ; + for_stmt : for_hdr stmt ; diff -ruN nab.bak/files/patch-parser.y nab/files/patch-parser.y --- nab.bak/files/patch-parser.y Wed Dec 31 18:00:00 1969 +++ nab/files/patch-parser.y Tue Oct 29 15:00:54 2002 @@ -0,0 +1,10 @@ +--- tleap/parser.y.orig Tue Oct 29 13:46:35 2002 ++++ tleap/parser.y Tue Oct 29 13:48:18 2002 +@@ -220,6 +220,7 @@ + { + return; + } ++ ; + + line : LENDOFCOMMAND + | instruct >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 13:43:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713C237B401; Tue, 29 Oct 2002 13:43:20 -0800 (PST) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A906E43E42; Tue, 29 Oct 2002 13:43:19 -0800 (PST) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g9TLiZN12056; Tue, 29 Oct 2002 16:44:35 -0500 (EST) (envelope-from bmilekic@unixdaemons.com) Date: Tue, 29 Oct 2002 16:44:35 -0500 From: Bosko Milekic To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44645: TODAY IS TROLL TUESDAY!!!! Message-ID: <20021029164435.A12024@unixdaemons.com> References: <200210291822.g9TIMHWp002793@www.freebsd.org> <200210291830.g9TIU5iF015563@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200210291830.g9TIU5iF015563@freefall.freebsd.org>; from FreeBSD-gnats-submit@FreeBSD.org on Tue, Oct 29, 2002 at 10:30:05AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just for the record: I have nothing to do with this, in fact I remain fairly inactive these days. I have no idea who this person is or why they have decided to use *me* as the originator. heck, I don't even idle on IRC anymore! So, yeah, stop Emailing me with "is this really you" emails. K thx. -Bosko On Tue, Oct 29, 2002 at 10:30:05AM -0800, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/44645'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=44645 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: TODAY IS TROLL TUESDAY!!!! > >Arrival-Date: Tue Oct 29 10:30:05 PST 2002 > -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 13:47:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30E4137B407 for ; Tue, 29 Oct 2002 13:47:53 -0800 (PST) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E3143E3B for ; Tue, 29 Oct 2002 13:47:52 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 54C262178C for ; Tue, 29 Oct 2002 16:47:52 -0500 (EST) Received: by onceler.kciLink.com (Postfix, from userid 100) id 4006F3D17; Tue, 29 Oct 2002 16:47:52 -0500 (EST) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Vivek Khera To: freebsd-ports@freebsd.org Subject: Re: ports/44568: samba without CUPS still links CUPS Newsgroups: ml.freebsd.ports References: <200210281610.g9SGA2aZ000406@freefall.freebsd.org> X-Trace: lorax.kciLink.com 1035927221 20580 216.194.193.106 (29 Oct 2002 21:33:41 GMT) X-Complaints-To: daemon@kciLink.com X-Virus-Scanned: by amavisd-new amavisd-new-20020630 (@kci) X-Razor-id: 8f49dbe57df1fbd46164d54c8efca2055f911c23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>>>> "a" == alane writes: >> I upgraded samba to 2.2.6 from 2.2.5 last week. Printing from Win2000 >> (fully updated/patched) stopped working. There was an error in the >> log.smb file about not being able to reach a CUPS server, so I decided a> Vivek - pardon my idioms, but so ****ing what? Nothing is harmed. The "so ****ing what" is that printing just doesn't work in this situation. You have to *physically* remove CUPS from being linked into samba, or BSD printing won't work. If I don't use CUPS, but have the CUPS libs on this box for some other reason (such as KDE), then samba will link to it, and then BSD printing will fail. It is clearly a samba bug that BSD printing fails when CUPS is present, but the configuration option is a FreeBSD port buglet. It is a trivial patch to the FreeBSD Makefile to work around it. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 13:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E3137B401 for ; Tue, 29 Oct 2002 13:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D4743E42 for ; Tue, 29 Oct 2002 13:50: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 g9TLo3x3007062 for ; Tue, 29 Oct 2002 13:50: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 g9TLo3Sp007061; Tue, 29 Oct 2002 13:50:03 -0800 (PST) Date: Tue, 29 Oct 2002 13:50:03 -0800 (PST) Message-Id: <200210292150.g9TLo3Sp007061@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bosko Milekic Subject: Re: ports/44645: TODAY IS TROLL TUESDAY!!!! Reply-To: Bosko Milekic Sender: owner-freebsd-ports@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 junk/44645; it has been noted by GNATS. From: Bosko Milekic To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/44645: TODAY IS TROLL TUESDAY!!!! Date: Tue, 29 Oct 2002 16:44:35 -0500 Just for the record: I have nothing to do with this, in fact I remain fairly inactive these days. I have no idea who this person is or why they have decided to use *me* as the originator. heck, I don't even idle on IRC anymore! So, yeah, stop Emailing me with "is this really you" emails. K thx. -Bosko On Tue, Oct 29, 2002 at 10:30:05AM -0800, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/44645'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=44645 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: TODAY IS TROLL TUESDAY!!!! > >Arrival-Date: Tue Oct 29 10:30:05 PST 2002 > -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 13:58:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39BB337B401; Tue, 29 Oct 2002 13:58:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05FD43E75; Tue, 29 Oct 2002 13:58:58 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TLwwx3010547; Tue, 29 Oct 2002 13:58:58 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TLwrm5010529; Tue, 29 Oct 2002 13:58:53 -0800 (PST) Date: Tue, 29 Oct 2002 13:58:53 -0800 (PST) From: Patrick Li Message-Id: <200210292158.g9TLwrm5010529@freefall.freebsd.org> To: mwm@mired.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44584: The TMDA port is out of date. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The TMDA port is out of date. State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Oct 29 13:58:42 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44584 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14: 2:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C507B37B401; Tue, 29 Oct 2002 14:02:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BA543E3B; Tue, 29 Oct 2002 14:02:26 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TM2Qx3013963; Tue, 29 Oct 2002 14:02:26 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TM2PwQ013955; Tue, 29 Oct 2002 14:02:25 -0800 (PST) Date: Tue, 29 Oct 2002 14:02:25 -0800 (PST) From: Patrick Li Message-Id: <200210292202.g9TM2PwQ013955@freefall.freebsd.org> To: sergei@kolobov.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44591: [MAINTAINER] Update mail/qconfirm to 0.6.0 Sender: owner-freebsd-ports@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 mail/qconfirm to 0.6.0 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Oct 29 14:02:14 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44591 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA8C37B401 for ; Tue, 29 Oct 2002 14:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D8943E97 for ; Tue, 29 Oct 2002 14: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 g9TMK1x3022520 for ; Tue, 29 Oct 2002 14:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TMK119022519; Tue, 29 Oct 2002 14:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E08137B401 for ; Tue, 29 Oct 2002 14:14:01 -0800 (PST) Received: from loops.nilpotent.org (loops.nilpotent.org [12.17.163.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 3903B43E6E for ; Tue, 29 Oct 2002 14:14:00 -0800 (PST) (envelope-from silence@nilpotent.org) Received: (qmail 39010 invoked from network); 29 Oct 2002 22:13:45 -0000 Received: from unknown (root@202.179.157.44) by loops.nilpotent.org with QMTP; 29 Oct 2002 22:13:45 -0000 Received: (qmail 948 invoked by uid 500); 29 Oct 2002 22:13:33 -0000 Message-Id: <20021029221333.947.qmail@homeworld.nilpotent.org> Date: 29 Oct 2002 22:13:33 -0000 From: Faried Nawaz Reply-To: Faried Nawaz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44712: python port doesn't install symlink as 'python2' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44712 >Category: ports >Synopsis: python port doesn't install symlink as 'python2' >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 14:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Faried Nawaz >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD homeworld.nilpotent.org 4.7-RC FreeBSD 4.7-RC #4: Fri Sep 20 21:17:53 PKST 2002 root@homeworld.nilpotent.org:/data-one/obj/data-three/freebsd_src/sys/homeworld i386 Python port from the latest ports tree. >Description: The python port installs python, but doesn't do ln -sf ${LOCALBASE}/bin/python ${LOCALBASE}/bin/python2 This is extremely useful to have -- a lot of scripts out there (especially from linuxland) depend on #!/usr/bin/env python2 (since "python" may or may not be python1.5). >How-To-Repeat: Install the python port. >Fix: ln -sf ${LOCALBASE}/bin/python ${LOCALBASE}/bin/python2 somewhere in the post-install stage. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5180437B404 for ; Tue, 29 Oct 2002 14:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8B443E7B for ; Tue, 29 Oct 2002 14:20: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 g9TMK1x3022533 for ; Tue, 29 Oct 2002 14:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TMK1nT022532; Tue, 29 Oct 2002 14:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8815637B404 for ; Tue, 29 Oct 2002 14:19:59 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 3475B43E91 for ; Tue, 29 Oct 2002 14:19:58 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 85956 invoked by uid 911); 29 Oct 2002 22:19:55 -0000 Message-Id: <20021029221955.85955.qmail@outpost.globcon.net> Date: 29 Oct 2002 22:19:55 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: xaa+ports@madison-gurkha.com X-Send-Pr-Version: 3.113 Subject: ports/44713: [PATCH] Unbreak devel/libslang by updating to 1.4.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44713 >Category: ports >Synopsis: [PATCH] Unbreak devel/libslang by updating to 1.4.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 14:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.6-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: devel/libslang is currently broken due to checksum errors (distfile changed?). Unbreak by updating to the latest (1.4.6) version. - Update to 1.4.6 - Regenerate patch-aa (Port maintainer has been copied). >How-To-Repeat: >Fix: --- libslang-1.4.6.patch begins here --- diff -ruN /data/FreeBSD/ports/devel/libslang/Makefile /home/sgk/ports/devel/libslang/Makefile --- /data/FreeBSD/ports/devel/libslang/Makefile Sun Feb 17 23:45:49 2002 +++ /home/sgk/ports/devel/libslang/Makefile Tue Oct 29 23:21:12 2002 @@ -6,7 +6,7 @@ # PORTNAME= libslang -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ DISTNAME= slang-${PORTVERSION} diff -ruN /data/FreeBSD/ports/devel/libslang/distinfo /home/sgk/ports/devel/libslang/distinfo --- /data/FreeBSD/ports/devel/libslang/distinfo Sun Feb 17 23:45:49 2002 +++ /home/sgk/ports/devel/libslang/distinfo Tue Oct 29 23:23:49 2002 @@ -1 +1 @@ -MD5 (slang-1.4.5.tar.bz2) = 380f5d0c306b70125a110f54814e26a3 +MD5 (slang-1.4.6.tar.bz2) = a69e9ba14f975d9be85af135017d98f1 diff -ruN /data/FreeBSD/ports/devel/libslang/files/patch-aa /home/sgk/ports/devel/libslang/files/patch-aa --- /data/FreeBSD/ports/devel/libslang/files/patch-aa Sun Feb 17 23:45:51 2002 +++ /home/sgk/ports/devel/libslang/files/patch-aa Wed Oct 30 04:06:03 2002 @@ -1,67 +1,28 @@ ---- configure.orig Sun Feb 10 08:39:19 2002 -+++ configure Sun Feb 17 18:24:45 2002 -@@ -1832,8 +1832,8 @@ - #define HAVE_DLFCN_H 1 - EOF - -- echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:1837: checking for dlopen in -ldl" >&5 -+ echo $ac_n "checking for dlopenl""... $ac_c" 1>&6 -+echo "configure:1837: checking for dlopen" >&5 - ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -1868,7 +1868,7 @@ - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - -- DYNAMIC_LINK_LIB="-ldl" -+ DYNAMIC_LINK_LIB="" - cat >> confdefs.h <<\EOF - #define HAVE_DLOPEN 1 - EOF -@@ -1943,7 +1943,7 @@ - - ELFLIB="lib\$(THIS_LIB).so" - ELFLIB_MAJOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)" --ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION)" -+ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)" - - case "$host_os" in - *linux* ) -@@ -2038,7 +2038,7 @@ - ELF_CFLAGS="$CFLAGS -fPIC" - ELF_LINK="$CC -shared" - ELF_LINK_CMD="\$(ELF_LINK)" -- ELF_DEP_LIBS="\$(DL_LIB) -lm -lc" -+ ELF_DEP_LIBS="\$(DL_LIB) -lm" - CC_SHARED="$CC $CFLAGS -shared -fPIC" - esac - -@@ -2063,6 +2063,19 @@ - IEEE_CFLAGS="-ieee_with_no_inexact" - fi - ;; -+ *freebsd* ) +--- configure.orig Wed Oct 30 03:37:23 2002 ++++ configure Wed Oct 30 03:56:57 2002 +@@ -2033,6 +2033,18 @@ + ELFLIB_MAJOR="lib\$(THIS_LIB).\$(ELF_MAJOR_VERSION).dylib" + ELFLIB_MAJOR_MINOR="lib\$(THIS_LIB).\$(ELF_MAJOR_VERSION).\$(ELF_MINOR_VERSION).dylib" + ;; ++ *freebsd* ) ++ ELFLIB_MAJOR_MINOR="\$(ELFLIB).\$(ELF_MAJOR_VERSION)" ++ ELF_CC="\$(CC)" ++ ELF_CFLAGS="\$(CFLAGS) -fPIC" + if [ $PORTOBJFORMAT = elf ]; then -+ ELF_CC="\$(CC)" -+ ELF_CFLAGS="\$(CFLAGS) -fPIC" + ELF_LINK="\$(CC) -shared -Wl,-soname,\$(ELFLIB_MAJOR)" -+ ELF_LINK_CMD="\$(ELF_LINK)" + else -+ ELF_CC="\$(CC)" -+ ELF_CFLAGS="\$(CFLAGS) -fPIC" + ELF_LINK="ld -Bshareable -x" -+ ELF_LINK_CMD="\$(ELF_LINK)" + fi ++ ELF_LINK_CMD="\$(ELF_LINK)" ++ ELF_DEP_LIBS="\$(DL_LIB) -lm" + ;; * ) - IEEE_CFLAGS="" - esac -@@ -2432,16 +2445,8 @@ + echo "Note: ELF compiler for host_os=$host_os may be wrong" + ELF_CC="$CC" +@@ -2438,16 +2489,8 @@ echo $ac_n "checking SLANG_VERSION""... $ac_c" 1>&6 - echo "configure:2435: checking SLANG_VERSION" >&5 + echo "configure:2441: checking SLANG_VERSION" >&5 -slang_version=`grep "^#define *SLANG_VERSION " $srcdir/src/slang.h | - awk '{ print $3 }'` -slang_major_version=`echo $slang_version | @@ -73,7 +34,7 @@ - -slang_minor_version="$slang_minor_version.$slang_mminor_version" +slang_major_version=1 -+slang_miner_version=5 ++slang_minor_version=5 slang_version="$slang_major_version.$slang_minor_version" echo "$ac_t""$slang_version" 1>&6 --- libslang-1.4.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:28:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E9A37B401; Tue, 29 Oct 2002 14:28:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF0343E8A; Tue, 29 Oct 2002 14:28:48 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TMSmx3025962; Tue, 29 Oct 2002 14:28:48 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TMSmPp025958; Tue, 29 Oct 2002 14:28:48 -0800 (PST) Date: Tue, 29 Oct 2002 14:28:48 -0800 (PST) From: Patrick Li Message-Id: <200210292228.g9TMSmPp025958@freefall.freebsd.org> To: bdodson@scms.utmb.EDU, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44711: Update port: biology/nab Sender: owner-freebsd-ports@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: biology/nab State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Tue Oct 29 14:28:37 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44711 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:30: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFEF37B401 for ; Tue, 29 Oct 2002 14:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5EB43E3B for ; Tue, 29 Oct 2002 14:30: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 g9TMU1x3026071 for ; Tue, 29 Oct 2002 14:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TMU1mG026070; Tue, 29 Oct 2002 14:30:01 -0800 (PST) Date: Tue, 29 Oct 2002 14:30:01 -0800 (PST) Message-Id: <200210292230.g9TMU1mG026070@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Olivier Tharan Subject: Re: ports/44478: Upgrade to misc/uf-view Reply-To: Olivier Tharan Sender: owner-freebsd-ports@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/44478; it has been noted by GNATS. From: Olivier Tharan To: Jonathan McGee Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/44478: Upgrade to misc/uf-view Date: Tue, 29 Oct 2002 23:18:07 +0100 * Jonathan McGee (20021025 20:42): > Upgraded the misc/uf-view port to 2.0 as well as fixed the download > address. I'm not sure if I have done the gnome dependancies correctly, but > it builds, installs, and deinstalls properly on my system. > --- uf-view.patch begins here --- > diff -ruN uf-view.orig/Makefile uf-view/Makefile > --- uf-view.orig/Makefile Tue Jun 25 06:36:14 2002 > +++ uf-view/Makefile Fri Oct 25 20:37:09 2002 [...] > -GNU_CONFIGURE= yes [...] Please don't remove this line, as the sources need to be ./configured first. Other than that, the patch applies well and the updated port builds and installs ok. olive -- Ooops. Que tout le monde sauve ses fichiers. VITE ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:38:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3DC837B401; Tue, 29 Oct 2002 14:38:52 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E61543E42; Tue, 29 Oct 2002 14:38:52 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 82A1766C7B; Tue, 29 Oct 2002 14:38:48 -0800 (PST) Date: Tue, 29 Oct 2002 14:38:48 -0800 From: Kris Kennaway To: Larry Rosenman Cc: freebsd-ports@freebsd.org, postmaster@FreeBSD.org Subject: Re: ports-bugs? Message-ID: <20021029223847.GA2612@xor.obsecurity.org> References: <1035922204.509.28.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <1035922204.509.28.camel@lerlaptop.iadfw.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 29, 2002 at 02:10:03PM -0600, Larry Rosenman wrote: > Kris, > Whatever happened to the proposed switch of GNATS ports reports to > ports-bugs?=20 Still waiting for our postmaster to do it :-(. Jonathan, what's your status? Kris --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9vw33Wry0BWjoQKURAkAzAJ9LbixZSWXwnlxzRgD14TWFi29nJACgg2ss gKcPg5EX3h7hjPMTZAUS9TI= =3tkJ -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699A637B401 for ; Tue, 29 Oct 2002 14:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230AB43E4A for ; Tue, 29 Oct 2002 14:40: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 g9TMe3x3029556 for ; Tue, 29 Oct 2002 14:40: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 g9TMe2M0029555; Tue, 29 Oct 2002 14:40:02 -0800 (PST) Date: Tue, 29 Oct 2002 14:40:02 -0800 (PST) Message-Id: <200210292240.g9TMe2M0029555@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sergei Kolobov Subject: Re: ports/44713: [PATCH] Unbreak devel/libslang by updating to 1.4.6 Reply-To: Sergei Kolobov Sender: owner-freebsd-ports@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/44713; it has been noted by GNATS. From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/44713: [PATCH] Unbreak devel/libslang by updating to 1.4.6 Date: Wed, 30 Oct 2002 01:34:16 +0300 On 2002-10-29 at 22:19 -0000, Sergei Kolobov wrote: > (Port maintainer has been copied). Mail to the port maintainer bounces: ================================================================== This is the Postfix program at host server.madison-gurkha.com. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program : unknown user: "xaa+ports" ================================================================== Unless somebody else steps up, I volunteer to take maintainership of this port as I have some interest in it. Sergei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 14:56:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 965B137B401 for ; Tue, 29 Oct 2002 14:56:19 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F9643E6E for ; Tue, 29 Oct 2002 14:56:18 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id g9TMv2Dh058831; Wed, 30 Oct 2002 01:57:02 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id g9TMurBV058826; Wed, 30 Oct 2002 01:56:53 +0300 (MSK) Message-Id: <200210292256.g9TMurBV058826@aaz.links.ru> Subject: Re: Importance of using correct hierarchy for ports. X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <20021029141151.5e803c78.shurd@sasktel.net> To: Stephen Hurd Date: Wed, 30 Oct 2002 01:56:53 +0300 (MSK) From: "."@babolo.ru Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Well, I've got a popular BBS package that recently went GPL ported and running great on FreeBSD... my question is how important is it ti use $PREFIX/bin, sbin, etc, and so forth? I'll have the port submitted by the time an actual release of the software is out (most likely with the month) but it is really used to having everything under one directory due to it's origin in the DOS world. Not many places actually ASSUME that everything is in that dir, but a good number of them do. How acceptable is creating a new directory under $PREFIX to contain the whole package? > Just imagine NFS server and a lot computers with /usr mounted read only from this NFS server (with local_startup="/etc/rc.d" or something). Does this works? If yes (where data stored?), then you can use /usr/local/libexes/someBBS as a directory for all files and write some shell wrapper for commands to be in $PATH. Examples: #!/bin/sh -e %%PREFIX%%/libexes/`basename $0` "$@" or #!/bin/sh -e exe=$1 shift %%PREFIX%%/libexes/$exe "$@" That is only ideas and need some parameter testing and substitution %%PREFIX%% for real ${PREFIX} on build or install. If this BBS package can't execute in read only mounted directory (try to store data in the same directory as executable, libraryes or configs), then it must be repaired to use /var for data IMHO Sorry for bad English -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 15:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E9C37B401 for ; Tue, 29 Oct 2002 15:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955EC43E77 for ; Tue, 29 Oct 2002 15:30: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 g9TNU1x3052289 for ; Tue, 29 Oct 2002 15:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TNU1UV052288; Tue, 29 Oct 2002 15:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE50937B401 for ; Tue, 29 Oct 2002 15:25:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C4BC43E88 for ; Tue, 29 Oct 2002 15:25:34 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TNPYx3052123 for ; Tue, 29 Oct 2002 15:25:34 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TNPY48052122; Tue, 29 Oct 2002 15:25:34 -0800 (PST) Message-Id: <200210292325.g9TNPY48052122@freefall.freebsd.org> Date: Tue, 29 Oct 2002 15:25:34 -0800 (PST) From: Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44714: qt30 build fails with WITH_IMAGE_PLUGINS (needs -lpng) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44714 >Category: ports >Synopsis: qt30 build fails with WITH_IMAGE_PLUGINS (needs -lpng) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 15:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-STABLE FreeBSD 4.7-STABLE #7: Wed Oct 23 23:24:06 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: The latest qt30 build fails when WITH_IMAGE_PLUGINS is defined. It works fine when it's not defined. It's not linking against -lpng. From early in the build: Configuration ....... nocrosscompiler minimal-config small-config medium-config large-config full-config styles tools kernel widgets dialogs iconview workspace network canvas table xml opengl sql release dll thread system-jpeg system-mng system-png gif system-zlib bigcodecs x11sm xinerama xrender xftfreetype xkb STL support ......... no Thread support ...... yes GIF support ......... yes MNG support ......... plugin (system) JPEG support ........ plugin (system) PNG support ......... plugin (system) OpenGL support ...... yes NAS sound support ... no Session management .. yes Xinerama support .... yes Tablet support ...... no XRender support ..... yes XftFreeType support . yes XKB Support ......... yes Here is a dump of the failure. Script started on Tue Oct 29 15:00:51 2002 root@smacky:/usr/ports/x11-toolkits/qt30# make -DWITH_IMAGE_PLUGINS ===> Building for qt-3.0.5_4 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/qtconfig' gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools' cd /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/makeqpf/; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -march=pentiumpro" CXXFLAGS=" -O -pipe -march=pentiumpro" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make cd /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/mergetr/; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -march=pentiumpro" CXXFLAGS=" -O -pipe -march=pentiumpro" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make cd /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/msg2qm/; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -march=pentiumpro" CXXFLAGS=" -O -pipe -march=pentiumpro" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make cd /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/qembed/; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -march=pentiumpro" CXXFLAGS=" -O -pipe -march=pentiumpro" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make cd /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/qvfb/; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe -march=pentiumpro" CXXFLAGS=" -O -pipe -march=pentiumpro" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make c++ -fno-exceptions -pthread -o qvfb .obj/release-shared-mt/qvfb.o .obj/release-shared-mt/qvfbview.o .obj/release-shared-mt/qvfbratedlg.o .obj/release-shared-mt/main.o .obj/release-shared-mt/qanimationwriter.o .obj/release-shared-mt/skin.o .obj/release-shared-mt/config.o .obj/release-shared-mt/moc_qvfb.o .obj/release-shared-mt/moc_qvfbview.o .obj/release-shared-mt/moc_qvfbratedlg.o .obj/release-shared-mt/moc_gammaview.o .obj/release-shared-mt/moc_config.o -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib -L/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lqt-mt -lGLU -lGL -lXmu -lICE -lSM -lXext -lX11 -lm -lXinerama -lXrender -lXft -lfreetype .obj/release-shared-mt/qanimationwriter.o: In function `QAnimationWriterMNG::begin_png(void)': .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.begin_png__19QAnimationWriterMNG+0x16): undefined reference to `png_create_write_struct' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.begin_png__19QAnimationWriterMNG+0x22): undefined reference to `png_create_info_struct' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.begin_png__19QAnimationWriterMNG+0x36): undefined reference to `png_set_compression_level' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.begin_png__19QAnimationWriterMNG+0x47): undefined reference to `png_set_write_fn' .obj/release-shared-mt/qanimationwriter.o: In function `QAnimationWriterMNG::setImage(QImage const &)': .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.setImage__19QAnimationWriterMNGRC6QImage+0xb3): undefined reference to `png_write_chunk' .obj/release-shared-mt/qanimationwriter.o: In function `QAnimationWriterMNG::composeImage(QImage const &, QPoint const &)': .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x48): undefined reference to `png_write_chunk' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x60): undefined reference to `png_set_sig_bytes' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x97): undefined reference to `png_set_IHDR' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0xaa): undefined reference to `png_write_info' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0xd5): undefined reference to `png_set_filler' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0xee): undefined reference to `png_set_bgr' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x137): undefined reference to `png_write_image' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x15a): undefined reference to `png_write_end' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x16d): undefined reference to `png_destroy_write_struct' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x180): undefined reference to `png_create_write_struct' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x18c): undefined reference to `png_create_info_struct' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x1a0): undefined reference to `png_set_compression_level' .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.composeImage__19QAnimationWriterMNGRC6QImageRC6QPoint+0x1b1): undefined reference to `png_set_write_fn' .obj/release-shared-mt/qanimationwriter.o: In function `QAnimationWriterMNG::end_png(void)': .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.end_png__19QAnimationWriterMNG+0x15): undefined reference to `png_destroy_write_struct' .obj/release-shared-mt/qanimationwriter.o: In function `QAnimationWriterMNG::write(png_struct_def *, unsigned char *, unsigned int)': .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.write__19QAnimationWriterMNGP14png_struct_defPUcUi+0x16): undefined reference to `png_get_io_ptr' .obj/release-shared-mt/qanimationwriter.o: In function `QAnimationWriterMNG::writeMEND(void)': .obj/release-shared-mt/qanimationwriter.o(.gnu.linkonce.t.writeMEND__19QAnimationWriterMNG+0x17): undefined reference to `png_write_chunk' *** Error code 1 Stop in /usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/qvfb. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt30. zsh: 98675 exit 1 make -DWITH_IMAGE_PLUGINS --- qt30fail ends here --- >How-To-Repeat: cd /usr/ports/x11-toolkits/qt30 && make -DWITH_IMAGE_PLUGINS >Fix: When WITH_IMAGE_PLUGINS is defined, qt30 still needs to link against libpng. I can't plunk out code until I finish my anthropology exam, but I thought I'd at least report the issue. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 15:31:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E764037B401; Tue, 29 Oct 2002 15:31:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A8A43E75; Tue, 29 Oct 2002 15:31:21 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TNVLx3055262; Tue, 29 Oct 2002 15:31:21 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9TNVLYw055255; Tue, 29 Oct 2002 15:31:21 -0800 (PST) Date: Tue, 29 Oct 2002 15:31:21 -0800 (PST) From: Adam Weinberger Message-Id: <200210292331.g9TNVLYw055255@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/44714: qt30 build fails with WITH_IMAGE_PLUGINS (needs -lpng) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: qt30 build fails with WITH_IMAGE_PLUGINS (needs -lpng) Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: adamw Responsible-Changed-When: Tue Oct 29 15:31:03 PST 2002 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=44714 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 15:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F023337B401 for ; Tue, 29 Oct 2002 15:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF5B43E7B for ; Tue, 29 Oct 2002 15:50: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 g9TNo4x3059537 for ; Tue, 29 Oct 2002 15:50: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 g9TNo3jQ059536; Tue, 29 Oct 2002 15:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4712937B401 for ; Tue, 29 Oct 2002 15:47:06 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0535B43E4A for ; Tue, 29 Oct 2002 15:47:06 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TNl57R034084 for ; Tue, 29 Oct 2002 15:47:05 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9TNl576034083; Tue, 29 Oct 2002 15:47:05 -0800 (PST) Message-Id: <200210292347.g9TNl576034083@www.freebsd.org> Date: Tue, 29 Oct 2002 15:47:05 -0800 (PST) From: Didier Wiroth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44715: novell ncp client does not install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44715 >Category: ports >Synopsis: novell ncp client does not install >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 15:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Didier Wiroth >Release: 4.7-Release >Organization: Ministry of Higher Education >Environment: FreeBSD home. 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Tue Oct 22 15:15:39 CEST 2002 root@home /usr/obj/usr/src/sys/MYKERNEL i386 >Description: The novell ncp client does not install! cd /usr/port/net/ncplib make install clean ===> Extracting for ncplib-1.3.4 >How-To-Repeat: Trying to reinstall the port does not work! >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for ncplib-1.3.4.tar.gz. ===> Patching for ncplib-1.3.4 ===> Configuring for ncplib-1.3.4 Do you want to include 866 codepage support ? [n]y ===> Building for ncplib-1.3.4 ===> include "/usr/share/mk/bsd.libnames.mk", line 8: bsd.libnames.mk cannot be included dire ctly. *** Error code 1 Stop in /usr/ports/net/ncplib/work/ncplib-1.3.4. *** Error code 1 Stop in /usr/ports/net/ncplib. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 16:35:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8486537B401 for ; Tue, 29 Oct 2002 16:35:57 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1691043E4A for ; Tue, 29 Oct 2002 16:35:57 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id AFFF22B91A; Wed, 30 Oct 2002 01:35:54 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id A570D6A712B; Wed, 30 Oct 2002 11:35:50 +1100 (EST) Date: Wed, 30 Oct 2002 11:35:50 +1100 From: Edwin Groothuis To: Stephen Hurd Cc: freebsd-ports@FreeBSD.org Subject: Re: Importance of using correct hierarchy for ports. Message-ID: <20021030003550.GW934@k7.mavetju> References: <20021029141151.5e803c78.shurd@sasktel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021029141151.5e803c78.shurd@sasktel.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 29, 2002 at 02:11:51PM -0600, Stephen Hurd wrote: > Well, I've got a popular BBS package that recently went GPL ported > and running great on FreeBSD... my question is how important is it > ti use $PREFIX/bin, sbin, etc, and so forth? I'll have the port > submitted by the time an actual release of the software is out (most > likely with the month) but it is really used to having everything > under one directory due to it's origin in the DOS world. Not many > places actually ASSUME that everything is in that dir, but a good > number of them do. How acceptable is creating a new directory under > $PREFIX to contain the whole package? Some ports have it like this: /usr/local/bin/lr_xxxx /usr/local/etc/lire/xxxx /usr/local/libexec/lire/xxxx /usr/local/share/perl5/lire/xxxx /usr/local/share/doc/lire/xxxx Some ports have it like this: /usr/local/office52/program /usr/local/office52/share /usr/local/office52/user It's a metter of preferences. I myself would prefer to have it like the lire-example, but that's just something for me. If you can make it that way, it's great. If it can't be done that way because of how it is setup, feel free to do it the way office52 does. But keep in mind that people don't like adding directories to their $PATH, so try to symlink the binaries into /usr/local/bin. Edwin, my 2 cents. -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 16:47:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9359337B401; Tue, 29 Oct 2002 16:47:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A7E43E77; Tue, 29 Oct 2002 16:47:49 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U0lnx3085344; Tue, 29 Oct 2002 16:47:49 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U0lmEN085340; Tue, 29 Oct 2002 16:47:48 -0800 (PST) Date: Tue, 29 Oct 2002 16:47:48 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210300047.g9U0lmEN085340@freefall.freebsd.org> To: mchopra@engmail.uwaterloo.ca, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44619: Add missing option for audio/abcde Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add missing option for audio/abcde State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Oct 29 16:47:41 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44619 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 16:56:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA0437B401 for ; Tue, 29 Oct 2002 16:56:56 -0800 (PST) Received: from mailreg.NCTU.edu.tw (mailreg.NCTU.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDEC43E75 for ; Tue, 29 Oct 2002 16:56:50 -0800 (PST) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id DAC96593F80; Wed, 30 Oct 2002 08:56:39 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 222193E6A; Wed, 30 Oct 2002 08:56:40 +0800 (CST) Date: Wed, 30 Oct 2002 08:56:40 +0800 From: Ying-Chieh Liao To: fcash@bigfoot.com Cc: ports@FreeBSD.ORG Subject: Re: Changing port versions/names (end-of-life??) Message-ID: <20021030005640.GA26220@terry.dragon2.net> References: <20021029123030.M95980@ocis.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <20021029123030.M95980@ocis.net> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 29, 2002 at 12:30:30 -0800, Freddie Cash wrote: > I'm the maintainer of the DansGuardian ports (www/dansguardian and www/dansguardian-devel). Currently, these ports track the release (2.2.x) and stable (2.4.x) series of DansGuardian. 2.2.x has been end-of-lifed (actually a few months ago), and a new devel release has been made (2.5.x). > How does one move ports around? For instance, I'd like to drop support for 2.2.x, move 2.4.x to www/dansguardian and start supporting 2.5.x via www/dansguardian. Is is as simple as submitting a PR with a patch to move www/dansguardian from 2.2.x to 2.4.x, and another PR to move www/dansguardian-devel from 2.4.x to 2.5.x? Or is there another mechanism? Should I move the ports to version-based names like www/dansguardian22 and www/dansguardian24 and keep www/dansguardian-devel as the development port? I suggest : 1. repo-copy dansguardian-devel to dansguardian 2. update dansguardian to latest 2.4.x 3. repo-copy dansguardian to dansguardian-devel 4. update dansguardian-devel to latest 2.5.x or dansguardian22 vs. dansguardian24 vs. dansguardian-devel is another good idea -- Pi seconds is a nanocentury. --- Tom Duff --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9vy5IrMYBZRHAI4IRApCFAJsHFLQTDC8Vu7b64IDZs2ziv45QkQCeOo8U 38B7t3U5XfIEVavb/zxyDTs= =QZV8 -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 16:57:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BE137B401; Tue, 29 Oct 2002 16:57:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312DD43E75; Tue, 29 Oct 2002 16:57:24 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U0vOx3088841; Tue, 29 Oct 2002 16:57:24 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U0vO0u088837; Tue, 29 Oct 2002 16:57:24 -0800 (PST) Date: Tue, 29 Oct 2002 16:57:24 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210300057.g9U0vO0u088837@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/44712: python port doesn't install symlink as 'python2' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: python port doesn't install symlink as 'python2' Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: ijliao Responsible-Changed-When: Tue Oct 29 16:57:15 PST 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44712 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17: 0:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCC837B401; Tue, 29 Oct 2002 17:00:19 -0800 (PST) Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A5E43E77; Tue, 29 Oct 2002 17:00:18 -0800 (PST) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA32280; Tue, 29 Oct 2002 16:57:11 -0800 (PST) Date: Tue, 29 Oct 2002 16:57:11 -0800 (PST) From: Julian Elischer To: ports@freebsd.org Cc: marcus@freebsd.org, mvh@ix.netcom.com Subject: bad patch in x11-toolkits/gnome-- Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org the folowing patch: --- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002 +++ src/procbar.gen_h Tue Apr 30 15:52:25 2002 @@ -42,7 +42,7 @@ ProcBar(const Gtk::Label &label, const vector &colors, - gint (*cb)()); + gint (*cb)(void *)); void set_values (const vector &values); @@ -72,7 +72,7 @@ ProcBar::ProcBar(const Gtk::Label &label, const vector &colors, - gint (*cb)()) + gint (*cb)(void *)) : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))), colors_(0) { seems to only compile if the added (void *) is changed to (void) don't know if this is right. julian (please pass to a gnome person) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17: 8:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859F037B401 for ; Tue, 29 Oct 2002 17:08:09 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C9043E4A for ; Tue, 29 Oct 2002 17:08:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9U16s01027632; Tue, 29 Oct 2002 20:06:55 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: bad patch in x11-toolkits/gnome-- From: Joe Marcus Clarke To: Julian Elischer Cc: ports@FreeBSD.org, mvh@ix.netcom.com In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 20:08:00 -0500 Message-Id: <1035940082.618.59.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-10-29 at 19:57, Julian Elischer wrote: > > the folowing patch: > --- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002 > +++ src/procbar.gen_h Tue Apr 30 15:52:25 2002 > @@ -42,7 +42,7 @@ > ProcBar(const Gtk::Label &label, > const vector &colors, > - gint (*cb)()); > + gint (*cb)(void *)); > void set_values (const vector &values); > @@ -72,7 +72,7 @@ > ProcBar::ProcBar(const Gtk::Label &label, > const vector &colors, > - gint (*cb)()) > + gint (*cb)(void *)) > : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))), > colors_(0) > { > > > seems to only compile if the added (void *) is changed to (void) > > don't know if this is right. This is on -CURRENT? I've had to muck with this type a lot between -stable and -CURRENT. I'll take a look at it. Joe > > > julian > (please pass to a gnome person) > > -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:19:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3924637B401 for ; Tue, 29 Oct 2002 17:19:44 -0800 (PST) Received: from mail.qlo.com (blitzen.qlo.com [142.165.150.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F9A43E88 for ; Tue, 29 Oct 2002 17:19:38 -0800 (PST) (envelope-from shurd@sasktel.net) Received: from sharon ([142.165.59.202]) by mail.qlo.com (Netscape Messaging Server 4.15 blitzen Jan 17 2002 00:23:08) with ESMTP id H4RT0O00.L3A; Tue, 29 Oct 2002 19:19:36 -0600 Date: Tue, 29 Oct 2002 19:37:40 -0600 From: Stephen Hurd To: "."@babolo.ru Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Importance of using correct hierarchy for ports. Message-Id: <20021029193740.37fa5190.shurd@sasktel.net> In-Reply-To: <200210292256.g9TMurBV058826@aaz.links.ru> References: <20021029141151.5e803c78.shurd@sasktel.net> <200210292256.g9TMurBV058826@aaz.links.ru> X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > If this BBS package can't execute > in read only mounted directory > (try to store data in the same directory > as executable, libraryes or configs), > then it must be repaired to use /var for data Which reminds me, what is the proper use of /var for ports? Should changeable data go in /var/PACKAGE? What about data that's user changeable? Really, I suppose I should plow through the ports and see where for example chrooted ftp servers like their data and where databases keep theirs for some good examples. What makes this even more difficult is that all of the files except for a single text file and the binaries themselves are used in such a way that the BBS can be easily distributed across multiple platforms running multiple OSs. This really is a relatively large program, containing an FTP server, two HTTP servers, a Gopher server, an NNTP server, a POP3 server, an SMTP server, a finger server, and a telnet server in addition to the standard BBS (Classic Dial-up style) interface. Splitting all the files up into the generally accepted "correct" locations (/var/backups, /var/mail, /var/msgs, /var/run, /var/spool/*, /usr/local/bin, /usr/local/sbin, /usr/local/etc, etc) is a non-trivial task... one I'm not overly sure is worth it. It also uses binary configuration files, which I'm not sure are suitable for ${PREFIX}/etc and if not would go in /var yet again... Perhaps a /var/PKG and /usr/local/PKG with symlinks into ${PREFIX}/bin, ${PREFIX}/sbin, and ${PREFIX}/libexec would be better... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:33: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3763937B401 for ; Tue, 29 Oct 2002 17:33:01 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D2543E7B for ; Tue, 29 Oct 2002 17:33:00 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1QWjR002848 for ; Tue, 29 Oct 2002 20:26:32 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1QV5E002847 for freebsd-ports@FreeBSD.ORG; Tue, 29 Oct 2002 20:26:31 -0500 (EST) (envelope-from alane) Date: Tue, 29 Oct 2002 20:26:31 -0500 From: AlanE To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/44568: samba without CUPS still links CUPS Message-ID: <20021030012631.GA2817@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <200210281610.g9SGA2aZ000406@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 29, 2002 at 01:47:54PM -0800, Vivek Khera wrote: >>>>>> "a" == alane writes: > >>> I upgraded samba to 2.2.6 from 2.2.5 last week. Printing from Win2000 >>> (fully updated/patched) stopped working. There was an error in the >>> log.smb file about not being able to reach a CUPS server, so I decided > >a> Vivek - pardon my idioms, but so ****ing what? Nothing is harmed. > > >The "so ****ing what" is that printing just doesn't work in this >situation. Ooooh. That should not happen. Makes no sense. There's a config file line you need to add, I think. It just *defaults* to cups; smb.conf has a line to change it. You're right that the disable-cups option whould be given if the user requests it, but you don't need to. It's just a line in the samba.conf to tell it to use something else anyway (which can also be set in the web interface on port 901). -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:40:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D1137B401; Tue, 29 Oct 2002 17:40:09 -0800 (PST) Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8CED43E8A; Tue, 29 Oct 2002 17:40:08 -0800 (PST) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA32452; Tue, 29 Oct 2002 17:38:50 -0800 (PST) Date: Tue, 29 Oct 2002 17:38:49 -0800 (PST) From: Julian Elischer To: Joe Marcus Clarke Cc: ports@FreeBSD.org, mvh@ix.netcom.com Subject: Re: bad patch in x11-toolkits/gnome-- In-Reply-To: <1035940082.618.59.camel@gyros.marcuscom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org this is in 4.7RC On 29 Oct 2002, Joe Marcus Clarke wrote: > On Tue, 2002-10-29 at 19:57, Julian Elischer wrote: > > > > the folowing patch: > > --- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002 > > +++ src/procbar.gen_h Tue Apr 30 15:52:25 2002 > > @@ -42,7 +42,7 @@ > > ProcBar(const Gtk::Label &label, > > const vector &colors, > > - gint (*cb)()); > > + gint (*cb)(void *)); > > void set_values (const vector &values); > > @@ -72,7 +72,7 @@ > > ProcBar::ProcBar(const Gtk::Label &label, > > const vector &colors, > > - gint (*cb)()) > > + gint (*cb)(void *)) > > : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))), > > colors_(0) > > { > > > > > > seems to only compile if the added (void *) is changed to (void) > > > > don't know if this is right. > > This is on -CURRENT? I've had to muck with this type a lot between > -stable and -CURRENT. I'll take a look at it. > > Joe > > > > > > > julian > > (please pass to a gnome person) > > > > > -- > Joe Marcus Clarke > FreeBSD GNOME Team :: marcus@FreeBSD.org > http://www.FreeBSD.org/gnome > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:48:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0960437B401; Tue, 29 Oct 2002 17:48:58 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5251343E7B; Tue, 29 Oct 2002 17:48:57 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mWjR004600; Tue, 29 Oct 2002 20:48:32 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mWCL004599; Tue, 29 Oct 2002 20:48:32 -0500 (EST) (envelope-from alane) Date: Tue, 29 Oct 2002 20:48:32 -0500 (EST) Message-Id: <200210300148.g9U1mWCL004599@wwweasel.geeksrus.net> To: FreeBSD-gnats-submit@freebsd.org From: Alan Eldridge Reply-To: Alan Eldridge Cc: ports@freebsd.org Subject: security/p5-Crypt-Twofish: p5-File-Spec should only be used if perl < 5.8 X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Alan Eldridge >Organization: Geeksrus.NET >Confidential: no >Synopsis: security/p5-Crypt-Twofish: p5-File-Spec should only be used if perl < 5.8 >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.7-STABLE i386 >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: security/p5-Crypt-Twofish/Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Crypt-Twofish/Makefile,v retrieving revision 1.4 diff -u -3 -r1.4 Makefile --- security/p5-Crypt-Twofish/Makefile 23 Sep 2002 17:48:42 -0000 1.4 +++ security/p5-Crypt-Twofish/Makefile 29 Oct 2002 09:25:30 -0000 @@ -14,8 +14,6 @@ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec - RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes @@ -24,4 +22,15 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7271237B401 for ; Tue, 29 Oct 2002 17:50:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B67B43E7B for ; Tue, 29 Oct 2002 17:50: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 g9U1o1x3011205 for ; Tue, 29 Oct 2002 17:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U1o168011204; Tue, 29 Oct 2002 17:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C3537B401 for ; Tue, 29 Oct 2002 17:48:53 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1478E43E4A for ; Tue, 29 Oct 2002 17:48:53 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mSjR004288; Tue, 29 Oct 2002 20:48:28 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mOCc004287; Tue, 29 Oct 2002 20:48:24 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mOCc004287@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:24 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: erwin@lansing.dk X-Send-Pr-Version: 3.113 Subject: ports/44718: archivers/p5-Archive-Zip: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44718 >Category: ports >Synopsis: archivers/p5-Archive-Zip: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: archivers/p5-Archive-Zip/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/p5-Archive-Zip/Makefile,v retrieving revision 1.9 diff -u -3 -r1.9 Makefile --- archivers/p5-Archive-Zip/Makefile 12 Sep 2002 09:34:58 -0000 1.9 +++ archivers/p5-Archive-Zip/Makefile 29 Oct 2002 11:25:46 -0000 @@ -14,8 +14,7 @@ MAINTAINER= erwin@lansing.dk -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -23,4 +22,15 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3 -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F68437B404 for ; Tue, 29 Oct 2002 17:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA5943E8A for ; Tue, 29 Oct 2002 17:50: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 g9U1o2x3011219 for ; Tue, 29 Oct 2002 17:50: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 g9U1o2Lk011218; Tue, 29 Oct 2002 17:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D4937B401; Tue, 29 Oct 2002 17:48:54 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6959143E8A; Tue, 29 Oct 2002 17:48:53 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mSjR004340; Tue, 29 Oct 2002 20:48:28 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mSiq004339; Tue, 29 Oct 2002 20:48:28 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mSiq004339@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:28 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: dburr@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44719: devel/p5-File-Spec: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44719 >Category: ports >Synopsis: devel/p5-File-Spec: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: devel/p5-File-Spec/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Spec/Makefile,v retrieving revision 1.7 diff -u -3 -r1.7 Makefile --- devel/p5-File-Spec/Makefile 25 Apr 2002 15:37:29 -0000 1.7 +++ devel/p5-File-Spec/Makefile 30 Oct 2002 01:33:09 -0000 @@ -25,4 +25,21 @@ File::Spec::Win32.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.undef NO_IGNORE +.if ${PERL_MAJOR} > 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} >= 8 +BROKEN= Perl 5.8.x contains newer version of this module. +.else + +post-install: + ${CAT} ${PKGMESSAGE} + +.endif # ${PERL_MAJOR} > 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} >= 8 + +.include Index: devel/p5-File-Spec/pkg-message =================================================================== RCS file: devel/p5-File-Spec/pkg-message diff -N devel/p5-File-Spec/pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/p5-File-Spec/pkg-message 30 Oct 2002 01:36:02 -0000 @@ -0,0 +1,6 @@ +====================================================================== +*******************************IMPORTANT****************************** +Please remove the File::Spec module from the base system Perl install +(if you have one) in order for this one to be found and used. +*******************************IMPORTANT****************************** +====================================================================== ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DF3D37B406 for ; Tue, 29 Oct 2002 17:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186A243E97 for ; Tue, 29 Oct 2002 17:50: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 g9U1o2x3011232 for ; Tue, 29 Oct 2002 17:50: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 g9U1o2Ls011231; Tue, 29 Oct 2002 17:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B543337B401; Tue, 29 Oct 2002 17:48:54 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C3AE43E4A; Tue, 29 Oct 2002 17:48:54 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mTjR004392; Tue, 29 Oct 2002 20:48:29 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mT9E004391; Tue, 29 Oct 2002 20:48:29 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mT9E004391@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:29 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: wjv@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44720: devel/p5-File-Temp: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44720 >Category: ports >Synopsis: devel/p5-File-Temp: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: devel/p5-File-Temp/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-Temp/Makefile,v retrieving revision 1.3 diff -u -3 -r1.3 Makefile --- devel/p5-File-Temp/Makefile 25 Mar 2002 14:45:37 -0000 1.3 +++ devel/p5-File-Temp/Makefile 29 Oct 2002 09:25:55 -0000 @@ -15,8 +15,6 @@ MAINTAINER= wjv@FreeBSD.org -# This dependency is not required for Perl >= 5.6.0 -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -24,4 +22,15 @@ MAN3= File::Temp.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B483F37B407 for ; Tue, 29 Oct 2002 17:50:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C81C43E9E for ; Tue, 29 Oct 2002 17:50: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 g9U1o3x3011245 for ; Tue, 29 Oct 2002 17:50: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 g9U1o3RS011244; Tue, 29 Oct 2002 17:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD20737B401 for ; Tue, 29 Oct 2002 17:48:55 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF22643E4A for ; Tue, 29 Oct 2002 17:48:54 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mUjR004444; Tue, 29 Oct 2002 20:48:30 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mUxt004443; Tue, 29 Oct 2002 20:48:30 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mUxt004443@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:30 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: erwin@lansing.dk X-Send-Pr-Version: 3.113 Subject: ports/44721: devel/p5-Test-Inline: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44721 >Category: ports >Synopsis: devel/p5-Test-Inline: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: devel/p5-Test-Inline/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Test-Inline/Makefile,v retrieving revision 1.1 diff -u -3 -r1.1 Makefile --- devel/p5-Test-Inline/Makefile 12 Sep 2002 11:03:09 -0000 1.1 +++ devel/p5-Test-Inline/Makefile 29 Oct 2002 11:37:08 -0000 @@ -15,8 +15,7 @@ MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -25,4 +24,15 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Pod::Tests.3 Pod::Tests::Tutorial.3 Test::Inline.3 Test::Inline::Tutorial.3 -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862FA37B409 for ; Tue, 29 Oct 2002 17:50:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB1843EA9 for ; Tue, 29 Oct 2002 17:50: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 g9U1o3x3011259 for ; Tue, 29 Oct 2002 17:50: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 g9U1o3ni011258; Tue, 29 Oct 2002 17:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3684437B401; Tue, 29 Oct 2002 17:48:56 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9134843E8A; Tue, 29 Oct 2002 17:48:55 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mVjR004496; Tue, 29 Oct 2002 20:48:31 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mVCN004495; Tue, 29 Oct 2002 20:48:31 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mVCN004495@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:31 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44722: mail/p5-Mail-Box: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44722 >Category: ports >Synopsis: mail/p5-Mail-Box: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: mail/p5-Mail-Box/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-Box/Makefile,v retrieving revision 1.9 diff -u -3 -r1.9 Makefile --- mail/p5-Mail-Box/Makefile 28 Jul 2002 07:10:10 -0000 1.9 +++ mail/p5-Mail-Box/Makefile 29 Oct 2002 09:18:25 -0000 @@ -14,8 +14,7 @@ MAINTAINER= tobez@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ +BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} @@ -43,4 +42,13 @@ ${PERL} -pi -e 's/^our\s+([\$$\@]\w+)/use vars qw($$1);$$1/' \ ${WRKSRC}/Message.pm -.include +.include + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35CF337B401 for ; Tue, 29 Oct 2002 17:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97F9943E88 for ; Tue, 29 Oct 2002 17:50: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 g9U1o4x3011272 for ; Tue, 29 Oct 2002 17:50: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 g9U1o3rw011271; Tue, 29 Oct 2002 17:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E6E37B401 for ; Tue, 29 Oct 2002 17:48:57 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF99E43E4A for ; Tue, 29 Oct 2002 17:48:56 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mWjR004548; Tue, 29 Oct 2002 20:48:32 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mVUW004547; Tue, 29 Oct 2002 20:48:31 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mVUW004547@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:31 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: dom@happygiraffe.net X-Send-Pr-Version: 3.113 Subject: ports/44723: net/p5-RPC-XML: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44723 >Category: ports >Synopsis: net/p5-RPC-XML: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: net/p5-RPC-XML/Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-RPC-XML/Makefile,v retrieving revision 1.1 diff -u -3 -r1.1 Makefile --- net/p5-RPC-XML/Makefile 20 Oct 2001 13:28:22 -0000 1.1 +++ net/p5-RPC-XML/Makefile 29 Oct 2002 09:25:42 -0000 @@ -14,8 +14,7 @@ MAINTAINER= dom@happygiraffe.net -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} @@ -28,4 +27,15 @@ RPC::XML::Client.3 \ RPC::XML::Parser.3 -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD15137B404 for ; Tue, 29 Oct 2002 17:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D1C343EAF for ; Tue, 29 Oct 2002 17:50: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 g9U1o5x3011288 for ; Tue, 29 Oct 2002 17:50: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 g9U1o5Lt011285; Tue, 29 Oct 2002 17:50:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0960437B401; Tue, 29 Oct 2002 17:48:58 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5251343E7B; Tue, 29 Oct 2002 17:48:57 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mWjR004600; Tue, 29 Oct 2002 20:48:32 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mWCL004599; Tue, 29 Oct 2002 20:48:32 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mWCL004599@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:32 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: ports@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44724: security/p5-Crypt-Twofish: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44724 >Category: ports >Synopsis: security/p5-Crypt-Twofish: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: security/p5-Crypt-Twofish/Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Crypt-Twofish/Makefile,v retrieving revision 1.4 diff -u -3 -r1.4 Makefile --- security/p5-Crypt-Twofish/Makefile 23 Sep 2002 17:48:42 -0000 1.4 +++ security/p5-Crypt-Twofish/Makefile 29 Oct 2002 09:25:30 -0000 @@ -14,8 +14,6 @@ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec - RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes @@ -24,4 +22,15 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 372B237B408 for ; Tue, 29 Oct 2002 17:50:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF74143E9C for ; Tue, 29 Oct 2002 17:50: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 g9U1o5x3011313 for ; Tue, 29 Oct 2002 17:50: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 g9U1o50h011312; Tue, 29 Oct 2002 17:50:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A71CC37B404; Tue, 29 Oct 2002 17:48:58 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032DA43E8A; Tue, 29 Oct 2002 17:48:58 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mXjR004652; Tue, 29 Oct 2002 20:48:33 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mXsZ004651; Tue, 29 Oct 2002 20:48:33 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mXsZ004651@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:33 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44725: textproc/p5-PodParser: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44725 >Category: ports >Synopsis: textproc/p5-PodParser: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: textproc/p5-PodParser/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-PodParser/Makefile,v retrieving revision 1.3 diff -u -3 -r1.3 Makefile --- textproc/p5-PodParser/Makefile 12 Sep 2002 17:22:03 -0000 1.3 +++ textproc/p5-PodParser/Makefile 29 Oct 2002 09:25:20 -0000 @@ -14,7 +14,6 @@ MAINTAINER= skv@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -29,4 +28,15 @@ post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} {} \; -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D86E37B40B for ; Tue, 29 Oct 2002 17:50:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB05643EB2 for ; Tue, 29 Oct 2002 17: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 g9U1o6x3011340 for ; Tue, 29 Oct 2002 17: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 g9U1o5ee011339; Tue, 29 Oct 2002 17:50:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6472237B404; Tue, 29 Oct 2002 17:48:59 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A490843E91; Tue, 29 Oct 2002 17:48:58 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mYjR004704; Tue, 29 Oct 2002 20:48:34 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mYao004703; Tue, 29 Oct 2002 20:48:34 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mYao004703@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:34 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44726: textproc/p5-RDF-Notation3: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44726 >Category: ports >Synopsis: textproc/p5-RDF-Notation3: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: textproc/p5-RDF-Notation3/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-RDF-Notation3/Makefile,v retrieving revision 1.2 diff -u -3 -r1.2 Makefile --- textproc/p5-RDF-Notation3/Makefile 30 May 2002 16:14:26 -0000 1.2 +++ textproc/p5-RDF-Notation3/Makefile 29 Oct 2002 09:25:12 -0000 @@ -14,8 +14,7 @@ MAINTAINER= skv@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDFStore.pm:${PORTSDIR}/textproc/p5-RDFStore RUN_DEPENDS= ${BUILD_DEPENDS} @@ -35,4 +34,15 @@ @${FIND} ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4744537B42B for ; Tue, 29 Oct 2002 17:50:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E5C43E7B for ; Tue, 29 Oct 2002 17: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 g9U1o6x3011363 for ; Tue, 29 Oct 2002 17: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 g9U1o6YQ011358; Tue, 29 Oct 2002 17:50:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5941037B404 for ; Tue, 29 Oct 2002 17:49:01 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9616443E8A for ; Tue, 29 Oct 2002 17:49:00 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mZjR004757; Tue, 29 Oct 2002 20:48:35 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mYVJ004756; Tue, 29 Oct 2002 20:48:34 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mYVJ004756@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:34 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@protey.ru X-Send-Pr-Version: 3.113 Subject: ports/44727: textproc/p5-XML-Directory: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44727 >Category: ports >Synopsis: textproc/p5-XML-Directory: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: textproc/p5-XML-Directory/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Directory/Makefile,v retrieving revision 1.1 diff -u -3 -r1.1 Makefile --- textproc/p5-XML-Directory/Makefile 7 Dec 2001 12:45:27 -0000 1.1 +++ textproc/p5-XML-Directory/Makefile 29 Oct 2002 09:25:04 -0000 @@ -14,8 +14,7 @@ MAINTAINER= skv@protey.ru -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3 +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -30,4 +29,15 @@ @find ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$|@)(VERSION|ISA|EXPORT|EXPORT_OK)\s+=!$$1$${package}::$$2=!;' -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9405737B430 for ; Tue, 29 Oct 2002 17:50:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D0A43EAC for ; Tue, 29 Oct 2002 17: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 g9U1o7x3011420 for ; Tue, 29 Oct 2002 17: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 g9U1o7ld011419; Tue, 29 Oct 2002 17:50:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B092E37B401; Tue, 29 Oct 2002 17:49:01 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1553543E97; Tue, 29 Oct 2002 17:49:01 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1majR004809; Tue, 29 Oct 2002 20:48:36 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1matm004808; Tue, 29 Oct 2002 20:48:36 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1matm004808@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:36 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44728: textproc/p5-podlators: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44728 >Category: ports >Synopsis: textproc/p5-podlators: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: textproc/p5-podlators/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-podlators/Makefile,v retrieving revision 1.1 diff -u -3 -r1.1 Makefile --- textproc/p5-podlators/Makefile 27 May 2002 08:44:50 -0000 1.1 +++ textproc/p5-podlators/Makefile 29 Oct 2002 11:36:14 -0000 @@ -14,8 +14,7 @@ MAINTAINER= skv@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -25,4 +24,15 @@ Pod::Text::Overstrike.3 Pod::Text::Termcap.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7C5F37B40A for ; Tue, 29 Oct 2002 17:50:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430D543E75 for ; Tue, 29 Oct 2002 17: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 g9U1o8x3011472 for ; Tue, 29 Oct 2002 17: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 g9U1o8gA011471; Tue, 29 Oct 2002 17:50:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADB237B401 for ; Tue, 29 Oct 2002 17:49:06 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D4F43E4A for ; Tue, 29 Oct 2002 17:49:05 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mejR005018; Tue, 29 Oct 2002 20:48:40 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mdb8005016; Tue, 29 Oct 2002 20:48:39 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mdb8005016@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:39 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: dsh@vlink.ru X-Send-Pr-Version: 3.113 Subject: ports/44731: www/p5-HTML-Mason: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44731 >Category: ports >Synopsis: www/p5-HTML-Mason: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-HTML-Mason/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-Mason/Makefile,v retrieving revision 1.25 diff -u -3 -r1.25 Makefile --- www/p5-HTML-Mason/Makefile 26 Oct 2002 17:29:05 -0000 1.25 +++ www/p5-HTML-Mason/Makefile 29 Oct 2002 09:18:27 -0000 @@ -15,8 +15,7 @@ MAINTAINER= dsh@vlink.ru -BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container @@ -56,4 +55,13 @@ HTML::Mason::Tools.3 \ HTML::Mason::Utils.3 -.include +.include + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13EF637B406 for ; Tue, 29 Oct 2002 17:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC97843EBE for ; Tue, 29 Oct 2002 17: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 g9U1o8x3011443 for ; Tue, 29 Oct 2002 17: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 g9U1o8Lt011442; Tue, 29 Oct 2002 17:50:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12DA37B401; Tue, 29 Oct 2002 17:49:03 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1363B43E4A; Tue, 29 Oct 2002 17:49:03 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mcjR004913; Tue, 29 Oct 2002 20:48:38 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mcFi004912; Tue, 29 Oct 2002 20:48:38 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mcFi004912@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:38 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: petef@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44729: www/p5-CGI-Cache: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44729 >Category: ports >Synopsis: www/p5-CGI-Cache: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-CGI-Cache/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Cache/Makefile,v retrieving revision 1.7 diff -u -3 -r1.7 Makefile --- www/p5-CGI-Cache/Makefile 17 May 2002 00:00:43 -0000 1.7 +++ www/p5-CGI-Cache/Makefile 29 Oct 2002 09:18:27 -0000 @@ -15,7 +15,6 @@ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache \ - ${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ ${SITE_PERL}/Cache/SizeAwareFileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} @@ -26,4 +25,13 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= CGI::Cache.3 -.include +.include + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE0A37B40C for ; Tue, 29 Oct 2002 17:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B01C343E3B for ; Tue, 29 Oct 2002 17: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 g9U1oAx3011498 for ; Tue, 29 Oct 2002 17: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 g9U1oAki011497; Tue, 29 Oct 2002 17:50:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A0737B401; Tue, 29 Oct 2002 17:49:11 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FB843E97; Tue, 29 Oct 2002 17:49:10 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mkjR005126; Tue, 29 Oct 2002 20:48:46 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mjWc005125; Tue, 29 Oct 2002 20:48:45 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mjWc005125@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:45 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44733: www/p5-Template-Toolkit: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44733 >Category: ports >Synopsis: www/p5-Template-Toolkit: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-Template-Toolkit/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Template-Toolkit/Makefile,v retrieving revision 1.8 diff -u -3 -r1.8 Makefile --- www/p5-Template-Toolkit/Makefile 31 Jul 2002 11:50:41 -0000 1.8 +++ www/p5-Template-Toolkit/Makefile 29 Oct 2002 09:18:28 -0000 @@ -15,7 +15,6 @@ MAINTAINER= tobez@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ - ${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS= ${BUILD_DEPENDS} @@ -25,6 +24,12 @@ MASTER_SITE_BACKUP+= http://www.template-toolkit.org/download/ .include + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 .if defined(BATCH) CONFIGURE_ENV= | ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E81F37B40D for ; Tue, 29 Oct 2002 17:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C3943E91 for ; Tue, 29 Oct 2002 17: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 g9U1oAx3011485 for ; Tue, 29 Oct 2002 17: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 g9U1oAEt011484; Tue, 29 Oct 2002 17:50:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA8A37B401; Tue, 29 Oct 2002 17:49:08 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 782AD43E7B; Tue, 29 Oct 2002 17:49:07 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mhjR005074; Tue, 29 Oct 2002 20:48:43 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mgxd005073; Tue, 29 Oct 2002 20:48:42 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mgxd005073@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:42 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44732: www/p5-HTML-Template: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44732 >Category: ports >Synopsis: www/p5-HTML-Template: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-HTML-Template/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-Template/Makefile,v retrieving revision 1.8 diff -u -3 -r1.8 Makefile --- www/p5-HTML-Template/Makefile 21 Oct 2002 07:21:29 -0000 1.8 +++ www/p5-HTML-Template/Makefile 29 Oct 2002 09:24:33 -0000 @@ -16,16 +16,20 @@ .include -.if !exists(${PREFIX}/lib/perl5/5.6.1/File/Spec.pm) -BUILD_DEPENDS= ${PERL_INC}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS= ${PERL_INC}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - PERL_CONFIGURE= yes MAN3= HTML::Template.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} PERL_INC= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${PERL_INC}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +RUN_DEPENDS+= ${PERL_INC}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 post-patch: ${PERL} -i -pe 's@%%PERL_INC%%@${PERL_INC}@' ${WRKSRC}/Template.pm ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F20237B40E for ; Tue, 29 Oct 2002 17:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFA843EC5 for ; Tue, 29 Oct 2002 17: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 g9U1o8x3011459 for ; Tue, 29 Oct 2002 17: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 g9U1o8LU011458; Tue, 29 Oct 2002 17:50:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6838B37B404; Tue, 29 Oct 2002 17:49:04 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC3243E7B; Tue, 29 Oct 2002 17:49:03 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mdjR004965; Tue, 29 Oct 2002 20:48:39 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mdgK004964; Tue, 29 Oct 2002 20:48:39 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mdgK004964@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:39 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44730: www/p5-CGI.pm: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44730 >Category: ports >Synopsis: www/p5-CGI.pm: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-CGI.pm/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI.pm/Makefile,v retrieving revision 1.3 diff -u -3 -r1.3 Makefile --- www/p5-CGI.pm/Makefile 28 Oct 2002 15:32:11 -0000 1.3 +++ www/p5-CGI.pm/Makefile 29 Oct 2002 09:24:44 -0000 @@ -15,7 +15,6 @@ MAINTAINER= tobez@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -27,4 +26,15 @@ pre-patch: @${PERL} -pi -e '$$_ = "" if /INSTALLDIRS|5\.6\.0/' ${WRKSRC}/Makefile.PL -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:50:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BD837B40F for ; Tue, 29 Oct 2002 17:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1BB43EB1 for ; Tue, 29 Oct 2002 17: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 g9U1oBx3011511 for ; Tue, 29 Oct 2002 17: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 g9U1oBA2011510; Tue, 29 Oct 2002 17:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2136C37B401 for ; Tue, 29 Oct 2002 17:49:12 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E6A43E8A for ; Tue, 29 Oct 2002 17:49:11 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mkjR005178; Tue, 29 Oct 2002 20:48:46 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mkmm005177; Tue, 29 Oct 2002 20:48:46 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mkmm005177@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:46 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: erwin@lansing.dk X-Send-Pr-Version: 3.113 Subject: ports/44734: www/p5-WWW-Search: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44734 >Category: ports >Synopsis: www/p5-WWW-Search: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 17:50:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-WWW-Search/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Search/Makefile,v retrieving revision 1.28 diff -u -3 -r1.28 Makefile --- www/p5-WWW-Search/Makefile 12 Sep 2002 11:48:38 -0000 1.28 +++ www/p5-WWW-Search/Makefile 29 Oct 2002 09:23:36 -0000 @@ -20,7 +20,6 @@ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/User.pm:${PORTSDIR}/sysutils/p5-User \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww @@ -40,4 +39,15 @@ WWW::Search::Simple.3 \ WWW::Search::Test.3 -.include +.include + +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 17:58:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6BF37B401; Tue, 29 Oct 2002 17:58:33 -0800 (PST) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C78743E77; Tue, 29 Oct 2002 17:58:31 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 186i7k-000Hkz-00; Wed, 30 Oct 2002 01:58:24 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.3/8.11.1) with ESMTP id g9U1wOnc057299; Wed, 30 Oct 2002 01:58:24 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.3/8.12.3/Submit) id g9U1wNCn057298; Wed, 30 Oct 2002 01:58:23 GMT Date: Wed, 30 Oct 2002 01:58:23 +0000 From: Jonathon McKitrick To: Stijn Hoop Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Need help debugging Windowmaker coredump Message-ID: <20021030015823.GA57280@dogma.freebsd-uk.eu.org> References: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> <20021029121508.GF76903@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021029121508.GF76903@pcwin002.win.tue.nl> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here's what I have so far: ----------------------------- Program terminated with signal 11, Segmentation fault.^M Reading symbols from /usr/X11R6/lib/libwraster.so.4...done.^M Reading symbols from /usr/local/lib/libtiff.so.4...done.^M Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.^M Reading symbols from /usr/local/lib/libHermes.so.1...done.^M Reading symbols from /usr/local/lib/libpng.so.5...done.^M Reading symbols from /usr/lib/libz.so.2...done.^M Reading symbols from /usr/local/lib/libjpeg.so.9...done.^M Reading symbols from /usr/local/lib/libungif.so.5...done.^M Reading symbols from /usr/X11R6/lib/libXext.so.6...done.^M Reading symbols from /usr/X11R6/lib/libX11.so.6...done.^M Reading symbols from /usr/lib/libm.so.2...done.^M Reading symbols from /usr/local/lib/libintl.so.4...done.^M Reading symbols from /usr/lib/libxpg4.so.3...done.^M Reading symbols from /usr/lib/libc.so.4...done.^M Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...done.^M Reading symbols from /usr/local/lib/libiconv.so.3...done.^M Reading symbols from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2...done.^M Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so.2...done.^M Reading symbols from /usr/libexec/ld-elf.so.1...done.^M #0 0x80b4545 in WMGetFromPLDictionary (plist=0x0, key=0x8137b50)^M ---Type to continue, or q to quit---^M at proplist.c:1429^M 1429 wassertrv(plist->type==WPLDictionary, NULL);^M (gdb) bt^M #0 0x80b4545 in WMGetFromPLDictionary (plist=0x0, key=0x8137b50)^M at proplist.c:1429^M #1 0x807ebf9 in wMenuRestoreState (scr=0x80f8400) at menu.c:2720^M #2 0x8093844 in StartUp (defaultScreenOnly=0) at startup.c:977^M #3 0x807898b in main (argc=1, argv=0xbfbffbe4) at main.c:797^M (gdb) quit^M ------------------------------- I looked at the source, but it seems like the assert would have caught the null plist pointer. This code is from the WINGs source that comes with windowmaker. Any idea what could be causing this? jm -- My other computer is your Windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 18: 0: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0229C37B404 for ; Tue, 29 Oct 2002 17:59:59 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B55E43E77 for ; Tue, 29 Oct 2002 17:59:58 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id g9U20cDh063170; Wed, 30 Oct 2002 05:00:38 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id g9U20UEJ063166; Wed, 30 Oct 2002 05:00:30 +0300 (MSK) Message-Id: <200210300200.g9U20UEJ063166@aaz.links.ru> Subject: Re: Importance of using correct hierarchy for ports. X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <20021029193740.37fa5190.shurd@sasktel.net> To: Stephen Hurd Date: Wed, 30 Oct 2002 05:00:30 +0300 (MSK) From: "."@babolo.ru Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > If this BBS package can't execute > > in read only mounted directory > > (try to store data in the same directory > > as executable, libraryes or configs), > > then it must be repaired to use /var for data > > Which reminds me, what is the proper use of /var for ports? > Should changeable data go in /var/PACKAGE? Probably yes > What about data that's user changeable? $HOME? > Really, I suppose I should plow through the ports > and see where for example chrooted ftp servers like > their data and where databases keep theirs for some > good examples. Usually ports keep data in $PREFIX, but real data path can be configured before service start so that sysadmin decide where to place data. > What makes this even more difficult is that all of the files except for a single text file and the binaries themselves are used in such a way that the BBS can be easily distributed across multiple platforms running multiple OSs. > > This really is a relatively large program, containing an FTP server, two HTTP servers, a Gopher server, an NNTP server, a POP3 server, an SMTP server, a finger server, and a telnet server in addition to the standard BBS (Classic Dial-up style) interface. Splitting all the files up into the generally accepted "correct" locations (/var/backups, /var/mail, /var/msgs, /var/run, /var/spool/*, /usr/local/bin, /usr/local/sbin, /usr/local/etc, etc) is a non-trivial task... one I'm not overly sure is worth it. > > It also uses binary configuration files, which I'm not sure are suitable for ${PREFIX}/etc and if not would go in /var yet again... There is terrible layout port - mail/qmail It reminds me one more restriction - it is possible, that /var is mounted with noexec option :-) > Perhaps a /var/PKG and /usr/local/PKG IMHO yes > with symlinks into ${PREFIX}/bin, ${PREFIX}/sbin, and ${PREFIX}/libexec would be better... What is purpose of links in ${PREFIX}/libexec? There no */libexec in PATH Does shared libraryes used? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 18: 0:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2FA37B412 for ; Tue, 29 Oct 2002 18:00:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398FF43E4A for ; Tue, 29 Oct 2002 18:00: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 g9U209x3015050 for ; Tue, 29 Oct 2002 18:00: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 g9U209nJ015049; Tue, 29 Oct 2002 18:00:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C913837B407 for ; Tue, 29 Oct 2002 17:50:20 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A5143E6E for ; Tue, 29 Oct 2002 17:50:20 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U1mbjR004861; Tue, 29 Oct 2002 20:48:38 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U1mb5M004860; Tue, 29 Oct 2002 20:48:37 -0500 (EST) (envelope-from alane) Message-Id: <200210300148.g9U1mb5M004860@wwweasel.geeksrus.net> Date: Tue, 29 Oct 2002 20:48:37 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: autrijus@autrijus.org X-Send-Pr-Version: 3.113 Subject: ports/44735: www/p5-Bundle-Slash: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44735 >Category: ports >Synopsis: www/p5-Bundle-Slash: p5-File-Spec should only be used if perl < 5.8 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 18:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #2 Sat Oct 26 12:33:12 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/MY_SHITS_FUCKED_UP i386 >Description: p5-File-Spec should only be used if perl < 5.8 >How-To-Repeat: >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: www/p5-Bundle-Slash/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Bundle-Slash/Makefile,v retrieving revision 1.2 diff -u -3 -r1.2 Makefile --- www/p5-Bundle-Slash/Makefile 27 Jul 2002 15:57:30 -0000 1.2 +++ www/p5-Bundle-Slash/Makefile 29 Oct 2002 09:18:26 -0000 @@ -20,7 +20,6 @@ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ @@ -53,4 +52,13 @@ MAN3= Bundle::Slash.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include + +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 + +.include ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 18:55:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D5FC37B401 for ; Tue, 29 Oct 2002 18:55:22 -0800 (PST) Received: from wolcs.k12.pa.us (wolcsmail.wolcs.k12.pa.us [151.197.163.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948DC43E6E for ; Tue, 29 Oct 2002 18:55:20 -0800 (PST) (envelope-from sset777@mail.ru) Received: from QRJATYDI [151.197.240.23] by wolcs.k12.pa.us (SMTPD32-6.00) id ABF72F300DE; Tue, 29 Oct 2002 19:46:47 -0500 From: "Your Ship" To: Post@FreeBSD.ORG Subject: Ïðåäëîæåíèå X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: The Bat! (v1.53d) Date: Wed, 30 Oct 2002 3:32:36 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Message-Id: <200210291947131.SM00233@QRJATYDI> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Óâàæàåìûå ãîñïîäà! Ïðîäàþ ñðî÷íî è íå äîðîãî ïî÷òè ãîòîâûé êîðïóñ 14-òè ìåòðîâîé ÿõòû ñ îòäåëêîé êðàñíûì äåðåâîì. Ñòîèìîñòü äîñòðîéêè ýòîãî êîðïóñà â ïàðóñíóþ ÿõòó îò 30ò$ Åãî òàê æå ìîæíî äîñòðîèòü â øèêàðíóþ ìîòîðíóþ ÿõòó (ñòîèìîñòü äîñòðîéêè îò 20ò$) Îðãàíèçóþ äîñòàâêó â ëþáóþ òî÷êó åâðîïåéñêîé ÷àñòè ÑÍÃ. Åñëè íåîáõîäèìî Âàì ïîìîãóò ñ îðãàíèçàöèåé ñòîÿíêè íà ×åðíîì ìîðå è óõîäîì çà ÿõòîé. Òàê æå íåäîðîãî ïðîäàåòñÿ ó÷àñòîê 7.5ãà íà áåðåãó ×åðíîãî ìîðÿ. Öåíà 300$ çà ñîòêó. Òîðã óìåñòåí. Åñëè ýòî ñîîáùåíèå ëè÷íî Âàì íå íóæíî, ïîäóìàéòå, ìîæåò îíî ïðèãîäèòñÿ êîìó íèáóäü èç Âàøèõ çíàêîìûõ. Ïîñðåäíèêàì âûïëà÷èâàþòñÿ ñîëèäíûå êîìèññèîííûå !!! Îáðàùàòüñÿ ïî òåëåôîíó (902) 488-86-04 èëè ýòîìó E-mail: ersh462@mail.bulnet.bg Âàø ýëåêòðîííûé àäðåñ ïîëó÷åí èç îòêðûòûõ èñòî÷íèêîâ è èñïîëüçóåòñÿ äëÿ åäèíè÷íîé äîñòàâêè ñîîáùåíèÿ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 19: 2:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9473D37B406 for ; Tue, 29 Oct 2002 19:02:21 -0800 (PST) Received: from volatile.chemikals.org (cae57-176-131.sc.rr.com [66.57.176.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A162043E3B for ; Tue, 29 Oct 2002 19:02:12 -0800 (PST) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.12.6/8.12.6) with ESMTP id g9U321Rv073104 for ; Tue, 29 Oct 2002 22:02:01 -0500 (EST) (envelope-from morganw@chemikals.org) Date: Tue, 29 Oct 2002 22:02:01 -0500 (EST) From: Wesley Morgan To: ports@FreeBSD.org Subject: linux-mozilla / java plugin / flash6 Message-ID: <20021029214715.S73003-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've got my hands on a beta flash6 plugin for Linux, and have discovered that it requires libraries only available in the linux_base "7"... Whereas the java plugin reportedly only works with the linux_base-6 (albeit not very well). Support for the latest flash is very important for a "user" (aka mom), as is having java support. Does anyone have a clue why java and the 7.3 linux base don't play well together? -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 19:19:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E1237B401 for ; Tue, 29 Oct 2002 19:19:46 -0800 (PST) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE37243E88 for ; Tue, 29 Oct 2002 19:19:45 -0800 (PST) (envelope-from eta@lclark.edu) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id TAA07748; Tue, 29 Oct 2002 19:19:02 -0800 (PST) Subject: Re: further on GL/gl.h From: Eric Anholt To: Julian Elischer Cc: ports@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 19:19:02 -0800 Message-Id: <1035947942.710.97.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-10-29 at 12:06, Julian Elischer wrote: > > the following ports all install teh same file: > julian# find . -name "pkg-plist" |xargs grep "GL/gl.h" > ./graphics/Mesa3/pkg-plist:%%XFREE3:%%include/GL/gl.h > ./graphics/linux_mesa/pkg-plist:usr/include/GL/gl.h > ./graphics/linux_mesa3/pkg-plist:usr/X11R6/include/GL/gl.h > ./graphics/utah-glx/pkg-plist:include/GL/gl.h > ./devel/mingw-opengl-headers/pkg-plist:i386-mingw32msvc/include/GL/gl.h > ./x11/XFree86-4-libraries/pkg-plist:include/GL/gl.h > > this means that if you delete one..... oops > the other packages are screwed.. I just go bit by this.. > (see other email) > > Any suggestions as to how this might be handled? You shouldn't have Mesa3 or utah-glx installed if you have XFree86-4-libraries. I don't think you would have linux_mesa and linux_mesa3 installed at the same time (they are /compat/linux based), and the chances of you also needing the linux gl.h I think are slim :) So I don't see any real conflict here with a semi-recent set of ports unless you're using X 3, mesa3 for glut, and utah-glx for your GL. However, I do wish that the package system kept some sort of reference count for files so that on delete of a package it wouldn't delete files unless no package referenced that filename any more. This was a problem when I moved a file from X4-clients to X4-libraries and portupgrade installed the new libraries, deleted the old clients (deleting the new libraries's file), then installed the new clients. -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 19:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C72837B401 for ; Tue, 29 Oct 2002 19:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC1D43E75 for ; Tue, 29 Oct 2002 19: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 g9U3e5x3059724 for ; Tue, 29 Oct 2002 19: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 g9U3e5bb059723; Tue, 29 Oct 2002 19:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B4CA37B401 for ; Tue, 29 Oct 2002 19:30:06 -0800 (PST) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379B243E6E for ; Tue, 29 Oct 2002 19:30:05 -0800 (PST) (envelope-from arlankfo@verizon.net) Received: from verizon.net ([138.88.146.50]) by out005.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20021030033004.JAVD4740.out005.verizon.net@verizon.net> for ; Tue, 29 Oct 2002 21:30:04 -0600 Message-Id: <20021030033004.JAVD4740.out005.verizon.net@verizon.net> Date: Tue, 29 Oct 2002 22:30:01 -0500 From: "Andrew Lankford" Reply-To: "Andrew Lankford" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44736: teTeX fails to compile because of apparent bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44736 >Category: ports >Synopsis: teTeX fails to compile because of apparent bug >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 19:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: root >Release: FreeBSD 4.7-STABLE i386 >Organization: None >Environment: System: FreeBSD bogushost2 4.7-STABLE FreeBSD 4.7-STABLE #7: Tue Oct 29 01:01:40 EST 2002 root@bogushost2:/usr/obj/usr/src/sys/ARLKERNEL i386 >Description: Build chokes at line 139 of work/teTeX-1.0/texk/web2c/web2c/web2c.y. >How-To-Repeat: cd /usr/ports/print/teTeX ; make >Fix: I know next to nothing about yacc/bison, but it looks like the problem is simply a missing semicolon. This makes the port compile anyway. --- patch_teTeXsrc_web2c_y begins here --- --- web2c.y.orig Tue Oct 29 22:04:34 2002 +++ web2c.y Tue Oct 29 22:07:45 2002 @@ -135,6 +135,7 @@ /* program statement. Ignore any files. */ PROGRAM_HEAD: program_tok undef_id_tok PROGRAM_FILE_PART ';' + ; PROGRAM_FILE_PART: '(' PROGRAM_FILE_LIST ')' --- patch_teTeXsrc_web2c_y ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 21: 7:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D33737B401 for ; Tue, 29 Oct 2002 21:07:22 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C40243E4A for ; Tue, 29 Oct 2002 21:07:21 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U56tP0058051 for ; Wed, 30 Oct 2002 00:06:55 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U56t59058050 for ports@freebsd.org; Wed, 30 Oct 2002 00:06:55 -0500 (EST) (envelope-from alane) Date: Wed, 30 Oct 2002 00:06:55 -0500 From: AlanE To: FreeBSD Ports List Subject: HEADS UP: french/cups-* going away Message-ID: <20021030050655.GA57987@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org With the next upgrade, the french/cups* ports, which exist solely to provide French manpages, will be deleted. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22: 1:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A4AA37B401; Tue, 29 Oct 2002 22:01:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D5FD43E75; Tue, 29 Oct 2002 22:01:56 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U61tx3023369; Tue, 29 Oct 2002 22:01:55 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U61tMn023366; Tue, 29 Oct 2002 22:01:55 -0800 (PST) Date: Tue, 29 Oct 2002 22:01:55 -0800 (PST) From: Alan Eldridge Message-Id: <200210300601.g9U61tMn023366@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44718: archivers/p5-Archive-Zip: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: archivers/p5-Archive-Zip: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:01:02 PST 2002 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=44718 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22:15:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FD237B401; Tue, 29 Oct 2002 22:15:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E6243E4A; Tue, 29 Oct 2002 22:15:17 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U6FGx3031802; Tue, 29 Oct 2002 22:15:16 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U6FG7J031799; Tue, 29 Oct 2002 22:15:16 -0800 (PST) Date: Tue, 29 Oct 2002 22:15:16 -0800 (PST) From: Alan Eldridge Message-Id: <200210300615.g9U6FG7J031799@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44721: devel/p5-Test-Inline: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/p5-Test-Inline: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:14:12 PST 2002 Responsible-Changed-Why: Maintainer not committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44721 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22:15:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7816337B401; Tue, 29 Oct 2002 22:15:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B9643E4A; Tue, 29 Oct 2002 22:15:50 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U6Fox3031849; Tue, 29 Oct 2002 22:15:50 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U6FoGf031846; Tue, 29 Oct 2002 22:15:50 -0800 (PST) Date: Tue, 29 Oct 2002 22:15:50 -0800 (PST) From: Alan Eldridge Message-Id: <200210300615.g9U6FoGf031846@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44734: www/p5-WWW-Search: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-WWW-Search: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:14:12 PST 2002 Responsible-Changed-Why: Maintainer not committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44721 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:14:12 PST 2002 Responsible-Changed-Why: Maintainer not committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44734 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22:29: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B0337B401; Tue, 29 Oct 2002 22:29:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918AA43E75; Tue, 29 Oct 2002 22:29:02 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U6T2x3035715; Tue, 29 Oct 2002 22:29:02 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U6T2mN035711; Tue, 29 Oct 2002 22:29:02 -0800 (PST) Date: Tue, 29 Oct 2002 22:29:02 -0800 (PST) From: Alan Eldridge Message-Id: <200210300629.g9U6T2mN035711@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44723: net/p5-RPC-XML: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net/p5-RPC-XML: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44723 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22:29:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F2A937B401; Tue, 29 Oct 2002 22:29:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2151E43E4A; Tue, 29 Oct 2002 22:29:17 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U6THx3035753; Tue, 29 Oct 2002 22:29:17 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U6TGbJ035749; Tue, 29 Oct 2002 22:29:16 -0800 (PST) Date: Tue, 29 Oct 2002 22:29:16 -0800 (PST) From: Alan Eldridge Message-Id: <200210300629.g9U6TGbJ035749@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44727: textproc/p5-XML-Directory: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/p5-XML-Directory: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44723 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44727 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22:29:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B7B37B401; Tue, 29 Oct 2002 22:29:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE07443E4A; Tue, 29 Oct 2002 22:29:22 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U6TMx3035796; Tue, 29 Oct 2002 22:29:22 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U6TMFx035792; Tue, 29 Oct 2002 22:29:22 -0800 (PST) Date: Tue, 29 Oct 2002 22:29:22 -0800 (PST) From: Alan Eldridge Message-Id: <200210300629.g9U6TMFx035792@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44735: www/p5-Bundle-Slash: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-Bundle-Slash: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44723 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44727 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44735 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 22:29:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C4B37B401; Tue, 29 Oct 2002 22:29:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3742843E4A; Tue, 29 Oct 2002 22:29:31 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U6TVx3035833; Tue, 29 Oct 2002 22:29:31 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U6TVmc035829; Tue, 29 Oct 2002 22:29:31 -0800 (PST) Date: Tue, 29 Oct 2002 22:29:31 -0800 (PST) From: Alan Eldridge Message-Id: <200210300629.g9U6TVmc035829@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44731: www/p5-HTML-Mason: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-HTML-Mason: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44723 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44727 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44735 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 22:28:33 PST 2002 Responsible-Changed-Why: Maintainer as listed not committed (not @freebsd.org). http://www.freebsd.org/cgi/query-pr.cgi?pr=44731 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:25:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DBD37B401; Tue, 29 Oct 2002 23:25:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8B543E3B; Tue, 29 Oct 2002 23:25:11 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7PBx3061939; Tue, 29 Oct 2002 23:25:11 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7PBXB061935; Tue, 29 Oct 2002 23:25:11 -0800 (PST) Date: Tue, 29 Oct 2002 23:25:11 -0800 (PST) From: Alan Eldridge Message-Id: <200210300725.g9U7PBXB061935@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/44719: devel/p5-File-Spec: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/p5-File-Spec: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->dburr Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:24:57 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44719 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:36:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC1E37B401; Tue, 29 Oct 2002 23:36:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2E543E3B; Tue, 29 Oct 2002 23:36:38 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7acx3065577; Tue, 29 Oct 2002 23:36:38 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7acoS065573; Tue, 29 Oct 2002 23:36:38 -0800 (PST) Date: Tue, 29 Oct 2002 23:36:38 -0800 (PST) From: Alan Eldridge Message-Id: <200210300736.g9U7acoS065573@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, wjv@FreeBSD.org Subject: Re: ports/44720: devel/p5-File-Temp: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/p5-File-Temp: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->wjv Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:36:33 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44720 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:37: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E86137B401; Tue, 29 Oct 2002 23:37:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9825543E8A; Tue, 29 Oct 2002 23:37:01 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7b1x3065633; Tue, 29 Oct 2002 23:37:01 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7b1bg065629; Tue, 29 Oct 2002 23:37:01 -0800 (PST) Date: Tue, 29 Oct 2002 23:37:01 -0800 (PST) From: Alan Eldridge Message-Id: <200210300737.g9U7b1bg065629@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/44722: mail/p5-Mail-Box: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mail/p5-Mail-Box: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:36:50 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:37:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698F137B401; Tue, 29 Oct 2002 23:37:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2B043E75; Tue, 29 Oct 2002 23:37:47 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7bkx3065705; Tue, 29 Oct 2002 23:37:46 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7bkaB065701; Tue, 29 Oct 2002 23:37:46 -0800 (PST) Date: Tue, 29 Oct 2002 23:37:46 -0800 (PST) From: Alan Eldridge Message-Id: <200210300737.g9U7bkaB065701@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, skv@FreeBSD.org Subject: Re: ports/44725: textproc/p5-PodParser: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/p5-PodParser: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->skv Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:37:35 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44725 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:37:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99EA937B401; Tue, 29 Oct 2002 23:37:58 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D8F43E6E; Tue, 29 Oct 2002 23:37:58 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7bwx3065756; Tue, 29 Oct 2002 23:37:58 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7bvNi065752; Tue, 29 Oct 2002 23:37:57 -0800 (PST) Date: Tue, 29 Oct 2002 23:37:57 -0800 (PST) From: Alan Eldridge Message-Id: <200210300737.g9U7bvNi065752@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, skv@FreeBSD.org Subject: Re: ports/44726: textproc/p5-RDF-Notation3: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/p5-RDF-Notation3: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->skv Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:37:53 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44726 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:38:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2892737B418; Tue, 29 Oct 2002 23:38:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC5C43E7B; Tue, 29 Oct 2002 23:38:13 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7cDx3065811; Tue, 29 Oct 2002 23:38:13 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7cDLn065807; Tue, 29 Oct 2002 23:38:13 -0800 (PST) Date: Tue, 29 Oct 2002 23:38:13 -0800 (PST) From: Alan Eldridge Message-Id: <200210300738.g9U7cDLn065807@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, skv@FreeBSD.org Subject: Re: ports/44728: textproc/p5-podlators: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/p5-podlators: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->skv Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:38:11 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44728 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:38:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D02037B407; Tue, 29 Oct 2002 23:38:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E72343E7B; Tue, 29 Oct 2002 23:38:25 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7cPx3065859; Tue, 29 Oct 2002 23:38:25 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7cPiL065855; Tue, 29 Oct 2002 23:38:25 -0800 (PST) Date: Tue, 29 Oct 2002 23:38:25 -0800 (PST) From: Alan Eldridge Message-Id: <200210300738.g9U7cPiL065855@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/44729: www/p5-CGI-Cache: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-CGI-Cache: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:38:21 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44729 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:38:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAF937B401; Tue, 29 Oct 2002 23:38:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E0043E3B; Tue, 29 Oct 2002 23:38:33 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7cXx3065909; Tue, 29 Oct 2002 23:38:33 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7cXGF065905; Tue, 29 Oct 2002 23:38:33 -0800 (PST) Date: Tue, 29 Oct 2002 23:38:33 -0800 (PST) From: Alan Eldridge Message-Id: <200210300738.g9U7cXGF065905@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/44730: www/p5-CGI.pm: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-CGI.pm: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:38:29 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44730 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:38:58 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B9B37B401; Tue, 29 Oct 2002 23:38:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59ABD43E8A; Tue, 29 Oct 2002 23:38:57 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7cvx3065956; Tue, 29 Oct 2002 23:38:57 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7cvRg065952; Tue, 29 Oct 2002 23:38:57 -0800 (PST) Date: Tue, 29 Oct 2002 23:38:57 -0800 (PST) From: Alan Eldridge Message-Id: <200210300738.g9U7cvRg065952@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/44732: www/p5-HTML-Template: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-HTML-Template: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:38:54 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44732 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:39:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17B437B401; Tue, 29 Oct 2002 23:39:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639B043E75; Tue, 29 Oct 2002 23:39:23 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7dNx3066031; Tue, 29 Oct 2002 23:39:23 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7dNCw066027; Tue, 29 Oct 2002 23:39:23 -0800 (PST) Date: Tue, 29 Oct 2002 23:39:23 -0800 (PST) From: Alan Eldridge Message-Id: <200210300739.g9U7dNCw066027@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/44733: www/p5-Template-Toolkit: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/p5-Template-Toolkit: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:39:15 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44733 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:42: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD4D37B404 for ; Tue, 29 Oct 2002 23:42:03 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720EB43E4A for ; Tue, 29 Oct 2002 23:42:02 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9U7ei01030591; Wed, 30 Oct 2002 02:40:46 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: bad patch in x11-toolkits/gnome-- From: Joe Marcus Clarke To: Julian Elischer Cc: ports@FreeBSD.org, mvh@ix.netcom.com In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 02:41:52 -0500 Message-Id: <1035963715.346.4.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01 version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-10-29 at 20:38, Julian Elischer wrote: > this is in 4.7RC That's weird. It works just fine for me on -stable, and it built fine on bento for 4.7-RELEASE packages. Are you using the system compiler or one of the other GCCs? Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 29 23:46:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD4BD37B401; Tue, 29 Oct 2002 23:46:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDC543E42; Tue, 29 Oct 2002 23:46:14 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U7kEx3069617; Tue, 29 Oct 2002 23:46:14 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U7kESX069613; Tue, 29 Oct 2002 23:46:14 -0800 (PST) Date: Tue, 29 Oct 2002 23:46:14 -0800 (PST) From: Alan Eldridge Message-Id: <200210300746.g9U7kESX069613@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, AlanE@FreeBSD.org Subject: Re: ports/44724: security/p5-Crypt-Twofish: p5-File-Spec should only be used if perl < 5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: security/p5-Crypt-Twofish: p5-File-Spec should only be used if perl < 5.8 Responsible-Changed-From-To: freebsd-ports->AlanE Responsible-Changed-By: alane Responsible-Changed-When: Tue Oct 29 23:46:08 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44724 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 0: 6:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4783C37B401; Wed, 30 Oct 2002 00:06:53 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9785A43E4A; Wed, 30 Oct 2002 00:06:52 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U86PP0031196; Wed, 30 Oct 2002 03:06:25 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U86P50031195; Wed, 30 Oct 2002 03:06:25 -0500 (EST) (envelope-from alane) Date: Wed, 30 Oct 2002 03:06:25 -0500 From: AlanE To: "Cliff L. Biffle" Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: Phoenix port build issues Message-ID: <20021030080625.GA28178@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: "Cliff L. Biffle" , phoenix@geeksrus.net, FreeBSD Ports List References: <200210300100.51207.cbiffle@safety.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210300100.51207.cbiffle@safety.net> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 01:00:51AM -0700, Cliff L. Biffle wrote: >Howdy. I'm using the Phoenix port as of about 11am this morning (MST), which >was the last time I 'supped my tree. It's complaining about libIDL; the >version in ports is apparently too new for it (0.8 instead of 0.6.3). >It strikes me that an older libIDL should be available in ports and listed as >a dependency. What are your thoughts? What ORBit do you have installed? I have the non-gnome2-ORBit and it was fine last time I built it. In fact, the install notes tell you that ORBit is what to use (if you have it). -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 0:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23A637B404 for ; Wed, 30 Oct 2002 00:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2107043E77 for ; Wed, 30 Oct 2002 00:10: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 g9U8A1x3081725 for ; Wed, 30 Oct 2002 00:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U8A1iI081724; Wed, 30 Oct 2002 00:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7DDD37B401 for ; Wed, 30 Oct 2002 00:04:56 -0800 (PST) Received: from subliminal.tekrealm.net (subliminal.tekrealm.net [64.81.247.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C866F43E3B for ; Wed, 30 Oct 2002 00:04:54 -0800 (PST) (envelope-from elitetek@subliminal.tekrealm.net) Received: from subliminal.tekrealm.net (whoami@localhost [127.0.0.1]) by subliminal.tekrealm.net (8.12.6/8.12.6) with ESMTP id g9U84r1L027399 for ; Wed, 30 Oct 2002 00:04:53 -0800 (PST) (envelope-from elitetek@subliminal.tekrealm.net) Received: (from elitetek@localhost) by subliminal.tekrealm.net (8.12.6/8.12.6/Submit) id g9U83cFW027384; Wed, 30 Oct 2002 00:03:38 -0800 (PST) Message-Id: <200210300803.g9U83cFW027384@subliminal.tekrealm.net> Date: Wed, 30 Oct 2002 00:03:38 -0800 (PST) From: Andrew Stuart Reply-To: Andrew Stuart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44739: With the last update, I forgot to update WWW: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44739 >Category: ports >Synopsis: With the last update, I forgot to update WWW: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 00:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andrew Stuart >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD subliminal.tekrealm.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 13:48:20 PDT 2002 elitetek@freebsd.tekrealm.net:/usr/src/sys/compile/SUBLIMINAL i386 >Description: With the last pr, I forgot to include the update for the website in pkg-descr >How-To-Repeat: >Fix: --- gkrellshoot.update2 begins here --- --- pkg-descr.orig Tue Oct 22 23:42:36 2002 +++ pkg-descr Tue Oct 22 23:53:13 2002 @@ -2,4 +2,4 @@ ImageMagick for screen capture and can be configured for your screen saver program. Known to work with either Xlock or xscreensaver. -WWW: http://www.geocities.com/m_muthukumar/gkrellshoot.html +WWW: http://gkrellshoot.sourceforge.net --- gkrellshoot.update2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 0:22:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444EE37B401; Wed, 30 Oct 2002 00:22:25 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D69F43E4A; Wed, 30 Oct 2002 00:22:24 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.6/8.12.6) with ESMTP id g9U8L7qx095418; Wed, 30 Oct 2002 09:21:07 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.6/8.12.6/Submit) id g9U8L7ZO095417; Wed, 30 Oct 2002 09:21:07 +0100 (CET) Date: Wed, 30 Oct 2002 09:21:07 +0100 From: Stijn Hoop To: Jonathon McKitrick Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Need help debugging Windowmaker coredump Message-ID: <20021030082107.GA94770@pcwin002.win.tue.nl> References: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> <20021029121508.GF76903@pcwin002.win.tue.nl> <20021030015823.GA57280@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <20021030015823.GA57280@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Jonathon, On Wed, Oct 30, 2002 at 01:58:23AM +0000, Jonathon McKitrick wrote: > Here's what I have so far: >=20 > ----------------------------- > Program terminated with signal 11, Segmentation fault.^M [snip] > #0 0x80b4545 in WMGetFromPLDictionary (plist=3D0x0, key=3D0x8137b50)^M > ---Type to continue, or q to quit---^M > at proplist.c:1429^M > 1429 wassertrv(plist->type=3D=3DWPLDictionary, NULL);^M > (gdb) bt^M > #0 0x80b4545 in WMGetFromPLDictionary (plist=3D0x0, key=3D0x8137b50)= ^M > at proplist.c:1429^M > #1 0x807ebf9 in wMenuRestoreState (scr=3D0x80f8400) at menu.c:2720^M > #2 0x8093844 in StartUp (defaultScreenOnly=3D0) at startup.c:977^M > #3 0x807898b in main (argc=3D1, argv=3D0xbfbffbe4) at main.c:797^M > (gdb) quit^M > ------------------------------- >=20 > I looked at the source, but it seems like the assert would have caught the > null plist pointer. No, because it asserts that plist->type should be equal to WPLDictionary, without checking for a NULL plist argument. > This code is from the WINGs source that comes with windowmaker. OK, first of all I don't run WindowMaker so this is not going to be up my alley, but I can guess, and maybe get you going a little further: It seems that plist =3D=3D NULL. If you type 'frame 1' in gdb after the bt you should get the line where WMGetFromPLDictionary is called, this is at menu.c:2720 as gdb says. The NULL pointer seems to be scr->session_state, in other words, there doesn't seem to be a session state loaded. My rough guess is that something in your .wmaker startup dir is screwed. Have you tried to remove that to test if it works then? Otherwise you need to trace the code and try to figure out why scr->session_state isn't being initialized like it should. > Any idea what could be causing this? Other than the above hints, no, sorry. You'll probably get better help from the wmaker mailing list. --Stijn --=20 "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." -- Kristian Wilson, Nintendo, Inc., 1989 --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9v5ZzY3r/tLQmfWcRAjCCAJ9QaEliJInDwaRRcqrO/zhUPVQ6VgCff064 N9c2n9Yzqgh5OoKP2w0BQdI= =WaS6 -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 0:23:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DE937B401 for ; Wed, 30 Oct 2002 00:23:21 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB9343E88 for ; Wed, 30 Oct 2002 00:23:20 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9U8Ls01031134; Wed, 30 Oct 2002 03:21:56 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Phoenix port build issues From: Joe Marcus Clarke To: alane@geeksrus.net Cc: "Cliff L. Biffle" , phoenix@geeksrus.net, FreeBSD Ports List In-Reply-To: <20021030080625.GA28178@wwweasel.geeksrus.net> References: <200210300100.51207.cbiffle@safety.net> <20021030080625.GA28178@wwweasel.geeksrus.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 03:23:02 -0500 Message-Id: <1035966186.346.17.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 03:06, AlanE wrote: > On Wed, Oct 30, 2002 at 01:00:51AM -0700, Cliff L. Biffle wrote: > >Howdy. I'm using the Phoenix port as of about 11am this morning (MST), which > >was the last time I 'supped my tree. It's complaining about libIDL; the > >version in ports is apparently too new for it (0.8 instead of 0.6.3). > >It strikes me that an older libIDL should be available in ports and listed as > >a dependency. What are your thoughts? > > What ORBit do you have installed? I have the non-gnome2-ORBit and it was > fine last time I built it. In fact, the install notes tell you that > ORBit is what to use (if you have it). Correct. devel/ORBit includes libIDL 0.6.8. You will need this port installed (and especially ${LOCALBASE}/etc/libIDLConf.sh to exist) for proper libIDL detection to take place. Joe > > -- > Alan Eldridge > Unix/C(++) IT Pro, 20 yrs, seeking new employment. > (http://wwweasel.geeksrus.net/~alane/resume.txt) > KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 0:59:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C33F37B401 for ; Wed, 30 Oct 2002 00:59:22 -0800 (PST) Received: from hamberg.it.uu.se (hamberg.it.uu.se [130.238.9.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3CD43E6E for ; Wed, 30 Oct 2002 00:59:21 -0800 (PST) (envelope-from ertr1013@csd.uu.se) Received: (from ertr1013@localhost) by hamberg.it.uu.se (8.8.5/8.8.5) id JAA08506; Wed, 30 Oct 2002 09:59:08 +0100 (MET) Date: Wed, 30 Oct 2002 09:59:08 +0100 From: Erik Trulsson To: AlanE Cc: "Cliff L. Biffle" , phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: Re: Phoenix port build issues Message-ID: <20021030085907.GA8269@student.uu.se> References: <200210300100.51207.cbiffle@safety.net> <20021030080625.GA28178@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021030080625.GA28178@wwweasel.geeksrus.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 03:06:25AM -0500, AlanE wrote: > On Wed, Oct 30, 2002 at 01:00:51AM -0700, Cliff L. Biffle wrote: > >Howdy. I'm using the Phoenix port as of about 11am this morning (MST), which > >was the last time I 'supped my tree. It's complaining about libIDL; the > >version in ports is apparently too new for it (0.8 instead of 0.6.3). > >It strikes me that an older libIDL should be available in ports and listed as > >a dependency. What are your thoughts? > > What ORBit do you have installed? I have the non-gnome2-ORBit and it was > fine last time I built it. In fact, the install notes tell you that > ORBit is what to use (if you have it). So why is devel/ORBit not listed in the BUILD_DEPENDS of the www/phoenix port if it is needed? -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A23C37B401 for ; Wed, 30 Oct 2002 01:00:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84DB43E7B for ; Wed, 30 Oct 2002 01:00: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 g9U90Hx3099551 for ; Wed, 30 Oct 2002 01: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 g9U90HbN099550; Wed, 30 Oct 2002 01:00:17 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4F837B401 for ; Wed, 30 Oct 2002 00:54:50 -0800 (PST) Received: from alansung.dragon2.net (140-109-226-5.adsl.sinica.edu.tw [140.109.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B4D43E42 for ; Wed, 30 Oct 2002 00:54:49 -0800 (PST) (envelope-from AlanSung@alansung.dragon2.net) Received: from alansung.dragon2.net (localhost [127.0.0.1]) by alansung.dragon2.net (8.12.6/8.12.6) with ESMTP id g9U8sfS4098194; Wed, 30 Oct 2002 16:54:48 +0800 (CST) (envelope-from AlanSung@alansung.dragon2.net) Received: (from AlanSung@localhost) by alansung.dragon2.net (8.12.6/8.12.6/Submit) id g9U8sfGX098193; Wed, 30 Oct 2002 16:54:41 +0800 (CST) Message-Id: <200210300854.g9U8sfGX098193@alansung.dragon2.net> Date: Wed, 30 Oct 2002 16:54:41 +0800 (CST) From: Cheng-Lung Sung Reply-To: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@dragon2.net X-Send-Pr-Version: 3.113 Subject: ports/44740: [PATCH] centericq with MSN UTF-8 Support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44740 >Category: ports >Synopsis: [PATCH] centericq with MSN UTF-8 Support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 01:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.7-RELEASE i386 >Organization: NCTU CSIE FreeBSD Server >Environment: System: FreeBSD AlanSung.dragon2.net 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Fri Oct 11 14:23:08 CST 2002 root@AlanSung.dragon2.net:/usr/obj/usr/src/sys/SungSung i386 gnu iconv library needed >Description: Because MSN Messager transfer msg with UTF-8 format, but original libmsn lacks of UTF-8 converter. After looking for solution at google.com, I found some patches which were not exactly suitable. Afterward, I examine patches and try to correct some bugs in patches. And here I sent the patch file with send-pr , hope this utf-8 patch can move to ports/centericq/patch. Original incorrect version patch: http://linux.cgs.pl/cicq/2002-02/0138.html >How-To-Repeat: Withour utf-8 , users can't transfer multibyte character to remote client correctly. Take myself for an example, using 'big5' charsets, can't deliver Chinese Big5 characters to remote client. >Fix: --- libmsn-0.1/msn_commands.cc.orig Wed Oct 16 18:20:59 2002 +++ libmsn-0.1/msn_commands.cc Wed Oct 30 16:44:55 2002 @@ -30,7 +30,10 @@ #include #include #include - +#define HAVE_ICONV_H 1 +#if HAVE_ICONV_H +#include +#endif #include "libmsn.h" #include "msn_commands.h" #include "parse_utils.h" @@ -426,6 +429,128 @@ return 0; } +#if HAVE_ICONV_H +/* +** Name: safe_iconv +** Purpose: 'Fault-tolerant' version if iconv. Replaces invalid seq with '?' +** Input: see iconv manpage +*/ +static int safe_iconv( iconv_t handle, + const char **inbuf, size_t *inbytesleft, + char **outbuf, size_t *outbytesleft) +{ + int ret; + while (*inbytesleft) { + ret = iconv( handle, inbuf, inbytesleft, + outbuf, outbytesleft); + if (!*inbytesleft || !*outbytesleft) + return ret; + /*got invalid seq - so replace it with '?' */ + **outbuf = '?'; (*outbuf)++; (*outbytesleft)--; + (*inbuf)++; (*inbytesleft)--; + } + return ret; +} + +/* charset name cache buffer */ +char loc_charset[32]; + +#define DEFAULT_CHARSET "ISO-8859-1" + +/* +** Name: guess_current_locale_charset +** Purpose: Try to guess default charset for the current locale +** Output: charset name +** FIXME: is there more right method for guessing charset + than scanning $LANG ? +*/ +static char* guess_current_locale_charset() +{ + char *lang, *ch; + /* Return previously learned charset */ + return "big5"; + if (loc_charset[0]) + return loc_charset; + + lang = getenv("LANG"); + ch = strrchr( lang, '.' ) + 1; + if (!ch) + strcpy( loc_charset, DEFAULT_CHARSET ); + else { + iconv_t pt; + strncpy( loc_charset, ch, sizeof(loc_charset) ); + /* try to open iconv handle using guessed charset */ + if ( (pt = iconv_open( loc_charset, loc_charset )) == (iconv_t)(-1) ) + { + strcpy( loc_charset, DEFAULT_CHARSET ); + } else { + iconv_close(pt); + }; + + } + + return loc_charset; +} +#endif /* HAVE_ICONV_H */ + +/* +** Name: Str2Utf8 +** Purpose: convert a string in UTF-8 format +** Input: inbuf - the string to convert +** Output: a new string in UTF-8 format +*/ +static char *StrToUtf8( const char *inbuf ) +{ +#if HAVE_ICONV_H + size_t length = strlen( inbuf ); + size_t outmaxlength = length * 4; /* FIXME: Is x4 multiplier enoght? */ + char *outbuf = (char*) malloc( outmaxlength + 1 ); + char *outbuf_save = outbuf; + int ret; + + iconv_t handle = iconv_open( "utf-8", guess_current_locale_charset() ); + ret = safe_iconv( handle, (const char **) &inbuf, &length, &outbuf, &outmaxlength ); + + iconv_close( handle ); + + return outbuf_save; +#else + char *outbuf = strdup( inbuf ); + char *outbuf_save = outbuf; + /* Clear eight bit */ + for (; *outbuf; ++outbuf) + *outbuf &= 0x7F; + return outbuf_save; +#endif +} + +/* +** Name: Utf8ToStr +** Purpose: revert UTF-8 string conversion +** Input: inbuf - the string to decode +** Output: a new decoded string +*/ +static char *Utf8ToStr( char *inbuf ) +{ +#if HAVE_ICONV_H + size_t length = strlen( inbuf ); + size_t outmaxlength = length; + char *outbuf = (char*) malloc( outmaxlength + 1 ); + char *outbuf_save = outbuf; + int ret; + + iconv_t handle = iconv_open( guess_current_locale_charset(), "utf-8" ); + + ret = safe_iconv( handle, (const char **) &inbuf, &length, &outbuf, &outmaxlength ); + + iconv_close( handle ); + + return outbuf_save; +#else + return strdup( inbuf ); +#endif +} + /* ** Name: HandleMessage ** Purpose: This function handles an instant message from either the server @@ -440,6 +565,7 @@ { MSN_InstantMessage newIm; char *message; + char *decodedIm; char *mimeInfo, *im; int length, nread; struct timeval t; @@ -448,6 +574,8 @@ message = NULL; mimeInfo = NULL; im = NULL; + decodedIm = NULL; + if (numOfArgs != 4) return -1; @@ -470,13 +598,15 @@ if (mimeInfo != NULL) { if (strstr(mimeInfo, "text/plain") != NULL) { + + decodedIm = Utf8ToStr( im ); newIm.year = 0; newIm.month = 0; newIm.day = 0; newIm.hour = 0; newIm.minute = 0; newIm.sec = 0; - newIm.msg = im; + newIm.msg = decodedIm; RemoveHotmail(args[1], &newIm.sender); newIm.friendlyhandle = args[2]; newIm.fd = conn->fd; @@ -571,15 +701,18 @@ int SendMessage(MSN_Conn *conn, const char *message) { char *commandLine; + char *UTFmessage; int length; if (!message) return -1; + UTFmessage = NULL; - commandLine = (char *)malloc(strlen(MIME_HEADER)+strlen(message)+25); + UTFmessage = StrToUtf8( message ); + commandLine = (char *)malloc(strlen(MIME_HEADER)+strlen(UTFmessage)+25); length = sprintf(commandLine, "%s %lu N %d\r\n%s%s", CommandString[MSG], - TrID++, strlen(message)+strlen(MIME_HEADER), MIME_HEADER, - message); + TrID++, strlen(UTFmessage)+strlen(MIME_HEADER), MIME_HEADER, + UTFmessage); write(conn->fd, commandLine, length); free(commandLine); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1: 0:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4737B401 for ; Wed, 30 Oct 2002 01:00:40 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B680743E77 for ; Wed, 30 Oct 2002 01:00:39 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9U90BP0077548 for ; Wed, 30 Oct 2002 04:00:11 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9U90A1d077547 for ports@freebsd.org; Wed, 30 Oct 2002 04:00:10 -0500 (EST) (envelope-from alane) Date: Wed, 30 Oct 2002 04:00:09 -0500 From: AlanE To: FreeBSD Ports List Subject: Re: Re: Phoenix port build issues Message-ID: <20021030090008.GA77103@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List References: <200210300100.51207.cbiffle@safety.net> <20021030080625.GA28178@wwweasel.geeksrus.net> <20021030085907.GA8269@student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021030085907.GA8269@student.uu.se> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 09:59:08AM +0100, Erik Trulsson wrote: >On Wed, Oct 30, 2002 at 03:06:25AM -0500, AlanE wrote: >> On Wed, Oct 30, 2002 at 01:00:51AM -0700, Cliff L. Biffle wrote: >> >Howdy. I'm using the Phoenix port as of about 11am this morning (MST), which >> >was the last time I 'supped my tree. It's complaining about libIDL; the >> >version in ports is apparently too new for it (0.8 instead of 0.6.3). >> >It strikes me that an older libIDL should be available in ports and listed as >> >a dependency. What are your thoughts? >> >> What ORBit do you have installed? I have the non-gnome2-ORBit and it was >> fine last time I built it. In fact, the install notes tell you that >> ORBit is what to use (if you have it). > >So why is devel/ORBit not listed in the BUILD_DEPENDS of the www/phoenix >port if it is needed? Because I fucked up, that's why. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D26437B401 for ; Wed, 30 Oct 2002 01:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE0743E9C for ; Wed, 30 Oct 2002 01:10: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 g9U9A2x3008003 for ; Wed, 30 Oct 2002 01:10: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 g9U9A2B8008002; Wed, 30 Oct 2002 01:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B8F37B404 for ; Wed, 30 Oct 2002 01:08:43 -0800 (PST) Received: from gurudom.ramax.com (h68-145-192-28.cg.shawcable.net [68.145.192.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FDEA43E42 for ; Wed, 30 Oct 2002 01:08:42 -0800 (PST) (envelope-from alex@gurudom.ramax.com) Received: (qmail 1957 invoked by uid 1000); 30 Oct 2002 09:08:41 -0000 Message-Id: <20021030090841.1956.qmail@gurudom.ramax.com> Date: 30 Oct 2002 09:08:41 -0000 From: Alex Rodioukov To: FreeBSD-gnats-submit@FreeBSD.org Cc: Patrick Li X-Send-Pr-Version: 3.113 Subject: ports/44742: Updated port: databases/py-psycopg from 1.0.8 to 1.0.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44742 >Category: ports >Synopsis: Updated port: databases/py-psycopg from 1.0.8 to 1.0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 01:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alex Rodioukov >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD netopia.io.sys 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Feb 4 13:21:59 MST 2002 root@bismark.io.sys:/usr/obj/usr/src/sys/NETOPIA i386 >Description: >How-To-Repeat: Apply diffs, unshar attached shar. >Fix: diff -ruN databases/py-psycopg/Makefile local/py-psycopg/Makefile --- databases/py-psycopg/Makefile Sun Jun 23 10:14:51 2002 +++ local/py-psycopg/Makefile Wed Sep 4 16:05:24 2002 @@ -6,7 +6,7 @@ # PORTNAME= psycopg -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.13 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/psycopg/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,6 @@ CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-postgres-libraries=${LOCALBASE}/lib \ - --with-postgres-includes=${LOCALBASE}/include/pgsql \ --with-postgres-includes=${LOCALBASE}/include \ --with-mxdatetime-includes=${DATETIME_INC} diff -ruN databases/py-psycopg/distinfo local/py-psycopg/distinfo --- databases/py-psycopg/distinfo Sun Jun 23 10:14:51 2002 +++ local/py-psycopg/distinfo Wed Sep 4 16:04:28 2002 @@ -1 +1 @@ -MD5 (psycopg-1.0.8.tar.gz) = c31d6862fefb1ff07f911cd328e7d9a6 +MD5 (psycopg-1.0.13.tar.gz) = ff5ef0748effefb3c2a456cbfe821be7 # 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: # # files/ # files/patch-configure # echo c - files/ mkdir -p files/ > /dev/null 2>&1 echo x - files/patch-configure sed 's/^X//' >files/patch-configure << 'END-of-files/patch-configure' X--- configure.orig Wed Sep 4 16:16:18 2002 X+++ configure Wed Sep 4 16:16:59 2002 X@@ -1316,11 +1316,11 @@ X X echo $ac_n "checking PostgreSQL type catalog""... $ac_c" 1>&6 X echo "configure:1319: checking PostgreSQL type catalog" >&5 X-if test -d $PGSQLDIR/catalog ; then X- PGSQLTYPES="$PGSQLDIR/catalog/pg_type.h" X+if test -d $PGSQLDIR/pgsql/catalog ; then X+ PGSQLTYPES="$PGSQLDIR/pgsql/catalog/pg_type.h" X else X- if test -d $PGSQLDIR/server/catalog ; then X- PGSQLTYPES="$PGSQLDIR/server/catalog/pg_type.h" X+ if test -d $PGSQLDIR/pgsql/server/catalog ; then X+ PGSQLTYPES="$PGSQLDIR/pgsql/server/catalog/pg_type.h" X fi X fi X test -z "$PGSQLTYPES" && { echo "configure: error: pg_type.h not found" 1>&2; exit 1; } END-of-files/patch-configure exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4294037B401 for ; Wed, 30 Oct 2002 01:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A95143E75 for ; Wed, 30 Oct 2002 01:20: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 g9U9K2x3011632 for ; Wed, 30 Oct 2002 01:20: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 g9U9K2no011631; Wed, 30 Oct 2002 01:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ECE337B401 for ; Wed, 30 Oct 2002 01:16:02 -0800 (PST) Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E7343E4A for ; Wed, 30 Oct 2002 01:15:58 -0800 (PST) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 52F0519CDD for ; Wed, 30 Oct 2002 11:15:52 +0200 (EET) Received: from pm514-9.comsys.ntu-kpi.kiev.ua (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with ESMTP id g9U9JJ866695 for ; Wed, 30 Oct 2002 11:19:19 +0200 (EET) Received: from pm514-9.comsys.ntu-kpi.kiev.ua (localhost [127.0.0.1]) by pm514-9.comsys.ntu-kpi.kiev.ua (8.12.6/8.12.6) with ESMTP id g9U9Fgun000162 for ; Wed, 30 Oct 2002 11:15:43 +0200 (EET) (envelope-from simon@pm514-9.comsys.ntu-kpi.kiev.ua) Received: (from simon@localhost) by pm514-9.comsys.ntu-kpi.kiev.ua (8.12.6/8.12.6/Submit) id g9U9FePT000159 for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Oct 2002 11:15:40 +0200 (EET) Message-Id: <20021030091536.GA131@pm514-9.comsys.ntu-kpi.kiev.ua> Date: Wed, 30 Oct 2002 11:15:37 +0200 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44743: Maintainer update port sysutils/ipa 1.2.8 -> 1.2.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44743 >Category: ports >Synopsis: Maintainer update port sysutils/ipa 1.2.8 -> 1.2.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 01:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: Please update port sysutils/ipa 1.2.8 -> 1.2.9 IPA-1.2.9 supports IPFW2 and now it is possible to remove not needed accounting systems support, so port's Makefile was changed. >How-To-Repeat: >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Tue Oct 15 19:17:42 2002 +++ ipa/Makefile Tue Oct 29 22:12:16 2002 @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ @@ -26,4 +26,27 @@ MAN8= ipa.8 ipastat.8 MANLANG= "" ru_RU.KOI8-R -.include +.include + +pre-everything: + @${ECHO_MSG} "-------------------------------------------------------------------" +.if !defined(WITHOUT_IPFW) + @${ECHO_MSG} "o You can remove IPv4 Firewall support by defining WITHOUT_IPFW" +.endif +.if !defined(WITHOUT_IP6FW) && ${OSVERSION} >= 420001 + @${ECHO_MSG} "o You can remove IPv6 Firewall support by defining WITHOUT_IP6FW" +.endif +.if !defined(WITHOUT_IPFIL) + @${ECHO_MSG} "o You can remove IP Filter support by defining WITHOUT_IPFIL" +.endif +.if !defined(WITHOUT_IP6FW) && !defined(WITH_IP6FW) && ${OSVERSION} >= 400000 && ${OSVERSION} < 420001 + @${ECHO_MSG} "o You can add IPv6 Firewall support by defining WITH_IP6FW," + @${ECHO_MSG} " this support will be probably broken on your system (see the" + @${ECHO_MSG} " ${WRKSRC}/INSTALL file for more information)" +.endif +.if !defined(IPFW2) && !defined(WITHOUT_IPFW) && ${OSVERSION} >= 460100 && ${OSVERSION} < 500038 + @${ECHO_MSG} "o You can add IPFW2 support by defining IPFW2" +.endif + @${ECHO_MSG} "-------------------------------------------------------------------" + +.include diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Tue Oct 15 19:17:42 2002 +++ ipa/distinfo Mon Oct 28 22:05:22 2002 @@ -1 +1 @@ -MD5 (ipa-1.2.8.tar.gz) = b0e8e4e11d25ee0855780beb0557092e +MD5 (ipa-1.2.9.tar.gz) = 9bd5314eec444921441601c8dcf0db08 diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa --- ipa.orig/files/patch-aa Tue Oct 15 19:17:42 2002 +++ ipa/files/patch-aa Mon Oct 28 22:16:11 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Sep 27 23:24:32 2002 -+++ Makefile Sat Sep 28 20:11:41 2002 +--- Makefile.orig Mon Oct 28 21:40:37 2002 ++++ Makefile Mon Oct 28 22:15:47 2002 @@ -38,7 +38,7 @@ # -Ox - optimize; # -g - produce debugging information. @@ -9,7 +9,7 @@ # # PREFIX - prefix for all below listed paths -@@ -96,10 +96,10 @@ +@@ -81,10 +81,10 @@ # # Some INSTALL_* variables # @@ -24,7 +24,7 @@ INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root -@@ -241,8 +241,10 @@ +@@ -247,8 +247,10 @@ .endif ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5 ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8 diff -ruN ipa.orig/pkg-descr ipa/pkg-descr --- ipa.orig/pkg-descr Tue Oct 15 19:17:42 2002 +++ ipa/pkg-descr Tue Oct 29 19:14:22 2002 @@ -1,6 +1,6 @@ ipa(8) allows to make IP accounting (network accounting) based on -FreeBSD IPv4/v6 Firewall, OpenBSD Packet Filter and IP Filter -accounting rules on FreeBSD, NetBSD and OpenBSD. +FreeBSD IPv4/v6 Firewall (including IPFW2), OpenBSD Packet Filter and +IP Filter accounting rules on FreeBSD, NetBSD and OpenBSD. It supports limits for accounting rules and limits events as "limit is reached", "reached limit is expired", etc. It understands time intervals >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Andrey Simonenko Reply-To: Andrey Simonenko Cc: X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1:31: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B3F37B401; Wed, 30 Oct 2002 01:31:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0CF43E88; Wed, 30 Oct 2002 01:31:04 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U9V4x3017714; Wed, 30 Oct 2002 01:31:04 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U9V4jU017710; Wed, 30 Oct 2002 01:31:04 -0800 (PST) Date: Wed, 30 Oct 2002 01:31:04 -0800 (PST) From: Alan Eldridge Message-Id: <200210300931.g9U9V4jU017710@freefall.freebsd.org> To: alane@geeksrus.net, alane@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44515: audio/cd-console only plays ATA drives Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: audio/cd-console only plays ATA drives State-Changed-From-To: open->closed State-Changed-By: alane State-Changed-When: Wed Oct 30 01:31:02 PST 2002 State-Changed-Why: Committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=44515 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1:38:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC1A37B401 for ; Wed, 30 Oct 2002 01:38:42 -0800 (PST) Received: from mailreg.NCTU.edu.tw (mailreg.NCTU.edu.tw [140.113.27.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27E943E6E for ; Wed, 30 Oct 2002 01:38:39 -0800 (PST) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mailreg.NCTU.edu.tw (Postfix) with ESMTP id 26165594145; Wed, 30 Oct 2002 17:37:39 +0800 (CST) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id 5DD193E6A; Wed, 30 Oct 2002 17:37:35 +0800 (CST) Date: Wed, 30 Oct 2002 17:37:35 +0800 From: Ying-Chieh Liao To: Eric Anholt Cc: Julian Elischer , ports@FreeBSD.ORG Subject: Re: further on GL/gl.h Message-ID: <20021030093735.GA38762@terry.dragon2.net> References: <1035947942.710.97.camel@anholt.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <1035947942.710.97.camel@anholt.dyndns.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 29, 2002 at 19:19:02 -0800, Eric Anholt wrote: > You shouldn't have Mesa3 or utah-glx installed if you have > XFree86-4-libraries. I don't think you would have linux_mesa and so we have to deny USE_MESA when XFREE86_VERSION=4 ? -- Pi seconds is a nanocentury. --- Tom Duff --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9v6hfrMYBZRHAI4IRAgGJAJ9G0xKElsRpXLSNW3xf3I1M7xcWugCfYpJb UnrNFB0jzzDtIZRbQ/6ZAPY= =YY6o -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 1:43: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958E637B401 for ; Wed, 30 Oct 2002 01:43:06 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAF7C43EF1 for ; Wed, 30 Oct 2002 01:43:05 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.6/8.12.6) with ESMTP id g9U9h1qx096239; Wed, 30 Oct 2002 10:43:01 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.6/8.12.6/Submit) id g9U9h1Mv096238; Wed, 30 Oct 2002 10:43:01 +0100 (CET) Date: Wed, 30 Oct 2002 10:43:01 +0100 From: Stijn Hoop To: Eric Anholt Cc: freebsd-ports@freebsd.org, Julian Elischer Subject: Re: further on GL/gl.h Message-ID: <20021030094301.GE95942@pcwin002.win.tue.nl> References: <1035947942.710.97.camel@anholt.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rQ2U398070+RC21q" Content-Disposition: inline In-Reply-To: <1035947942.710.97.camel@anholt.dyndns.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --rQ2U398070+RC21q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 29, 2002 at 07:19:02PM -0800, Eric Anholt wrote: > On Tue, 2002-10-29 at 12:06, Julian Elischer wrote: > >=20 > > the following ports all install teh same file: > > julian# find . -name "pkg-plist" |xargs grep "GL/gl.h" > > ./graphics/Mesa3/pkg-plist:%%XFREE3:%%include/GL/gl.h > > ./graphics/linux_mesa/pkg-plist:usr/include/GL/gl.h > > ./graphics/linux_mesa3/pkg-plist:usr/X11R6/include/GL/gl.h > > ./graphics/utah-glx/pkg-plist:include/GL/gl.h > > ./devel/mingw-opengl-headers/pkg-plist:i386-mingw32msvc/include/GL/gl.h > > ./x11/XFree86-4-libraries/pkg-plist:include/GL/gl.h > >=20 > > this means that if you delete one..... oops > > the other packages are screwed.. I just go bit by this.. > > (see other email) > >=20 > > Any suggestions as to how this might be handled? >=20 > You shouldn't have Mesa3 or utah-glx installed if you have > XFree86-4-libraries. Oh? This is new for me... It used to be necessary to install Mesa to get the GLUT headers/libs, even when using XFree-4.x.x because the people at XFree didn't provide for a complete GL environment. At least, that's how I understood the situation. On my -STABLE boxen (admittedly they're a bit behind wrt ports) Mesa is therefore still installed, and needed by things like SDL etc. --Stijn --=20 The sexual urge of the camel is stranger than anyone thinks. He's lived for years on the desert, and tried to seduce the Sphinx. But the Sphinxs center of pleasure lies buried deep in the Nile, which accounts for the hump on the camel and the Sphinxs inscrutable smile. -- Frantic Fran, http://www.franticfran.com/jokes.htm --rQ2U398070+RC21q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9v6mlY3r/tLQmfWcRAsVOAJ92Ep98XJZvly4qgDrXeP46nQ4hKACgnnRL KzE15bP7ec19h0wNYRvYOQQ= =Iqu8 -----END PGP SIGNATURE----- --rQ2U398070+RC21q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 2: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E23B637B401 for ; Wed, 30 Oct 2002 02:00:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A6C43E88 for ; Wed, 30 Oct 2002 02:00: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 g9UA0Cx3026190 for ; Wed, 30 Oct 2002 02:00: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 g9UA0Cx6026189; Wed, 30 Oct 2002 02:00:12 -0800 (PST) Date: Wed, 30 Oct 2002 02:00:12 -0800 (PST) Message-Id: <200210301000.g9UA0Cx6026189@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Erwin Lansing Subject: Re: ports/44561: update math/fxt Reply-To: Erwin Lansing Sender: owner-freebsd-ports@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/44561; it has been noted by GNATS. From: Erwin Lansing To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/44561: update math/fxt Date: Wed, 30 Oct 2002 10:53:46 +0100 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 28, 2002 at 10:00:11AM -0800, Erwin Lansing wrote: > On Mon, Oct 28, 2002 at 05:58:54PM +0100, Christian Weisgerber wrote: > > In article <20021028103356.DE582AB46@backup-mx.droso.dk> you write: > >=3D20 > > > >Number: 44561 > > > >Category: ports > > > >Synopsis: update math/fxt > >=3D20 > > This doesn't build on -CURRENT (GCC3): > >=3D20 > [snip] > =20 > I'll have a look at it tomorrow. Thanks for noticing. > =20 Due to a break in, I'll have to take down our -current box, so I won't be able to fix this until we have everything cleaned up and new hardware :( -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9v6wqqy9aWxUlaZARAhCWAJ98SFIpP1Jav6cmfyetQnOaro0GmQCfZgrn Tol5R6zwlpQoVHZGT8bL/ZE= =N9R1 -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 2:13:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5EE237B401 for ; Wed, 30 Oct 2002 02:13:57 -0800 (PST) Received: from mail.pedroduran.com (170-0-ADSL.red.retevision.es [80.224.0.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525E843E3B for ; Wed, 30 Oct 2002 02:13:46 -0800 (PST) (envelope-from ExposeYourSite@exposeyoursite.net) Received: from smtp0502.mail.yahoo.com ([67.113.92.221] unverified) by mail.pedroduran.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 29 Oct 2002 21:37:43 +0100 Date: Tue, 29 Oct 2002 15:37:32 -0500 From: "Izetta Le" X-Priority: 3 To: ports@FreeBSD.ORG Subject: >>14.8 MILLION TARGETED, OPT-IN EMAIL ADDRESSES...PLUS OVER $2,000 IN FREE MARKETING SOFTWARE! Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-OriginalArrivalTime: 29 Oct 2002 20:37:45.0578 (UTC) FILETIME=[097724A0:01C27F8B] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 14.8 MILLION OPT-IN PEOPLE DAILY? HURRY...THIS OFFER ENDS TONIGHT AT MIDNIGHT Hurry...Offer ends tonight at Midnight Below is all the information you will ever need to market your product or service over the Internet! If you have a product, service, or message that you would like to get out to Thousands, Hundreds of Thousands, or even Millions of people, you have several options. Traditional methods include print advertising, direct mail, radio, and television advertising. They are all effective, but they all have two catches: They're EXPENSIVE and TIME CONSUMING. Not only that, you only get ONE SHOT at making your message heard by the right people. Now this has all changed! Internet Search Engine Submissions, Classified Ads, Newsgroup Postings simply DO NOT WORK. Thanks to the top programmers in the world and their NEW EMAIL TECHNOLOGY, You can send millions of email messages daily for FREE... Without getting terminated from your current Internet connection! It's very simple to do and you can be increasing your sales within minutes of installing this new extraordinary software! Besides...It's the only real way to advertise on the Internet that works...Period! >>>WE WILL SUPPLY YOU WITH OVER 14.8 MILLION OPT-IN EMAIL ADDRESSES TO GET STARTED RIGHT AWAY! >>>PLUS FREE EMAIL ADDRESS DOWNLOADS FOR ONE FULL YEAR! >>>ALSO YOU WILL RECEIVE $2,000 WORTH OF INTERNET MARKETING SOFTWARE FREE! Including...... EMAIL SENDING SOFTWARE...(send millions of email advertisements daily with a few clicks of your mouse) EMAIL EXTRACTION SOFTWARE...(retrieve new targeted email addresses daily. Hundreds of thousands of them) LIST MANAGEMENT SOFTWARE...(keep your lists clean, opt-in and manage all your remove requests, leads, sales etc...) and much...much more! To find out more information, Do not respond by email. Instead, visit our web site at: http://www.exposeyoursite.net _____________________________________________________ Want to be removed from our list? You were sent this email because you used our Opt-in service. We hope you enjoyed receiving this message. However, if you'd rather not receive future e-mails of this sort from us in the future, send an email to us at takemyaddressoff@excite.com and you will be removed from any future mailings within 24 hours. If you have an entire domain name you want removed, simply put the word "domain" in the "subject" line of the email. Then put your domain name (s) in the body of the message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 2:50: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C1A37B404 for ; Wed, 30 Oct 2002 02:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2631A43E42 for ; Wed, 30 Oct 2002 02:50: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 g9UAo1x3048265 for ; Wed, 30 Oct 2002 02:50: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 g9UAo1uQ048264; Wed, 30 Oct 2002 02:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D13337B404 for ; Wed, 30 Oct 2002 02:49:32 -0800 (PST) Received: from mail.acquirer.com (mail.acquirer.com [213.190.156.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CCA43E6E for ; Wed, 30 Oct 2002 02:49:31 -0800 (PST) (envelope-from nick@netability.ie) Received: from muffin.acquirer.com (localhost [IPv6:::1]) by mail.acquirer.com (8.12.3/8.12.3) with ESMTP id g9UAmn8G011408 for ; Wed, 30 Oct 2002 10:48:49 GMT (envelope-from nick@muffin.acquirer.com) Received: (from nick@localhost) by muffin.acquirer.com (8.12.3/8.12.3/Submit) id g9UAmnMZ058806; Wed, 30 Oct 2002 10:48:49 GMT (envelope-from nick) Message-Id: <200210301048.g9UAmnMZ058806@muffin.acquirer.com> Date: Wed, 30 Oct 2002 10:48:49 GMT From: Nick Hilliard Reply-To: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44746: update port: mail/maildrop to 1.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44746 >Category: ports >Synopsis: update port: mail/maildrop to 1.5.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 02:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 4.7-RELEASE i386 >Organization: Network Ability >Environment: System: FreeBSD pancake.netability.ie 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Wed Oct 23 13:02:34 IST 2002 nick@:/usr/obj/usr/src/sys/PANCAKE i386 >Description: upgrade of maildrop port from 1.3.8 to 1.5.0. This also fixes a serious bug which causes several pop /local mail readers to barf when reading from an mbox created by maildrop. A patch is attached below. >How-To-Repeat: >Fix: diff -ur maildrop-1.3.8/Makefile maildrop/Makefile --- maildrop-1.3.8/Makefile Tue Oct 29 16:05:34 2002 +++ maildrop/Makefile Tue Oct 29 16:09:18 2002 @@ -6,7 +6,7 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.8 +PORTVERSION= 1.5.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -41,13 +41,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \ LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes +USE_BZIP2= yes .if defined(NOPORTDOCS) # Just install the binary and man pages, no extra documentation INSTALL_TARGET= install-maildrop install-man .endif -MAN1= dotlock.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \ +MAN1= lockmail.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \ reformail.1 reformime.1 MAN5= maildropex.5 maildropfilter.5 maildropgdbm.5 MAN7= maildirquota.7 diff -ur maildrop-1.3.8/Makefile~ maildrop/Makefile~ --- maildrop-1.3.8/Makefile~ Tue Oct 29 15:27:10 2002 +++ maildrop/Makefile~ Tue Oct 29 16:09:03 2002 @@ -6,7 +6,7 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.8 +PORTVERSION= 1.5.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -31,7 +31,6 @@ MAILDROP_SGID?= mail CONFIGURE_ARGS+= --enable-syslog=1 \ - --enable-keep-fromline=1 \ --enable-use-flock \ --with-etcdir="${PREFIX}/etc" \ --enable-maildrop-uid="${MAILDROP_SUID}" \ @@ -43,12 +42,15 @@ LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes + +#USE_BZIP2= yes + .if defined(NOPORTDOCS) # Just install the binary and man pages, no extra documentation INSTALL_TARGET= install-maildrop install-man .endif -MAN1= dotlock.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \ +MAN1= lockmail.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \ reformail.1 reformime.1 MAN5= maildropex.5 maildropfilter.5 maildropgdbm.5 MAN7= maildirquota.7 diff -ur maildrop-1.3.8/distinfo maildrop/distinfo --- maildrop-1.3.8/distinfo Thu Apr 25 08:05:35 2002 +++ maildrop/distinfo Tue Oct 29 15:41:04 2002 @@ -1 +1 @@ -MD5 (maildrop-1.3.8.tar.gz) = c76fce669ba7b0abdc15cfc3b6217156 +MD5 (maildrop-1.5.0.tar.bz2) = 2362ece1de4f14a77ae3014fef319f7f diff -ur maildrop-1.3.8/files/patch-Makefile.in maildrop/files/patch-Makefile.in --- maildrop-1.3.8/files/patch-Makefile.in Fri Dec 7 23:03:35 2001 +++ maildrop/files/patch-Makefile.in Tue Oct 29 15:44:41 2002 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue Nov 27 08:22:26 2001 -+++ Makefile.in Thu Dec 6 23:26:43 2001 -@@ -27,7 +27,7 @@ +--- Makefile.in.orig Tue Oct 29 15:42:15 2002 ++++ Makefile.in Tue Oct 29 15:42:52 2002 +@@ -29,7 +29,7 @@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ @@ -9,12 +9,12 @@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ -@@ -87,7 +87,7 @@ - EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config maildropmysql.config +@@ -105,7 +105,7 @@ + EXTRA_DIST = README.html INSTALL.html UPGRADE.html README.postfix maildroptips.txt maildropldap.config maildropmysql.config automake.fix COPYING.GPL scriptdir = $(pkgdatadir)/scripts -htmldir = $(pkgdatadir)/html +htmldir = $(pkgdatadir) - @INSTALL_USERDB_TRUE@USERDBHTML = @INSTALL_USERDB_TRUE@userdb.html makeuserdb.html userdbpw.html + + @INSTALL_USERDB_TRUE@USERDBHTML = userdb.html makeuserdb.html userdbpw.html @INSTALL_USERDB_FALSE@USERDBHTML = - @INSTALL_USERDB_TRUE@USERDBMAN = @INSTALL_USERDB_TRUE@userdb.8 makeuserdb.8 userdbpw.8 diff -ur maildrop-1.3.8/files/patch-ad maildrop/files/patch-ad --- maildrop-1.3.8/files/patch-ad Wed Feb 21 21:39:34 2001 +++ maildrop/files/patch-ad Tue Oct 29 15:45:32 2002 @@ -1,6 +1,6 @@ ---- maildrop/funcs.C.orig Wed Feb 21 16:56:38 2001 -+++ maildrop/funcs.C Wed Feb 21 16:57:06 2001 -@@ -110,13 +110,7 @@ +--- maildrop/funcs.C.orig Tue Oct 29 15:43:32 2002 ++++ maildrop/funcs.C Tue Oct 29 15:43:51 2002 +@@ -110,14 +110,7 @@ static GETGROUPS_T getprocgroup() { #if HAS_GETPGRP @@ -11,6 +11,7 @@ -#else - return ( getpgrp( getpid()) ); -#endif - #else +-#else #if HAS_GETPGID return ( getpgid( 0 ) ); + #else Only in maildrop-1.3.8/files: patch-ae diff -ur maildrop-1.3.8/pkg-plist maildrop/pkg-plist --- maildrop-1.3.8/pkg-plist Wed May 23 18:04:50 2001 +++ maildrop/pkg-plist Tue Oct 29 15:59:31 2002 @@ -1,11 +1,11 @@ -bin/dotlock +bin/lockmail bin/mailbot bin/maildirmake bin/maildrop bin/makemime bin/reformail bin/reformime -%%PORTDOCS%%share/doc/maildrop/dotlock.html +%%PORTDOCS%%share/doc/maildrop/lockmail.html %%PORTDOCS%%share/doc/maildrop/mailbot.html %%PORTDOCS%%share/doc/maildrop/maildirmake.html %%PORTDOCS%%share/doc/maildrop/maildrop.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 3: 4: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AD237B401; Wed, 30 Oct 2002 03:04:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1520C43E77; Wed, 30 Oct 2002 03:04:06 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UB45x3055238; Wed, 30 Oct 2002 03:04:05 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UB45Ql055234; Wed, 30 Oct 2002 03:04:05 -0800 (PST) Date: Wed, 30 Oct 2002 03:04:05 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210301104.g9UB45Ql055234@freefall.freebsd.org> To: clsung@dragon2.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44740: [PATCH] centericq with MSN UTF-8 Support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] centericq with MSN UTF-8 Support State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Oct 30 03:03:51 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44740 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 3:12:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA6937B401; Wed, 30 Oct 2002 03:12:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D86F43E42; Wed, 30 Oct 2002 03:12:49 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from freefall.freebsd.org (tom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UBCnx3063513; Wed, 30 Oct 2002 03:12:49 -0800 (PST) (envelope-from tom@freefall.freebsd.org) Received: (from tom@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UBCnAn063509; Wed, 30 Oct 2002 03:12:49 -0800 (PST) Date: Wed, 30 Oct 2002 03:12:49 -0800 (PST) From: Tom Hukins Message-Id: <200210301112.g9UBCnAn063509@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/44746: update port: mail/maildrop to 1.5.0 Sender: owner-freebsd-ports@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/maildrop to 1.5.0 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: tom Responsible-Changed-When: Wed Oct 30 03:12:13 PST 2002 Responsible-Changed-Why: Over to MAINTAINER http://www.freebsd.org/cgi/query-pr.cgi?pr=44746 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 4:10:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA9237B401 for ; Wed, 30 Oct 2002 04:10:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03F243E7B for ; Wed, 30 Oct 2002 04: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 g9UCA7x3090139 for ; Wed, 30 Oct 2002 04: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 g9UCA7tR090138; Wed, 30 Oct 2002 04:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2770A37B401 for ; Wed, 30 Oct 2002 04:00:39 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCBE43E88 for ; Wed, 30 Oct 2002 04:00:38 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id 7350537C70 for ; Wed, 30 Oct 2002 13:00:31 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 5F84814A24; Wed, 30 Oct 2002 13:00:31 +0100 (CET) Message-Id: <20021030120031.5F84814A24@icommerce-france.com> Date: Wed, 30 Oct 2002 13:00:31 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44748: New port: net/slurm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44748 >Category: ports >Synopsis: New port: net/slurm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 04:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: slurm started as a port of pppstatus to FreeBSD and now is a generic network load monitor. It shows ASCII graphs for all kinds of network interfaces. >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: # # slurm # slurm/Makefile # slurm/distinfo # slurm/pkg-comment # slurm/pkg-descr # slurm/pkg-plist # echo c - slurm mkdir -p slurm > /dev/null 2>&1 echo x - slurm/Makefile sed 's/^X//' >slurm/Makefile << 'END-of-slurm/Makefile' X# ex:ts=8 X# Ports collection makefile for: slurm X# Date created: Tue Oct 30, 2002 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= slurm XPORTVERSION= 0.0.2 XCATEGORIES= net XMASTER_SITES= http://www.raisdorf.net/files/code/ X XMAINTAINER= mich@freebsdcluster.org X XLDFLAGS+= -L${LOCALBASE}/lib -lncurses XCFLAGS+= -Wall XUSE_GCC= yes X XDOCSDIR= ${PREFIX}/share/doc/${PORTNAME} X Xdo-build: X (cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR} X.endif X X.include END-of-slurm/Makefile echo x - slurm/distinfo sed 's/^X//' >slurm/distinfo << 'END-of-slurm/distinfo' XMD5 (slurm-0.0.2.tar.gz) = 344eb7b7eba308b31da6790060550a34 END-of-slurm/distinfo echo x - slurm/pkg-comment sed 's/^X//' >slurm/pkg-comment << 'END-of-slurm/pkg-comment' XSlurm is a generic network load monitor END-of-slurm/pkg-comment echo x - slurm/pkg-descr sed 's/^X//' >slurm/pkg-descr << 'END-of-slurm/pkg-descr' Xslurm started as a port of pppstatus to FreeBSD and now is a generic Xnetwork load monitor. It shows ASCII graphs for all kinds of Xnetwork interfaces. X XWWW: http://www.raisdorf.net/slurm/ X X Michael L. Hostbaek X mich@freebsdcluster.org END-of-slurm/pkg-descr echo x - slurm/pkg-plist sed 's/^X//' >slurm/pkg-plist << 'END-of-slurm/pkg-plist' Xbin/slurm X%%PORTDOCS%%share/doc/slurm/README X%%PORTDOCS%%share/doc/slurm/COPYRIGHT X%%PORTDOCS%%@dirrm share/doc/slurm END-of-slurm/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 4:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C2E37B401 for ; Wed, 30 Oct 2002 04:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D3743E8A for ; Wed, 30 Oct 2002 04: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 g9UCK3x3093682 for ; Wed, 30 Oct 2002 04: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 g9UCK3s7093681; Wed, 30 Oct 2002 04:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2061537B401 for ; Wed, 30 Oct 2002 04:10:40 -0800 (PST) Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5B443E75 for ; Wed, 30 Oct 2002 04:10:38 -0800 (PST) (envelope-from lth@thegler.dk) Received: from marvin.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero2.cybercity.dk (Postfix) with ESMTP id 7F896100123 for ; Wed, 30 Oct 2002 13:10:35 +0100 (CET) Received: by marvin.thegler.dk (Postfix, from userid 1001) id 622297CF7; Wed, 30 Oct 2002 13:10:35 +0100 (CET) Message-Id: <20021030121035.622297CF7@marvin.thegler.dk> Date: Wed, 30 Oct 2002 13:10:35 +0100 (CET) From: Lars Thegler Reply-To: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44749: [MAINTAINER UPDATE] net/p5-Net-SNMP dependency fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44749 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/p5-Net-SNMP dependency fix >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 04:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD marvin.thegler.dk 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Oct 23 20:47:27 CEST 2002 root@marvin.thegler.dk:/usr/obj/usr/src/sys/MarvinKernel i386 >Description: net/p5-Net-SNMP requires perl 5.6.0 or newer. This diff marks the port BROKEN under older perls. Solves PR 44405. >How-To-Repeat: >Fix: Apply this diff: --cut-- diff -Naur p5-Net-SNMP-4.0.3/Makefile p5-Net-SNMP-4.0.3_1/Makefile --- p5-Net-SNMP-4.0.3/Makefile Sat Oct 19 00:26:00 2002 +++ p5-Net-SNMP-4.0.3_1/Makefile Wed Oct 30 12:54:38 2002 @@ -7,6 +7,7 @@ PORTNAME= Net-SNMP PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -14,6 +15,8 @@ MAINTAINER= lars@thegler.dk +.include + RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ @@ -24,8 +27,15 @@ SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} ARCH_PERL= ${SITE_PERL}/${PERL_ARCH} +PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} +PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} + +.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6 +BROKEN= "This port requires Perl v5.6.0 or newer" +.endif + MAN1= snmpkey.1 MAN3= Net::SNMP.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include +.include --cut-- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 4:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7CFC37B401 for ; Wed, 30 Oct 2002 04:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 522D543E7B for ; Wed, 30 Oct 2002 04: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 g9UCU2x3097300 for ; Wed, 30 Oct 2002 04: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 g9UCU2De097299; Wed, 30 Oct 2002 04:30:02 -0800 (PST) Date: Wed, 30 Oct 2002 04:30:02 -0800 (PST) Message-Id: <200210301230.g9UCU2De097299@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Lars Thegler Subject: Re: ports/44405: net/p5-Net-SNMP doesn't build on 4.7-RELEASE Reply-To: Lars Thegler Sender: owner-freebsd-ports@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/44405; it has been noted by GNATS. From: Lars Thegler To: freebsd-gnats-submit@FreeBSD.org, hausen@punkt.de Cc: Subject: Re: ports/44405: net/p5-Net-SNMP doesn't build on 4.7-RELEASE Date: Wed, 30 Oct 2002 13:27:43 +0100 I just posted an update (PR 44749), marking the port as BROKEN under perl < 5.6. Please explain what you mean by: > New problem with this solution: all ports dependent on Net::SNMP > (e.g. net/nagios) check for presence of Net::SNMP in /usr/lib/perl5 > instead of /usr/local/lib/perl5. Only one port (net/pancho) has p5-Net-SNMP as *_DEPENDS, and that one does it in the correct way, as far as I can see: --cut-- RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP --cut-- I cannot find any hint that net/nagios should depend on net/p5-Net-SNMP. Not in the ports Makefile, neither in the nagios sources. Please, could you clarify? /Lars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 5:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B86E637B401 for ; Wed, 30 Oct 2002 05:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC44D43E7B for ; Wed, 30 Oct 2002 05:20: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 g9UDK6x3020542 for ; Wed, 30 Oct 2002 05:20: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 g9UDK6h5020541; Wed, 30 Oct 2002 05:20:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0285D37B401 for ; Wed, 30 Oct 2002 05:11:46 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id E964943E8A for ; Wed, 30 Oct 2002 05:11:44 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id 1EEBD37C85 for ; Wed, 30 Oct 2002 14:11:38 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 02D6614A24; Wed, 30 Oct 2002 14:11:37 +0100 (CET) Message-Id: <20021030131137.02D6614A24@icommerce-france.com> Date: Wed, 30 Oct 2002 14:11:37 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44751: New port: net/tcpsg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44751 >Category: ports >Synopsis: New port: net/tcpsg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 05:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: New port: TCPSG is just a simple TCP port forwarder designed to distribute a service like a virtual server. It can be used to protect servers using the port forwarder to receive requests. >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: # # tcpsg # tcpsg/Makefile # tcpsg/distinfo # tcpsg/pkg-comment # tcpsg/pkg-descr # tcpsg/pkg-plist # tcpsg/files # tcpsg/files/patch-aa # echo c - tcpsg mkdir -p tcpsg > /dev/null 2>&1 echo x - tcpsg/Makefile sed 's/^X//' >tcpsg/Makefile << 'END-of-tcpsg/Makefile' X# ex:ts=8 X# Ports collection makefile for: tcpsg X# Date created: Tue Oct 30, 2002 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= tcpsg XPORTVERSION= 0.0.2 XCATEGORIES= net XMASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/tcpsg/ \ X ${MASTER_SITE_SOURCEFORGE} X XMAINTAINER= mich@freebsdcluster.org X XUSE_GCC= yes X XDOCSDIR= ${PREFIX}/share/doc/${PORTNAME} X Xdo-build: X (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} tcpsg.c) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin X Xpost-install: X ${INSTALL_DATA} ${WRKSRC}/tcpsg.conf ${PREFIX}/etc/ X.if !defined(BATCH) X @${ECHO} "" X @${ECHO} "###############################################################################" X @${ECHO} "# Please edit ${PREFIX}/etc/tcpsg.conf to your needs. #" X @${ECHO} "###############################################################################" X.endif X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X ${INSTALL_DATA} ${WRKSRC}/tcpsg.ctl ${DOCSDIR}/tcpsg.ctl X.endif X.include END-of-tcpsg/Makefile echo x - tcpsg/distinfo sed 's/^X//' >tcpsg/distinfo << 'END-of-tcpsg/distinfo' XMD5 (tcpsg-0.0.2.tar.gz) = 796c4abceb14b7fc1447bad7397aa630 END-of-tcpsg/distinfo echo x - tcpsg/pkg-comment sed 's/^X//' >tcpsg/pkg-comment << 'END-of-tcpsg/pkg-comment' XA simple TCP port forwarder END-of-tcpsg/pkg-comment echo x - tcpsg/pkg-descr sed 's/^X//' >tcpsg/pkg-descr << 'END-of-tcpsg/pkg-descr' XTCPSG is just a simple TCP port forwarder designed to distribute a service Xlike a virtual server. It can be used to protect servers using the port Xforwarder to receive requests. X XAUTHOR: Juan Fajardo XWWW: http://tcpsg.sourceforge.net/ X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-tcpsg/pkg-descr echo x - tcpsg/pkg-plist sed 's/^X//' >tcpsg/pkg-plist << 'END-of-tcpsg/pkg-plist' Xsbin/tcpsg Xetc/tcpsg.conf Xshare/doc/tcpsg/README Xshare/doc/tcpsg/tcpsg.ctl X@dirrm share/doc/tcpsg END-of-tcpsg/pkg-plist echo c - tcpsg/files mkdir -p tcpsg/files > /dev/null 2>&1 echo x - tcpsg/files/patch-aa sed 's/^X//' >tcpsg/files/patch-aa << 'END-of-tcpsg/files/patch-aa' X--- tcpsg.c.orig Wed Oct 30 13:14:39 2002 X+++ tcpsg.c Wed Oct 30 13:41:13 2002 X@@ -39,8 +39,8 @@ X X /* Network Headers */ X #include X-#include X #include X+#include X #include X X /* X@@ -77,7 +77,7 @@ X * ***************************************************************** X */ X X-/* Errors when getting configuration from file /etc/tcpsg.conf */ X+/* Errors when getting configuration from file /usr/local/etc/tcpsg.conf */ X X char *errors[]={"No error","Unable to open file","undefined localport", X "undefined serverport","undefined maxclients","undefined servers"}; X@@ -150,7 +150,7 @@ X } X X X-/* Get configuration from file /etc/tcpsg.conf */ X+/* Get configuration from file /usr/local/etc/tcpsg.conf */ X int read_config(char *configFileName) X { X FILE *configFileHandle; X@@ -229,7 +229,7 @@ X int set_config() X { X int i,j; X- i=read_config("/etc/tcpsg.conf"); X+ i=read_config("/usr/local/etc/tcpsg.conf"); X if (i==0) X { X for (i=0;iRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 5:32: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AFE37B401; Wed, 30 Oct 2002 05:32:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC2D243E7B; Wed, 30 Oct 2002 05:32:01 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from freefall.freebsd.org (tom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UDW1x3027963; Wed, 30 Oct 2002 05:32:01 -0800 (PST) (envelope-from tom@freefall.freebsd.org) Received: (from tom@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UDVtoK027950; Wed, 30 Oct 2002 05:31:55 -0800 (PST) Date: Wed, 30 Oct 2002 05:31:55 -0800 (PST) From: Tom Hukins Message-Id: <200210301331.g9UDVtoK027950@freefall.freebsd.org> To: elitetek@tekrealm.net, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44739: With the last update, I forgot to update WWW: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: With the last update, I forgot to update WWW: State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Wed Oct 30 05:31:30 PST 2002 State-Changed-Why: Committed in revision 1.2 of pkg-descr. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44739 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 5:35:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD25137B401; Wed, 30 Oct 2002 05:35:26 -0800 (PST) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8055843E75; Wed, 30 Oct 2002 05:35:20 -0800 (PST) (envelope-from goshik@binep.ac.ru) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id g9UDixt91053; Wed, 30 Oct 2002 16:44:59 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <001b01c28019$286153c0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "FreeBSD Questions" Cc: References: <200210291459.g9TExaEW020927@repoman.freebsd.org> Subject: www/oops and print/teTeX don't build: new bison related? Date: Wed, 30 Oct 2002 16:34:55 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" 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 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, anyone tried to build www/oops or print/teTeX after update of bison? System: goshik# uname -a FreeBSD goshik.binep.ac.ru 4.7-STABLE FreeBSD 4.7-STABLE #10: Sun Oct 27 15:02:15 MSK 2002 goshik@goshik.binep.ac.ru:/usr/obj/usr/src/sys/GO i386 goshik# Both ports fail compilation when bison is invoked, e.g. teTeX: gmake[3]: Entering directory `/usr/ports/print/teTeX/work/teTeX-1.0/texk/web2c/web2c' Expect one shift/reduce conflict. bison -y -d -v ./web2c.y ./web2c.y:139.18: parse error, unexpected ":", expecting ";" or "|" gmake[3]: *** [y_tab.h] Error 1 gmake[3]: Leaving directory `/usr/ports/print/teTeX/work/teTeX-1.0/texk/web2c/web2c' gmake[2]: *** [web2c/web2c] Error 2 gmake[2]: Leaving directory `/usr/ports/print/teTeX/work/teTeX-1.0/texk/web2c' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/print/teTeX/work/teTeX-1.0/texk' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/print/teTeX. oops fails in parser.y, but with more warnings: cc -c -O -pipe -pthread -D_REENTRANT -DFREEBSD -D_THREAD_SAFE -DFD_SETSIZE 48 -DWITH_LARGE_FILES -DHAVE_CONFIG_H acl.c bison -y -d parser.y parser.y:94.11: parse error, unexpected ":", expecting ";" or "|" [...repeated many times with other lines numbers...] parser.y:1375.43-1391.25: $3 from `statements' doesn't have predefined type parser.y:1375.43-1392.25: wrong $ value parser.y:1375.43-1392.25: $4 from `statements' doesn't have predefined type [...repeated many times...] parser.y:1559.23-1562.9: $1 from `statements' doesn't have predefined type parser.y:1569.9-1593.12: types conflict (`DOMAIN' `') on default action parser.y:1593.14: parse error, unexpected ":", expecting ";" or "|" parser.y:1594.26-1595.5: $1 from `domain' doesn't have predefined type parser.y:1594.26-1595.16: $2 from `domain' doesn't have predefined type parser.y:1594.26-1595.25: $1 from `domain' doesn't have predefined type *** Error code 1 Stop in /usr/ports/www/oops/work/oops-1.5.22/src. *** Error code 1 Stop in /usr/ports/www/oops/work/oops-1.5.22. *** Error code 1 Stop in /usr/ports/www/oops. *** Error code 1 Stop in /usr/ports/www/oops. (Note: I'm using oops with gigabase) I can send full build logs an additional info if requested. Can some kind soul look at this ports, please? Both are maintained by ports@freebsd.org :( I see some other bison-using ports were fixed... TIA, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 7: 0:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89FC37B401 for ; Wed, 30 Oct 2002 07:00:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94A143E6E for ; Wed, 30 Oct 2002 07:00: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 g9UF08x3062192 for ; Wed, 30 Oct 2002 07:00: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 g9UF089n062191; Wed, 30 Oct 2002 07:00:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CF037B401 for ; Wed, 30 Oct 2002 06:56:12 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A26243E4A for ; Wed, 30 Oct 2002 06:56:12 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id 58EC537C94 for ; Wed, 30 Oct 2002 15:56:11 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 19B1314A24; Wed, 30 Oct 2002 15:56:11 +0100 (CET) Message-Id: <20021030145611.19B1314A24@icommerce-france.com> Date: Wed, 30 Oct 2002 15:56:11 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44752: Update port: [Maintainer update]: net/cdpr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44752 >Category: ports >Synopsis: Update port: [Maintainer update]: net/cdpr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 07:00:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: Update to 1.0.7 >How-To-Repeat: >Fix: diff -u -ruN cdpr.bak/Makefile cdpr/Makefile --- cdpr.bak/Makefile Wed Oct 30 15:48:12 2002 +++ cdpr/Makefile Wed Oct 30 15:50:26 2002 @@ -7,9 +7,10 @@ # PORTNAME= cdpr -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= net -MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ +MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ + http://freebsdcluster.org/~mich/software/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz diff -u -ruN cdpr.bak/distinfo cdpr/distinfo --- cdpr.bak/distinfo Wed Oct 30 15:48:12 2002 +++ cdpr/distinfo Wed Oct 30 15:50:32 2002 @@ -1 +1 @@ -MD5 (cdpr-1.0.6.tgz) = d16b98367af42d9a478637334e54e3ee +MD5 (cdpr-1.0.7.tgz) = 2a06a7f49364174e254525bae9e7add7 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 7:10: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D023237B401 for ; Wed, 30 Oct 2002 07:10:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EF743E8A for ; Wed, 30 Oct 2002 07:10:00 -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 g9UFA0x3070443 for ; Wed, 30 Oct 2002 07:10: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 g9UFA0N1070442; Wed, 30 Oct 2002 07:10:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755A937B47F for ; Wed, 30 Oct 2002 07:02:48 -0800 (PST) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B3743E88 for ; Wed, 30 Oct 2002 07:02:47 -0800 (PST) (envelope-from matthias.andree@web.de) Received: from m2a2.myip.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 63E0FA3831 for ; Wed, 30 Oct 2002 16:02:45 +0100 (CET) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2]) by merlin.emma.line.org (Postfix) with ESMTP id 1EE2955A65 for ; Wed, 30 Oct 2002 16:02:41 +0100 (CET) Received: from libertas.emma.line.org (localhost [127.0.0.1]) by libertas.emma.line.org (8.12.6/8.12.6) with ESMTP id g9UF2fTB009110 for ; Wed, 30 Oct 2002 16:02:41 +0100 (CET) (envelope-from emma@libertas.emma.line.org) Received: (from emma@localhost) by libertas.emma.line.org (8.12.6/8.12.6/Submit) id g9UF2ewV009109; Wed, 30 Oct 2002 16:02:40 +0100 (CET) Message-Id: <200210301502.g9UF2ewV009109@libertas.emma.line.org> Date: Wed, 30 Oct 2002 16:02:40 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44753: new port: mail/bogofilter 0.7.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44753 >Category: ports >Synopsis: new port: mail/bogofilter 0.7.6 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 07:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 14:00:57 CEST 2002 toor@libertas.emma.line.org:/usr/obj/usr/src/sys/LIBERTAS i386 >Description: This shar adds the bogofilter 0.7.6 port. bogofilter is GPL-licensed. This PR supersedes PR #ports/44245, which should be closed. >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: # # bogofilter # bogofilter/Makefile # bogofilter/distinfo # bogofilter/pkg-plist # bogofilter/pkg-comment # bogofilter/pkg-descr # echo c - bogofilter mkdir -p bogofilter > /dev/null 2>&1 echo x - bogofilter/Makefile sed 's/^X//' >bogofilter/Makefile << 'END-of-bogofilter/Makefile' X# ports collection Makefile for: bogofilter X# Whom: Matthias Andree X# Date created: 2002-10-17 X# X# $FreeBSD$ X# X XPORTNAME= bogofilter XPORTVERSION= 0.7.6 XCATEGORIES= mail XMASTER_SITES= http://dl.sourceforge.net/bogofilter/ X XMAINTAINER= matthias.andree@web.de X XLIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 X XGNU_CONFIGURE= yes XUSE_PERL5= yes XMAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 X XCONFIGURE_ARGS= --with-db=${PREFIX} XCONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include/db3 LIBS=-ldb3 LDFLAGS=-L${PREFIX}/lib X Xpost-build: X cd ${WRKSRC} && make check X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME} X.for i in AUTHORS COPYING INSTALL NEWS README TODO UPGRADE \ X contrib/bogofilter-qfe doc/integrating-with-qmail X ${INSTALL_MAN} ${WRKSRC}/${i} \ X ${LOCALBASE}/share/doc/${PORTNAME}/ ; done X.endfor X.for i in bogo.R X ${INSTALL_SCRIPT} ${WRKSRC}/${i} \ X ${LOCALBASE}/share/doc/${PORTNAME}/ ; done X.endfor X.endif X X.include END-of-bogofilter/Makefile echo x - bogofilter/distinfo sed 's/^X//' >bogofilter/distinfo << 'END-of-bogofilter/distinfo' XMD5 (bogofilter-0.7.6.tar.gz) = 30b838a82d1e2a548ddb436944aadd57 END-of-bogofilter/distinfo echo x - bogofilter/pkg-plist sed 's/^X//' >bogofilter/pkg-plist << 'END-of-bogofilter/pkg-plist' Xbin/bogofilter Xbin/bogoutil Xbin/bogoupgrade Xshare/doc/bogofilter/AUTHORS Xshare/doc/bogofilter/COPYING Xshare/doc/bogofilter/INSTALL Xshare/doc/bogofilter/NEWS Xshare/doc/bogofilter/README Xshare/doc/bogofilter/TODO Xshare/doc/bogofilter/UPGRADE Xshare/doc/bogofilter/bogo.R Xshare/doc/bogofilter/bogofilter-qfe Xshare/doc/bogofilter/integrating-with-qmail X@dirrm share/doc/bogofilter END-of-bogofilter/pkg-plist echo x - bogofilter/pkg-comment sed 's/^X//' >bogofilter/pkg-comment << 'END-of-bogofilter/pkg-comment' XFast, teachable, learning spam detector END-of-bogofilter/pkg-comment echo x - bogofilter/pkg-descr sed 's/^X//' >bogofilter/pkg-descr << 'END-of-bogofilter/pkg-descr' XBogofilter takes an email message or other text on standard input, does a Xstatistical check against lists of "good" and "bad" words, and returns a status Xcode indicating whether or not the message is spam. X XWWW: http://bogofilter.sourceforge.net/ END-of-bogofilter/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 7:40:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B52037B407 for ; Wed, 30 Oct 2002 07:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0FC43E6E for ; Wed, 30 Oct 2002 07: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 g9UFe4x3081451 for ; Wed, 30 Oct 2002 07: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 g9UFe4Ys081450; Wed, 30 Oct 2002 07:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C9937B401 for ; Wed, 30 Oct 2002 07:37:49 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDF343E4A for ; Wed, 30 Oct 2002 07:37:49 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id 2EA9237C70 for ; Wed, 30 Oct 2002 16:37:48 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 1750014A24; Wed, 30 Oct 2002 16:37:48 +0100 (CET) Message-Id: <20021030153748.1750014A24@icommerce-france.com> Date: Wed, 30 Oct 2002 16:37:48 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44754: New port: misc/clex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44754 >Category: ports >Synopsis: New port: misc/clex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 07:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: New port: clex. A commandline file manager >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: # # clex # clex/Makefile # clex/distinfo # clex/pkg-comment # clex/pkg-descr # clex/pkg-plist # echo c - clex mkdir -p clex > /dev/null 2>&1 echo x - clex/Makefile sed 's/^X//' >clex/Makefile << 'END-of-clex/Makefile' X# Ports collection makefile for: clex-tty X# Date created: Tue Oct 30, 2002 X# Whom: Michael L. Hostbaek X# X# $FreeBSD$ X# X XPORTNAME= clex XPORTVERSION= 3.1.6 XCATEGORIES= misc XMASTER_SITES= http://www.clex.sk/download/ XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-${PORTVERSION}.src X XMAINTAINER= mich@freebsdcluster.org X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XGNU_CONFIGURE= yes X XMAN1= clex.1 X X.include END-of-clex/Makefile echo x - clex/distinfo sed 's/^X//' >clex/distinfo << 'END-of-clex/distinfo' XMD5 (clex-3.1.6.src.tar.gz) = 05c074491db8cbb407221e7471e84bb3 END-of-clex/distinfo echo x - clex/pkg-comment sed 's/^X//' >clex/pkg-comment << 'END-of-clex/pkg-comment' XA commandline file manager END-of-clex/pkg-comment echo x - clex/pkg-descr sed 's/^X//' >clex/pkg-descr << 'END-of-clex/pkg-descr' XCLEX is a file manager with a full-screen user interface Xwritten in C with the curses library. It displays directory Xcontents (including file status details) and provides Xfeatures like command history, filename insertion, or name Xcompletion in order to help the user to construct commands Xto be executed by the shell (there are no built-in commands). XCLEX is easily configurable and all its features are Xexplained in the on-line help. X XWWW: http://www.clex.sk/ XAUTHOR: Vlado Potisk X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-clex/pkg-descr echo x - clex/pkg-plist sed 's/^X//' >clex/pkg-plist << 'END-of-clex/pkg-plist' Xbin/clex END-of-clex/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 8:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B348A37B401 for ; Wed, 30 Oct 2002 08:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3F943E6E for ; Wed, 30 Oct 2002 08:10: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 g9UGA2x3096809 for ; Wed, 30 Oct 2002 08:10: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 g9UGA2kZ096808; Wed, 30 Oct 2002 08:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C32937B401 for ; Wed, 30 Oct 2002 08:05:41 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE1143E42 for ; Wed, 30 Oct 2002 08:05:34 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 186vLZ-0002lK-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Oct 2002 16:05:33 +0000 Message-Id: Date: Wed, 30 Oct 2002 16:05:33 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44755: Maintainer port update: mail/squirrelmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44755 >Category: ports >Synopsis: Maintainer port update: mail/squirrelmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 08:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Update SquirrelMail to 1.2.9 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/mail/squirrelmail/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 28 Oct 2002 23:21:45 -0000 1.7 +++ Makefile 30 Oct 2002 15:50:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= squirrelmail -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squirrelmail Index: distinfo =================================================================== RCS file: /usr/nfs/ncvs/ports/mail/squirrelmail/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 16 Sep 2002 06:23:50 -0000 1.5 +++ distinfo 30 Oct 2002 15:51:17 -0000 @@ -1 +1 @@ -MD5 (squirrelmail-1.2.8.tar.bz2) = 95f4bfdf256cc64e5bd02b88d273d904 +MD5 (squirrelmail-1.2.9.tar.bz2) = 258d6aad94fd33b7b5890ddb998b7cc8 Index: pkg-plist =================================================================== RCS file: /usr/nfs/ncvs/ports/mail/squirrelmail/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 16 Sep 2002 06:23:50 -0000 1.6 +++ pkg-plist 30 Oct 2002 16:00:48 -0000 @@ -27,6 +27,7 @@ squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.5 squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.6.txt squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.7.txt +squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.8.txt squirrelmail/doc/addressbook.txt squirrelmail/doc/compose.txt squirrelmail/doc/db-backend.txt @@ -99,6 +100,15 @@ squirrelmail/help/da_DK/options.hlp squirrelmail/help/da_DK/read_mail.hlp squirrelmail/help/da_DK/basic.hlp +squirrelmail/help/de_DE/search.hlp +squirrelmail/help/de_DE/FAQ.hlp +squirrelmail/help/de_DE/addresses.hlp +squirrelmail/help/de_DE/compose.hlp +squirrelmail/help/de_DE/folders.hlp +squirrelmail/help/de_DE/main_folder.hlp +squirrelmail/help/de_DE/options.hlp +squirrelmail/help/de_DE/read_mail.hlp +squirrelmail/help/de_DE/basic.hlp squirrelmail/help/en_US/FAQ.hlp squirrelmail/help/en_US/addresses.hlp squirrelmail/help/en_US/basic.hlp @@ -479,7 +489,6 @@ squirrelmail/src/printer_friendly_top.php squirrelmail/src/read_body.php squirrelmail/src/redirect.php -squirrelmail/src/retrievalerror.php squirrelmail/src/right_main.php squirrelmail/src/search.php squirrelmail/src/signout.php @@ -623,6 +632,7 @@ @dirrm squirrelmail/help/th_TH @dirrm squirrelmail/help/cs_CZ @dirrm squirrelmail/help/da_DK +@dirrm squirrelmail/help/de_DE @dirrm squirrelmail/help/en_US @dirrm squirrelmail/help/es_ES @dirrm squirrelmail/help/fi_FI >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 8:10:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F9037B404 for ; Wed, 30 Oct 2002 08:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD4DE43E3B for ; Wed, 30 Oct 2002 08:10: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 g9UGA2x3096823 for ; Wed, 30 Oct 2002 08:10: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 g9UGA2TF096822; Wed, 30 Oct 2002 08:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30CA437B401 for ; Wed, 30 Oct 2002 08:07:53 -0800 (PST) Received: from falcon.lipetsk.ru (falcon.lipetsk.ru [195.34.224.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F22743E6E for ; Wed, 30 Oct 2002 08:07:51 -0800 (PST) (envelope-from skynick@stu.lipetsk.ru) Received: from lstu by falcon.lipetsk.ru with UUCP id ; Wed, 30 Oct 2002 19:07:35 +0300 Received: from chuck2.lstu (chuck2.lstu [192.168.15.7]) by maverick.stu.int (8.9.3/8.8.5) with ESMTP id TAA04790 for Wed, 30 Oct 2002 19:02:37 +0300 (MSK) Received: from chuck2.lstu (localhost [127.0.0.1]) by chuck2.lstu (8.12.6/8.11.1) with ESMTP id g9UG2Zmk036448 for ; Wed, 30 Oct 2002 19:02:36 +0300 (MSK) (envelope-from skynick@chuck2.lstu) Received: (from skynick@localhost) by chuck2.lstu (8.12.6/8.12.3/Submit) id g9UG2XWd036447; Wed, 30 Oct 2002 19:02:33 +0300 (MSK) Message-Id: <200210301602.g9UG2XWd036447@chuck2.lstu> Date: Wed, 30 Oct 2002 19:02:33 +0300 (MSK) From: Nick Leuta Reply-To: Nick Leuta To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44756: New port: TLS/SSL-aware FTP server (BSDftpd-ssl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44756 >Category: ports >Synopsis: New port: TLS/SSL-aware FTP server (BSDftpd-ssl) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 08:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nick Leuta >Release: FreeBSD 4.7-STABLE i386 >Organization: Lipetsk State Technical University >Environment: System: FreeBSD corsair.stu.lipetsk.ru 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 19:25:42 MSD 2002 root@corsair.stu.lipetsk.ru:/usr/src/sys/compile/CFG2 i386 >Description: BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains FTP server (ftpd). The TLS/SSL enhancement allows RFC2228 "FTP Security Extensions"- compliant TLS/SSL support for both control and data connections; with standard FTP clients this software operates as the standard FTP server. >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: # # bsdftpd-ssl-server # bsdftpd-ssl-server/Makefile # bsdftpd-ssl-server/distinfo # bsdftpd-ssl-server/pkg-comment # bsdftpd-ssl-server/pkg-descr # bsdftpd-ssl-server/pkg-plist # bsdftpd-ssl-server/pkg-message # echo c - bsdftpd-ssl-server mkdir -p bsdftpd-ssl-server > /dev/null 2>&1 echo x - bsdftpd-ssl-server/Makefile sed 's/^X//' >bsdftpd-ssl-server/Makefile << 'END-of-bsdftpd-ssl-server/Makefile' X# New ports collection makefile for: bsdftpd-ssl-server X# Date created: 30 October 2002 X# Whom: Nick Leuta X# X# $FreeBSD$ X# X XPORTNAME= bsdftpd-ssl XPORTVERSION= 0.6.0 XPORTREVISION= 0 XCATEGORIES= ftp XMASTER_SITES= http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/ XPKGNAMESUFFIX= -server XDISTNAME= bsdftpd-6.0-ssl-${PORTVERSION} X XMAINTAINER= skynick@stu.lipetsk.ru X XMAN8= ftpd.8 XMLINKS= ftpd.8 ftpd-ssl.8 XMANCOMPRESSED= yes X XUSE_OPENSSL= yes XBINOWN= root XBINGRP= wheel XSHAREOWN= ${BINOWN} XSHAREGRP= ${BINGRP} XMANOWN= ${BINOWN} XMANGRP= ${BINGRP} XBINMODE= 555 XSHAREMODE= 444 XMANMODE= ${SHAREMODE} X XMANDIR= ${PREFIX}/man/man XDOCDIR= ${DOCSDIR}${PKGNAMESUFFIX} X Xpre-build: X (cd ${WRKSRC} && ./config.sh FreeBSD) || exit Xdo-build: X (cd ${WRKSRC}/ftpd && make) || exit Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ftpd/ftpd ${PREFIX}/libexec/ftpd X ${INSTALL_MAN} ${WRKSRC}/ftpd/ftpd.8.gz ${MANDIR}8/ftpd.8.gz X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCDIR} X ${INSTALL_DATA} -p ${WRKSRC}/COPYRIGHT ${DOCDIR}/COPYRIGHT X ${INSTALL_DATA} -p ${WRKSRC}/README ${DOCDIR}/README X ${INSTALL_DATA} -p ${WRKSRC}/INSTALL ${DOCDIR}/INSTALL X ${INSTALL_DATA} -p ${WRKSRC}/ChangeLog ${DOCDIR}/ChangeLog X X ${MKDIR} ${DOCDIR}/docs X ${INSTALL_DATA} -p ${WRKSRC}/docs/README ${DOCDIR}/docs/README X ${INSTALL_DATA} -p ${WRKSRC}/docs/cert-basics.txt ${DOCDIR}/docs/cert-basics.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/cert-howto.txt ${DOCDIR}/docs/cert-howto.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/ciphers.txt ${DOCDIR}/docs/ciphers.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/licenses ${DOCDIR}/docs/licenses X ${INSTALL_DATA} -p ${WRKSRC}/docs/standards.txt ${DOCDIR}/docs/standards.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/verify.txt ${DOCDIR}/docs/verify.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/x509_auth.txt ${DOCDIR}/docs/x509_auth.txt X X ${MKDIR} ${DOCDIR}/cert X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/dummy.sh ${DOCDIR}/cert/dummy.sh X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh X.endif X X.include END-of-bsdftpd-ssl-server/Makefile echo x - bsdftpd-ssl-server/distinfo sed 's/^X//' >bsdftpd-ssl-server/distinfo << 'END-of-bsdftpd-ssl-server/distinfo' XMD5 (bsdftpd-6.0-ssl-0.6.0.tar.gz) = ccfaaeaf7c57834db7ab5e25f754d118 END-of-bsdftpd-ssl-server/distinfo echo x - bsdftpd-ssl-server/pkg-comment sed 's/^X//' >bsdftpd-ssl-server/pkg-comment << 'END-of-bsdftpd-ssl-server/pkg-comment' XFTP server with TLS/SSL support END-of-bsdftpd-ssl-server/pkg-comment echo x - bsdftpd-ssl-server/pkg-descr sed 's/^X//' >bsdftpd-ssl-server/pkg-descr << 'END-of-bsdftpd-ssl-server/pkg-descr' XBSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains FTP server X(ftpd). It is based on FreeBSD's ftpd, and the TLS/SSL enhancement allows XRFC2228 "FTP Security Extensions"-compliant TLS/SSL support for both control Xand data connections; with standard FTP clients this software operates as the Xstandard FTP server. X XWWW: http://bsdftpd-ssl.sc.ru END-of-bsdftpd-ssl-server/pkg-descr echo x - bsdftpd-ssl-server/pkg-plist sed 's/^X//' >bsdftpd-ssl-server/pkg-plist << 'END-of-bsdftpd-ssl-server/pkg-plist' Xlibexec/ftpd X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/COPYRIGHT X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/README X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/INSTALL X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/ChangeLog X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/cert-nopass.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/cert-pass.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/dummy.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/cert/xCA.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/README X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/cert-basics.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/cert-howto.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/ciphers.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/licenses X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/standards.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/verify.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-server/docs/x509_auth.txt X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-server/cert X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-server/docs X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-server END-of-bsdftpd-ssl-server/pkg-plist echo x - bsdftpd-ssl-server/pkg-message sed 's/^X//' >bsdftpd-ssl-server/pkg-message << 'END-of-bsdftpd-ssl-server/pkg-message' XYou will also need to read an INSTALL file from package documentation for Xsubsequent configuration issues. END-of-bsdftpd-ssl-server/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 8:30: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3722B37B401 for ; Wed, 30 Oct 2002 08:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 347D843E42 for ; Wed, 30 Oct 2002 08: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 g9UGU2x3004381 for ; Wed, 30 Oct 2002 08: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 g9UGU2jW004380; Wed, 30 Oct 2002 08:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A791537B401 for ; Wed, 30 Oct 2002 08:23:03 -0800 (PST) Received: from falcon.lipetsk.ru (falcon.lipetsk.ru [195.34.224.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A669143E4A for ; Wed, 30 Oct 2002 08:23:01 -0800 (PST) (envelope-from skynick@stu.lipetsk.ru) Received: from lstu by falcon.lipetsk.ru with UUCP id ; Wed, 30 Oct 2002 19:22:52 +0300 Received: from chuck2.lstu (chuck2.lstu [192.168.15.7]) by maverick.stu.int (8.9.3/8.8.5) with ESMTP id TAA04892 for Wed, 30 Oct 2002 19:08:18 +0300 (MSK) Received: from chuck2.lstu (localhost [127.0.0.1]) by chuck2.lstu (8.12.6/8.11.1) with ESMTP id g9UG8Imk036549 for ; Wed, 30 Oct 2002 19:08:18 +0300 (MSK) (envelope-from skynick@chuck2.lstu) Received: (from skynick@localhost) by chuck2.lstu (8.12.6/8.12.3/Submit) id g9UG8HpJ036548; Wed, 30 Oct 2002 19:08:17 +0300 (MSK) Message-Id: <200210301608.g9UG8HpJ036548@chuck2.lstu> Date: Wed, 30 Oct 2002 19:08:17 +0300 (MSK) From: Nick Leuta Reply-To: Nick Leuta To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44757: New port: TLS/SSL-aware FTP client (BSDftpd-ssl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44757 >Category: ports >Synopsis: New port: TLS/SSL-aware FTP client (BSDftpd-ssl) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 08:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nick Leuta >Release: FreeBSD 4.7-STABLE i386 >Organization: Lipetsk State Technical University >Environment: System: FreeBSD chuck2.lstu 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 19:25:42 MSD 2002 root@chuck2.lstu:/usr/src/sys/compile/CHUCK2 i386 >Description: BSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains command-line FTP client utility (ftps). The TLS/SSL enhancement allows RFC2228 "FTP Security Extensions"-compliant TLS/SSL support for both control and data connections; with standard FTP servers this software operates as the standard FTP client. >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: # # bsdftpd-ssl-client # bsdftpd-ssl-client/Makefile # bsdftpd-ssl-client/distinfo # bsdftpd-ssl-client/pkg-comment # bsdftpd-ssl-client/pkg-descr # bsdftpd-ssl-client/pkg-plist # echo c - bsdftpd-ssl-client mkdir -p bsdftpd-ssl-client > /dev/null 2>&1 echo x - bsdftpd-ssl-client/Makefile sed 's/^X//' >bsdftpd-ssl-client/Makefile << 'END-of-bsdftpd-ssl-client/Makefile' X# New ports collection makefile for: bsdftpd-ssl-client X# Date created: 30 October 2002 X# Whom: Nick Leuta X# X# $FreeBSD$ X# X XPORTNAME= bsdftpd-ssl XPORTVERSION= 0.6.0 XPORTREVISION= 0 XCATEGORIES= ftp XMASTER_SITES= http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/ XPKGNAMESUFFIX= -client XDISTNAME= bsdftpd-6.0-ssl-${PORTVERSION} X XMAINTAINER= skynick@stu.lipetsk.ru X XMAN1= ftps.1 XMANCOMPRESSED= yes X XUSE_OPENSSL= yes XBINOWN= root XBINGRP= wheel XSHAREOWN= ${BINOWN} XSHAREGRP= ${BINGRP} XMANOWN= ${BINOWN} XMANGRP= ${BINGRP} XBINMODE= 555 XSHAREMODE= 444 XMANMODE= ${SHAREMODE} X XMANDIR= ${PREFIX}/man/man XDOCDIR= ${DOCSDIR}${PKGNAMESUFFIX} X Xpre-build: X (cd ${WRKSRC} && ./config.sh FreeBSD) || exit Xdo-build: X (cd ${WRKSRC}/ftp && make) || exit Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ftp/ftps ${PREFIX}/bin/ftps X ${INSTALL_MAN} ${WRKSRC}/ftp/ftps.1.gz ${MANDIR}1/ftps.1.gz X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCDIR} X ${INSTALL_DATA} -p ${WRKSRC}/COPYRIGHT ${DOCDIR}/COPYRIGHT X ${INSTALL_DATA} -p ${WRKSRC}/README ${DOCDIR}/README X ${INSTALL_DATA} -p ${WRKSRC}/INSTALL ${DOCDIR}/INSTALL X ${INSTALL_DATA} -p ${WRKSRC}/ChangeLog ${DOCDIR}/ChangeLog X X ${MKDIR} ${DOCDIR}/docs X ${INSTALL_DATA} -p ${WRKSRC}/docs/README ${DOCDIR}/docs/README X ${INSTALL_DATA} -p ${WRKSRC}/docs/cert-basics.txt ${DOCDIR}/docs/cert-basics.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/cert-howto.txt ${DOCDIR}/docs/cert-howto.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/ciphers.txt ${DOCDIR}/docs/ciphers.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/licenses ${DOCDIR}/docs/licenses X ${INSTALL_DATA} -p ${WRKSRC}/docs/standards.txt ${DOCDIR}/docs/standards.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/verify.txt ${DOCDIR}/docs/verify.txt X ${INSTALL_DATA} -p ${WRKSRC}/docs/x509_auth.txt ${DOCDIR}/docs/x509_auth.txt X X ${MKDIR} ${DOCDIR}/cert X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-nopass.sh ${DOCDIR}/cert/cert-nopass.sh X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/cert-pass.sh ${DOCDIR}/cert/cert-pass.sh X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/dummy.sh ${DOCDIR}/cert/dummy.sh X ${INSTALL_SCRIPT} -p ${WRKSRC}/cert/xCA.sh ${DOCDIR}/cert/xCA.sh X.endif X X.include END-of-bsdftpd-ssl-client/Makefile echo x - bsdftpd-ssl-client/distinfo sed 's/^X//' >bsdftpd-ssl-client/distinfo << 'END-of-bsdftpd-ssl-client/distinfo' XMD5 (bsdftpd-6.0-ssl-0.6.0.tar.gz) = ccfaaeaf7c57834db7ab5e25f754d118 END-of-bsdftpd-ssl-client/distinfo echo x - bsdftpd-ssl-client/pkg-comment sed 's/^X//' >bsdftpd-ssl-client/pkg-comment << 'END-of-bsdftpd-ssl-client/pkg-comment' XFTP command-line client utility with TLS/SSL support END-of-bsdftpd-ssl-client/pkg-comment echo x - bsdftpd-ssl-client/pkg-descr sed 's/^X//' >bsdftpd-ssl-client/pkg-descr << 'END-of-bsdftpd-ssl-client/pkg-descr' XBSDftpd-ssl is a TLS/SSL-enhanced FTP server. This package contains Xcommand-line FTP client utility (ftps). It is based on FreeBSD's command-line XFTP client (ftp), and the TLS/SSL enhancement allows RFC2228 "FTP Security XExtensions"-compliant TLS/SSL support for both control and data connections; Xwith standard FTP servers this software operates as the standard FTP client. X XWWW: http://bsdftpd-ssl.sc.ru END-of-bsdftpd-ssl-client/pkg-descr echo x - bsdftpd-ssl-client/pkg-plist sed 's/^X//' >bsdftpd-ssl-client/pkg-plist << 'END-of-bsdftpd-ssl-client/pkg-plist' Xbin/ftps X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/COPYRIGHT X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/README X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/INSTALL X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/ChangeLog X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-nopass.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/cert-pass.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/dummy.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/cert/xCA.sh X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/README X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-basics.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/cert-howto.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/ciphers.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/licenses X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/standards.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/verify.txt X%%PORTDOCS%%share/doc/bsdftpd-ssl-client/docs/x509_auth.txt X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-client/cert X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-client/docs X%%PORTDOCS%%@dirrm share/doc/bsdftpd-ssl-client END-of-bsdftpd-ssl-client/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 8:42:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBB537B406 for ; Wed, 30 Oct 2002 08:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AED43E75 for ; Wed, 30 Oct 2002 08: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 g9UGe1x3008056 for ; Wed, 30 Oct 2002 08:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UGe1HX008055; Wed, 30 Oct 2002 08:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F2437B404 for ; Wed, 30 Oct 2002 08:30:03 -0800 (PST) Received: from jinx.unknown.nu (jinx.unknown.nu [66.201.234.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id C750543E6E for ; Wed, 30 Oct 2002 08:30:02 -0800 (PST) (envelope-from sluggo@unknown.nu) Received: by jinx.unknown.nu (Postfix, from userid 1002) id 26AC1346; Wed, 30 Oct 2002 11:29:55 -0500 (EST) Message-Id: <20021030162955.26AC1346@jinx.unknown.nu> Date: Wed, 30 Oct 2002 11:29:55 -0500 (EST) From: Kim Scarborough To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44758: Port emulators/vmware2 has a hard-code path for kernel src Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44758 >Category: ports >Synopsis: Port emulators/vmware2 has a hard-code path for kernel src >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 08:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kim Scarborough >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD jinx.unknown.nu 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #2: Sat Aug 24 09:57:25 EDT 2002 toor@jinx.unknown.nu:/usr/src/sys/compile/JINX i386 >Description: The Makefile for emulators/vmware2 assumes kernel source files are in /src. Some of us like to keep our top level relatively clean... >How-To-Repeat: rm /src cd /usr/ports/emulators/vmware2 make >Fix: At least one other port uses the SRC_BASE variable to indicate src location. This patch will account for that (and if it's not set but the /src symlink is still intact, this shouldn't break it): --- Makefile.ORIG Sun Sep 8 21:04:58 2002 +++ Makefile Wed Oct 30 10:23:00 2002 @@ -58,8 +58,8 @@ BROKEN= "This software absolutely requires Linux procfs support" .endif -.if !exists(/sys/Makefile) -BROKEN= "Kernel source files required" +.if !exists(${SRC_BASE}/sys/Makefile) +BROKEN= "Kernel source files required; if in a non-standard place, be sure to set SRC_BASE" .endif .if exists(${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:26:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58DF37B401; Wed, 30 Oct 2002 09:26:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B8A43E3B; Wed, 30 Oct 2002 09:26:43 -0800 (PST) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UHQhx3042898; Wed, 30 Oct 2002 09:26:43 -0800 (PST) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UHQhnI042894; Wed, 30 Oct 2002 09:26:43 -0800 (PST) Date: Wed, 30 Oct 2002 09:26:43 -0800 (PST) From: "David W. Chapman Jr." Message-Id: <200210301726.g9UHQhnI042894@freefall.freebsd.org> To: khera@kciLink.com, dwcjr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: samba without CUPS still links CUPS State-Changed-From-To: open->closed State-Changed-By: dwcjr State-Changed-When: Wed Oct 30 09:26:30 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44568 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:28:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03A537B401; Wed, 30 Oct 2002 09:28:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC2F43E75; Wed, 30 Oct 2002 09:28:21 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UHSLx3042978; Wed, 30 Oct 2002 09:28:21 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UHSKQd042974; Wed, 30 Oct 2002 09:28:20 -0800 (PST) Date: Wed, 30 Oct 2002 09:28:20 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210301728.g9UHSKQd042974@freefall.freebsd.org> To: matthias.andree@web.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44245: new port: mail/bogofilter Sender: owner-freebsd-ports@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: mail/bogofilter State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed Oct 30 09:28:07 PST 2002 State-Changed-Why: superseded by pr/44753 http://www.freebsd.org/cgi/query-pr.cgi?pr=44245 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:28:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C0237B404 for ; Wed, 30 Oct 2002 09:28:37 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A73843E88 for ; Wed, 30 Oct 2002 09:28:37 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (e33f741fd72eb704ffc21d646d77d9ca@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9UHULit030398 for ; Wed, 30 Oct 2002 09:30:21 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9UHULKj030397 for ports@freebsd.org; Wed, 30 Oct 2002 09:30:21 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 09:30:21 -0800 From: Adam Weinberger To: ports@freebsd.org Subject: Some more PLIST substitutions Message-ID: <20021030173021.GU197@vectors.cx> Mail-Followup-To: Adam Weinberger , ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following may be useful, not to help in portability as much as encouraging things to go in 'standard' locations. Additionally, it makes pkg-plist creation easier... if you ${INSTALL_PROGRAM} to ${DOCSDIR}, it makes sense to have the plist contain %%DOCSDIR%%/README. This patch just adds PLIST substitutions for EXAMPLESDIR, DATADIR, and DOCSDIR. The DOCSDIR target also acts like %%PORTDOCS%% and can replace it. That is, if NOPORTDOCS is defined, it comes out as "@comment ". Thoughts? -Adam Index: ports/Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.426 diff -u -r1.426 bsd.port.mk --- ports/Mk/bsd.port.mk 2 Oct 2002 07:18:17 -0000 1.426 +++ ports/Mk/bsd.port.mk 30 Oct 2002 17:22:22 -0000 @@ -829,12 +829,16 @@ BUILD_WRKSRC?= ${WRKSRC} INSTALL_WRKSRC?=${WRKSRC} -PLIST_SUB+= OSREL=${OSREL} PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +PLIST_SUB+= OSREL=${OSREL} PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \ + EXAMPLESDIR=${EXAMPLESDIR:S/${PREFIX}\///} \ + DATADIR=${DATADIR:S/${PREFIX}\///} .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment " +PLIST_SUB+= DOCSDIR="@comment " .else PLIST_SUB+= PORTDOCS="" +PLIST_SUB+= DOCSDIR=${DOCSDIR:S/${PREFIX}\///} .endif CONFIGURE_SHELL?= ${SH} -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:31: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 668BB37B401; Wed, 30 Oct 2002 09:31:06 -0800 (PST) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56FDF43E88; Wed, 30 Oct 2002 09:30:56 -0800 (PST) (envelope-from eta@lclark.edu) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id JAA11056; Wed, 30 Oct 2002 09:30:50 -0800 (PST) Subject: Re: further on GL/gl.h From: Eric Anholt To: Ying-Chieh Liao Cc: Julian Elischer , ports@FreeBSD.ORG In-Reply-To: <20021030093735.GA38762@terry.dragon2.net> References: <1035947942.710.97.camel@anholt.dyndns.org> <20021030093735.GA38762@terry.dragon2.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 09:30:50 -0800 Message-Id: <1035999051.707.41.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 01:37, Ying-Chieh Liao wrote: > On Tue, Oct 29, 2002 at 19:19:02 -0800, Eric Anholt wrote: > > You shouldn't have Mesa3 or utah-glx installed if you have > > XFree86-4-libraries. I don't think you would have linux_mesa and > > so we have to deny USE_MESA when XFREE86_VERSION=4 ? Sorry, I totally botched that. Mesa3 won't install gl.h or libGL if XFREE86_VERSION=4 is set (you have XFree86-4-libraries to provide those). -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:32:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83E737B401 for ; Wed, 30 Oct 2002 09:32:53 -0800 (PST) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 612C943E8A for ; Wed, 30 Oct 2002 09:32:53 -0800 (PST) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B70E810DE0C; Wed, 30 Oct 2002 11:32:55 -0600 (CST) Date: Wed, 30 Oct 2002 11:32:55 -0600 From: "David W. Chapman Jr." To: Adam Weinberger Cc: ports@freebsd.org Subject: Re: Some more PLIST substitutions Message-ID: <20021030173255.GA89135@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Adam Weinberger , ports@freebsd.org References: <20021030173021.GU197@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021030173021.GU197@vectors.cx> X-Operating-System: FreeBSD 4.6-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 09:30:21AM -0800, Adam Weinberger wrote: > The following may be useful, not to help in portability as much as > encouraging things to go in 'standard' locations. Additionally, it makes > pkg-plist creation easier... if you ${INSTALL_PROGRAM} to ${DOCSDIR}, it > makes sense to have the plist contain %%DOCSDIR%%/README. > > This patch just adds PLIST substitutions for EXAMPLESDIR, DATADIR, and > DOCSDIR. The DOCSDIR target also acts like %%PORTDOCS%% and can replace > it. That is, if NOPORTDOCS is defined, it comes out as "@comment ". > > Thoughts? Makes sense to me, I'm suprised nobody caught anything like this earlier! -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EECD37B404 for ; Wed, 30 Oct 2002 09:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED3443E4A for ; Wed, 30 Oct 2002 09:40: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 g9UHe3x3046486 for ; Wed, 30 Oct 2002 09:40: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 g9UHe37p046485; Wed, 30 Oct 2002 09:40:03 -0800 (PST) Date: Wed, 30 Oct 2002 09:40:03 -0800 (PST) Message-Id: <200210301740.g9UHe37p046485@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Lars Eggert Subject: Re: ports/39957: New port: databases/jdb Reply-To: Lars Eggert Sender: owner-freebsd-ports@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/39957; it has been noted by GNATS. From: Lars Eggert To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39957: New port: databases/jdb Date: Wed, 30 Oct 2002 09:34:31 -0800 This is a cryptographically signed message in MIME format. --------------ms090503010301070801030306 Content-Type: multipart/mixed; boundary="------------040206070303010905060608" This is a multi-part message in MIME format. --------------040206070303010905060608 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, attached is an updated port for databases/jdb (to jdb-1.12). Lars -- Lars Eggert USC Information Sciences Institute --------------040206070303010905060608 Content-Type: text/plain; name="jdb-1.12.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="jdb-1.12.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jdb # jdb/distinfo # jdb/Makefile # jdb/pkg-comment # jdb/pkg-descr # jdb/pkg-plist # echo c - jdb mkdir -p jdb > /dev/null 2>&1 echo x - jdb/distinfo sed 's/^X//' >jdb/distinfo << 'END-of-jdb/distinfo' XMD5 (jdb-1.12.tar.gz) = cdd0f541efdf8ac01b8d0cf305a77312 END-of-jdb/distinfo echo x - jdb/Makefile sed 's/^X//' >jdb/Makefile << 'END-of-jdb/Makefile' X# New ports collection makefile for: jdb X# Date created: 28 June 2002 X# Whom: Lars Eggert X# X# $FreeBSD$ X# X XPORTNAME= jdb XPORTVERSION= 1.12 XCATEGORIES= databases perl5 XMASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/ X XMAINTAINER= larse@isi.edu X XUSE_PERL5= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb X Xpre-install: X @cd ${WRKSRC} && make test X X.include END-of-jdb/Makefile echo x - jdb/pkg-comment sed 's/^X//' >jdb/pkg-comment << 'END-of-jdb/pkg-comment' XJDB manipulates flat-ASCII databases from shell scripts END-of-jdb/pkg-comment echo x - jdb/pkg-descr sed 's/^X//' >jdb/pkg-descr << 'END-of-jdb/pkg-descr' XJDB is a package of commands for manipulating flat-ASCII databases Xfrom shell scripts. JDB is useful to process medium amounts of data X(with very little data you'd do it by hand, with megabytes you might Xwant a real database). JDB is very good at doing things like: X X * extracting measurements from experimental output X * re-examining data to address different hypotheses X * joining data from different experiments X * eliminating/detecting outliers X * computing statistics on data (mean, confidence intervals, X histograms, correlations) X * reformatting data for graphing programs X XRather than hand-code scripts to do each special case, JDB provides Xhigher-level functions. X XJDB is built on flat-ASCII databases. By storing data in simple text Xfiles and processing it with pipelines it is easy to experiment (in Xthe shell) and look at the output. X XWWW: http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html END-of-jdb/pkg-descr echo x - jdb/pkg-plist sed 's/^X//' >jdb/pkg-plist << 'END-of-jdb/pkg-plist' Xbin/db2dcliff Xbin/dbcol Xbin/dbcolcreate Xbin/dbcoldefine Xbin/dbcoldiff Xbin/dbcolhisto Xbin/dbcolize Xbin/dbcolmerge Xbin/dbcolmovingstats Xbin/dbcolmultiscale Xbin/dbcolneaten Xbin/dbcolpercentile Xbin/dbcolrename Xbin/dbcolscorrelate Xbin/dbcolsplit Xbin/dbcolstats Xbin/dbcoltighten Xbin/dbfilesplit Xbin/dbformmail Xbin/dbjoin Xbin/dblistize Xbin/dbmultistats Xbin/dbrecolize Xbin/dbrow Xbin/dbrowaccumulate Xbin/dbrowdiff Xbin/dbrowenumerate Xbin/dbroweval Xbin/dbrowsplituniq Xbin/dbrowuniq Xbin/dbsort Xbin/dbstats Xbin/dbstripcomments Xbin/dbstripextraheaders Xbin/dbstripleadingspace Xbin/crl_to_db Xbin/db_to_html_table Xbin/dmalloc_to_db Xbin/ipchain_logs_to_db Xbin/kitrace_to_db Xbin/ns_to_db Xbin/tabdelim_to_db Xbin/tcpdump_to_db Xlib/jdb/README Xlib/jdb/COPYING Xlib/jdb/release Xlib/jdb/dblib.pl Xlib/jdb/DbGetopt.pm Xlib/jdb/DbTDistr.pm X@dirrm lib/jdb END-of-jdb/pkg-plist exit --------------040206070303010905060608-- --------------ms090503010301070801030306 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYID1TCCA9ECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggIPMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAyMTAzMDE3MzQzMVowIwYJKoZIhvcNAQkEMRYEFAZLEtUt3RS7yNB5BADt oi/DIRB9MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3EAQxgZ0w gZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCCVBMIGtBgsq hkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44 LjMwAgMIJUEwDQYJKoZIhvcNAQEBBQAEggEAAH1FquXutw4n2HyQtnyirRiQ1YrRmVXmUdE6 yeHnaosBgYVW7msCur58McMbylKEoj1nSEeGD2HwKrIZIUyHV0oaVrRS32eb0RkuiWtm4tAN 2Cei2Z4PGnCAACjX6UL86D6Vw8C1kC/Aws9ZaEAAVTP0F3gulcmIWH5bvyz/P2swUL1jQR9k IBgLqYoBHMG4E0GNMWKQmlM8Tfj7TIDZNpwtd3qjsZbQ3XXOizoslxnceDI8KknzBwKS0oJx UTYvDRG4PkHGo9NLrEnpQiN7c4UKp5x95ObGy8AwK5d5aRCcdJsFHa49kGSE4joAsDWjb4Jo dp2i4+bVbYL4IztIZQAAAAAAAA== --------------ms090503010301070801030306-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:40:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CEF37B401 for ; Wed, 30 Oct 2002 09:40:22 -0800 (PST) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B67843E8A for ; Wed, 30 Oct 2002 09:40:22 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 0C99921792 for ; Wed, 30 Oct 2002 12:40:22 -0500 (EST) Received: by onceler.kciLink.com (Postfix, from userid 100) id DD4C13D16; Wed, 30 Oct 2002 12:40:21 -0500 (EST) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Vivek Khera To: freebsd-ports@freebsd.org Subject: Re: ports/44568: samba without CUPS still links CUPS Newsgroups: ml.freebsd.ports References: <200210281610.g9SGA2aZ000406@freefall.freebsd.org> <20021030012631.GA2817@wwweasel.geeksrus.net> X-Trace: lorax.kciLink.com 1035998402 82849 216.194.193.106 (30 Oct 2002 17:20:02 GMT) X-Complaints-To: daemon@kciLink.com X-Virus-Scanned: by amavisd-new amavisd-new-20020630 (@kci) X-Razor-id: 1e503dc9708de54fd0168c998a497ec36e9afb40 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>>>> "a" == alane writes: >> The "so ****ing what" is that printing just doesn't work in this >> situation. a> Ooooh. That should not happen. Makes no sense. There's a config file a> line you need to add, I think. It just *defaults* to cups; smb.conf has a> a line to change it. Yes, "printing = bsd" in Samba's global section should do it, but it doesn't. Hence, bugreport for Samba... ;-) -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 9:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0399837B401 for ; Wed, 30 Oct 2002 09:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4065543E88 for ; Wed, 30 Oct 2002 09:50: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 g9UHo1x3050070 for ; Wed, 30 Oct 2002 09:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UHo1EE050069; Wed, 30 Oct 2002 09:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1BA37B401 for ; Wed, 30 Oct 2002 09:47:30 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 592ED43E75 for ; Wed, 30 Oct 2002 09:47:30 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UHlQ7R018921 for ; Wed, 30 Oct 2002 09:47:26 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9UHlQGb018920; Wed, 30 Oct 2002 09:47:26 -0800 (PST) Message-Id: <200210301747.g9UHlQGb018920@www.freebsd.org> Date: Wed, 30 Oct 2002 09:47:26 -0800 (PST) From: David Bestor <1nd3n14l@indenial.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44759: ghostscript-gnu-7.05_3 produces incorrect output for the uniprint driver bj8pa06n.upp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44759 >Category: ports >Synopsis: ghostscript-gnu-7.05_3 produces incorrect output for the uniprint driver bj8pa06n.upp >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 09:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Bestor >Release: 4.7-STABLE >Organization: >Environment: FreeBSD godzilla.indenial.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 29 05:52:08 EST 2002 root@godzilla.indenial.com:/usr/obj/usr/src/sys/GODZILLA i386 >Description: ghostscript-gnu-7.05_3 produces incorrect output for the uniprint driver @bj8pa06n.upp I use this for a Canon i850 . This happens for every picture I try. The ports version and a local installed version should produce same output. >How-To-Repeat: gs -q -dNOPAUSE -dSAFER -dPARANOIDSAFER @bj8pa06n.upp -sOutputFile=busted picture.ps ls -l busted -rw-r--r-- 1 1nd3n14l wheel 1509589 Oct 30 10:18 busted This prints a distorted picture. >Fix: Install ghostscript by itself in /usr/local/print (not from ports) /usr/local/print/bin/gs -q -dNOPAUSE -dSAFER -dPARANOIDSAFER @bj8pa06n.upp -sOutputFile=fixed picture.ps ls -l busted fixed -rw-r--r-- 1 1nd3n14l wheel 1509589 Oct 30 10:18 busted -rw-r--r-- 1 1nd3n14l wheel 3781078 Oct 30 11:22 fixed The fixed picture prints fine. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 11:12:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2954437B401 for ; Wed, 30 Oct 2002 11:12:16 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4243E3B for ; Wed, 30 Oct 2002 11:12:15 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9UJCDsI055244; Wed, 30 Oct 2002 14:12:13 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9UJCCWw055186; Wed, 30 Oct 2002 14:12:12 -0500 (EST) (envelope-from alane) Date: Wed, 30 Oct 2002 14:12:12 -0500 From: AlanE To: Adam Weinberger Cc: ports@FreeBSD.ORG Subject: Re: Some more PLIST substitutions Message-ID: <20021030191212.GA48224@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Adam Weinberger , ports@FreeBSD.ORG References: <20021030173021.GU197@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021030173021.GU197@vectors.cx> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 09:30:21AM -0800, Adam Weinberger wrote: >The following may be useful, not to help in portability as much as >encouraging things to go in 'standard' locations. Additionally, it makes >pkg-plist creation easier... if you ${INSTALL_PROGRAM} to ${DOCSDIR}, it >makes sense to have the plist contain %%DOCSDIR%%/README. > >This patch just adds PLIST substitutions for EXAMPLESDIR, DATADIR, and >DOCSDIR. The DOCSDIR target also acts like %%PORTDOCS%% and can replace >it. That is, if NOPORTDOCS is defined, it comes out as "@comment ". These are in the patch of mine that Kris K is supposed to be integrating, along with my total rewrite of the auto* crap, so that it is correct. Thanks anyway. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 11:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9211637B404 for ; Wed, 30 Oct 2002 11:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7044243E4A for ; Wed, 30 Oct 2002 11:20: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 g9UJK2x3092123 for ; Wed, 30 Oct 2002 11:20: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 g9UJK224092122; Wed, 30 Oct 2002 11:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37E4D37B401 for ; Wed, 30 Oct 2002 11:15:42 -0800 (PST) Received: from twoflower.liebende.de (pD9528EC9.dip.t-dialin.net [217.82.142.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4182843E7B for ; Wed, 30 Oct 2002 11:15:35 -0800 (PST) (envelope-from jstocker@twoflower.liebende.de) Received: from twoflower.liebende.de (localhost [127.0.0.1]) by twoflower.liebende.de (8.12.6/8.12.6) with ESMTP id g9UJF0SV016281 for ; Wed, 30 Oct 2002 20:15:00 +0100 (CET) (envelope-from jstocker@twoflower.liebende.de) Received: (from root@localhost) by twoflower.liebende.de (8.12.6/8.12.6/Submit) id g9UJEx55016277; Wed, 30 Oct 2002 20:14:59 +0100 (CET) Message-Id: <200210301914.g9UJEx55016277@twoflower.liebende.de> Date: Wed, 30 Oct 2002 20:14:59 +0100 (CET) From: Jan Stocker Reply-To: Jan Stocker To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44760: Tuxpuck update to 0.8.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44760 >Category: ports >Synopsis: Tuxpuck update to 0.8.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 11:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 20:03:29 CEST 2002 root@twoflower:/usr/obj/usr/src/sys/Twoflower50 i386 >Description: Tuxpuck update to 0.8.1 - (solves fetch-error) >How-To-Repeat: >Fix: diff -urN tuxpuck.orig/Makefile tuxpuck/Makefile --- tuxpuck.orig/Makefile Wed Sep 25 22:10:19 2002 +++ tuxpuck/Makefile Wed Oct 30 19:45:59 2002 @@ -7,7 +7,7 @@ # PORTNAME= tuxpuck -PORTVERSION= 0.7.116 +PORTVERSION= 0.8.1 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/ diff -urN tuxpuck.orig/distinfo tuxpuck/distinfo --- tuxpuck.orig/distinfo Fri May 31 16:08:59 2002 +++ tuxpuck/distinfo Wed Oct 30 19:47:42 2002 @@ -1 +1 @@ -MD5 (tuxpuck-0.7.116.tar.gz) = 6533daf46c4630840c8173e02b43b9f7 +MD5 (tuxpuck-0.8.1.tar.gz) = f9343dd08d10e90c81815f3037a13489 diff -urN tuxpuck.orig/files/patch-Makefile tuxpuck/files/patch-Makefile --- tuxpuck.orig/files/patch-Makefile Fri May 31 16:08:59 2002 +++ tuxpuck/files/patch-Makefile Wed Oct 30 19:58:25 2002 @@ -1,32 +1,24 @@ ---- Makefile.orig Thu Apr 25 23:14:27 2002 -+++ Makefile Thu Apr 25 23:25:55 2002 +--- Makefile.orig Wed Oct 30 19:57:21 2002 ++++ Makefile Wed Oct 30 19:57:28 2002 @@ -1,7 +1,7 @@ # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002 - VERSION = 0.7.109 + VERSION = 0.8.1 CC = gcc -CFLAGS += `sdl-config --cflags` -D_VERSION=\"$(VERSION)\" \ +CFLAGS += `$(SDL_CONFIG) --cflags` -D_VERSION=\"$(VERSION)\" \ - -g -Wall -Werror - CSOURCES = tuxpuck.c video.c audio.c sprite.c font.c timer.c board.c \ - entity.c glass.c scoreboard.c player.c zoom.c png.c jpg.c \ -@@ -11,6 +11,7 @@ - - ############################################################# - -+ - OBJS=$(CSOURCES:.c=.o) - - %.o : %.c -@@ -18,7 +19,7 @@ + -g -Wall + CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \ + board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \ +@@ -18,7 +18,7 @@ tuxpuck : $(OBJS) cd data; $(MAKE) -- $(CC) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng -ljpeg \ -+ $(CC) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` -lm -lpng -ljpeg \ - -lz -lvorbisfile -lvorbis -o tuxpuck +- $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \ ++ $(CC) $(CFLAGS) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` -lm -lpng \ + -ljpeg -lz -lvorbisfile -lvorbis -logg -o tuxpuck clean : -@@ -55,3 +56,7 @@ +@@ -48,3 +48,7 @@ install -d $(DESTDIR)/usr/man/man6 install -m755 tuxpuck $(DESTDIR)/usr/bin install -m644 man/tuxpuck.6.gz $(DESTDIR)/usr/man/man6 diff -urN tuxpuck.orig/files/patch-utils+Makefile tuxpuck/files/patch-utils+Makefile --- tuxpuck.orig/files/patch-utils+Makefile Thu Jan 1 01:00:00 1970 +++ tuxpuck/files/patch-utils+Makefile Wed Oct 30 20:06:52 2002 @@ -0,0 +1,15 @@ +--- utils/Makefile.orig Wed Oct 30 20:03:31 2002 ++++ utils/Makefile Wed Oct 30 20:04:45 2002 +@@ -9,10 +9,10 @@ + $(CC) $(CFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font + + data2c : data2c.c +- $(CC) $(CFLAGS) data2c.c `sdl-config --cflags` -o data2c ++ $(CC) $(CFLAGS) data2c.c `$(SDL_CONFIG) --cflags` -o data2c + + anim : anim.c +- $(CC) $(CFLAGS) anim.c `sdl-config --cflags` -o anim ++ $(CC) $(CFLAGS) anim.c `$(SDL_CONFIG) --cflags` -o anim + + clean : + rm -f *~ data2c ttf2font anim >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 11:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D7937B401 for ; Wed, 30 Oct 2002 11:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855D143E3B for ; Wed, 30 Oct 2002 11: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 g9UJK4x3092130 for ; Wed, 30 Oct 2002 11: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 g9UJK378092129; Wed, 30 Oct 2002 11:20:04 -0800 (PST) Date: Wed, 30 Oct 2002 11:20:04 -0800 (PST) Message-Id: <200210301920.g9UJK378092129@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Lars Thegler Subject: Re: ports/44405: net/p5-Net-SNMP doesn't build on 4.7-RELEASE Reply-To: Lars Thegler Sender: owner-freebsd-ports@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/44405; it has been noted by GNATS. From: Lars Thegler To: "Patrick M. Hausen" Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/44405: net/p5-Net-SNMP doesn't build on 4.7-RELEASE Date: Wed, 30 Oct 2002 20:16:45 +0100 Patrick M. Hausen wrote: >>> New problem with this solution: all ports dependent on Net::SNMP >>> (e.g. net/nagios) check for presence of Net::SNMP in >>> /usr/lib/perl5 instead of /usr/local/lib/perl5. >> >> I cannot find any hint that net/nagios should depend on >> net/p5-Net-SNMP. Not in the ports Makefile, neither in the nagios >> sources. Please, could you clarify? > > Sorry, try > > /usr/ports/net/nagios-plugins Ah! Right. It was hidden in net/nagios-plugins/scripts/configure, which explains why I didn't find it in the first place. Anyway, this port seems to *_DEPEND on the correct file as well: --cut-- echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP" echo "RUN_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP" --cut-- So I still don't understand the issue? Installing on a perl 5.6.1 system, I get the expected behaviour: --cut-- ===> nagios-plugins-1.3.b1 depends on file: /usr/local/lib/perl5/site_perl/5.6.1/Net/SNMP.pm - found --cut-- What problems did you have installing net/nagios-plugins? Did you override the default LOCALBASE? > Patrick /Lars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 11:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A79F537B401 for ; Wed, 30 Oct 2002 11:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE68F43E91 for ; Wed, 30 Oct 2002 11:30:00 -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 g9UJU0x3095590 for ; Wed, 30 Oct 2002 11:30: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 g9UJU0W4095589; Wed, 30 Oct 2002 11:30:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9290137B401 for ; Wed, 30 Oct 2002 11:28:53 -0800 (PST) Received: from twoflower.liebende.de (pD9528EC9.dip.t-dialin.net [217.82.142.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA69743E4A for ; Wed, 30 Oct 2002 11:28:51 -0800 (PST) (envelope-from jstocker@twoflower.liebende.de) Received: from twoflower.liebende.de (localhost [127.0.0.1]) by twoflower.liebende.de (8.12.6/8.12.6) with ESMTP id g9UJSLSV020667 for ; Wed, 30 Oct 2002 20:28:21 +0100 (CET) (envelope-from jstocker@twoflower.liebende.de) Received: (from root@localhost) by twoflower.liebende.de (8.12.6/8.12.6/Submit) id g9UJSLIh020666; Wed, 30 Oct 2002 20:28:21 +0100 (CET) Message-Id: <200210301928.g9UJSLIh020666@twoflower.liebende.de> Date: Wed, 30 Oct 2002 20:28:21 +0100 (CET) From: Jan Stocker Reply-To: Jan Stocker To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44761: Crimson Field update 0.2.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44761 >Category: ports >Synopsis: Crimson Field update 0.2.7 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 11:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 20:03:29 CEST 2002 root@twoflower:/usr/obj/usr/src/sys/Twoflower50 i386 >Description: Update to 0.2.7 with two additional maps >How-To-Repeat: >Fix: diff -urN crimson.orig/Makefile crimson/Makefile --- crimson.orig/Makefile Thu Jul 18 14:47:25 2002 +++ crimson/Makefile Wed Oct 30 20:18:59 2002 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/crimson/Makefile,v 1.8 2002/07/12 02:58:23 pat Exp $ PORTNAME= crimson -PORTVERSION= 0.2.6 +PORTVERSION= 0.2.7 CATEGORIES= games MASTER_SITES= http://www.lanipage.de/jens/crimson/ PKGNAMESUFFIX= -fields diff -urN crimson.orig/distinfo crimson/distinfo --- crimson.orig/distinfo Thu Jul 18 14:47:25 2002 +++ crimson/distinfo Wed Oct 30 20:20:12 2002 @@ -1 +1 @@ -MD5 (crimson-0.2.6.tar.bz2) = 4bcfc7cc33177afa36c3c2c10131bb5b +MD5 (crimson-0.2.7.tar.bz2) = b86a63975e7cd40698c56fde3cad8005 diff -urN crimson.orig/pkg-plist crimson/pkg-plist --- crimson.orig/pkg-plist Thu Jul 18 14:47:25 2002 +++ crimson/pkg-plist Wed Oct 30 20:24:30 2002 @@ -1,7 +1,9 @@ bin/crimson share/crimson/title.bmp share/crimson/levels/ArmsRace.lev -share/crimson/levels/TheGreatBattle.lev +share/crimson/levels/Foxhole.lev +share/crimson/levels/GreatBattle.lev +share/crimson/levels/IslandHoppers.lev share/crimson/levels/Uprising.lev share/crimson/sound/ask.wav share/crimson/sound/clicked.wav >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:10: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B5437B40A for ; Wed, 30 Oct 2002 12:09:59 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 694F443E77 for ; Wed, 30 Oct 2002 12:09:57 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 31803 invoked by uid 1001); 30 Oct 2002 20:09:51 -0000 Date: Wed, 30 Oct 2002 15:09:51 -0500 From: Brian Reichert To: ports@freebsd.org Subject: How flexible _is_ the use of ports? Message-ID: <20021030150951.J618@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The lastest rev of my desktop, I committed to the use of ports to introduce software to the system. I'm quite impressed with the amount of work that people have put into this; it does quite a bit for me. I had a recent hard crash (which I rebooted from successfully) revealed some misbehavior on Mozilla's port. No biggie, I said, I'll just reinstall it from ports. This didn't clear up my problem; seemingly the issue is not with Mozilla, but with one of the build- or run-dependancies. Is there a way to ask a port, and all of it's dependancies (and theirs, recursively) to be reinstalled, while honoring FORCE_PKG_REGISTER? The try-one-at-a-time method is _quite_ tiring... Oh, this under 4.5-RELEASE, FWIW... -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:11:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC5C37B401 for ; Wed, 30 Oct 2002 12:11:44 -0800 (PST) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B748F43E6E for ; Wed, 30 Oct 2002 12:11:43 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.6/8.12.6) with ESMTP id g9UKBgFS002977; Wed, 30 Oct 2002 14:11:42 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: ports@FreeBSD.ORG In-Reply-To: <20021030150951.J618@numachi.com> References: <20021030150951.J618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 14:11:42 -0600 Message-Id: <1036008702.460.29.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 14:09, Brian Reichert wrote: > The lastest rev of my desktop, I committed to the use of ports to > introduce software to the system. I'm quite impressed with the > amount of work that people have put into this; it does quite a bit > for me. > > I had a recent hard crash (which I rebooted from successfully) > revealed some misbehavior on Mozilla's port. No biggie, I said, > I'll just reinstall it from ports. > > This didn't clear up my problem; seemingly the issue is not with > Mozilla, but with one of the build- or run-dependancies. > > Is there a way to ask a port, and all of it's dependancies (and > theirs, recursively) to be reinstalled, while honoring FORCE_PKG_REGISTER? > > The try-one-at-a-time method is _quite_ tiring... > > Oh, this under 4.5-RELEASE, FWIW... portupgrade -fr portname (/usr/ports/sysutils/portupgrade). (or is it portupgrade -fR? ) read the man page. > > -- > Brian 'you Bastard' Reichert > 37 Crystal Ave. #303 Daytime number: (603) 434-6842 > Derry NH 03038-1713 USA Intel architecture: the left-hand path > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:27:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722F837B401 for ; Wed, 30 Oct 2002 12:27:21 -0800 (PST) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBB443E75 for ; Wed, 30 Oct 2002 12:27:20 -0800 (PST) (envelope-from s.wingate@cox.net) Received: from smtp.west.cox.net ([172.18.180.52]) by fed1mtao03.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021030202719.GINQ21152.fed1mtao03.cox.net@smtp.west.cox.net> for ; Wed, 30 Oct 2002 15:27:19 -0500 From: Steve Wingate To: freebsd-ports@freebsd.org Subject: Gnome2 panel destruction Date: Wed, 30 Oct 2002 15:27:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20021030202719.GINQ21152.fed1mtao03.cox.net@smtp.west.cox.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Once again a gnome-dependant port has messed up my Gnome2 configuration (3rd time for me). I started to build the diacanvas port and once I noticed it was adding Gnome 1.4 parts I killed the install; unfortunately that wasn't soon enough. Now when I run Gnome I get the Gnome 1.4 panel. I figured simple enough, I removed all the obvious gnome-1.4 ports (including gnomepanel-1.4) then hit the friendly FreeBSD Gnome website and removed all the ports that should be removed for Gnome 1.4. Even after this I STILL get the gnome-1.4 panel when I run a gnome-session. I even set the FORCE_PKG_REGISTER doohickey in /etc/make.conf and tried to reinstall Gnome2. Dual Xeon 1.8Ghz w/1GB RAM so I don't lose any sleep over rebuilding something. Next I figure something in the user's ~/whatever config files got changed back to gnome-1.4 bits. I created a brand new user and ran gnome-session as he/she/it - still gives me the Gnome-1.4 panel. How do I kill this Gnomepanel-1.4 thing once and for all? Now, I remember why I've used Windowmaker for 4 yrs. Work like you don't need the money Dance like nobody's watching Love like you've never been hurt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:39:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9332C37B401 for ; Wed, 30 Oct 2002 12:39:12 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3219C43E3B for ; Wed, 30 Oct 2002 12:39:12 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (0ec6cb2de280ff89623e15beb6636597@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9UKeuit095929; Wed, 30 Oct 2002 12:40:56 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9UKeug6095928; Wed, 30 Oct 2002 12:40:56 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 12:40:56 -0800 From: Adam Weinberger To: Larry Rosenman Cc: Brian Reichert , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030204056.GG197@vectors.cx> Mail-Followup-To: Adam Weinberger , Larry Rosenman , Brian Reichert , ports@FreeBSD.ORG References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <1036008702.460.29.camel@lerlaptop.iadfw.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1211 PST): Larry Rosenman said, in 1.5K: << > portupgrade -fr portname > > (/usr/ports/sysutils/portupgrade). > > (or is it portupgrade -fR? ) read the man page. >> end of "Re: How flexible _is_ the use of ports?" from Larry Rosenman << He wants portupgrade -fr portname. -r does all the dependencies *down* the list; -R does all the dependencies *up* the list. (R:uppercase :: - -R:up the list). Wow, that was a really sappy analogy ::) - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wEPYo8KM2ULHQ/0RAo+RAKC5LTX+3ijHbmSOzOSm6XehyYhb0gCdEJbU YdOku53pelyy1eo1hJhnmP8= =x1I4 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:41:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A211437B401 for ; Wed, 30 Oct 2002 12:41:35 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE0343E77 for ; Wed, 30 Oct 2002 12:41:34 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9UKe701036535; Wed, 30 Oct 2002 15:40:08 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Gnome2 panel destruction From: Joe Marcus Clarke To: Steve Wingate Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <20021030202719.GINQ21152.fed1mtao03.cox.net@smtp.west.cox.net> References: <20021030202719.GINQ21152.fed1mtao03.cox.net@smtp.west.cox.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 15:41:19 -0500 Message-Id: <1036010480.353.35.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-7.8 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,SUPERLONG_LINE,TO_BE_REMOVED_REPLY version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 15:27, Steve Wingate wrote: > Once again a gnome-dependant port has messed up my Gnome2 configuration (3rd time for me). > I started to build the diacanvas port and once I noticed it was adding Gnome 1.4 parts I killed the install; unfortunately that wasn't soon enough. Now when I run Gnome I get the Gnome 1.4 panel. I figured simple enough, I removed all the obvious gnome-1.4 ports (including gnomepanel-1.4) then hit the friendly FreeBSD Gnome website and removed all the ports that should be removed for Gnome 1.4. > Even after this I STILL get the gnome-1.4 panel when I run a gnome-session. I even set the FORCE_PKG_REGISTER doohickey in /etc/make.conf and tried to reinstall Gnome2. Dual Xeon 1.8Ghz w/1GB RAM so I don't lose any sleep over rebuilding something. > Next I figure something in the user's ~/whatever config files got changed back to gnome-1.4 bits. I created a brand new user and ran gnome-session as he/she/it - still gives me the Gnome-1.4 panel. > How do I kill this Gnomepanel-1.4 thing once and for all? Now, I remember why I've used Windowmaker for 4 yrs. The GNOME 1.4 panel comes from the gnomecore package. Basically, if you make sure this port/package is not installed, then reinstall x11/gnomepanel, you shouldn't have a problem. There should be no way the GNOME 1.4 panel comes up. Joe > > > Work like you don't need the money > Dance like nobody's watching > Love like you've never been hurt > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:44:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED8337B401; Wed, 30 Oct 2002 12:44:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81AB243E42; Wed, 30 Oct 2002 12:44:54 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UKisx3028362; Wed, 30 Oct 2002 12:44:54 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UKilLa028358; Wed, 30 Oct 2002 12:44:47 -0800 (PST) Date: Wed, 30 Oct 2002 12:44:47 -0800 (PST) From: Patrick Li Message-Id: <200210302044.g9UKilLa028358@freefall.freebsd.org> To: mich@freebsdcluster.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44752: Update port: [Maintainer update]: net/cdpr Sender: owner-freebsd-ports@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: [Maintainer update]: net/cdpr State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed Oct 30 12:44:38 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44752 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:46: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9E137B401 for ; Wed, 30 Oct 2002 12:45:59 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767AC43E77 for ; Wed, 30 Oct 2002 12:45:59 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (7c5cc974bf9c7fa92f77b4bc333e0807@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9UKlhit095998; Wed, 30 Oct 2002 12:47:43 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9UKlhbI095997; Wed, 30 Oct 2002 12:47:43 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 12:47:42 -0800 From: Adam Weinberger To: Steve Wingate Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Gnome2 panel destruction Message-ID: <20021030204742.GH197@vectors.cx> References: <20021030202719.GINQ21152.fed1mtao03.cox.net@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021030202719.GINQ21152.fed1mtao03.cox.net@smtp.west.cox.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1227 PST): Steve Wingate said, in 1.2K: << > Once again a gnome-dependant port has messed up my Gnome2 configuration (3rd time for me). > I started to build the diacanvas port and once I noticed it was adding Gnome 1.4 parts I killed the install; unfortunately that wasn't soon enough. Now when I run Gnome I get the Gnome 1.4 panel. I figured simple enough, I removed all the obvious gnome-1.4 ports (including gnomepanel-1.4) then hit the friendly FreeBSD Gnome website and removed all the ports that should be removed for Gnome 1.4. > Even after this I STILL get the gnome-1.4 panel when I run a gnome-session. I even set the FORCE_PKG_REGISTER doohickey in /etc/make.conf and tried to reinstall Gnome2. Dual Xeon 1.8Ghz w/1GB RAM so I don't lose any sleep over rebuilding something. > Next I figure something in the user's ~/whatever config files got changed back to gnome-1.4 bits. I created a brand new user and ran gnome-session as he/she/it - still gives me the Gnome-1.4 panel. > How do I kill this Gnomepanel-1.4 thing once and for all? Now, I remember why I've used Windowmaker for 4 yrs. >> end of "Gnome2 panel destruction" from Steve Wingate << Them's some long lines, mister... consider an Enter key now and again ::) K, first of all: x11/gnomepanel is a Gnome2 component. x11/gnomecore provides the panel for Gnome 1.4. I'm not quite sure what gnomepanel-1.4 is, though. I can't say as how I can find it in any pkg-plist. Please see the list of apps you need to remove to get Gnome 1.4 out, and Gnome2 in, at http://www.freebsd.org/gnome/docs/faq2.html#q4. Removing those ports, and reinstalling Gnome2 should do the trick. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wEVuo8KM2ULHQ/0RAj2ZAKCQLNVWfz3jIagB7vIg51ClnroxRwCgkHwD GOnHYxtBK+8EirtcQRLvt1M= =toBb -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:46:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FFE37B40C; Wed, 30 Oct 2002 12:46:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F6A43E77; Wed, 30 Oct 2002 12:46:39 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UKkdx3028460; Wed, 30 Oct 2002 12:46:39 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UKkTYJ028452; Wed, 30 Oct 2002 12:46:29 -0800 (PST) Date: Wed, 30 Oct 2002 12:46:29 -0800 (PST) From: Patrick Li Message-Id: <200210302046.g9UKkTYJ028452@freefall.freebsd.org> To: simond@irrelevant.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44755: Maintainer port update: mail/squirrelmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer port update: mail/squirrelmail State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed Oct 30 12:46:18 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:48:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5F437B40E; Wed, 30 Oct 2002 12:48:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F32843E3B; Wed, 30 Oct 2002 12:48:50 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9UKmox3028576; Wed, 30 Oct 2002 12:48:50 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UKmnev028568; Wed, 30 Oct 2002 12:48:49 -0800 (PST) Date: Wed, 30 Oct 2002 12:48:49 -0800 (PST) From: Patrick Li Message-Id: <200210302048.g9UKmnev028568@freefall.freebsd.org> To: simon@comsys.ntu-kpi.kiev.ua, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44743: Maintainer update port sysutils/ipa 1.2.8 -> 1.2.9 Sender: owner-freebsd-ports@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 sysutils/ipa 1.2.8 -> 1.2.9 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Wed Oct 30 12:48:35 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44743 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 12:52:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 727D237B401 for ; Wed, 30 Oct 2002 12:52:29 -0800 (PST) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id B409243E4A for ; Wed, 30 Oct 2002 12:52:28 -0800 (PST) (envelope-from s.wingate@cox.net) Received: from smtp.west.cox.net ([172.18.180.52]) by fed1mtao04.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20021030205229.HPIK14315.fed1mtao04.cox.net@smtp.west.cox.net>; Wed, 30 Oct 2002 15:52:29 -0500 From: Steve Wingate To: Joe Marcus Clarke Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Re: Gnome2 panel destruction Date: Wed, 30 Oct 2002 15:52:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20021030205229.HPIK14315.fed1mtao04.cox.net@smtp.west.cox.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > The GNOME 1.4 panel comes from the gnomecore package. Basically, if you > make sure this port/package is not installed, then reinstall > x11/gnomepanel, you shouldn't have a problem. There should be no way > the GNOME 1.4 panel comes up. > I'm at work now but I'm 99 44/100% sure I tried that (famous last words). Is it possible (can't program a lick)that gnome-1.4 cruft is still in memory after killing X, and a reboot might solve it? Work like you don't need the money Dance like nobody's watching Love like you've never been hurt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13: 9:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C27837B401 for ; Wed, 30 Oct 2002 13:09:34 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40DF243E3B for ; Wed, 30 Oct 2002 13:09:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9UL8F01036780; Wed, 30 Oct 2002 16:08:16 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Re: Gnome2 panel destruction From: Joe Marcus Clarke To: Steve Wingate Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <20021030205229.HPIK14315.fed1mtao04.cox.net@smtp.west.cox.net> References: <20021030205229.HPIK14315.fed1mtao04.cox.net@smtp.west.cox.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 16:09:27 -0500 Message-Id: <1036012167.353.42.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-7.9 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,SUPERLONG_LINE version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 15:52, Steve Wingate wrote: > > The GNOME 1.4 panel comes from the gnomecore package. Basically, if you > > make sure this port/package is not installed, then reinstall > > x11/gnomepanel, you shouldn't have a problem. There should be no way > > the GNOME 1.4 panel comes up. > > > I'm at work now but I'm 99 44/100% sure I tried that (famous last words). Is it possible (can't program a lick)that gnome-1.4 cruft is still in memory after killing X, and a reboot might solve it? No, that doesn't make any sense. Everytime you start GNOME, it calls the gnome-panel executable. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0AA37B401 for ; Wed, 30 Oct 2002 13:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECD943E6E for ; Wed, 30 Oct 2002 13:10: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 g9ULA1x3040566 for ; Wed, 30 Oct 2002 13:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9ULA1SV040565; Wed, 30 Oct 2002 13:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C14F37B401 for ; Wed, 30 Oct 2002 13:09:06 -0800 (PST) Received: from kartoffel.salatschuessel.net (pD9E2131F.dip.t-dialin.net [217.226.19.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC5343E9C for ; Wed, 30 Oct 2002 13:08:53 -0800 (PST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.6/8.12.5) with ESMTP id g9UL8N4x037612; Wed, 30 Oct 2002 22:08:24 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.6/8.12.6/Submit) id g9UL8M8m037611; Wed, 30 Oct 2002 22:08:22 +0100 (CET) Message-Id: <200210302108.g9UL8M8m037611@kartoffel.salatschuessel.net> Date: Wed, 30 Oct 2002 22:08:22 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/44764: update-port: graphics/xawtv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44764 >Category: ports >Synopsis: update-port: graphics/xawtv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 13:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: xawtv update 3.75 -> 3.78 >How-To-Repeat: >Fix: --- xawtv.patch begins here --- diff -ruN xawtv.old/Makefile /usr/ports/graphics/xawtv/Makefile --- xawtv.old/Makefile Wed Oct 30 20:22:29 2002 +++ /usr/ports/graphics/xawtv/Makefile Wed Oct 30 20:22:36 2002 @@ -6,7 +6,7 @@ # PORTNAME= xawtv -PORTVERSION= 3.76 +PORTVERSION= 3.78 CATEGORIES= graphics MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff -ruN xawtv.old/distinfo /usr/ports/graphics/xawtv/distinfo --- xawtv.old/distinfo Wed Oct 30 20:22:29 2002 +++ /usr/ports/graphics/xawtv/distinfo Wed Oct 30 21:01:36 2002 @@ -1 +1 @@ -MD5 (xawtv_3.76.tar.gz) = b566d24b1212fd73e2d7a40a64400261 +MD5 (xawtv_3.78.tar.gz) = 12dc344028611e56e69cc7b4c4b2207e diff -ruN xawtv.old/files/patch-Makefile.in /usr/ports/graphics/xawtv/files/patch-Makefile.in --- xawtv.old/files/patch-Makefile.in Wed Oct 30 20:22:29 2002 +++ /usr/ports/graphics/xawtv/files/patch-Makefile.in Wed Oct 30 21:02:56 2002 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Jun 19 11:13:15 2002 -+++ Makefile.in Mon Jun 24 02:07:45 2002 -@@ -58,17 +58,7 @@ +--- Makefile.in.orig Mon Sep 9 16:05:39 2002 ++++ Makefile.in Wed Oct 30 20:54:40 2002 +@@ -62,15 +62,7 @@ FOUND_ZVBI := @FOUND_ZVBI@ # build final cflags @@ -12,10 +12,9 @@ -CFLAGS += -DCONFIGFILE='"$(config)"' -CFLAGS += -DLIBDIR='"$(libdir)"' -CFLAGS += -DVERSION='"$(VERSION)"' -- --# shared objects need -fPIC --%.so : CFLAGS += -fPIC -+CFLAGS += @CFLAGS@ $(WARN_FLAGS) $(LFS_FLAGS) $(X11_FLAGS) $(LIB_FLAGS) -DCONFIGFILE='"$(config)"' -DLIBDIR='"$(libdir)"' -DVERSION='"$(VERSION)"' -fPIC - +-CXXFLAGS = $(CFLAGS) ++CFLAGS += @CFLAGS@ $(WARN_FLAGS) $(LFS_FLAGS) $(X11_FLAGS) $(LIB_FLAGS) -DCONFIGFILE='"$(config)"' -DLIBDIR='"$(libdir)"' -DVERSION='"$(VERSION)"' -fPIC ++CXXFLAGS += $(CFLAGS) - ######################################################### + # shared objects need -fPIC +-%.so : CFLAGS += -fPIC diff -ruN xawtv.old/files/patch-common::Subdir.mk /usr/ports/graphics/xawtv/files/patch-common::Subdir.mk --- xawtv.old/files/patch-common::Subdir.mk Wed Oct 30 20:22:29 2002 +++ /usr/ports/graphics/xawtv/files/patch-common::Subdir.mk Wed Oct 30 21:11:56 2002 @@ -1,11 +1,16 @@ ---- common/Subdir.mk.orig Sat Jul 27 10:24:27 2002 -+++ common/Subdir.mk Sat Jul 27 10:22:47 2002 -@@ -16,7 +16,7 @@ +--- common/Subdir.mk.orig Wed Oct 30 21:06:25 2002 ++++ common/Subdir.mk Wed Oct 30 21:06:41 2002 +@@ -16,10 +16,10 @@ common/midictrl.o # RegEdit.c is good old K&R ... -common/RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes +-common/channel-no-x11.o: CFLAGS += -DNO_X11=1 +#common/RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes ++#common/channel-no-x11.o: CFLAGS += -DNO_X11=1 common/channel-no-x11.o:: common/channel.c - $(CC) $(CFLAGS) -DNO_X11=1 -Wp,-MD,$*.dep -c -o $@ $< + @$(echo_compile_c) +- @$(compile_c) ++ @$(compile_c) -DNO_X11=1 + @$(fixup_deps) diff -ruN xawtv.old/files/patch-configure /usr/ports/graphics/xawtv/files/patch-configure --- xawtv.old/files/patch-configure Wed Oct 30 20:22:29 2002 +++ /usr/ports/graphics/xawtv/files/patch-configure Wed Oct 30 20:59:26 2002 @@ -1,21 +1,22 @@ ---- configure.orig Wed Jul 24 19:13:38 2002 -+++ configure Sat Jul 27 10:05:07 2002 -@@ -4460,18 +4460,12 @@ - echo "$as_me:4460: checking for X11 config directory" >&5 +--- configure.orig Wed Oct 30 12:26:42 2002 ++++ configure Wed Oct 30 20:59:10 2002 +@@ -5749,9 +5749,6 @@ + echo "$as_me:$LINENO: checking for X11 config directory" >&5 echo $ECHO_N "checking for X11 config directory... $ECHO_C" >&6 x11conf=/usr/X11R6/lib/X11 -if test -d /etc/X11; then - x11conf=/etc/X11 -fi - echo "$as_me:4466: result: $x11conf" >&5 + echo "$as_me:$LINENO: result: $x11conf" >&5 echo "${ECHO_T}$x11conf" >&6 - echo "$as_me:4469: checking for X11 app-defaults directory" >&5 +@@ -5759,9 +5756,6 @@ + echo "$as_me:$LINENO: checking for X11 app-defaults directory" >&5 echo $ECHO_N "checking for X11 app-defaults directory... $ECHO_C" >&6 resdir=/usr/X11R6/lib/X11 -if test -d /etc/X11/app-defaults; then - resdir=/etc/X11 -fi - echo "$as_me:4475: result: $resdir/app-defaults" >&5 + echo "$as_me:$LINENO: result: $resdir/app-defaults" >&5 echo "${ECHO_T}$resdir/app-defaults" >&6 diff -ruN xawtv.old/files/patch-x11::Subdir.mk /usr/ports/graphics/xawtv/files/patch-x11::Subdir.mk --- xawtv.old/files/patch-x11::Subdir.mk Thu Jan 1 01:00:00 1970 +++ /usr/ports/graphics/xawtv/files/patch-x11::Subdir.mk Wed Oct 30 21:15:40 2002 @@ -0,0 +1,28 @@ +--- x11/Subdir.mk.orig Wed Oct 30 21:15:02 2002 ++++ x11/Subdir.mk Wed Oct 30 21:15:26 2002 +@@ -110,8 +110,8 @@ + x11/pia : LDFLAGS := $(DLFLAGS) + + # compile flags +-x11/complete-xaw.o : CFLAGS += -DATHENA=1 +-x11/complete-motif.o : CFLAGS += -DMOTIF=1 ++#x11/complete-xaw.o : CFLAGS += -DATHENA=1 ++#x11/complete-motif.o : CFLAGS += -DMOTIF=1 + + + # i18n +@@ -122,12 +122,12 @@ + # local targets + x11/complete-xaw.o:: x11/complete.c + @$(echo_compile_c) +- @$(compile_c) ++ @$(compile_c) -DATHENA=1 + @$(fixup_deps) + + x11/complete-motif.o:: x11/complete.c + @$(echo_compile_c) +- @$(compile_c) ++ @$(compile_c) -DMOTIF=1 + @$(fixup_deps) + + diff -ruN xawtv.old/pkg-plist /usr/ports/graphics/xawtv/pkg-plist --- xawtv.old/pkg-plist Wed Oct 30 20:22:29 2002 +++ /usr/ports/graphics/xawtv/pkg-plist Wed Oct 30 22:02:40 2002 @@ -5,6 +5,7 @@ bin/propwatch bin/record bin/rootv +bin/showqt bin/showriff bin/streamer bin/subtitles --- xawtv.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:10:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E463437B401 for ; Wed, 30 Oct 2002 13:10:26 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 46D9C43E6E for ; Wed, 30 Oct 2002 13:10:24 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 32424 invoked by uid 1001); 30 Oct 2002 21:10:16 -0000 Date: Wed, 30 Oct 2002 16:10:16 -0500 From: Brian Reichert To: Adam Weinberger Cc: Larry Rosenman , Brian Reichert , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030161016.K618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030204056.GG197@vectors.cx>; from adamw@FreeBSD.ORG on Wed, Oct 30, 2002 at 12:40:56PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 12:40:56PM -0800, Adam Weinberger wrote: > >> (10.30.2002 @ 1211 PST): Larry Rosenman said, in 1.5K: << > > portupgrade -fr portname > > > > (/usr/ports/sysutils/portupgrade). > > > > (or is it portupgrade -fR? ) read the man page. > >> end of "Re: How flexible _is_ the use of ports?" from Larry Rosenman << > > He wants portupgrade -fr portname. -r does all the dependencies *down* > the list; -R does all the dependencies *up* the list. (R:uppercase :: > -R:up the list). Wow, that was a really sappy analogy ::) Cool! Thanks for the responses: I was messing with portcheckout, which didn't quite swing it. Is there a canonical list of tools for port management? It seems to be: install one, read it's manpage for 'see also', install _those_, recurse until bored. (This looks really cool, actually...) > -Adam -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:12:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A70137B401; Wed, 30 Oct 2002 13:12:31 -0800 (PST) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D7543E4A; Wed, 30 Oct 2002 13:12:30 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.6/8.12.6) with ESMTP id g9ULCOFS003450; Wed, 30 Oct 2002 15:12:24 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021030161016.K618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030161016.K618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 15:12:24 -0600 Message-Id: <1036012344.460.34.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 15:10, Brian Reichert wrote: > > Is there a canonical list of tools for port management? It seems > to be: install one, read it's manpage for 'see also', install > _those_, recurse until bored. the swiss army knife is portupgrade these days. It does all I need (Install/upgrade). > > (This looks really cool, actually...) It is :-). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:20:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA64D37B401 for ; Wed, 30 Oct 2002 13:20:55 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710B543E42 for ; Wed, 30 Oct 2002 13:20:55 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (2127b2c5f457eee012de2627c3dc3873@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9ULMdit096200; Wed, 30 Oct 2002 13:22:39 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9ULMdrl096199; Wed, 30 Oct 2002 13:22:39 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 13:22:39 -0800 From: Adam Weinberger To: Steve Wingate Cc: ports@freebsd.org Subject: Re: Gnome2 panel destruction Message-ID: <20021030212239.GK197@vectors.cx> Mail-Followup-To: Adam Weinberger , Steve Wingate , ports@freebsd.org References: <20021030210028.HSSG14315.fed1mtao04.cox.net@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021030210028.HSSG14315.fed1mtao04.cox.net@smtp.west.cox.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1300 PST): Steve Wingate said, in 0.7K: << > > Them's some long lines, mister... consider an Enter key now and again ::) > > > It's webmail, which is allegedly set to wrap at 80 characters. Don't know what to tell you, except that it didn't. I never quite liked webmail. I prefer squirrelmail. > > K, first of all: x11/gnomepanel is a Gnome2 component. x11/gnomecore provides > > the panel for Gnome 1.4. I'm not quite sure what gnomepanel-1.4 is, > > though. I can't say as how I can find it in any pkg-plist. > > > > Please see the list of apps you need to remove to get Gnome 1.4 out, and > > Gnome2 in, at http://www.freebsd.org/gnome/docs/faq2.html#q4. > > > > Removing those ports, and reinstalling Gnome2 should do the trick. > > That's pretty much what I said I did. That may be, but that isn't what happened. If gnome 1.4 panel is still around, then you still have some old Gnome 1.4 packages. Double-check that you have removed all the listed Gnome 1.4 packages, and then reinstall all the Gnome2 ports. Either you have a lingering Gnome 1.4 package, or you removed a package without removing the files in it. You can check to see what port installed the files in question. Your output should be this: root@smacky:~# pkg_which /usr/X11R6/bin/gnome-session gnomecore-1.4.2 gnomesession-2.0.8 root@smacky:~# pkg_which /usr/X11R6/bin/gnome-panel gnomepanel-2.0.10 pkg_which is part of the sysutils/portupgrade port. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wE2fo8KM2ULHQ/0RAtuXAJ9JX+I6rBj2IP7pGLjd+3KoI1RFvgCghJ1n tq6/jW1jBZwSvJwmZX9P3AU= =PyBR -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F53C37B401 for ; Wed, 30 Oct 2002 13:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCD743E77 for ; Wed, 30 Oct 2002 13: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 g9ULU2x3047712 for ; Wed, 30 Oct 2002 13: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 g9ULU2WR047711; Wed, 30 Oct 2002 13:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF3637B401 for ; Wed, 30 Oct 2002 13:25:29 -0800 (PST) Received: from kartoffel.salatschuessel.net (pD9E2131F.dip.t-dialin.net [217.226.19.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D921B43E97 for ; Wed, 30 Oct 2002 13:25:27 -0800 (PST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.6/8.12.5) with ESMTP id g9ULOx4x047962; Wed, 30 Oct 2002 22:24:59 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.6/8.12.6/Submit) id g9ULOx4C047961; Wed, 30 Oct 2002 22:24:59 +0100 (CET) Message-Id: <200210302124.g9ULOx4C047961@kartoffel.salatschuessel.net> Date: Wed, 30 Oct 2002 22:24:59 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/44765: update-port: devel/varconf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44765 >Category: ports >Synopsis: update-port: devel/varconf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 13:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: varconf update 0.5.2 -> 0.5.4 >How-To-Repeat: >Fix: --- varconf.patch begins here --- diff -ruN varconf.old/Makefile /usr/ports/devel/varconf/Makefile --- varconf.old/Makefile Wed Oct 30 22:12:53 2002 +++ /usr/ports/devel/varconf/Makefile Wed Oct 30 22:13:15 2002 @@ -6,7 +6,7 @@ # PORTNAME= varconf -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.4 CATEGORIES= devel MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \ http://purple.worldforge.org/wf/downloads/libs/varconf/ \ diff -ruN varconf.old/distinfo /usr/ports/devel/varconf/distinfo --- varconf.old/distinfo Wed Oct 30 22:12:53 2002 +++ /usr/ports/devel/varconf/distinfo Wed Oct 30 22:23:02 2002 @@ -1 +1 @@ -MD5 (varconf-0.5.2.tar.gz) = b913070e103f866fc5ca394b97b86a9e +MD5 (varconf-0.5.4.tar.gz) = 0a23cf727b8d8e55a60129fa9605c23b diff -ruN varconf.old/pkg-plist /usr/ports/devel/varconf/pkg-plist --- varconf.old/pkg-plist Wed Oct 30 22:12:53 2002 +++ /usr/ports/devel/varconf/pkg-plist Wed Oct 30 22:22:12 2002 @@ -10,6 +10,12 @@ lib/libvarconf.a lib/libvarconf.la lib/libvarconf.so -lib/libvarconf.so.5 +lib/libvarconf.so.1 share/aclocal/varconf.m4 +share/doc/varconf-0.5.4/AUTHORS +share/doc/varconf-0.5.4/COPYING +share/doc/varconf-0.5.4/NEWS +share/doc/varconf-0.5.4/README +share/doc/varconf-0.5.4/THANKS @dirrm include/varconf +@dirrm share/doc/varconf-0.5.4 --- varconf.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:31:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0B437B401; Wed, 30 Oct 2002 13:31:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06D943E6E; Wed, 30 Oct 2002 13:31:54 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ULVsx3051063; Wed, 30 Oct 2002 13:31:54 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9ULVsUi051058; Wed, 30 Oct 2002 13:31:54 -0800 (PST) Date: Wed, 30 Oct 2002 13:31:54 -0800 (PST) From: Adam Weinberger Message-Id: <200210302131.g9ULVsUi051058@freefall.freebsd.org> To: mchopra@engmail.uwaterloo.ca, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43754: New port: www/aget Sender: owner-freebsd-ports@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: www/aget State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Wed Oct 30 13:31:33 PST 2002 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=43754 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:38:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CBAB37B404 for ; Wed, 30 Oct 2002 13:38:49 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id D3A2B43E9C for ; Wed, 30 Oct 2002 13:38:47 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 37329 invoked by uid 1001); 30 Oct 2002 21:38:47 -0000 Date: Wed, 30 Oct 2002 16:38:47 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030163847.L618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030161016.K618@numachi.com> <1036012344.460.34.camel@lerlaptop.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036012344.460.34.camel@lerlaptop.iadfw.net>; from ler@lerctr.org on Wed, Oct 30, 2002 at 03:12:24PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 03:12:24PM -0600, Larry Rosenman wrote: > the swiss army knife is portupgrade these days. It does all I need > (Install/upgrade). Woo-hoo! It uses Ruby. I've been needing an excuse to explore that langauge... > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler@lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F1037B401 for ; Wed, 30 Oct 2002 13:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC38143E75 for ; Wed, 30 Oct 2002 13: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 g9ULe1x3051325 for ; Wed, 30 Oct 2002 13:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9ULe1S2051324; Wed, 30 Oct 2002 13:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50FEF37B404 for ; Wed, 30 Oct 2002 13:30:15 -0800 (PST) Received: from kartoffel.salatschuessel.net (pD9E2131F.dip.t-dialin.net [217.226.19.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E0B43EA3 for ; Wed, 30 Oct 2002 13:30:12 -0800 (PST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.6/8.12.5) with ESMTP id g9ULTi4x051193; Wed, 30 Oct 2002 22:29:44 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.6/8.12.6/Submit) id g9ULTiIB051192; Wed, 30 Oct 2002 22:29:44 +0100 (CET) Message-Id: <200210302129.g9ULTiIB051192@kartoffel.salatschuessel.net> Date: Wed, 30 Oct 2002 22:29:44 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/44766: update-port: devel/libuta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44766 >Category: ports >Synopsis: update-port: devel/libuta >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 13:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: libuta 0.4.1 -> 0.4.4 >How-To-Repeat: >Fix: --- libuta.patch begins here --- diff -ruN libuta.old/Makefile /usr/ports/devel/libuta/Makefile --- libuta.old/Makefile Wed Oct 30 22:10:14 2002 +++ /usr/ports/devel/libuta/Makefile Wed Oct 30 22:10:20 2002 @@ -6,7 +6,7 @@ # PORTNAME= libuta -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN libuta.old/distinfo /usr/ports/devel/libuta/distinfo --- libuta.old/distinfo Wed Oct 30 22:10:14 2002 +++ /usr/ports/devel/libuta/distinfo Wed Oct 30 22:28:28 2002 @@ -1 +1 @@ -MD5 (libuta-0.4.1.tar.gz) = 102eebdf70941cd11ed36af9ba8726d6 +MD5 (libuta-0.4.4.tar.gz) = 1326c9f4a9de768289b9cb5f18a54cdc diff -ruN libuta.old/pkg-plist /usr/ports/devel/libuta/pkg-plist --- libuta.old/pkg-plist Wed Oct 30 22:10:14 2002 +++ /usr/ports/devel/libuta/pkg-plist Wed Oct 30 22:26:39 2002 @@ -1,8 +1,6 @@ bin/uta-config -lib/libuta.la lib/libuta.so -lib/libuta-0.4.so -lib/libuta-0.4.so.0 +lib/libuta-0.4.so.2 lib/libuta.a include/uta/debug.h include/uta/color.h --- libuta.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 13:54: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BEB37B404 for ; Wed, 30 Oct 2002 13:54:08 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5782543E4A for ; Wed, 30 Oct 2002 13:54:07 -0800 (PST) (envelope-from root@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9ULs4sI078566 for ; Wed, 30 Oct 2002 16:54:04 -0500 (EST) (envelope-from root@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9ULs4rR078565 for ports@freebsd.org; Wed, 30 Oct 2002 16:54:04 -0500 (EST) (envelope-from root) Date: Wed, 30 Oct 2002 16:54:04 -0500 From: "AlanE [admin]" To: FreeBSD Ports List Subject: scribus 0.8 is now in the tree ... Message-ID: <20021030215403.GA78557@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It's been long enough. Just wait for the mirrors to catch up. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 15:10: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B54FA37B401 for ; Wed, 30 Oct 2002 15:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3F543E88 for ; Wed, 30 Oct 2002 15:10: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 g9UNA1x3093021 for ; Wed, 30 Oct 2002 15:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9UNA1NA093020; Wed, 30 Oct 2002 15:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD7637B401 for ; Wed, 30 Oct 2002 15:00:48 -0800 (PST) Received: from everlund.homeip.net (h96n1c1o1023.bredband.skanova.com [213.64.164.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5023E43E75 for ; Wed, 30 Oct 2002 15:00:47 -0800 (PST) (envelope-from su_paul@everlund.homeip.net) Received: from everlund.homeip.net (localhost [127.0.0.1]) by everlund.homeip.net (8.12.6/8.12.6) with ESMTP id g9UN0jTI031487 for ; Thu, 31 Oct 2002 00:00:45 +0100 (CET) (envelope-from su_paul@everlund.homeip.net) Received: (from root@localhost) by everlund.homeip.net (8.12.6/8.12.6/Submit) id g9UN0jFb031486; Thu, 31 Oct 2002 00:00:45 +0100 (CET) (envelope-from su_paul) Message-Id: <200210302300.g9UN0jFb031486@everlund.homeip.net> Date: Thu, 31 Oct 2002 00:00:45 +0100 (CET) From: Paul Everlund Reply-To: Paul Everlund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44768: [Port Fix]: games/xblackjack-2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44768 >Category: ports >Synopsis: [Port Fix]: games/xblackjack-2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 15:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Paul Everlund >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.everlund.homeip.net 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Sun Oct 13 07:35:27 CEST 2002 su_paul@freebsd.everlund.homeip.net:/usr/obj/usr/src/sys/I686_CPU_KERNEL i386 >Description: Fix of games/xblackjack-2.2 >How-To-Repeat: >Fix: --- xblackjack.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xblackjack # xblackjack/files # xblackjack/files/patch-.::Draw.c # xblackjack/files/patch-.::Table.c # xblackjack/files/patch-.::Strategy.c # xblackjack/files/patch-.::Imakefile # xblackjack/Makefile # xblackjack/distinfo # xblackjack/pkg-comment # xblackjack/pkg-descr # xblackjack/pkg-plist # echo c - xblackjack mkdir -p xblackjack > /dev/null 2>&1 echo c - xblackjack/files mkdir -p xblackjack/files > /dev/null 2>&1 echo x - xblackjack/files/patch-.::Draw.c sed 's/^X//' >xblackjack/files/patch-.::Draw.c << 'END-of-xblackjack/files/patch-.::Draw.c' X--- Draw.c.orig Wed Oct 30 22:16:05 2002 X+++ Draw.c Wed Oct 30 22:34:05 2002 X@@ -84,7 +84,7 @@ X #include X #else X #include X-#include X+#include X #endif X #include "Assert.h" X #include "Bitmaps.h" END-of-xblackjack/files/patch-.::Draw.c echo x - xblackjack/files/patch-.::Table.c sed 's/^X//' >xblackjack/files/patch-.::Table.c << 'END-of-xblackjack/files/patch-.::Table.c' X--- Table.c.orig Wed Oct 30 22:35:52 2002 X+++ Table.c Wed Oct 30 23:11:30 2002 X@@ -229,7 +229,7 @@ X /* always_install_accelerators */ False, X #if XmVersion > 1000 X /* geo_matrix_create */ NULL, X- /* focus_moved_proc */ XtInheritFocusMovedProc, X+ /* focus_moved_proc */ /*XtInheritFocusMovedProc,*/ X #endif X /* extension */ NULL, X }, X@@ -967,7 +967,7 @@ X X /* XtMoveWidget(w, rx, ry);*/ X #if 1 X- _XmMoveObject((RectObj) w, rx, ry); X+ _XmMoveObject( w, rx, ry); X #else X _XmMoveObject( w, rx, ry); X #endif X@@ -1020,7 +1020,7 @@ X w, nw, nh, X w->core.border_width); X #endif X- _XmResizeObject((RectObj) managed->locs[i].w, nw, nh, X+ _XmResizeObject( managed->locs[i].w, nw, nh, X managed->locs[i].w->core.border_width); X } X END-of-xblackjack/files/patch-.::Table.c echo x - xblackjack/files/patch-.::Strategy.c sed 's/^X//' >xblackjack/files/patch-.::Strategy.c << 'END-of-xblackjack/files/patch-.::Strategy.c' X--- Strategy.c.orig Wed Oct 30 22:23:48 2002 X+++ Strategy.c Wed Oct 30 22:24:07 2002 X@@ -95,8 +95,8 @@ X #include X #include X #else X-#include X-#include X+#include X+#include X #include "Table.h" X #endif X #include "Assert.h" END-of-xblackjack/files/patch-.::Strategy.c echo x - xblackjack/files/patch-.::Imakefile sed 's/^X//' >xblackjack/files/patch-.::Imakefile << 'END-of-xblackjack/files/patch-.::Imakefile' X--- Imakefile.orig Wed Oct 30 22:39:10 2002 X+++ Imakefile Wed Oct 30 22:39:40 2002 X@@ -54,7 +54,7 @@ X /* X * You may need to remove -lbsd. X */ X- EXTRA_LIBRARIES = -lXm $(DEPLIBS) -lbsd X+ EXTRA_LIBRARIES = ${MOTIFLIB} -lXt -lXmu -lXext -lX11 X #endif X X /* END-of-xblackjack/files/patch-.::Imakefile echo x - xblackjack/Makefile sed 's/^X//' >xblackjack/Makefile << 'END-of-xblackjack/Makefile' X# New ports collection makefile for: xblackjack X# Date created: 8/16/1996 X# Whom: erich@FreeBSD.org X# X# $FreeBSD: ports/games/xblackjack/Makefile,v 1.12 2000/11/07 23:28:08 asami Exp $ X# X XPORTNAME= xblackjack XPORTVERSION= 2.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games XEXTRACT_SUFX= .tar.Z X XMAINTAINER= ports@FreeBSD.org X XUSE_MOTIF= yes XUSE_IMAKE= yes XMAN1= xblackjack.1 X X.include END-of-xblackjack/Makefile echo x - xblackjack/distinfo sed 's/^X//' >xblackjack/distinfo << 'END-of-xblackjack/distinfo' XMD5 (xblackjack-2.2.tar.Z) = 1486664e6e22a9c6d9c0f0c95226e874 END-of-xblackjack/distinfo echo x - xblackjack/pkg-comment sed 's/^X//' >xblackjack/pkg-comment << 'END-of-xblackjack/pkg-comment' XAn X11/Motif blackjack game END-of-xblackjack/pkg-comment echo x - xblackjack/pkg-descr sed 's/^X//' >xblackjack/pkg-descr << 'END-of-xblackjack/pkg-descr' XFrom The README: X X Xblackjack is a MOTIF/OLIT based tool constructed to get you ready for the X casino. It was inspired by a book called "Beat the Dealer" by Edward O. X Thorp, Ph.D. of UCLA. A number of important statistics are maintained for X display, and used by the program to implement Thorp's "Complete Point System" X (high-low system). X X Beginners can learn a basic strategy which doesn't require counting. The X best strategy employs a simple card counting technique which can be used to X distinguish favorable situations. Avid players can learn to compute Thorp's X high-low index, which takes the number of unseen cards into account. X X The index is used by the program to suggest a bet, indicate when you should X buy insurance, and whether you should stand or hit, etc. You can test the X strategy using a slider to control "autoplay mode". Pressing the message X button below the playing area provides hints; the current count, index X and strategy table are revealed. X Xeric. Xerich@FreeBSD.org END-of-xblackjack/pkg-descr echo x - xblackjack/pkg-plist sed 's/^X//' >xblackjack/pkg-plist << 'END-of-xblackjack/pkg-plist' Xbin/xblackjack Xlib/X11/app-defaults/XBlackjack Xlib/X11/doc/html/xblackjack.1.html END-of-xblackjack/pkg-plist exit --- xblackjack.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 15:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787A137B401 for ; Wed, 30 Oct 2002 15:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DF243E75 for ; Wed, 30 Oct 2002 15: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 g9UNe4x3003523 for ; Wed, 30 Oct 2002 15: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 g9UNe4ag003522; Wed, 30 Oct 2002 15:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213E737B401 for ; Wed, 30 Oct 2002 15:33:44 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1368343E4A for ; Wed, 30 Oct 2002 15:33:43 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 13430 invoked from network); 30 Oct 2002 23:33:42 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 30 Oct 2002 23:33:42 -0000 Message-Id: <3DC06BFA.C1E8949D@liwing.de> Date: Thu, 31 Oct 2002 00:32:10 +0100 From: Jens Rehsack Reply-To: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jens Rehsack Subject: ports/44769: Configure error in security/p5-Authen-PAM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44769 >Category: ports >Synopsis: Configure error in security/p5-Authen-PAM >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 15:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.0-CURRENT i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD hogthrob.muppets.liwing.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 09:32:33 CEST 2002 root@hogthrob.muppets.liwing.de:/usr/obj/usr/src/sys/HOGTHROB i386 not machine specific >Description: the port security/p5-Authen-PAM has a little incorrect definition check regex which fails with -DNO_WERROR which is recommented in FBSD current >How-To-Repeat: Try to build a security/p5-Authen-PAM on a machine which runs FBSD 5.0-current >Fix: --- patch-aa begins here --- --- Makefile.PL.orig Wed Oct 30 22:28:45 2002 +++ Makefile.PL Wed Oct 30 22:29:09 2002 @@ -17,7 +17,7 @@ foreach (@ARGV) { print "Adding a definition '$_' from the command line\n"; - ${$options}{'DEFINE'} .= " $_ " if /-D.+/; + ${$options}{'DEFINE'} .= " $_ " if /\A\s*-D.+/; } return $options; --- patch-aa ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 16:31:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AC2337B401; Wed, 30 Oct 2002 16:31:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B41C43E42; Wed, 30 Oct 2002 16:31:16 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V0VFx3028212; Wed, 30 Oct 2002 16:31:15 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V0VFe0028188; Wed, 30 Oct 2002 16:31:15 -0800 (PST) Date: Wed, 30 Oct 2002 16:31:15 -0800 (PST) From: Adam Weinberger Message-Id: <200210310031.g9V0VFe0028188@freefall.freebsd.org> To: Jan.Stocker@t-online.de, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44760: Tuxpuck update to 0.8.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Tuxpuck update to 0.8.1 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Wed Oct 30 16:30:48 PST 2002 State-Changed-Why: Committed, with minor revisions. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44760 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 16:58:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C134F37B401 for ; Wed, 30 Oct 2002 16:58:41 -0800 (PST) Received: from clmboh1-smtp5.columbus.rr.com (clmboh1-smtp5.columbus.rr.com [65.24.0.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1382143E7B for ; Wed, 30 Oct 2002 16:58:40 -0800 (PST) (envelope-from william@neo.rr.com) Received: from wc.evilnet.org (m1-1e033.neo.rr.com [24.93.176.33]) by clmboh1-smtp5.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g9V0wdb01065 for ; Wed, 30 Oct 2002 19:58:39 -0500 (EST) Subject: update to bonobo-activation 1.0.4 problems From: "William N. Culler Jr." To: ports@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 19:58:39 -0500 Message-Id: <1036025920.23240.8.camel@wc.evilnet.org> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am running 4.7 RELEASE and today I just so happened to run a portupgrade that upgraded bonobo-activation to 1.0.4 this went fine, but when I restarted Gnome it locked up while loading the desktop which never succeeded to load. I reinstalled bonobo-activation 1.0.3 and it loaded fine. I decided to go ahead and do a fresh install of the Gnome2 port to see if that fixed the problem, but everything that depends on the new bonobo-activation fails to compile and errors out after bonobo-activation 1.0.4 is compiled and installed. Just wanted to bring it to people's attention. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 17:48:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B59237B401 for ; Wed, 30 Oct 2002 17:48:41 -0800 (PST) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B0D43E9E for ; Wed, 30 Oct 2002 17:48:39 -0800 (PST) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-67-119-36-135.dsl.lsan03.pacbell.net [67.119.36.135]) by pimout3-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9V1mcCv088210 for ; Wed, 30 Oct 2002 20:48:38 -0500 Message-ID: <3DC08ADD.6070500@hotmail.com> Date: Wed, 30 Oct 2002 17:43:57 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: gnome breakage after bonobo-activation update? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On both -STABLE and -CURRENT I have trouble starting gnome-session following today's update of bonobo-activation. X will start and the screen will hang with the typical black-and-white stippled pattern. No error messages anywhere. A few gnome background processes are running in the background with no screen output. I find that if I delete my .xinirc and then start X by typing 'X' I can then start nautilus *followed by* gnome-session from a pseudo-terminal. If I try to start gnome-session before nautilus it just hangs. I notice that starting nautilus will start bonobo- activation running in the background, so it's not that bonobo-activation is completely broken. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 17:50:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C1C37B401 for ; Wed, 30 Oct 2002 17:50:47 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C26843E8A for ; Wed, 30 Oct 2002 17:50:46 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 8145 invoked by uid 1001); 31 Oct 2002 01:50:44 -0000 Date: Wed, 30 Oct 2002 20:50:44 -0500 From: Brian Reichert To: Adam Weinberger , Larry Rosenman , Brian Reichert , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030205044.M618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030204056.GG197@vectors.cx>; from adamw@FreeBSD.ORG on Wed, Oct 30, 2002 at 12:40:56PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 12:40:56PM -0800, Adam Weinberger wrote: > He wants portupgrade -fr portname. -r does all the dependencies *down* > the list; -R does all the dependencies *up* the list. (R:uppercase :: > -R:up the list). Wow, that was a really sappy analogy ::) Ok, I gave this a shot, and it didn't do what I expected; perhaps my assumptions were wrong. For the curious: a typescript of my effort: http://www.numachi.com/~reichert/misc/typescript.portupgrade.1036028569 From this, I only see Building '/usr/ports/www/mozilla'; it never seems to actually go though the dependancy list for other builds. Have I misinvoked it? > > -Adam > > -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 17:52:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 032B237B401; Wed, 30 Oct 2002 17:52:32 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419CD43E88; Wed, 30 Oct 2002 17:52:31 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9V1qUWj000574; Wed, 30 Oct 2002 19:52:30 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021030205044.M618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 19:52:30 -0600 Message-Id: <1036029150.442.5.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 19:50, Brian Reichert wrote: > On Wed, Oct 30, 2002 at 12:40:56PM -0800, Adam Weinberger wrote: > > He wants portupgrade -fr portname. -r does all the dependencies *down* > > the list; -R does all the dependencies *up* the list. (R:uppercase :: > > -R:up the list). Wow, that was a really sappy analogy ::) > > Ok, I gave this a shot, and it didn't do what I expected; perhaps my > assumptions were wrong. > > For the curious: a typescript of my effort: > > http://www.numachi.com/~reichert/misc/typescript.portupgrade.1036028569 > > >From this, I only see Building '/usr/ports/www/mozilla'; it never > seems to actually go though the dependancy list for other builds. > > Have I misinvoked it? Refresh my memory, what are you trying to get (re)built? > > > > > -Adam > > > > > > -- > Brian 'you Bastard' Reichert > 37 Crystal Ave. #303 Daytime number: (603) 434-6842 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 18:10:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690C137B404 for ; Wed, 30 Oct 2002 18:10:42 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC1043E9E for ; Wed, 30 Oct 2002 18:10:40 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (a386df814fa5f2b2d1d029bf3aab9b48@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9V2CPit097785; Wed, 30 Oct 2002 18:12:25 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9V2CPTH097784; Wed, 30 Oct 2002 18:12:25 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 18:12:25 -0800 From: Adam Weinberger To: Brian Reichert Cc: Larry Rosenman , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021031021225.GS197@vectors.cx> Mail-Followup-To: Adam Weinberger , Brian Reichert , Larry Rosenman , ports@FreeBSD.ORG References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021030205044.M618@numachi.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1750 PST): Brian Reichert said, in 0.9K: << > http://www.numachi.com/~reichert/misc/typescript.portupgrade.1036028569 > > From this, I only see Building '/usr/ports/www/mozilla'; it never > seems to actually go though the dependancy list for other builds. > > Have I misinvoked it? Why did you use -O? If you think mozilla isn't building dependencies correctly, why tell portupgrade to omit dependency sanity checking? Furthermore, the command you issued translates to: "Force a rebuild (with no sanity checking) of mozilla and everything that depends ON IT." Were you trying to rebuild everything that mozilla depends on? Then use - -R. I think it would be helpful if you stated what it was you were actually trying to accomplish, as I suspect you'll want a different set of command options to achieve your goals. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wJGJo8KM2ULHQ/0RAiO1AKDScc2H9Tp8K6bjnakuiSE9vWNU/ACdGlLN ep7lve6zDgp4rK3AuQiE5mY= =FO+0 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 18:24:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4198137B401 for ; Wed, 30 Oct 2002 18:24:10 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F05D43E3B for ; Wed, 30 Oct 2002 18:24:09 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 8302 invoked by uid 1001); 31 Oct 2002 02:24:08 -0000 Date: Wed, 30 Oct 2002 21:24:08 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030212408.N618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036029150.442.5.camel@lerlaptop.lerctr.org>; from ler@lerctr.org on Wed, Oct 30, 2002 at 07:52:30PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 07:52:30PM -0600, Larry Rosenman wrote: > Refresh my memory, what are you trying to get (re)built? I'm trying to rebuild mozilla, and all of it's dependancies, from ports, to recover from one of them having been corrupted after a nasty crash. Again, this is for 4.5-RELEASE. The slighty odd-looking invokation (correcting for cursor movements) in that typescript is: env PKG_TMPDIR=/home/tmp portupgrade -Ofr mozilla (BTW - I appreciate your time in looking into this...) http://www.numachi.com/~reichert/misc/typescript.portupgrade.1036028569 -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 18:27: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BAF37B401; Wed, 30 Oct 2002 18:27:01 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B13A43E7B; Wed, 30 Oct 2002 18:27:00 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9V2QxWj000874; Wed, 30 Oct 2002 20:26:59 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021030212408.N618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 20:26:59 -0600 Message-Id: <1036031219.442.13.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 20:24, Brian Reichert wrote: > On Wed, Oct 30, 2002 at 07:52:30PM -0600, Larry Rosenman wrote: > > Refresh my memory, what are you trying to get (re)built? > > I'm trying to rebuild mozilla, and all of it's dependancies, from > ports, to recover from one of them having been corrupted after a > nasty crash. > > Again, this is for 4.5-RELEASE. The slighty odd-looking invokation > (correcting for cursor movements) in that typescript is: > > env PKG_TMPDIR=/home/tmp portupgrade -Ofr mozilla try this: env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla (you might also run pkgdb -F before doing that, and fix the packaging information). > > (BTW - I appreciate your time in looking into this...) My pleasure (it's my way of re-paying all the help I've gotten over the years). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 18:31: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4A437B406 for ; Wed, 30 Oct 2002 18:30:59 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 7693D43E4A for ; Wed, 30 Oct 2002 18:30:58 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 8430 invoked by uid 1001); 31 Oct 2002 02:30:55 -0000 Date: Wed, 30 Oct 2002 21:30:55 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030213055.P618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036031219.442.13.camel@lerlaptop.lerctr.org>; from ler@lerctr.org on Wed, Oct 30, 2002 at 08:26:59PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 08:26:59PM -0600, Larry Rosenman wrote: > try this: > > env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla That seems to be the cumulative suggestion; off to do that next. > (you might also run pkgdb -F before doing that, and fix the packaging > information). Other than deleting the stale dependancy, how do I fix it? (Did the delete thing once already...) > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler@lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 18:32:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570AF37B401; Wed, 30 Oct 2002 18:32:27 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BDAB43E75; Wed, 30 Oct 2002 18:32:26 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9V2WPWj000956; Wed, 30 Oct 2002 20:32:25 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021030213055.P618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 20:32:25 -0600 Message-Id: <1036031545.442.15.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 20:30, Brian Reichert wrote: > On Wed, Oct 30, 2002 at 08:26:59PM -0600, Larry Rosenman wrote: > > try this: > > > > env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla > > That seems to be the cumulative suggestion; off to do that next. > > > (you might also run pkgdb -F before doing that, and fix the packaging > > information). > > Other than deleting the stale dependancy, how do I fix it? (Did > the delete thing once already...) > Ok, that probably made it NOT know what the dependencies are. I'd do the above and see what falls out. > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 972-414-9812 E-Mail: ler@lerctr.org > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > -- > Brian 'you Bastard' Reichert > 37 Crystal Ave. #303 Daytime number: (603) 434-6842 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE18737B401 for ; Wed, 30 Oct 2002 19:00:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E0343E77 for ; Wed, 30 Oct 2002 19:00: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 g9V30Ax3015104 for ; Wed, 30 Oct 2002 19:00: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 g9V30AR5015103; Wed, 30 Oct 2002 19:00:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B38B37B401 for ; Wed, 30 Oct 2002 18:58:12 -0800 (PST) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B136343E77 for ; Wed, 30 Oct 2002 18:58:10 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id KAA86068; Thu, 31 Oct 2002 10:58:03 +0800 (WST) Message-Id: <200210310258.KAA86068@mail.wa.apana.org.au> Date: Thu, 31 Oct 2002 10:58:03 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44770: Upgraded Port: net/firedns - New version available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44770 >Category: ports >Synopsis: Upgraded Port: net/firedns - New version available >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 19:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.7-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 19:31:16 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Upgraded Port: net/firedns - New version 0.1.30 available. >How-To-Repeat: >Fix: diff -ruN firedns.old/Makefile firedns/Makefile --- firedns.old/Makefile Thu Oct 31 09:42:28 2002 +++ firedns/Makefile Thu Oct 31 10:47:58 2002 @@ -6,8 +6,8 @@ # PORTNAME= firedns -PORTVERSION= 0.1.29 -CATEGORIES= net +PORTVERSION= 0.1.30 +CATEGORIES= net devel MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ @@ -16,6 +16,7 @@ MAINTAINER= dean@odyssey.apana.org.au +LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring HAS_CONFIGURE= yes @@ -24,9 +25,9 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \ firedns_getname4.3 firedns_getname6.3 \ - firedns_getresult.3 firedns_gettxt.3 \ - firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \ - firedns_resolveip6.3 firedns_resolvemx.3 \ + firedns_getresult.3 firedns_gettxt.3 firedns_ntoa4.3 \ + firedns_ntoa6.3 firedns_resolveip4.3 \ + firedns_resolveip6.3 firedns_resolvemx.3 \ firedns_resolvename4.3 firedns_resolvename6.3 \ firedns_resolvetxt.3 libfiredns.3 diff -ruN firedns.old/distinfo firedns/distinfo --- firedns.old/distinfo Tue Oct 15 22:39:10 2002 +++ firedns/distinfo Thu Oct 31 09:44:53 2002 @@ -1 +1 @@ -MD5 (firedns-0.1.29.tar.gz) = 66b755377a04af143e7ced0e5c4cfd0d +MD5 (firedns-0.1.30.tar.gz) = 0e18e14615036555183ee01b43fffd3c diff -ruN firedns.old/files/patch-configure firedns/files/patch-configure --- firedns.old/files/patch-configure Tue Oct 15 22:39:10 2002 +++ firedns/files/patch-configure Thu Oct 31 10:31:54 2002 @@ -1,6 +1,11 @@ ---- configure.orig Sun Sep 1 05:15:24 2002 -+++ configure Tue Oct 15 16:39:59 2002 -@@ -538,29 +538,29 @@ +--- configure.orig Thu Oct 31 09:47:26 2002 ++++ configure Thu Oct 31 10:30:36 2002 +@@ -534,33 +534,33 @@ + + $ECHO -n " adding rule to install binaries..." + $ECHO "install-binaries: $BINARIES" >> Makefile +-$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(BINDIR)" >> Makefile ++$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/bin" >> Makefile $ECHO "done" for BINARY in $BINARIES; do $ECHO -n " adding rule to install binary $BINARY..." diff -ruN firedns.old/files/patch-firemake.libs firedns/files/patch-firemake.libs --- firedns.old/files/patch-firemake.libs Thu Jan 1 08:00:00 1970 +++ firedns/files/patch-firemake.libs Thu Oct 31 10:32:14 2002 @@ -0,0 +1,5 @@ +--- firemake.libs.orig Thu Oct 31 10:16:11 2002 ++++ firemake.libs Thu Oct 31 10:22:35 2002 +@@ -1 +1 @@ +--lfirestring -lpthread ++-lfirestring -llthread diff -ruN firedns.old/pkg-comment firedns/pkg-comment --- firedns.old/pkg-comment Fri May 31 01:11:21 2002 +++ firedns/pkg-comment Thu Oct 31 10:39:57 2002 @@ -1 +1 @@ -Library for handling asynchronous DNS requests +A C library for handling asynchronous DNS queries diff -ruN firedns.old/pkg-descr firedns/pkg-descr --- firedns.old/pkg-descr Fri May 31 01:11:21 2002 +++ firedns/pkg-descr Thu Oct 31 10:43:33 2002 @@ -1,13 +1,13 @@ From libfiredns(3): -libfiredns is a library for handling asynchronous DNS +"libfiredns is a library for handling asynchronous DNS requests. It provides a very simple interface for sending requests and parsing reponses, as well as low-timeout blocking functions. It can also be compiled to override the BIND/LIBC functions with its alternative implementations. libfiredns functions have much lower timeouts than the stock functions and tend to be faster because they send requests -to all configured system nameservers at the same time. +to all configured system nameservers at the same time." WWW: http://ares.penguinhosting.net/~ian/ diff -ruN firedns.old/pkg-plist firedns/pkg-plist --- firedns.old/pkg-plist Thu Oct 31 10:49:01 2002 +++ firedns/pkg-plist Thu Oct 31 10:26:42 2002 @@ -2,3 +2,6 @@ lib/libfiredns.so lib/libfiredns.so.0 lib/libfiredns.a +bin/fdnsip +bin/fdnstxt +bin/fdnsname >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:12:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBCE37B401; Wed, 30 Oct 2002 19:12:45 -0800 (PST) Received: from defiant.apana.org.au (defiant.apana.org.au [203.11.114.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A8C43E42; Wed, 30 Oct 2002 19:12:43 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from Mushka.odyssey.apana.org.au (Mushka@mushka.apana.org.au [203.11.114.10]) by defiant.apana.org.au (8.9.3/8.9.3) with ESMTP id LAA37472; Thu, 31 Oct 2002 11:12:40 +0800 (WST) Message-Id: <5.1.0.14.2.20021031111147.00b10208@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 X-Priority: 1 (Highest) Date: Thu, 31 Oct 2002 11:12:39 +0800 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org From: Dean Hollister Subject: Re: ports/44770: Upgraded Port: net/firedns - New version available In-Reply-To: <200210310300.g9V309KM015096@freefall.freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 19:00 30/10/2002 -0800, FreeBSD-gnats-submit@FreeBSD.org wrote: >Thank you very much for your problem report. >It has the internal identification `ports/44770'. >The individual assigned to look at your >report is: freebsd-ports. Please do not commit this port. A corrected version will issue in a moment. Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E71137B401 for ; Wed, 30 Oct 2002 19:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C1443E77 for ; Wed, 30 Oct 2002 19:20: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 g9V3K2x3026760 for ; Wed, 30 Oct 2002 19:20: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 g9V3K2ut026759; Wed, 30 Oct 2002 19:20:02 -0800 (PST) Date: Wed, 30 Oct 2002 19:20:02 -0800 (PST) Message-Id: <200210310320.g9V3K2ut026759@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dean Hollister Subject: Re: ports/44770: Upgraded Port: net/firedns - New version available Reply-To: Dean Hollister Sender: owner-freebsd-ports@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/44770; it has been noted by GNATS. From: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/44770: Upgraded Port: net/firedns - New version available Date: Thu, 31 Oct 2002 11:12:39 +0800 At 19:00 30/10/2002 -0800, FreeBSD-gnats-submit@FreeBSD.org wrote: >Thank you very much for your problem report. >It has the internal identification `ports/44770'. >The individual assigned to look at your >report is: freebsd-ports. Please do not commit this port. A corrected version will issue in a moment. Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC3037B404 for ; Wed, 30 Oct 2002 19:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5603843E88 for ; Wed, 30 Oct 2002 19: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 g9V3K3x3026773 for ; Wed, 30 Oct 2002 19: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 g9V3K3LV026772; Wed, 30 Oct 2002 19:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED8D37B401 for ; Wed, 30 Oct 2002 19:17:21 -0800 (PST) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC6843E75 for ; Wed, 30 Oct 2002 19:17:19 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id LAA90050; Thu, 31 Oct 2002 11:17:18 +0800 (WST) Message-Id: <200210310317.LAA90050@mail.wa.apana.org.au> Date: Thu, 31 Oct 2002 11:17:18 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44771: Upgraded Port: net/firedns - New version available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44771 >Category: ports >Synopsis: Upgraded Port: net/firedns - New version available >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 19:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.7-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 19:31:16 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Upgraded Port: net/firedns - New version 0.1.30 available This PR supersedes/replaces PR #44770 >How-To-Repeat: >Fix: diff -ruN firedns.old/Makefile firedns/Makefile --- firedns.old/Makefile Thu Oct 31 09:42:28 2002 +++ firedns/Makefile Thu Oct 31 11:13:38 2002 @@ -6,8 +6,8 @@ # PORTNAME= firedns -PORTVERSION= 0.1.29 -CATEGORIES= net +PORTVERSION= 0.1.30 +CATEGORIES= net devel MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ @@ -24,9 +24,9 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \ firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \ firedns_getname4.3 firedns_getname6.3 \ - firedns_getresult.3 firedns_gettxt.3 \ - firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \ - firedns_resolveip6.3 firedns_resolvemx.3 \ + firedns_getresult.3 firedns_gettxt.3 firedns_ntoa4.3 \ + firedns_ntoa6.3 firedns_resolveip4.3 \ + firedns_resolveip6.3 firedns_resolvemx.3 \ firedns_resolvename4.3 firedns_resolvename6.3 \ firedns_resolvetxt.3 libfiredns.3 diff -ruN firedns.old/distinfo firedns/distinfo --- firedns.old/distinfo Tue Oct 15 22:39:10 2002 +++ firedns/distinfo Thu Oct 31 09:44:53 2002 @@ -1 +1 @@ -MD5 (firedns-0.1.29.tar.gz) = 66b755377a04af143e7ced0e5c4cfd0d +MD5 (firedns-0.1.30.tar.gz) = 0e18e14615036555183ee01b43fffd3c diff -ruN firedns.old/files/patch-configure firedns/files/patch-configure --- firedns.old/files/patch-configure Tue Oct 15 22:39:10 2002 +++ firedns/files/patch-configure Thu Oct 31 10:31:54 2002 @@ -1,6 +1,11 @@ ---- configure.orig Sun Sep 1 05:15:24 2002 -+++ configure Tue Oct 15 16:39:59 2002 -@@ -538,29 +538,29 @@ +--- configure.orig Thu Oct 31 09:47:26 2002 ++++ configure Thu Oct 31 10:30:36 2002 +@@ -534,33 +534,33 @@ + + $ECHO -n " adding rule to install binaries..." + $ECHO "install-binaries: $BINARIES" >> Makefile +-$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(BINDIR)" >> Makefile ++$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/bin" >> Makefile $ECHO "done" for BINARY in $BINARIES; do $ECHO -n " adding rule to install binary $BINARY..." diff -ruN firedns.old/files/patch-firemake.libs firedns/files/patch-firemake.libs --- firedns.old/files/patch-firemake.libs Thu Jan 1 08:00:00 1970 +++ firedns/files/patch-firemake.libs Thu Oct 31 11:11:14 2002 @@ -0,0 +1,5 @@ +--- firemake.libs.orig Thu Oct 31 10:16:11 2002 ++++ firemake.libs Thu Oct 31 10:22:35 2002 +@@ -1 +1 @@ +--lfirestring -lpthread ++-lfirestring -pthread diff -ruN firedns.old/pkg-comment firedns/pkg-comment --- firedns.old/pkg-comment Fri May 31 01:11:21 2002 +++ firedns/pkg-comment Thu Oct 31 10:39:57 2002 @@ -1 +1 @@ -Library for handling asynchronous DNS requests +A C library for handling asynchronous DNS queries diff -ruN firedns.old/pkg-descr firedns/pkg-descr --- firedns.old/pkg-descr Fri May 31 01:11:21 2002 +++ firedns/pkg-descr Thu Oct 31 10:43:33 2002 @@ -1,13 +1,13 @@ From libfiredns(3): -libfiredns is a library for handling asynchronous DNS +"libfiredns is a library for handling asynchronous DNS requests. It provides a very simple interface for sending requests and parsing reponses, as well as low-timeout blocking functions. It can also be compiled to override the BIND/LIBC functions with its alternative implementations. libfiredns functions have much lower timeouts than the stock functions and tend to be faster because they send requests -to all configured system nameservers at the same time. +to all configured system nameservers at the same time." WWW: http://ares.penguinhosting.net/~ian/ diff -ruN firedns.old/pkg-plist firedns/pkg-plist --- firedns.old/pkg-plist Thu Oct 31 10:49:01 2002 +++ firedns/pkg-plist Thu Oct 31 10:26:42 2002 @@ -2,3 +2,6 @@ lib/libfiredns.so lib/libfiredns.so.0 lib/libfiredns.a +bin/fdnsip +bin/fdnstxt +bin/fdnsname >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:27:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E245837B401 for ; Wed, 30 Oct 2002 19:27:25 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id EFE5143E75 for ; Wed, 30 Oct 2002 19:27:24 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 8716 invoked by uid 1001); 31 Oct 2002 03:27:23 -0000 Date: Wed, 30 Oct 2002 22:27:23 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030222723.Q618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036031545.442.15.camel@lerlaptop.lerctr.org>; from ler@lerctr.org on Wed, Oct 30, 2002 at 08:32:25PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 08:32:25PM -0600, Larry Rosenman wrote: > Ok, that probably made it NOT know what the dependencies are. > > I'd do the above and see what falls out. Ah, I was here before: # env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla Stale dependency: mozilla-0.9.7_2,1 --> tiff-3.5.7 -- manually run 'pkgdb -F' to fix, or specify -O to force. -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:29:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A6937B401; Wed, 30 Oct 2002 19:29:31 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64EC143E42; Wed, 30 Oct 2002 19:29:30 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9V3TQWj005357; Wed, 30 Oct 2002 21:29:26 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021030222723.Q618@numachi.com> References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 21:29:26 -0600 Message-Id: <1036034966.83261.2.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 21:27, Brian Reichert wrote: > On Wed, Oct 30, 2002 at 08:32:25PM -0600, Larry Rosenman wrote: > > Ok, that probably made it NOT know what the dependencies are. > > > > I'd do the above and see what falls out. > > Ah, I was here before: > > # env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla > Stale dependency: mozilla-0.9.7_2,1 --> tiff-3.5.7 -- manually run 'pkgdb > -F' to fix, or specify -O to force. Ok, point it at the graphics/tiff port. LER > > -- > Brian 'you Bastard' Reichert > 37 Crystal Ave. #303 Daytime number: (603) 434-6842 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:30:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6685137B401 for ; Wed, 30 Oct 2002 19:30:23 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DC043E6E for ; Wed, 30 Oct 2002 19:30:21 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (f54793d2910f4e2d681f86dcd103b4ad@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9V3W6it098049; Wed, 30 Oct 2002 19:32:06 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9V3W6oh098048; Wed, 30 Oct 2002 19:32:06 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 19:32:06 -0800 From: Adam Weinberger To: Brian Reichert Cc: Larry Rosenman , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021031033206.GV197@vectors.cx> Mail-Followup-To: Adam Weinberger , Brian Reichert , Larry Rosenman , ports@FreeBSD.ORG References: <20021030150951.J618@numachi.com> <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021030222723.Q618@numachi.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1927 PST): Brian Reichert said, in 0.5K: << > On Wed, Oct 30, 2002 at 08:32:25PM -0600, Larry Rosenman wrote: > > Ok, that probably made it NOT know what the dependencies are. > > > > I'd do the above and see what falls out. > > Ah, I was here before: > > # env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla > Stale dependency: mozilla-0.9.7_2,1 --> tiff-3.5.7 -- manually run 'pkgdb > -F' to fix, or specify -O to force. >> end of "Re: How flexible _is_ the use of ports?" from Brian Reichert << I have this feeling that you don't want this answer, but: Run "pkgdb -F"! It's there to fix those kinds of dependency mismatches. After you fix the dependency issue, you'll be able to run portupgrade - -frR just fine. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wKQ2o8KM2ULHQ/0RAlMBAJ9HqkUJtykckEc74eV/YmOWDXOzAACeLRxb qzNi6x5hr4Q6gaFzFDXd+9o= =9TLK -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:37:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCCB37B404 for ; Wed, 30 Oct 2002 19:37:34 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BF0543E4A for ; Wed, 30 Oct 2002 19:37:33 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 8883 invoked by uid 1001); 31 Oct 2002 03:37:32 -0000 Date: Wed, 30 Oct 2002 22:37:32 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030223732.R618@numachi.com> References: <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036034966.83261.2.camel@lerlaptop.lerctr.org>; from ler@lerctr.org on Wed, Oct 30, 2002 at 09:29:26PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 09:29:26PM -0600, Larry Rosenman wrote: > > Ah, I was here before: > > > > # env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla > > Stale dependency: mozilla-0.9.7_2,1 --> tiff-3.5.7 -- manually run 'pkgdb > > -F' to fix, or specify -O to force. > Ok, point it at the graphics/tiff port. Er, um, I don't know what 'point at' means. :/ # pkgdb -F ... Checking mozilla-0.9.7_2,1 Stale dependency: mozilla-0.9.7_2,1 -> tiff-3.5.7: New dependency? (? to help): ? [Enter] to skip, [Ctrl]+[D] to delete, [.][Enter] to abort, [Tab] to complete New dependency? (? to help): mozilla-0.9.7_2,1 portupgrade-20020122 ruby-optparse-0.8.6 pkg_tarup-1.2_3 ruby-1.6.6 ruby-uri-0.9,1 portcheckout-2.0 ruby-fnmatch-1.1b_1 New dependency? (? to help): > LER -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:39:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C8837B401; Wed, 30 Oct 2002 19:39:09 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B9D743EB2; Wed, 30 Oct 2002 19:39:08 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9V3d7Wj014921; Wed, 30 Oct 2002 21:39:07 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021030223732.R618@numachi.com> References: <1036008702.460.29.camel@lerlaptop.iadfw.net> <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 21:39:07 -0600 Message-Id: <1036035547.83261.4.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 21:37, Brian Reichert wrote: > On Wed, Oct 30, 2002 at 09:29:26PM -0600, Larry Rosenman wrote: > > > Ah, I was here before: > > > > > > # env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla > > > Stale dependency: mozilla-0.9.7_2,1 --> tiff-3.5.7 -- manually run 'pkgdb > > > -F' to fix, or specify -O to force. > > Ok, point it at the graphics/tiff port. > > Er, um, I don't know what 'point at' means. :/ > > # pkgdb -F > ... > Checking mozilla-0.9.7_2,1 > Stale dependency: mozilla-0.9.7_2,1 -> tiff-3.5.7: > New dependency? (? to help): ? > [Enter] to skip, [Ctrl]+[D] to delete, [.][Enter] to abort, [Tab] to complete > New dependency? (? to help): > mozilla-0.9.7_2,1 portupgrade-20020122 ruby-optparse-0.8.6 > pkg_tarup-1.2_3 ruby-1.6.6 ruby-uri-0.9,1 > portcheckout-2.0 ruby-fnmatch-1.1b_1 > New dependency? (? to help): type graphics/tiff at that prompt. > > > LER > > -- > Brian 'you Bastard' Reichert > 37 Crystal Ave. #303 Daytime number: (603) 434-6842 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:39:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C07C37B401 for ; Wed, 30 Oct 2002 19:39:19 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id F100443E42 for ; Wed, 30 Oct 2002 19:39:18 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (0097911fa0de795120aede4873599278@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9V3f4it098095; Wed, 30 Oct 2002 19:41:04 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9V3f4MD098094; Wed, 30 Oct 2002 19:41:04 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 19:41:04 -0800 From: Adam Weinberger To: Brian Reichert Cc: Larry Rosenman , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021031034104.GW197@vectors.cx> Mail-Followup-To: Adam Weinberger , Brian Reichert , Larry Rosenman , ports@FreeBSD.ORG References: <20021030204056.GG197@vectors.cx> <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021030223732.R618@numachi.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1937 PST): Brian Reichert said, in 1.0K: << > On Wed, Oct 30, 2002 at 09:29:26PM -0600, Larry Rosenman wrote: > > > Ah, I was here before: > > > > > > # env PKG_TMPDIR=/home/tmp portupgrade -fRr mozilla > > > Stale dependency: mozilla-0.9.7_2,1 --> tiff-3.5.7 -- manually run 'pkgdb > > > -F' to fix, or specify -O to force. > > Ok, point it at the graphics/tiff port. > > Er, um, I don't know what 'point at' means. :/ > > # pkgdb -F > ... > Checking mozilla-0.9.7_2,1 > Stale dependency: mozilla-0.9.7_2,1 -> tiff-3.5.7: > New dependency? (? to help): ? > [Enter] to skip, [Ctrl]+[D] to delete, [.][Enter] to abort, [Tab] to complete > New dependency? (? to help): > mozilla-0.9.7_2,1 portupgrade-20020122 ruby-optparse-0.8.6 > pkg_tarup-1.2_3 ruby-1.6.6 ruby-uri-0.9,1 > portcheckout-2.0 ruby-fnmatch-1.1b_1 > New dependency? (? to help): > > > LER >> end of "Re: How flexible _is_ the use of ports?" from Brian Reichert << You need to install graphics/tiff - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wKZPo8KM2ULHQ/0RAuxPAKCttD9Yk6AJdcoAv0X2LnuhPW5ZYgCgtWPb ce5vUP4SzbX54iwmMkIIFrI= =tiIv -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:43:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA3737B401 for ; Wed, 30 Oct 2002 19:43:51 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id C15E643E42 for ; Wed, 30 Oct 2002 19:43:50 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 9001 invoked by uid 1001); 31 Oct 2002 03:43:50 -0000 Date: Wed, 30 Oct 2002 22:43:50 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021030224350.S618@numachi.com> References: <20021030205044.M618@numachi.com> <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> <1036035547.83261.4.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036035547.83261.4.camel@lerlaptop.lerctr.org>; from ler@lerctr.org on Wed, Oct 30, 2002 at 09:39:07PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 09:39:07PM -0600, Larry Rosenman wrote: > > # pkgdb -F > > ... > > Checking mozilla-0.9.7_2,1 > > Stale dependency: mozilla-0.9.7_2,1 -> tiff-3.5.7: > > New dependency? (? to help): ? > > [Enter] to skip, [Ctrl]+[D] to delete, [.][Enter] to abort, [Tab] to complete > > New dependency? (? to help): > > mozilla-0.9.7_2,1 portupgrade-20020122 ruby-optparse-0.8.6 > > pkg_tarup-1.2_3 ruby-1.6.6 ruby-uri-0.9,1 > > portcheckout-2.0 ruby-fnmatch-1.1b_1 > > New dependency? (? to help): > type graphics/tiff at that prompt. Yessir: New dependency? (? to help): graphics/tiff Please choose one of these: mozilla-0.9.7_2,1 pkg_tarup-1.2_3 portcheckout-2.0 portupgrade-20020122 ruby-1.6.6 ruby-fnmatch-1.1b_1 ruby-optparse-0.8.6 ruby-uri-0.9,1 And, Adam, you suggested: You need to install graphics/tiff I have to do so manually? Something here seems to have the concept that mozilla needs tiff. I feel _really_ lame about this, sorry... -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:49:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46EA37B401 for ; Wed, 30 Oct 2002 19:49:51 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275FA43E4A for ; Wed, 30 Oct 2002 19:49:51 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (26a90b76ea46b7cd6e6bebf846a2e3ef@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9V3pait098127; Wed, 30 Oct 2002 19:51:36 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9V3pavZ098126; Wed, 30 Oct 2002 19:51:36 -0800 (PST) (envelope-from monkey) Date: Wed, 30 Oct 2002 19:51:36 -0800 From: Adam Weinberger To: Brian Reichert Cc: Larry Rosenman , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021031035136.GX197@vectors.cx> Mail-Followup-To: Adam Weinberger , Brian Reichert , Larry Rosenman , ports@FreeBSD.ORG References: <1036029150.442.5.camel@lerlaptop.lerctr.org> <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> <1036035547.83261.4.camel@lerlaptop.lerctr.org> <20021030224350.S618@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021030224350.S618@numachi.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.30.2002 @ 1943 PST): Brian Reichert said, in 1.2K: << > > type graphics/tiff at that prompt. > > Yessir: > > New dependency? (? to help): graphics/tiff > Please choose one of these: > mozilla-0.9.7_2,1 pkg_tarup-1.2_3 portcheckout-2.0 > portupgrade-20020122 ruby-1.6.6 ruby-fnmatch-1.1b_1 > ruby-optparse-0.8.6 ruby-uri-0.9,1 > > And, Adam, you suggested: > > You need to install graphics/tiff > > I have to do so manually? Something here seems to have the concept > that mozilla needs tiff. > > I feel _really_ lame about this, sorry... >> end of "Re: How flexible _is_ the use of ports?" from Brian Reichert << The problem seems to be that the libraries from graphics/tiff are still there, but the entry in the port database isn't. It's fastest to just install the port manually, and stick to using portupgrade in the future when you want to upgrade stuff, portinstall when you want to add stuff, and pkg_deinstall when you wish to delete stuff. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wKjIo8KM2ULHQ/0RAhqUAJ0QWHHZBYoeajdEHY0uLp7+3i3RIQCgiT2a w3eZts9HwL9JAaPB6zshZQc= =Nwy1 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 19:57: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932D937B401 for ; Wed, 30 Oct 2002 19:57:07 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1995B43E4A for ; Wed, 30 Oct 2002 19:57:07 -0800 (PST) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [67.119.36.172] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.14 $ on Novell NetWare via secured & encrypted transport (TLS); Wed, 30 Oct 2002 20:57:09 -0700 Message-ID: <3DC0A9DB.8030003@hotmail.com> Date: Wed, 30 Oct 2002 19:56:11 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2a) Gecko/20021020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: update to bonobo-activation 1.0.4 problems References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org William N. Culler Jr. wrote: > I am running 4.7 RELEASE and today I just so happened to run a > portupgrade that upgraded bonobo-activation to 1.0.4 this went fine, but > when I restarted Gnome it locked up while loading the desktop which > never succeeded to load. I reinstalled bonobo-activation 1.0.3 and it > loaded fine. I tried to rebuild bonobo-activation 1.0.3 by restoring my ports directory from another machine. I got compile errors obviously due to the new bison . I decided to go ahead and do a fresh install of the Gnome2 > port to see if that fixed the problem, but everything that depends on > the new bonobo-activation fails to compile... I wonder if it's the same bison problem? I think I'll try restoring bison 1.35 the same way. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 20:16:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A6737B401 for ; Wed, 30 Oct 2002 20:16:45 -0800 (PST) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B964643E42 for ; Wed, 30 Oct 2002 20:16:44 -0800 (PST) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-67-119-36-172.dsl.lsan03.pacbell.net [67.119.36.172]) by pimout2-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9V4Gc6G004536 for ; Wed, 30 Oct 2002 23:16:38 -0500 Message-ID: <3DC0AD8C.3010109@hotmail.com> Date: Wed, 30 Oct 2002 20:11:56 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: HEADSUP: new bison breaking some ports in -stable and -current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've been bitten by at least two ports which upgrade badly following the bison update from 1.35 to 1.75. bonobo-activation and openoffice, at least, are broken in both -CURRENT and -STABLE. I managed to reinstall the older versions from a box which was not updated recently, and without that I'd be in sorry shape right now. I started by restoring bison 1.35 and then recompiled bonobo-activation 1.0.3 and things seem good now. I haven't tried compiling bonobo-activation 1.0.4 with the old bison so I can't comment on that. I'll try rebuilding openoffice overnight tonight. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 20:25:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CEC837B401 for ; Wed, 30 Oct 2002 20:25:37 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6508A43E75 for ; Wed, 30 Oct 2002 20:25:36 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9V4PPsI006449 for ; Wed, 30 Oct 2002 23:25:25 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9V4PLaM006448 for ports@freebsd.org; Wed, 30 Oct 2002 23:25:21 -0500 (EST) (envelope-from alane) Date: Wed, 30 Oct 2002 23:25:21 -0500 From: AlanE To: FreeBSD Ports List Subject: [alane@wwweasel.geeksrus.net: Re: scribus-0.8] Message-ID: <20021031042521.GC4597@wwweasel.geeksrus.net> Reply-To: FreeBSD Ports List Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Forwarded message from AlanE ----- On Wed, Oct 30, 2002 at 10:43:52PM +0000, Dave Goode wrote: >Thanks for your work on scribus-0.8 > >I managed to get it to compile, but it core dumps immediately. Would it >help if I send you a core dump? Not really, since it wasn't built with -g, so there's no debugging symbols in the executable that produced the core dump. Let me try actually running it ... I only get the core dump if it can't connect to the X server. Otherwise, once it forks, I've got a zombie and another process that I can't even trace. I'm suspicious of the lcms lib, since it is a lower version than scribus requires. Moving this to ports@; will followup as I find out information. Anybody else that cares to help out here, please do so. ----- End forwarded message ----- -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 21: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E6037B401 for ; Wed, 30 Oct 2002 21:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAA943E7B for ; Wed, 30 Oct 2002 21:00: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 g9V50Bx3065397 for ; Wed, 30 Oct 2002 21:00: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 g9V50Bl8065396; Wed, 30 Oct 2002 21:00:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2045B37B401 for ; Wed, 30 Oct 2002 20:54:49 -0800 (PST) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9987A43E6E for ; Wed, 30 Oct 2002 20:54:47 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id MAA03476; Thu, 31 Oct 2002 12:54:40 +0800 (WST) Message-Id: <200210310454.MAA03476@mail.wa.apana.org.au> Date: Thu, 31 Oct 2002 12:54:40 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44773: Upgraded Port: misc/firestring - New version available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44773 >Category: ports >Synopsis: Upgraded Port: misc/firestring - New version available >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 21:00:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.7-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 19:31:16 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: Upgraded Port: misc/firestring - New version 0.1.22 available >How-To-Repeat: >Fix: diff -ruN firestring.orig/Makefile firestring/Makefile --- firestring.orig/Makefile Thu Oct 31 12:51:35 2002 +++ firestring/Makefile Thu Oct 31 12:50:43 2002 @@ -6,8 +6,8 @@ # PORTNAME= firestring -PORTVERSION= 0.1.21 -CATEGORIES= net +PORTVERSION= 0.1.22 +CATEGORIES= misc net devel MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ @@ -27,14 +27,15 @@ firestring_estr_base64_encode.3 firestring_estr_ends.3 \ firestring_estr_estrcasecmp.3 firestring_estr_estrcat.3 \ firestring_estr_estrcmp.3 firestring_estr_estrcpy.3 \ - firestring_estr_estristr.3 firestring_estr_estrncasecmp.3 \ - firestring_estr_estrstr.3 firestring_estr_expand.3 \ - firestring_estr_free.3 firestring_estr_read.3 \ - firestring_estr_sprintf.3 firestring_estr_starts.3 \ - firestring_estr_strcasecmp.3 firestring_estr_strcat.3 \ - firestring_estr_strchr.3 firestring_estr_strcmp.3 \ - firestring_estr_strcpy.3 firestring_estr_stristr.3 \ - firestring_estr_strstr.3 firestring_estr_xml_decode.3 \ + firestring_estr_estristr.3 \ + firestring_estr_estrncasecmp.3 firestring_estr_estrstr.3 \ + firestring_estr_expand.3 firestring_estr_free.3 \ + firestring_estr_read.3 firestring_estr_sprintf.3 \ + firestring_estr_starts.3 firestring_estr_strcasecmp.3 \ + firestring_estr_strcat.3 firestring_estr_strchr.3 \ + firestring_estr_strcmp.3 firestring_estr_strcpy.3 \ + firestring_estr_stristr.3 firestring_estr_strstr.3 \ + firestring_estr_xml_decode.3 \ firestring_estr_xml_encode.3 firestring_hextoi.3 \ firestring_malloc.3 firestring_realloc.3 \ firestring_snprintf.3 firestring_strcasecmp.3 \ @@ -43,7 +44,6 @@ libfirestring.3 post-install: - @cd ${PREFIX}/lib; ${MV} libfirestring.so libfirestring.so.0; \ ${LN} -s libfirestring.so.0 libfirestring.so diff -ruN firestring.orig/distinfo firestring/distinfo --- firestring.orig/distinfo Tue Oct 15 17:10:04 2002 +++ firestring/distinfo Thu Oct 31 12:43:19 2002 @@ -1 +1 @@ -MD5 (firestring-0.1.21.tar.gz) = 24373e9973406af7dae65414534e4bed +MD5 (firestring-0.1.22.tar.gz) = c9e65fa76d1fffcd01d8052ba4231616 diff -ruN firestring.orig/files/patch-configure firestring/files/patch-configure --- firestring.orig/files/patch-configure Tue Oct 15 17:28:48 2002 +++ firestring/files/patch-configure Thu Oct 31 12:44:48 2002 @@ -1,5 +1,5 @@ --- configure.orig Sun Sep 22 06:37:40 2002 -+++ configure Tue Oct 15 17:22:58 2002 ++++ configure Thu Oct 31 12:44:24 2002 @@ -322,7 +322,7 @@ $ECHO "INCLUDEDIR ?= \$(PREFIX)/include" >> Makefile $ECHO "MANDIR ?= \$(PREFIX)/man" >> Makefile @@ -33,6 +33,15 @@ $ECHO -n " adding rule to install shared library $LIBRARY..." - $ECHO " ./install.sh $LIBRARY \$(LIBDIR) \$(INSTALL_USER) \$(INSTALL_GROUP) 0755" >> Makefile + $ECHO " ./install.sh $LIBRARY \$(PREFIX)/lib \$(INSTALL_USER) \$(INSTALL_GROUP) 0755" >> Makefile + $ECHO "done" + done; + $ECHO >> Makefile +@@ -556,7 +556,7 @@ + $ECHO "install-headers: $HEADERS" >> Makefile + for HEADER in $HEADERS; do + $ECHO -n " adding rule to install header $HEADER..." +- $ECHO " ./install.sh $HEADER \$(INCLUDEDIR) \$(INSTALL_USER) \$(INSTALL_GROUP) 0644" >> Makefile ++ $ECHO " ./install.sh $HEADER \$(PREFIX)/include \$(INSTALL_USER) \$(INSTALL_GROUP) 0644" >> Makefile $ECHO "done" done; $ECHO >> Makefile diff -ruN firestring.orig/pkg-comment firestring/pkg-comment --- firestring.orig/pkg-comment Tue Oct 15 17:18:51 2002 +++ firestring/pkg-comment Thu Oct 31 12:47:02 2002 @@ -1 +1 @@ -A library that provides maximum length aware string handling functions +A library to make string handling easier in C >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 21:49:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1B3C37B401 for ; Wed, 30 Oct 2002 21:49:41 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272B543E42 for ; Wed, 30 Oct 2002 21:49:41 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id g9V5nYsI094266 for ; Thu, 31 Oct 2002 00:49:34 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id g9V5nYQa094255 for ports@freebsd.org; Thu, 31 Oct 2002 00:49:34 -0500 (EST) (envelope-from alane) Date: Thu, 31 Oct 2002 00:49:34 -0500 From: AlanE To: FreeBSD Ports List Subject: Attention Scribus Fans: scribus-0.8 broken - working on it now Message-ID: <20021031054934.GA87766@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Don't even try to use the scribus-0.8 port. It is broken, partly because of some stupidity on my part. I am working on 0.8_1 as I write this. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 21:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5037B401 for ; Wed, 30 Oct 2002 21:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C70B43E97 for ; Wed, 30 Oct 2002 21:50: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 g9V5o1x3087222 for ; Wed, 30 Oct 2002 21:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V5o1kg087221; Wed, 30 Oct 2002 21:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E48337B401 for ; Wed, 30 Oct 2002 21:42:26 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E2B43E75 for ; Wed, 30 Oct 2002 21:42:25 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V5gP7R088839 for ; Wed, 30 Oct 2002 21:42:25 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9V5gP9n088838; Wed, 30 Oct 2002 21:42:25 -0800 (PST) Message-Id: <200210310542.g9V5gP9n088838@www.freebsd.org> Date: Wed, 30 Oct 2002 21:42:25 -0800 (PST) From: michael johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44774: new port, deskutils/logjam2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44774 >Category: ports >Synopsis: new port, deskutils/logjam2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 21:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: 5.0 >Organization: >Environment: >Description: >How-To-Repeat: # 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: # # deskutils/logjam2/ # deskutils/logjam2/distinfo # deskutils/logjam2/Makefile # deskutils/logjam2/pkg-plist # deskutils/logjam2/pkg-comment # deskutils/logjam2/pkg-descr # echo c - deskutils/logjam2/ mkdir -p deskutils/logjam2/ > /dev/null 2>&1 echo x - deskutils/logjam2/distinfo sed 's/^X//' >deskutils/logjam2/distinfo << 'END-of-deskutils/logjam2/distinfo' XMD5 (logjam-4.0.0.tar.gz) = 8bc409c821c08ed2955feb3423aed7d7 END-of-deskutils/logjam2/distinfo echo x - deskutils/logjam2/Makefile sed 's/^X//' >deskutils/logjam2/Makefile << 'END-of-deskutils/logjam2/Makefile' X# New ports collection makefile for: logjam X# Date created: 13 Aug 01 X# Whom: alanp@unixpower.org X# X# $FreeBSD: ports/deskutils/logjam/Makefile,v 1.3 2002/08/30 13:21:15 lioux Exp $ X# X XPORTNAME= logjam XPORTVERSION= 4.0.0 XCATEGORIES= deskutils XMASTER_SITES= http://logjam.danga.com/download/ X XMAINTAINER= ahze@rgv.net X XLIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ X gtkspell.0:${PORTSDIR}/textproc/gtkspell2 X XMAN1= logjam.1 X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes X X.include END-of-deskutils/logjam2/Makefile echo x - deskutils/logjam2/pkg-plist sed 's/^X//' >deskutils/logjam2/pkg-plist << 'END-of-deskutils/logjam2/pkg-plist' Xbin/logjam END-of-deskutils/logjam2/pkg-plist echo x - deskutils/logjam2/pkg-comment sed 's/^X//' >deskutils/logjam2/pkg-comment << 'END-of-deskutils/logjam2/pkg-comment' XA GTK interface to user journals on www.livejournal.com END-of-deskutils/logjam2/pkg-comment echo x - deskutils/logjam2/pkg-descr sed 's/^X//' >deskutils/logjam2/pkg-descr << 'END-of-deskutils/logjam2/pkg-descr' X"LiveJournal.com... because you like to think other people care." XLogJam is a GTK-2 client for LiveJournal. It sits unobtrusively in the Xcorner of your screen, waiting for you to have something worthwhile to Xtell the world. X XWWW: http://logjam.danga.com/ END-of-deskutils/logjam2/pkg-descr exit >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 22: 8:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDFA37B401 for ; Wed, 30 Oct 2002 22:08:18 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 1398D43E75 for ; Wed, 30 Oct 2002 22:08:17 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 11475 invoked by uid 1001); 31 Oct 2002 06:08:15 -0000 Date: Thu, 31 Oct 2002 01:08:15 -0500 From: Brian Reichert To: Adam Weinberger Cc: Brian Reichert , Larry Rosenman , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021031010815.T618@numachi.com> References: <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> <1036035547.83261.4.camel@lerlaptop.lerctr.org> <20021030224350.S618@numachi.com> <20021031035136.GX197@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021031035136.GX197@vectors.cx>; from adamw@FreeBSD.ORG on Wed, Oct 30, 2002 at 07:51:36PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 30, 2002 at 07:51:36PM -0800, Adam Weinberger wrote: > The problem seems to be that the libraries from graphics/tiff are still > there, but the entry in the port database isn't. It's fastest to just > install the port manually, and stick to using portupgrade in the future > when you want to upgrade stuff, portinstall when you want to add stuff, > and pkg_deinstall when you wish to delete stuff. Ok, I manualy reintroduced all of the components that pkgdb whined about, then I was in fact able to execute 'portupgrade -fRr mozilla', and it indeed went though all of the machinations. So, I thank all of your for help in hand-holding. Regrettably, my orginal problem with the mozilla browser still seems in place, so I'm uncertain how to advance on this without a full reinstall... > > -Adam > -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 22:22:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C0E37B401; Wed, 30 Oct 2002 22:22:32 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBEE43E4A; Wed, 30 Oct 2002 22:22:31 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021031062231.GYFL24986.sccrmhc03.attbi.com@bmah.dyndns.org>; Thu, 31 Oct 2002 06:22:31 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id g9V6MUva072281; Wed, 30 Oct 2002 22:22:30 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id g9V6MU9e072280; Wed, 30 Oct 2002 22:22:30 -0800 (PST) Message-Id: <200210310622.g9V6MU9e072280@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-ports@freebsd.org, freebsd-doc@freebsd.org Cc: bmah@freebsd.org Subject: print/ghostscript-gnu breakage? From: bmah@freebsd.org (Bruce A. Mah) Reply-To: bmah@freebsd.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1257813761P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 30 Oct 2002 22:22:29 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==_Exmh_1257813761P Content-Type: text/plain; charset=us-ascii Latest in a long saga of release-building snafus: One of the distfiles in the ghostscript-gnu port appears to be failing its checksum: tomcat:ghostscript-gnu% sudo make extract Type "make A4=yes" if you want -DA4 for compilation. ===> Extracting for ghostscript-gnu-7.05_3 >> Checksum OK for ghostscript/ghostscript-7.05.tar.bz2. >> Checksum OK for ghostscript/gnu-gs-fonts-std-6.0.tar.gz. >> Checksum OK for ghostscript/gnu-gs-fonts-other-6.0.tar.gz. >> Checksum OK for ghostscript/gdevcd8.tar.gz. >> Checksum OK for ghostscript/hpdj-2.6.tar.gz. >> Checksum OK for ghostscript/pcl3-3.3.tar.gz. >> Checksum OK for ghostscript/gdevdj9.c.gz. >> Checksum OK for ghostscript/gimp-print-4.2.1.tar.gz. >> Checksum OK for ghostscript/gdevmd2k-0.2a.tar.gz. >> Checksum OK for ghostscript/gdevalps-0.21.tar.gz. >> Checksum OK for ghostscript/gdev10v.tar.gz. >> Checksum OK for ghostscript/gs7.05-bjc250-v0.756.diff.gz. >> Checksum OK for ghostscript/gdevlips-2.4.0.tar.gz. >> Checksum OK for ghostscript/dmprt-2.01.tar.gz. >> Checksum OK for ghostscript/epag-3.09.tar.gz. >> Checksum mismatch for ghostscript/eplaser-3.0.4-651.tgz. >> Checksum OK for ghostscript/gdevmjc-0.8.tar.gz. >> Checksum OK for ghostscript/gdevnpdl-1.6.3.tar.gz. >> Checksum OK for ghostscript/Samsung-SmartGDI-all-GS.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/print/ghostscript-gnu/disti nfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 I just re-updated my ports tree and re-downloaded the distfile in question, same results. A release build I started, using a CVS repository about ten hours old, failed in the same way. A release build from 25 October built the docproj port and its dependencies without incident. Could some ghostscript expert look into this? I'm kind of concerned, since it prevents release builds that include documentation. :-( Thanks! Bruce. PS. I probably have a distfile with the old checksum lying around somewhere, but that doesn't change the fact that we need to fix this. --==_Exmh_1257813761P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9wMwl2MoxcVugUsMRAq8BAJoCaxhQbWMGgnFWN1QGnXt3rwE55wCg+XRd 4OypA55zhQZFJn27Lv98A8Q= =0NjF -----END PGP SIGNATURE----- --==_Exmh_1257813761P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 22:55:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 244B637B404 for ; Wed, 30 Oct 2002 22:55:16 -0800 (PST) Received: from gurudom.ramax.com (h68-145-192-28.cg.shawcable.net [68.145.192.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 241E243E4A for ; Wed, 30 Oct 2002 22:55:15 -0800 (PST) (envelope-from simuran@shaw.ca) Received: (qmail 10340 invoked from network); 31 Oct 2002 06:55:14 -0000 Received: from unknown (HELO bismark.io.sys) (10.0.0.1) by netopia.io.sys with SMTP; 31 Oct 2002 06:55:14 -0000 Subject: Re: py-psycopg From: Alex Rodioukov To: Patrick Li Cc: freebsd-ports@freebsd.org In-Reply-To: <20021030130307.A49304@FreeBSD.org> References: <20021030130307.A49304@FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 23:55:14 -0700 Message-Id: <1036047314.9183.10.camel@bismark.io.sys> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 14:03, Patrick Li wrote: > Hello, with the PR you submitted, the configure script cannot find pg_types.h > It doesnt seem to be installed by the postgresql7 port. Uh, I see the problem... You need to install-all-headers for PostgreSQL to get required headers and postgresql7 port doesn't do that. I'm actually not sure what to do at this point, maybe something like mozilla-headers but for postgres port. I'll make a copy to ports-, hopefully someone there will have an idea. > -pat Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 22:58:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1049537B401; Wed, 30 Oct 2002 22:58:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B54EC43E3B; Wed, 30 Oct 2002 22:58:36 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (jkoshy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V6wax3016459; Wed, 30 Oct 2002 22:58:36 -0800 (PST) (envelope-from jkoshy@freefall.freebsd.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V6wanh016455; Wed, 30 Oct 2002 22:58:36 -0800 (PST) Date: Wed, 30 Oct 2002 22:58:36 -0800 (PST) From: Joseph Koshy Message-Id: <200210310658.g9V6wanh016455@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/44138: New port: msp430-binutils: binutils for cross-development for TI's MSP430 MCUs Sender: owner-freebsd-ports@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: msp430-binutils: binutils for cross-development for TI's MSP430 MCUs Responsible-Changed-From-To: freebsd-ports->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Wed Oct 30 22:57:37 PST 2002 Responsible-Changed-Why: Will handle this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=44138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 22:59:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7779437B401; Wed, 30 Oct 2002 22:59:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AC543E42; Wed, 30 Oct 2002 22:59:09 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (jkoshy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V6x9x3016514; Wed, 30 Oct 2002 22:59:09 -0800 (PST) (envelope-from jkoshy@freefall.freebsd.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V6x9Ju016510; Wed, 30 Oct 2002 22:59:09 -0800 (PST) Date: Wed, 30 Oct 2002 22:59:09 -0800 (PST) From: Joseph Koshy Message-Id: <200210310659.g9V6x9Ju016510@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/44139: New port: msp430-gcc: gcc 3.2 for cross-development for TI's MSP430 MCUs Sender: owner-freebsd-ports@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: msp430-gcc: gcc 3.2 for cross-development for TI's MSP430 MCUs Responsible-Changed-From-To: freebsd-ports->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Wed Oct 30 22:58:54 PST 2002 Responsible-Changed-Why: Will handle this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=44139 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 22:59:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A2737B401; Wed, 30 Oct 2002 22:59:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE3B43E3B; Wed, 30 Oct 2002 22:59:35 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (jkoshy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V6xZx3016559; Wed, 30 Oct 2002 22:59:35 -0800 (PST) (envelope-from jkoshy@freefall.freebsd.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V6xZ67016555; Wed, 30 Oct 2002 22:59:35 -0800 (PST) Date: Wed, 30 Oct 2002 22:59:35 -0800 (PST) From: Joseph Koshy Message-Id: <200210310659.g9V6xZ67016555@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/44140: New port: msp430-libc: libc & libm for cross-development for TI's MSP430 MCUs Sender: owner-freebsd-ports@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: msp430-libc: libc & libm for cross-development for TI's MSP430 MCUs Responsible-Changed-From-To: freebsd-ports->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Wed Oct 30 22:59:18 PST 2002 Responsible-Changed-Why: Will handle this port. http://www.freebsd.org/cgi/query-pr.cgi?pr=44140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 30 23: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3738337B401; Wed, 30 Oct 2002 23:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC45143E42; Wed, 30 Oct 2002 23:00:11 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (jkoshy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V70Bx3016696; Wed, 30 Oct 2002 23:00:11 -0800 (PST) (envelope-from jkoshy@freefall.freebsd.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V70BPf016689; Wed, 30 Oct 2002 23:00:11 -0800 (PST) Date: Wed, 30 Oct 2002 23:00:11 -0800 (PST) From: Joseph Koshy Message-Id: <200210310700.g9V70BPf016689@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: ports/44141: New port: msp430-gdb: gdb & simulator for cross-development for TI's MSP430 MCUs Sender: owner-freebsd-ports@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: msp430-gdb: gdb & simulator for cross-development for TI's MSP430 MCUs Responsible-Changed-From-To: freebsd-ports->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Wed Oct 30 22:59:42 PST 2002 Responsible-Changed-Why: Will handle this port submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=44141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 0:16:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (unknown [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E277537B401 for ; Thu, 31 Oct 2002 00:16:46 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF76A43E77 for ; Thu, 31 Oct 2002 00:16:40 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id g9V8FD01041694; Thu, 31 Oct 2002 03:15:14 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: update to bonobo-activation 1.0.4 problems From: Joe Marcus Clarke To: "William N. Culler Jr." Cc: ports@FreeBSD.ORG In-Reply-To: <1036025920.23240.8.camel@wc.evilnet.org> References: <1036025920.23240.8.camel@wc.evilnet.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 03:16:26 -0500 Message-Id: <1036052190.382.14.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 2002-10-30 at 19:58, William N. Culler Jr. wrote: > I am running 4.7 RELEASE and today I just so happened to run a > portupgrade that upgraded bonobo-activation to 1.0.4 this went fine, but > when I restarted Gnome it locked up while loading the desktop which > never succeeded to load. I reinstalled bonobo-activation 1.0.3 and it > loaded fine. I decided to go ahead and do a fresh install of the Gnome2 > port to see if that fixed the problem, but everything that depends on > the new bonobo-activation fails to compile and errors out after > bonobo-activation 1.0.4 is compiled and installed. Just wanted to bring > it to people's attention. Unfortunately, being on the road, I cannot fully analyze this problem. As a shot in the dark, can you try a reboot after installing bonono-activation? This will make sure that the bonobo server stops as well as things like gconfd-2. If I get reports that this does not work, I'll revert to 1.0.3 until I get back to my GNOME 2 development machines. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 0:30:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26CA37B401 for ; Thu, 31 Oct 2002 00:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 743F743E8A for ; Thu, 31 Oct 2002 00:30: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 g9V8U3x3057753 for ; Thu, 31 Oct 2002 00: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 g9V8U3oL057752; Thu, 31 Oct 2002 00:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7880B37B401 for ; Thu, 31 Oct 2002 00:29:52 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D83C43E8A for ; Thu, 31 Oct 2002 00:29:51 -0800 (PST) (envelope-from lev@ftp.translate.ru) Received: from ftp.translate.ru (localhost [127.0.0.1]) by ftp.translate.ru (8.12.5/8.12.5) with ESMTP id g9V8TCD3020711 for ; Thu, 31 Oct 2002 11:29:12 +0300 (MSK) (envelope-from lev@ftp.translate.ru) Received: (from lev@localhost) by ftp.translate.ru (8.12.5/8.12.5/Submit) id g9V8T76W020710; Thu, 31 Oct 2002 11:29:07 +0300 (MSK) Message-Id: <200210310829.g9V8T76W020710@ftp.translate.ru> Date: Thu, 31 Oct 2002 11:29:07 +0300 (MSK) From: "Lev A. Serebryakov" Reply-To: "Lev A. Serebryakov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44776: xx for port xx/xx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44776 >Category: ports >Synopsis: xx for port xx/xx >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 00:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sereb.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 8 20:06:13 MSD 2002 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386 Ports collection: 31 Oct 2002 >Description: scribus port (new version 0.8) could not be compiled at all. I have autoconf & automake & autoconf14 & automake213 installed. When I try to install `original' port, I got: ============================================================================== freebsd# make ===> Extracting for scribus-0.8 >How-To-Repeat: Try to build scribus >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for scribus/scribus-0.8.tar.gz. >> Checksum OK for scribus/Fonts.diff. >> Checksum OK for scribus/Palette.diff. ===> scribus-0.8 depends on file: /usr/X11R6/bin/moc - found ===> scribus-0.8 depends on executable: gmake - found ===> Patching for scribus-0.8 ===> Applying distribution patches for scribus-0.8 ===> Applying FreeBSD patches for scribus-0.8 ===> Configuring for scribus-0.8 creating cache ./config.cache checking host system type... i386-portbld-freebsd4.6 checking target system type... i386-portbld-freebsd4.6 checking build system type... i386-portbld-freebsd4.6 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for _cmsChannelsOf in -llcms... no checking for TIFFOpen in -ltiff... yes checking for dlopen in -lc... yes checking for gcc... cc checking whether the C compiler (cc -O -pipe -march=pentium ) works... yes checking whether the C compiler (cc -O -pipe -march=pentium ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for c++... c++ checking whether the C++ compiler (c++ -O -pipe -march=pentium ) works... yes checking whether the C++ compiler (c++ -O -pipe -march=pentium ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking whether c++ supports -fno-exceptions... yes checking whether c++ supports -fno-check-new... yes checking whether c++ supports -fexceptions... yes checking how to run the C++ preprocessor... c++ -E checking whether c++ supports -frepo... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for ranlib... ranlib checking for strip... strip checking for Cygwin environment... no checking for mingw32 environment... no updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... (skipping, using no) no checking for objdir... .libs checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes finding the maximum length of command line arguments... 36865 checking if cc supports -c -o file.o... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking command to parse /usr/bin/nm -B output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlopen in -ldl... no checking for dlopen... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache loading cache ./config.cache within ltconfig checking host system type... i386-portbld-freebsd4.6 checking build system type... i386-portbld-freebsd4.6 ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes checking for objdir... .libs checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes finding the maximum length of command line arguments... (cached) 36865 checking if c++ supports -c -o file.o... (cached) yes checking if c++ supports -fno-rtti -fno-exceptions ... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking command to parse /usr/bin/nm -B output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlfcn.h... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no appending configuration tag "CXX" to libtool checking for object suffix... o checking for executable suffix... no checking for extra includes... no checking for extra libs... added checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for main in -lutil... yes checking for main in -lcompat... yes checking for crypt in -lcrypt... yes checking for socklen_t... socklen_t checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for res_init... yes checking for killpg in -lucb... no checking size of int... 4 checking size of long... 4 checking size of char *... 4 checking size of char... 1 checking for dlopen in -ldl... (cached) no checking for shl_unload in -ldld... no checking for libz... -lz checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for Xinerama... no checking for pthread_create in -lpthread... no checking whether c++ supports -pthread... yes checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt checking for moc... /usr/X11R6/bin/moc checking for uic... /usr/X11R6/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking if CVS should be compiled... no checking if admin should be compiled... no checking if scribus should be compiled... yes updating cache ./config.cache creating ./config.status creating Makefile creating scribus/Makefile creating scribus/docs/Makefile creating scribus/docs/en/Makefile creating scribus/docs/de/Makefile creating scribus/docs/de/images/Makefile creating scribus/docs/de/images/tools/Makefile creating scribus/docs/de/images/tutorial/Makefile creating scribus/docs/de/tutorial/Makefile creating scribus/docs/de/images/preferences/Makefile creating scribus/icons/Makefile creating scribus/docs/fr/Makefile creating scribus/docs/fr/tutorial/Makefile creating scribus/docs/fr/tutorial/images/Makefile creating scribus/docs/fr/images/Makefile creating scribus/libabout/Makefile creating scribus/libprefs/Makefile creating scribus/plugins/libchar/Makefile creating scribus/plugins/Makefile creating scribus/libpostscript/Makefile creating scribus/profiles/Makefile creating scribus/libpdf/Makefile creating scribus/samples/Makefile creating config.h ===> Building for scribus-0.8 cd . && aclocal cd . && automake --foreign --include-deps Makefile Makefile.am:5: EXTRA_DIST multiply defined in condition TRUE EXTRA_DIST (User, where = 5) = { TRUE => scribus.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO scribus.lsm desktop.scribus Changes0.6-0.8.txt } gmake: *** [Makefile.in] Error 1 *** Error code 2 Stop in /usr/ports/print/scribus. freebsd# ============================================================================== Ok, I uncomment `#USE_AITOMAKE_VER=14' line in Makefile: ============================================================================== freebsd# make ===> Extracting for scribus-0.8 >> Checksum OK for scribus/scribus-0.8.tar.gz. >> Checksum OK for scribus/Fonts.diff. >> Checksum OK for scribus/Palette.diff. ===> scribus-0.8 depends on file: /usr/X11R6/bin/moc - found ===> scribus-0.8 depends on executable: gmake - found ===> scribus-0.8 depends on executable: automake14 - found ===> scribus-0.8 depends on executable: autoconf213 - found ===> Patching for scribus-0.8 ===> Applying distribution patches for scribus-0.8 ===> Applying FreeBSD patches for scribus-0.8 ===> Configuring for scribus-0.8 creating cache ./config.cache checking host system type... i386-portbld-freebsd4.6 checking target system type... i386-portbld-freebsd4.6 checking build system type... i386-portbld-freebsd4.6 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for _cmsChannelsOf in -llcms... no checking for TIFFOpen in -ltiff... yes checking for dlopen in -lc... yes checking for gcc... cc checking whether the C compiler (cc -O -pipe -march=pentium ) works... yes checking whether the C compiler (cc -O -pipe -march=pentium ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for c++... c++ checking whether the C++ compiler (c++ -O -pipe -march=pentium ) works... yes checking whether the C++ compiler (c++ -O -pipe -march=pentium ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking whether c++ supports -fno-exceptions... yes checking whether c++ supports -fno-check-new... yes checking whether c++ supports -fexceptions... yes checking how to run the C++ preprocessor... c++ -E checking whether c++ supports -frepo... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for ranlib... ranlib checking for strip... strip checking for Cygwin environment... no checking for mingw32 environment... no updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... (skipping, using no) no checking for objdir... .libs checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes finding the maximum length of command line arguments... 36865 checking if cc supports -c -o file.o... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking command to parse /usr/bin/nm -B output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlopen in -ldl... no checking for dlopen... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache loading cache ./config.cache within ltconfig checking host system type... i386-portbld-freebsd4.6 checking build system type... i386-portbld-freebsd4.6 ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes checking for objdir... .libs checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes finding the maximum length of command line arguments... (cached) 36865 checking if c++ supports -c -o file.o... (cached) yes checking if c++ supports -fno-rtti -fno-exceptions ... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking command to parse /usr/bin/nm -B output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlfcn.h... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no appending configuration tag "CXX" to libtool checking for object suffix... o checking for executable suffix... no checking for extra includes... no checking for extra libs... added checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for main in -lutil... yes checking for main in -lcompat... yes checking for crypt in -lcrypt... yes checking for socklen_t... socklen_t checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for res_init... yes checking for killpg in -lucb... no checking size of int... 4 checking size of long... 4 checking size of char *... 4 checking size of char... 1 checking for dlopen in -ldl... (cached) no checking for shl_unload in -ldld... no checking for libz... -lz checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for Xinerama... no checking for pthread_create in -lpthread... no checking whether c++ supports -pthread... yes checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt checking for moc... /usr/X11R6/bin/moc checking for uic... /usr/X11R6/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking if CVS should be compiled... no checking if admin should be compiled... no checking if scribus should be compiled... yes updating cache ./config.cache creating ./config.status creating Makefile creating scribus/Makefile creating scribus/docs/Makefile creating scribus/docs/en/Makefile creating scribus/docs/de/Makefile creating scribus/docs/de/images/Makefile creating scribus/docs/de/images/tools/Makefile creating scribus/docs/de/images/tutorial/Makefile creating scribus/docs/de/tutorial/Makefile creating scribus/docs/de/images/preferences/Makefile creating scribus/icons/Makefile creating scribus/docs/fr/Makefile creating scribus/docs/fr/tutorial/Makefile creating scribus/docs/fr/tutorial/images/Makefile creating scribus/docs/fr/images/Makefile creating scribus/libabout/Makefile creating scribus/libprefs/Makefile creating scribus/plugins/libchar/Makefile creating scribus/plugins/Makefile creating scribus/libpostscript/Makefile creating scribus/profiles/Makefile creating scribus/libpdf/Makefile creating scribus/samples/Makefile creating config.h ===> Building for scribus-0.8 gmake all-recursive gmake[1]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8' Making all in scribus gmake[2]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus' Making all in docs gmake[3]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs' Making all in en gmake[4]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/en' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/en' Making all in de gmake[4]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de' Making all in images gmake[5]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images' Making all in tools gmake[6]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images/tools' gmake[6]: Nothing to be done for `all'. gmake[6]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images/tools' Making all in tutorial gmake[6]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images/tutorial' gmake[6]: Nothing to be done for `all'. gmake[6]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images/tutorial' Making all in preferences gmake[6]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images/preferences' gmake[6]: Nothing to be done for `all'. gmake[6]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images/preferences' gmake[6]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images' gmake[6]: Nothing to be done for `all-am'. gmake[6]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images' gmake[5]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/images' Making all in tutorial gmake[5]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/tutorial' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de/tutorial' gmake[5]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de' gmake[4]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/de' Making all in fr gmake[4]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr' Making all in tutorial gmake[5]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/tutorial' Making all in images gmake[6]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/tutorial/images' gmake[6]: Nothing to be done for `all'. gmake[6]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/tutorial/images' gmake[6]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/tutorial' gmake[6]: Nothing to be done for `all-am'. gmake[6]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/tutorial' gmake[5]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/tutorial' Making all in images gmake[5]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/images' gmake[5]: Nothing to be done for `all'. gmake[5]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr/images' gmake[5]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr' gmake[5]: Nothing to be done for `all-am'. gmake[5]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr' gmake[4]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs/fr' gmake[4]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs' gmake[3]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/docs' Making all in icons gmake[3]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/icons' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/icons' Making all in libabout gmake[3]: Entering directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/libabout' /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -O2 -O -pipe -march=pentium -fno-exce ptions -fno-check-new -c about.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -O2 -O -pipe -march=pentium -fno-exceptions -fno-check-new -c about.cpp -fPIC -DPIC -o .libs/about.o about.cpp:2: about.moc: No such file or directory gmake[3]: *** [about.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus/libabout' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8/scribus' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/print/scribus/work/scribus-0.8' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/print/scribus. freebsd# ============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 0:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C5B37B401 for ; Thu, 31 Oct 2002 00:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851AD43E75 for ; Thu, 31 Oct 2002 00:50: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 g9V8o3x3064808 for ; Thu, 31 Oct 2002 00:50: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 g9V8o3v7064807; Thu, 31 Oct 2002 00:50:03 -0800 (PST) Date: Thu, 31 Oct 2002 00:50:03 -0800 (PST) Message-Id: <200210310850.g9V8o3v7064807@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Lev Serebryakov Subject: Re: ports/44776: xx for port xx/xx Reply-To: Lev Serebryakov Sender: owner-freebsd-ports@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/44776; it has been noted by GNATS. From: Lev Serebryakov To: freebsd-gnats-submit@FreeBSD.org, lev@serebryakov.spb.ru Cc: Subject: Re: ports/44776: xx for port xx/xx Date: Thu, 31 Oct 2002 11:40:35 +0300 Hello. Of course, synopsis should be: >Synopsis: Port print/scribus could not be compiled I'm sorry for mistake. Lev Serebryakov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 0:52:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD1437B401; Thu, 31 Oct 2002 00:52:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF4A43E3B; Thu, 31 Oct 2002 00:52:17 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9V8qHx3068187; Thu, 31 Oct 2002 00:52:17 -0800 (PST) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9V8qHnx068183; Thu, 31 Oct 2002 00:52:17 -0800 (PST) Date: Thu, 31 Oct 2002 00:52:17 -0800 (PST) From: Trevor Johnson Message-Id: <200210310852.g9V8qHnx068183@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, alane@FreeBSD.org Subject: Re: ports/44776: xx for port xx/xx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: xx for port xx/xx Responsible-Changed-From-To: freebsd-ports->alane Responsible-Changed-By: trevor Responsible-Changed-When: Thu Oct 31 00:51:43 PST 2002 Responsible-Changed-Why: maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44776 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 1:13:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB5C37B401; Thu, 31 Oct 2002 01:13:14 -0800 (PST) Received: from ncsmtp02.ogw.rr.com (ncsmtp02.ogw.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD79F43E42; Thu, 31 Oct 2002 01:13:03 -0800 (PST) (envelope-from bts@fake.com) Received: from mail7.nc.rr.com (fe7 [24.93.67.54]) by ncsmtp02.ogw.rr.com (8.12.5/8.12.2) with ESMTP id g9V9Cxup025660; Thu, 31 Oct 2002 04:12:59 -0500 (EST) Received: from this.is.fake.com ([24.162.238.30]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 31 Oct 2002 04:12:22 -0500 Received: by this.is.fake.com (Postfix, from userid 111) id D8471BA12; Thu, 31 Oct 2002 04:12:48 -0500 (EST) Content-Type: text/plain; charset="us-ascii" From: "Brian T. Schellenberger" To: cfs-users@research.att.com Subject: cfs and memory usage . . . Date: Thu, 31 Oct 2002 04:12:48 -0500 User-Agent: KMail/1.4.2 Cc: jdp@polstra.com, green@freebsd.org, cfs-users@nsa.research.att.com, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210310412.48667.bts@babbleon.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I use the FreeBSD "port" of cfs, and I have noticed that it is very greedy in using memory. Now, I'm a little unfriendly to it now in that I have a number of cfs file systems set up but even when I only had one or two it would behave the same way: Memory usage is fine for "normal" activities, but if I do something that scans lots of files, such as running a "find" command that greps over the files in the CFS area or something, memory usage will shoot up to astronomical levels (eg, over 300M or more). And that memory will never be freed. This will so exhaust memory that the system will frequently crash not long afterwards. Now, it looks like cfs is *meant* to respond to a SIGALRM and clean up memory that's no longer needed, and additionally to go through this cleanup automatically every 60 seconds: signal(SIGALRM,grimreap); alarm(60); /* every 60 secs */ (at the end of main). But it looks like something is preventing this from happening, or the grimreap routine just never agrees to clean up anything. I know that there are parameters I can tune to use less total memory but I'm wondering if other people have seen this behavior and what, if anything you did to deal with it. Thanks for any hints that anybody can offer. -- Brian, the man from Babble-On . . . . bts@babbleon.org (personal) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 1:40:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6656337B401 for ; Thu, 31 Oct 2002 01:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E22D43E6E for ; Thu, 31 Oct 2002 01: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 g9V9eCx3087477 for ; Thu, 31 Oct 2002 01:40: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 g9V9eCae087476; Thu, 31 Oct 2002 01:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F9937B401 for ; Thu, 31 Oct 2002 01:32:05 -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 DE04B43E77 for ; Thu, 31 Oct 2002 01:32:03 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.116.159.215]) by t-mta7.odn.ne.jp with ESMTP id <20021031093202681.SFKO.2063.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Thu, 31 Oct 2002 18:32:02 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 67B37841B; Thu, 31 Oct 2002 18:32:00 +0900 (JST) Message-Id: <20021031093200.67B37841B@hadaly.dyndns.org> Date: Thu, 31 Oct 2002 18:32:00 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44777: New port: net/p5-Net-DNS-SEC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44777 >Category: ports >Synopsis: New port: net/p5-Net-DNS-SEC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 01:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Note, Net::DNS::SEC 0.07 has already been released but it requires Crypt::OpenSSL::DSA 0.10 which requires perl 5.6, so use this version. >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: # # p5-Net-DNS-SEC # p5-Net-DNS-SEC/Makefile # p5-Net-DNS-SEC/distinfo # p5-Net-DNS-SEC/pkg-comment # p5-Net-DNS-SEC/pkg-descr # p5-Net-DNS-SEC/pkg-plist # echo c - p5-Net-DNS-SEC mkdir -p p5-Net-DNS-SEC > /dev/null 2>&1 echo x - p5-Net-DNS-SEC/Makefile sed 's/^X//' >p5-Net-DNS-SEC/Makefile << 'END-of-p5-Net-DNS-SEC/Makefile' X# New ports collection makefile for: p5-Net-DNS-SEC X# Date created: 21 July 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= Net-DNS-SEC XPORTVERSION= 0.06 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ X http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ X Net::DNS::RR::NXT.3 Net::DNS::RR::SIG.3 X X.include END-of-p5-Net-DNS-SEC/Makefile echo x - p5-Net-DNS-SEC/distinfo sed 's/^X//' >p5-Net-DNS-SEC/distinfo << 'END-of-p5-Net-DNS-SEC/distinfo' XMD5 (Net-DNS-SEC-0.06.tar.gz) = a39e58df8789db70a968dd40665bbf81 END-of-p5-Net-DNS-SEC/distinfo echo x - p5-Net-DNS-SEC/pkg-comment sed 's/^X//' >p5-Net-DNS-SEC/pkg-comment << 'END-of-p5-Net-DNS-SEC/pkg-comment' XDNSSEC extensions to Net::DNS END-of-p5-Net-DNS-SEC/pkg-comment echo x - p5-Net-DNS-SEC/pkg-descr sed 's/^X//' >p5-Net-DNS-SEC/pkg-descr << 'END-of-p5-Net-DNS-SEC/pkg-descr' XThis module implements DNSSEC (RFC 2535), SIG(0) (RFC 2931) and Xdraft-ietf-dnsext-delegation-signer-07.txt. X XWWW: http://www.ripe.net/disi/#NetDNS END-of-p5-Net-DNS-SEC/pkg-descr echo x - p5-Net-DNS-SEC/pkg-plist sed 's/^X//' >p5-Net-DNS-SEC/pkg-plist << 'END-of-p5-Net-DNS-SEC/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/DNS/Keyset.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/DS.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/KEY.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/NXT.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR/SIG.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS/RR 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/DNS 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS/SEC X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/DNS 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true END-of-p5-Net-DNS-SEC/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 1:55:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D0437B401; Thu, 31 Oct 2002 01:55:13 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF9C43E77; Thu, 31 Oct 2002 01:55:12 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.6/8.12.6) with ESMTP id g9V9t2qx091452; Thu, 31 Oct 2002 10:55:02 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.6/8.12.6/Submit) id g9V9t1u0091450; Thu, 31 Oct 2002 10:55:01 +0100 (CET) Date: Thu, 31 Oct 2002 10:55:01 +0100 From: Stijn Hoop To: Eric Anholt Cc: Ying-Chieh Liao , Julian Elischer , ports@freebsd.org Subject: Re: further on GL/gl.h Message-ID: <20021031095500.GB90926@pcwin002.win.tue.nl> References: <1035947942.710.97.camel@anholt.dyndns.org> <20021030093735.GA38762@terry.dragon2.net> <1035999051.707.41.camel@anholt.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <1035999051.707.41.camel@anholt.dyndns.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 30, 2002 at 09:30:50AM -0800, Eric Anholt wrote: > On Wed, 2002-10-30 at 01:37, Ying-Chieh Liao wrote: > > On Tue, Oct 29, 2002 at 19:19:02 -0800, Eric Anholt wrote: > > > You shouldn't have Mesa3 or utah-glx installed if you have > > > XFree86-4-libraries. I don't think you would have linux_mesa and > >=20 > > so we have to deny USE_MESA when XFREE86_VERSION=3D4 ? >=20 > Sorry, I totally botched that. Mesa3 won't install gl.h or libGL if > XFREE86_VERSION=3D4 is set (you have XFree86-4-libraries to provide > those). Thanks for the clarification. --Stijn --=20 "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." -- Kristian Wilson, Nintendo, Inc., 1989 --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9wP30Y3r/tLQmfWcRAq8PAJ9B0rKgk4+j1H+lyTJNfrcM3WWgVQCfaLbC F4quwjai81ixN1S18Mi1pjk= =F3qr -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 1:57:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4E237B401; Thu, 31 Oct 2002 01:57:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B313F43E6E; Thu, 31 Oct 2002 01:57: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 g9V9vGx3094194; Thu, 31 Oct 2002 01:57: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 g9V9vGJ0094190; Thu, 31 Oct 2002 01:57:16 -0800 (PST) Date: Thu, 31 Oct 2002 01:57:16 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200210310957.g9V9vGJ0094190@freefall.freebsd.org> To: fuyuki@hadaly.org, nork@FreeBSD.org, freebsd-ports@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/44777: New port: net/p5-Net-DNS-SEC Sender: owner-freebsd-ports@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: net/p5-Net-DNS-SEC State-Changed-From-To: open->analyzed State-Changed-By: nork State-Changed-When: Thu Oct 31 01:56:56 PST 2002 State-Changed-Why: I'll handle this. Responsible-Changed-From-To: freebsd-ports->nork Responsible-Changed-By: nork Responsible-Changed-When: Thu Oct 31 01:56:56 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=44777 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 2: 5:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E1337B401; Thu, 31 Oct 2002 02:05:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB8743E88; Thu, 31 Oct 2002 02:05:15 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: from freefall.freebsd.org (tom@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VA5Ex3002483; Thu, 31 Oct 2002 02:05:14 -0800 (PST) (envelope-from tom@freefall.freebsd.org) Received: (from tom@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VA5EHW002479; Thu, 31 Oct 2002 02:05:14 -0800 (PST) Date: Thu, 31 Oct 2002 02:05:14 -0800 (PST) From: Tom Hukins Message-Id: <200210311005.g9VA5EHW002479@freefall.freebsd.org> To: dean@odyssey.apana.org.au, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44770: Upgraded Port: net/firedns - New version available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Upgraded Port: net/firedns - New version available State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Thu Oct 31 02:04:40 PST 2002 State-Changed-Why: Superseded by ports/44771 http://www.freebsd.org/cgi/query-pr.cgi?pr=44770 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 2:10:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4482F37B401 for ; Thu, 31 Oct 2002 02:10:09 -0800 (PST) Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200F843E91 for ; Thu, 31 Oct 2002 02:10:08 -0800 (PST) (envelope-from osgene@web.de) Received: from web.de (fmomail02.dlan.cinetic.de [172.20.1.46]) by mailgate5.cinetic.de (8.11.2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id g9VAA1X10350 for ports@freebsd.org; Thu, 31 Oct 2002 11:10:01 +0100 Date: Thu, 31 Oct 2002 11:10:01 +0100 Message-Id: <200210311010.g9VAA1X10350@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: Ossintsev Eugene To: ports@freebsd.org Subject: ghostscript-afpl port problem: Checksum mismatch for ghostscript/eplaser-3.0.4-651.tgz Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hallo, >> Checksum OK for ghostscript/gdevlips-2.4.0.tar.gz. >> Checksum OK for ghostscript/dmprt-2.01.tar.gz. >> Checksum OK for ghostscript/epag-3.09.tar.gz. >> Checksum mismatch for ghostscript/eplaser-3.0.4-651.tgz. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> Checksum OK for ghostscript/gdevmjc-0.8.tar.gz. >> Checksum OK for ghostscript/gdevnpdl-1.6.3.tar.gz. >> Checksum OK for ghostscript/Samsung-SmartGDI-all-GS.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/print/ghostscript-afpl-nox1 1/../ghostscript-afpl/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/print/ghostscript-afpl-nox11. ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 2:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF8D37B401 for ; Thu, 31 Oct 2002 02:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C111E43E77 for ; Thu, 31 Oct 2002 02:40: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 g9VAe2x3014043 for ; Thu, 31 Oct 2002 02:40: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 g9VAe2G2014042; Thu, 31 Oct 2002 02:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F7737B401 for ; Thu, 31 Oct 2002 02:39:32 -0800 (PST) Received: from gnu.carrier.kiev.ua (gnu.carrier.kiev.ua [193.193.193.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A6D43E75 for ; Thu, 31 Oct 2002 02:39:30 -0800 (PST) (envelope-from mt@gnu.carrier.kiev.ua) Received: from gnu.carrier.kiev.ua (mt@localhost [127.0.0.1]) by gnu.carrier.kiev.ua (8.12.3/8.12.3) with ESMTP id g9VAdQUK055746; Thu, 31 Oct 2002 12:39:26 +0200 (EET) (envelope-from mt@gnu.carrier.kiev.ua) Received: (from mt@localhost) by gnu.carrier.kiev.ua (8.12.3/8.12.3/Submit) id g9VAdO1a055740; Thu, 31 Oct 2002 12:39:24 +0200 (EET) Message-Id: <200210311039.g9VAdO1a055740@gnu.carrier.kiev.ua> Date: Thu, 31 Oct 2002 12:39:24 +0200 (EET) From: Maxim Tulyuk Reply-To: Maxim Tulyuk To: FreeBSD-gnats-submit@FreeBSD.org Cc: Maxim Tulyuk X-Send-Pr-Version: 3.113 Subject: ports/44778: Update port: palm/plucker to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44778 >Category: ports >Synopsis: Update port: palm/plucker to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 02:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Maxim Tulyuk >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: ISP "LuckyNet" >Environment: System: FreeBSD gnu.carrier.kiev.ua 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #1: Mon Aug 19 18:56:34 EEST 2002 root@gnu.carrier.kiev.ua:/usr/obj/usr/src/sys/gnu i386 >Description: - Update to 1.2 - Use gmake - Add spain, russian and turkish prcs >How-To-Repeat: >Fix: diff -uNr plucker.old/Makefile plucker/Makefile --- plucker.old/Makefile Wed Oct 30 00:22:26 2002 +++ plucker/Makefile Thu Oct 31 12:01:40 2002 @@ -6,9 +6,9 @@ # PORTNAME= plucker -PORTVERSION= 1.1.14 +PORTVERSION= 1.2 CATEGORIES= palm www -MASTER_SITES= http://plkr.org/download/plucker-1.1/ +MASTER_SITES= http://downloads.plkr.org/1.2/ DISTNAME= ${PORTNAME}_bin-${PORTVERSION} MAINTAINER= mt@primats.org.ua @@ -22,12 +22,15 @@ USE_PYTHON= yes USE_BZIP2= yes +USE_GMAKE= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install-prc-files install-data install-pyplucker HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} \ - --disable-docbuild \ + --disable-desktopbuild \ + --disable-unpluck \ + --disable-explode \ --disable-palmosbuild MAN1= pluck-comics.1 plucker-build.1 plucker-decode.1 \ plucker-dump.1 plucker-setup.1 diff -uNr plucker.old/distinfo plucker/distinfo --- plucker.old/distinfo Wed Oct 30 00:22:26 2002 +++ plucker/distinfo Thu Oct 31 11:26:11 2002 @@ -1 +1 @@ -MD5 (plucker_bin-1.1.14.tar.bz2) = 81571d88ed5c009491cb50509bd38ec8 +MD5 (plucker_bin-1.2.tar.bz2) = eaf8e335bc258066b02767e9f0e631f2 diff -uNr plucker.old/files/patch-configure plucker/files/patch-configure --- plucker.old/files/patch-configure Tue Oct 29 15:25:34 2002 +++ plucker/files/patch-configure Thu Oct 31 11:36:49 2002 @@ -1,11 +1,11 @@ ---- configure.orig Sat Oct 27 22:06:04 2001 -+++ configure Sun Sep 15 00:26:05 2002 -@@ -974,7 +974,7 @@ +--- configure.orig Thu Oct 17 00:59:25 2002 ++++ configure Thu Oct 31 11:36:31 2002 +@@ -1126,7 +1126,7 @@ test -n "$SED" && break done -- $SED --version 2>&1 | grep GNU >/dev/null 2>&1 -+# $SED --version 2>&1 | grep GNU >/dev/null 2>&1 +- $SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1 ++# $SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1 if test "$?" != "0" ; then echo "configure: warning: "Version of sed on path must be GNU sed to build manual"" 1>&2 BUILD_MANUAL=no diff -uNr plucker.old/files/patch-configure.in plucker/files/patch-configure.in --- plucker.old/files/patch-configure.in Tue Oct 29 15:25:34 2002 +++ plucker/files/patch-configure.in Thu Oct 31 11:38:31 2002 @@ -1,11 +1,11 @@ ---- configure.in.orig Sat Oct 27 22:06:03 2001 -+++ configure.in Sun Sep 15 00:22:44 2002 -@@ -202,7 +202,7 @@ +--- configure.in.orig Thu Oct 17 00:59:24 2002 ++++ configure.in Thu Oct 31 11:38:03 2002 +@@ -229,7 +229,7 @@ if test "$BUILD_MANUAL" = "yes"; then AC_PATH_PROGS(SED, gsed sed) -- [$SED --version 2>&1 | grep GNU >/dev/null 2>&1] -+dnl [$SED --version 2>&1 | grep GNU >/dev/null 2>&1] +- [$SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1] ++dnl [$SED --version 2>&1 < /dev/null | grep GNU >/dev/null 2>&1] if test "$?" != "0" ; then AC_MSG_WARN("Version of sed on path must be GNU sed to build manual") BUILD_MANUAL=no diff -uNr plucker.old/pkg-plist plucker/pkg-plist --- plucker.old/pkg-plist Fri Oct 5 17:55:02 2001 +++ plucker/pkg-plist Thu Oct 31 12:19:12 2002 @@ -33,6 +33,9 @@ %%PYTHON_SITELIBDIR%%/PyPlucker/Retriever.py %%PYTHON_SITELIBDIR%%/PyPlucker/Retriever.pyc %%PYTHON_SITELIBDIR%%/PyPlucker/Retriever.pyo +%%PYTHON_SITELIBDIR%%/PyPlucker/Profiling.py +%%PYTHON_SITELIBDIR%%/PyPlucker/Profiling.pyc +%%PYTHON_SITELIBDIR%%/PyPlucker/Profiling.pyo %%PYTHON_SITELIBDIR%%/PyPlucker/Spider.py %%PYTHON_SITELIBDIR%%/PyPlucker/Spider.pyc %%PYTHON_SITELIBDIR%%/PyPlucker/Spider.pyo @@ -42,12 +45,18 @@ %%PYTHON_SITELIBDIR%%/PyPlucker/Url.py %%PYTHON_SITELIBDIR%%/PyPlucker/Url.pyc %%PYTHON_SITELIBDIR%%/PyPlucker/Url.pyo +%%PYTHON_SITELIBDIR%%/PyPlucker/UtilFns.py +%%PYTHON_SITELIBDIR%%/PyPlucker/UtilFns.pyc +%%PYTHON_SITELIBDIR%%/PyPlucker/UtilFns.pyo %%PYTHON_SITELIBDIR%%/PyPlucker/Writer.py %%PYTHON_SITELIBDIR%%/PyPlucker/Writer.pyc %%PYTHON_SITELIBDIR%%/PyPlucker/Writer.pyo %%PYTHON_SITELIBDIR%%/PyPlucker/__init__.py %%PYTHON_SITELIBDIR%%/PyPlucker/__init__.pyc %%PYTHON_SITELIBDIR%%/PyPlucker/__init__.pyo +%%PYTHON_SITELIBDIR%%/PyPlucker/helper/CharsetMapping.py +%%PYTHON_SITELIBDIR%%/PyPlucker/helper/CharsetMapping.pyc +%%PYTHON_SITELIBDIR%%/PyPlucker/helper/CharsetMapping.pyo %%PYTHON_SITELIBDIR%%/PyPlucker/helper/PQAAppInfo.py %%PYTHON_SITELIBDIR%%/PyPlucker/helper/PQAAppInfo.pyc %%PYTHON_SITELIBDIR%%/PyPlucker/helper/PQAAppInfo.pyo @@ -71,16 +80,18 @@ %%PORTDOCS%%share/doc/plucker/manual/Bookmarks.gif %%PORTDOCS%%share/doc/plucker/manual/Category.gif %%PORTDOCS%%share/doc/plucker/manual/CopyURL.gif +%%PORTDOCS%%share/doc/plucker/manual/DBFormat.html %%PORTDOCS%%share/doc/plucker/manual/DBMgr.gif %%PORTDOCS%%share/doc/plucker/manual/EditBookmarks.gif %%PORTDOCS%%share/doc/plucker/manual/Find.gif +%%PORTDOCS%%share/doc/plucker/manual/Gestures.gif +%%PORTDOCS%%share/doc/plucker/manual/HWButtons.gif %%PORTDOCS%%share/doc/plucker/manual/Mail.gif %%PORTDOCS%%share/doc/plucker/manual/MainScreen.gif %%PORTDOCS%%share/doc/plucker/manual/Plucker_Doc.css %%PORTDOCS%%share/doc/plucker/manual/Plucker_Doc.html %%PORTDOCS%%share/doc/plucker/manual/Prefs.gif %%PORTDOCS%%share/doc/plucker/manual/Result.gif -%%PORTDOCS%%share/doc/plucker/manual/Start.gif %%PORTDOCS%%share/doc/plucker/manual/TapAction.gif %%PORTDOCS%%share/doc/plucker/manual/chicken-head.gif %%PORTDOCS%%share/doc/plucker/manual/contents.png @@ -166,6 +177,8 @@ %%PORTDOCS%%share/doc/plucker/manual/node78.html %%PORTDOCS%%share/doc/plucker/manual/node79.html %%PORTDOCS%%share/doc/plucker/manual/node8.html +%%PORTDOCS%%share/doc/plucker/manual/node80.html +%%PORTDOCS%%share/doc/plucker/manual/node81.html %%PORTDOCS%%share/doc/plucker/manual/node9.html %%PORTDOCS%%share/doc/plucker/manual/prev.png %%PORTDOCS%%share/doc/plucker/manual/prev_g.png @@ -180,11 +193,14 @@ share/plucker/viewer_da.prc share/plucker/viewer_de.prc share/plucker/viewer_en.prc +share/plucker/viewer_es.prc share/plucker/viewer_fo.prc share/plucker/viewer_fr.prc share/plucker/viewer_it.prc share/plucker/viewer_ja.prc share/plucker/viewer_pl.prc +share/plucker/viewer_ru.prc +share/plucker/viewer_tr.prc share/plucker/viewer_zh_CN.prc @dirrm %%PYTHON_SITELIBDIR%%/PyPlucker/helper @dirrm %%PYTHON_SITELIBDIR%%/PyPlucker >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 3:46: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0995A37B401 for ; Thu, 31 Oct 2002 03:45:57 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867D743E88 for ; Thu, 31 Oct 2002 03:45:55 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 90042 invoked from network); 31 Oct 2002 11:45:54 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 31 Oct 2002 11:45:54 -0000 Message-ID: <3DC11797.57FD64E6@liwing.de> Date: Thu, 31 Oct 2002 12:44:23 +0100 From: Jens Rehsack Organization: LiWing IT-Services X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Greg 'groggy' Lehey Cc: FreeBSD-gnats-submit@FreeBSD.org, ports@freebsd.org Subject: Re: ports/44449: audio/id3lib port fails to build References: <200210250309.g9P397Po002914@current.lemis.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greg 'groggy' Lehey wrote: > > >Number: 44449 > >Category: ports > >Synopsis: audio/id3lib port fails to build > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Oct 24 20:10:01 PDT 2002 > >Closed-Date: > >Last-Modified: > >Originator: Greg 'groggy' Lehey > >Release: FreeBSD 5.0-CURRENT i386 > >Organization: > LEMIS (SA) Pty. Ltd > >Environment: > System: FreeBSD current.lemis.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 24 11:57:57 CST 2002 grog@current.lemis.com:/usr/obj/src/FreeBSD/5-CURRENT-WANTADILLA/src/sys/WANTADILLA i386 > > Not machine dependent > >Description: > audio/id3lib no longer builds under recent -CURRENT. There > are no problems with -STABLE, but at least two with -CURRENT: > > 1. gmake[2]: Entering directory `/src/FreeBSD/ports/audio/id3lib/work/id3lib-3.7.13/examples' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -O -pipe -mcpu=pentiumpro -c demo_info.cpp > demo_info.cpp: In function `void PrintInformation(const ID3_Tag&)': > demo_info.cpp:262: `strlen' undeclared (first use this function) > > 2. After including string.h from that file, the link phase > fails with a large number of undefined references to C++ > library functions. > > >How-To-Repeat: > cd /usr/ports/audio/id3lib > make install > >Fix: > > I suspect this has something to do with recent changes to > headers and libraries. I don't have time to investigate yet. > In view of the impending release of 5.0, it should be > investigated quickly, though. > >Release-Note: > >Audit-Trail: > >Unformatted: I sent the same PR 2 days before (ports/44423) and I had a suspicion 'bout the error. Now I verfied it and I was right. I attach 2 c++ sources. If anyone try build them under a Current installation which is up to date, (s)he will see the reason for the error. It's the consequence from gcc32 which implements the current ANSI C++ standard which is using namespaces but didn't it doing right with the deprecated include files (*.h) for c++. That means that "iostream.h" declares a class instance cout which is defined (libstdc++) in namespace std but declared outside. There are two ways to fix: 1) Fix the gcc32 include files to declare right. 2) Fix the id3lib to use the current ANSI C++ standard (if found a compiler who supports) And a question remains: Who make these fixes and on which source tree. I can do but I don't have any interrest to have many hours of fixing and the result is thrown away. --- BEGIN test1.cc --- #include int main() { cout << "Hello world." << endl; return 0; } --- END test1.cc --- --- BEGIN test2.cc --- #include using namespace std; int main() { cout << "Hello world." << endl; return 0; } --- END test2.cc --- Greetings, Jens -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstraße 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 3:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A717F37B401 for ; Thu, 31 Oct 2002 03:50:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5536D43E77 for ; Thu, 31 Oct 2002 03: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 g9VBo4x3045166 for ; Thu, 31 Oct 2002 03:50: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 g9VBo4TY045165; Thu, 31 Oct 2002 03:50:04 -0800 (PST) Date: Thu, 31 Oct 2002 03:50:04 -0800 (PST) Message-Id: <200210311150.g9VBo4TY045165@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jens Rehsack Subject: Re: ports/44449: audio/id3lib port fails to build Reply-To: Jens Rehsack Sender: owner-freebsd-ports@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/44449; it has been noted by GNATS. From: Jens Rehsack To: Greg 'groggy' Lehey Cc: FreeBSD-gnats-submit@FreeBSD.org, ports@freebsd.org Subject: Re: ports/44449: audio/id3lib port fails to build Date: Thu, 31 Oct 2002 12:44:23 +0100 Greg 'groggy' Lehey wrote: > > >Number: 44449 > >Category: ports > >Synopsis: audio/id3lib port fails to build > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Oct 24 20:10:01 PDT 2002 > >Closed-Date: > >Last-Modified: > >Originator: Greg 'groggy' Lehey > >Release: FreeBSD 5.0-CURRENT i386 > >Organization: > LEMIS (SA) Pty. Ltd > >Environment: > System: FreeBSD current.lemis.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 24 11:57:57 CST 2002 grog@current.lemis.com:/usr/obj/src/FreeBSD/5-CURRENT-WANTADILLA/src/sys/WANTADILLA i386 > > Not machine dependent > >Description: > audio/id3lib no longer builds under recent -CURRENT. There > are no problems with -STABLE, but at least two with -CURRENT: > > 1. gmake[2]: Entering directory `/src/FreeBSD/ports/audio/id3lib/work/id3lib-3.7.13/examples' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -O -pipe -mcpu=pentiumpro -c demo_info.cpp > demo_info.cpp: In function `void PrintInformation(const ID3_Tag&)': > demo_info.cpp:262: `strlen' undeclared (first use this function) > > 2. After including string.h from that file, the link phase > fails with a large number of undefined references to C++ > library functions. > > >How-To-Repeat: > cd /usr/ports/audio/id3lib > make install > >Fix: > > I suspect this has something to do with recent changes to > headers and libraries. I don't have time to investigate yet. > In view of the impending release of 5.0, it should be > investigated quickly, though. > >Release-Note: > >Audit-Trail: > >Unformatted: I sent the same PR 2 days before (ports/44423) and I had a suspicion 'bout the error. Now I verfied it and I was right. I attach 2 c++ sources. If anyone try build them under a Current installation which is up to date, (s)he will see the reason for the error. It's the consequence from gcc32 which implements the current ANSI C++ standard which is using namespaces but didn't it doing right with the deprecated include files (*.h) for c++. That means that "iostream.h" declares a class instance cout which is defined (libstdc++) in namespace std but declared outside. There are two ways to fix: 1) Fix the gcc32 include files to declare right. 2) Fix the id3lib to use the current ANSI C++ standard (if found a compiler who supports) And a question remains: Who make these fixes and on which source tree. I can do but I don't have any interrest to have many hours of fixing and the result is thrown away. --- BEGIN test1.cc --- #include int main() { cout << "Hello world." << endl; return 0; } --- END test1.cc --- --- BEGIN test2.cc --- #include using namespace std; int main() { cout << "Hello world." << endl; return 0; } --- END test2.cc --- Greetings, Jens -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g Friesenstraße 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 4:54:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B37837B404; Thu, 31 Oct 2002 04:54:49 -0800 (PST) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DB743E75; Thu, 31 Oct 2002 04:54:48 -0800 (PST) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.6/8.12.6) with ESMTP id g9VCsaVb000629; Thu, 31 Oct 2002 06:54:37 -0600 (CST) (envelope-from ler@lerctr.org) Subject: Re: How flexible _is_ the use of ports? From: Larry Rosenman To: Brian Reichert Cc: Adam Weinberger , ports@FreeBSD.ORG In-Reply-To: <20021031010815.T618@numachi.com> References: <20021030212408.N618@numachi.com> <1036031219.442.13.camel@lerlaptop.lerctr.org> <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> <1036035547.83261.4.camel@lerlaptop.lerctr.org> <20021030224350.S618@numachi.com> <20021031035136.GX197@vectors.cx> <20021031010815.T618@numachi.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 06:54:36 -0600 Message-Id: <1036068877.393.8.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002-10-31 at 00:08, Brian Reichert wrote: > On Wed, Oct 30, 2002 at 07:51:36PM -0800, Adam Weinberger wrote: > > The problem seems to be that the libraries from graphics/tiff are still > > there, but the entry in the port database isn't. It's fastest to just > > install the port manually, and stick to using portupgrade in the future > > when you want to upgrade stuff, portinstall when you want to add stuff, > > and pkg_deinstall when you wish to delete stuff. > > Ok, I manualy reintroduced all of the components that pkgdb whined > about, then I was in fact able to execute 'portupgrade -fRr mozilla', > and it indeed went though all of the machinations. > > So, I thank all of your for help in hand-holding. Not a problem. I personally enjoy helping. > > Regrettably, my orginal problem with the mozilla browser still seems > in place, so I'm uncertain how to advance on this without a full > reinstall... What is the problem? > > > > > -Adam > > > > -- > Brian 'you Bastard' Reichert > 37 Crystal Ave. #303 Daytime number: (603) 434-6842 > Derry NH 03038-1713 USA Intel architecture: the left-hand path -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 5:27:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8003C37B404; Thu, 31 Oct 2002 05:27:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3319143E4A; Thu, 31 Oct 2002 05:27:23 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VDRMx3093604; Thu, 31 Oct 2002 05:27:23 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VDRHau093591; Thu, 31 Oct 2002 05:27:17 -0800 (PST) Date: Thu, 31 Oct 2002 05:27:17 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200210311327.g9VDRHau093591@freefall.freebsd.org> To: mich@freebsdcluster.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44748: New port: net/slurm Sender: owner-freebsd-ports@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: net/slurm State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 31 05:27:10 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44748 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 5:48:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F7237B401 for ; Thu, 31 Oct 2002 05:48:32 -0800 (PST) Received: from sol.chel.skbkontur.ru (sol.chel.skbkontur.ru [212.57.175.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC43843E77 for ; Thu, 31 Oct 2002 05:48:24 -0800 (PST) (envelope-from ilia@chel.skbkontur.ru) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru (8.12.6/8.12.3) with ESMTP id g9VDmIKx088722 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 31 Oct 2002 18:48:18 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Thu, 31 Oct 2002 18:48:18 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: ports@FreeBSD.ORG Cc: girgen@pingpong.net Subject: problem with Postgresql7 Message-ID: <20021031184537.A88708-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs, I tried to install the very recent port of postgres: argument to --enable-multibyte must be one of: SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW, UNICODE, MULE_INTERNAL, LATIN1, LATIN2, LATIN3, LATIN4, LATIN5, LATIN6, LATIN7, LATIN8, LATIN9, LATIN10, KOI8, WIN, ALT, ISO_8859_5, ISO_8859_6, ISO_8859_7, ISO_8859_8 Or do not specify an argument to the option to use the default. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to girgen@pingpong.net [maintainer] and attach the "/usr/ports/databases/postgresql7/work/postgresql-7.2.3/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/databases/postgresql7. *** Error code 1 Stop in /usr/ports/databases/postgresql7. sol# sol# cat /usr/ports/databases/postgresql7/work/postgresql-7.2.3/config.log | more This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:635: checking host system type configure:661: checking which template to use configure:824: checking whether to build with locale support configure:853: checking whether to build with recode support configure:883: checking whether to build with multibyte character support sol# In Makefile.inc: CONFIGURE_ARGS+=3D --enable-multibyte=3DKOI8 Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A818337B401 for ; Thu, 31 Oct 2002 06:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5EE743E75 for ; Thu, 31 Oct 2002 06:10: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 g9VEA1x3013428 for ; Thu, 31 Oct 2002 06:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VEA1BZ013427; Thu, 31 Oct 2002 06:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D0137B401 for ; Thu, 31 Oct 2002 06:06:26 -0800 (PST) Received: from exgw2.lumeta.com (exgw2.lumeta.com [65.198.68.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C828E43E4A for ; Thu, 31 Oct 2002 06:06:25 -0800 (PST) (envelope-from hburch@lumeta.com) Received: from lucy.corp.lumeta.com (h65-198-68-133.lumeta.com [65.198.68.133]) by exgw2.lumeta.com (Postfix) with ESMTP id 1B12037385A for ; Thu, 31 Oct 2002 09:06:24 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by lucy.corp.lumeta.com (Postfix) with ESMTP id E86EE1081F for ; Thu, 31 Oct 2002 09:06:23 -0500 (EST) Received: from hburch.corp.lumeta.com (hburch.corp.lumeta.com [65.198.68.240]) by lucy.corp.lumeta.com (Postfix) with ESMTP id 473141081E for ; Thu, 31 Oct 2002 09:06:11 -0500 (EST) Received: by hburch.corp.lumeta.com (Postfix, from userid 2007) id 5A012532; Thu, 31 Oct 2002 09:06:10 -0500 (EST) Message-Id: <20021031140610.5A012532@hburch.corp.lumeta.com> Date: Thu, 31 Oct 2002 09:06:10 -0500 (EST) From: Hal Burch Reply-To: Hal Burch To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44780: ghostscript-gnu fails build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44780 >Category: ports >Synopsis: ghostscript-gnu fails build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 06:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hal Burch >Release: FreeBSD 4.7-STABLE i386 >Organization: Lumeta Corporation >Environment: System: FreeBSD hburch.corp.lumeta.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Oct 17 10:07:42 EDT 2002 root@hburch.corp.lumeta.com:/usr/obj/usr/src/sys/LOCAL i386 >Description: /usr/ports/print/ghostscript-gnu fails build. md5 of ghostscript/eplaser-3.0.4-651.tgz does not match. distinfo: 71ba8635e865731c51b6e8fab3c15d2d /usr/ports/distfiles/ghostscript/eplaser-3.0.4-651.tgz: 758b6adbe96a75510105d3d4f204bc5c MD5 based on fresh downlod from primary download site: http://www.epkowa.on.arena.jp/pips/data/gs65_304/ >How-To-Repeat: $ cd /usr/ports/print/ghostscript-gnu && make install Type "make A4=yes" if you want -DA4 for compilation. ===> Extracting for ghostscript-gnu-7.05_3 >Fix: forcing ghostscript to grab it from freebsd.org (removing the distribution site from the Makefile) works (md5 checks). Updating the MD5 also works, although it would fail if the original site went down or was inaccesible. >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for ghostscript/ghostscript-7.05.tar.bz2. >> Checksum OK for ghostscript/gnu-gs-fonts-std-6.0.tar.gz. >> Checksum OK for ghostscript/gnu-gs-fonts-other-6.0.tar.gz. >> Checksum OK for ghostscript/gdevcd8.tar.gz. >> Checksum OK for ghostscript/hpdj-2.6.tar.gz. >> Checksum OK for ghostscript/pcl3-3.3.tar.gz. >> Checksum OK for ghostscript/gdevdj9.c.gz. >> Checksum OK for ghostscript/gimp-print-4.2.1.tar.gz. >> Checksum OK for ghostscript/gdevmd2k-0.2a.tar.gz. >> Checksum OK for ghostscript/gdevalps-0.21.tar.gz. >> Checksum OK for ghostscript/gdev10v.tar.gz. >> Checksum OK for ghostscript/gs7.05-bjc250-v0.756.diff.gz. >> Checksum OK for ghostscript/gdevlips-2.4.0.tar.gz. >> Checksum OK for ghostscript/dmprt-2.01.tar.gz. >> Checksum OK for ghostscript/epag-3.09.tar.gz. >> Checksum mismatch for ghostscript/eplaser-3.0.4-651.tgz. >> Checksum OK for ghostscript/gdevmjc-0.8.tar.gz. >> Checksum OK for ghostscript/gdevnpdl-1.6.3.tar.gz. >> Checksum OK for ghostscript/Samsung-SmartGDI-all-GS.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/print/ghostscript-gnu/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/print/ghostscript-gnu. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:10:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DBF37B401; Thu, 31 Oct 2002 06:10:32 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EAD943E42; Thu, 31 Oct 2002 06:10:32 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 3A1DA3F53; Thu, 31 Oct 2002 09:10:21 -0500 (EST) From: "Dan Langille" To: ports@freebsd.org Date: Thu, 31 Oct 2002 09:10:21 -0500 MIME-Version: 1.0 Subject: Is textproc/p5-PDF-API2 missing some dependencies? Cc: erwin@lansing.dk, ijliao@freebsd.org Message-ID: <3DC0F37D.26871.51B356C5@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi folks, I just installed textproc/p5-PDF-API2 and tried a simple example: $ less example.pl use PDF::API2; $ perl example.pl Can't locate warnings.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5 .005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at /usr/local/lib/perl5/site_perl/5.005/Text/PDF/FileAPI.pm line 6 . BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Text/PDF/FileAPI.pm line 6. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/PDF/API2.pm line 45. BEGIN failed--compilation aborted at example.pl line 1. Anyone know what this warnings.pm is? Is there a dependency missing from the port? -- Dan Langille To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:18:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6F837B401 for ; Thu, 31 Oct 2002 06:18:07 -0800 (PST) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA39243E4A for ; Thu, 31 Oct 2002 06:18:06 -0800 (PST) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id C81BF5B8B; Thu, 31 Oct 2002 15:18:04 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id 027375B85; Thu, 31 Oct 2002 15:18:01 +0100 (CET) Date: Thu, 31 Oct 2002 15:18:01 +0100 From: Erwin Lansing To: Dan Langille Cc: ports@freebsd.org Subject: Re: Is textproc/p5-PDF-API2 missing some dependencies? Message-ID: <20021031141801.GD22778@droso.net> Mail-Followup-To: Dan Langille , ports@freebsd.org References: <3DC0F37D.26871.51B356C5@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <3DC0F37D.26871.51B356C5@localhost> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 31, 2002 at 09:10:21AM -0500, Dan Langille wrote: > Hi folks, >=20 Hi Dan, > I just installed textproc/p5-PDF-API2 and tried a simple example: >=20 > $ less example.pl > use PDF::API2; >=20 > $ perl example.pl > Can't locate warnings.pm in @INC (@INC contains:=20 [snip] >=20 > Anyone know what this warnings.pm is? Is there a dependency missing=20 > from the port? It's included in perl > 5.6, but not in our ancient 5.00503. I missed it because there is no 'make test' target for this module. I'll try and send a patch ASAP. Thanks noticing, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9wTuZqy9aWxUlaZARAo4DAKDhJv7ELOY26QlTvUhUImdDjacnXgCg2dEM EW3e41NhJbXco+b/4uXZqR8= =4PXc -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:30:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96EBD37B401; Thu, 31 Oct 2002 06:30:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E4443E4A; Thu, 31 Oct 2002 06:30: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 g9VEUTx3021426; Thu, 31 Oct 2002 06:30: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 g9VEUR3a021347; Thu, 31 Oct 2002 06:30:27 -0800 (PST) Date: Thu, 31 Oct 2002 06:30:27 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311430.g9VEUR3a021347@freefall.freebsd.org> To: skynick@stu.lipetsk.ru, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44756: New port: TLS/SSL-aware FTP server (BSDftpd-ssl) Sender: owner-freebsd-ports@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: TLS/SSL-aware FTP server (BSDftpd-ssl) State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Thu Oct 31 06:29:47 PST 2002 State-Changed-Why: Duplicate of ports/44757 http://www.freebsd.org/cgi/query-pr.cgi?pr=44756 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:35:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C5B37B401 for ; Thu, 31 Oct 2002 06:35:15 -0800 (PST) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81DA743E75 for ; Thu, 31 Oct 2002 06:35:14 -0800 (PST) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id A64069EF17; Thu, 31 Oct 2002 06:35:08 -0800 (PST) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id g9VEZ648076408; Thu, 31 Oct 2002 06:35:06 -0800 (PST) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id g9VEZ5KQ073409; Thu, 31 Oct 2002 06:35:06 -0800 (PST) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200210311435.g9VEZ5KQ073409@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Stephen Hurd Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Importance of using correct hierarchy for ports. In-Reply-To: Your message of "Tue, 29 Oct 2002 14:11:51 CST." <20021029141151.5e803c78.shurd@sasktel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 31 Oct 2002 06:35:05 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20021029141151.5e803c78.shurd@sasktel.net>, Stephen Hurd writes: > Well, I've got a popular BBS package that recently went GPL ported and runnin > g great on FreeBSD... my question is how important is it ti use $PREFIX/bin, > sbin, etc, and so forth? I'll have the port submitted by the time an actual > release of the software is out (most likely with the month) but it is really > used to having everything under one directory due to it's origin in the DOS w > orld. Not many places actually ASSUME that everything is in that dir, but a > good number of them do. How acceptable is creating a new directory under $PR > EFIX to contain the whole package? I'm currently dealing with this issue in a couple of PR's. There are two major issues here: 1. The application by default will install in ${PREFIX}/application. If the application is installed on Linux or some other platform, that's where you'd normally find it. 2. The FreeBSD approach is to put layered products (and locally written stuff in ${PREFIX}. That's where our users expect it to be. Our default install configures the system to search directories in ${PREFIX} (default /usr/local) for PATH, LD_LIBRARY_PATH, etc. To put a port somewhere else would break POLA. Of course if a user wishes to put ${PREFIX} or an application somewhere else, that would be their business and POLA wouldn't apply. Let's examine this issue in more depth. Let's say for example an application installs itself in /usr/local/application. A user knowledgeable in the application may expect it to reside in /usr/local/application because that's where it resides when installed on other platforms when installed by hand. Fair enough, looking at it from the perspective of someone familiar with the application, installing the application in ${PREFIX} (/usr/local) in their mind breaks POLA. OTOH, let's assume that the average FreeBSD sysadmin is probably the same as most of of my customers, someone relatively new to UNIX, either with very little UNIX experience or with a fair degree of RedHat Linux experience. If a person has very little UNIX experience to start with, in general it doesn't really matter where an application "lives", except that rc.conf, /etc/{profile,cshrc,csh.login}, .{profile,cshrc,login}, and other files may need to be changed before the application can be used (generally speaking -- there are always exceptions). So, for this class of user, it makes more sense to put applications into ${PREFIX}. It's just less aggrivating. What about people with prior RedHat Linux experience. What can I say? RH Linux likes to put applications in /usr not /usr/local. IMO there's the UNIX way of doing things and the Linux way. For this class of user every version of UNIX is different from RH Linux. Whether we put an application into ${PREFIX} or ${PREFIX}/application doesn't matter much except that the rc.conf and the various profile scripts may need to be changed, meaning more fiddling around for the user. What about people who are intimately knowledgeable about the application? They will expect the application to "live" in ${PREFIX}/application. To put it anywhere else would break POLA for them. Unfortunately for them, there are many fewer of these people than average users who want to make it work as quickly as possible without learning too much about it. The FreeBSD approach of putting applications into /usr/local is generally a wise approach. Of course there are exceptions, but generally we tend to follow this "rule". We can in a sense have our cake and eat it too. Take the following Makefile fragment as an example: .if defined(APPLICATION_HOME) PREFIX= ${APPLICATION_HOME} .endif CONFIGURE_ARGS= --prefix=${PREFIX} All an application purist needs to do is specify APPLICATION_HOME in his/her make.conf. Just a simple compromise that makes everyone happy. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5231 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:49:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0045C37B401; Thu, 31 Oct 2002 06:49:15 -0800 (PST) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A0CF43E4A; Thu, 31 Oct 2002 06:49:12 -0800 (PST) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id A78759EF17; Thu, 31 Oct 2002 06:49:11 -0800 (PST) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id g9VEnA48076506; Thu, 31 Oct 2002 06:49:10 -0800 (PST) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id g9VEnAKQ073510; Thu, 31 Oct 2002 06:49:10 -0800 (PST) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200210311449.g9VEnAKQ073510@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Ying-Chieh Liao Cc: fcash@bigfoot.com, ports@FreeBSD.ORG Subject: Re: Changing port versions/names (end-of-life??) In-Reply-To: Message from Ying-Chieh Liao of "Wed, 30 Oct 2002 08:56:40 +0800." <20021030005640.GA26220@terry.dragon2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 31 Oct 2002 06:49:10 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20021030005640.GA26220@terry.dragon2.net>, Ying-Chieh Liao writes: > > --Dxnq1zWXvFF0Q93v > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > On Tue, Oct 29, 2002 at 12:30:30 -0800, Freddie Cash wrote: > > I'm the maintainer of the DansGuardian ports (www/dansguardian and www/dans > guardian-devel). Currently, these ports track the release (2.2.x) and stable > (2.4.x) series of DansGuardian. 2.2.x has been end-of-lifed (actually a few > months ago), and a new devel release has been made (2.5.x). > > How does one move ports around? For instance, I'd like to drop support for > 2.2.x, move 2.4.x to www/dansguardian and start supporting 2.5.x via www/dan > sguardian. Is is as simple as submitting a PR with a patch to move www/dansg > uardian from 2.2.x to 2.4.x, and another PR to move www/dansguardian-devel fr > om 2.4.x to 2.5.x? Or is there another mechanism? Should I move the ports t > o version-based names like www/dansguardian22 and www/dansguardian24 and keep > www/dansguardian-devel as the development port? > > I suggest : > > 1. repo-copy dansguardian-devel to dansguardian > 2. update dansguardian to latest 2.4.x > 3. repo-copy dansguardian to dansguardian-devel > 4. update dansguardian-devel to latest 2.5.x > > or dansguardian22 vs. dansguardian24 vs. dansguardian-devel is another good i > dea Except that the "main" version, e.g. the one we consider to be used for prime-time applications, be called dansguardian. For example, tripwire is 2.3.1-2, while tripwire12 and tripwire13 track older versions. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5231 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9506D37B401 for ; Thu, 31 Oct 2002 06:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D0F43E9C for ; Thu, 31 Oct 2002 06:50: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 g9VEo2x3027655 for ; Thu, 31 Oct 2002 06:50: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 g9VEo2PR027654; Thu, 31 Oct 2002 06:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A9737B401 for ; Thu, 31 Oct 2002 06:40:12 -0800 (PST) Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D079D43E7B for ; Thu, 31 Oct 2002 06:40:05 -0800 (PST) (envelope-from fab@gcu.info) Received: from asus.fr (reims-2-a7-62-147-164-21.dial.proxad.net [62.147.164.21]) by postfix2-1.free.fr (Postfix) with ESMTP id E5B125D for ; Thu, 31 Oct 2002 15:39:58 +0100 (CET) Received: from asus.fr (localhost.fr [127.0.0.1]) by asus.fr (8.12.3/8.12.3) with ESMTP id g9VEdvMN090489 for ; Thu, 31 Oct 2002 15:39:57 +0100 (CET) (envelope-from fab@asus.fr) Received: (from root@localhost) by asus.fr (8.12.3/8.12.3/Submit) id g9VEdtLJ090488; Thu, 31 Oct 2002 15:39:55 +0100 (CET) Message-Id: <200210311439.g9VEdtLJ090488@asus.fr> Date: Thu, 31 Oct 2002 15:39:55 +0100 (CET) From: Charlie & Reply-To: Charlie & To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44781: New port: AbiWord french dictionary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44781 >Category: ports >Synopsis: New port: AbiWord french dictionary >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 06:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD asus.fr 4.6-RELEASE FreeBSD 4.6-RELEASE #14: Wed Oct 30 04:52:31 CET 2002 root@asus.fr:/usr/src/sys/compile/KERN01 i386 >Description: It's the new port for the AbiWord French dictionary >How-To-Repeat: >Fix: --- abispell.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: # # /usr/ports/french/abispell-fr-FR/ # /usr/ports/french/abispell-fr-FR/Makefile # /usr/ports/french/abispell-fr-FR/pkg-comment # /usr/ports/french/abispell-fr-FR/pkg-descr # /usr/ports/french/abispell-fr-FR/distinfo # /usr/ports/french/abispell-fr-FR/pkg-plist # echo c - /usr/ports/french/abispell-fr-FR/ mkdir -p /usr/ports/french/abispell-fr-FR/ > /dev/null 2>&1 echo x - /usr/ports/french/abispell-fr-FR/Makefile sed 's/^X//' >/usr/ports/french/abispell-fr-FR/Makefile << 'END-of-/usr/ports/french/abispell-fr-FR/Makefile' X# New ports collection makefile for: DirectFB X# Date created: 29 Sept 2002 X# Whom: Devaux Fabien X# X# $FreeBSD$ X# X XPORTNAME= abispell-fr XPORTVERSION=FR.i386 XCATEGORIES= french X# Maybe a more flexible URL is possible ? XMASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/abiword/ X#PKGNAMESUFFIX='' XEXTRACT_ONLY=${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} X XMAINTAINER= fab@gcu.info X XBUILD_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord X X# This bugz because it needs fresh libs which aren't requiered for AbiWord ... X#USE_X_PREFIX = yes X Xdo-build: Xdo-install: X ${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash-encoding ${X11BASE}/share/AbiSuite/dictionary/ X ${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash ${X11BASE}/share/AbiSuite/dictionary/ X X.include END-of-/usr/ports/french/abispell-fr-FR/Makefile echo x - /usr/ports/french/abispell-fr-FR/pkg-comment sed 's/^X//' >/usr/ports/french/abispell-fr-FR/pkg-comment << 'END-of-/usr/ports/french/abispell-fr-FR/pkg-comment' XFrench (France) ispell dictionary for AbiWord END-of-/usr/ports/french/abispell-fr-FR/pkg-comment echo x - /usr/ports/french/abispell-fr-FR/pkg-descr sed 's/^X//' >/usr/ports/french/abispell-fr-FR/pkg-descr << 'END-of-/usr/ports/french/abispell-fr-FR/pkg-descr' XIt's the french dictionnary to use with AbiWord, it requieres ispell to work. XAbiWord will be able to underline your mistakes while typing text, and will Xpropose corrections. END-of-/usr/ports/french/abispell-fr-FR/pkg-descr echo x - /usr/ports/french/abispell-fr-FR/distinfo sed 's/^X//' >/usr/ports/french/abispell-fr-FR/distinfo << 'END-of-/usr/ports/french/abispell-fr-FR/distinfo' XMD5 (abispell-fr-FR.i386.tar.gz) = 12bc232ae0986243e41a70a4ed8cd848 END-of-/usr/ports/french/abispell-fr-FR/distinfo echo x - /usr/ports/french/abispell-fr-FR/pkg-plist sed 's/^X//' >/usr/ports/french/abispell-fr-FR/pkg-plist << 'END-of-/usr/ports/french/abispell-fr-FR/pkg-plist' X../../%%X11BASE%%/share/AbiSuite/dictionary/francais.hash X../../%%X11BASE%%/share/AbiSuite/dictionary/francais.hash-encoding END-of-/usr/ports/french/abispell-fr-FR/pkg-plist exit --- abispell.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EC6A37B404 for ; Thu, 31 Oct 2002 06:50:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93BBC43E8A for ; Thu, 31 Oct 2002 06:50: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 g9VEo3x3027669 for ; Thu, 31 Oct 2002 06:50: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 g9VEo33d027668; Thu, 31 Oct 2002 06:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D67837B401 for ; Thu, 31 Oct 2002 06:44:35 -0800 (PST) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C009E43E77 for ; Thu, 31 Oct 2002 06:44:33 -0800 (PST) (envelope-from fab@gcu.info) Received: from asus.fr (reims-2-a7-62-147-164-21.dial.proxad.net [62.147.164.21]) by postfix3-2.free.fr (Postfix) with ESMTP id A276517E19 for ; Thu, 31 Oct 2002 15:44:28 +0100 (CET) Received: from asus.fr (localhost.fr [127.0.0.1]) by asus.fr (8.12.3/8.12.3) with ESMTP id g9VEiQMN090648 for ; Thu, 31 Oct 2002 15:44:26 +0100 (CET) (envelope-from fab@asus.fr) Received: (from root@localhost) by asus.fr (8.12.3/8.12.3/Submit) id g9VEiPAT090647; Thu, 31 Oct 2002 15:44:25 +0100 (CET) Message-Id: <200210311444.g9VEiPAT090647@asus.fr> Date: Thu, 31 Oct 2002 15:44:25 +0100 (CET) From: devaux.fabien@free.fr Reply-To: devaux.fabien@free.fr To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44782: New port: DirectFB library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44782 >Category: ports >Synopsis: New port: DirectFB library >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 06:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Fabien Devaux >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD asus.fr 4.6-RELEASE FreeBSD 4.6-RELEASE #14: Wed Oct 30 04:52:31 CET 2002 root@asus.fr:/usr/src/sys/compile/KERN01 i386 >Description: It's a new port for the DirectFB graphic library >How-To-Repeat: >Fix: --- dfbport.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: # # /usr/ports/devel/directfb # /usr/ports/devel/directfb/Makefile # /usr/ports/devel/directfb/distinfo # /usr/ports/devel/directfb/files # /usr/ports/devel/directfb/files/patch-configure # /usr/ports/devel/directfb/pkg-comment # /usr/ports/devel/directfb/pkg-descr # /usr/ports/devel/directfb/liststart # /usr/ports/devel/directfb/listrm # echo c - /usr/ports/devel/directfb mkdir -p /usr/ports/devel/directfb > /dev/null 2>&1 echo x - /usr/ports/devel/directfb/Makefile sed 's/^X//' >/usr/ports/devel/directfb/Makefile << 'END-of-/usr/ports/devel/directfb/Makefile' X# New ports collection makefile for: DirectFB X# Date created: 19 October 2002 X# Whom: Devaux Fabien X# X# $FreeBSD$ X# X XPORTNAME= DirectFB XPORTVERSION= 0.9.14 X#PORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= http://www.directfb.org/download/DirectFB/ X#DISTNAME= DirectFB X XMAINTAINER= fab@gcu.info X XBUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ X automake14:${PORTSDIR}/devel/automake14 XLIB_DEPENDS=jpeg.9:${PORTSDIR}/graphics/jpeg \ X SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ X png.5:${PORTSDIR}/graphics/png X XUSE_LIBTOOL= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X#USE_AUTOCONF = yes X#USE_AUTOCONF_VER=14 X#USE_AUTOMAKE_VER=213 X XINSTALLS_SHLIB= yes XUSE_REINPLACE= yes X Xpost-patch: X @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ X 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' X Xpost-install: X ${CP} liststart pkg-plist X ${FIND} ${PREFIX}/lib/directfb-0.9.14/interfaces/ -type f >> pkg-plist X ${CAT} listrm >> pkg-plist X X.include END-of-/usr/ports/devel/directfb/Makefile echo x - /usr/ports/devel/directfb/distinfo sed 's/^X//' >/usr/ports/devel/directfb/distinfo << 'END-of-/usr/ports/devel/directfb/distinfo' XMD5 (DirectFB-0.9.14.tar.gz) = fc57b71776c27d448f98eaeffbcd09d1 END-of-/usr/ports/devel/directfb/distinfo echo c - /usr/ports/devel/directfb/files mkdir -p /usr/ports/devel/directfb/files > /dev/null 2>&1 echo x - /usr/ports/devel/directfb/files/patch-configure sed 's/^X//' >/usr/ports/devel/directfb/files/patch-configure << 'END-of-/usr/ports/devel/directfb/files/patch-configure' X--- configure-orig Tue Oct 29 17:46:05 2002 X+++ configure Tue Oct 29 18:59:41 2002 X@@ -6364,7 +6364,7 @@ X X X X-THREADFLAGS="-D_REENTRANT" X+THREADFLAGS="-D_REENTRANT -pthread" X X if test x$need_libc_r = xyes; then X echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6 X@@ -6772,8 +6772,8 @@ X X X if test x$enable_sdl = xyes; then X- # Extract the first word of "sdl-config", so it can be a program name with args. X-set dummy sdl-config; ac_word=$2 X+ # Extract the first word of "sdl11-config", so it can be a program name with args. X+set dummy sdl11-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:6779: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then X@@ -6811,7 +6811,7 @@ X if test x$SDL_CONFIG = xno; then X enable_sdl=no X echo "configure: warning: X-*** sdl-config not found -- building without SDL support." 1>&2 X+*** sdl11-config not found -- building without SDL support." 1>&2 X else X SDL_CFLAGS=`$SDL_CONFIG --cflags` X SDL_LIBS=`$SDL_CONFIG --libs` END-of-/usr/ports/devel/directfb/files/patch-configure echo x - /usr/ports/devel/directfb/pkg-comment sed 's/^X//' >/usr/ports/devel/directfb/pkg-comment << 'END-of-/usr/ports/devel/directfb/pkg-comment' XGraphic development lightweight API END-of-/usr/ports/devel/directfb/pkg-comment echo x - /usr/ports/devel/directfb/pkg-descr sed 's/^X//' >/usr/ports/devel/directfb/pkg-descr << 'END-of-/usr/ports/devel/directfb/pkg-descr' X DirectFB is a graphics library which was designed with embedded systems X in mind. It offers maximum hardware accelerated performance at a X minimum of resource usage and overhead. END-of-/usr/ports/devel/directfb/pkg-descr echo x - /usr/ports/devel/directfb/liststart sed 's/^X//' >/usr/ports/devel/directfb/liststart << 'END-of-/usr/ports/devel/directfb/liststart' Xinclude/directfb/directfb.h Xinclude/directfb/directfb_keyboard.h Xinclude/directfb/directfb_keynames.h Xinclude/directfb/dfb_types.h Xinclude/directfb-internal/directfb_internals.h Xinclude/directfb-internal/directfb_version.h Xinclude/directfb-internal/core/fusion/arena.h Xinclude/directfb-internal/core/fusion/fusion.h Xinclude/directfb-internal/core/fusion/list.h Xinclude/directfb-internal/core/fusion/lock.h Xinclude/directfb-internal/core/fusion/object.h Xinclude/directfb-internal/core/fusion/property.h Xinclude/directfb-internal/core/fusion/reactor.h Xinclude/directfb-internal/core/fusion/ref.h Xinclude/directfb-internal/core/fusion/shmalloc.h Xinclude/directfb-internal/core/fusion/fusion_types.h Xinclude/directfb-internal/core/coredefs.h Xinclude/directfb-internal/core/coretypes.h Xinclude/directfb-internal/core/core.h Xinclude/directfb-internal/core/fonts.h Xinclude/directfb-internal/core/gfxcard.h Xinclude/directfb-internal/core/graphics_driver.h Xinclude/directfb-internal/core/input.h Xinclude/directfb-internal/core/input_driver.h Xinclude/directfb-internal/core/layers.h Xinclude/directfb-internal/core/modules.h Xinclude/directfb-internal/core/palette.h Xinclude/directfb-internal/core/sig.h Xinclude/directfb-internal/core/state.h Xinclude/directfb-internal/core/surfaces.h Xinclude/directfb-internal/core/surfacemanager.h Xinclude/directfb-internal/core/system.h Xinclude/directfb-internal/core/thread.h Xinclude/directfb-internal/core/windows.h Xinclude/directfb-internal/display/idirectfbpalette.h Xinclude/directfb-internal/display/idirectfbsurface.h Xinclude/directfb-internal/display/idirectfbsurface_layer.h Xinclude/directfb-internal/display/idirectfbsurface_window.h Xinclude/directfb-internal/display/idirectfbdisplaylayer.h Xinclude/directfb-internal/media/idirectfbdatabuffer.h Xinclude/directfb-internal/media/idirectfbfont.h Xinclude/directfb-internal/media/idirectfbimageprovider.h Xinclude/directfb-internal/media/idirectfbvideoprovider.h Xinclude/directfb-internal/windows/idirectfbwindow.h Xinclude/directfb-internal/input/idirectfbinputdevice.h Xinclude/directfb-internal/input/idirectfbinputbuffer.h Xinclude/directfb-internal/misc/conf.h Xinclude/directfb-internal/misc/cpu_accel.h Xinclude/directfb-internal/misc/gfx_util.h Xinclude/directfb-internal/misc/mem.h Xinclude/directfb-internal/misc/memcpy.h Xinclude/directfb-internal/misc/tree.h Xinclude/directfb-internal/misc/utf8.h Xinclude/directfb-internal/misc/util.h Xinclude/directfb-internal/gfx/clip.h Xinclude/directfb-internal/gfx/convert.h Xinclude/directfb-internal/gfx/util.h Xinclude/directfb-internal/idirectfb.h Xinclude/directfb-internal/interface_implementation.h Xlib/libdirectfb-0.9.so.14 Xlibdata/pkgconfig/directfb.pc Xlibdata/pkgconfig/directfb-internal.pc Xbin/directfb-csource Xbin/directfb-config Xshare/directfb-0.9.14/cursor.dat Xshare/directfb-0.9.14/font.data Xman/man1/directfb-csource.1 Xman/man5/directfbrc.5 END-of-/usr/ports/devel/directfb/liststart echo x - /usr/ports/devel/directfb/listrm sed 's/^X//' >/usr/ports/devel/directfb/listrm << 'END-of-/usr/ports/devel/directfb/listrm' X@dirrm share/directfb-0.9.14 X@dirrm lib/directfb-0.9.14/interfaces/IDirectFBVideoProvider X@dirrm lib/directfb-0.9.14/interfaces/IDirectFBImageProvider X@dirrm lib/directfb-0.9.14/interfaces/IDirectFBFont X@dirrm lib/directfb-0.9.14/interfaces X@dirrm lib/directfb-0.9.14 X@dirrm include/directfb-internal/gfx X@dirrm include/directfb-internal/misc X@dirrm include/directfb-internal/input X@dirrm include/directfb-internal/windows X@dirrm include/directfb-internal/media X@dirrm include/directfb-internal/display X@dirrm include/directfb-internal/core/fusion X@dirrm include/directfb-internal/core X@dirrm include/directfb-internal X@dirrm include/directfb END-of-/usr/ports/devel/directfb/listrm exit --- dfbport.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:51:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C92237B401; Thu, 31 Oct 2002 06:51:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A9D43E4A; Thu, 31 Oct 2002 06:51:40 -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 g9VEpex3030947; Thu, 31 Oct 2002 06:51:40 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VEpe9X030943; Thu, 31 Oct 2002 06:51:40 -0800 (PST) Date: Thu, 31 Oct 2002 06:51:40 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311451.g9VEpe9X030943@freefall.freebsd.org> To: erich@tacni.net, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38026: New Port: www/p5-HTML-Widgets-SelectLayers Sender: owner-freebsd-ports@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: www/p5-HTML-Widgets-SelectLayers State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 06:39:15 PST 2002 State-Changed-Why: Feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=38026 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:52:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA2E37B401; Thu, 31 Oct 2002 06:52:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A2A43E88; Thu, 31 Oct 2002 06:52:38 -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 g9VEqbx3031027; Thu, 31 Oct 2002 06:52:37 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VEqbQa031023; Thu, 31 Oct 2002 06:52:37 -0800 (PST) Date: Thu, 31 Oct 2002 06:52:37 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311452.g9VEqbQa031023@freefall.freebsd.org> To: erich@tacni.net, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/38013: New Port: databases/p5-DBIx-DBSchema Sender: owner-freebsd-ports@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: databases/p5-DBIx-DBSchema State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 06:52:14 PST 2002 State-Changed-Why: Feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=38013 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 6:56:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF4B37B401; Thu, 31 Oct 2002 06:56:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C284C43E42; Thu, 31 Oct 2002 06:56:45 -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 g9VEujx3031274; Thu, 31 Oct 2002 06:56:45 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VEujq0031269; Thu, 31 Oct 2002 06:56:45 -0800 (PST) Date: Thu, 31 Oct 2002 06:56:45 -0800 (PST) From: Christian Weisgerber Message-Id: <200210311456.g9VEujq0031269@freefall.freebsd.org> To: matthias.andree@web.de, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44330: update port: mail/fetchmail -> 6.1.1 Sender: owner-freebsd-ports@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/fetchmail -> 6.1.1 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Thu Oct 31 06:56:26 PST 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44330 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB8137B401; Thu, 31 Oct 2002 07:00:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185A243E42; Thu, 31 Oct 2002 07:00:19 -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 g9VF0Ix3031603; Thu, 31 Oct 2002 07:00:18 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VF0HfS031599; Thu, 31 Oct 2002 07:00:17 -0800 (PST) Date: Thu, 31 Oct 2002 07:00:17 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311500.g9VF0HfS031599@freefall.freebsd.org> To: infoteacher@ipform.ru, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37186: Dbview contains an error, because of which at review dbf files with text boxes which length of 255 characters , the program crashed. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Dbview contains an error, because of which at review dbf files with text boxes which length of 255 characters , the program crashed. State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 06:59:56 PST 2002 State-Changed-Why: Feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=37186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7: 1:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA6737B401; Thu, 31 Oct 2002 07:01:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4E743E7B; Thu, 31 Oct 2002 07:01:56 -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 g9VF1ux3034847; Thu, 31 Oct 2002 07:01:56 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VF1s1U034843; Thu, 31 Oct 2002 07:01:54 -0800 (PST) Date: Thu, 31 Oct 2002 07:01:54 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311501.g9VF1s1U034843@freefall.freebsd.org> To: janos.mohacsi@bsd.hu, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37019: New port: poink 1.5 (Nosuid, secure ping like utility) Sender: owner-freebsd-ports@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: poink 1.5 (Nosuid, secure ping like utility) State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 07:01:35 PST 2002 State-Changed-Why: Feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=37019 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:12:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D9237B401; Thu, 31 Oct 2002 07:12:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA8043E88; Thu, 31 Oct 2002 07:12:39 -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 g9VFCdx3043394; Thu, 31 Oct 2002 07:12:39 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFCZSg043390; Thu, 31 Oct 2002 07:12:35 -0800 (PST) Date: Thu, 31 Oct 2002 07:12:35 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311512.g9VFCZSg043390@freefall.freebsd.org> To: svenasse@polaris.ca, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/33453: New port: Apache module that can record traffic statistics Sender: owner-freebsd-ports@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: Apache module that can record traffic statistics State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Thu Oct 31 07:11:59 PST 2002 State-Changed-Why: Feedback Timeout (4 months) http://www.freebsd.org/cgi/query-pr.cgi?pr=33453 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:13:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D756437B401; Thu, 31 Oct 2002 07:13:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D9C743E9E; Thu, 31 Oct 2002 07:13:33 -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 g9VFDXx3043465; Thu, 31 Oct 2002 07:13:33 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFDU1L043461; Thu, 31 Oct 2002 07:13:30 -0800 (PST) Date: Thu, 31 Oct 2002 07:13:30 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311513.g9VFDU1L043461@freefall.freebsd.org> To: yumoto@mail.forks.co.jp, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/33386: Update port: editors/em fixed bug tab set macro control and added -h option Sender: owner-freebsd-ports@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: editors/em fixed bug tab set macro control and added -h option State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 07:13:03 PST 2002 State-Changed-Why: Feedback has been submitted. http://www.freebsd.org/cgi/query-pr.cgi?pr=33386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:15: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0CD37B401; Thu, 31 Oct 2002 07:15:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D411A43E4A; Thu, 31 Oct 2002 07:15:01 -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 g9VFF1x3043567; Thu, 31 Oct 2002 07:15:01 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFF1SX043563; Thu, 31 Oct 2002 07:15:01 -0800 (PST) Date: Thu, 31 Oct 2002 07:15:01 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311515.g9VFF1SX043563@freefall.freebsd.org> To: dan@spot.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/32361: port doesn't work, www/mod_log_mysql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port doesn't work, www/mod_log_mysql State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Thu Oct 31 07:14:29 PST 2002 State-Changed-Why: Feedback timeout (4 months) http://www.freebsd.org/cgi/query-pr.cgi?pr=32361 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:18:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83D637B401; Thu, 31 Oct 2002 07:18:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B73443E6E; Thu, 31 Oct 2002 07:18:31 -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 g9VFIVx3043701; Thu, 31 Oct 2002 07:18:31 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFIQdO043689; Thu, 31 Oct 2002 07:18:26 -0800 (PST) Date: Thu, 31 Oct 2002 07:18:26 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311518.g9VFIQdO043689@freefall.freebsd.org> To: clefevre@citeweb.net, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31744: New port: emulators/minix (2.0.0) Sender: owner-freebsd-ports@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: emulators/minix (2.0.0) State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 07:18:03 PST 2002 State-Changed-Why: Feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=31744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD47537B401 for ; Thu, 31 Oct 2002 07:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B6443E77 for ; Thu, 31 Oct 2002 07:20: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 g9VFK1x3043777 for ; Thu, 31 Oct 2002 07:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFK1YP043776; Thu, 31 Oct 2002 07:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396E937B401 for ; Thu, 31 Oct 2002 07:19:45 -0800 (PST) Received: from mail.ubergeeks.com (lorax.ubergeeks.com [209.145.65.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BCA43E75 for ; Thu, 31 Oct 2002 07:19:44 -0800 (PST) (envelope-from adrian@mail.ubergeeks.com) Received: from mail.ubergeeks.com (localhost [127.0.0.1]) by mail.ubergeeks.com (8.12.5/8.12.5) with ESMTP id g9VFJcel072700 for ; Thu, 31 Oct 2002 10:19:38 -0500 (EST) (envelope-from adrian@mail.ubergeeks.com) Received: (from adrian@localhost) by mail.ubergeeks.com (8.12.5/8.12.5/Submit) id g9VFJcNc072699; Thu, 31 Oct 2002 10:19:38 -0500 (EST) (envelope-from adrian) Message-Id: <200210311519.g9VFJcNc072699@mail.ubergeeks.com> Date: Thu, 31 Oct 2002 10:19:38 -0500 (EST) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44784: mysqld looses track of its working directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44784 >Category: ports >Synopsis: mysqld looses track of its working directory >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 4.7-STABLE i386 >Organization: Ubergeeks Consulting >Environment: System: FreeBSD lorax.ubergeeks.com 4.7-STABLE FreeBSD 4.7-STABLE #31: Thu Sep 22 14:22:46 EDT 2002 root@lorax.ubergeeks.com:/usr/obj/usr/src/sys/LORAX i386 /usr/ports from 10/22/02. >Description: realpath(3) is not thread-safe. As a result one thread in mysqld can cause another to get "lost" in a directory other than the top level directory of the DB. mysqld often gets stuck with its current working directory in /var/tmp with "vi.recover" as the only "valid" database. This causes the server to believe that it has no other databases and become useless until it is restarted. >How-To-Repeat: This scenario is not easy to trigger. Log lived transactions/threads, such as are present when using MySQL's replication facilities, seem to be more susceptible to this problem. If USENET or Goole are searched, more examples of users experincing this problem can be found. >Fix: realpath(3) is similarly broken on other platforms. MySQL has a build option HAVE_BROKEN_REALPATH that works around this problem. Building the port as follows is enough to correct the problem. make CFLAGS=-DHAVE_BROKEN_REALPATH >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:24:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B10537B401; Thu, 31 Oct 2002 07:24:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB1643E97; Thu, 31 Oct 2002 07:24:17 -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 g9VFOHx3047208; Thu, 31 Oct 2002 07:24:17 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFOGbw047204; Thu, 31 Oct 2002 07:24:16 -0800 (PST) Date: Thu, 31 Oct 2002 07:24:16 -0800 (PST) From: Christian Weisgerber Message-Id: <200210311524.g9VFOGbw047204@freefall.freebsd.org> To: jre@vineyard.net, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44175: Update port x11-wm/ratpoison to 1.1.1 Sender: owner-freebsd-ports@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 x11-wm/ratpoison to 1.1.1 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Thu Oct 31 07:23:57 PST 2002 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44175 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:28:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E1FB37B404 for ; Thu, 31 Oct 2002 07:28:44 -0800 (PST) Received: from clmboh1-smtp5.columbus.rr.com (clmboh1-smtp5.columbus.rr.com [65.24.0.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D18F43E42 for ; Thu, 31 Oct 2002 07:28:43 -0800 (PST) (envelope-from william@neo.rr.com) Received: from wc.evilnet.org (m1-1e033.neo.rr.com [24.93.176.33]) by clmboh1-smtp5.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g9VFSfb29257 for ; Thu, 31 Oct 2002 10:28:41 -0500 (EST) Subject: Re: update to bonobo-activation 1.0.4 problems From: "William N. Culler Jr." To: ports@FreeBSD.org In-Reply-To: <1036052190.382.14.camel@gyros.marcuscom.com> References: <1036025920.23240.8.camel@wc.evilnet.org> <1036052190.382.14.camel@gyros.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 10:28:47 -0500 Message-Id: <1036078127.3514.2.camel@wc.evilnet.org> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002-10-31 at 03:16, Joe Marcus Clarke wrote: > On Wed, 2002-10-30 at 19:58, William N. Culler Jr. wrote: > > I am running 4.7 RELEASE and today I just so happened to run a > > portupgrade that upgraded bonobo-activation to 1.0.4 this went fine, but > > when I restarted Gnome it locked up while loading the desktop which > > never succeeded to load. I reinstalled bonobo-activation 1.0.3 and it > > loaded fine. I decided to go ahead and do a fresh install of the Gnome2 > > port to see if that fixed the problem, but everything that depends on > > the new bonobo-activation fails to compile and errors out after > > bonobo-activation 1.0.4 is compiled and installed. Just wanted to bring > > it to people's attention. > > Unfortunately, being on the road, I cannot fully analyze this problem. > As a shot in the dark, can you try a reboot after installing > bonono-activation? This will make sure that the bonobo server stops as > well as things like gconfd-2. If I get reports that this does not work, > I'll revert to 1.0.3 until I get back to my GNOME 2 development > machines. > > Joe > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > Sorry about the late reply and I see you already reverted back to 1.0.3, but yes I did try rebooting and this is when the freeze occurred. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0C937B401 for ; Thu, 31 Oct 2002 07:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D22243E8A for ; Thu, 31 Oct 2002 07: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 g9VFU1x3047501 for ; Thu, 31 Oct 2002 07:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFU1AY047500; Thu, 31 Oct 2002 07:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAD737B401 for ; Thu, 31 Oct 2002 07:24:40 -0800 (PST) Received: from lemur.droso.net (lemur.droso.net [62.79.38.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339BE43E3B for ; Thu, 31 Oct 2002 07:24:39 -0800 (PST) (envelope-from erwin@lemur.droso.net) Received: from lemur.droso.net (lemur.droso.net [62.79.38.253]) by lemur.droso.net (8.12.6/8.12.6) with ESMTP id g9VFOVoV083146 for ; Thu, 31 Oct 2002 16:24:32 +0100 (CET) (envelope-from erwin@lemur.droso.net) Received: (from root@localhost) by lemur.droso.net (8.12.6/8.12.6/Submit) id g9VFOUkF083145; Thu, 31 Oct 2002 16:24:30 +0100 (CET) Message-Id: <200210311524.g9VFOUkF083145@lemur.droso.net> Date: Thu, 31 Oct 2002 16:24:30 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44785: fix p5-PDF-API2 for perl < 5.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44785 >Category: ports >Synopsis: fix p5-PDF-API2 for perl < 5.6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 07:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD lemur.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: - remove warnings.pm to fix runtime on perl < 5.6 - bump PORTREVISION added file: files/patch-aa >How-To-Repeat: >Fix: --- p5-PDF-API2.diff begins here --- diff -ruN p5-PDF-API2.orig/Makefile p5-PDF-API2/Makefile --- p5-PDF-API2.orig/Makefile Fri Oct 25 13:06:04 2002 +++ p5-PDF-API2/Makefile Thu Oct 31 16:08:10 2002 @@ -8,6 +8,7 @@ PORTNAME= PDF-API2 PORTVERSION= 0.2.3.8 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff -ruN p5-PDF-API2.orig/files/patch-aa p5-PDF-API2/files/patch-aa --- p5-PDF-API2.orig/files/patch-aa Thu Jan 1 01:00:00 1970 +++ p5-PDF-API2/files/patch-aa Thu Oct 31 15:48:55 2002 @@ -0,0 +1,10 @@ +--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002 ++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002 +@@ -3,7 +3,6 @@ + use strict; + no strict "refs"; + use vars qw($cr %types $VERSION @ISA); +-no warnings qw(uninitialized); + + use IO::File; + --- p5-PDF-API2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:35:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7067237B401; Thu, 31 Oct 2002 07:35:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F8043E8A; Thu, 31 Oct 2002 07:35:25 -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 g9VFZPx3050985; Thu, 31 Oct 2002 07:35:25 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFZOon050981; Thu, 31 Oct 2002 07:35:24 -0800 (PST) Date: Thu, 31 Oct 2002 07:35:24 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311535.g9VFZOon050981@freefall.freebsd.org> To: gibbon@cocoa.freemail.ne.jp, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31222: ports:astro/SETIsupport(version is wrong) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports:astro/SETIsupport(version is wrong) State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 07:35:05 PST 2002 State-Changed-Why: feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=31222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:37:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3DC237B404 for ; Thu, 31 Oct 2002 07:37:32 -0800 (PST) Received: from relay.cigital.com (relay.cigital.com [64.80.176.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7061143E8A for ; Thu, 31 Oct 2002 07:37:31 -0800 (PST) (envelope-from vshah@cigital.com) Received: by relay.cigital.com (Postfix, from userid 103) id CA950BAFF; Thu, 31 Oct 2002 10:37:24 -0500 (EST) Received: from exchange.cigital.com (exchange.cigital.com [10.1.20.3]) by relay.cigital.com (Postfix) with ESMTP id 9EEE2BA9C for ; Thu, 31 Oct 2002 10:37:23 -0500 (EST) Received: from aop.cigital.com ([10.1.30.8]) by exchange.cigital.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id VPGSBWQ7; Thu, 31 Oct 2002 10:37:18 -0500 Received: by aop.cigital.com (Postfix, from userid 5019) id D1F1026C02; Thu, 31 Oct 2002 10:37:22 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15809.20018.719627.796346@aop.cigital.com> Date: Thu, 31 Oct 2002 10:37:22 -0500 From: Viren R.Shah To: ports@freebsd.org Subject: perl-5.8.0 compile problem on -current X-Mailer: VM 6.92 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: Viren R.Shah X-Spam-Status: No, hits=-105.2 required=5.0 tests=AWL,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,SUPERLONG_LINE, USER_IN_WHITELIST version=2.41 X-Spam-Level: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm getting the following error while try to make the per-5.8 port on -current. Any ideas? Writing Makefile for Digest::MD5 cp MD5.pm ../../../lib/Digest/MD5.pm /home/FreeBSD/ports/usr/ports/lang/perl5.8/work/perl-5.8.0/miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap -typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" -DPIC -fPIC "-I../../.." MD5.c MD5.xs: In function `XS_Digest__MD5_md5': MD5.xs:645: `dowarn' undeclared (first use in this function) MD5.xs:645: (Each undeclared identifier is reported only once MD5.xs:645: for each function it appears in.) *** Error code 1 Stop in /home/FreeBSD/ports/usr/ports/lang/perl5.8/work/perl-5.8.0/ext/Digest/MD5. *** Error code 1 Stop in /home/FreeBSD/ports/usr/ports/lang/perl5.8/work/perl-5.8.0. *** Error code 1 Thanks Viren -- "Heisenberg may have slept here." -- BSD fortune file. "Actually, we have scientifically determined that Heisenberg did indeed sleep exactly here. However, we have no idea whatsoever just how fast asleep he was." -- Dave Aronson in the scary devil monastery. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:38:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8290437B401; Thu, 31 Oct 2002 07:38:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 334FE43E6E; Thu, 31 Oct 2002 07:38:49 -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 g9VFcnx3051174; Thu, 31 Oct 2002 07:38:49 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFcl4a051170; Thu, 31 Oct 2002 07:38:47 -0800 (PST) Date: Thu, 31 Oct 2002 07:38:47 -0800 (PST) From: Tilman Linneweh Message-Id: <200210311538.g9VFcl4a051170@freefall.freebsd.org> To: alex@kapran.bitmcnit.bryansk.su, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29590: [new port] www/parser-bin One more server-side scripting engine Sender: owner-freebsd-ports@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] www/parser-bin One more server-side scripting engine State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Thu Oct 31 07:38:25 PST 2002 State-Changed-Why: Feedback has been submitted http://www.freebsd.org/cgi/query-pr.cgi?pr=29590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:39:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B8637B410 for ; Thu, 31 Oct 2002 07:39:48 -0800 (PST) Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8AB43E8A for ; Thu, 31 Oct 2002 07:39:46 -0800 (PST) (envelope-from sue@welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.11.6/8.11.6) id g9VFdh340112 for freebsd-ports@freebsd.org; Fri, 1 Nov 2002 02:39:43 +1100 (EST) (envelope-from sue) Date: Fri, 1 Nov 2002 02:39:43 +1100 From: Sue Blake To: freebsd-ports@freebsd.org Subject: interactive port example Message-ID: <20021101023943.Z363@welearn.com.au> Mail-Followup-To: Sue Blake , freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Do we have a good example of a port that (optionally?) asks a lot of questions in order to perform local configuration changes during the installation stage? I'm mainly thinking about changing things like paths and options in the software's config files and spreading installed components among extra subdirectories within its standard directory structure for an alternative setup style. Or, if this tends to go beyond what the ports system is supposed to do, could somebody please help me see where to draw the line and how to handle what's left? -- Regards, -*Sue*- http://www.sievx.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 7:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DC437B404 for ; Thu, 31 Oct 2002 07:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7AA43E7B for ; Thu, 31 Oct 2002 07: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 g9VFe1x3051255 for ; Thu, 31 Oct 2002 07:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VFe1cY051254; Thu, 31 Oct 2002 07:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE0937B401 for ; Thu, 31 Oct 2002 07:31:27 -0800 (PST) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4924943E3B for ; Thu, 31 Oct 2002 07:31:26 -0800 (PST) (envelope-from bms@spc.org) Message-Id: <20021031153114.3F69B96AE@triage.dollah.com> Date: Thu, 31 Oct 2002 15:31:14 +0000 (GMT) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44786: New port: devel/picp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44786 >Category: ports >Synopsis: New port: devel/picp >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 07:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #5: Sun Sep 22 00:35:55 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386 >Description: picp is a command line driver for the Microship Picstart Plus Development Programmer (as used with the 16F84 series). >How-To-Repeat: >Fix: --- picp.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # picp # picp/pkg-plist # picp/pkg-descr # picp/pkg-comment # picp/distinfo # picp/Makefile # echo c - picp mkdir -p picp > /dev/null 2>&1 echo x - picp/pkg-plist sed 's/^X//' >picp/pkg-plist << 'END-of-picp/pkg-plist' Xbin/picp END-of-picp/pkg-plist echo x - picp/pkg-descr sed 's/^X//' >picp/pkg-descr << 'END-of-picp/pkg-descr' XThis is a FreeBSD port of picp, a command line driver for the Microchip XPicstart Plus development programmer. It is compatible with a variety of XPICs including the 16F84. X XWWW: http://www.cosmodog.com/pic/ XWWW: http://bofh.stabilis.ru/soft.html X XBruce Xbms@spc.org END-of-picp/pkg-descr echo x - picp/pkg-comment sed 's/^X//' >picp/pkg-comment << 'END-of-picp/pkg-comment' XDriver for the Microchip Picstart Plus development programmer END-of-picp/pkg-comment echo x - picp/distinfo sed 's/^X//' >picp/distinfo << 'END-of-picp/distinfo' XMD5 (picp_fbsd.tgz) = 419c4c98cbd2fd4fd74146ee6c798299 END-of-picp/distinfo echo x - picp/Makefile sed 's/^X//' >picp/Makefile << 'END-of-picp/Makefile' X# New ports collection makefile for: picp X# Date created: 25 October 2002 X# Whom: Bruce M Simpson X# X# $FreeBSD$ X# X XPORTNAME= picp XPORTVERSION= 0.4 XCATEGORIES= devel XMASTER_SITES= http://bofh.stabilis.ru/ XDISTNAME= ${PORTNAME}_fbsd XEXTRACT_SUFX= .tgz X XMAINTAINER= bms@spc.org X XNO_WRKSUBDIR= defined XNOMAN= defined X Xdo-install: X ${INSTALL_PROGRAM} ${WRKDIR}/picp ${PREFIX}/bin X X.include END-of-picp/Makefile exit --- picp.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 9:13: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A086737B401; Thu, 31 Oct 2002 09:13:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538C143E3B; Thu, 31 Oct 2002 09:13:08 -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 g9VHD8x3096830; Thu, 31 Oct 2002 09:13:08 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VHD8CN096826; Thu, 31 Oct 2002 09:13:08 -0800 (PST) Date: Thu, 31 Oct 2002 09:13:08 -0800 (PST) From: Christian Weisgerber Message-Id: <200210311713.g9VHD8CN096826@freefall.freebsd.org> To: kargl@troutmask.apl.washington.edu, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44288: Fix build of x11-fm/ezfm on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix build of x11-fm/ezfm on -current State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Thu Oct 31 09:12:36 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44288 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 9:14:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EFAC37B401; Thu, 31 Oct 2002 09:14:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2313243E88; Thu, 31 Oct 2002 09:14:32 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VHEWx3096907; Thu, 31 Oct 2002 09:14:32 -0800 (PST) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VHEV6r096903; Thu, 31 Oct 2002 09:14:31 -0800 (PST) Date: Thu, 31 Oct 2002 09:14:31 -0800 (PST) From: Trevor Johnson Message-Id: <200210311714.g9VHEV6r096903@freefall.freebsd.org> To: trevor@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39810: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: trevor Responsible-Changed-When: Thu Oct 31 09:07:15 PST 2002 Responsible-Changed-Why: new port submission, not spam (port is already committed) http://www.freebsd.org/cgi/query-pr.cgi?pr=39810 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 9:33:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7EB37B401 for ; Thu, 31 Oct 2002 09:33:33 -0800 (PST) Received: from orngca-mls02.socal.rr.com (orngca-mls02.socal.rr.com [66.75.160.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535BE43E75 for ; Thu, 31 Oct 2002 09:33:33 -0800 (PST) (envelope-from abrendel@socal.rr.com) Received: from socal.rr.com (sc-24-160-51-163.socal.rr.com [24.160.51.163]) by orngca-mls02.socal.rr.com (8.11.4/8.11.3) with ESMTP id g9VHWfT17372 for ; Thu, 31 Oct 2002 09:32:41 -0800 (PST) Message-ID: <3DC16967.76A1C6DC@socal.rr.com> Date: Thu, 31 Oct 2002 09:33:27 -0800 From: Charlie Root X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 9:40:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D7437B401; Thu, 31 Oct 2002 09:40:17 -0800 (PST) Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F2C843E3B; Thu, 31 Oct 2002 09:40:16 -0800 (PST) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA41661; Thu, 31 Oct 2002 09:39:50 -0800 (PST) Date: Thu, 31 Oct 2002 09:39:48 -0800 (PST) From: Julian Elischer To: Stijn Hoop Cc: Eric Anholt , Ying-Chieh Liao , ports@freebsd.org Subject: Re: further on GL/gl.h In-Reply-To: <20021031095500.GB90926@pcwin002.win.tue.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org For a naive no -X expert. how are we supposed to know that we "shouldn't have Mesa3 or utah-glx installed if you have XFree86-4-libraries." In any case I installed a lot of stuff with XFree 3.3.6 and then upgraded to 4.0.2 and then to 4.2 then after a while I upgraded everything else and at some point GL/gl.h dissappeared. On Thu, 31 Oct 2002, Stijn Hoop wrote: > On Wed, Oct 30, 2002 at 09:30:50AM -0800, Eric Anholt wrote: > > On Wed, 2002-10-30 at 01:37, Ying-Chieh Liao wrote: > > > On Tue, Oct 29, 2002 at 19:19:02 -0800, Eric Anholt wrote: > > > > You shouldn't have Mesa3 or utah-glx installed if you have > > > > XFree86-4-libraries. I don't think you would have linux_mesa and > > > > > > so we have to deny USE_MESA when XFREE86_VERSION=4 ? > > > > Sorry, I totally botched that. Mesa3 won't install gl.h or libGL if > > XFREE86_VERSION=4 is set (you have XFree86-4-libraries to provide > > those). > > Thanks for the clarification. > > --Stijn > > -- > "Computer games don't affect kids; I mean if Pac-Man affected us as kids, > we'd all be running around in darkened rooms, munching magic pills and > listening to repetitive electronic music." > -- Kristian Wilson, Nintendo, Inc., 1989 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 9:50:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D533C37B401 for ; Thu, 31 Oct 2002 09:50:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A1243E88 for ; Thu, 31 Oct 2002 09:50: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 g9VHo5x3009740 for ; Thu, 31 Oct 2002 09:50: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 g9VHo5cJ009739; Thu, 31 Oct 2002 09:50:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6E537B401; Thu, 31 Oct 2002 09:47:23 -0800 (PST) Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF12343E4A; Thu, 31 Oct 2002 09:47:22 -0800 (PST) (envelope-from anders@hack.org) Received: from d1o283.telia.com (d1o283.telia.com [213.66.96.241]) by mailc.telia.com (8.12.5/8.12.5) with ESMTP id g9VHlKUh000138; Thu, 31 Oct 2002 18:47:20 +0100 (CET) Received: from hellraiser.example.org (h58n2fls31o283.telia.com [217.209.202.58]) by d1o283.telia.com (8.10.2/8.10.1) with SMTP id g9VHlJD08627; Thu, 31 Oct 2002 18:47:19 +0100 (CET) Received: by hellraiser.example.org (sSMTP sendmail emulation); Thu, 31 Oct 2002 18:47:15 +0100 Message-Id: <200210311747.g9VHlJD08627@d1o283.telia.com> Date: Thu, 31 Oct 2002 18:47:15 +0100 From: Anders Andersson Reply-To: Anders Andersson To: FreeBSD-gnats-submit@FreeBSD.org Cc: cy@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44787: upgrade of x11-wm/fvwm2-devel to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44787 >Category: ports >Synopsis: upgrade of x11-wm/fvwm2-devel to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 09:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD hellraiser.example.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 29 19:15:45 CET 2002 root@hellraiser.example.org:/usr/obj/usr/src/sys/HELLRAISER i386 >Description: Update x11-wm/fvwm2-devel to latest version, 2.5.4 >How-To-Repeat: >Fix: --- fvwm2-devel.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 14 Sep 2002 01:39:26 -0000 1.50 +++ Makefile 31 Oct 2002 17:39:21 -0000 @@ -6,8 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTVERSION= 2.5.4 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/distinfo,v retrieving revision 1.25 diff -u -r1.25 distinfo --- distinfo 29 Aug 2002 19:55:40 -0000 1.25 +++ distinfo 31 Oct 2002 17:08:44 -0000 @@ -1,2 +1,2 @@ -MD5 (fvwm-2.5.3.tar.bz2) = 0e5d64db4d76ced2a75f031b6ce381ea +MD5 (fvwm-2.5.4.tar.bz2) = f60b777f1c7d48e053528b3066af0c89 MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/pkg-plist,v retrieving revision 1.27 diff -u -r1.27 pkg-plist --- pkg-plist 12 Sep 2002 14:39:37 -0000 1.27 +++ pkg-plist 31 Oct 2002 17:41:34 -0000 @@ -34,6 +34,7 @@ libexec/fvwm/%%FVWM_VERSION%%/FvwmEvent libexec/fvwm/%%FVWM_VERSION%%/FvwmForm %%GTK%%libexec/fvwm/%%FVWM_VERSION%%/FvwmGtk +libexec/fvwm/%%FVWM_VERSION%%/FvwmGtkDebug libexec/fvwm/%%FVWM_VERSION%%/FvwmIconBox libexec/fvwm/%%FVWM_VERSION%%/FvwmIconMan libexec/fvwm/%%FVWM_VERSION%%/FvwmIdent @@ -409,6 +410,8 @@ share/fvwm/fvwm-script-setup95.pl share/fvwm/system.fvwm2rc-sample-95 share/fvwm/perllib/FVWM/Constants.pm +share/fvwm/perllib/FVWM/Event.pm +share/fvwm/perllib/FVWM/EventNames.pm share/fvwm/perllib/FVWM/Module/Gtk.pm share/fvwm/perllib/FVWM/Module/Tk.pm share/fvwm/perllib/FVWM/Module.pm Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/files/patch-configure,v retrieving revision 1.1 diff -u -r1.1 patch-configure --- files/patch-configure 14 Sep 2002 01:39:27 -0000 1.1 +++ files/patch-configure 31 Oct 2002 17:16:32 -0000 @@ -1,17 +1,17 @@ ---- configure.orig Sun Aug 25 04:31:08 2002 -+++ configure Fri Sep 13 18:29:58 2002 -@@ -3758,7 +3758,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 +--- configure.orig Thu Oct 31 18:14:43 2002 ++++ configure Thu Oct 31 18:15:52 2002 +@@ -6157,7 +6157,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS -LIBS="-lpng ${png_LIBS} -lz -lm $LIBS" +LIBS="-L%%LOCALBASE%%/lib -lpng ${png_LIBS} -lz -lm $LIBS" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" #include "confdefs.h" -@@ -3921,7 +3921,7 @@ +@@ -6429,7 +6429,7 @@ #define HAVE_PNG 1 - EOF + _ACEOF - png_LIBS="-lpng -lz" + png_LIBS="-L%%LOCALBASE%%/lib -lpng -lz" Index: files/patch-fvwm::Makefile.in =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-fvwm::Makefile.in --- files/patch-fvwm::Makefile.in 11 Sep 2002 20:34:33 -0000 1.1 +++ files/patch-fvwm::Makefile.in 31 Oct 2002 17:35:23 -0000 @@ -1,15 +1,15 @@ ---- fvwm/Makefile.in.orig Sun Aug 25 04:34:20 2002 -+++ fvwm/Makefile.in Tue Sep 10 10:21:40 2002 -@@ -919,9 +919,9 @@ +--- fvwm/Makefile.in.orig Thu Oct 31 18:34:30 2002 ++++ fvwm/Makefile.in Thu Oct 31 18:34:51 2002 +@@ -936,9 +936,9 @@ echo "Minor warning: $(bindir)/fvwm2 symlink was not created" install-data-local: - @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1 - @$(LN_S) fvwm.1 $(DESTDIR)$(mandir)/man1/fvwm2.1 || \ -- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created" +- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created" + @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1.gz + @$(LN_S) fvwm.1.gz $(DESTDIR)$(mandir)/man1/fvwm2.1.gz || \ -+ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" ++ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- fvwm2-devel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 10:16:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C979F37B401 for ; Thu, 31 Oct 2002 10:16:18 -0800 (PST) Received: from natto.numachi.com (natto.numachi.com [198.175.254.216]) by mx1.FreeBSD.org (Postfix) with SMTP id A2F3643E6E for ; Thu, 31 Oct 2002 10:16:17 -0800 (PST) (envelope-from reichert@numachi.com) Received: (qmail 21666 invoked by uid 1001); 31 Oct 2002 18:16:10 -0000 Date: Thu, 31 Oct 2002 13:16:10 -0500 From: Brian Reichert To: Larry Rosenman Cc: Brian Reichert , Adam Weinberger , ports@FreeBSD.ORG Subject: Re: How flexible _is_ the use of ports? Message-ID: <20021031131610.U618@numachi.com> References: <20021030213055.P618@numachi.com> <1036031545.442.15.camel@lerlaptop.lerctr.org> <20021030222723.Q618@numachi.com> <1036034966.83261.2.camel@lerlaptop.lerctr.org> <20021030223732.R618@numachi.com> <1036035547.83261.4.camel@lerlaptop.lerctr.org> <20021030224350.S618@numachi.com> <20021031035136.GX197@vectors.cx> <20021031010815.T618@numachi.com> <1036068877.393.8.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1036068877.393.8.camel@lerlaptop.lerctr.org>; from ler@lerctr.org on Thu, Oct 31, 2002 at 06:54:36AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 31, 2002 at 06:54:36AM -0600, Larry Rosenman wrote: > On Thu, 2002-10-31 at 00:08, Brian Reichert wrote: > > Regrettably, my orginal problem with the mozilla browser still seems > > in place, so I'm uncertain how to advance on this without a full > > reinstall... > What is the problem? Mozilla starts, and functions completely, near as I can tell. The symptom is that many of the menus and dialog boxes have no text in them. Mind you, the menus and dialog boxes are coming up, and for those that I've memorized the layout structure, I can still navigate. Without the text, the menu/box is tiny; I have to guess the box is automagically sized to the string it would be presenting. I had assumed a GTK problem, hence my path of reinstalling dependancies had begun. To keep this on topic, sort-of: I know that with the port/package database, there is a list of which files come from which package. Is there a best/official way of saying: for each package in the database of installed packagees for each list-of-files in said package generate a list of files that are not on the system In the event my package database (/var/db/pkg) is lost, is there an analogous method for inferring which ports might have installed? I guess this would rely on expensively perusing INDEX, and comparing a list of files on your system to files that a part of a ports' list of installed files... I'm certain there are several way to do these things, but I can't quickly guess which way is the 'best' in terms of speed, consuming resources, etc. To my (layman's) eye, there are at least three databases at play: - /usr/ports/INDEX tons of metadata about ports overall. - filesystem set of all files on system, some of which correspond to a file from a port. - /var/db/pkg which ports were installed. I think what I need to explore is how to: - possibly rebuild the /var/db/pkg in case of a loss. - try to build some post-crash checker to see if all of my installed ports are in fact still there. I think my latest rebuild-mozilla-from-ports effort was made difficult because /var/db/pgk was fragged. But, I'm guessing... -- Brian 'you Bastard' Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA Intel architecture: the left-hand path To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 10:41:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C98037B401; Thu, 31 Oct 2002 10:41:26 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCB943E42; Thu, 31 Oct 2002 10:41:25 -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 83920519BE; Fri, 1 Nov 2002 03:41:24 +0900 (JST) Date: Fri, 01 Nov 2002 03:41:25 +0900 Message-ID: <86k7jycuy2.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: ports@FreeBSD.org Subject: Re: Using DEPORIGIN in portupgrade In-Reply-To: <86n0pczq6u.wl@archon.local.idaemons.org> References: <3DAD5BCA.8D2B10F@FreeBSD.org> <3DAEAA2A.8502F644@FreeBSD.org> <86n0pczq6u.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Fri, 18 Oct 2002 06:54:49 +0900, I wrote: > > > Do you have any plans to make use of a freshly added recording of > > > DEPORIGIN information in +CONTENTS for resolving dependencies? This > > > should allow to avoid all those "stale dependency" messages once for > > > all, thus bringing packages updating mechanism one step closer to > > > ideal. I've just finished implementing the DEPORIGIN support in the portupgrade suite, but ports (bsd.port.mk) doesn't seem to have the ability to record DEPORIGIN yet. Do you have a patch to add that? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 10:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8737037B401 for ; Thu, 31 Oct 2002 10:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CA543EA3 for ; Thu, 31 Oct 2002 10:50: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 g9VIo1x3036086 for ; Thu, 31 Oct 2002 10:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VIo1qt036085; Thu, 31 Oct 2002 10:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE0C837B401 for ; Thu, 31 Oct 2002 10:48:33 -0800 (PST) Received: from TMA-1.brad-x.com (static-b2-191.highspeed.eol.ca [64.56.236.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB80D43E91 for ; Thu, 31 Oct 2002 10:48:32 -0800 (PST) (envelope-from brad@brad-x.com) Received: by TMA-1.brad-x.com (Postfix, from userid 1000) id C419122104A; Thu, 31 Oct 2002 13:48:28 -0500 (EST) Message-Id: <20021031184828.C419122104A@TMA-1.brad-x.com> Date: Thu, 31 Oct 2002 13:48:28 -0500 (EST) From: Brad Laue Reply-To: Brad Laue To: FreeBSD-gnats-submit@FreeBSD.org Cc: brad@brad-x.com X-Send-Pr-Version: 3.113 Subject: ports/44788: New Port - Kooka KDE scanning suite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44788 >Category: ports >Synopsis: New Port - Kooka KDE scanning suite >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 10:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Brad Laue >Release: FreeBSD 4.6-STABLE i386 >Organization: brad-x.com >Environment: System: FreeBSD TMA-1.brad-x.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 5 16:15:45 EDT 2002 root@TMA-1.brad-x.com:/usr/src/sys/compile/DISCOVERY-IPF i386 >Description: For inclusion into the ports tree; one of the first KDE based scanner programs that's complete and uses KDE's services smartly. From pkg-descr (in turn from kooka.kde.org): Kooka is an intuitive, easy to use KDE scan program. Kooka helps you manage your scanned images, offers OCR scanning and provides a scan service to all KDE applications through libkscan. WWW: http://kooka.kde.org >How-To-Repeat: make install >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: # # ./kooka # ./kooka/Makefile # ./kooka/distinfo # ./kooka/pkg-comment # ./kooka/pkg-descr # ./kooka/pkg-plist # ./kooka/files # ./kooka/files/patch-Makefile.in # echo c - ./kooka mkdir -p ./kooka > /dev/null 2>&1 echo x - ./kooka/Makefile sed 's/^X//' >./kooka/Makefile << 'END-of-./kooka/Makefile' XPORTNAME= kooka XPORTVERSION= 0.38 XCATEGORIES= graphics kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} X XMAINTAINER= brad@brad-x.com X XLIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends X XUSE_KDELIBS_VER=3 XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_BZIP2= yes X X.include X.include "${PORTSDIR}/x11/kde3/Makefile.kde" X.include END-of-./kooka/Makefile echo x - ./kooka/distinfo sed 's/^X//' >./kooka/distinfo << 'END-of-./kooka/distinfo' XMD5 (kooka-0.38.tar.bz2) = 158fcf9d2de487443872005565fb74bb END-of-./kooka/distinfo echo x - ./kooka/pkg-comment sed 's/^X//' >./kooka/pkg-comment << 'END-of-./kooka/pkg-comment' XKooka - Scan and OCR Suite for KDE END-of-./kooka/pkg-comment echo x - ./kooka/pkg-descr sed 's/^X//' >./kooka/pkg-descr << 'END-of-./kooka/pkg-descr' XKooka is an intuitive, easy to use KDE scan program. XKooka helps you manage your scanned images, offers XOCR scanning and provides a scan service to all KDE Xapplications through libkscan. X XWWW: http://kooka.kde.org X X- Brad Xbrad@brad-x.com END-of-./kooka/pkg-descr echo x - ./kooka/pkg-plist sed 's/^X//' >./kooka/pkg-plist << 'END-of-./kooka/pkg-plist' Xbin/kooka Xinclude/devselector.h Xinclude/dispgamma.h Xinclude/gammadialog.h Xinclude/img_canvas.h Xinclude/imgscaledialog.h Xinclude/kgammatable.h Xinclude/kscandevice.h Xinclude/kscanoption.h Xinclude/kscanoptset.h Xinclude/kscanslider.h Xinclude/massscandialog.h Xinclude/previewer.h Xinclude/scanparams.h Xinclude/scansourcedialog.h Xinclude/sizeindicator.h Xlib/libkscan.la Xlib/libkscan.so Xlib/libkscan.so.1 Xshare/apps/kooka/kookaui.rc Xshare/applnk/Graphics/kooka.desktop Xshare/apps/kooka/pics/mirror-both.png Xshare/apps/kooka/pics/mirror-horiz.png Xshare/apps/kooka/pics/mirror-vert.png Xshare/apps/kooka/pics/newfromselect.png Xshare/apps/kooka/pics/ocr-select.png Xshare/apps/kooka/pics/ocr.png Xshare/apps/kooka/pics/scaleorig.png Xshare/apps/kooka/pics/scaletoheight.png Xshare/apps/kooka/pics/scaletowidth.png Xshare/apps/kooka/pics/thumbviewtile.png Xshare/config/kookarc Xshare/icons/hicolor/16x16/actions/palette_color.png Xshare/icons/hicolor/16x16/actions/palette_gray.png Xshare/icons/hicolor/16x16/actions/palette_halftone.png Xshare/icons/hicolor/16x16/actions/palette_lineart.png Xshare/services/scanservice.desktop X@dirrm share/applnk/Graphics X@dirrm share/applnk X@dirrm share/apps/kooka/pics X@dirrm share/apps/kooka X@dirrm share/apps X@dirrm share/config X@dirrm share/icons/hicolor/16x16/actions X@dirrm share/icons/hicolor/16x16 X@dirrm share/icons/hicolor X@dirrm share/icons X@dirrm share/services END-of-./kooka/pkg-plist echo c - ./kooka/files mkdir -p ./kooka/files > /dev/null 2>&1 echo x - ./kooka/files/patch-Makefile.in sed 's/^X//' >./kooka/files/patch-Makefile.in << 'END-of-./kooka/files/patch-Makefile.in' X--- Makefile.in.orig Thu Oct 31 13:14:25 2002 X+++ Makefile.in Thu Oct 31 13:13:43 2002 X@@ -67,10 +67,10 @@ X AS = @AS@ X AUTODIRS = @AUTODIRS@ X AWK = @AWK@ X-CC = @CC@ X+CC ?= @CC@ X CONF_FILES = @CONF_FILES@ X CPP = @CPP@ X-CXX = @CXX@ X+CXX ?= @CXX@ X CXXCPP = @CXXCPP@ X DCOPIDL = @DCOPIDL@ X DCOPIDL2CPP = @DCOPIDL2CPP@ END-of-./kooka/files/patch-Makefile.in exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 10:55: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865E437B401; Thu, 31 Oct 2002 10:55:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A40443E75; Thu, 31 Oct 2002 10:55:05 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VIt5x3039586; Thu, 31 Oct 2002 10:55:05 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VIt5tg039582; Thu, 31 Oct 2002 10:55:05 -0800 (PST) Date: Thu, 31 Oct 2002 10:55:05 -0800 (PST) From: Adam Weinberger Message-Id: <200210311855.g9VIt5tg039582@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/44787: upgrade of x11-wm/fvwm2-devel to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: upgrade of x11-wm/fvwm2-devel to latest version Responsible-Changed-From-To: freebsd-ports->cy Responsible-Changed-By: adamw Responsible-Changed-When: Thu Oct 31 10:54:52 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44787 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 10:55:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D3937B401 for ; Thu, 31 Oct 2002 10:55:44 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981EC43E9C for ; Thu, 31 Oct 2002 10:55:41 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id g9VItRIO057128; Thu, 31 Oct 2002 20:55:33 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9VItWaJ065884; Thu, 31 Oct 2002 20:55:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9VItWsn065883; Thu, 31 Oct 2002 20:55:32 +0200 (EET) Date: Thu, 31 Oct 2002 20:55:31 +0200 From: Maxim Sobolev To: Akinori MUSHA Cc: ports@FreeBSD.ORG Subject: Re: Using DEPORIGIN in portupgrade Message-ID: <20021031185531.GA65722@vega.vega.com> References: <3DAD5BCA.8D2B10F@FreeBSD.org> <3DAEAA2A.8502F644@FreeBSD.org> <86n0pczq6u.wl@archon.local.idaemons.org> <86k7jycuy2.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <86k7jycuy2.wl@archon.local.idaemons.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 03:41:25AM +0900, Akinori MUSHA wrote: > At Fri, 18 Oct 2002 06:54:49 +0900, > I wrote: > > > > Do you have any plans to make use of a freshly added recording of > > > > DEPORIGIN information in +CONTENTS for resolving dependencies? This > > > > should allow to avoid all those "stale dependency" messages once for > > > > all, thus bringing packages updating mechanism one step closer to > > > > ideal. > > I've just finished implementing the DEPORIGIN support in the > portupgrade suite, but ports (bsd.port.mk) doesn't seem to have the > ability to record DEPORIGIN yet. Do you have a patch to add that? What makes you think so? DEPORIGIN generation support was merged into bsd.port.mk before 4.7-RELEASE, so that all packages generated for it already have DEPORIGIN information recorded. Grab any package from ftp.freebsd.org or from the 4.7 CD and see by yourself. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 10:58:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC50A37B401; Thu, 31 Oct 2002 10:58:42 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE6D43E42; Thu, 31 Oct 2002 10:58:42 -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 A839A519BE; Fri, 1 Nov 2002 03:58:41 +0900 (JST) Date: Fri, 01 Nov 2002 03:58:41 +0900 Message-ID: <86iszicu5a.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Using DEPORIGIN in portupgrade In-Reply-To: <20021031185531.GA65722@vega.vega.com> References: <3DAD5BCA.8D2B10F@FreeBSD.org> <3DAEAA2A.8502F644@FreeBSD.org> <86n0pczq6u.wl@archon.local.idaemons.org> <86k7jycuy2.wl@archon.local.idaemons.org> <20021031185531.GA65722@vega.vega.com> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Thu, 31 Oct 2002 20:55:31 +0200, sobomax wrote: > What makes you think so? DEPORIGIN generation support was merged > into bsd.port.mk before 4.7-RELEASE, so that all packages generated > for it already have DEPORIGIN information recorded. Grab any > package from ftp.freebsd.org or from the 4.7 CD and see by yourself. I was talking about ports, not packages. I think ports should or could also record DEPORIGIN when they are installed. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB7D37B401 for ; Thu, 31 Oct 2002 11:00:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECA843EA9 for ; Thu, 31 Oct 2002 11:00: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 g9VJ0Ax3039991 for ; Thu, 31 Oct 2002 11:00: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 g9VJ09ZO039990; Thu, 31 Oct 2002 11:00:09 -0800 (PST) Date: Thu, 31 Oct 2002 11:00:09 -0800 (PST) Message-Id: <200210311900.g9VJ09ZO039990@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Nick Leuta" Subject: Re: ports/44757: New port: TLS/SSL-aware FTP client (BSDftpd-ssl) Reply-To: "Nick Leuta" Sender: owner-freebsd-ports@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/44757; it has been noted by GNATS. From: "Nick Leuta" To: , Cc: Subject: Re: ports/44757: New port: TLS/SSL-aware FTP client (BSDftpd-ssl) Date: Thu, 31 Oct 2002 21:53:08 +0300 I think that there is a reason to have an ability to install server and client parts of this software separately... Well, I'm now agreed that such packages must have different PORTNAME... So, what's better: to re-send both ports, or to send a new all-in-one port? ====== SkyNick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11: 3:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA57B37B49C; Thu, 31 Oct 2002 11:03:32 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488C943E6E; Thu, 31 Oct 2002 11:03:32 -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 B71E1519BE; Fri, 1 Nov 2002 04:03:31 +0900 (JST) Date: Fri, 01 Nov 2002 04:03:31 +0900 Message-ID: <86hef2ctx8.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Using DEPORIGIN in portupgrade In-Reply-To: <86iszicu5a.wl@archon.local.idaemons.org> References: <3DAD5BCA.8D2B10F@FreeBSD.org> <3DAEAA2A.8502F644@FreeBSD.org> <86n0pczq6u.wl@archon.local.idaemons.org> <86k7jycuy2.wl@archon.local.idaemons.org> <20021031185531.GA65722@vega.vega.com> <86iszicu5a.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Fri, 01 Nov 2002 03:58:41 +0900, I wrote: > I was talking about ports, not packages. I think ports should or > could also record DEPORIGIN when they are installed. Let me check again. This may have been my local problem. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11: 4:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0466137B401 for ; Thu, 31 Oct 2002 11:04:34 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC1F843E3B for ; Thu, 31 Oct 2002 11:04:32 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id g9VJ4TIO057460; Thu, 31 Oct 2002 21:04:29 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9VJ4ZaJ065948; Thu, 31 Oct 2002 21:04:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9VJ4YFg065947; Thu, 31 Oct 2002 21:04:34 +0200 (EET) Date: Thu, 31 Oct 2002 21:04:34 +0200 From: Maxim Sobolev To: Akinori MUSHA Cc: ports@FreeBSD.ORG Subject: Re: Using DEPORIGIN in portupgrade Message-ID: <20021031190434.GD65722@vega.vega.com> References: <3DAD5BCA.8D2B10F@FreeBSD.org> <3DAEAA2A.8502F644@FreeBSD.org> <86n0pczq6u.wl@archon.local.idaemons.org> <86k7jycuy2.wl@archon.local.idaemons.org> <20021031185531.GA65722@vega.vega.com> <86iszicu5a.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <86iszicu5a.wl@archon.local.idaemons.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 03:58:41AM +0900, Akinori MUSHA wrote: > At Thu, 31 Oct 2002 20:55:31 +0200, > sobomax wrote: > > What makes you think so? DEPORIGIN generation support was merged > > into bsd.port.mk before 4.7-RELEASE, so that all packages generated > > for it already have DEPORIGIN information recorded. Grab any > > package from ftp.freebsd.org or from the 4.7 CD and see by yourself. > > I was talking about ports, not packages. I think ports should or > could also record DEPORIGIN when they are installed. They do. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11:34:55 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE0937B401; Thu, 31 Oct 2002 11:34:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F91A43E4A; Thu, 31 Oct 2002 11:34:54 -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 g9VJYsx3058552; Thu, 31 Oct 2002 11:34:54 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VJYrIp058548; Thu, 31 Oct 2002 11:34:53 -0800 (PST) Date: Thu, 31 Oct 2002 11:34:53 -0800 (PST) From: Christian Weisgerber Message-Id: <200210311934.g9VJYrIp058548@freefall.freebsd.org> To: herve.quiroz@esil.univ-mrs.fr, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44442: Update port: x11-wm/ratpoison update to version 1.1.1 Sender: owner-freebsd-ports@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: x11-wm/ratpoison update to version 1.1.1 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Thu Oct 31 11:34:08 PST 2002 State-Changed-Why: Already updated (PR #44175). http://www.freebsd.org/cgi/query-pr.cgi?pr=44442 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11:39:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1634737B401; Thu, 31 Oct 2002 11:39:13 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97FD643E3B; Thu, 31 Oct 2002 11:39:12 -0800 (PST) (envelope-from Jan.Stocker@t-online.de) Received: from fwd04.sul.t-online.de by mailout05.sul.t-online.com with smtp id 187L9r-00041i-0B; Thu, 31 Oct 2002 20:39:11 +0100 Received: from twoflower.liebende.de (320072111332-0001@[80.134.107.190]) by fwd04.sul.t-online.com with esmtp id 187L9i-1Mx0lsC; Thu, 31 Oct 2002 20:39:02 +0100 Subject: Re: ports/44760: Tuxpuck update to 0.8.1 From: Jan.Stocker@t-online.de (Jan Stocker) Reply-To: Jan.Stocker@t-online.de To: Adam Weinberger Cc: freebsd-ports@FreeBSD.org In-Reply-To: <200210310031.g9V0VFe0028188@freefall.freebsd.org> References: <200210310031.g9V0VFe0028188@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 20:38:32 +0100 Message-Id: <1036093113.635.7.camel@twoflower> Mime-Version: 1.0 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What is the actual common practice for naming patch files in sub dirs? After we've changed from the numbered patches to one-file-named-patches we used :: as a separator. OO uses for the last few updates + as a separator, so i thought the convention had been changed and i missed it. So i used + and Adam changed it to :: ..... Jan On Thu, 2002-10-31 at 01:31, Adam Weinberger wrote: > Synopsis: Tuxpuck update to 0.8.1 > > State-Changed-From-To: open->closed > State-Changed-By: adamw > State-Changed-When: Wed Oct 30 16:30:48 PST 2002 > State-Changed-Why: > Committed, with minor revisions. Thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=44760 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11:40: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F1237B401 for ; Thu, 31 Oct 2002 11:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4AA43E3B for ; Thu, 31 Oct 2002 11: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 g9VJe5x3058711 for ; Thu, 31 Oct 2002 11: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 g9VJe5nq058710; Thu, 31 Oct 2002 11:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E324F37B401 for ; Thu, 31 Oct 2002 11:39:08 -0800 (PST) Received: from c-450d73d5.09-71-6f736c2.cust.bredband.no (c-450d73d5.09-71-6f736c2.cust.bredband.no [213.115.13.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 58DDD43E3B for ; Thu, 31 Oct 2002 11:39:06 -0800 (PST) (envelope-from are@communique.no) Received: (qmail 82907 invoked by uid 1000); 31 Oct 2002 19:20:22 -0000 Message-Id: <20021031192022.82906.qmail@david.i.communique.no> Date: 31 Oct 2002 19:20:22 -0000 From: Are Bryne Reply-To: Are Bryne To: FreeBSD-gnats-submit@FreeBSD.org Cc: Munish Chopra X-Send-Pr-Version: 3.113 Subject: ports/44789: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44789 >Category: ports >Synopsis: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 11:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Are Bryne >Release: FreeBSD 4.6.2-RELEASE-p2 i386 >Organization: Communiqué DA >Environment: System: FreeBSD david.i.communique.no 4.6.2-RELEASE-p2 FreeBSD 4.6.2-RELEASE-p2 #0: Tue Oct 22 14:49:28 CEST 2002 are@david.i.communique.no:/usr/obj/usr/src/sys/DAVID i386 Up-to-date /usr/ports >Description: Munish Chopra, the abcde port maintainer, forgot to change the occurences of wget and seq in the cddb-tool shell script. >How-To-Repeat: Use any invocation of abcde (requiring CDDB-support) to see that you either need wget or the patch. Use abcde with a cd that has not been registered with the CDDB server (thereby invoking cddb-tool with the 'template' parameter) to see the use of seq. Neither wget nor seq are part of the base system (on FreeBSD 4.6.x) >Fix: I have followed Munish's lead (as in files/*) of swapping wget with fetch and seq with jot. The cddb-tool.1 man page should have wget replaced with fetch too. --- cddb-tool.patch begins here --- --- cddb-tool.orig Mon Jan 21 03:29:23 2002 +++ cddb-tool Thu Oct 31 19:41:23 2002 @@ -30,9 +30,9 @@ LOOKUP_ERR=13 # problem connecting to cddb server EMPTY_QUERY_RESPONSE=14 # query response = "", (probably no net connection) -# assume a reasonable default if $WGET is undefined -if [ "$WGET" = "" ]; then - WGET=wget +# assume a reasonable default if $FETCH is undefined +if [ "$FETCH" = "" ]; then + FETCH=fetch fi usage() { @@ -74,8 +74,8 @@ read server user host disc-id genre CDDB file is dumped to stdout. File will contain an extra #CATEGORY= line, which leaves it a valid CDDB file but which will - be recognized by parse and send commands. Uses wget, so if you - need to use a proxy then just configure wget to do so. user and + be recognized by parse and send commands. Uses fetch, so if you + need to use a proxy then just configure fetch to do so. user and host will be used for identifying ourselves to the CDDB server. help Display this. @@ -119,7 +119,7 @@ echo '#' echo '# Track frame offsets:' NUMTRACKS=$2 - for x in $(seq 3 $(expr $NUMTRACKS + 2)) + for x in $(jot $NUMTRACKS 3 $(expr $NUMTRACKS + 2)) do printf "#\t$(echo "$DISCID" | cut -f$x -d' ')\n" done @@ -135,13 +135,13 @@ echo DISCID="$DISCNUM" echo "DTITLE=Unknown Artist / Unknown Album" # TTITLE0 -- TTITLEn - for x in $(seq 1 $NUMTRACKS) + for x in $(jot $NUMTRACKS) do echo "TTITLE$(expr $x - 1)=Track $x" done echo "EXTD=" # EXTT0 -- EXTTn - for x in $(seq 1 $NUMTRACKS) + for x in $(jot $NUMTRACKS) do echo "EXTT$(expr $x - 1)=" done @@ -164,7 +164,7 @@ shift 3 TRACKINFO="$@" TRACKINFOPLUS=$(echo $TRACKINFO | tr ' ' '+') - RESULTS=$($WGET -q -O - "$SERVER?cmd=cddb+query+$TRACKINFOPLUS\&hello=$HELLOINFO\&proto=3") || exit $LOOKUP_ERR + RESULTS=$($FETCH -q -o - "$SERVER?cmd=cddb+query+$TRACKINFOPLUS\&hello=$HELLOINFO\&proto=3") || exit $LOOKUP_ERR echo $RESULTS | tr '\r' '\n' | tr -s '\n' | sed 's/^ //g' ;; @@ -175,7 +175,7 @@ CATEGORY="$4" DISCID="$5" HELLOINFO="$USER+$HOST+$NAME+$VERSION" - $WGET -q -O - $CDDBDATA "$SERVER?cmd=cddb+read+$CATEGORY+$DISCID\&hello=$HELLOINFO\&proto=3" 2>/dev/null + $FETCH -q -o - $CDDBDATA "$SERVER?cmd=cddb+read+$CATEGORY+$DISCID\&hello=$HELLOINFO\&proto=3" 2>/dev/null ;; help) help ;; --- cddb-tool.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 11:53:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C2837B401 for ; Thu, 31 Oct 2002 11:53:36 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC5E43E88 for ; Thu, 31 Oct 2002 11:53:36 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (77b474051e6ce91c296329d39dab51bf@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9VJtMit007610; Thu, 31 Oct 2002 11:55:22 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9VJtMWM007609; Thu, 31 Oct 2002 11:55:22 -0800 (PST) (envelope-from monkey) Date: Thu, 31 Oct 2002 11:55:22 -0800 From: Adam Weinberger To: Jan Stocker Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/44760: Tuxpuck update to 0.8.1 Message-ID: <20021031195522.GG197@vectors.cx> References: <200210310031.g9V0VFe0028188@freefall.freebsd.org> <1036093113.635.7.camel@twoflower> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <1036093113.635.7.camel@twoflower> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.31.2002 @ 1138 PST): Jan Stocker said, in 0.8K: << > What is the actual common practice for naming patch files in sub dirs? > After we've changed from the numbered patches to one-file-named-patches > we used :: as a separator. OO uses for the last few updates + as a > separator, so i thought the convention had been changed and i missed it. > So i used + and Adam changed it to :: ..... >> end of "Re: ports/44760: Tuxpuck update to 0.8.1" from Jan Stocker << Sorry about that. I had to regenerate the patch, and I used a different filename without thinking about it. You're most likely right, though. '+' probably is more correcter. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wYqqo8KM2ULHQ/0RAiwaAKDOn07TNg6vAQ3X6WwO4SQM2VKpaQCeIPtc yN8zYcmlsgojoKBjgujPkXY= =DlBE -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 12: 5:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F8037B401; Thu, 31 Oct 2002 12:05:18 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D6443E6E; Thu, 31 Oct 2002 12:05:17 -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 E4D14519BE; Fri, 1 Nov 2002 05:05:15 +0900 (JST) Date: Fri, 01 Nov 2002 05:05:16 +0900 Message-ID: <86fzumcr2b.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: Using DEPORIGIN in portupgrade In-Reply-To: <86hef2ctx8.wl@archon.local.idaemons.org> References: <3DAD5BCA.8D2B10F@FreeBSD.org> <3DAEAA2A.8502F644@FreeBSD.org> <86n0pczq6u.wl@archon.local.idaemons.org> <86k7jycuy2.wl@archon.local.idaemons.org> <20021031185531.GA65722@vega.vega.com> <86iszicu5a.wl@archon.local.idaemons.org> <86hef2ctx8.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.9.15 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Fri, 01 Nov 2002 04:03:31 +0900, I wrote: > > I was talking about ports, not packages. I think ports should or > > could also record DEPORIGIN when they are installed. > > Let me check again. This may have been my local problem. It turned out to be a bug in my new code and I could properly finish the work. Soon to be released. Thanks, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 12:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F2F37B401 for ; Thu, 31 Oct 2002 12:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E53043E42 for ; Thu, 31 Oct 2002 12: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 g9VKK3x3077335 for ; Thu, 31 Oct 2002 12: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 g9VKK2hf077334; Thu, 31 Oct 2002 12:20:02 -0800 (PST) Date: Thu, 31 Oct 2002 12:20:02 -0800 (PST) Message-Id: <200210312020.g9VKK2hf077334@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Munish Chopra Subject: Re: ports/44789: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port Reply-To: Munish Chopra Sender: owner-freebsd-ports@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/44789; it has been noted by GNATS. From: Munish Chopra To: freebsd-gnats-submit@FreeBSD.org, are.bryne@communique.no Cc: Subject: Re: ports/44789: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port Date: Thu, 31 Oct 2002 15:16:36 -0500 This fix is fine, I managed to miss it since I have had wget installed forever. I suppose it's just luck that the seq stuff did the right thing, I don't really remember how it works and don't have the time to figure check it out right now. -- Munish Chopra To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 12:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65ECD37B401 for ; Thu, 31 Oct 2002 12:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D04C43E6E for ; Thu, 31 Oct 2002 12:30: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 g9VKU1x3080969 for ; Thu, 31 Oct 2002 12:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VKU1Mh080968; Thu, 31 Oct 2002 12:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DD237B401 for ; Thu, 31 Oct 2002 12:25:55 -0800 (PST) Received: from fever.boogie.com (cpe-66-87-52-132.co.sprintbbd.net [66.87.52.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7995143E88 for ; Thu, 31 Oct 2002 12:25:54 -0800 (PST) (envelope-from durian@fever.boogie.com) Received: from man.boogie.com (man.boogie.com [192.168.1.3]) by fever.boogie.com (8.12.6/8.12.6) with ESMTP id g9VKPm8H058549 for ; Thu, 31 Oct 2002 13:25:48 -0700 (MST) (envelope-from durian@fever.boogie.com) Received: from man.boogie.com (localhost [127.0.0.1]) by man.boogie.com (8.12.6/8.12.6) with ESMTP id g9VKPlfh065278 for ; Thu, 31 Oct 2002 13:25:48 -0700 (MST) (envelope-from durian@man.boogie.com) Received: (from durian@localhost) by man.boogie.com (8.12.6/8.12.6/Submit) id g9VKPlDE065277; Thu, 31 Oct 2002 13:25:47 -0700 (MST) Message-Id: <200210312025.g9VKPlDE065277@man.boogie.com> Date: Thu, 31 Oct 2002 13:25:47 -0700 (MST) From: Mike Durian Reply-To: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44791: openoffice-devel contains an invalid patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44791 >Category: ports >Synopsis: openoffice-devel contains an invalid patch >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 12:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mike Durian >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD man.boogie.com 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Wed Oct 30 10:15:24 MST 2002 root@man.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386 >Description: The patch patch-neon+neon.patch does not apply cleanly. ===> Applying FreeBSD patches for openoffice-643 1 out of 1 hunks failed--saving rejects to ../neon/neon.patch.rej >> Patch patch-neon+neon.patch failed to apply cleanly. >> Patch(es) patch-berkeleydb+db-3.2.9.patch patch-bridges+prj+build.lst patch-bridges+source+cpp_uno+gcc2_freebsd_intel patch-bridges+source+cpp_uno+gcc2_freebsd_intel-sjlj patch-bridges+source+cpp_uno+gcc3_freebsd_intel patch-bridges+source+prot_uno+makefile.mk patch-comphelper+util+makefile.mk patch-config_office+configure.in patch-config_office+set_soenv.in patch-connectivity+source+drivers+mozab+makefile.mk patch-connectivity+source+drivers+mozab+mozillasrc+makefile.mk patch-connectivity+source+drivers+mozaddressbook+makefile.mk patch-cosv+source+strings+streamstr.cxx patch-cppu+inc+cppu+macros.hxx patch-cppu+inc+uno+lbnames.h patch-cppu+prj+build.lst patch-cppu+source+uno+data.cxx patch-cppu+test+alignment+diagnose.h patch-cppuhelper+source+makefile.mk patch-cpputools+source+registercomponent+makefile.mk patch-desktop+source+pkgchk+pkgchk_packages.cxx patch-desktop+util+makefile.mk patch-dmake+unix+linux+gnu+make.sh patch-dtrans+source+X11+X11_selection.cxx patch-dtra! ns+source+X11+makefile.mk patch-eventattacher+source+makefile.mk patch-extensions+source+plugin+unx+makefile.mk patch-external+dt+dtpatch.sh patch-external+npsdk+npsdkpatch.sh patch-freetype+makefile.mk patch-i18npool+inc+collatorImpl.hxx patch-idl+util+makefile.mk patch-javaunohelper+source+makefile.mk patch-moz+prj+d.lst patch-nas+nas-1.4.1.patch applied cleanly. *** Error code 1 The contents of neon/neon.patch.rej are: *************** *** 208,214 **** ! ! # --- Files -------------------------------------------------------- ! - | CFLAGS+=-I$(SOLARINCDIR)$/external$/expat ! ! CDEFS+=-DHAVE_CONFIG_H ! --- 208,214 ---- ! ! # --- Files -------------------------------------------------------- ! + ! CFLAGS+=-I$(SOLARINCDIR)$/expat ! ! CDEFS+=-DHAVE_CONFIG_H ! >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 12:48:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8C037B401; Thu, 31 Oct 2002 12:48:51 -0800 (PST) Received: from chat.ru (w163.z066089031.chi-il.dsl.cnc.net [66.89.31.163]) by mx1.FreeBSD.org (Postfix) with SMTP id DB7B543E9C; Thu, 31 Oct 2002 12:48:13 -0800 (PST) (envelope-from derecho@rambler.ru) From: "Lawexpert" Subject: Ñîãëàñîâàíèå ïåðåïëàíèðîâêè, ïåðåóñòðîéñòâà â ÌÂÊ. Reply-To: derecho@rambler.ru X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Organization: Lawexpert Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Date: Thu, 31 Oct 2002 23:48:53 +0300 Message-Id: <20021031204813.DB7B543E9C@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Óâàæàåìûå äàìû è ãîñïîäà! Åñëè Âàì íóæíî ñîãëàñîâûâàòü ïåðåïëàíèðîâêó ïîìåùåíèÿ (êâàðòèðà, îôèñ), òî ýòî ïèñüìî äëÿ Âàñ. Îñòàëüíûõ ïðîñèì íàñ èçâèíèòü çà âòîðæåíèå è ïðèñëàòü óâåäîìëåíèå, ÷òî áû ìû Âàñ áîëåå íå òðåâîæèëè. Ñïàñèáî. Äëÿ òåõ, êîìó ýòî èíòåðåñíî ÷èòàéòå äàëåå…. Ó íàñ ïðîôåññèîíàëüíûé ïîäõîä ê ðàáîòå. Ìû ñîãëàñîâûâàåì ïåðåïëàíèðîâêè ëþáîé ñëîæíîñòè. Íå áóäó Âàñ óòîìëÿòü ïîäðîáíîñòÿìè, ñêàæó, ÷òî ñòîèìîñòü íàøèõ óñëóã ñîñòàâèò îò 500 ó.å. (äåøåâëå Âû íå íàéä¸òå). À òàêæå íàøà þðèäè÷åñêàÿ ôèðìà ðåãèñòðèðóåò ÎÎÎ, ÇÀÎ è ÂÍÅÑÅÍÈÅ Â ÅÄÈÍÛÉ ÃÎÑÓÄÀÐÑÒÂÅÍÍÛÉ ÐÅÅÑÒÐ ÞÐÈÄÈ×ÅÑÊÈÕ ËÈÖ ñâåäåíèé î çàðåãèñòðèðîâàííûõ þðèäè÷åñêèõ ëèöàõ äî 01.07.02. Æäåì Âàøèõ çâîíêîâ ïî òåëåôîíàì (095) 208-73-66, 505-56-89 . Æäåì Âàøèõ ïèñåì ïî àäðåñó: derecho@rambler.ru Ñ Óâàæåíèåì, Þðèäè÷åñêàÿ ôèðìà. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 12:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB59D37B404 for ; Thu, 31 Oct 2002 12:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF8C43EA3 for ; Thu, 31 Oct 2002 12:50: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 g9VKo1x3087997 for ; Thu, 31 Oct 2002 12:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VKo1X8087996; Thu, 31 Oct 2002 12:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4628D37B401 for ; Thu, 31 Oct 2002 12:44:03 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id E92F143E77 for ; Thu, 31 Oct 2002 12:43:54 -0800 (PST) (envelope-from martin@kleinerdrache.org) Received: (qmail 34331 invoked by uid 0); 31 Oct 2002 20:44:39 -0000 Message-Id: <20021031204439.34330.qmail@martin.kleinerdrache.org> Date: 31 Oct 2002 20:44:39 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44792: Cannot fetch phoenix-4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44792 >Category: ports >Synopsis: Cannot fetch phoenix-4.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 12:50:01 PST 2002 >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 #21: Tue Oct 29 15:59:54 CET 2002 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: I could not fetch phoenix-0.4.tar.bz2. I also couldn't figure out where this file should be. All I found was: Linux: http://ftp.mozilla.org/pub/phoenix/releases/0.4/phoenix-0.4-i686-pc-linux-gnu.tar.gz on http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html But is that that file? martin# make fetch >How-To-Repeat: cd ${PORTSDIR}/www/phoenix make fetch >Fix: If I would have figure out where phoenix-0.4.tar.bz2 is, I could send a Makefile patch.. ;-) >Release-Note: >Audit-Trail: >Unformatted: >> phoenix-0.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.de.freebsd.org/pub/FreeBSD/ports/distfiles/.fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/trevor/. fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/trevor/. fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/trevor/. fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/trevor/. fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/trevor/. fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.de.freebsd.org/pub/FreeBSD/ports/distfiles/.fetch: phoenix-0.4.tar.bz2: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/www/phoenix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 13: 8:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F0237B401; Thu, 31 Oct 2002 13:08:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE9F143E4A; Thu, 31 Oct 2002 13:08:11 -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 g9VL8Bx3099692; Thu, 31 Oct 2002 13:08:11 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VL80UF099656; Thu, 31 Oct 2002 13:08:00 -0800 (PST) Date: Thu, 31 Oct 2002 13:08:00 -0800 (PST) From: Oliver Braun Message-Id: <200210312108.g9VL80UF099656@freefall.freebsd.org> To: lehmann@ans-netz.de, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44765: update-port: devel/varconf Sender: owner-freebsd-ports@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: devel/varconf State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Thu Oct 31 13:07:47 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 13:16:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E1A37B401; Thu, 31 Oct 2002 13:16:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C4A43E77; Thu, 31 Oct 2002 13:16:48 -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 g9VLGmx3003736; Thu, 31 Oct 2002 13:16:48 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VLGmNW003732; Thu, 31 Oct 2002 13:16:48 -0800 (PST) Date: Thu, 31 Oct 2002 13:16:48 -0800 (PST) From: Oliver Braun Message-Id: <200210312116.g9VLGmNW003732@freefall.freebsd.org> To: lehmann@ans-netz.de, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44766: update-port: devel/libuta Sender: owner-freebsd-ports@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: devel/libuta State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Thu Oct 31 13:16:38 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44766 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 13:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E707637B401 for ; Thu, 31 Oct 2002 13:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0693043E8A for ; Thu, 31 Oct 2002 13:50: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 g9VLo1x3014651 for ; Thu, 31 Oct 2002 13:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VLo1tY014650; Thu, 31 Oct 2002 13:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3EE37B401 for ; Thu, 31 Oct 2002 13:42:27 -0800 (PST) Received: from kebab.gaffel.nu (kebab.gaffel.nu [217.8.138.140]) by mx1.FreeBSD.org (Postfix) with SMTP id ED64C43E42 for ; Thu, 31 Oct 2002 13:42:25 -0800 (PST) (envelope-from oyvind@kebab.gaffel.nu) Received: (qmail 76929 invoked by uid 1000); 31 Oct 2002 21:42:14 -0000 Message-Id: <20021031214214.76928.qmail@kebab.gaffel.nu> Date: 31 Oct 2002 21:42:14 -0000 From: "Øyvind" Kolbu Reply-To: "Øyvind" Kolbu To: FreeBSD-gnats-submit@FreeBSD.org Cc: des@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44795: Update www/opera to 6.10 final. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44795 >Category: ports >Synopsis: Update www/opera to 6.10 final. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 13:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Øyvind Kolbu >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD kebab.gaffel.nu 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 21 18:13:10 CEST 2002 oyvind@kebab.gaffel.nu:/usr/obj/usr/src/sys/kebab i386 >Description: Update www/opera to 6.10 final. >How-To-Repeat: Use the patch below. >Fix: --- opera.patch begins here --- ? opera.patch Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/opera/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 29 Oct 2002 09:14:30 -0000 1.3 +++ Makefile 31 Oct 2002 21:36:46 -0000 @@ -6,11 +6,10 @@ # PORTNAME= opera -PORTVERSION= 6.10.20021015 -PORTREVISION= 1 +PORTVERSION= 6.10.20021029 CATEGORIES= www -MASTER_SITES= http://opera.online.no/linux/610/beta1/en/static_freebsd/ \ - ftp://ftp.opera.com/pub/opera/linux/610/beta1/en/static_freebsd/ +MASTER_SITES= http://opera.online.no/unix/freebsd/610/final/en/static/ \ + ftp://ftp.opera.com/pub/opera/unix/freebsd/610/final/en/static/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd MAINTAINER= des@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/opera/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 27 Oct 2002 17:27:40 -0000 1.2 +++ distinfo 31 Oct 2002 21:36:46 -0000 @@ -1 +1 @@ -MD5 (opera-6.10-20021015.1-static-qt.i386.freebsd.tar.bz2) = a23bcd731a9ac5e7fdfa30b61f1aae14 +MD5 (opera-6.10-20021029.1-static-qt.i386.freebsd.tar.bz2) = b904b22a0b85a8effd51995606c806d5 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/opera/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 27 Oct 2002 17:27:40 -0000 1.2 +++ pkg-plist 31 Oct 2002 21:36:46 -0000 @@ -356,12 +356,6 @@ share/opera/java/opera.jar share/opera/java/opera.policy share/opera/opera6.adr -share/opera/plugins/libnpp.so -share/opera/plugins/libnpp.so.0 -share/opera/plugins/libnpp.so.0.1 -share/opera/plugins/libnpp.so.0.1.8 -share/opera/plugins/operamotifwrapper -share/opera/plugins/operaplugincleaner share/opera/skin/foreground.png share/opera/styles/OPF.css share/opera/styles/about.css Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/www/opera/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 14 Oct 2002 21:02:11 -0000 1.1 +++ files/patch-aa 31 Oct 2002 21:36:46 -0000 @@ -1,8 +1,16 @@ ---- install.sh.orig Tue Oct 1 16:20:51 2002 -+++ install.sh Sat Oct 5 13:37:56 2002 -@@ -1042,8 +1042,9 @@ - ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so +--- install.sh.orig Tue Oct 29 11:58:13 2002 ++++ install.sh Thu Oct 31 22:27:32 2002 +@@ -1056,16 +1056,10 @@ + mkdir $mkdirv $mkdirp $plugin_dir/ + chmod $chmodv 755 $plugin_dir +- cp $cpv $cpf $cpp plugins/operamotifwrapper plugins/operaplugincleaner plugins/libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/ +- chmod $chmodv 756 $plugin_dir/operamotifwrapper $plugin_dir/operaplugincleaner $plugin_dir/libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release +- +- ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so.$plugin_version_major.$plugin_version_minor +- ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so.$plugin_version_major +- ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so +- # System wide configuration files - config_dir='/usr/local/etc' + config_dir="$prefix/etc" @@ -11,7 +19,7 @@ echo echo "System wide configuration files:" echo " $config_dir/opera6rc" -@@ -1070,6 +1071,7 @@ +@@ -1092,6 +1086,7 @@ ;; esac done --- opera.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 13:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AFA37B404 for ; Thu, 31 Oct 2002 13:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553CA43E97 for ; Thu, 31 Oct 2002 13:50: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 g9VLo2x3014664 for ; Thu, 31 Oct 2002 13:50: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 g9VLo2KL014663; Thu, 31 Oct 2002 13:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C5D37B401 for ; Thu, 31 Oct 2002 13:46:24 -0800 (PST) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA3543E77 for ; Thu, 31 Oct 2002 13:46:24 -0800 (PST) (envelope-from joek@zircon.staff.flyingcroc.net) Received: from zircon.staff.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92]) by gilliam.users.flyingcroc.net (8.9.3/8.9.3) with SMTP id NAA18751 for ; Thu, 31 Oct 2002 13:46:13 -0800 (PST) Received: (qmail 28978 invoked by uid 1001); 31 Oct 2002 21:46:13 -0000 Message-Id: <20021031214613.28977.qmail@zircon.staff.flyingcroc.net> Date: 31 Oct 2002 21:46:13 -0000 From: Joe Kelsey Reply-To: Joe Kelsey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44796: www/mod_php4: Add support for Oracle7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44796 >Category: ports >Synopsis: www/mod_php4: Add support for Oracle7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 13:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Kelsey >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD zircon.staff.flyingcroc.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Tue Oct 22 10:29:27 PDT 2002 joek@zircon.staff.flyingcroc.net:/usr/obj/usr/src/sys/ZIRCON i386 >Description: www/mod_php4: Add support for Oracle7 >How-To-Repeat: Add Oracle7 support based on databases/oracle7-client. >Fix: Add files/patch-ext_oracle_config.m4. Apply configure.php4.diff to scripts/configure.php4. --- patch-ext_oracle_config.m4 begins here --- --- ext/oracle/config.m4.orig Mon Feb 4 04:08:39 2002 +++ ext/oracle/config.m4 Thu Oct 31 11:58:49 2002 @@ -4,24 +4,7 @@ AC_DEFUN(AC_ORACLE_VERSION,[ AC_MSG_CHECKING([Oracle version]) - if test -s "$ORACLE_DIR/orainst/unix.rgs"; then - ORACLE_VERSION=`grep '"ocommon"' $ORACLE_DIR/orainst/unix.rgs | sed 's/[ ][ ]*/:/g' | cut -d: -f 6 | cut -c 2-4` - test -z "$ORACLE_VERSION" && ORACLE_VERSION=7.3 - elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.9.0; then - ORACLE_VERSION=9.0 - elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.8.0; then - ORACLE_VERSION=8.1 - elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.1.0; then - ORACLE_VERSION=8.0 - elif test -f $ORACLE_DIR/lib/libclntsh.a; then - if test -f $ORACLE_DIR/lib/libcore4.a; then - ORACLE_VERSION=8.0 - else - ORACLE_VERSION=8.1 - fi - else - AC_MSG_ERROR(Oracle needed libraries not found) - fi + ORACLE_VERSION=7.3 AC_MSG_RESULT($ORACLE_VERSION) ]) --- patch-ext_oracle_config.m4 ends here --- --- configure.php.diff begins here --- --- configure.php.orig Mon Sep 23 08:28:54 2002 +++ configure.php Thu Oct 31 11:35:38 2002 @@ -27,6 +27,7 @@ IMAP "IMAP support" OFF \ IMAP-SSL "IMAP-SSL support (implies IMAP)" OFF \ MySQL "MySQL database support" ON \ +Oracle7 "Oracle 7 database support" OFF \ PostgreSQL "PostgreSQL database support" OFF \ SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \ SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \ @@ -166,6 +167,10 @@ \"MySQL\") echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" echo "CONFIGURE_ARGS+=--with-mysql=\${LOCALBASE}" + ;; + \"Oracle7\") + echo "BUILD_DEPENDS+= \${LOCALBASE}/oracle7/rdbms/demo/oracle.mk:\$(PORTSDIR)/databases/oracle7-client" + echo "CONFIGURE_ARGS+=--with-oracle=\$(LOCALBASE)/oracle7" ;; \"PostgreSQL\") echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" --- configure.php.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 14:14: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43E137B401; Thu, 31 Oct 2002 14:13:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FD743E75; Thu, 31 Oct 2002 14:13:58 -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 g9VMDwx3029844; Thu, 31 Oct 2002 14:13:58 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VMDwqv029840; Thu, 31 Oct 2002 14:13:58 -0800 (PST) Date: Thu, 31 Oct 2002 14:13:58 -0800 (PST) From: Oliver Braun Message-Id: <200210312213.g9VMDwqv029840@freefall.freebsd.org> To: sluggo@unknown.nu, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43405: Update devel/camlp4 to 3.06 Sender: owner-freebsd-ports@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/camlp4 to 3.06 State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Thu Oct 31 14:13:44 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=43405 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 14:21:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DFA237B401; Thu, 31 Oct 2002 14:21:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E490343E3B; Thu, 31 Oct 2002 14:21:45 -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 g9VMLjx3033539; Thu, 31 Oct 2002 14:21:45 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VMLjYb033530; Thu, 31 Oct 2002 14:21:45 -0800 (PST) Date: Thu, 31 Oct 2002 14:21:45 -0800 (PST) From: Edwin Groothuis Message-Id: <200210312221.g9VMLjYb033530@freefall.freebsd.org> To: erwin@lansing.dk, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44785: fix p5-PDF-API2 for perl < 5.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fix p5-PDF-API2 for perl < 5.6 State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Thu Oct 31 14:19:39 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44785 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 14:23:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA86C37B401 for ; Thu, 31 Oct 2002 14:23:33 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3819D43E3B for ; Thu, 31 Oct 2002 14:23:33 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 2533D2B8BD; Thu, 31 Oct 2002 23:23:20 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id C9CF36A712B; Fri, 1 Nov 2002 09:23:15 +1100 (EST) Date: Fri, 1 Nov 2002 09:23:15 +1100 From: Edwin Groothuis To: Sue Blake Cc: freebsd-ports@freebsd.org Subject: Re: interactive port example Message-ID: <20021031222315.GX934@k7.mavetju> References: <20021101023943.Z363@welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021101023943.Z363@welearn.com.au> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 02:39:43AM +1100, Sue Blake wrote: > Do we have a good example of a port that (optionally?) asks a lot > of questions in order to perform local configuration changes during > the installation stage? I'm mainly thinking about changing things > like paths and options in the software's config files and spreading > installed components among extra subdirectories within its standard > directory structure for an alternative setup style. When I had such a beast I looked at the mail/postfix configuration-file and later I found out that www/mod_php4 had the same thing. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 14:40:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8976837B404 for ; Thu, 31 Oct 2002 14:40:26 -0800 (PST) Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9067743E42 for ; Thu, 31 Oct 2002 14:40:23 -0800 (PST) (envelope-from sue@welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.11.6/8.11.6) id g9VMe9A42124; Fri, 1 Nov 2002 09:40:09 +1100 (EST) (envelope-from sue) Date: Fri, 1 Nov 2002 09:40:09 +1100 From: Sue Blake To: Edwin Groothuis Cc: freebsd-ports@freebsd.org Subject: Re: interactive port example Message-ID: <20021101094009.B363@welearn.com.au> Mail-Followup-To: Sue Blake , Edwin Groothuis , freebsd-ports@freebsd.org References: <20021101023943.Z363@welearn.com.au> <20021031222315.GX934@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021031222315.GX934@k7.mavetju>; from edwin@mavetju.org on Fri, Nov 01, 2002 at 09:23:15AM +1100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 09:23:15AM +1100, Edwin Groothuis wrote: > On Fri, Nov 01, 2002 at 02:39:43AM +1100, Sue Blake wrote: > > Do we have a good example of a port that (optionally?) asks a lot > > of questions in order to perform local configuration changes during > > the installation stage? I'm mainly thinking about changing things > > like paths and options in the software's config files and spreading > > installed components among extra subdirectories within its standard > > directory structure for an alternative setup style. > > When I had such a beast I looked at the mail/postfix configuration-file > and later I found out that www/mod_php4 had the same thing. Thanks, they'll do nicely. I particularly like the use of the familiar dialog(1) interface to help the user wade through multiple options. -- Regards, -*Sue*- http://www.sievx.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15: 0:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D79537B401 for ; Thu, 31 Oct 2002 15:00:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9482043E8A for ; Thu, 31 Oct 2002 15:00: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 g9VN0Ax3044918 for ; Thu, 31 Oct 2002 15:00: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 g9VN0AeS044917; Thu, 31 Oct 2002 15:00:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1856237B401 for ; Thu, 31 Oct 2002 15:00:01 -0800 (PST) Received: from 60hz.org (60hz.org [198.144.199.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id A660243E7B for ; Thu, 31 Oct 2002 15:00:00 -0800 (PST) (envelope-from mdl@60hz.org) Received: from urusai.60hz.org (mdl@localhost [127.0.0.1]) by 60hz.org (8.12.6/8.12.6) with ESMTP id g9VMxjnr065163 for ; Thu, 31 Oct 2002 14:59:45 -0800 (PST) (envelope-from mdl@urusai.60hz.org) Received: (from mdl@localhost) by urusai.60hz.org (8.12.6/8.12.6/Submit) id g9VMxjUh065162; Thu, 31 Oct 2002 14:59:45 -0800 (PST) Message-Id: <200210312259.g9VMxjUh065162@urusai.60hz.org> Date: Thu, 31 Oct 2002 14:59:45 -0800 (PST) From: Mark Laws Reply-To: Mark Laws To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44798: Fixes NAT detection problem in configure script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44798 >Category: ports >Synopsis: Fixes NAT detection problem in configure script >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 15:00:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Laws >Release: FreeBSD 4.7-STABLE i386 >Organization: 60Hz Networking >Environment: System: FreeBSD urusai.60hz.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 00:27:33 PDT 2002 root@urusai.60hz.org:/usr/src/sys/compile/URUSAI i386 >Description: diff -ruN ./oidentd.old/Makefile ./oidentd/Makefile --- ./oidentd.old/Makefile Thu Oct 31 14:55:39 2002 +++ ./oidentd/Makefile Thu Oct 31 14:55:48 2002 @@ -6,7 +6,7 @@ # PORTNAME= oidentd -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ojnk diff -ruN ./oidentd.old/distinfo ./oidentd/distinfo --- ./oidentd.old/distinfo Thu Oct 31 14:55:39 2002 +++ ./oidentd/distinfo Thu Oct 31 14:54:39 2002 @@ -1 +1 @@ -MD5 (oidentd-2.0.3.tar.gz) = a8404689d89e1e5beafd8eb10f85359f +MD5 (oidentd-2.0.4.tar.gz) = 3b3b1468c57a727b0992753b183e4751 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D2C37B401 for ; Thu, 31 Oct 2002 15:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D14443E3B for ; Thu, 31 Oct 2002 15: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 g9VNA3x3053470 for ; Thu, 31 Oct 2002 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 g9VNA39o053469; Thu, 31 Oct 2002 15:10:03 -0800 (PST) Date: Thu, 31 Oct 2002 15:10:03 -0800 (PST) Message-Id: <200210312310.g9VNA39o053469@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Laws Subject: Re: ports/44798: Fixes NAT detection problem in configure script Reply-To: Mark Laws Sender: owner-freebsd-ports@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/44798; it has been noted by GNATS. From: Mark Laws To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/44798: Fixes NAT detection problem in configure script Date: Thu, 31 Oct 2002 15:04:05 -0800 Oops. Obviously, this is a patch for the oidentd port. My bad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:21:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D5437B404; Thu, 31 Oct 2002 15:21:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57C1043E8A; Thu, 31 Oct 2002 15:21:39 -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 g9VNLdx3060472; Thu, 31 Oct 2002 15:21:39 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VNLXtK060210; Thu, 31 Oct 2002 15:21:33 -0800 (PST) Date: Thu, 31 Oct 2002 15:21:33 -0800 (PST) From: Oliver Braun Message-Id: <200210312321.g9VNLXtK060210@freefall.freebsd.org> To: mich@freebsdcluster.org, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44754: New port: misc/clex Sender: owner-freebsd-ports@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: misc/clex State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Thu Oct 31 15:21:17 PST 2002 State-Changed-Why: New port added, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44754 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:38:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B294537B401; Thu, 31 Oct 2002 15:38:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644F943E42; Thu, 31 Oct 2002 15:38:21 -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 g9VNcLx3064880; Thu, 31 Oct 2002 15:38:21 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VNcL4D064876; Thu, 31 Oct 2002 15:38:21 -0800 (PST) Date: Thu, 31 Oct 2002 15:38:21 -0800 (PST) From: Tilman Linneweh Message-Id: <200210312338.g9VNcL4D064876@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/44795: Update www/opera to 6.10 final. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update www/opera to 6.10 final. Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: arved Responsible-Changed-When: Thu Oct 31 15:37:54 PST 2002 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:39:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B7A37B401; Thu, 31 Oct 2002 15:39:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227A043E4A; Thu, 31 Oct 2002 15:39:55 -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 g9VNdtx3064985; Thu, 31 Oct 2002 15:39:55 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VNdsHa064981; Thu, 31 Oct 2002 15:39:54 -0800 (PST) Date: Thu, 31 Oct 2002 15:39:54 -0800 (PST) From: Tilman Linneweh Message-Id: <200210312339.g9VNdsHa064981@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/44796: www/mod_php4: Add support for Oracle7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/mod_php4: Add support for Oracle7 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: arved Responsible-Changed-When: Thu Oct 31 15:39:09 PST 2002 Responsible-Changed-Why: Over to Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44796 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:40:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C1937B401; Thu, 31 Oct 2002 15:40:39 -0800 (PST) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id D685E43E3B; Thu, 31 Oct 2002 15:40:38 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA35511; Thu, 31 Oct 2002 15:43:38 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id PAA34873; Thu, 31 Oct 2002 15:14:48 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id OAA34053; Thu, 31 Oct 2002 14:43:45 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id OAA34046; Thu, 31 Oct 2002 14:43:43 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Date: Thu, 31 Oct 2002 14:43:43 -0800 (PST) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: freebsd-ports@freebsd.org Cc: msmith@freebsd.org, PM Lashley Subject: FreeBSD PR ports/22399 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD PR ports/22399 (PIB 1.2 still looks for MD5 info in files/md5) notes an issue with sysutils/pib. It appears this port has been marked as broken for more that a year. If there is no interest in fixing this port perhaps it should be removed. Is there a standard for how long a port should be allowed to be broken before it's removed? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:45:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C982B37B401; Thu, 31 Oct 2002 15:45:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D78F43E75; Thu, 31 Oct 2002 15:45:23 -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 g9VNjNx3068504; Thu, 31 Oct 2002 15:45:23 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VNjL4D068500; Thu, 31 Oct 2002 15:45:21 -0800 (PST) Date: Thu, 31 Oct 2002 15:45:21 -0800 (PST) From: Tilman Linneweh Message-Id: <200210312345.g9VNjL4D068500@freefall.freebsd.org> To: skynick@stu.lipetsk.ru, arved@FreeBSD.org, freebsd-ports@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/44756: New port: TLS/SSL-aware FTP server (BSDftpd-ssl) Sender: owner-freebsd-ports@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: TLS/SSL-aware FTP server (BSDftpd-ssl) State-Changed-From-To: closed->open State-Changed-By: arved State-Changed-When: Thu Oct 31 15:42:53 PST 2002 State-Changed-Why: I can't read :-(, This is no duplicate. Responsible-Changed-From-To: freebsd-ports->arved Responsible-Changed-By: arved Responsible-Changed-When: Thu Oct 31 15:42:53 PST 2002 Responsible-Changed-Why: I can't read :-(, This is no duplicate. http://www.freebsd.org/cgi/query-pr.cgi?pr=44756 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:51:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2446637B401; Thu, 31 Oct 2002 15:51:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BEC43E7B; Thu, 31 Oct 2002 15:51:33 -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 g9VNpXx3071646; Thu, 31 Oct 2002 15:51:33 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VNpWq3071594; Thu, 31 Oct 2002 15:51:32 -0800 (PST) Date: Thu, 31 Oct 2002 15:51:32 -0800 (PST) From: Oliver Braun Message-Id: <200210312351.g9VNpWq3071594@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37100: Maintainer update: textproc/dico (portsurvey fix) Sender: owner-freebsd-ports@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: textproc/dico (portsurvey fix) State-Changed-From-To: feedback->closed State-Changed-By: obraun State-Changed-When: Thu Oct 31 15:51:06 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=37100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:59: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D0A837B401; Thu, 31 Oct 2002 15:59:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B5A43E75; Thu, 31 Oct 2002 15:59:06 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VNx6x3072492; Thu, 31 Oct 2002 15:59:06 -0800 (PST) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9VNx69x072488; Thu, 31 Oct 2002 15:59:06 -0800 (PST) Date: Thu, 31 Oct 2002 15:59:06 -0800 (PST) From: Martin Blapp Message-Id: <200210312359.g9VNx69x072488@freefall.freebsd.org> To: durian@boogie.com, mbr@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44791: openoffice-devel contains an invalid patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: openoffice-devel contains an invalid patch State-Changed-From-To: open->closed State-Changed-By: mbr State-Changed-When: Thu Oct 31 15:58:41 PST 2002 State-Changed-Why: Just fixed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=44791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 15:59:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A256437B401 for ; Thu, 31 Oct 2002 15:59:55 -0800 (PST) Received: from CRWdog.demon.co.uk (adsl-66-123-232-98.dsl.sndg02.pacbell.net [66.123.232.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D5843E4A for ; Thu, 31 Oct 2002 15:59:54 -0800 (PST) (envelope-from spadger@best.com) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id A44C238; Thu, 31 Oct 2002 15:59:52 -0800 (PST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Brandon Bernier" Cc: spadger@best.com, ports@FreeBSD.org, jchris@users.sourceforge.net Subject: Re: FreeBSD Port: tkdesk-1.2_1 In-Reply-To: Message from "Brandon Bernier" of "Thu, 31 Oct 2002 17:30:25 EST." <50E024A55407544AB1D3200F20C5959524BC2A@f-serv-exch01.4-serv.hq> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_806223280P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 31 Oct 2002 15:59:52 -0800 From: Andy Sparrow Message-Id: <20021031235952.A44C238@CRWdog.demon.co.uk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==_Exmh_806223280P Content-Type: text/plain; charset=us-ascii Hi Brandon, > Please tell me that you or someone else still maintains this program, I'm the port maintainer, it still builds/works with FreeBSD 4.7-STABLE (and should work for -CURRENT also). I was in contact with the current maintainer some time ago, and he was considering putting out another release at some point. > I am yet to find a better lightweight file manger, Hmm, I like the OpenStep/NextStep style stuff as well, because I run WindowMaker. > I cant get it to work > with SuSE 8.1 or Redhat 8.0, You'll probably find that these distros only ship with a recent version of Tcl/TK which would be a problem, as the original TkDesk was written for Tcl/Tk 8.0 (but worked with 8.1, 8.2, IIRC). The FreeBSD port includes a number of patches to TkDesk itself that make it work with more recent versions of Tcl/TK (we build against 8.3.4), as well as itcl, BLT and friends. I did this because TkDesk was the only Tcl/Tk app I ran that wouldn't build against 8.3.4, and I got fed up with dragging around multiple Tcl/Tk versions... However, I can't claim credit for these patches, I found them on the TkDesk mailing list and incorporated them into the port. :-) > however since we are migrating to FreeBSD I > will try it again and I can only hope. Thanks for such a great > program!!! I like it, but I think the bulk of your thanks should be due to the people who did the bulk of the work, which would be Christian Bolik, the original author, and the current maintainer, J. Chris Coppick. The port could benefit from some more FreeBSD-isms in the menus, rather than the Linux-specific stuff there, so feel free to submit patches/improvements to improve the port for everyone. Regards, AS --==_Exmh_806223280P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5 07/13/2001 iD8DBQE9wcP4PHh895bDXeQRAg9KAKCnY3amJPJH/GstRWDZk32igIVTwACgznud KmE2mqeA7F1S3ArfF1I7XFc= =REyJ -----END PGP SIGNATURE----- --==_Exmh_806223280P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 16:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D118137B401 for ; Thu, 31 Oct 2002 16:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099AD43E6E for ; Thu, 31 Oct 2002 16:10: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 gA10A1x3080772 for ; Thu, 31 Oct 2002 16:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA10A1Yu080771; Thu, 31 Oct 2002 16:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A357137B401 for ; Thu, 31 Oct 2002 16:02:12 -0800 (PST) Received: from foo.clue.com (ns.clue.com [208.36.197.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6BE43E3B for ; Thu, 31 Oct 2002 16:02:11 -0800 (PST) (envelope-from ericr@foo.clue.com) Received: from foo.clue.com (localhost [127.0.0.1]) by foo.clue.com (8.12.6/8.12.6) with ESMTP id g9VMkMB8081825; Thu, 31 Oct 2002 15:46:22 -0700 (MST) (envelope-from ericr@foo.clue.com) Received: (from root@localhost) by foo.clue.com (8.12.6/8.12.6/Submit) id g9VMkL0c081824; Thu, 31 Oct 2002 15:46:21 -0700 (MST) Message-Id: <200210312246.g9VMkL0c081824@foo.clue.com> Date: Thu, 31 Oct 2002 15:46:21 -0700 (MST) From: Eric Robison Reply-To: Eric Robison To: FreeBSD-gnats-submit@FreeBSD.org Cc: ericr@foo.clue.com X-Send-Pr-Version: 3.113 Subject: ports/44799: mysql323-server (3.23.53) fails to build on 4.7-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44799 >Category: ports >Synopsis: mysql323-server (3.23.53) fails to build on 4.7-STABLE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 16:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Eric Robison >Release: FreeBSD 4.7-STABLE i386 >Organization: Clue Computing, Inc. >Environment: System: FreeBSD foo.clue.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Oct 27 11:10:40 MST 2002 root@foo.clue.com:/usr/src/sys/compile/GENERIC i386 ports installed: ORBit-0.5.17 High-performance CORBA ORB with support for the C language XFree86-4.2.0_1,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.2.0_1 XFree86-4 Font Server XFree86-Server-4.2.1_5 XFree86-4 X server and related programs XFree86-clients-4.2.1_2 XFree86-4 Client environments XFree86-documents-4.2.0 XFree86-4 Document Files XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files XFree86-libraries-4.2.1_2 XFree86-4 include/(shared) library kit apache+mod_ssl-1.3.27+2.8.11 The Apache 1.3 webserver with SSL/TLS functionality autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_4 Automatically configure source code on many Un*x platforms automake14-1.4.5_8 GNU Standards-compliant Makefile generator (legacy version bison-1.75 A parser generator from FSF, (mostly) compatible with Yacc boehm-gc-6.0 Garbage collection and memory leak detection for C and C++ bonobo-1.0.21_1 The component and compound document system for GNOME catdoc-0.91.5 Convert MS Word/Excel documents to plain ASCII or TeX. TK cvsup-16.1f General network file distribution system optimized for CVS db3-3.3.11,1 The Berkeley DB package, revision 3 docbook-xml-4.2 XML version of the DocBook DTD docbook-xsl-1.55.0 XSL DocBook stylesheets emacs-19.34b GNU editing macros esound-0.2.29 A sound library for enlightenment package expat-1.95.5 XML 1.0 parser written in C ezm3-1.0 Easier, more portable Modula-3 distribution for building CV fping-2.4b2 Quickly ping N hosts w/o flooding the network freetype2-2.1.2_1 A free and portable TrueType font rendering engine fvwm-imlib-2.4.12 Popular virtual window manager for X gconf-1.0.9_2 A configuration database system for GNOME gd-1.8.4_6 A graphics library for fast image creation gdbm-1.8.0 The GNU database manager gdk-pixbuf-0.21.0 A graphic library for GTK+ gettext-0.11.5_1 GNU gettext package ghostscript-gnu-7.05_3 GNU Postscript interpreter glib-1.2.10_7 Some useful routines of C programming (previous stable vers gmake-3.80 GNU version of 'make' utility gnomeaudio-1.4.0 Sound files for use with GNOME gnomecanvas-0.21.0 A graphics library for GNOME gnomecore-1.4.2 Core component for the Gnome Desktop Environment gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro gnomehier-1.0_3 An utility port, installing hierarchy of common GNOME direc gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment gnomeprint-0.37 Gnome print support library gtk-1.2.10_8 Gimp Toolkit for X11 GUI (previous stable version) guile-1.4.1_2 GNU's Ubiquitous Intelligent Language for Extension help2man-1.26 Automatically generating simple manual pages from program o imake-4.2.0_1 Imake and other utilities from XFree86 imlib-1.9.14_1 A graphic library for enlightenment package intltool-0.22 Xml internationalization support for GNOME, and others jpeg-6b_1 IJG's jpeg compression utilities libaudiofile-0.2.3 A sound library for SGI audio file libcapplet-1.4.0.5 A library for writing custom applets for GNOME Control Cent libgda-0.2.96_1 Provides uniform access to different kinds of data sources libglade-0.17_2 GNOME glade library libgnugetopt-1.2 GNU getopt library libiconv-1.8_2 A character set conversion library libmcrypt-2.5.3 Multi-cipher cryptographic library (used in PHP3) libpanel-1.4.2 A library for writing custom applets for GNOME Panel libtool-1.3.4_4 Generic shared library support script libungif-4.1.0b1 Tools and library routines for working with GIF images libxml-1.8.17_1 Xml parser library for GNOME libxml2-2.4.26 Xml parser library for GNOME libxslt-1.0.22 The XSLT C library for GNOME linux_base-7.1_1 The base set of packages needed in Linux mode logsurfer-1.5a Process logfiles and conditionally perform certain actions lsof-4.65 Lists information about open files (similar to fstat(1)) lynx-ssl-2.8.4.1c A non-graphical, text-based https-enabled World-Wide Web cl m4-1.4_1 GNU's m4 mkcatalog-1.1 A maintainance utility for sgml catalog files mm-1.2.1 Shared memory allocation library for applications with pre- mnogosearch-3.1.20_1 Full featured SQL-based hypertext search engine mysql-client-3.23.53 Multithreaded SQL database (client) net-snmp-5.0.6 An extendable SNMP implementation oaf-0.6.10_1 Object Activation Framework for GNOME p5-Crypt-DES-2.03 Perl5 interface to DES block cipher p5-DBI-1.28 The perl5 Database Interface. Required for DBD::* modules p5-Data-ShowTable-3.3 Perl5 module to pretty-print arrays of data p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.20 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.01 Perl interface to the SHA-1 Algorithm p5-Net-Daemon-0.36 Perl5 extension for portable daemons p5-Net-SNMP-4.0.3 A perl module for SNMP... Net::SNMP p5-PlRPC-0.2016 Perl module for writing RPC servers and clients p5-Storable-2.05 Persistency for perl data structures p5-Test-Simple-0.47 Basic utilities for writing tests in perl pdflib-4.0.3 A C library for dynamically generating PDF perl-5.6.1_9 Practical Extraction and Report Language pkgconfig-0.13.0 An utility used to retrieve information about installed lib png-1.2.5 Library for manipulating PNG images popt-1.6.4 A getopt(3) like library with a number of enhancements, fro portupgrade-20020921.1 Very powerful FreeBSD ports/packages upgrading tool and mor python-2.2.2 An interpreted object-oriented programming language radiusclient-0.3.1 Client library and basic utilities for Radius authenticated ruby-1.6.7.2002.09.12 An object-oriented interpreted scripting language ruby-bdb1-0.1.7 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-shim-ruby18-1.7.3.2002.09.20 A set of Ruby modules to provide Ruby 1.8 functionalities scrollkeeper-0.3.11_4,1 An Open Document Cataloging Project sdocbook-xml-4.1.2.5 "Simplified" DocBook XML DTD sudo-1.6.6 Allow others to run commands as root tiff-3.5.7 Tools and library routines for working with TIFF images tightvnc-1.2.6 Enhanced version of VNC unzip-5.50 List, test and extract compressed files in a ZIP archive w3m-0.3.1_1 A pager/text-based WWW browser wrapper-1.0_2 Wrapper for XFree86-4 server xforms-1.0_2,1 A graphical user interface toolkit for X Window System xpm-3.4k The X Pixmap library >Description: This is a new server install from CD, followed by a cvsup and make world to -STABLE. ports was also cvsup'd. One of the shared libs seems not to be compiling, or isn't named correctly: cd /usr/ports/databases/mysql323-server make install [...] ===> Registering installation for mysql-client-3.23.53 ===> SECURITY NOTE: This port has installed the following startup scripts which may cause network services to be started at boot time. /usr/local/etc/rc.d/000.mysql-client.sh If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.mysql.com/ ===> Returning to build of p5-Mysql-modules-1.2216 Error: shared library "mysqlclient.10" does not exist *** Error code 1 Stop in /usr/ports/databases/p5-Mysql. *** Error code 1 >How-To-Repeat: install 4.7-STABLE cd /usr/ports/databases/mysql323-server make install >Fix: wish I knew... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 16:21:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974E137B401; Thu, 31 Oct 2002 16:21:52 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B7D543E75; Thu, 31 Oct 2002 16:21:51 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id gA10MhDh022543; Fri, 1 Nov 2002 03:22:43 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id gA10Mh4R022542; Fri, 1 Nov 2002 03:22:43 +0300 (MSK) Message-Id: <200211010022.gA10Mh4R022542@aaz.links.ru> Subject: Re: FreeBSD PR ports/22399 X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: To: Joseph Scott Date: Fri, 1 Nov 2002 03:22:43 +0300 (MSK) From: "."@babolo.ru Cc: freebsd-ports@FreeBSD.ORG, msmith@FreeBSD.ORG, PM Lashley X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > FreeBSD PR ports/22399 (PIB 1.2 still looks for MD5 info in > files/md5) notes an issue with sysutils/pib. It appears this port has > been marked as broken for more that a year. PR/44323 > If there is no interest in fixing this port perhaps it should be > removed. Is there a standard for how long a port should be allowed to be > broken before it's removed? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 16:25:11 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2293737B401 for ; Thu, 31 Oct 2002 16:25:11 -0800 (PST) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A1043E75 for ; Thu, 31 Oct 2002 16:25:06 -0800 (PST) (envelope-from Alex.Wilkinson@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id gA10NIe21403 for ; Fri, 1 Nov 2002 10:53:18 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Fri, 1 Nov 2002 10:48:21 +1030 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA20111 for ; Fri, 1 Nov 2002 10:41:19 +1030 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.75.211]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VW7L335H; Fri, 1 Nov 2002 10:41:18 +1030 Date: Fri, 1 Nov 2002 10:27:59 +1030 (CST) From: "Wilkinson,Alex" X-X-Sender: wilkinsa@squirm.dsto.defence.gov.au Reply-To: Alex.Wilkinson@dsto.defence.gov.au To: ports@freebsd.org Subject: building multiple ports concurrently ? Message-ID: <20021101102303.K42523-100000@squirm.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi there, Is there any way (besides writing my own script) that multiple ports can be built concurrently ? eg I would like to build /usr/ports/audio/xmms* Is there any way to do this ? Thanks - aW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 16:28:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA4F37B401; Thu, 31 Oct 2002 16:28:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C13B43E3B; Thu, 31 Oct 2002 16:28:40 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA10Sex3087860; Thu, 31 Oct 2002 16:28:40 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA10Se8E087856; Thu, 31 Oct 2002 16:28:40 -0800 (PST) Date: Thu, 31 Oct 2002 16:28:40 -0800 (PST) From: Patrick Li Message-Id: <200211010028.gA10Se8E087856@freefall.freebsd.org> To: mdl@60hz.org, pat@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44798: Update oidentd to 2.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Old Synopsis: Fixes NAT detection problem in configure script New Synopsis: Update oidentd to 2.0.4 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Oct 31 16:27:34 PST 2002 State-Changed-Why: Committed, Thanks! Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: pat Class-Changed-When: Thu Oct 31 16:27:34 PST 2002 Class-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44798 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 16:32:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3349337B401; Thu, 31 Oct 2002 16:32:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D775A43E3B; Thu, 31 Oct 2002 16:32:25 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA10WPx3091325; Thu, 31 Oct 2002 16:32:25 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA10WOB3091321; Thu, 31 Oct 2002 16:32:24 -0800 (PST) Date: Thu, 31 Oct 2002 16:32:24 -0800 (PST) From: Patrick Li Message-Id: <200211010032.gA10WOB3091321@freefall.freebsd.org> To: are.bryne@communique.no, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44789: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Eliminates use of wget(1) and seq(1) in cddb-tool of abcde port State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Oct 31 16:32:07 PST 2002 State-Changed-Why: Committed, Thanks! Also bumped PORTREVISION. http://www.freebsd.org/cgi/query-pr.cgi?pr=44789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 16:41:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBAAC37B401; Thu, 31 Oct 2002 16:41:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F72743E4A; Thu, 31 Oct 2002 16:41:39 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA10fYx3094629; Thu, 31 Oct 2002 16:41:39 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA10fOIK094169; Thu, 31 Oct 2002 16:41:24 -0800 (PST) Date: Thu, 31 Oct 2002 16:41:24 -0800 (PST) From: Patrick Li Message-Id: <200211010041.gA10fOIK094169@freefall.freebsd.org> To: lehmann@ans-netz.de, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44764: update-port: graphics/xawtv Sender: owner-freebsd-ports@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: graphics/xawtv State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Oct 31 16:41:12 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 17:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD9A37B401 for ; Thu, 31 Oct 2002 17:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A6243E4A for ; Thu, 31 Oct 2002 17: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 gA11e1x3017780 for ; Thu, 31 Oct 2002 17:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA11e1Ff017779; Thu, 31 Oct 2002 17:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B8C37B401; Thu, 31 Oct 2002 17:35:21 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2BA43E3B; Thu, 31 Oct 2002 17:35:20 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA11ZCKA003882; Thu, 31 Oct 2002 20:35:12 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA11ZCEN003881; Thu, 31 Oct 2002 20:35:12 -0500 (EST) (envelope-from alane) Message-Id: <200211010135.gA11ZCEN003881@wwweasel.geeksrus.net> Date: Thu, 31 Oct 2002 20:35:12 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: naddy@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44801: audio/flac: includes /usr/local/include before its own .h files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44801 >Category: ports >Synopsis: audio/flac: includes /usr/local/include before its own .h files >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 17:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.7-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Oct 30 09:54:05 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/LAWYERS_GUNS_AND_MONEY i386 >Description: Flac includes /usr/local/include in the build before its own .h files. In the previous update, this was catastriphic - it could not build without the old version being removed first. >How-To-Repeat: To show this is happening, I seeded /usr/local/include/FLAC/format.h with a #error directive. Sure enough, doing the upgrade, I got this: cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"flac\" -DVERSION=\"1.0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__SSE_OS=1 -DFLAC__USE_3DNOW=1 -DFLAC__HAS_OGG=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_LANGINFO_CODESET=1 -DFLAC__HAS_ID3LIB=1 -DID3LIB_MAJOR=3 -DID3LIB_MINOR=7 -DID3LIB_PATCH=13 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I/usr/local/include -I../.. -I./include -I../../include -O -pipe -march=pentiumpro -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -c file_decoder.c -Wp,-MD,.deps/file_decoder.TPlo -fPIC -DPIC -o .libs/file_decoder.lo In file included from /usr/local/include/FLAC/stream_decoder.h:23, from /usr/local/include/FLAC/seekable_stream_decoder.h:23, from /usr/local/include/FLAC/file_decoder.h:23, from include/protected/file_decoder.h:23, from file_decoder.c:32: /usr/local/include/FLAC/format.h:24: #error build should not include this file *** Error code 1 Stop in /home/bsd/ports/audio/flac/work/flac-1.0.4/src/libFLAC. *** Error code 1 Stop in /home/bsd/ports/audio/flac/work/flac-1.0.4/src/libFLAC. *** Error code 1 Stop in /home/bsd/ports/audio/flac/work/flac-1.0.4/src. *** Error code 1 Stop in /home/bsd/ports/audio/flac/work/flac-1.0.4. *** Error code 1 Stop in /home/bsd/ports/audio/flac. >Fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/flac/Makefile,v retrieving revision 1.19 diff -u -3 -r1.19 Makefile --- Makefile 31 Oct 2002 19:31:09 -0000 1.19 +++ Makefile 1 Nov 2002 01:24:55 -0000 @@ -39,7 +39,8 @@ CONFIGURE_ARGS+=--enable-sse --enable-3dnow \ --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" -CONFIGURE_ENV= CONFIG_SHELL=${SH} +CONFIGURE_ENV+= CONFIG_SHELL=${SH} +CONFIGURE_ENV+= CPPFLAGS="-I${WRKSRC}/include -I${LOCALBASE}/include" .if defined(NOPORTDOCS) MAKE_ENV= DOC="" ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 17:45:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FC137B401; Thu, 31 Oct 2002 17:45:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1716F43E77; Thu, 31 Oct 2002 17:45:30 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA11jTx3021159; Thu, 31 Oct 2002 17:45:29 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA11jTw7021155; Thu, 31 Oct 2002 17:45:29 -0800 (PST) Date: Thu, 31 Oct 2002 17:45:29 -0800 (PST) From: Alan Eldridge Message-Id: <200211010145.gA11jTw7021155@freefall.freebsd.org> To: alane@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/44801: audio/flac: includes /usr/local/include before its own .h files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: audio/flac: includes /usr/local/include before its own .h files Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: alane Responsible-Changed-When: Thu Oct 31 17:45:25 PST 2002 Responsible-Changed-Why: To maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44801 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 17:54:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DEB37B401; Thu, 31 Oct 2002 17:54:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D0643E6E; Thu, 31 Oct 2002 17:54:38 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA11scx3024782; Thu, 31 Oct 2002 17:54:38 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA11sbnT024778; Thu, 31 Oct 2002 17:54:37 -0800 (PST) Date: Thu, 31 Oct 2002 17:54:37 -0800 (PST) From: Alan Eldridge Message-Id: <200211010154.gA11sbnT024778@freefall.freebsd.org> To: martin.klaffenboeck@gmx.at, alane@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44792: Cannot fetch phoenix-4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot fetch phoenix-4.0 State-Changed-From-To: open->closed State-Changed-By: alane State-Changed-When: Thu Oct 31 17:54:00 PST 2002 State-Changed-Why: You can't fetch something we don't have yet. http://www.freebsd.org/cgi/query-pr.cgi?pr=44792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 18:37:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DADE37B401; Thu, 31 Oct 2002 18:37:09 -0800 (PST) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E4043E77; Thu, 31 Oct 2002 18:37:08 -0800 (PST) (envelope-from DouglasWTh@myrealbox.com) Received: from pool0334.cvx11-bradley.dialup.earthlink.net ([209.178.189.79] helo=daemon.mshome.net) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 187RgE-0002Ww-00; Thu, 31 Oct 2002 18:37:03 -0800 Subject: FreeBSD Port: openoffice-1.0.1_3 From: Douglas William Thrift To: openoffice@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 18:37:16 -0800 Message-Id: <1036118237.42564.17.camel@daemon.mshome.net> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have tried building the Open Office port, but it has not been able to build completely. I would like to know when it will be available as a package. Thank you very much, Douglas Thrift -- _______________________________________________________________________ Douglas William Thrift DouglasWThNOSPAM@REMOVETHESEmyrealbox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 18:44:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3C0537B401; Thu, 31 Oct 2002 18:44:23 -0800 (PST) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBD943E42; Thu, 31 Oct 2002 18:44:22 -0800 (PST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id gA12eZ2B054124; Fri, 1 Nov 2002 11:40:35 +0900 (JST) Date: Fri, 01 Nov 2002 11:41:13 +0900 (JST) Message-Id: <20021101.114113.115942385.maho@scarlatti.synchem.kyoto-u.ac.jp> To: DouglasWTh@myrealbox.com Cc: openoffice@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: openoffice-1.0.1_3 From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) Reply-To: chat95@mbox.kyoto-inet.or.jp In-Reply-To: <1036118237.42564.17.camel@daemon.mshome.net> References: <1036118237.42564.17.camel@daemon.mshome.net> X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You can obtain at: http://projects.imp.ch/openoffice/ Thanks, Maho Nakata To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 19:29:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1CB337B401; Thu, 31 Oct 2002 19:29:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E5243E4A; Thu, 31 Oct 2002 19:29:31 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA13TVx3066185; Thu, 31 Oct 2002 19:29:31 -0800 (PST) (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA13TVcC066181; Thu, 31 Oct 2002 19:29:31 -0800 (PST) Date: Thu, 31 Oct 2002 19:29:31 -0800 (PST) From: "Vanilla I. Shu" Message-Id: <200211010329.gA13TVcC066181@freefall.freebsd.org> To: vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/44782: New port: DirectFB library Sender: owner-freebsd-ports@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: DirectFB library Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Thu Oct 31 19:29:18 PST 2002 Responsible-Changed-Why: I will handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=44782 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 19:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA1D37B404 for ; Thu, 31 Oct 2002 19:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A010D43E8A for ; Thu, 31 Oct 2002 19:50: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 gA13o1x3072953 for ; Thu, 31 Oct 2002 19:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA13o1Pe072952; Thu, 31 Oct 2002 19:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D73937B401 for ; Thu, 31 Oct 2002 19:41:36 -0800 (PST) Received: from buster.freebsdmatrix.net (pcp01940281pcs.waldlk01.mi.comcast.net [68.32.92.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B92F43E75 for ; Thu, 31 Oct 2002 19:41:35 -0800 (PST) (envelope-from laszlof@buster.freebsdmatrix.net) Received: from buster.freebsdmatrix.net (localhost [127.0.0.1]) by buster.freebsdmatrix.net (Postfix) with ESMTP id 7AEF519A327 for ; Thu, 31 Oct 2002 22:41:29 -0500 (EST) Received: (from laszlof@localhost) by buster.freebsdmatrix.net (8.12.6/8.12.3/Submit) id gA13fTNA089049; Thu, 31 Oct 2002 22:41:29 -0500 (EST) Message-Id: <200211010341.gA13fTNA089049@buster.freebsdmatrix.net> Date: Thu, 31 Oct 2002 22:41:29 -0500 (EST) From: "Frank J. Laszlo" Reply-To: "Frank J. Laszlo" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44804: The current port for the new native opera web browser did not include an option for the shared QT version of the application, Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44804 >Category: ports >Synopsis: The current port for the new native opera web browser did not include an option for the shared QT version of the application, >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 19:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 4.7-RELEASE i386 >Organization: none >Environment: System: FreeBSD buster.freebsdmatrix.net 4.7-RELEASE FreeBSD 4.7-RELEASE #2: Sat Oct 12 09:51:41 EDT 2002 laszlof@buster.freebsdmatrix.net:/usr/obj/usr/src/sys/BUSTER i386 >Description: The opera web browser port located in the ports tree (ports/www/opera) lacked an option for the shared QT version of Opera. I thought it would be rather pointless to create A whole other port just for a for a slightly different setup. Attached is the patch for the opera port to correct this. >How-To-Repeat: >Fix: --- opera61+shared_qt.patch begins here --- diff -r -U 3 opera.orig/Makefile opera/Makefile --- opera.orig/Makefile Thu Oct 31 11:38:38 2002 +++ opera/Makefile Thu Oct 31 22:16:03 2002 @@ -9,10 +9,15 @@ PORTVERSION= 6.10.20021015 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://opera.online.no/linux/610/beta1/en/static_freebsd/ \ - ftp://ftp.opera.com/pub/opera/linux/610/beta1/en/static_freebsd/ +MASTER_SITES= http://opera.online.no/linux/610/beta1/en/${QT_TYPE}_freebsd/ \ + ftp://ftp.opera.com/pub/opera/linux/610/beta1/en/${QT_TYPE}_freebsd/ +.if !defined(WITH_SHARED_QT) DISTNAME= ${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd - +QT_TYPE= static +.else +DISTNAME= ${PORTNAME}-${PORTVERSION:S/10./10-/}.2-shared-qt-mt.i386.freebsd +QT_TYPE= shared +.endif MAINTAINER= des@FreeBSD.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png @@ -25,6 +30,13 @@ NO_BUILD= yes NO_FILTER_SHLIBS=yes +pre-everything: +.if !defined(WITH_SHARED_QT) + @${ECHO_MSG} " To install opera with shared QT, instead" + @${ECHO_MSG} " of the default static QT, hit CTRL+C now" + @${ECHO_MSG} " and define WITH_SHARED_QT" + @${ECHO_MSG} "" +.endif do-install: (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}") diff -r -U 3 opera.orig/distinfo opera/distinfo --- opera.orig/distinfo Thu Oct 31 11:38:37 2002 +++ opera/distinfo Thu Oct 31 22:09:37 2002 @@ -1 +1,2 @@ MD5 (opera-6.10-20021015.1-static-qt.i386.freebsd.tar.bz2) = a23bcd731a9ac5e7fdfa30b61f1aae14 +MD5 (opera-6.10-20021015.2-shared-qt-mt.i386.freebsd.tar.bz2) = 55fe4f8cc015e9f1c5862f8fecac2913 --- opera61+shared_qt.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 20: 0:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54CA637B401; Thu, 31 Oct 2002 20:00:49 -0800 (PST) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB6C43E42; Thu, 31 Oct 2002 20:00:49 -0800 (PST) (envelope-from DouglasWTh@myrealbox.com) Received: from pool0932.cvx11-bradley.dialup.earthlink.net ([209.178.191.167] helo=daemon.mshome.net) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 187SzC-0005Nt-00; Thu, 31 Oct 2002 20:00:43 -0800 Subject: Re: FreeBSD Port: openoffice-1.0.1_3 From: Douglas William Thrift To: chat95@mbox.kyoto-inet.or.jp Cc: openoffice@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <20021101.114113.115942385.maho@scarlatti.synchem.kyoto-u.ac.jp> References: <1036118237.42564.17.camel@daemon.mshome.net> <20021101.114113.115942385.maho@scarlatti.synchem.kyoto-u.ac.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 20:00:56 -0800 Message-Id: <1036123257.65419.0.camel@daemon.mshome.net> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thank you! -- _______________________________________________________________________ Douglas William Thrift DouglasWThNOSPAM@REMOVETHESEmyrealbox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 20: 2: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E312A37B401; Thu, 31 Oct 2002 20:02:03 -0800 (PST) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5CB043E88; Thu, 31 Oct 2002 20:02:02 -0800 (PST) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id CF3CF5740D; Fri, 1 Nov 2002 04:01:56 +0000 (GMT) Date: Fri, 01 Nov 2002 04:01:56 +0000 (GMT) Message-Id: <20021101040156.IouQ17192@hun.org> From: Daniel Flickinger X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-Address: 31 N 700 E, St George UT 84770-3028 X-Squawk: (435) 680-0750 X-No-Archive: yes X-Tags: Sanity is the Playground for the Unimaginative In-Reply-To: <20021026034415.GA92923@xor.obsecurity.org> References: <20021025030922.Fcv93171@hun.org> To: Kris Kennaway Cc: FreeBSD-Ports , FreeBSD 5.0-CURRENT Subject: Re: xshisen crashes on load with free() error junk pointer Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="text" Content-Transfer-Encoding: 8bit Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sent: Fri, 25 Oct 2002 20:44:15 -0700 + On Fri, Oct 25, 2002 at 03:09:22AM +0000, Daniel Flickinger wrote: + > OS: 5.0 CURRENT date 24 Oct 2002 1200 GMT + > port cvsup date 23 Oct 2002 1800 GMT + > + > build is OK although it requires X to be running as root + > to install. + > + > crash and burn message: + > + > xshisen in free(): error: junk pointer, too high to make sense + > + > I had been running a 1996 linux copy from the JA host as this + > bad free() pointer has been around for some time. + + This is a bug in the software: you should discuss it with the authors. No, the code runs on Win$lop, Linux, and HP-UX; it was never supported by the author on FreeBSD. The port has not been valid for most of the 5.0-CURRENT cycle; however, the newer version (from 1999 -- 1.51) compiled directly and ran until a 5.0-CURRENT change in, I think, Dec 2001. The Linux 1.51 version ran correctly until I flushed and rebuilt _everything_ to get rid of stale libraries, binaries, whatever, on 07 Oct. I probably had Linux libraries from 1.x which are now history. The 1.51 version obviates the myriad of patches required for the 1.3x version (1.51 defaults to English). The 1.3x port does not currently build. The changes to gcc apparently trigger the 'delete[] p' calls in line 257 to blow up in free for lack of a pointer. I don't believe the author is willing to support FreeBSD; I have written him in the past without response, but will do so again (masaoki@techfirm.co.jp) I freely admit that I do not grok C++; I have avoided C++ since Bjorne foisted it on the world 20 years ago --I told Bjorne in a Usenix forum once that C++ was "supposedly reusable code for disposable programmers" (tact is not one of my strong points). Any language in which you need to think defeats the point of programming (let alone the C++ issues of garbage collection). Assembly and its shorthand, C, can do anything.... Of all the thousands of games out there, xshisen is the only one which interests me. In the larger boards, you need to think as many as a 100 moves ahead --without the frustration of chess since there is no opponent. It's a great de-tensioner after bouts of obsessive-compulsive programming. Bottom line, without learning C++, for which I am too old and too stubborn, I have no idea where to proceed after running a gdb backtrace on the crash --it follows If you want a copy of xshisen 1.51 it's at: http://hun.org/xshisen-1.51.tar.gz Enjoy... attila out! ______________________________________________________________ xshisen 1.51 killed by SIGABRT the program has opened the screen and 4 empty buttons appear in the top left corner backtrace from gdb: #0 0x282f7043 in kill () from /usr/lib/libc.so.5 #1 0x2834fc12 in abort () from /usr/lib/libc.so.5 #2 0x2834e689 in tcflow () from /usr/lib/libc.so.5 #3 0x2834e6b2 in tcflow () from /usr/lib/libc.so.5 #4 0x2834effa in tcflow () from /usr/lib/libc.so.5 #5 0x2834f215 in free () from /usr/lib/libc.so.5 #6 0x28280b5b in operator delete(void*) () from /usr/lib/libstdc++.so.4 #7 0x28280b2f in operator delete[](void*) () from /usr/lib/libstdc++.so.4 #8 0x0804cbd8 in Body::refreshhint() (this=0x8074000) at body.C:235 #9 0x0804c71c in Body::reset(int) (this=0x8074000, value=3) at body.C:176 #10 0x0804d2ca in Body::Sort() (this=0x8074000) at body.C:433 #11 0x080525b5 in SetGameStart() () at gamesize.C:51 #12 0x0804a80a in main (argc=1, argv=0xbfbff3b4) at main.C:401 #13 0x08049d85 in _start () the function called is delete[] (once for each of a pair of tiles) at lines 257 and 258. based on the backtrace, when free is called it is called without a pointer to memory to free, which must be called as void free(void *ptr) if the pointer is null, there is no action; without a pointer, it is indeterminate, resulting in the message: xshisen in free(): error: junk pointer, too high to make sense Abort trap (core dumped) void Body::refreshhint(void) // line 220 { Point (*p)[2], *t; int c = 0, dummy, num; int max_c; max_c = xsize*ysize*(xsize*ysize/PKIND - 1)/2; p = new Point[max_c][2]; t = new Point[xsize*ysize/PKIND]; if (hintNum == 0) delete[] hintArray; for(int i=0; iGetPosArray(t, num); for(int j=0; j; Thu, 31 Oct 2002 20:57:09 -0800 (PST) Received: from mail-out1.apple.com (mail-out1.apple.com [17.254.0.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8742E43E77 for ; Thu, 31 Oct 2002 20:57:09 -0800 (PST) (envelope-from msmith@freebsd.org) Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id gA14v9w04249 for ; Thu, 31 Oct 2002 20:57:09 -0800 (PST) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Thu, 31 Oct 2002 20:56:53 -0800 Received: from freebsd.org (vpn-scv-x1-56.apple.com [17.219.193.56]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id gA14v8H23435; Thu, 31 Oct 2002 20:57:08 -0800 (PST) Date: Thu, 31 Oct 2002 20:57:10 -0800 Subject: Re: FreeBSD PR ports/22399 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: freebsd-ports@freebsd.org, PM Lashley To: Joseph Scott From: Michael Smith In-Reply-To: Message-Id: <60C4D632-ED56-11D6-B080-0050E4660701@freebsd.org> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.546) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Maybe someone with half an ounce of energy or initiative could just fix it? I've given diffs to several people, and had at least one set mailed to me by someone that I pointed back to ports@. At any rate, please take me off the MAINTAINER line, since I'm not working on pib or FreeBSD in general at the moment. = Mike On Thursday, October 31, 2002, at 02:43 PM, Joseph Scott wrote: > > FreeBSD PR ports/22399 (PIB 1.2 still looks for MD5 info in > files/md5) notes an issue with sysutils/pib. It appears this port has > been marked as broken for more that a year. > > If there is no interest in fixing this port perhaps it should be > removed. Is there a standard for how long a port should be allowed to > be > broken before it's removed? > > -Joseph > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 21:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A0437B401 for ; Thu, 31 Oct 2002 21:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 208E643E42 for ; Thu, 31 Oct 2002 21:40: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 gA15e1x3021785 for ; Thu, 31 Oct 2002 21:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA15e1tS021784; Thu, 31 Oct 2002 21:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3314137B401 for ; Thu, 31 Oct 2002 21:37:34 -0800 (PST) Received: from mail010.syd.optusnet.com.au (mail010.syd.optusnet.com.au [210.49.20.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02D1643E42 for ; Thu, 31 Oct 2002 21:37:32 -0800 (PST) (envelope-from darkmoon@optushome.com.au) Received: from haplo.localdomain (c16973.brasd1.vic.optusnet.com.au [210.49.154.86]) by mail010.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id gA15bUF24797 for ; Fri, 1 Nov 2002 16:37:30 +1100 Received: from haplo.localdomain (localhost [127.0.0.1]) by haplo.localdomain (8.12.6/8.12.6) with ESMTP id gA15bURc031299 for ; Fri, 1 Nov 2002 16:37:30 +1100 (EST) (envelope-from darkmoon@haplo.localdomain) Received: (from root@localhost) by haplo.localdomain (8.12.6/8.12.6/Submit) id gA15bUmD031298; Fri, 1 Nov 2002 16:37:30 +1100 (EST) Message-Id: <200211010537.gA15bUmD031298@haplo.localdomain> Date: Fri, 1 Nov 2002 16:37:30 +1100 (EST) From: Emil Mikulic Reply-To: Emil Mikulic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44805: Update port: net/darkstat to 2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44805 >Category: ports >Synopsis: Update port: net/darkstat to 2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 21:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Emil Mikulic >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: - Update to version 2.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/darkstat/Makefile darkstat/Makefile --- /usr/ports/net/darkstat/Makefile Wed Oct 16 14:36:50 2002 +++ darkstat/Makefile Fri Nov 1 16:29:00 2002 @@ -6,7 +6,7 @@ # PORTNAME= darkstat -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= net MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \ http://yallara.cs.rmit.edu.au/~emikulic/_/ diff -urN /usr/ports/net/darkstat/distinfo darkstat/distinfo --- /usr/ports/net/darkstat/distinfo Mon Oct 7 11:18:43 2002 +++ darkstat/distinfo Fri Nov 1 16:30:34 2002 @@ -1 +1 @@ -MD5 (darkstat-2.2.tar.gz) = da4a4dfd5cade91e1afa5424f8dbdff1 +MD5 (darkstat-2.3.tar.gz) = 6449d90cfd0a895c74babd7ab44cf899 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 22: 0:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A59DE37B401 for ; Thu, 31 Oct 2002 22:00:56 -0800 (PST) Received: from mail1.chek.com (barney.synacor.com [208.197.227.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 0218A43E75 for ; Thu, 31 Oct 2002 22:00:56 -0800 (PST) (envelope-from josephsilve@truthmail.com) Received: (qmail 12452 invoked by uid 0); 1 Nov 2002 06:00:54 -0000 Received: from rousseau.synacor.com (10.10.6.20) by mailrelay2.synacor.com with SMTP; 1 Nov 2002 06:00:54 -0000 Received: (qmail 5371 invoked by uid 99); 1 Nov 2002 06:00:53 -0000 Date: 1 Nov 2002 06:00:53 -0000 Message-ID: <20021101060053.5370.qmail@rousseau.synacor.com> From: "Joseph Silve" To: josephsilve@truthmail.com X-Originating-IP: [212.100.64.154] Subject: URGENT BUSINESS PROPOSAL Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sir, First, l must solicit your strictest confidence in this transaction, this is by it’s nature of being utterly confidential & top secret. I got your contact through the World Trade Encyclopedia. I am a Sierra-Leonean businessman. I was formally into the importation and sale of medical equipment in my native country, sierra-Leone. My operational base was in Freetown, the capital city. In January 1999, When the second civil war broke out in my country, my office and warehouse were burnt by the revolutionary United Front Rebels, who invaded Freetown. In that attack, I lost all my properties and assets. I was left with virtually nothing, except some money I had in the bank. When the United Nations sent in troops to quell the rebel’s onslaught and there was a relative peace in Freetown, I returned to business, but this time, I invested my resources in the Mining of Diamond which abounds in my country and I exported the Diamond through the help of a third party, some Lebanese who were very much versed in the industry to Antwerp in Belgium. The returns I got from this business was quite good and my life was gradually picking up again until early this year when the Sierra-Leonean government banned private exportation of the Diamond deposit and also called on the United Nations to Ben the sale of Sierra-Leonean Diamond at the international market. The U.N obliged the government and it is mow illegal to sell/buy Diamond emanating from Sierra-Leone. Following this action, the government of my country clamped down on all businessmen who had made fortunes selling Diamond. Consequently my newly acquired properties were seized again and I had no option than to leave the country immediately but I did that only after I was able to first move my money out the country. I had US$10.5M [ten million five hundred thousand united states dollars] in my domiciliary account in free town I had to move the money through a very secret arranged channel. This was done in very unconventional methods by my friend an official at the security minting & printing company of my country. Now the money is in OVERSEA COUNTRY under the custody of a private financial outfit in abroad. The help I am now seeking is someone who has the capabilities of receiving the US$10.5M [ten million five hundred thousand united states dollars] in his bank account, because I am on self-exile in a neighboring West Africa country from where I am trying to work my traveling documents to enable me travel abroad. All you need to have is a power of attorney from me, empowering you as the recipient of the fund in your bank account. Secondly after the said fund has been remitted into your bank account. I would want you to help me get a permanent resident permit in your country. For your efforts and the expenses you may incur in the course of this transaction, you will be entitled to 30% of the total sum. But we shall have an agreement to the effect that you will not take or spend out of my 70% money until such a time when I am able to be with you. Please feel free to reach me on my e-mail address (josephsilve@truthmail.com) when sending an email does remember to include your full name and direct telephone/fax number preferably your private telephone and fax line. I must apologize for the inconveniences this may cause you. Yours Truly, Joseph Silve ___________________________________________________________ TruthMail ...changing email forever! http://www.truthmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 22: 1:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AD837B401 for ; Thu, 31 Oct 2002 22:01:17 -0800 (PST) Received: from mail1.chek.com (barney.synacor.com [208.197.227.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 615A943E4A for ; Thu, 31 Oct 2002 22:01:16 -0800 (PST) (envelope-from josephsilve@truthmail.com) Received: (qmail 12662 invoked by uid 0); 1 Nov 2002 06:01:15 -0000 Received: from machiavelli.synacor.com (10.10.6.30) by mailrelay2.synacor.com with SMTP; 1 Nov 2002 06:01:15 -0000 Received: (qmail 25096 invoked by uid 99); 1 Nov 2002 06:01:14 -0000 Date: 1 Nov 2002 06:01:14 -0000 Message-ID: <20021101060114.25095.qmail@machiavelli.synacor.com> From: "Joseph Silve" To: josephsilve@truthmail.com X-Originating-IP: [212.100.64.154] Subject: URGENT BUSINESS PROPOSAL Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sir, First, l must solicit your strictest confidence in this transaction, this is by it’s nature of being utterly confidential & top secret. I got your contact through the World Trade Encyclopedia. I am a Sierra-Leonean businessman. I was formally into the importation and sale of medical equipment in my native country, sierra-Leone. My operational base was in Freetown, the capital city. In January 1999, When the second civil war broke out in my country, my office and warehouse were burnt by the revolutionary United Front Rebels, who invaded Freetown. In that attack, I lost all my properties and assets. I was left with virtually nothing, except some money I had in the bank. When the United Nations sent in troops to quell the rebel’s onslaught and there was a relative peace in Freetown, I returned to business, but this time, I invested my resources in the Mining of Diamond which abounds in my country and I exported the Diamond through the help of a third party, some Lebanese who were very much versed in the industry to Antwerp in Belgium. The returns I got from this business was quite good and my life was gradually picking up again until early this year when the Sierra-Leonean government banned private exportation of the Diamond deposit and also called on the United Nations to Ben the sale of Sierra-Leonean Diamond at the international market. The U.N obliged the government and it is mow illegal to sell/buy Diamond emanating from Sierra-Leone. Following this action, the government of my country clamped down on all businessmen who had made fortunes selling Diamond. Consequently my newly acquired properties were seized again and I had no option than to leave the country immediately but I did that only after I was able to first move my money out the country. I had US$10.5M [ten million five hundred thousand united states dollars] in my domiciliary account in free town I had to move the money through a very secret arranged channel. This was done in very unconventional methods by my friend an official at the security minting & printing company of my country. Now the money is in OVERSEA COUNTRY under the custody of a private financial outfit in abroad. The help I am now seeking is someone who has the capabilities of receiving the US$10.5M [ten million five hundred thousand united states dollars] in his bank account, because I am on self-exile in a neighboring West Africa country from where I am trying to work my traveling documents to enable me travel abroad. All you need to have is a power of attorney from me, empowering you as the recipient of the fund in your bank account. Secondly after the said fund has been remitted into your bank account. I would want you to help me get a permanent resident permit in your country. For your efforts and the expenses you may incur in the course of this transaction, you will be entitled to 30% of the total sum. But we shall have an agreement to the effect that you will not take or spend out of my 70% money until such a time when I am able to be with you. Please feel free to reach me on my e-mail address (josephsilve@truthmail.com) when sending an email does remember to include your full name and direct telephone/fax number preferably your private telephone and fax line. I must apologize for the inconveniences this may cause you. Yours Truly, Joseph Silve ___________________________________________________________ TruthMail ...changing email forever! http://www.truthmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 22: 9: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A7C37B401; Thu, 31 Oct 2002 22:09:06 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB2343E3B; Thu, 31 Oct 2002 22:09:05 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id gA169wDh029433; Fri, 1 Nov 2002 09:09:58 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id gA169vUG029432; Fri, 1 Nov 2002 09:09:57 +0300 (MSK) Message-Id: <200211010609.gA169vUG029432@aaz.links.ru> Subject: Re: FreeBSD PR ports/22399 X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <60C4D632-ED56-11D6-B080-0050E4660701@freebsd.org> To: Michael Smith Date: Fri, 1 Nov 2002 09:09:57 +0300 (MSK) From: "."@babolo.ru Cc: Joseph Scott , freebsd-ports@FreeBSD.ORG, PM Lashley X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Maybe someone with half an ounce of energy or initiative could just > fix it? I've given diffs to several people, and had at least > one set mailed to me by someone that I pointed back to ports@. s|fix|commit| PR/44323 I use pib intensively so can mantain it. > At any rate, please take me off the MAINTAINER line, since I'm not > working on pib or FreeBSD in general at the moment. > > = Mike > > On Thursday, October 31, 2002, at 02:43 PM, Joseph Scott wrote: > > > > > FreeBSD PR ports/22399 (PIB 1.2 still looks for MD5 info in > > files/md5) notes an issue with sysutils/pib. It appears this port has > > been marked as broken for more that a year. > > > > If there is no interest in fixing this port perhaps it should be > > removed. Is there a standard for how long a port should be allowed to > > be > > broken before it's removed? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 22:11:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6C437B401; Thu, 31 Oct 2002 22:11:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CED43E6E; Thu, 31 Oct 2002 22:11:16 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA16BGx3038518; Thu, 31 Oct 2002 22:11:16 -0800 (PST) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA16BGDi038511; Thu, 31 Oct 2002 22:11:16 -0800 (PST) Date: Thu, 31 Oct 2002 22:11:16 -0800 (PST) From: Trevor Johnson Message-Id: <200211010611.gA16BGDi038511@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/44804: The current port for the new native opera web browser did not include an option for the shared QT version of the application, Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The current port for the new native opera web browser did not include an option for the shared QT version of the application, Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: trevor Responsible-Changed-When: Thu Oct 31 22:11:01 PST 2002 Responsible-Changed-Why: maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44804 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 22:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEB637B401 for ; Thu, 31 Oct 2002 22:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066FB43E97 for ; Thu, 31 Oct 2002 22: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 gA16K2x3040324 for ; Thu, 31 Oct 2002 22:20: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 gA16K2qZ040323; Thu, 31 Oct 2002 22:20:02 -0800 (PST) Date: Thu, 31 Oct 2002 22:20:02 -0800 (PST) Message-Id: <200211010620.gA16K2qZ040323@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/44792: Cannot fetch phoenix-4.0 Reply-To: Trevor Johnson Sender: owner-freebsd-ports@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/44792; it has been noted by GNATS. From: Trevor Johnson To: Martin Klaffenboeck Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/44792: Cannot fetch phoenix-4.0 Date: Fri, 1 Nov 2002 01:19:57 -0500 (EST) The files on MASTER_SITE_LOCAL are gathered up by a script which runs a few times a day. Now it has run, so the file is available. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 23:40: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AFEA37B401; Thu, 31 Oct 2002 23:40:05 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05AC43E6E; Thu, 31 Oct 2002 23:40:04 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id A57582B8C0; Fri, 1 Nov 2002 08:40:02 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 081C96A712B; Fri, 1 Nov 2002 18:39:56 +1100 (EST) Date: Fri, 1 Nov 2002 18:39:55 +1100 From: Edwin Groothuis To: "."@babolo.ru Cc: Michael Smith , Joseph Scott , freebsd-ports@FreeBSD.ORG, PM Lashley Subject: Re: FreeBSD PR ports/22399 Message-ID: <20021101073955.GZ934@k7.mavetju> References: <60C4D632-ED56-11D6-B080-0050E4660701@freebsd.org> <200211010609.gA169vUG029432@aaz.links.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211010609.gA169vUG029432@aaz.links.ru> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 09:09:57AM +0300, "."@babolo.ru wrote: > > > > Maybe someone with half an ounce of energy or initiative could just > > fix it? I've given diffs to several people, and had at least > > one set mailed to me by someone that I pointed back to ports@. > > s|fix|commit| > > PR/44323 > I use pib intensively so can mantain it. Commited. > > At any rate, please take me off the MAINTAINER line, since I'm not > > working on pib or FreeBSD in general at the moment. Changed to Mr .@babolo.ru! Welcome :-) Edwin, 1442 PRs in the bucket, I close three, yippeeyee, 1429 PRs in the bucket. -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 31 23:44:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4A337B401 for ; Thu, 31 Oct 2002 23:44:28 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7AE443E4A for ; Thu, 31 Oct 2002 23:44:27 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (96bf61dd2dc2305ae063fbe8fd7314d9@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gA17kFit009828 for ; Thu, 31 Oct 2002 23:46:15 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gA17kFEG009827 for ports@freebsd.org; Thu, 31 Oct 2002 23:46:15 -0800 (PST) (envelope-from monkey) Date: Thu, 31 Oct 2002 23:46:15 -0800 From: Adam Weinberger To: ports@freebsd.org Subject: Re: FreeBSD PR ports/22399 Message-ID: <20021101074615.GW197@vectors.cx> Mail-Followup-To: Adam Weinberger , ports@freebsd.org References: <60C4D632-ED56-11D6-B080-0050E4660701@freebsd.org> <200211010609.gA169vUG029432@aaz.links.ru> <20021101073955.GZ934@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021101073955.GZ934@k7.mavetju> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.31.2002 @ 2339 PST): Edwin Groothuis said, in 0.9K: << > Edwin, 1442 PRs in the bucket, I close three, yippeeyee, 1429 PRs in the bucket. >> end of "Re: FreeBSD PR ports/22399" from Edwin Groothuis << Yep, that's Intel math alright ::) - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wjFHo8KM2ULHQ/0RArQAAKCY8iXuqo1Y3z9awODB/MFkTQ6kDgCdGjo1 P1nqyVehQ3C0EgkS00zslL8= =n9p4 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 0: 0: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B04E37B401 for ; Fri, 1 Nov 2002 00:00:02 -0800 (PST) Received: from mail-out1.apple.com (mail-out1.apple.com [17.254.0.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9777243E6E for ; Fri, 1 Nov 2002 00:00:01 -0800 (PST) (envelope-from msmith@freebsd.org) Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id gA1801w19639 for ; Fri, 1 Nov 2002 00:00:01 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 31 Oct 2002 23:33:20 -0800 Received: from freebsd.org (vpn-scv-x3-27.apple.com [17.219.194.27]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id gA17XKi08701; Thu, 31 Oct 2002 23:33:20 -0800 (PST) Date: Thu, 31 Oct 2002 23:33:22 -0800 Subject: Re: FreeBSD PR ports/22399 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: Joseph Scott , freebsd-ports@freebsd.org, PM Lashley To: "."@babolo.ru From: Michael Smith In-Reply-To: <200211010609.gA169vUG029432@aaz.links.ru> Message-Id: <32F96874-ED6C-11D6-B080-0050E4660701@freebsd.org> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.546) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please do. I still think it's a handy tool, so if someone would give it some love, that'd be great. Thanks! On Thursday, October 31, 2002, at 10:09 PM, "."@babolo.ru wrote: >> >> Maybe someone with half an ounce of energy or initiative could just >> fix it? I've given diffs to several people, and had at least >> one set mailed to me by someone that I pointed back to ports@. > > s|fix|commit| > > PR/44323 > I use pib intensively so can mantain it. > >> At any rate, please take me off the MAINTAINER line, since I'm not >> working on pib or FreeBSD in general at the moment. >> >> = Mike >> >> On Thursday, October 31, 2002, at 02:43 PM, Joseph Scott wrote: >> >>> >>> FreeBSD PR ports/22399 (PIB 1.2 still looks for MD5 info in >>> files/md5) notes an issue with sysutils/pib. It appears this port >>> has >>> been marked as broken for more that a year. >>> >>> If there is no interest in fixing this port perhaps it should be >>> removed. Is there a standard for how long a port should be allowed >>> to >>> be >>> broken before it's removed? > > -- > @BABOLO http://links.ru/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 0:17:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E93937B486; Fri, 1 Nov 2002 00:17:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE14B43E75; Fri, 1 Nov 2002 00:17:07 -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 gA18H7x3091461; Fri, 1 Nov 2002 00:17:07 -0800 (PST) (envelope-from obraun@freefall.freebsd.org) Received: (from obraun@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA18H6f1091457; Fri, 1 Nov 2002 00:17:06 -0800 (PST) Date: Fri, 1 Nov 2002 00:17:06 -0800 (PST) From: Oliver Braun Message-Id: <200211010817.gA18H6f1091457@freefall.freebsd.org> To: emikulic@optushome.com.au, obraun@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44805: Update port: net/darkstat to 2.3 Sender: owner-freebsd-ports@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: net/darkstat to 2.3 State-Changed-From-To: open->closed State-Changed-By: obraun State-Changed-When: Fri Nov 1 00:16:55 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44805 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 0:31:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C52FA37B401; Fri, 1 Nov 2002 00:31:19 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0C843E88; Fri, 1 Nov 2002 00:31:18 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id KAA25466; Fri, 1 Nov 2002 10:31:16 +0200 Date: Fri, 1 Nov 2002 10:31:15 +0200 (WET) From: Evren Yurtesen To: ports@freebsd.org Cc: nbm@freebsd.org Subject: sqwebmail and courier-imap ports of FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I have installed both sqwebmail and courier-imap ports of FreeBSD I now wonder if it is necessary to have authdaemon in 2 different places. Isnt it possible to install it only once for both ports? Another thing is that sometimes my authdaemon is not responding. I say that because I fail to login until I restart authdaemon. Is this something because there are 2 authdaemon processes are working or ? Is this something specific to FreeBSD? Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 0:40: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F46F37B401 for ; Fri, 1 Nov 2002 00:40:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E121843E97 for ; Fri, 1 Nov 2002 00:40:00 -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 gA18e0x3098424 for ; Fri, 1 Nov 2002 00: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 gA18e0Bk098423; Fri, 1 Nov 2002 00:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8BA37B401 for ; Fri, 1 Nov 2002 00:39:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9F443E97 for ; Fri, 1 Nov 2002 00:39:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA18dux3098394 for ; Fri, 1 Nov 2002 00:39:56 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA18du9A098393; Fri, 1 Nov 2002 00:39:56 -0800 (PST) Message-Id: <200211010839.gA18du9A098393@freefall.freebsd.org> Date: Fri, 1 Nov 2002 00:39:56 -0800 (PST) From: " Reply-To: " To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44806: phoenix build fails [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44806 >Category: ports >Synopsis: phoenix build fails [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 00:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-STABLE FreeBSD 4.7-STABLE #8: Tue Oct 29 16:21:41 PST 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: www/phoenix is failing to build. Any invocation returns: ===> phoenix-0.4 is marked as broken: Unknown component ORBit. The USE_GNOME line needs to go from 'ORBit' to 'orbit' >How-To-Repeat: root@smacky:/usr/ports/www/phoenix# cd root@smacky:~# cd /usr/ports/www/phoenix root@smacky:/usr/ports/www/phoenix# make fetch ===> phoenix-0.4 is marked as broken: Unknown component ORBit. >Fix: Index: phoenix/Makefile =================================================================== RCS file: /home/ncvs/ports/www/phoenix/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- phoenix/Makefile 1 Nov 2002 04:17:51 -0000 1.16 +++ phoenix/Makefile 1 Nov 2002 08:37:31 -0000 @@ -35,7 +35,7 @@ GNU_CONFIGURE= yes USE_GNOMENG= yes -USE_GNOME= gtk12 ORBit +USE_GNOME= gtk12 orbit CFLAGS+= ${PTHREAD_CFLAGS} LIBS+= ${PTHREAD_LIBS} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 0:41:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A5537B404; Fri, 1 Nov 2002 00:41:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1594C43E75; Fri, 1 Nov 2002 00:41:57 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA18fux3001842; Fri, 1 Nov 2002 00:41:56 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA18fuFt001838; Fri, 1 Nov 2002 00:41:56 -0800 (PST) Date: Fri, 1 Nov 2002 00:41:56 -0800 (PST) From: Adam Weinberger Message-Id: <200211010841.gA18fuFt001838@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, alane@FreeBSD.org Subject: Re: ports/44806: phoenix build fails [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: phoenix build fails [patch] Responsible-Changed-From-To: freebsd-ports->alane Responsible-Changed-By: adamw Responsible-Changed-When: Fri Nov 1 00:41:21 PST 2002 Responsible-Changed-Why: Over to (one of the) maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=44806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 1: 3:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04CB37B401 for ; Fri, 1 Nov 2002 01:03:53 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4132043E3B for ; Fri, 1 Nov 2002 01:03:53 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA193qpk058994 for ; Fri, 1 Nov 2002 02:03:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 01 Nov 2002 02:02:59 -0700 (MST) Message-Id: <20021101.020259.99021319.imp@bsdimp.com> To: ports@freebsd.org Subject: x11/XFree86-4 broken on -current From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org install a current system, but don't install X11. cd /usr/ports/x11/XFree86-4; make install Breaks: ===> Configuring for XFree86-libraries-4.2.1_2 grep: /usr/X11R6/lib/X11/config/host.def: No such file or directory cp: /usr/X11R6/lib/X11/config/xf86site.def: No such file or directory cp: /usr/X11R6/lib/X11/config/version.def: No such file or directory cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= in config/imake `imake' is up to date. rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend ./config/cf/site.def:58: xf86site.def: No such file or directory ./config/cf/xfree86.cf:14: version.def: No such file or directory ./config/imake/imake: Exit code 1. Stop. WTF? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 1:55:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C828437B404; Fri, 1 Nov 2002 01:55:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F1C43E77; Fri, 1 Nov 2002 01:55:17 -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 gA19tHx3031224; Fri, 1 Nov 2002 01:55:17 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA19tHRq031220; Fri, 1 Nov 2002 01:55:17 -0800 (PST) Date: Fri, 1 Nov 2002 01:55:17 -0800 (PST) From: Edwin Groothuis Message-Id: <200211010955.gA19tHRq031220@freefall.freebsd.org> To: edwin@mavetju.org, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43245: [patch] fix x11/bgrot extra files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [patch] fix x11/bgrot extra files State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Fri Nov 1 01:55:03 PST 2002 State-Changed-Why: Commited http://www.freebsd.org/cgi/query-pr.cgi?pr=43245 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 2: 0: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857DA37B401 for ; Fri, 1 Nov 2002 02:00:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E7843E88 for ; Fri, 1 Nov 2002 02:00: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 gA1A04x3031391 for ; Fri, 1 Nov 2002 02:00: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 gA1A04tB031390; Fri, 1 Nov 2002 02:00:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0440137B401 for ; Fri, 1 Nov 2002 01:59:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B563943E4A for ; Fri, 1 Nov 2002 01:59:05 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA19x5x3031350 for ; Fri, 1 Nov 2002 01:59:05 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA19x5u9031349; Fri, 1 Nov 2002 01:59:05 -0800 (PST) Message-Id: <200211010959.gA19x5u9031349@freefall.freebsd.org> Date: Fri, 1 Nov 2002 01:59:05 -0800 (PST) From: " Reply-To: " To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44807: phoenix install failure [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44807 >Category: ports >Synopsis: phoenix install failure [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 02:00:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-STABLE FreeBSD 4.7-STABLE #8: Tue Oct 29 16:21:41 PST 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: www/phoenix fails to install because the post-install target adds a symlink from ${PREFIX}/bin/phoenix, which already gets installed from the normal install process. >How-To-Repeat: root@smacky:/usr/ports/www/phoenix# make install ===> Installing for phoenix-0.4 ../../config/nsinstall -t phoenix /usr/X11R6/bin ===> Generating temporary packing list /bin/ln -s /usr/X11R6/lib/phoenix/bin/phoenix /usr/X11R6/bin/phoenix ln: /usr/X11R6/bin/phoenix: File exists *** Error code 1 >Fix: =================================================================== RCS file: /home/ncvs/ports/www/phoenix/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- phoenix/Makefile 1 Nov 2002 04:17:51 -0000 1.16 +++ phoenix/Makefile 1 Nov 2002 09:54:23 -0000 @@ -78,8 +78,6 @@ nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h post-install: - ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ - ${PREFIX}/bin/phoenix ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ ${PREFIX}/bin/phoenix-config >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 2: 1:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18CA737B401; Fri, 1 Nov 2002 02:01:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0E743E42; Fri, 1 Nov 2002 02:01:11 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1A1Bx3032871; Fri, 1 Nov 2002 02:01:11 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1A1BuP032867; Fri, 1 Nov 2002 02:01:11 -0800 (PST) Date: Fri, 1 Nov 2002 02:01:11 -0800 (PST) From: Adam Weinberger Message-Id: <200211011001.gA1A1BuP032867@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, alane@FreeBSD.org Subject: Re: ports/44807: phoenix install failure [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: phoenix install failure [patch] Responsible-Changed-From-To: freebsd-ports->alane Responsible-Changed-By: adamw Responsible-Changed-When: Fri Nov 1 02:00:47 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44807 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 2: 9:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D5637B401; Fri, 1 Nov 2002 02:09:31 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCBF43E77; Fri, 1 Nov 2002 02:09:30 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 9872324DCF; Fri, 1 Nov 2002 19:09:29 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id AFE9524DC7; Fri, 1 Nov 2002 19:09:25 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id ABE551E4814; Fri, 1 Nov 2002 19:09:22 +0900 (JST) Date: Fri, 01 Nov 2002 19:09:22 +0900 Message-ID: <7mn0otr48d.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: tobez@FreeBSD.org Cc: ports@FreeBSD.org Subject: Strange function definition in _h2ph_pre.ph of lang/perl5 User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On my system (5-current), /usr/local/lib/perl5/site_perl/5.6.1/mach/_h2ph_pre.ph has these lines: unless (defined &-Acpu) { sub -Acpu() { &i386 } } unless (defined &-Amachine) { sub -Amachine() { &i386 } } unless (defined &-Asystem) { sub -Asystem() { &unix } } But it seems these functions are not supposed to be here like this. Is this h2ph's bug? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 2:45:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77ABC37B401; Fri, 1 Nov 2002 02:45:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2647B43E4A; Fri, 1 Nov 2002 02:45:15 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1AjFx3053033; Fri, 1 Nov 2002 02:45:15 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1AjFSA053029; Fri, 1 Nov 2002 02:45:15 -0800 (PST) Date: Fri, 1 Nov 2002 02:45:15 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200211011045.gA1AjFSA053029@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/44799: mysql323-server (3.23.53) fails to build on 4.7-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mysql323-server (3.23.53) fails to build on 4.7-STABLE Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Nov 1 02:45:05 PST 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44799 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 5: 4:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B09D37B401; Fri, 1 Nov 2002 05:04:13 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A8643E8A; Fri, 1 Nov 2002 05:04:12 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA1D40KA036399; Fri, 1 Nov 2002 08:04:00 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA1D40sF036398; Fri, 1 Nov 2002 08:04:00 -0500 (EST) (envelope-from alane) Date: Fri, 1 Nov 2002 08:04:00 -0500 From: AlanE To: Patrick Gardella Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: Phoenix 0.4 & libIDL Message-ID: <20021101130400.GB36306@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Patrick Gardella , phoenix@geeksrus.net, FreeBSD Ports List References: <1406.141.157.88.75.1036155523.squirrel@webmail.garvinhartley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406.141.157.88.75.1036155523.squirrel@webmail.garvinhartley.net> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 12:58:43PM -0000, Patrick Gardella wrote: >Thanks for creating the Phoenix port! I love this browser. > >While creating it, I had to install ports/devel/libIDL on my 4.7-STABLE >box. probably need to add it the LIB_DEPENDS. You need to install devel/ORBit, not devel/libIDL. The 4_1 version that I just committed has the dependencies right. I do not know if phoenix install is compatible with have gnome2 on same machine. I expect that it would be an "interesting" exercise, especially if the gnome2 versions of ports use the same "PORTNAME"s as their gnome1 counterparts. -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 5:41:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764FA37B401 for ; Fri, 1 Nov 2002 05:41:14 -0800 (PST) Received: from hub.org (hub.org [64.49.215.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C07D43E75 for ; Fri, 1 Nov 2002 05:41:14 -0800 (PST) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [64.49.215.141]) by hub.org (Postfix) with ESMTP id 121398A3443; Fri, 1 Nov 2002 09:41:08 -0400 (AST) Date: Fri, 1 Nov 2002 09:41:07 -0400 (AST) From: "Marc G. Fournier" To: freebsd-ports@freebsd.org Cc: bp@butya.kz Subject: ncplib compile fails ... Message-ID: <20021101092901.I73341-100000@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've tried on two machines so far, both running 4.7ish worlds (one is as of this week), and both generate the same error ... I notice its been over a year since the port was updated, just wondering if there is a change in the way ports work thta hasn't been reflected in this one? Thanks ... demeter# make >> ncplib-1.3.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.butya.kz/pub/nwlib/. Receiving ncplib-1.3.4.tar.gz (134953 bytes): 100% 134953 bytes transferred in 10.5 seconds (12.60 kBps) ===> Extracting for ncplib-1.3.4 >> Checksum OK for ncplib-1.3.4.tar.gz. ===> Patching for ncplib-1.3.4 ===> Configuring for ncplib-1.3.4 Do you want to include 866 codepage support ? [n] ===> Building for ncplib-1.3.4 ===> include "/usr/share/mk/bsd.libnames.mk", line 8: bsd.libnames.mk cannot be included directly. *** Error code 1 Stop in /usr/local/ports/usr/ports/net/ncplib/work/ncplib-1.3.4. *** Error code 1 Stop in /usr/ports/net/ncplib. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 6:10:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D1637B401 for ; Fri, 1 Nov 2002 06:10:12 -0800 (PST) Received: from heechee.tobez.org (heechee.tobez.org [213.237.10.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE7B43E75 for ; Fri, 1 Nov 2002 06:10:06 -0800 (PST) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 210B9ABEA; Fri, 1 Nov 2002 15:09:48 +0100 (CET) Date: Fri, 1 Nov 2002 15:09:48 +0100 From: Anton Berezin To: Jun Kuriyama Cc: ports@FreeBSD.org Subject: Re: Strange function definition in _h2ph_pre.ph of lang/perl5 Message-ID: <20021101140948.GB76350@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Jun Kuriyama , ports@FreeBSD.org References: <7mn0otr48d.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7mn0otr48d.wl@black.imgsrc.co.jp> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 07:09:22PM +0900, Jun Kuriyama wrote: > > On my system (5-current), > /usr/local/lib/perl5/site_perl/5.6.1/mach/_h2ph_pre.ph has these > lines: > > unless (defined &-Acpu) { sub -Acpu() { &i386 } } > unless (defined &-Amachine) { sub -Amachine() { &i386 } } > unless (defined &-Asystem) { sub -Asystem() { &unix } } > > But it seems these functions are not supposed to be here like this. > > Is this h2ph's bug? Sort of - it is induced by gcc - please see http://archive.develooper.com/perl5-porters@perl.org/msg79350.html I am committing a patch shortly. =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 8:17:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 827BB37B401; Fri, 1 Nov 2002 08:17:36 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3FC43E3B; Fri, 1 Nov 2002 08:17:35 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA1GGlKA032333; Fri, 1 Nov 2002 11:16:47 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA1GGldg032332; Fri, 1 Nov 2002 11:16:47 -0500 (EST) (envelope-from alane) Date: Fri, 1 Nov 2002 11:16:46 -0500 From: AlanE To: Douglas Berry Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: rm: /usr/X11R6/bin/phoenix: No such file or directory Message-ID: <20021101161646.GA32141@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Douglas Berry , phoenix@geeksrus.net, FreeBSD Ports List References: <200211011545.gA1FjiBW053064@monk.cnd.dundas.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211011545.gA1FjiBW053064@monk.cnd.dundas.on.ca> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 10:45:44AM -0500, Douglas Berry wrote: >Working from... > ># $FreeBSD: ports/www/phoenix/Makefile,v 1.18 2002/11/01 13:09:32 alane Exp $ > >in order to get make install on i386 4.7-STABLE to not... > >===> Generating temporary packing list >/bin/rm /usr/X11R6/bin/phoenix >rm: /usr/X11R6/bin/phoenix: No such file or directory >*** Error code 1 > >Stop in /usr/ports/www/phoenix. >*** Error code 1 > >Stop in /usr/ports/www/phoenix. > > >i needed to... > >*** Makefile Fri Nov 1 10:35:23 2002 >--- Makefile.orig Fri Nov 1 09:12:24 2002 >*************** >*** 79,88 **** > nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h > > post-install: >! ${RM} -f ${PREFIX}/bin/phoenix > ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ > ${PREFIX}/bin/phoenix >! ${RM} -f ${PREFIX}/bin/phoenix-config > ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ > ${PREFIX}/bin/phoenix-config > >--- 79,88 ---- > nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h > > post-install: >! ${RM} ${PREFIX}/bin/phoenix > ${LN} -s ${LOCAL_PREFIX}/bin/phoenix \ > ${PREFIX}/bin/phoenix >! ${RM} ${PREFIX}/bin/phoenix-config > ${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \ > ${PREFIX}/bin/phoenix-config > >i'm not sure that this is the ``correct'' fix, but it got the new >version installed for me. > >Thanks for bringing us phoenix, >doug And INDEED YOU WERE RIGHT. Teach me fix things before noon. -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 8:32:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C7A37B401; Fri, 1 Nov 2002 08:32:34 -0800 (PST) Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B1E43E75; Fri, 1 Nov 2002 08:32:29 -0800 (PST) (envelope-from ilia@csu.ru) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.12.4/8.12.4) with ESMTP id gA1GWFS5093066 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Nov 2002 21:32:17 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: from mail.cgu.chel.su (localhost [127.0.0.1]) by mail.cgu.chel.su (8.12.3/8.12.5) with ESMTP id gA1GWFZd018596 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Nov 2002 21:32:15 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: (from uucp@localhost) by mail.cgu.chel.su (8.12.3/8.12.3/Submit) with UUCP id gA1GWESb018595; Fri, 1 Nov 2002 21:32:14 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.12.5/8.11.1) with ESMTP id gA1G8pDU000590; Fri, 1 Nov 2002 21:08:51 +0500 (YEKT) (envelope-from ilia@csu.ru) Date: Fri, 1 Nov 2002 21:08:51 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: FreeBSD + squid-2.5 + samba/PDC + NTLM Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs, is anybody using NTLM authentication ? I tried it, no luck. Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 9:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB84837B404 for ; Fri, 1 Nov 2002 09:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129C943E77 for ; Fri, 1 Nov 2002 09: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 gA1HA3x3024804 for ; Fri, 1 Nov 2002 09: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 gA1HA3A7024803; Fri, 1 Nov 2002 09:10:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522F337B401 for ; Fri, 1 Nov 2002 09:04:19 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 1AEE943E88 for ; Fri, 1 Nov 2002 09:04:18 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 80709 invoked by uid 911); 1 Nov 2002 17:04:13 -0000 Message-Id: <20021101170413.80708.qmail@outpost.globcon.net> Date: 1 Nov 2002 17:04:13 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44810: [NEW PORT] security/ftpmap - fingerprints remote FTP servers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44810 >Category: ports >Synopsis: [NEW PORT] security/ftpmap - fingerprints remote FTP servers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 09:10:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.6-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: From pkg-descr: Ftpmap scans remote FTP servers to indentify what software and what versions they are running. It uses program-specific fingerprints to discover the name of the software even when banners have been changed or removed, or when some features have been disabled. IPv6 is fully supported. Author: Frank DENIS . WWW: http://www.jedi.claranet.fr/ >How-To-Repeat: >Fix: --- ftpmap-0.3.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ftpmap # ftpmap/distinfo # ftpmap/Makefile # ftpmap/pkg-comment # ftpmap/pkg-descr # ftpmap/pkg-plist # echo c - ftpmap mkdir -p ftpmap > /dev/null 2>&1 echo x - ftpmap/distinfo sed 's/^X//' >ftpmap/distinfo << 'END-of-ftpmap/distinfo' XMD5 (ftpmap-0.3.tar.gz) = b14f5e7c81425889bd0688b0b7e4f8da END-of-ftpmap/distinfo echo x - ftpmap/Makefile sed 's/^X//' >ftpmap/Makefile << 'END-of-ftpmap/Makefile' X# New ports collection makefile for: ftpmap X# Date created: 01 Nov 2002 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= ftpmap XPORTVERSION= 0.3 XCATEGORIES= security ftp XMASTER_SITES= http://www.jedi.claranet.fr/ X XMAINTAINER= sergei@kolobov.com X XGNU_CONFIGURE= yes X XDOCS= NEWS README THANKS X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-ftpmap/Makefile echo x - ftpmap/pkg-comment sed 's/^X//' >ftpmap/pkg-comment << 'END-of-ftpmap/pkg-comment' XIdentify remote FTP server software by fingerprinting END-of-ftpmap/pkg-comment echo x - ftpmap/pkg-descr sed 's/^X//' >ftpmap/pkg-descr << 'END-of-ftpmap/pkg-descr' XFtpmap scans remote FTP servers to indentify what software and what versions Xthey are running. It uses program-specific fingerprints to discover the name Xof the software even when banners have been changed or removed, or when some Xfeatures have been disabled. IPv6 is fully supported. X XAuthor: Frank DENIS . XWWW: http://www.jedi.claranet.fr/ END-of-ftpmap/pkg-descr echo x - ftpmap/pkg-plist sed 's/^X//' >ftpmap/pkg-plist << 'END-of-ftpmap/pkg-plist' Xbin/ftpmap X%%PORTDOCS%%share/doc/ftpmap/NEWS X%%PORTDOCS%%share/doc/ftpmap/README X%%PORTDOCS%%share/doc/ftpmap/THANKS X%%PORTDOCS%%@dirrm share/doc/ftpmap END-of-ftpmap/pkg-plist exit --- ftpmap-0.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 9:37:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0AF37B401; Fri, 1 Nov 2002 09:37:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA8A43E88; Fri, 1 Nov 2002 09:37: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 gA1Hbqx3035457; Fri, 1 Nov 2002 09:37: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 gA1Hbpq8035453; Fri, 1 Nov 2002 09:37:51 -0800 (PST) Date: Fri, 1 Nov 2002 09:37:51 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200211011737.gA1Hbpq8035453@freefall.freebsd.org> To: Nicolas.Jombart@hsc-labs.com, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44505: New port: A simple parallel processing fork manager (p5-Parallel-ForkManager) Sender: owner-freebsd-ports@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: A simple parallel processing fork manager (p5-Parallel-ForkManager) State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Nov 1 09:37:27 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44505 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 9:44:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FBEA37B401; Fri, 1 Nov 2002 09:44:53 -0800 (PST) Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0541443E6E; Fri, 1 Nov 2002 09:44:49 -0800 (PST) (envelope-from ilia@csu.ru) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.12.4/8.12.4) with ESMTP id gA1HicS5095636 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Nov 2002 22:44:43 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: from mail.cgu.chel.su (localhost [127.0.0.1]) by mail.cgu.chel.su (8.12.3/8.12.5) with ESMTP id gA1HicZd019955 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Nov 2002 22:44:38 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: (from uucp@localhost) by mail.cgu.chel.su (8.12.3/8.12.3/Submit) with UUCP id gA1Hicn1019952; Fri, 1 Nov 2002 22:44:38 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.12.5/8.11.1) with ESMTP id gA1H3PDU000790; Fri, 1 Nov 2002 22:03:25 +0500 (YEKT) (envelope-from ilia@csu.ru) Date: Fri, 1 Nov 2002 22:03:25 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Adrian Chadd Cc: ports@FreeBSD.org Subject: patch for www/squid Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1269780967-1036170205=:467" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1269780967-1036170205=:467 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Dear Sirs, please consider the attached patch. Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) --0-1269780967-1036170205=:467 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=squid-patch-1 Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=squid-patch-1 LS0tIE1ha2VmaWxlLm9yaWcJRnJpIE5vdiAgMSAyMTo0ODowOCAyMDAyDQor KysgTWFrZWZpbGUJRnJpIE5vdiAgMSAyMTo1NDoxMyAyMDAyDQpAQCAtNTUs MTQgKzU1LDIyIEBADQogI0NPTkZJR1VSRV9BUkdTKz0gLS1lbmFibGUtY2Fy cA0KICMgIC0gRW5hYmxlIElDTVAgcGluZ2luZyBmb3IgaGVpcmFyY2h5IHN0 YXRzIGFuZCBzZWxlY3Rpb24NCiAjQ09ORklHVVJFX0FSR1MrPSAtLWVuYWJs ZS1pY21wDQorDQogIyAgLSBFbmFibGUgZGVsYXkgcG9vbHMgdG8gbGltaXQg YmFuZHdpZHRoIHVzYWdlDQotI0NPTkZJR1VSRV9BUkdTKz0gLS1lbmFibGUt ZGVsYXktcG9vbHMNCisuaWYgZGVmaW5lZChTUVVJRF9XSVRIX0RFTEFZX1BP T0xTKSAgDQorQ09ORklHVVJFX0FSR1MrPSAtLWVuYWJsZS1kZWxheS1wb29s cw0KKy5lbmRpZiAgDQorDQogIyAgLSBFbmFibGUgZ2VuZXJpYyBtZW1vcnkg dXNlIHRyYWNpbmcNCiAjQ09ORklHVVJFX0FSR1MrPSAtLWVuYWJsZS1tZW0t Z2VuLXRyYWNlDQogIyAgLSBFbmFibGUgbG9nZ2luZyBvZiB0aGUgVXNlci1B Z2VudCBoZWFkZXINCiAjQ09ORklHVVJFX0FSR1MrPSAtLWVuYWJsZS11c2Vy YWdlbnQtbG9nDQorDQogIyAgLSBEaXNhYmxlIFdlYiBDYWNoZSBDb29yZGlu YXRpb24gUHJvdG9jb2wNCi0jQ09ORklHVVJFX0FSR1MrPSAtLWRpc2FibGUt d2NjcA0KKy5pZiBkZWZpbmVkKFNRVUlEX1dJVEhPVVRfV0NDUCkgIA0KK0NP TkZJR1VSRV9BUkdTKz0gLS1kaXNhYmxlLXdjY3ANCisuZW5kaWYgIA0KKyAg ICAgICAgICAgDQogIyAgLSBLaWxsIHBhcmVudCAoZWc6IFJ1bkNhY2hlKSBv biBzaHV0ZG93biAodXNlIHdpdGggZ3JlYXQgY2FyZSEhKQ0KICNDT05GSUdV UkVfQVJHUys9IC0tZW5hYmxlLWtpbGwtcGFyZW50LWhhY2sNCiAjICAtIFR1 cm4gb24gU05NUCBzZXJ2ZXIgc3VwcG9ydA0K --0-1269780967-1036170205=:467-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 9:50:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A8BF37B401; Fri, 1 Nov 2002 09:50:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBBF43E77; Fri, 1 Nov 2002 09:50: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 gA1Hoox3040292; Fri, 1 Nov 2002 09:50: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 gA1Hoo9V040270; Fri, 1 Nov 2002 09:50:50 -0800 (PST) Date: Fri, 1 Nov 2002 09:50:50 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200211011750.gA1Hoo9V040270@freefall.freebsd.org> To: chris@aims.com.au, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44492: [MAINTAINER UPDATE] www/eddie: Fix pkg-plist Sender: owner-freebsd-ports@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] www/eddie: Fix pkg-plist State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Nov 1 09:50:33 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44492 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 9:54:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B01437B401 for ; Fri, 1 Nov 2002 09:54:24 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 53EE743E77 for ; Fri, 1 Nov 2002 09:54:17 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 844 invoked from network); 1 Nov 2002 17:55:04 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 1 Nov 2002 17:55:04 -0000 Date: Fri, 1 Nov 2002 18:55:04 +0100 From: Martin Klaffenboeck To: Alan Eldridge Cc: martin.klaffenboeck@gmx.at, alane@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44792: Cannot fetch phoenix-4.0 Message-ID: <20021101175504.GA399@martin.kdrache.org> References: <200211010154.gA11sbnT024778@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200211010154.gA11sbnT024778@freefall.freebsd.org>; from alane@FreeBSD.org on Fr, Nov 01, 2002 at 02:54:37 +0100 X-Mailer: Balsa 1.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am 2002.11.01 02:54 schrieb(en) Alan Eldridge: > Synopsis: Cannot fetch phoenix-4.0 > > State-Changed-From-To: open->closed > State-Changed-By: alane > State-Changed-When: Thu Oct 31 17:54:00 PST 2002 > State-Changed-Why: > You can't fetch something we don't have yet. Ok, but why is that in the ports already? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 9:57:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C4D37B401 for ; Fri, 1 Nov 2002 09:57:25 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DA643E4A for ; Fri, 1 Nov 2002 09:57:24 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA1HvBKA098764 for ; Fri, 1 Nov 2002 12:57:11 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA1HvBWI098763 for freebsd-ports@FreeBSD.ORG; Fri, 1 Nov 2002 12:57:11 -0500 (EST) (envelope-from alane) Date: Fri, 1 Nov 2002 12:57:10 -0500 From: AlanE To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/44792: Cannot fetch phoenix-4.0 Message-ID: <20021101175710.GA94700@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <200211010154.gA11sbnT024778@freefall.freebsd.org> <20021101175504.GA399@martin.kdrache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021101175504.GA399@martin.kdrache.org> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 06:55:04PM +0100, Martin Klaffenboeck wrote: >Am 2002.11.01 02:54 schrieb(en) Alan Eldridge: >>Synopsis: Cannot fetch phoenix-4.0 >> >>State-Changed-From-To: open->closed >>State-Changed-By: alane >>State-Changed-When: Thu Oct 31 17:54:00 PST 2002 >>State-Changed-Why: >>You can't fetch something we don't have yet. > >Ok, but why is that in the ports already? Because you tried to fetch it before our personal distfile dirs were mirrored, which I believe happens on a daily basis. -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 10: 1:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD8DB37B40F; Fri, 1 Nov 2002 10:01:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCD643E75; Fri, 1 Nov 2002 10:01:08 -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 gA1I18x3044615; Fri, 1 Nov 2002 10:01:08 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1I185J044611; Fri, 1 Nov 2002 10:01:08 -0800 (PST) Date: Fri, 1 Nov 2002 10:01:08 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200211011801.gA1I185J044611@freefall.freebsd.org> To: Nicolas.Jombart@hsc-labs.com, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44507: Update port: net/pancho to 7.1.0 Sender: owner-freebsd-ports@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: net/pancho to 7.1.0 State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Nov 1 10:00:14 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44507 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 10:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F29C37B401 for ; Fri, 1 Nov 2002 10:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DA743E9C for ; Fri, 1 Nov 2002 10: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 gA1IK1x3054942 for ; Fri, 1 Nov 2002 10:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1IK1vh054941; Fri, 1 Nov 2002 10:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9508F37B401 for ; Fri, 1 Nov 2002 10:14:31 -0800 (PST) Received: from www.example.org (ANice-103-1-2-23.abo.wanadoo.fr [80.11.145.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FDF443E3B for ; Fri, 1 Nov 2002 10:14:19 -0800 (PST) (envelope-from molter@tin.it) Received: (qmail 38468 invoked by uid 1000); 1 Nov 2002 18:14:11 -0000 Message-Id: <20021101181411.38467.qmail@cobweb.example.org> Date: Fri, 1 Nov 2002 19:14:11 +0100 From: Marco Molteni To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44811: [UPDATE] net/tightvnc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44811 >Category: ports >Synopsis: [UPDATE] net/tightvnc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 10:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Marco Molteni >Release: FreeBSD 4.7-RC i386 >Organization: Citello Networks >Environment: >Description: The Xvnc server of port net/tightvnc fails to bind to an address when invoked with the -localhost or -interface options. This means that one cannot force the connections to the server to be only thru SSH port forwarding, degrading system security. Following easy patch fixes the problem. I also sent the patch to the tightvnc developers. >How-To-Repeat: [note that vncserver is a wrapper for Xvnc] $ vncserver -localhost or $ vncserver -interface >Fix: Put following patch in net/tightvnc/files/patch-Xvnc::programs::Xserver::hw::vnc::sockets.c You may also want to bump the revision number in the port Makefile. --- Xvnc/programs/Xserver/hw/vnc/sockets.c Tue Mar 19 18:59:22 2002 +++ Xvnc/programs/Xserver/hw/vnc/sockets.c Fri Nov 1 18:03:02 2002 @@ -38,6 +38,7 @@ */ #include +#include #include #include #include @@ -491,6 +492,7 @@ int sock; int one = 1; + memset(&addr, 0, sizeof(addr)); addr.sin_family = AF_INET; addr.sin_port = htons(port); addr.sin_addr.s_addr = interface.s_addr; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 10:39:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892AE37B401 for ; Fri, 1 Nov 2002 10:39:34 -0800 (PST) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D4B43E7B for ; Fri, 1 Nov 2002 10:39:33 -0800 (PST) (envelope-from eta@lclark.edu) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id KAA00360; Fri, 1 Nov 2002 10:38:59 -0800 (PST) Subject: Re: x11/XFree86-4 broken on -current From: Eric Anholt To: "M. Warner Losh" Cc: ports@FreeBSD.ORG In-Reply-To: <20021101.020259.99021319.imp@bsdimp.com> References: <20021101.020259.99021319.imp@bsdimp.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 01 Nov 2002 10:38:59 -0800 Message-Id: <1036175946.710.5.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2002-11-01 at 01:02, M. Warner Losh wrote: > install a current system, but don't install X11. cd > /usr/ports/x11/XFree86-4; make install > > Breaks: > ===> Configuring for XFree86-libraries-4.2.1_2 > grep: /usr/X11R6/lib/X11/config/host.def: No such file or directory > cp: /usr/X11R6/lib/X11/config/xf86site.def: No such file or directory > cp: /usr/X11R6/lib/X11/config/version.def: No such file or directory > cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" > making imake with BOOTSTRAPCFLAGS= in config/imake > `imake' is up to date. > rm -f ./config/makedepend/Makefile.proto > ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend > ./config/cf/site.def:58: xf86site.def: No such file or directory > ./config/cf/xfree86.cf:14: version.def: No such file or directory > ./config/imake/imake: Exit code 1. > Stop. Do you have *absolutely* no XFree86 or imake installed? If so, it should have built imake-4 and installed those missing files. If not, portupgrade -RN is the only supported way to upgrade X right now (though I would accept patches that improve the situation). -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 10:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A9F137B401 for ; Fri, 1 Nov 2002 10:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C189243E77 for ; Fri, 1 Nov 2002 10: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 gA1Ie1x3062040 for ; Fri, 1 Nov 2002 10:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1Ie1hL062039; Fri, 1 Nov 2002 10:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B7A37B401 for ; Fri, 1 Nov 2002 10:36:39 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id DF6DE43E88 for ; Fri, 1 Nov 2002 10:36:37 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 81042 invoked by uid 911); 1 Nov 2002 18:36:39 -0000 Message-Id: <20021101183639.81041.qmail@outpost.globcon.net> Date: 1 Nov 2002 18:36:39 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44812: [NEW PORT] databases/puredb, libraries to create/read constant databases Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44812 >Category: ports >Synopsis: [NEW PORT] databases/puredb, libraries to create/read constant databases >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 10:40:00 PST 2002 >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: From pkg-descr: PureDB is a portable and tiny set of libraries for creating and reading constant databases. It manages data files that contains text or binary key/data pairs of arbitrary sizes. Lookups are very fast (normally only one disk access to match a hash value), overhead is low (a database is 1028 bytes plus only 16 extra bytes per record), multiple concurrent read access are supported, and databases can be up to 4 Gb long, and they are portable across architectures. Author: Frank DENIS . WWW: http://www.pureftpd.org/puredb/ >How-To-Repeat: >Fix: Note: this port installs useless .la files and I do not know how to disable that. --- puredb-2.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # puredb # puredb/distinfo # puredb/Makefile # puredb/pkg-comment # puredb/pkg-descr # puredb/pkg-plist # puredb/files # puredb/files/patch-example_read.c # echo c - puredb mkdir -p puredb > /dev/null 2>&1 echo x - puredb/distinfo sed 's/^X//' >puredb/distinfo << 'END-of-puredb/distinfo' XMD5 (pure-db-2.1.tar.gz) = 2fdf5771c169877218b1f83852f8cad4 END-of-puredb/distinfo echo x - puredb/Makefile sed 's/^X//' >puredb/Makefile << 'END-of-puredb/Makefile' X# New ports collection makefile for: puredb X# Date created: 01 Nov 2002 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= puredb XPORTVERSION= 2.1 XCATEGORIES= databases XMASTER_SITES= http://www.pureftpd.org/puredb/ XDISTNAME= pure-db-${PORTVERSION} X XMAINTAINER= sergei@kolobov.com X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X XDOCS= FORMAT_DESCR NEWS README X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-puredb/Makefile echo x - puredb/pkg-comment sed 's/^X//' >puredb/pkg-comment << 'END-of-puredb/pkg-comment' XSet of libraries for creating and reading constant databases END-of-puredb/pkg-comment echo x - puredb/pkg-descr sed 's/^X//' >puredb/pkg-descr << 'END-of-puredb/pkg-descr' XPureDB is a portable and tiny set of libraries for creating and reading Xconstant databases. It manages data files that contains text or binary Xkey/data pairs of arbitrary sizes. Lookups are very fast (normally only one Xdisk access to match a hash value), overhead is low (a database is 1028 Xbytes plus only 16 extra bytes per record), multiple concurrent read access Xare supported, and databases can be up to 4 Gb long, and they are portable Xacross architectures. X XAuthor: Frank DENIS . XWWW: http://www.pureftpd.org/puredb/ END-of-puredb/pkg-descr echo x - puredb/pkg-plist sed 's/^X//' >puredb/pkg-plist << 'END-of-puredb/pkg-plist' Xbin/example_read Xbin/example_write Xinclude/puredb_read.h Xinclude/puredb_write.h Xlib/libpuredb_read.so.0 Xlib/libpuredb_read.so Xlib/libpuredb_read.la Xlib/libpuredb_read.a Xlib/libpuredb_write.so.0 Xlib/libpuredb_write.so Xlib/libpuredb_write.la Xlib/libpuredb_write.a X%%PORTDOCS%%share/doc/puredb/FORMAT_DESCR X%%PORTDOCS%%share/doc/puredb/NEWS X%%PORTDOCS%%share/doc/puredb/README X%%PORTDOCS%%@dirrm share/doc/puredb END-of-puredb/pkg-plist echo c - puredb/files mkdir -p puredb/files > /dev/null 2>&1 echo x - puredb/files/patch-example_read.c sed 's/^X//' >puredb/files/patch-example_read.c << 'END-of-puredb/files/patch-example_read.c' X--- src/example_read.c.orig Fri Nov 1 23:21:19 2002 X+++ src/example_read.c Fri Nov 1 23:21:47 2002 X@@ -3,6 +3,9 @@ X X #include X #include X+#ifdef __FreeBSD__ X+#include X+#endif X #include X X int main(void) END-of-puredb/files/patch-example_read.c exit --- puredb-2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 11:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF4637B401 for ; Fri, 1 Nov 2002 11:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131E243E8A for ; Fri, 1 Nov 2002 11:10: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 gA1JA1x3077506 for ; Fri, 1 Nov 2002 11:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1JA1Yg077505; Fri, 1 Nov 2002 11:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FBFA37B401 for ; Fri, 1 Nov 2002 11:03:54 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id AEE2B43E6E for ; Fri, 1 Nov 2002 11:03:52 -0800 (PST) (envelope-from martin@kleinerdrache.org) Received: (qmail 22355 invoked by uid 0); 1 Nov 2002 19:04:45 -0000 Message-Id: <20021101190445.22354.qmail@martin.kleinerdrache.org> Date: 1 Nov 2002 19:04:45 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44813: Xft build failes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44813 >Category: ports >Synopsis: Xft build failes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 11:10:01 PST 2002 >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 #21: Tue Oct 29 15:59:54 CET 2002 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: ===> Building for Xft-2.0_1 cc -O -pipe -march=pentiumpro -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -fPIC -DPIC -c xftcolor.c -o xftcolor.oIn file included from xftint.h:39, from xftcolor.c:25: Xft.h:236: syntax error before `FcEndian' gmake: *** [xftcolor.o] Error 1 *** Error code 2 Stop in /usr/ports/x11-fonts/Xft. >How-To-Repeat: cd /usr/ports/x11-fonts/Xft make >Fix: I couln't figure that out, the Syntax looks ok for me. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 11:15:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 661BF37B401; Fri, 1 Nov 2002 11:15:29 -0800 (PST) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2548843E42; Fri, 1 Nov 2002 11:15:25 -0800 (PST) (envelope-from vivek@khera.org) Received: from khera.org (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 1D2482178C; Fri, 1 Nov 2002 14:15:23 -0500 (EST) Message-ID: <3DC2D2CA.2020104@khera.org> Date: Fri, 01 Nov 2002 14:15:22 -0500 From: Vivek Khera Organization: Khera Communications, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tobez@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: perl5-5.6.1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've got a comment on the perl5.6.1 port. According to the CVS logs for the port, at version 5.6.1_7, you added code to Install.pm to force install all the files to make it easier to cleanup afterwards. I would like to request it be restored back, since upgrading a perl install this way stomps all over any other modules upgraded since the original instal. For example, CGI.pm has been significatnly updated since perl 5.6.1 came out, but if I reinstall it via the port, the updated one gets reverted. Ditto for CPAN.pm. At the least, I would appreciate if this feature could be made optional; it makes upgrading the perl port painful to have to re-upgrade my module collection. For now, I guess I'll just manually back out the patch for this "feature". Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 11:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3837B401 for ; Fri, 1 Nov 2002 11:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC3F43E7B for ; Fri, 1 Nov 2002 11:30: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 gA1JU3x3084487 for ; Fri, 1 Nov 2002 11: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 gA1JU3No084486; Fri, 1 Nov 2002 11:30:03 -0800 (PST) Date: Fri, 1 Nov 2002 11:30:03 -0800 (PST) Message-Id: <200211011930.gA1JU3No084486@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AlanE Subject: Re: ports/44813: Xft build failes Reply-To: AlanE Sender: owner-freebsd-ports@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/44813; it has been noted by GNATS. From: AlanE To: Martin Klaffenboeck Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/44813: Xft build failes Date: Fri, 1 Nov 2002 14:27:01 -0500 On Fri, Nov 01, 2002 at 07:04:45PM -0000, Martin Klaffenboeck wrote: > >>Number: 44813 >>Category: ports >>Synopsis: Xft build failes >>Description: >===> Building for Xft-2.0_1 >cc -O -pipe -march=pentiumpro -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -fPIC -DPIC -c xftcolor.c -o xftcolor.oIn file included from xftint.h:39, > from xftcolor.c:25: >Xft.h:236: syntax error before `FcEndian' >gmake: *** [xftcolor.o] Error 1 >*** Error code 2 Looks like maybe you don't have the fontconfig port (that it depends on) installed? -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 11:36:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE2C37B401 for ; Fri, 1 Nov 2002 11:36:27 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC8143E4A for ; Fri, 1 Nov 2002 11:36:26 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gA1JYv01055808; Fri, 1 Nov 2002 14:34:57 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/44813: Xft build failes From: Joe Marcus Clarke To: AlanE Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <200211011930.gA1JU3No084486@freefall.freebsd.org> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 01 Nov 2002 14:36:18 -0500 Message-Id: <1036179383.340.64.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-7.7 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,SUPERLONG_LINE,TO_BE_REMOVED_REPLY, TO_LOCALPART_EQ_REAL version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2002-11-01 at 14:30, AlanE wrote: > The following reply was made to PR ports/44813; it has been noted by GNATS. > > From: AlanE > To: Martin Klaffenboeck > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/44813: Xft build failes > Date: Fri, 1 Nov 2002 14:27:01 -0500 > > On Fri, Nov 01, 2002 at 07:04:45PM -0000, Martin Klaffenboeck wrote: > > > >>Number: 44813 > >>Category: ports > >>Synopsis: Xft build failes > > >>Description: > >===> Building for Xft-2.0_1 > >cc -O -pipe -march=pentiumpro -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -fPIC -DPIC -c xftcolor.c -o xftcolor.oIn file included from xftint.h:39, > > from xftcolor.c:25: > >Xft.h:236: syntax error before `FcEndian' > >gmake: *** [xftcolor.o] Error 1 > >*** Error code 2 > > Looks like maybe you don't have the fontconfig port (that it depends on) > installed? Either that, or FcEndian is not properly defined in /usr/X11R6/include/fontconfig/fontconfig.h. In either event, this is strange. Xft builds fine for me. Martin, are you running the CVS version of XFree86? Joe > -- > Alan Eldridge > Unix/C(++) IT Pro for 20 yrs, seeking new employment. > (http://wwweasel.geeksrus.net/~alane/resume.txt) > KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 12:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D1637B401 for ; Fri, 1 Nov 2002 12:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4343E3B for ; Fri, 1 Nov 2002 12:30: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 gA1KU2x3010613 for ; Fri, 1 Nov 2002 12: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 gA1KU2bt010612; Fri, 1 Nov 2002 12:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8C637B401 for ; Fri, 1 Nov 2002 12:26:26 -0800 (PST) Received: from tirion.argosnet.com (ANice-202-1-5-173.abo.wanadoo.fr [80.15.167.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF51843E6E for ; Fri, 1 Nov 2002 12:26:17 -0800 (PST) (envelope-from root@tirion.argosnet.com) Received: from tirion.argosnet.com (localhost.argosnet.com [127.0.0.1]) by tirion.argosnet.com (8.12.6/8.12.6) with ESMTP id gA1KPIeL076183; Fri, 1 Nov 2002 21:25:28 +0100 (CET) (envelope-from root@tirion.argosnet.com) Received: (from root@localhost) by tirion.argosnet.com (8.12.6/8.12.6/Submit) id gA1KOwue076171; Fri, 1 Nov 2002 21:24:58 +0100 (CET) Message-Id: <200211012024.gA1KOwue076171@tirion.argosnet.com> Date: Fri, 1 Nov 2002 21:24:58 +0100 (CET) From: Laurent LEVIER Reply-To: Laurent LEVIER To: FreeBSD-gnats-submit@FreeBSD.org Cc: holger@e-gitt.net, mldonkey@lachesis.inria.fr X-Send-Pr-Version: 3.113 Subject: ports/44814: mlDonkey 2.00 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44814 >Category: ports >Synopsis: mlDonkey 2.00 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 12:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: mldonkey AT lachesis DOT inria DOT fr >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD tirion.argosnet.com 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Thu Oct 24 15:06:49 CEST 2002 root@tirion.argosnet.com:/usr/obj/usr/src/sys/TIRION i386 --- mldonkey2-without-gui.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net/mldonkey2-without-gui # /usr/ports/net/mldonkey2-without-gui/files # /usr/ports/net/mldonkey2-without-gui/Makefile # /usr/ports/net/mldonkey2-without-gui/distinfo # /usr/ports/net/mldonkey2-without-gui/pkg-comment # /usr/ports/net/mldonkey2-without-gui/pkg-descr # /usr/ports/net/mldonkey2-without-gui/pkg-plist # echo c - /usr/ports/net/mldonkey2-without-gui mkdir -p /usr/ports/net/mldonkey2-without-gui > /dev/null 2>&1 echo c - /usr/ports/net/mldonkey2-without-gui/files mkdir -p /usr/ports/net/mldonkey2-without-gui/files > /dev/null 2>&1 echo x - /usr/ports/net/mldonkey2-without-gui/Makefile sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/Makefile << 'END-of-/usr/ports/net/mldonkey2-without-gui/Makefile' X# ex:ts=8 X# Ports collection makefile for: mldonkey X# Date created: Fri Nov 1st, 2002 X# Whom: Laurent LEVIER X# X# $FreeBSD: ports/security/mldonkey/Makefile,v 1.59 2002/10/31 18:29:33 llevier Exp $ X# X XPORTNAME?= mldonkey XPORTVERSION= 2.00 XCATEGORIES= net XMASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-2.00/ XDISTNAME= mldonkey-${PORTVERSION}.sources XEXTRACT_SUFX= .tar.gz X XMAINTAINER= llevier@argosnet.com X XWRKSRC= ${WRKDIR}/mldonkey X X.include X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XMAKE_ARGS= static plugins opt X XOCAML_PORT?= ${PORTSDIR}/lang/ocaml XOCAML_OCAML?= /usr/local/bin/ocaml X XBUILD_DEPENDS= ${OCAML_OCAML}:${OCAML_PORT} X X# No not strip, breaks OCAML binaries XSTRIP= X X# Set to this dir so a chrooted launch can be performed X# NEVER run mlDonkey as root !! XMLDONKEY_HOME= /usr/local/mldonkey X Xdo-install: X @${MKDIR} ${MLDONKEY_HOME} X @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey.static ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/use_tags ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/use_tags.static ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/distrib/servers.ini ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/distrib/directconnect.ini ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/distrib/kill_mldonkey ${MLDONKEY_HOME}/ X X.if !target(post-install) && (${PORTNAME} == "mldonkey") X.endif X X.include END-of-/usr/ports/net/mldonkey2-without-gui/Makefile echo x - /usr/ports/net/mldonkey2-without-gui/distinfo sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/distinfo << 'END-of-/usr/ports/net/mldonkey2-without-gui/distinfo' XMD5 (mldonkey-2.00.sources.tar.gz) = f2494ffeff8308f103a814b321019fdb END-of-/usr/ports/net/mldonkey2-without-gui/distinfo echo x - /usr/ports/net/mldonkey2-without-gui/pkg-comment sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/pkg-comment << 'END-of-/usr/ports/net/mldonkey2-without-gui/pkg-comment' XA OCAML/GTK client for multiple peer-to-peer network X~ END-of-/usr/ports/net/mldonkey2-without-gui/pkg-comment echo x - /usr/ports/net/mldonkey2-without-gui/pkg-descr sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/pkg-descr << 'END-of-/usr/ports/net/mldonkey2-without-gui/pkg-descr' Xs a OCAML/GTK client for multiple peer-to-peer network X(see http://www.edonkey2000.com/ and the 'edonkey' ports for eDonkey). X XIt is separated into a core with telnet and web interfaces, and Xbrings a GTK GUI. X XOther features over the original client are: X- better stability X- faster operation X- much better control X- saves its current state, checksums and known peers X (instead of starting from scratch every time) X XWWW: http://savannah.gnu.org/projects/mldonkey/ END-of-/usr/ports/net/mldonkey2-without-gui/pkg-descr echo x - /usr/ports/net/mldonkey2-without-gui/pkg-plist sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/pkg-plist << 'END-of-/usr/ports/net/mldonkey2-without-gui/pkg-plist' X@comment $FreeBSD: ports/security/mldonkey/pkg-plist,v 1.11 2001/04/15 01:04:33 llevier Exp $ X/usr/local/mldonkey/kill_mldonkey X/usr/local/mldonkey/mldonkey X/usr/local/mldonkey/mldonkey.static X/usr/local/mldonkey/use_tags X/usr/local/mldonkey/use_tags.static X/usr/local/mldonkey/servers.ini X/usr/local/mldonkey/directconnect.ini END-of-/usr/ports/net/mldonkey2-without-gui/pkg-plist exit --- mldonkey2-without-gui.shar ends here --- >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 12:30:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5167F37B404 for ; Fri, 1 Nov 2002 12:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54CBE43E97 for ; Fri, 1 Nov 2002 12: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 gA1KU4x3010629 for ; Fri, 1 Nov 2002 12: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 gA1KU4Dk010628; Fri, 1 Nov 2002 12:30:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382C437B401 for ; Fri, 1 Nov 2002 12:28:10 -0800 (PST) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C14143E3B for ; Fri, 1 Nov 2002 12:28:07 -0800 (PST) (envelope-from anders@hack.org) Received: from d1o283.telia.com (d1o283.telia.com [213.66.96.241]) by mailb.telia.com (8.12.5/8.12.5) with ESMTP id gA1KS5K6010739 for ; Fri, 1 Nov 2002 21:28:06 +0100 (CET) Received: from hellraiser.example.org (h58n2fls31o283.telia.com [217.209.202.58]) by d1o283.telia.com (8.10.2/8.10.1) with SMTP id gA1KS4D11340 for ; Fri, 1 Nov 2002 21:28:04 +0100 (CET) Received: by hellraiser.example.org (sSMTP sendmail emulation); Fri, 1 Nov 2002 21:28:00 +0100 Message-Id: <20021101202759.GA25779@hellraiser.example.org> Date: Fri, 1 Nov 2002 21:28:00 +0100 From: Anders Andersson Reply-To: Anders Andersson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44815: [NEW PORT] x11-wm/pekwm, a wm based on aewm++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44815 >Category: ports >Synopsis: [NEW PORT] x11-wm/pekwm, a wm based on aewm++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 12:30:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD hellraiser.example.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 29 19:15:45 CET 2002 root@hellraiser.example.org:/usr/obj/usr/src/sys/HELLRAISER i386 >Description: A windowmanager based on aewm++. Here is a compact list of changes between the originial aewm++-1.1.16 code and pekwm, pekwms code is also alot restructured and reformatted. * Possibility to group windows in a single frame * Configurable keygrabber * Configurable rootmenu * Configration file * Xinerama support * "Smart" window placement * Basic pixmap theming, with configurable buttons * Some nifty extra bugs! ;) WWW: http://pekwm.babblica.net/ >How-To-Repeat: >Fix: --- pekwm.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pekwm # pekwm/Makefile # pekwm/distinfo # pekwm/pkg-comment # pekwm/pkg-descr # pekwm/pkg-plist # echo c - pekwm mkdir -p pekwm > /dev/null 2>&1 echo x - pekwm/Makefile sed 's/^X//' >pekwm/Makefile << 'END-of-pekwm/Makefile' X# Ports collection makefile for: pekwm X# Date created: Nov 1, 2002 X# Whom: anders@hack.org X# X# $FreeBSD$ X# X XPORTNAME= pekwm XPORTVERSION= 0.1.1 XCATEGORIES= x11-wm XMASTER_SITES= http://pekwm.babblica.net/files/source/ X XMAINTAINER= anders@hack.org X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_BZIP2= yes X X.if defined(WITH_XINERAMA) XCONFIGURE_ARGS+= --enable-xinerama X.endif X X.if !defined(WITH_XINERAMA) Xpre-everything:: X @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA" X.endif X X.include END-of-pekwm/Makefile echo x - pekwm/distinfo sed 's/^X//' >pekwm/distinfo << 'END-of-pekwm/distinfo' XMD5 (pekwm-0.1.1.tar.bz2) = 837fbf76abe93e39fa2ade5af7460f85 END-of-pekwm/distinfo echo x - pekwm/pkg-comment sed 's/^X//' >pekwm/pkg-comment << 'END-of-pekwm/pkg-comment' XA windowmanager based on aewm++ END-of-pekwm/pkg-comment echo x - pekwm/pkg-descr sed 's/^X//' >pekwm/pkg-descr << 'END-of-pekwm/pkg-descr' XA windowmanager based on aewm++. X XHere is a compact list of changes between the originial aewm++-1.1.16 code and Xpekwm, pekwms code is also alot restructured and reformatted. X X * Possibility to group windows in a single frame X * Configurable keygrabber X * Configurable rootmenu X * Configration file X * Xinerama support X * "Smart" window placement X * Basic pixmap theming, with configurable buttons X * Some nifty extra bugs! ;) X XWWW: http://pekwm.babblica.net/ END-of-pekwm/pkg-descr echo x - pekwm/pkg-plist sed 's/^X//' >pekwm/pkg-plist << 'END-of-pekwm/pkg-plist' Xbin/pekwm Xshare/pekwm/autoprops Xshare/pekwm/config Xshare/pekwm/keys Xshare/pekwm/menu Xshare/pekwm/start Xshare/pekwm/themes/default/border.xpm Xshare/pekwm/themes/default/bottom.xpm Xshare/pekwm/themes/default/btn-close-fo.xpm Xshare/pekwm/themes/default/btn-close-pr.xpm Xshare/pekwm/themes/default/btn-close-un.xpm Xshare/pekwm/themes/default/btn-max-fo.xpm Xshare/pekwm/themes/default/btn-max-pr.xpm Xshare/pekwm/themes/default/btn-max-un.xpm Xshare/pekwm/themes/default/btn-min-fo.xpm Xshare/pekwm/themes/default/btn-min-pr.xpm Xshare/pekwm/themes/default/btn-min-un.xpm Xshare/pekwm/themes/default/left.xpm Xshare/pekwm/themes/default/right.xpm Xshare/pekwm/themes/default/separator-fo.xpm Xshare/pekwm/themes/default/separator-un.xpm Xshare/pekwm/themes/default/side-un.xpm Xshare/pekwm/themes/default/side.xpm Xshare/pekwm/themes/default/theme Xshare/pekwm/themes/default/theme.in Xshare/pekwm/themes/default/top.xpm Xshare/pekwm/themes/default/win-focus.xpm Xshare/pekwm/themes/default/win-select.xpm Xshare/pekwm/themes/default/win-unfocus.xpm X@dirrm share/pekwm/themes/default X@dirrm share/pekwm/themes X@dirrm share/pekwm END-of-pekwm/pkg-plist exit --- pekwm.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 12:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F3437B401 for ; Fri, 1 Nov 2002 12:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC2143E77 for ; Fri, 1 Nov 2002 12: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 gA1Ke3x3017841 for ; Fri, 1 Nov 2002 12:40: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 gA1Ke3ma017840; Fri, 1 Nov 2002 12:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 005CB37B401 for ; Fri, 1 Nov 2002 12:33:09 -0800 (PST) Received: from dargo.gwi.net (dargo.gwi.net [207.5.142.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 4776543E8A for ; Fri, 1 Nov 2002 12:33:08 -0800 (PST) (envelope-from jcoombs@gwi.net) Received: (qmail 10545 invoked by uid 117); 1 Nov 2002 20:33:07 -0000 Message-Id: <20021101153307.A17149@dargo.gwi.net> Date: Fri, 1 Nov 2002 15:33:07 -0500 From: kurlon Reply-To: kurlon To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44816: New Port: irc/ngircd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44816 >Category: ports >Synopsis: new port ngircd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 12:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: kurlon >Release: FreeBSD 4.6-STABLE i386 >Organization: no >Environment: System: FreeBSD junker.gwi 4.6-STABLE FreeBSD 4.6-STABLE #2: Mon Aug 19 06:26:37 EDT 2002 root@:/usr/src/sys/compile/JUNKER i386 >Description: ngIRCd is a clean start RFC complient ircd. >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: # # ngircd # ngircd/Makefile # ngircd/pkg-comment # ngircd/pkg-descr # ngircd/pkg-plist # ngircd/distinfo # echo c - ngircd mkdir -p ngircd > /dev/null 2>&1 echo x - ngircd/Makefile sed 's/^X//' >ngircd/Makefile << 'END-of-ngircd/Makefile' X# New ports collection makefile for: ngircd X# Date created: 1 November 2002 X# Whom: kurlon X# X# $FreeBSD$ X# X XPORTNAME= ngircd XPORTVERSION= 0.5.2 XCATEGORIES= irc XMASTER_SITES= http://download.berlios.de/ngircd/ X XMAINTAINER= kurlon@x386.net X XHAS_CONFIGURE= yes XCONFIGURE_ARGS=--prefix=${PREFIX} XCONFIGURE_ENV= CFLAGS="${CFLAGS}" X X.include END-of-ngircd/Makefile echo x - ngircd/pkg-comment sed 's/^X//' >ngircd/pkg-comment << 'END-of-ngircd/pkg-comment' XA clean start rfc complient ircd END-of-ngircd/pkg-comment echo x - ngircd/pkg-descr sed 's/^X//' >ngircd/pkg-descr << 'END-of-ngircd/pkg-descr' XngIRCd is a free open source daemon for Internet Relay Chat (IRC), Xdeveloped under the GNU General Public License (GPL). It's written Xfrom scratch and is not based upon the original IRCd like many Xothers. X XWWW: http://arthur.ath.cx/~alex/ngircd/ X X- Kurlon Xkurlon@x386.net END-of-ngircd/pkg-descr echo x - ngircd/pkg-plist sed 's/^X//' >ngircd/pkg-plist << 'END-of-ngircd/pkg-plist' Xsbin/ngircd Xman/man5/ngircd.conf.5 Xman/man8/ngircd.8 END-of-ngircd/pkg-plist echo x - ngircd/distinfo sed 's/^X//' >ngircd/distinfo << 'END-of-ngircd/distinfo' XMD5 (ngircd-0.5.2.tar.gz) = 48156d510bc0e5a465f6a6891da4fc7d END-of-ngircd/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 12:42: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E5D37B401 for ; Fri, 1 Nov 2002 12:41:58 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id F1EEC43E4A for ; Fri, 1 Nov 2002 12:41:55 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 22609 invoked from network); 1 Nov 2002 20:42:43 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 1 Nov 2002 20:42:43 -0000 Date: Fri, 1 Nov 2002 21:42:43 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: AlanE , freebsd-ports@FreeBSD.ORG Subject: Re: ports/44813: Xft build failes Message-ID: <20021101204243.GG399@martin.kdrache.org> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> <1036179383.340.64.camel@gyros.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1036179383.340.64.camel@gyros.marcuscom.com>; from marcus@marcuscom.com on Fr, Nov 01, 2002 at 20:36:18 +0100 X-Mailer: Balsa 1.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am 2002.11.01 20:36 schrieb(en) Joe Marcus Clarke: > On Fri, 2002-11-01 at 14:30, AlanE wrote: > > The following reply was made to PR ports/44813; it has been noted by > GNATS. > > > > From: AlanE > > To: Martin Klaffenboeck > > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > > Subject: Re: ports/44813: Xft build failes > > Date: Fri, 1 Nov 2002 14:27:01 -0500 > > > > On Fri, Nov 01, 2002 at 07:04:45PM -0000, Martin Klaffenboeck > wrote: > > > > > >>Number: 44813 > > >>Category: ports > > >>Synopsis: Xft build failes > > > > >>Description: > > >===> Building for Xft-2.0_1 > > >cc -O -pipe -march=pentiumpro -I. -DHAVE_CONFIG_H > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/local/include -fPIC -DPIC -c xftcolor.c -o xftcolor.oIn file > included from xftint.h:39, > > > from xftcolor.c:25: > > >Xft.h:236: syntax error before `FcEndian' > > >gmake: *** [xftcolor.o] Error 1 > > >*** Error code 2 > > > > Looks like maybe you don't have the fontconfig port (that it > depends on) > > installed? > > Either that, or FcEndian is not properly defined in > /usr/X11R6/include/fontconfig/fontconfig.h. In either event, this is > strange. Xft builds fine for me. > > Martin, are you running the CVS version of XFree86? I once installed XFree86 from CVS, but I thought that I have overwritten that installation by the ports. The following Ports are installed here: martin# pkg_info | grep "XFree" XFree86-4.2.0_1,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.2.0_1 XFree86-4 Font Server XFree86-Server-4.2.1_5 XFree86-4 X server and related programs XFree86-VirtualFramebufferServer-4.2.1_1 XFree86-4 Virtual Framebuffer Server XFree86-aoutlibs-3.3.6.9 XFree86 a.out compatibility libraries XFree86-clients-4.2.1_2 XFree86-4 Client environments XFree86-documents-4.2.0 XFree86-4 Document Files XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files XFree86-libraries-4.2.1_2 XFree86-4 include/(shared) library kit XFree86-manuals-4.2.0 XFree86-4 man pages imake-4.2.0_1 Imake and other utilities from XFree86 wrapper-1.0_2 Wrapper for XFree86-4 server martin# If Xft requires fontconfig, why does Xft not install fontconfig? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 12:47:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B61837B401 for ; Fri, 1 Nov 2002 12:47:58 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 4AF4C43E75 for ; Fri, 1 Nov 2002 12:47:56 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 27409 invoked from network); 1 Nov 2002 20:48:48 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 1 Nov 2002 20:48:48 -0000 Date: Fri, 1 Nov 2002 21:48:47 +0100 From: Martin Klaffenboeck To: AlanE Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/44813: Xft build failes Message-ID: <20021101204846.GA22621@martin.kdrache.org> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200211011930.gA1JU3No084486@freefall.freebsd.org>; from alane@geeksrus.net on Fr, Nov 01, 2002 at 20:30:03 +0100 X-Mailer: Balsa 1.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am 2002.11.01 20:30 schrieb(en) AlanE: > The following reply was made to PR ports/44813; it has been noted by > GNATS. > > From: AlanE > To: Martin Klaffenboeck > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/44813: Xft build failes > Date: Fri, 1 Nov 2002 14:27:01 -0500 > > On Fri, Nov 01, 2002 at 07:04:45PM -0000, Martin Klaffenboeck wrote: > > > >>Number: 44813 > >>Category: ports > >>Synopsis: Xft build failes > > >>Description: > >===> Building for Xft-2.0_1 > >cc -O -pipe -march=pentiumpro -I. -DHAVE_CONFIG_H > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/local/include -fPIC -DPIC -c xftcolor.c -o xftcolor.oIn file > included from xftint.h:39, > > from xftcolor.c:25: > >Xft.h:236: syntax error before `FcEndian' > >gmake: *** [xftcolor.o] Error 1 > >*** Error code 2 > > Looks like maybe you don't have the fontconfig port (that it depends > on) > installed? Ok, I installed that now, so it works. Shouldn't we ad this dependency to the Xft port? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 12:56:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6799837B401 for ; Fri, 1 Nov 2002 12:56:17 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D78943E88 for ; Fri, 1 Nov 2002 12:56:17 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (d9c6662188dc51afd778f54819fc5c75@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gA1Kw5it015274; Fri, 1 Nov 2002 12:58:05 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gA1Kw5d6015273; Fri, 1 Nov 2002 12:58:05 -0800 (PST) (envelope-from monkey) Date: Fri, 1 Nov 2002 12:58:05 -0800 From: Adam Weinberger To: Martin Klaffenboeck Cc: AlanE , freebsd-ports@FreeBSD.ORG Subject: Re: ports/44813: Xft build failes Message-ID: <20021101205805.GC197@vectors.cx> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> <20021101204846.GA22621@martin.kdrache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021101204846.GA22621@martin.kdrache.org> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.01.2002 @ 1248 PST): Martin Klaffenboeck said, in 1.2K: << > > Looks like maybe you don't have the fontconfig port (that it depends > >on) > > installed? > > Ok, I installed that now, so it works. Shouldn't we ad this dependency > to the Xft port? >> end of "Re: ports/44813: Xft build failes" from Martin Klaffenboeck << root@smacky:/usr/ports/TESTING# grep DEPEND /usr/ports/x11-fonts/Xft/Makefile LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9wurdo8KM2ULHQ/0RAreZAKCAnuepuIBYNr7cl29l040RhEwYswCfXiEZ r31DwNfeMfYCcaLH9EasxUQ= =DzqG -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 13: 0: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F9537B406 for ; Fri, 1 Nov 2002 13:00:04 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3CD43E42 for ; Fri, 1 Nov 2002 13:00:03 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gA1KwX01056387; Fri, 1 Nov 2002 15:58:33 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/44813: Xft build failes From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: AlanE , freebsd-ports@FreeBSD.ORG In-Reply-To: <20021101204846.GA22621@martin.kdrache.org> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> <20021101204846.GA22621@martin.kdrache.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 01 Nov 2002 15:59:58 -0500 Message-Id: <1036184398.340.89.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2002-11-01 at 15:48, Martin Klaffenboeck wrote: > Am 2002.11.01 20:30 schrieb(en) AlanE: > > The following reply was made to PR ports/44813; it has been noted by > > GNATS. > > > > From: AlanE > > To: Martin Klaffenboeck > > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > > Subject: Re: ports/44813: Xft build failes > > Date: Fri, 1 Nov 2002 14:27:01 -0500 > > > > On Fri, Nov 01, 2002 at 07:04:45PM -0000, Martin Klaffenboeck wrote: > > > > > >>Number: 44813 > > >>Category: ports > > >>Synopsis: Xft build failes > > > > >>Description: > > >===> Building for Xft-2.0_1 > > >cc -O -pipe -march=pentiumpro -I. -DHAVE_CONFIG_H > > -I/usr/X11R6/include -I/usr/local/include/freetype2 > > -I/usr/local/include -fPIC -DPIC -c xftcolor.c -o xftcolor.oIn file > > included from xftint.h:39, > > > from xftcolor.c:25: > > >Xft.h:236: syntax error before `FcEndian' > > >gmake: *** [xftcolor.o] Error 1 > > >*** Error code 2 > > > > Looks like maybe you don't have the fontconfig port (that it depends > > on) > > installed? > > Ok, I installed that now, so it works. Shouldn't we ad this dependency > to the Xft port? It's there. The problem is you once installed X from CVS, and now some older fontconfig stuff was still on your machine. Backing X down is a bad thing. You should have removed /usr/X11R6, and started fresh. Joe > > Martin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 13:25:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFD137B401 for ; Fri, 1 Nov 2002 13:25:35 -0800 (PST) Received: from relay3.datapeer.com (relay3.datapeer.com [12.109.176.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561C543E77 for ; Fri, 1 Nov 2002 13:25:24 -0800 (PST) (envelope-from mail@BaltimoreWestHealth.org) Received: from localhost (unknown [66.111.253.14]) by relay3.datapeer.com (Postfix) with SMTP id CBF7CB5AA1 for ; Fri, 1 Nov 2002 16:42:49 -0500 (EST) Content-Type: text/plain; charset=us-ascii To: freebsd-ports@freebsd.org From: mail@BaltimoreWestHealth.org Reply-To: mail@BaltimoreWestHealth.org Subject: Baltimore West Health Online Message-Id: <20021101214249.CBF7CB5AA1@relay3.datapeer.com> Date: Fri, 1 Nov 2002 16:42:49 -0500 (EST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Baltimore West Health Online "Don't always act your age." Baltimore West Health Online, as a free community service, broadcasts health information to many thousands of local residents to help improve quality of life and to provide assistance when having to make important healthcare decisions. Warren Silver, D.C. - Editor www.BaltimoreWestHealth.org ------------------- To unsubscribe click http://www.BaltimoreWestHealth.org/subscribe.shtml AOL USERS: LINKS MAY NOT BE "CLICK-ABLE" FOR YOU. PLEASE COPY AND PASTE LINKS TO YOUR BROWSER WINDOW. ------------------- Featuring: 1. Light & Easy - Take the "Are you a workaholic" quiz 2. Did you know - Football and head injuries 3. This week's tip - Best positions for sleeping 4. Question-of-the-month - How long are you kept waiting? 5. Feature Article - Soy: Good for women 6. Late Breaking Consumer & Natural Health News 7. Health Department Updates 8. Community Calendar - Wazzup 'round town? ------------------- 1. Light & Easy - Take the "Are you a workaholic" quiz http://www.BaltimoreWestHealth.org/med_depts/35.42.shtml ------------------- 2. Did you know? With football season underway some 1.5 million high school football players will take to the gridiron, unaware that 250,000 will suffer concussions or serious brain injuries this year, according to the Brain Injury Association. The association estimates brain injuries now account for 85 percent of all football-related fatalities and even 5 percent of soccer players sustain brain injuries from direct head-to-head contacts, as well as heading of the ball. In boxing and karate it has long been known the jaw presents the optimal target for knocking out opponents because it serves as a lever, transmitting force from a blow through the jawbone to the brain. ApplesForHealth.com ------------------- 3. Tip of the Week: One reason many experience neck or back pain at night is because they sleep on their stomachs. Although it's difficult to control at times, do the best you can to position yourself on your back or side. ------------------- 4. Our online "Question-of-the-Month"! When visiting the doctor's office, how long are you usually kept waiting? More than 92,000 nationwide have already told us what they think. Now it's your turn: http://www.BaltimoreWestHealth.org/survey.shtml ------------------- 5. The Doctor's Office - Sigmund Miller, DC http://www.BaltimoreWestHealth.org/doctorsoffice.shtml Soy, Good for Women Soy protein is now becoming more and more recognized as a valuable aid in helping menopausal women feel better and become healthier. Soy is a complete protein, meaning it contains all 9 essential amino acids, as opposed to animal protein, which does not. The low level of amino acids in animal meat results in a long digestion time of up to 12 hours. Soy gives the body an alkaline base which improves immunity and reduces viral and bacterial activity. Soy keeps the blood sugar level steady throughout the day decreasing cravings, mood swings and fatigue. Soy is very digestible. It is quickly absorbed into the blood to produce immediate results. What is the one food you need to eat to add 25 years to your life? It is Soy! A quality soy protein powder when combined with 1 cup of soymilk or 1 cup of nonfat milk can offer up to 24 grams of protein per serving, 1.4 grams of total fat, less than 1 gram of saturated fat and 4 mg of cholesterol. Manufacturers of soy need to keep their heat processing below 56 degrees. Those that heat above 110 degrees are destroying valuable enzymes needed for protein utilization. A good soy manufacturer will have a low heat process that retains the enzyme function and therefore the protein utilization. Soy protein must be water washed to maintain phytochemicals and phytoestrogens. Many manufacturers use alcohol as a wash, which destroys 88% of the iosflavones. It is extremely important to know which type of soy you are using and how it is manufactured. Women who have less severe menopausal symptoms have higher phytoestrogen levels in their bodies. These women consume a diet high in compounds that contain these phytoestrogens such as soy, flaxseed, flaxseed oil, nuts, whole grains, apples, parsley and alfalfa. Melissa Piccinin, BASc, RNCP Inner Harmony Nutritional Consulting melpicc@aol.com To review entire article click http://www.BaltimoreWestHealth.org/med_depts/11.52.shtml ------------------- 6. Healthy Scoop: Check out the latest in Natural & Consumer Health News http://www.BaltimoreWestHealth.org/healthy_scoop.shtml ------------------- 8. Health Departments Updates Pediatrics & Adolescence: Keeping your child active and well nourished http://www.BaltimoreWestHealth.org/med_depts/30.44.shtml Femail.co.uk Sports Medicine: Tips on avoiding football injuries http://www.BaltimoreWestHealth.org/med_depts/39.23.shtml HealthScout.com Chiropractic: Chiropractic offers hope for kids with ADHD http://www.BaltimoreWestHealth.org/med_depts/6.45.shtml Healthy.net Dentistry & Orthodontics: When you eat as important as what you eat http://www.BaltimoreWestHealth.org/med_depts/8.39.shtml University of Pennsylvania School of Dental Medicine Chiropractic Pediatrics: Which activities cause kid's pain? http://www.BaltimoreWestHealth.org/med_depts/10.28.shtml ChiroWeb.com Women's Health: Guide to examining your breasts http://www.BaltimoreWestHealth.org/med_depts/41.43.shtml Femail.co.uk Seniors, Only: Key to senior fitness http://www.BaltimoreWestHealth.org/med_depts/1.24.shtml American Chiropractic Association Podiatry: Buying the right sneakers http://www.BaltimoreWestHealth.org/med_depts/33.20.shtml HealthToday.net Herbal Medicine: Herbal Skin Care http://www.BaltimoreWestHealth.org/healthy_alt/4.19.shtml Tufts University - HealthAndAge.com Men's Health: Men not taking prostate health seriously http://www.BaltimoreWestHealth.org/med_depts/2.6.shtml ApplesForHealth.com Veterinary Medicine: What to do about barking dogs http://www.BaltimoreWestHealth.org/med_depts/4.4.shtml Pet Care Forum ------------------ 9. Community Calendar: Wazzup 'round town http://www.BaltimoreWestHealth.org/cgi-bin/calendar.pl If you have an upcoming event that others should know about, then just e-mail us all the particulars, and we will gladly post it. ------------------- Tell-A-Friend If you like this "stuff" please forward to others so they can also subscribe FREE. http://www.BaltimoreWestHealth.org/subscribe.shtml. ------------------- Please rate this broadcast 1-5. 1= You're putting me to sleep 5= Excellent Got any comments or suggestions? info@BaltimoreWestHealth.org. ------------------- Note: This online health and news magazine developed by Healthy Practices, Inc. is intended to provide health information to improve quality of life and assist users to better understand their health and arrange more easily for healthcare services. Information provided is authored by local and national healthcare professionals, some affiliated with this e-magazine. Other information is from outside sources, including nationally recognized healthcare resources, organizations and professional groups. This e-magazine is not an attempt to replace the need to seek healthcare services or to provide specific healthcare advice. Information provided should not be used to diagnose or dispute a qualified healthcare professional's judgment. We strongly encourage users to consult with a qualified healthcare professional for personal healthcare attention and answers to personal questions. ------------------- We hope you enjoyed today's e-mail broadcast. Until next time, relax and enjoy! ------------------- We apologize if you received this e-mail in error. To unsubscribe simply click the link at the bottom of this email or you can also unsubscribe at http://www.BaltimoreWestHealth.org/subscribe.shtml --------------------------------------------------------------------------- To be unsubscribed from the mailing list simply click on the link below http://www.healthypractices.com/cgi-bin/s.pl?r=1&l=322&e=freebsd-ports=:freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 13:36:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B7137B401 for ; Fri, 1 Nov 2002 13:36:37 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530D043E97 for ; Fri, 1 Nov 2002 13:36:36 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA1LaRpk063053; Fri, 1 Nov 2002 14:36:27 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 01 Nov 2002 14:35:38 -0700 (MST) Message-Id: <20021101.143538.41874392.imp@bsdimp.com> To: eta@lclark.edu Cc: ports@FreeBSD.ORG Subject: Re: x11/XFree86-4 broken on -current From: "M. Warner Losh" In-Reply-To: <1036175946.710.5.camel@anholt.dyndns.org> References: <20021101.020259.99021319.imp@bsdimp.com> <1036175946.710.5.camel@anholt.dyndns.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <1036175946.710.5.camel@anholt.dyndns.org> Eric Anholt writes: : On Fri, 2002-11-01 at 01:02, M. Warner Losh wrote: : > install a current system, but don't install X11. cd : > /usr/ports/x11/XFree86-4; make install : > : > Breaks: : > ===> Configuring for XFree86-libraries-4.2.1_2 : > grep: /usr/X11R6/lib/X11/config/host.def: No such file or directory : > cp: /usr/X11R6/lib/X11/config/xf86site.def: No such file or directory : > cp: /usr/X11R6/lib/X11/config/version.def: No such file or directory : > cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" : > making imake with BOOTSTRAPCFLAGS= in config/imake : > `imake' is up to date. : > rm -f ./config/makedepend/Makefile.proto : > ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend : > ./config/cf/site.def:58: xf86site.def: No such file or directory : > ./config/cf/xfree86.cf:14: version.def: No such file or directory : > ./config/imake/imake: Exit code 1. : > Stop. : : Do you have *absolutely* no XFree86 or imake installed? If so, it : should have built imake-4 and installed those missing files. If not, : portupgrade -RN is the only supported way to upgrade X right now (though : I would accept patches that improve the situation). Thanks for the suggestion on where to look, I just tracked the problem down. I had /site/bin in my path, which was NFS mounted from a server that had imake in /site/bin. I took it out of my path and it started working. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 14:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FE037B401 for ; Fri, 1 Nov 2002 14:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3711243E7B for ; Fri, 1 Nov 2002 14:10: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 gA1MA1x3059441 for ; Fri, 1 Nov 2002 14:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1MA1Hd059440; Fri, 1 Nov 2002 14:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6568737B401 for ; Fri, 1 Nov 2002 14:03:33 -0800 (PST) Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EED43E77 for ; Fri, 1 Nov 2002 14:03:32 -0800 (PST) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by tartarus.telenet-ops.be (Postfix) with SMTP id 9F345DC9D3 for ; Fri, 1 Nov 2002 23:03:31 +0100 (CET) Received: from fortuna.home.paeps.cx (D5768746.kabel.telenet.be [213.118.135.70]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 73F88DC092 for ; Fri, 1 Nov 2002 23:03:31 +0100 (CET) Received: from juno.home.paeps.cx (juno [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id EF4E999B for ; Fri, 1 Nov 2002 23:02:41 +0100 (CET) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id 991BC292; Fri, 1 Nov 2002 23:03:30 +0100 (CET) Message-Id: <20021101220330.991BC292@juno.home.paeps.cx> Date: Fri, 1 Nov 2002 23:03:30 +0100 (CET) From: philip@paeps.cx (Philip Paeps) Reply-To: philip@paeps.cx (Philip Paeps) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44817: New port: gLabels, program to design business cards and labels Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44817 >Category: ports >Synopsis: New port: gLabels, program to design business cards and labels >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 14:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Philip Paeps >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD juno.home.paeps.cx 4.7-STABLE FreeBSD 4.7-STABLE #45: Fri Nov 1 16:01:13 CET 2002 philip@juno.home.paeps.cx:/usr/obj/usr/src/sys/JUNO i386 >Description: This is a port of 'gLabels', a small GNOME application to design business cards and labels. More information can be found on the website: http://snaught.com/glabels/ The port should go under 'print', I think... >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/print/glabels/ # /usr/ports/print/glabels/Makefile # /usr/ports/print/glabels/pkg-comment # /usr/ports/print/glabels/distinfo # /usr/ports/print/glabels/pkg-descr # /usr/ports/print/glabels/pkg-plist # echo c - /usr/ports/print/glabels/ mkdir -p /usr/ports/print/glabels/ > /dev/null 2>&1 echo x - /usr/ports/print/glabels/Makefile sed 's/^X//' >/usr/ports/print/glabels/Makefile << 'END-of-/usr/ports/print/glabels/Makefile' X# New ports collection makefile for: glabels X# Date created: 1 November 2002 X# Whom: philip X# X# $FreeBSD$ X# X XPORTNAME= glabels XPORTVERSION= 1.90.0 XCATEGORIES= print XMASTER_SITES= http://snaught.com/glabels/source/ X XMAINTAINER= philip@paeps.cx X XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XUSE_GNOMENG= yes XUSE_GNOME= gnomehack gnomeprefix libxml gdkpixbuf \ X gnomelibs gnomecanvas gnomeprint X X.include END-of-/usr/ports/print/glabels/Makefile echo x - /usr/ports/print/glabels/pkg-comment sed 's/^X//' >/usr/ports/print/glabels/pkg-comment << 'END-of-/usr/ports/print/glabels/pkg-comment' XA program for creating labels and business cards END-of-/usr/ports/print/glabels/pkg-comment echo x - /usr/ports/print/glabels/distinfo sed 's/^X//' >/usr/ports/print/glabels/distinfo << 'END-of-/usr/ports/print/glabels/distinfo' XMD5 (glabels-1.90.0.tar.gz) = f6cdde27ca5a521512f145c0d277ef9f END-of-/usr/ports/print/glabels/distinfo echo x - /usr/ports/print/glabels/pkg-descr sed 's/^X//' >/usr/ports/print/glabels/pkg-descr << 'END-of-/usr/ports/print/glabels/pkg-descr' XgLabels is a lightweight program for creating labels and business cards for Xthe GNOME desktop environment. X XWWW: http://snaught.com/glabels/ X X- Philip Xphilip@paeps.cx END-of-/usr/ports/print/glabels/pkg-descr echo x - /usr/ports/print/glabels/pkg-plist sed 's/^X//' >/usr/ports/print/glabels/pkg-plist << 'END-of-/usr/ports/print/glabels/pkg-plist' Xbin/glabels Xbin/glabels-batch Xshare/gnome/glabels/ui/glabels-ui.xml Xshare/gnome/glabels/predefined-labels.template Xshare/gnome/help/glabels/C/index.html Xshare/gnome/help/glabels/C/topic.dat Xshare/gnome/help/glabels/C/ln7.html Xshare/gnome/apps/Applications/glabels.desktop Xshare/gnome/pixmaps/glabels/glabels-about-logo.png Xshare/gnome/pixmaps/glabels/glabels-icon.png Xshare/gnome/pixmaps/glabels/glabels-logo.png X@dirrm share/gnome/glabels/ui X@dirrm share/gnome/glabels X@dirrm share/gnome/help/glabels/C/images X@dirrm share/gnome/help/glabels/C/stylesheet-images X@dirrm share/gnome/help/glabels/C X@dirrm share/gnome/help/glabels X@dirrm share/gnome/pixmaps/glabels END-of-/usr/ports/print/glabels/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 14:12:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2140637B401; Fri, 1 Nov 2002 14:12:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C737C43E6E; Fri, 1 Nov 2002 14:12:21 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1MCLx3062745; Fri, 1 Nov 2002 14:12:21 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1MCLGU062741; Fri, 1 Nov 2002 14:12:21 -0800 (PST) Date: Fri, 1 Nov 2002 14:12:21 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200211012212.gA1MCLGU062741@freefall.freebsd.org> To: martin.klaffenboeck@gmx.at, marcus@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44813: Xft build failes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Xft build failes State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Fri Nov 1 14:11:35 PST 2002 State-Changed-Why: Fixed after the submitter manually installed x11-fonts/fontconfig. Since he had CVS XFree86 previously installed, reminents of an old fontconfig were still lying around. http://www.freebsd.org/cgi/query-pr.cgi?pr=44813 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 14:32:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB9E37B404; Fri, 1 Nov 2002 14:32:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9426B43E97; Fri, 1 Nov 2002 14:32:43 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1MWhx3070126; Fri, 1 Nov 2002 14:32:43 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1MWhRg070122; Fri, 1 Nov 2002 14:32:43 -0800 (PST) Date: Fri, 1 Nov 2002 14:32:43 -0800 (PST) From: Adam Weinberger Message-Id: <200211012232.gA1MWhRg070122@freefall.freebsd.org> To: philip@paeps.cx, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44817: New port: gLabels, program to design business cards and labels Sender: owner-freebsd-ports@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: gLabels, program to design business cards and labels State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Fri Nov 1 14:31:32 PST 2002 State-Changed-Why: glabels 1.90.0 is already in the ports tree, under deskutils. Please update your ports tree and you'll see it in there. Thanks for the submission, though. http://www.freebsd.org/cgi/query-pr.cgi?pr=44817 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 15:11:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA2B37B401 for ; Fri, 1 Nov 2002 15:11:18 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A7C43E6E for ; Fri, 1 Nov 2002 15:11:17 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA1NAvKA013662; Fri, 1 Nov 2002 18:10:57 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA1NAvHJ013661; Fri, 1 Nov 2002 18:10:57 -0500 (EST) (envelope-from alane) Date: Fri, 1 Nov 2002 18:10:57 -0500 From: AlanE To: ports@geektank.org Cc: FreeBSD Ports List Subject: Re: FYI - gotmail has been updated Message-ID: <20021101231057.GA13258@wwweasel.geeksrus.net> Reply-To: FreeBSD Ports List Mail-Followup-To: ports@geektank.org, FreeBSD Ports List References: <20021101150632.L4227-100000@benny.geektank.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021101150632.L4227-100000@benny.geektank.org> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 03:07:09PM -0800, ports@geektank.org wrote: >Gotmail has been updated to 0.7.4 and fixes some key bugs. >Current version in ports tree is 0.7.2. > >http://ssl.usu.edu/paul/gotmail/ > Damn! I'm'a gonna open up a can of ass-whup on that boy if he doesn't quit releasing so fast! Thanks for the tip. I hadn't seen it on FM yet. Come to think of it, I haven't seen Grip either, and it's been updated. On my queue. PS.. Geektank? Why not TankedGeek? -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 15:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7707E37B401 for ; Fri, 1 Nov 2002 15:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8EE243E42 for ; Fri, 1 Nov 2002 15:40: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 gA1Ne2x3096227 for ; Fri, 1 Nov 2002 15:40: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 gA1Ne2sC096226; Fri, 1 Nov 2002 15:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8170037B401 for ; Fri, 1 Nov 2002 15:36:13 -0800 (PST) Received: from kartoffel.salatschuessel.net (p5084BE27.dip.t-dialin.net [80.132.190.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5BD043E42 for ; Fri, 1 Nov 2002 15:36:01 -0800 (PST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.6/8.12.5) with ESMTP id gA1NZ14x035702; Sat, 2 Nov 2002 00:35:01 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.6/8.12.6/Submit) id gA1NYwEi035698; Sat, 2 Nov 2002 00:34:58 +0100 (CET) Message-Id: <200211012334.gA1NYwEi035698@kartoffel.salatschuessel.net> Date: Sat, 2 Nov 2002 00:34:58 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann , janos.mohacsi@bsd.hu X-Send-Pr-Version: 3.113 Subject: ports/44818: update-port: audio/openag (bento-fix) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44818 >Category: ports >Synopsis: update-port: audio/openag (bento-fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 15:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: Openag needs wget or curl installed. There is no dependency to the wget port neighter the curl port. But it will also run with our system fetch- command. I patched it to use fetch if no wget nor curl is installed (and it don't need to be). These PR is CCed the the maintainer too. >How-To-Repeat: >Fix: --- openag.patch begins here --- diff -ruN openag.old/Makefile /usr/ports/audio/openag/Makefile --- openag.old/Makefile Mon Jun 10 00:19:59 2002 +++ /usr/ports/audio/openag/Makefile Sat Nov 2 00:28:32 2002 @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH} +CONFIGURE_ENV= WGET="fetch" \ + WGET_FLAGS="-o" DOC_FILES= AUTHORS COPYING ChangeLog INSTALL README diff -ruN openag.old/files/parch-configure /usr/ports/audio/openag/files/parch-configure --- openag.old/files/parch-configure Thu Jan 1 01:00:00 1970 +++ /usr/ports/audio/openag/files/parch-configure Sat Nov 2 00:25:48 2002 @@ -0,0 +1,13 @@ +--- configure.orig Sat Nov 2 00:25:06 2002 ++++ configure Sat Nov 2 00:25:24 2002 +@@ -3457,6 +3457,10 @@ + WGET_FLAGS=-o + + ;; ++fetch) ++ WGET_FLAGS=-o ++ ++ ;; + *) + { { echo "$as_me:3461: error: No proper wget or curl were found \ + on your system. CURRENTLY OpenAG cannot compile without a command \ --- openag.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 16: 0: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF25337B401 for ; Fri, 1 Nov 2002 16:00:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5EE43E75 for ; Fri, 1 Nov 2002 16:00: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 gA2005x3003303 for ; Fri, 1 Nov 2002 16:00: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 gA2005ph003302; Fri, 1 Nov 2002 16:00:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941D537B401 for ; Fri, 1 Nov 2002 15:58:14 -0800 (PST) Received: from kartoffel.salatschuessel.net (p5084BE27.dip.t-dialin.net [80.132.190.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337EC43E77 for ; Fri, 1 Nov 2002 15:58:13 -0800 (PST) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.12.6/8.12.5) with ESMTP id gA1Nvj4x037925; Sat, 2 Nov 2002 00:57:45 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from root@localhost) by kartoffel.salatschuessel.net (8.12.6/8.12.6/Submit) id gA1Nvghv037924; Sat, 2 Nov 2002 00:57:42 +0100 (CET) Message-Id: <200211012357.gA1Nvghv037924@kartoffel.salatschuessel.net> Date: Sat, 2 Nov 2002 00:57:42 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org Cc: Oliver Lehmann , karlj000@unbc.ca X-Send-Pr-Version: 3.113 Subject: ports/44819: update-port: biology/avida (bento-fix) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44819 >Category: ports >Synopsis: update-port: biology/avida (bento-fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 16:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386 >Description: s/values.h/limits.h/ These PR is CCed the the maintainer too. >How-To-Repeat: >Fix: --- avida.patch begins here --- diff -ruN avida.old/Makefile /usr/ports/biology/avida/Makefile --- avida.old/Makefile Thu Sep 19 04:45:38 2002 +++ /usr/ports/biology/avida/Makefile Sat Nov 2 00:53:49 2002 @@ -12,8 +12,6 @@ MAINTAINER= karlj000@unbc.ca -BROKEN= "Does not build" - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[[:alnum:]]+$//} USE_GMAKE= yes GNU_CONFIGURE= yes diff -ruN avida.old/files/patch-aa /usr/ports/biology/avida/files/patch-aa --- avida.old/files/patch-aa Sat Apr 20 17:17:46 2002 +++ /usr/ports/biology/avida/files/patch-aa Sat Nov 2 00:44:48 2002 @@ -3,7 +3,8 @@ @@ -18,6 +18,7 @@ #include "../defs.hh" - #include +-#include ++#include +#include //#include "event_defs.hh" --- avida.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 16:13:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BC337B401 for ; Fri, 1 Nov 2002 16:13:24 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4820043E3B for ; Fri, 1 Nov 2002 16:13:24 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA20CtKA089544; Fri, 1 Nov 2002 19:12:55 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA20CtTK089543; Fri, 1 Nov 2002 19:12:55 -0500 (EST) (envelope-from alane) Date: Fri, 1 Nov 2002 19:12:55 -0500 From: AlanE To: ports@geektank.org Cc: FreeBSD Ports List Subject: Re: FYI - gotmail has been updated Message-ID: <20021102001255.GA88819@wwweasel.geeksrus.net> Reply-To: FreeBSD Ports List Mail-Followup-To: ports@geektank.org, FreeBSD Ports List References: <20021101150632.L4227-100000@benny.geektank.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021101150632.L4227-100000@benny.geektank.org> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 03:07:09PM -0800, ports@geektank.org wrote: >Gotmail has been updated to 0.7.4 and fixes some key bugs. >Current version in ports tree is 0.7.2. > >http://ssl.usu.edu/paul/gotmail/ > The version in the ports tree is 0.7.4. You are behind. Now I've got a can of ass-whup open and nobody to use it on ... wait a minute ... could you perhaps visit NYC for a day or two? -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 17: 0: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2165937B401 for ; Fri, 1 Nov 2002 17:00:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D29E43E75 for ; Fri, 1 Nov 2002 17:00: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 gA2102x3028627 for ; Fri, 1 Nov 2002 17:00: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 gA2102Lj028626; Fri, 1 Nov 2002 17:00:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C7E937B401 for ; Fri, 1 Nov 2002 16:54:02 -0800 (PST) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FD243E77 for ; Fri, 1 Nov 2002 16:53:57 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-015dcwashp0190.dialsprint.net ([63.188.144.190] helo=moo.holy.cow) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 187mXv-0003J1-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 01 Nov 2002 16:53:52 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 87FE6B967; Fri, 1 Nov 2002 19:56:32 -0500 (EST) Message-Id: <20021102005632.87FE6B967@moo.holy.cow> Date: Fri, 1 Nov 2002 19:56:32 -0500 (EST) From: parv To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44820: x11-wm/fvwm2-devel - PATCH to take care of a nasty pager problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44820 >Category: ports >Synopsis: x11-wm/fvwm2-devel - PATCH to take care of a nasty pager problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 17:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.7-RELEASE fvwm 2.5.4 >Description: with the following minimum custom configuration file, FvwmPager uses near 100% CPU... AddToFunc StartFunction + I Module FvwmPager * * DeskTopSize 2x2 DestroyModuleConfig FvwmPager: * *FvwmPager: NoSeparators ...for more details see... http://www.hpc.uh.edu/fvwm/archive/0211/msg00000.html >How-To-Repeat: use fvwm 2.5.4 w/ above config file & see CPU use jump to 100% >Fix: below is the patch generated from differences in x_pager.c versions in fvwm cvs & freebsd fvwm 2.5.4 port... --- modules/FvwmPager/x_pager.c.old Thu Oct 24 00:46:59 2002 +++ modules/FvwmPager/x_pager.c Fri Nov 1 19:26:11 2002 @@ -1630,8 +1630,8 @@ XDrawLine( dpy,Desks[desk].w,Desks[desk].DashedGC, x1,y1,x1,y2); - x += Scr.MyDisplayWidth; } + x += Scr.MyDisplayWidth; } y = Scr.MyDisplayHeight; x1 = 0; @@ -1640,9 +1640,11 @@ { y1 = (y * desk_h) / Scr.VHeight; if (!use_no_separators) + { XDrawLine( dpy,Desks[desk].w,Desks[desk].DashedGC, x1,y1,x2,y1); + } y += Scr.MyDisplayHeight; } } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 17:40: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F9E37B401 for ; Fri, 1 Nov 2002 17:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4288843E7B for ; Fri, 1 Nov 2002 17: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 gA21e1x3047342 for ; Fri, 1 Nov 2002 17:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA21e1Mv047341; Fri, 1 Nov 2002 17:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 726C837B401 for ; Fri, 1 Nov 2002 17:36:47 -0800 (PST) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A610943E4A for ; Fri, 1 Nov 2002 17:36:46 -0800 (PST) (envelope-from logix@foobar.franken.de) Received: from fwd07.sul.t-online.de by mailout10.sul.t-online.com with smtp id 187nDR-0002G7-00; Sat, 02 Nov 2002 02:36:45 +0100 Received: from foobar.franken.de (520066542279-0001@[217.235.92.22]) by fmrl07.sul.t-online.com with esmtp id 187nDR-0E6ATYC; Sat, 2 Nov 2002 02:36:45 +0100 Received: from foobar.franken.de (localhost [127.0.0.1]) by foobar.franken.de (8.12.6/8.12.5) with ESMTP id gA21ahtb047156 for ; Sat, 2 Nov 2002 02:36:44 +0100 (CET) (envelope-from logix@foobar.franken.de) Received: (from logix@localhost) by foobar.franken.de (8.12.6/8.12.6/Submit) id gA21agl1047155; Sat, 2 Nov 2002 02:36:42 +0100 (CET) Message-Id: <200211020136.gA21agl1047155@foobar.franken.de> Date: Sat, 2 Nov 2002 02:36:42 +0100 (CET) From: Harold Gutch Reply-To: Harold Gutch To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44821: 1 char typo in net/gnomemeeting2/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44821 >Category: ports >Synopsis: 1 char typo in net/gnomemeeting2/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 17:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Harold Gutch >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD foobar.franken.de 4.7-STABLE FreeBSD 4.7-STABLE #7: Tue Oct 15 10:16:54 CEST 2002 logix@foobar.franken.de:/usr/obj/usr/src/sys/FOOBAR i386 >Description: ports/gnomemeeting2/Makefile references {PORTSDIR}, not ${PORTSDIR}. >How-To-Repeat: Just have a look at ports/gnomemeeting2/Makefile, it's obvious. >Fix: Apply the following (obvious) patch: --- Makefile.orig Mon Oct 28 01:33:37 2002 +++ Makefile Sat Nov 2 02:29:20 2002 @@ -14,7 +14,7 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - bonobo-2.0:{PORTSDIR}/devel/libbonobo + bonobo-2.0:${PORTSDIR}/devel/libbonobo BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build # note, we do not want to clean openh323, otherwise it has to build >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 17:44:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C0937B401; Fri, 1 Nov 2002 17:44:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D035F43E3B; Fri, 1 Nov 2002 17:44:37 -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 gA21ibx3050669; Fri, 1 Nov 2002 17:44:37 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA21ibfA050665; Fri, 1 Nov 2002 17:44:37 -0800 (PST) Date: Fri, 1 Nov 2002 17:44:37 -0800 (PST) From: Tilman Linneweh Message-Id: <200211020144.gA21ibfA050665@freefall.freebsd.org> To: logix@foobar.franken.de, arved@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44821: 1 char typo in net/gnomemeeting2/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 1 char typo in net/gnomemeeting2/Makefile State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Fri Nov 1 17:42:54 PST 2002 State-Changed-Why: Committed thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44821 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 17:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 917D837B401 for ; Fri, 1 Nov 2002 17:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFB743E7B for ; Fri, 1 Nov 2002 17:50: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 gA21o1x3050928 for ; Fri, 1 Nov 2002 17:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA21o1Hp050927; Fri, 1 Nov 2002 17:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACC937B401 for ; Fri, 1 Nov 2002 17:47:57 -0800 (PST) Received: from minya.sea.one-eyed-alien.net (minya.sea.one-eyed-alien.net [64.81.187.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FD743E7B for ; Fri, 1 Nov 2002 17:47:57 -0800 (PST) (envelope-from brooks@minya.sea.one-eyed-alien.net) Received: from minya.sea.one-eyed-alien.net (localhost [127.0.0.1]) by minya.sea.one-eyed-alien.net (8.12.6/8.12.6) with ESMTP id gA21lun9010559 for ; Fri, 1 Nov 2002 17:47:56 -0800 (PST) (envelope-from brooks@minya.sea.one-eyed-alien.net) Received: (from brooks@localhost) by minya.sea.one-eyed-alien.net (8.12.6/8.12.6/Submit) id gA21luYK010558; Fri, 1 Nov 2002 17:47:56 -0800 (PST) Message-Id: <200211020147.gA21luYK010558@minya.sea.one-eyed-alien.net> Date: Fri, 1 Nov 2002 17:47:56 -0800 (PST) From: Brooks Davis Reply-To: Brooks Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44822: security/bcwipe needs LEGAL entry Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44822 >Category: ports >Synopsis: security/bcwipe needs LEGAL entry >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 17:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD minya.sea.one-eyed-alien.net 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Tue Oct 29 08:43:25 PST 2002 brooks@minya.sea.one-eyed-alien.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: I was looking at the bcwipe port and noticed that it's license is extreamly restrictive. It's for non-commercial use and distribution only and it's pretty strict on non-commercial. It definatly needs an entry in LEGAL and almost certaintly should be NO_CDROM. >How-To-Repeat: cd /usr/ports/security/bcwipe make extract more work/*/LICENSE >Fix: Add LEGAL and NO_CDROM entries. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 18:23:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 647A237B401; Fri, 1 Nov 2002 18:23:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1312C43E91; Fri, 1 Nov 2002 18:23:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA22Ntx3069298; Fri, 1 Nov 2002 18:23:55 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA22NtAd069294; Fri, 1 Nov 2002 18:23:55 -0800 (PST) Date: Fri, 1 Nov 2002 18:23:55 -0800 (PST) From: Adam Weinberger Message-Id: <200211020223.gA22NtAd069294@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, cy@FreeBSD.org Subject: Re: ports/44820: x11-wm/fvwm2-devel - PATCH to take care of a nasty pager problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11-wm/fvwm2-devel - PATCH to take care of a nasty pager problem Responsible-Changed-From-To: freebsd-ports->cy Responsible-Changed-By: adamw Responsible-Changed-When: Fri Nov 1 18:22:46 PST 2002 Responsible-Changed-Why: I use fvwm2-devel as my WM, and I don't see this problem. Regardless, I'm sending this PR off to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44820 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 18:24:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33BC937B401; Fri, 1 Nov 2002 18:24:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B0043EAF; Fri, 1 Nov 2002 18:24:12 -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 gA22OCx3069347; Fri, 1 Nov 2002 18:24:12 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA22OCwO069343; Fri, 1 Nov 2002 18:24:12 -0800 (PST) Date: Fri, 1 Nov 2002 18:24:12 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200211020224.gA22OCwO069343@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/44814: mlDonkey 2.00 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mlDonkey 2.00 port Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Fri Nov 1 18:24:12 PST 2002 Responsible-Changed-Why: I will handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=44814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 19:38:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3731F37B401; Fri, 1 Nov 2002 19:38:43 -0800 (PST) Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 138E443E77; Fri, 1 Nov 2002 19:38:39 -0800 (PST) (envelope-from ilia@csu.ru) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.12.4/8.12.4) with ESMTP id gA23cNS5017577 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 2 Nov 2002 08:38:26 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: from mail.cgu.chel.su (localhost [127.0.0.1]) by mail.cgu.chel.su (8.12.3/8.12.5) with ESMTP id gA23cNZd028758 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 2 Nov 2002 08:38:23 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: (from uucp@localhost) by mail.cgu.chel.su (8.12.3/8.12.3/Submit) with UUCP id gA23cMMI028757; Sat, 2 Nov 2002 08:38:22 +0500 (YEKT) (envelope-from ilia@csu.ru) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.12.5/8.11.1) with ESMTP id gA23brum000429; Sat, 2 Nov 2002 08:37:53 +0500 (YEKT) (envelope-from ilia@csu.ru) Date: Sat, 2 Nov 2002 08:37:53 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Jerry Murdock Cc: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD + squid-2.5 + samba/PDC + NTLM In-Reply-To: <003a01c281d5$01e57fb0$0201a8c0@DCXP> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Salut, Jerry Murdock ! am I right that I need NTLM helper which doesn't use winbind ? On Fri, 1 Nov 2002, Jerry Murdock wrote: > Samba's Winbind doesn't work with a Samba PDC - this is a Samba PDC issue, > not a Squid issue. > > Don't know if the non-winbind NTLM helpers would work with a Samba PDC or > not. > > I've had it running at several sites running against NT/w2K PDCs since > mid-2.5pre releases, all under FBSD. > > Jerry > > ----- Original Message ----- > From: "Ilia Chipitsine" > To: > Cc: > Sent: Friday, November 01, 2002 11:08 AM > Subject: FreeBSD + squid-2.5 + samba/PDC + NTLM > > > > Dear Sirs, > > > > is anybody using NTLM authentication ? > > I tried it, no luck. > > > > Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) > > Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 21:12:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1930237B401; Fri, 1 Nov 2002 21:12:38 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519A843E8A; Fri, 1 Nov 2002 21:12:37 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) by mail.soaustin.net (Postfix) with ESMTP id 3879E1431D; Fri, 1 Nov 2002 23:12:25 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gA26CGIm010636; Sat, 2 Nov 2002 00:12:17 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: from localhost (linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) with ESMTP id gA26CGO5010633; Sat, 2 Nov 2002 00:12:16 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Date: Sat, 2 Nov 2002 00:12:16 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/43909: kscd should no longer default to rmatcd0c Message-ID: <20021102000942.J10629-100000@lonesome.lonesome.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Since this PR was filed, a new version of kmultimedia3 has been released. The following shar file reflects that. # 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: # # files/patch-kscd-script # files/patch-wm_config.h # echo x - files/patch-kscd-script sed 's/^X//' >files/patch-kscd-script << 'END-of-files/patch-kscd-script' X--- kscd/kscd-script.dist Wed Nov 24 01:43:44 1999 X+++ kscd/kscd-script Fri Nov 1 23:50:23 2002 X@@ -325,7 +325,7 @@ X fi X else X # FreeBSD X- def_device=/dev/rmatcd0c X+ def_device=/dev/rcd0c X fi X X echo $ac_n "Please specify your cdrom device [$def_device]:$ac_c" END-of-files/patch-kscd-script echo x - files/patch-wm_config.h sed 's/^X//' >files/patch-wm_config.h << 'END-of-files/patch-wm_config.h' X--- kscd/libwm/include/wm_config.h.dist Mon Jun 24 07:05:26 2002 X+++ kscd/libwm/include/wm_config.h Fri Nov 1 23:54:08 2002 X@@ -130,7 +130,7 @@ X ******************************************************************/ X #if defined(__FreeBSD__) || defined(__FreeBSD) || defined(__NetBSD__) || defined(__NetBSD) X X-#define DEFAULT_CD_DEVICE "/dev/rmatcd0c" X+#define DEFAULT_CD_DEVICE "/dev/rcd0c" X X #endif /* freebsd */ X END-of-files/patch-wm_config.h exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 21:27:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA9537B401; Fri, 1 Nov 2002 21:27:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF1743E6E; Fri, 1 Nov 2002 21:27:11 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA25RBx3057183; Fri, 1 Nov 2002 21:27:11 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA25R6Yr057179; Fri, 1 Nov 2002 21:27:06 -0800 (PST) Date: Fri, 1 Nov 2002 21:27:06 -0800 (PST) From: Patrick Li Message-Id: <200211020527.gA25R6Yr057179@freefall.freebsd.org> To: oyvind@kebab.gaffel.nu, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/43264: Update security/oidentd to 2.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update security/oidentd to 2.0.4 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Fri Nov 1 21:26:21 PST 2002 State-Changed-Why: Updated to 2.0.4 which was submitted by maintainer, Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=43264 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 22:10:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D07937B401 for ; Fri, 1 Nov 2002 22:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2BD43E75 for ; Fri, 1 Nov 2002 22: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 gA26ACx3075537 for ; Fri, 1 Nov 2002 22: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 gA26ACkJ075536; Fri, 1 Nov 2002 22:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 331D137B401 for ; Fri, 1 Nov 2002 22:02:50 -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 690F543E8A for ; Fri, 1 Nov 2002 22:02:47 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.116.159.215]) by t-mta7.odn.ne.jp with ESMTP id <20021102060245808.GIQD.2063.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Sat, 2 Nov 2002 15:02:45 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id DD0B25762; Sat, 2 Nov 2002 15:02:43 +0900 (JST) Message-Id: <20021102060243.DD0B25762@hadaly.dyndns.org> Date: Sat, 2 Nov 2002 15:02:43 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44826: Update port: www/thumbnail_index (distfile renamed) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44826 >Category: ports >Synopsis: Update port: www/thumbnail_index (distfile renamed) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 22:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: The distfile has been renamed to solve the y2k problem. ;) >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/thumbnail_index/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 22 Jul 2002 19:05:18 -0000 1.4 +++ Makefile 2 Nov 2002 06:00:44 -0000 @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thumbnail_index/ -DISTNAME= ${PORTNAME}_10aug98 +DISTNAME= ${PORTNAME}_10aug1998 MAINTAINER= ports@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/thumbnail_index/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 5 Sep 2000 14:46:20 -0000 1.1 +++ distinfo 2 Nov 2002 06:00:44 -0000 @@ -1 +1 @@ -MD5 (thumbnail_index_10aug98.tar.gz) = 894f327d394441f85e03f86aa54dabe3 +MD5 (thumbnail_index_10aug1998.tar.gz) = 894f327d394441f85e03f86aa54dabe3 cvs server: Diffing files >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 22:22:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E662137B401; Fri, 1 Nov 2002 22:22:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9558B43E3B; Fri, 1 Nov 2002 22:22: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 gA26MUx3082055; Fri, 1 Nov 2002 22:22: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 gA26MUgo082051; Fri, 1 Nov 2002 22:22:30 -0800 (PST) Date: Fri, 1 Nov 2002 22:22:30 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200211020622.gA26MUgo082051@freefall.freebsd.org> To: david+ports@bushong.net, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/42716: New port: devel/p5-Parallel-ForkManager Sender: owner-freebsd-ports@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/p5-Parallel-ForkManager State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Nov 1 22:21:07 PST 2002 State-Changed-Why: Sorry, I didn't notice this PR. Committed ports/44505. http://www.freebsd.org/cgi/query-pr.cgi?pr=42716 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Nov 1 22:24:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1D037B401; Fri, 1 Nov 2002 22:24:50 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C4343E7B; Fri, 1 Nov 2002 22:24:50 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA26OeEe065774; Sat, 2 Nov 2002 01:24:40 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA26Oe6n065773; Sat, 2 Nov 2002 01:24:40 -0500 (EST) (envelope-from alane) Date: Sat, 2 Nov 2002 01:24:40 -0500 From: AlanE To: Dan Pelleg Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up Message-ID: <20021102062440.GA65006@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Dan Pelleg , phoenix@geeksrus.net, FreeBSD Ports List References: <15811.17894.580695.890688@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15811.17894.580695.890688@gargle.gargle.HOWL> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 01, 2002 at 10:26:30PM -0500, Dan Pelleg wrote: > > Hi, seems to be a problem with the phoenix port: make install works fine, >but when I start phoenix up for the first time I get: > >XML Parsing Error: undefined entity >Location: chrome://browser/content/browser.xul >line number 447, column 34: > > Message-Id: <200211020649.gA26n0e7089156@freefall.freebsd.org> To: larse@isi.edu, nork@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44479: new port: www/p5-Apache-SubProcess Sender: owner-freebsd-ports@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: www/p5-Apache-SubProcess State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Nov 1 22:48:35 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44479 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 0: 5:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70A837B401 for ; Sat, 2 Nov 2002 00:05:53 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2B143E97 for ; Sat, 2 Nov 2002 00:05:47 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id gA285Bn8009920 for ; Sat, 2 Nov 2002 09:05:13 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id gA2859tt009910 for ; Sat, 2 Nov 2002 09:05:09 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: ports@freebsd.org Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: request for comments on a new scriot to reduce build time on packages Date: Sat, 02 Nov 2002 08:57:59 +0100 X-Mailer: Dinoex 1.79 X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-ZC-TELEFON: V+49-5606-6512Q F+49-5606-55023 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-ZC-POST: Im Grund 4;34317 Habichtswald;Germany X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20021102000000W+1@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I use this script to move obsolte packages away, so my package directory is always up to date. after such a run the mising packages are rebuild, so the subset of packages I need are build nightly without any extra work. This way i don't have to clean the package dir fully and it saves me a lot of time to rebuild only what I need. portupgrade fails in most of my cases, when you need packages that are not default. e.G. apache13-modssl, or build options like WITH_PHYTON. If this usefull, we can add it under /usr/ports/Tools/scripts/ kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] # 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: # # clean-packages.sh # echo x - clean-packages.sh sed 's/^X//' >clean-packages.sh << 'END-of-clean-packages.sh' X#!/bin/sh X# Id$: clean-packages.sh 1.0 01.11.2002 X# X# Copyright (c) 2001,2002 X# by Dirk Meyer, All rights reserved. X# Im Grund 4, 34317 Habichtswald, Germany X# Email: dirk.meyer@dinoex.sub.org X# X# Redistribution and use in source and binary forms, with or without X# modification, are permitted provided that the following conditions X# are met: X# 1. Redistributions of source code must retain the above copyright X# notice, this list of conditions and the following disclaimer. X# 2. Redistributions in binary form must reproduce the above copyright X# notice, this list of conditions and the following disclaimer in the X# documentation and/or other materials provided with the distribution. X# 3. Neither the name of the author nor the names of any co-contributors X# may be used to endorse or promote products derived from this software X# without specific prior written permission. X# X# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X# SUCH DAMAGE. X# X# ------------------------------------------------------------------------- X# X# Synopsis: X# Find obsolete packages and move them out of the way X# X# Problem: X# Installation of a package with multiple dependencys. X# pkg_add installs the depended package, and its requirements. X# When the depended package has been updated, X# The packages that require this are no longer up to date. X# X# Common solution: X# Cleaning the whole package directorys before each build. X# X# My solution: X# use pkg_info on each package and compare the versions X# with the new versions in the ports tree, if they don't X# match report it, and move it out of the "All" directory. X# then remove all stale links to the old packages. X# X# X# get all path information from /etc/make.conf Xportsdir="$(make -f /usr/ports/Mk/bsd.port.mk -V PORTSDIR)" Xpkgdir="$(make -f /usr/ports/Mk/bsd.port.mk -V PACKAGES)" Xext="$(make -f /usr/ports/Mk/bsd.port.mk -V PKG_SUFX)" X# X# the directorys with contain the package files Xpkgall="${pkgdir}/All" Xpkgold="${pkgdir}/Old" X# X# EX_UNAVAILABLE Xcd ${pkgall} || exit 69 Xfor i in * Xdo X # X # check each depended package X pkg_info -q -r ${i} | X while read dummy dep X do X pmade="${dep}${ext}" X if test -f "${pmade}" X then X # X # find matching port directory (origin) X depdir="${portsdir}/$(pkg_info -q -o ${pmade})" X pnew="$(cd "${depdir}"; make -V PKGFILE)" X if test "${pnew}" = "${pkgall}/${pmade}" X then X # X # up to date X continue X fi X echo "${i}: dependency ${pmade} is obsolete => ${pnew}" X else X echo "${i}: dependency ${pmade} missing!" X fi X if test -d "${pkgold}" X then X # X # move it if the "Old" directory exists. X mv -f "${i}" "${pkgold}/${i}" X fi X break X done Xdone X# X# find all links Xfind ${pkgdir} -type l | Xwhile read link Xdo X if test -s "${link}" X then X # X # it results in a real file X continue X fi X # X # remove stale link X rm -f "${link}" Xdone X# X# eof END-of-clean-packages.sh exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 0:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2831E37B401 for ; Sat, 2 Nov 2002 00:10:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA1143E91 for ; Sat, 2 Nov 2002 00: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 gA28A2x3025964 for ; Sat, 2 Nov 2002 00:10: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 gA28A2FK025963; Sat, 2 Nov 2002 00:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44AE37B429 for ; Sat, 2 Nov 2002 00:04:15 -0800 (PST) Received: from jodo.bdc.ntta.com (jodo.bdc.ntta.com [206.14.130.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D24343E77 for ; Sat, 2 Nov 2002 00:04:15 -0800 (PST) (envelope-from t.nakao@ntt.com) Received: from localhost (localhost [127.0.0.1]) by jodo.bdc.ntta.com (Postfix) with ESMTP id 17D4FF2; Sat, 2 Nov 2002 17:04:03 +0900 (JST) Message-Id: <20021102.170402.74746644.t.nakao@ntt.com> Date: Sat, 02 Nov 2002 17:04:02 +0900 (JST) From: Takayuki Nakao To: FreeBSD-gnats-submit@FreeBSD.org Cc: t@nakao.org Subject: ports/44828: Update ports: japanese/yc.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44828 >Category: ports >Synopsis: Update ports: japanese/yc.el >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 00:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Takayuki Nakao >Release: >Organization: >Environment: >Description: This is a request for upgrading japanese/yc.el to version 3.4.13. >How-To-Repeat: >Fix: The following is the recursive diff; diff -ruN yc.el.orig/Makefile yc.el/Makefile --- yc.el.orig/Makefile Fri Nov 1 23:50:55 2002 +++ yc.el/Makefile Fri Nov 1 23:53:16 2002 @@ -2,11 +2,11 @@ # Date created: 1999/12/05 # Whom: HONDA Yasuhiro # -# $FreeBSD: ports/japanese/yc.el/Makefile,v 1.6 2002/08/27 04:09:37 knu Exp $ +# $FreeBSD$ # PORTNAME= yc.el -PORTVERSION= 3.4.9 +PORTVERSION= 3.4.13 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ diff -ruN yc.el.orig/distinfo yc.el/distinfo --- yc.el.orig/distinfo Fri Nov 1 23:50:55 2002 +++ yc.el/distinfo Fri Nov 1 23:54:39 2002 @@ -1 +1 @@ -MD5 (yc.el-3.4.9.gz) = 3123d9c1247bb073de68e7d2e762908b +MD5 (yc.el-3.4.13.gz) = 16ab6399b6dbf34d7e9bb73ec3d2f234 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 3:21:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C578137B401; Sat, 2 Nov 2002 03:21:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776A943E4A; Sat, 2 Nov 2002 03:21:17 -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 gA2BLHx3007452; Sat, 2 Nov 2002 03:21:17 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2BLHYO007436; Sat, 2 Nov 2002 03:21:17 -0800 (PST) Date: Sat, 2 Nov 2002 03:21:17 -0800 (PST) From: Edwin Groothuis Message-Id: <200211021121.gA2BLHYO007436@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/44819: update-port: biology/avida (bento-fix) Sender: owner-freebsd-ports@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: biology/avida (bento-fix) Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 2 03:20:39 PST 2002 Responsible-Changed-Why: I'll take care of this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=44819 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 3:22:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2C537B648; Sat, 2 Nov 2002 03:22:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C3943E42; Sat, 2 Nov 2002 03:22:13 -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 gA2BMDx3008514; Sat, 2 Nov 2002 03:22:13 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2BMDsi008510; Sat, 2 Nov 2002 03:22:13 -0800 (PST) Date: Sat, 2 Nov 2002 03:22:13 -0800 (PST) From: Edwin Groothuis Message-Id: <200211021122.gA2BMDsi008510@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/44818: update-port: audio/openag (bento-fix) Sender: owner-freebsd-ports@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: audio/openag (bento-fix) Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 2 03:21:53 PST 2002 Responsible-Changed-Why: I'll take care of this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=44818 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 3:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18DD337B401 for ; Sat, 2 Nov 2002 03:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9A243E6E for ; Sat, 2 Nov 2002 03:50: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 gA2Bo2x3015795 for ; Sat, 2 Nov 2002 03:50: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 gA2Bo2Pj015794; Sat, 2 Nov 2002 03:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD9CD37B401 for ; Sat, 2 Nov 2002 03:45:50 -0800 (PST) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88C343E7B for ; Sat, 2 Nov 2002 03:45:49 -0800 (PST) (envelope-from henrik.motakef@web.de) Received: from dsl-213-023-027-222.arcor-ip.net ([213.23.27.222] helo=pokey.henrik-motakef.de.web.de) by smtp.web.de with esmtp (WEB.DE(Exim) 4.91 #2) id 187wil-0002Bu-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 02 Nov 2002 12:45:43 +0100 Message-Id: <874rb018sk.fsf@pokey.henrik-motakef.de> Date: 02 Nov 2002 12:59:55 +0100 From: Henrik Motakef Reply-To: Henrik Motakef To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44829: New Port: Steel Bank Common Lisp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44829 >Category: ports >Synopsis: New Port: Steel Bank Common Lisp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 03:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Henrik Motakef >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD pokey.henrik-motakef.de 4.7-RC FreeBSD 4.7-RC #1: Fri Sep 27 00:58:43 CEST 2002 toor@pokey.henrik-motakef.de:/usr/obj/usr/src/sys/POKEY2 i386 >Description: New port for lang/sbcl, the Steel Bank Common Lisp system >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: # # sbcl # sbcl/Makefile # sbcl/pkg-comment # sbcl/pkg-descr # sbcl/distinfo # sbcl/pkg-plist # echo c - sbcl mkdir -p sbcl > /dev/null 2>&1 echo x - sbcl/Makefile sed 's/^X//' >sbcl/Makefile << 'END-of-sbcl/Makefile' X# New ports collection makefile for: sbcl X# Date created: 01 November 2002 X# Whom: henrik@henrik-motakef.de X# X# $FreeBSD$ X# X XPORTNAME= sbcl XPORTVERSION= 0.7.9 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sbcl XDISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-binary X XMAINTAINER= Henrik Motakef X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-x86-freebsd XNO_BUILD= yes XMAN1= sbcl.1 XUSE_BZIP2= yes X Xdo-install: X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/src/runtime/sbcl ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/output/sbcl.core ${PREFIX}/lib X @${INSTALL_MAN} ${WRKSRC}/doc/sbcl.1 ${PREFIX}/man/man1 X @${INSTALL_MAN} ${WRKSRC}/BUGS ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} X.include END-of-sbcl/Makefile echo x - sbcl/pkg-comment sed 's/^X//' >sbcl/pkg-comment << 'END-of-sbcl/pkg-comment' XSteel Bank Common Lisp END-of-sbcl/pkg-comment echo x - sbcl/pkg-descr sed 's/^X//' >sbcl/pkg-descr << 'END-of-sbcl/pkg-descr' XSteel Bank Commom Lisp (SBCL) is an Open Source development system Xfor ANSI Common Lisp. It provides an interactive environment including Xan integrated native code compiler, interpreter, and debugger. X XWWW: http://sbcl.sourceforge.net X X- Henrik Motakef X END-of-sbcl/pkg-descr echo x - sbcl/distinfo sed 's/^X//' >sbcl/distinfo << 'END-of-sbcl/distinfo' XMD5 (sbcl-0.7.9-x86-freebsd-binary.tar.bz2) = 43c95224acd60b652b0945e8a5262245 END-of-sbcl/distinfo echo x - sbcl/pkg-plist sed 's/^X//' >sbcl/pkg-plist << 'END-of-sbcl/pkg-plist' Xbin/sbcl Xlib/sbcl.core Xshare/doc/sbcl/BUGS Xshare/doc/sbcl/COPYING Xshare/doc/sbcl/CREDITS Xshare/doc/sbcl/INSTALL Xshare/doc/sbcl/NEWS Xshare/doc/sbcl/README X@dirrm share/doc/sbcl END-of-sbcl/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 4: 9:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A8537B401 for ; Sat, 2 Nov 2002 04:09:47 -0800 (PST) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC1043E77 for ; Sat, 2 Nov 2002 04:09:47 -0800 (PST) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (lank.wburn [192.168.3.41]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id 5D63C57F3; Sat, 2 Nov 2002 07:09:35 -0500 (EST) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id 02E0626C; Sat, 2 Nov 2002 07:09:31 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15811.49275.238226.994104@gargle.gargle.HOWL> Date: Sat, 2 Nov 2002 07:09:31 -0500 To: alane@geeksrus.net Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up In-Reply-To: <20021102062440.GA65006@wwweasel.geeksrus.net> References: <15811.17894.580695.890688@gargle.gargle.HOWL> <20021102062440.GA65006@wwweasel.geeksrus.net> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org AlanE writes: > On Fri, Nov 01, 2002 at 10:26:30PM -0500, Dan Pelleg wrote: > > > > Hi, seems to be a problem with the phoenix port: make install works fine, > >but when I start phoenix up for the first time I get: > > > >XML Parsing Error: undefined entity > >Location: chrome://browser/content/browser.xul > >line number 447, column 34: > > > > > Works fine here. This is a 0.4 release. Best suggestion I have is to > delete your .phoenix dir and then start it up, letting it make its > defaults in there. If that doesn't do it, let us know. > I tried that too. Same result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 5: 7:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF9937B401 for ; Sat, 2 Nov 2002 05:07:23 -0800 (PST) Received: from defiant.apana.org.au (defiant.apana.org.au [203.11.114.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4828A43E6E for ; Sat, 2 Nov 2002 05:07:21 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from odyssey.apana.org.au (IDENT:9nv5gVX4OtqBcn3MQHkZPzqSvH8cE3ch@odyssey.apana.org.au [203.11.114.1]) by defiant.apana.org.au (8.9.3/8.9.3) with ESMTP id VAA13749 for ; Sat, 2 Nov 2002 21:07:16 +0800 (WST) Date: Sat, 2 Nov 2002 21:07:16 +0800 (WST) From: Dean Hollister To: freebsd-ports@freebsd.org Subject: Request Tracker Message-ID: <20021102210509.D15559-100000@odyssey.apana.org.au> X-no-archive: Yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear All, I have Request Tracker working under FreeBSD with the system Perl (5.005). There's been a bit of discussion about this, so I'm unsure as to whether to submit the port or wait for other comment first. It's a tricky installation, mySQL server/client must be installed/running before installing the port and the group rt (96) must be added. What are people's thoughts on giving it a go at getting it committed? Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 5:33: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D95B937B401 for ; Sat, 2 Nov 2002 05:33:03 -0800 (PST) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0E043E6E for ; Sat, 2 Nov 2002 05:33:02 -0800 (PST) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id BA2135B8B; Sat, 2 Nov 2002 14:33:00 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id 9C9795B85; Sat, 2 Nov 2002 14:32:57 +0100 (CET) Date: Sat, 2 Nov 2002 14:32:57 +0100 From: Erwin Lansing To: Dean Hollister Cc: freebsd-ports@freebsd.org Subject: Re: Request Tracker Message-ID: <20021102133257.GG53986@droso.net> References: <20021102210509.D15559-100000@odyssey.apana.org.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EXKGNeO8l0xGFBjy" Content-Disposition: inline In-Reply-To: <20021102210509.D15559-100000@odyssey.apana.org.au> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EXKGNeO8l0xGFBjy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 02, 2002 at 09:07:16PM +0800, Dean Hollister wrote: >=20 > Dear All, Hi, >=20 > I have Request Tracker working under FreeBSD with the system Perl (5.005). >=20 > There's been a bit of discussion about this, so I'm unsure as to whether > to submit the port or wait for other comment first. >=20 > It's a tricky installation, mySQL server/client must be installed/running > before installing the port and the group rt (96) must be added. >=20 > What are people's thoughts on giving it a go at getting it committed? >=20 There is some work in progress of getting full port into the ports tree. See http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/41701 for more info. Cheers, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| http://droso.org/ erwin@lansing.dk `-.-' \ )-`( , o o) http://fnidder.dk/ -bf- `- \`_`"'- --EXKGNeO8l0xGFBjy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9w9QJqy9aWxUlaZARAss0AJ4k4vNVRK0c8m7fT4sTcP852oa1ngCfYJIX Cygn0Ig3lKAjSEhjUBwC1HE= =u8B5 -----END PGP SIGNATURE----- --EXKGNeO8l0xGFBjy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 5:37:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713FC37B401; Sat, 2 Nov 2002 05:37:55 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91DB43E3B; Sat, 2 Nov 2002 05:37:54 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA2DbjEe076400; Sat, 2 Nov 2002 08:37:45 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA2DbiQC076395; Sat, 2 Nov 2002 08:37:44 -0500 (EST) (envelope-from alane) Date: Sat, 2 Nov 2002 08:37:44 -0500 From: AlanE To: Dan Pelleg Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up Message-ID: <20021102133744.GB63612@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Dan Pelleg , phoenix@geeksrus.net, FreeBSD Ports List References: <15811.17894.580695.890688@gargle.gargle.HOWL> <20021102062440.GA65006@wwweasel.geeksrus.net> <15811.49275.238226.994104@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15811.49275.238226.994104@gargle.gargle.HOWL> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Nov 02, 2002 at 07:09:31AM -0500, Dan Pelleg wrote: >AlanE writes: > > On Fri, Nov 01, 2002 at 10:26:30PM -0500, Dan Pelleg wrote: > > > > > > Hi, seems to be a problem with the phoenix port: make install works fine, > > >but when I start phoenix up for the first time I get: > > > > > >XML Parsing Error: undefined entity > > >Location: chrome://browser/content/browser.xul > > >line number 447, column 34: > > > > > > > > > Works fine here. This is a 0.4 release. Best suggestion I have is to > > delete your .phoenix dir and then start it up, letting it make its > > defaults in there. If that doesn't do it, let us know. > > > >I tried that too. Same result. I have not the faintest clue, as that file doesn't even exist (except perhaps compressed in a jar file). Trevor, what ideas do you have about this? -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 5:44: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F4E37B401 for ; Sat, 2 Nov 2002 05:43:57 -0800 (PST) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB7643E42 for ; Sat, 2 Nov 2002 05:43:56 -0800 (PST) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (lank.wburn [192.168.3.41]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id D2FA757F3; Sat, 2 Nov 2002 08:43:49 -0500 (EST) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id 5F25F26C; Sat, 2 Nov 2002 08:43:43 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15811.54926.591559.188381@gargle.gargle.HOWL> Date: Sat, 2 Nov 2002 08:43:42 -0500 To: alane@geeksrus.net Cc: phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up In-Reply-To: <20021102133744.GB63612@wwweasel.geeksrus.net> References: <15811.17894.580695.890688@gargle.gargle.HOWL> <20021102062440.GA65006@wwweasel.geeksrus.net> <15811.49275.238226.994104@gargle.gargle.HOWL> <20021102133744.GB63612@wwweasel.geeksrus.net> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org AlanE writes: > On Sat, Nov 02, 2002 at 07:09:31AM -0500, Dan Pelleg wrote: > >AlanE writes: > > > On Fri, Nov 01, 2002 at 10:26:30PM -0500, Dan Pelleg wrote: > > > > > > > > Hi, seems to be a problem with the phoenix port: make install works fine, > > > >but when I start phoenix up for the first time I get: > > > > > > > >XML Parsing Error: undefined entity > > > >Location: chrome://browser/content/browser.xul > > > >line number 447, column 34: > > > > > > > > > > > > > Works fine here. This is a 0.4 release. Best suggestion I have is to > > > delete your .phoenix dir and then start it up, letting it make its > > > defaults in there. If that doesn't do it, let us know. > > > > > > >I tried that too. Same result. > > I have not the faintest clue, as that file doesn't even exist (except > perhaps compressed in a jar file). > > Trevor, what ideas do you have about this? > I have found a file or two with this string by doing a big find | xargs grep in the build directory. Alas, I have deleted it since and also don't remember what it was. Wish I could be more helpfule. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 6: 8: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEF137B401 for ; Sat, 2 Nov 2002 06:08:08 -0800 (PST) Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 484E343E75 for ; Sat, 2 Nov 2002 06:08:00 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 6252 invoked from network); 2 Nov 2002 14:08:49 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by localhost with SMTP; 2 Nov 2002 14:08:49 -0000 Date: Sat, 2 Nov 2002 15:08:48 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: Martin Klaffenboeck , AlanE , freebsd-ports@FreeBSD.ORG Subject: Re: ports/44813: Xft build failes Message-ID: <20021102140848.GA1006@martin.kdrache.org> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> <20021101204846.GA22621@martin.kdrache.org> <1036184398.340.89.camel@gyros.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1036184398.340.89.camel@gyros.marcuscom.com>; from marcus@marcuscom.com on Fr, Nov 01, 2002 at 21:59:58 +0100 X-Mailer: Balsa 1.4.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > It's there. The problem is you once installed X from CVS, and now > some > older fontconfig stuff was still on your machine. Backing X down is a > bad thing. You should have removed /usr/X11R6, and started fresh. Thats much work. Can I find out some easy way, which packages I have installed now have the ${PREFIX} /usr/X11R6? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 6:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC7D37B401 for ; Sat, 2 Nov 2002 06:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D70243E77 for ; Sat, 2 Nov 2002 06:10: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 gA2EA1x3012220 for ; Sat, 2 Nov 2002 06:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2EA14S012219; Sat, 2 Nov 2002 06:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EAA637B401 for ; Sat, 2 Nov 2002 06:01:31 -0800 (PST) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A2F43E3B for ; Sat, 2 Nov 2002 06:01:29 -0800 (PST) (envelope-from matthias.andree@web.de) Received: from m2a2.myip.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 81D7BA3832 for ; Sat, 2 Nov 2002 15:01:17 +0100 (CET) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.0.2]) by merlin.emma.line.org (Postfix) with ESMTP id 8EE0C2219; Sat, 2 Nov 2002 15:01:10 +0100 (CET) Received: from libertas.emma.line.org (localhost [127.0.0.1]) by libertas.emma.line.org (8.12.6/8.12.6) with ESMTP id gA2E19qa010109; Sat, 2 Nov 2002 15:01:09 +0100 (CET) (envelope-from emma@libertas.emma.line.org) Received: (from emma@localhost) by libertas.emma.line.org (8.12.6/8.12.6/Submit) id gA2E17mm010108; Sat, 2 Nov 2002 15:01:07 +0100 (CET) Message-Id: <200211021401.gA2E17mm010108@libertas.emma.line.org> Date: Sat, 2 Nov 2002 15:01:07 +0100 (CET) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org, ve@sci.fi X-Send-Pr-Version: 3.113 Subject: ports/44830: bugfix update port: mail/fetchmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44830 >Category: ports >Synopsis: bugfix update port: mail/fetchmail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 06:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 14:00:57 CEST 2002 toor@libertas.emma.line.org:/usr/obj/usr/src/sys/LIBERTAS i386 >Description: NOTE TO MAINTAINER: Please send Followup to PR stating whether you approve or disapprove my patch, so committers can know whether this is OK or no. Thanks. This patch updates the FreeBSD port of mail/fetchmail to 6.1.2. It is a pure bugfix update: fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines: * Jan Klaverstijn's verbosity-lowering patch. * Updated Turkish, German, Catalan, and Danish translation files. * Fix processing of POP3 messages with missing bodies. * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle unexpected SIGALRM, plug memory leak, handle lines beginning with '\0', try to bulletproof error handling against read failures. >How-To-Repeat: >Fix: diff -Nur /usr/ports/mail/fetchmail/Makefile /root/fetchmail/Makefile --- /usr/ports/mail/fetchmail/Makefile Sat Nov 2 13:43:16 2002 +++ /root/fetchmail/Makefile Sat Nov 2 13:46:37 2002 @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ diff -Nur /usr/ports/mail/fetchmail/distinfo /root/fetchmail/distinfo --- /usr/ports/mail/fetchmail/distinfo Sat Nov 2 13:43:16 2002 +++ /root/fetchmail/distinfo Sat Nov 2 13:51:21 2002 @@ -1 +1 @@ -MD5 (fetchmail-6.1.1.tar.gz) = 67c04b718a6ceebf58ef00ff96161706 +MD5 (fetchmail-6.1.2.tar.gz) = 6c617efe83262f0e9d5c0992caab8f72 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 6:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913CA37B401 for ; Sat, 2 Nov 2002 06:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2319F43E6E for ; Sat, 2 Nov 2002 06:20: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 gA2EK1x3016793 for ; Sat, 2 Nov 2002 06:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2EK144016792; Sat, 2 Nov 2002 06:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 930D437B401 for ; Sat, 2 Nov 2002 06:12:58 -0800 (PST) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 72D5243E42 for ; Sat, 2 Nov 2002 06:12:56 -0800 (PST) (envelope-from buz@iota.root-servers.ch) Received: (qmail 50896 invoked from network); 2 Nov 2002 14:12:44 -0000 Received: from localhost.root-servers.ch (HELO iota.root-servers.ch) (127.0.0.1) by 0 with SMTP; 2 Nov 2002 14:12:44 -0000 Received: (from buz@localhost) by iota.root-servers.ch (8.12.3/8.12.3/Submit) id gA2EChS5050893; Sat, 2 Nov 2002 15:12:43 +0100 (CET) Message-Id: <200211021412.gA2EChS5050893@iota.root-servers.ch> Date: Sat, 2 Nov 2002 15:12:43 +0100 (CET) From: Gabriel Ambuehl Reply-To: Gabriel Ambuehl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44831: PORTS Uprade: mod_php4-4.2.3_1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44831 >Category: ports >Synopsis: PORTS Uprade: mod_php4-4.2.3_1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 06:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gabriel Ambuehl gabriel_ambuehl@buz.ch >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: >Description: Adds LIBXSLT support to mod_php4 configuration menu, proper Documentation of PHP4_OPTIONS usage, switch to look for apache13-modssl instead apache13 >How-To-Repeat: n/a >Fix: n/a --- mod_php4-4.2.3_1.patch begins here --- diff -ur /usr/ports/www/mod_php4/Makefile mod_php4/Makefile --- /usr/ports/www/mod_php4/Makefile Tue Sep 10 13:26:49 2002 +++ mod_php4/Makefile Sat Nov 2 14:49:21 2002 @@ -37,11 +37,16 @@ USE_BZIP2= yes USE_SUBMAKE= yes USE_AUTOCONF_VER=213 + .if defined(WITH_APACHE2) APACHE_PORT?= ${PORTSDIR}/www/apache2 .else +.if defined(WITH_APACHE13-MOD_SSL) +APACHE_PORT?= ${PORTSDIR}/www/apache13-modssl +.else APACHE_PORT?= ${PORTSDIR}/www/apache13 .endif +.endif APXS?= ${LOCALBASE}/sbin/apxs .if !defined(BATCH) && !defined(PACKAGE_BUILDING) @@ -85,6 +90,15 @@ pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php + @${ECHO_CMD} "Define WITH_APACHE13-MOD_SSL if you're using the www/apache13-mod_ssl" + @${ECHO_CMD} "port instead of www/apache13" + @${ECHO_CMD} "" + @${ECHO_CMD} "Define BATCH if you want to run a non-interactive build." + @${ECHO_CMD} "Set PHP4_OPTIONS='\\\"your_module1\\\" \\\"your_module2\\\" ' " + @${ECHO_CMD} "if you want non-standard modules to be compiled into BATCH builds" + @${ECHO_CMD} "whereas the names of the modules are the same as displayed in the" + @${ECHO_CMD} "interactive menu." + @${ECHO_CMD} "" .if !defined(STANDALONE) && !defined(WITH_APACHE2) @${ECHO_CMD} "Define WITH_APACHE2 to build mod_php4 as an apache2 module." @${ECHO_CMD} "" diff -ur /usr/ports/www/mod_php4/scripts/configure.php mod_php4/scripts/configure.php --- /usr/ports/www/mod_php4/scripts/configure.php Sat Sep 21 08:11:46 2002 +++ mod_php4/scripts/configure.php Sat Nov 2 14:49:22 2002 @@ -40,7 +40,8 @@ XMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \ XSLT "Sablotron support (implies XML and iconv)" OFF \ WDDX "WDDX support (implies XML)" OFF \ -DOMXML "DOM support" OFF \ +DOMXML "DOM support (by means of Gnome's libxml2, implies zlib)" OFF \ +LIBXSLT "libxslt support (marked experimental, seems to work, though, implies DOMXML)" OFF \ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ gettext "gettext library support" OFF \ @@ -283,8 +284,13 @@ ;; \"DOMXML\") echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" - echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE}" + echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE} --with-zlib" ;; + \"LIBXSLT\") + echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2 xslt.1:\${PORTSDIR}/textproc/libxslt" + echo "CONFIGURE_ARGS+=--with-dom=\${LOCALBASE} --with-zlib --with-dom-xslt=\${LOCALBASE}" + ;; + \"FTP\") echo "CONFIGURE_ARGS+=--enable-ftp" ;; --- mod_php4-4.2.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 6:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C4A37B404 for ; Sat, 2 Nov 2002 06:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B385343E4A for ; Sat, 2 Nov 2002 06:20: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 gA2EK2x3016807 for ; Sat, 2 Nov 2002 06:20: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 gA2EK26t016806; Sat, 2 Nov 2002 06:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EBC37B401; Sat, 2 Nov 2002 06:15:49 -0800 (PST) Received: from narayan.energyhq.tk (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7840343E9C; Sat, 2 Nov 2002 06:15:36 -0800 (PST) (envelope-from galerna@narayan.energyhq.tk) Received: from narayan.energyhq.tk (localhost [127.0.0.1]) by narayan.energyhq.tk (8.12.6/8.12.5) with ESMTP id gA2EGNPW089675; Sat, 2 Nov 2002 15:16:23 +0100 (CET) (envelope-from galerna@narayan.energyhq.tk) Received: (from galerna@localhost) by narayan.energyhq.tk (8.12.6/8.12.6/Submit) id gA2EGKda089674; Sat, 2 Nov 2002 15:16:20 +0100 (CET) Message-Id: <200211021416.gA2EGKda089674@narayan.energyhq.tk> Date: Sat, 2 Nov 2002 15:16:20 +0100 (CET) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org Cc: chuckr@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44832: Update port lang/objc to 3.1.31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44832 >Category: ports >Synopsis: Update port lang/objc to 3.1.31 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 06:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD narayan.energyhq.tk 4.7-RC FreeBSD 4.7-RC #0: Sat Oct 5 15:47:57 CEST 2002 root@narayan.energyhq.tk:/usr/obj/usr/src/sys/NARAYAN i386 >Description: This port is current at version 3.1.5, which is rather old, update to 3.1.31 >How-To-Repeat: cd /usr/ports/lang/objc && cat distinfo >Fix: --- objc.diff begins here --- diff -ruN objc.old/Makefile objc/Makefile --- objc.old/Makefile Thu Jun 29 09:02:28 2000 +++ objc/Makefile Sat Nov 2 15:07:20 2002 @@ -6,16 +6,14 @@ # PORTNAME= objc -PORTVERSION= 3.1.5 +PORTVERSION= 3.1.31 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= devel/lang/objc chuckr -DISTFILES= objc-3.1.5-bootstrap.tar.gz objc-3.1.5.tar.gz +MASTER_SITES= http://users.pandora.be/stes/ +DISTFILES= objc-bootstrap-3.1.31.tar.gz objc-3.1.31.tar.gz MAINTAINER= chuckr@freebsd.org -BUILD_DEPENDS= $(PREFIX)/lib/libgc.a:$(PORTSDIR)/devel/boehm-gc +#BUILD_DEPENDS= $(PREFIX)/lib/libgc.a:$(PORTSDIR)/devel/boehm-gc HAS_CONFIGURE= yes MAN1= cvtimport.1 objc.1 postlink.1 vici.1 @@ -35,11 +33,7 @@ .include pre-configure: - (cd $(WRKDIR)/$(DISTNAME)-bootstrap;./configure --prefix=$(WRKDIR);${MAKE};${MAKE} install) - -post-build: - $(ECHO) "Building additional libraries (boehm-gc compatibility)" - (cd $(WRKSRC); ${SETENV} PATH=$(WRKDIR)/bin:$(PATH) ./makeLibs) + (cd $(WRKDIR)/${PORTNAME}-bootstrap-$(PORTVERSION);./configure --prefix=$(WRKDIR);${MAKE};${MAKE} install) pre-install: $(MKDIR) $(PREFIX)/share/doc/objc diff -ruN objc.old/distinfo objc/distinfo --- objc.old/distinfo Mon Jan 10 07:31:25 2000 +++ objc/distinfo Sat Nov 2 14:20:16 2002 @@ -1,2 +1,2 @@ -MD5 (objc-3.1.5-bootstrap.tar.gz) = 9b479decd381417040962ec0d88d0819 -MD5 (objc-3.1.5.tar.gz) = 8418333a97a3ab2ed42cdb0e93804489 +MD5 (objc-bootstrap-3.1.31.tar.gz) = 56954d64b3c26e2d907a908553470832 +MD5 (objc-3.1.31.tar.gz) = 225ff2be70c1bb69bd7d41984c443a82 diff -ruN objc.old/files/patch-aa objc/files/patch-aa --- objc.old/files/patch-aa Sun Mar 21 14:25:28 1999 +++ objc/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- makeLibs.in.orig Sat Mar 20 22:24:17 1999 -+++ makeLibs.in Sat Mar 20 22:26:18 1999 -@@ -23,7 +23,7 @@ - # runtime library for -gc option - if [ -f $GCPREF/include/gc.h ]; then - cat >$T <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 7:21:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC9337B401 for ; Sat, 2 Nov 2002 07:21:14 -0800 (PST) Received: from cie-www.etat.lu (cie-www.etat.lu [194.154.200.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5518043E75 for ; Sat, 2 Nov 2002 07:21:13 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus.cie.etat.lu (avirus.cie.etat.lu [148.110.136.55]) by cie-www.etat.lu (8.9.1/8.9.1) with ESMTP id QAA10985; Sat, 2 Nov 2002 16:16:24 +0100 (MET) Received: from mcesr.etat.lu (localhost [127.0.0.1]) by avirus.cie.etat.lu (8.10.2+Sun/8.8.8) with ESMTP id gA2FKw818650; Sat, 2 Nov 2002 16:20:59 +0100 (MET) Received: from [148.110.43.149] (HELO lucifer.cedies.etat.lu) by mcesr.etat.lu (CommuniGate Pro SMTP 3.5.9) with ESMTP id 592975; Sat, 02 Nov 2002 15:53:13 +0100 Content-Type: text/plain; charset="us-ascii" From: Didier Wiroth To: adam@vectors.cx Subject: FreeBSD Port: keramik-1.0 Date: Sat, 2 Nov 2002 16:20:40 +0100 User-Agent: KMail/1.4.3 Cc: ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211021620.40882.didier.wiroth@mcesr.etat.lu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey, What happened to the keramik port? Is it broken? It still exists in the p= orts=20 collection on: http://www.FreeBSD.org/cgi/ports.cgi?query=3Dkeramik&stype=3Dall but it is not available anymore in /usr/ports/x11-wm/keramik. Why, is it broken?=20 Thanks a lot for any info! Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 7:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF58B37B404 for ; Sat, 2 Nov 2002 07:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3161343E7B for ; Sat, 2 Nov 2002 07: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 gA2FU2x3049414 for ; Sat, 2 Nov 2002 07: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 gA2FU2UB049413; Sat, 2 Nov 2002 07:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A2FC37B401 for ; Sat, 2 Nov 2002 07:20:31 -0800 (PST) Received: from goanna.lan.raisdorf.net (pD9E3C58D.dip.t-dialin.net [217.227.197.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21D943E88 for ; Sat, 2 Nov 2002 07:20:21 -0800 (PST) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: from goanna.lan.raisdorf.net (localhost [127.0.0.1]) by goanna.lan.raisdorf.net (8.12.6/8.12.5) with ESMTP id gA2FKEKd023864; Sat, 2 Nov 2002 16:20:14 +0100 (CET) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: (from hscholz@localhost) by goanna.lan.raisdorf.net (8.12.6/8.12.6/Submit) id gA2FK9N3023863; Sat, 2 Nov 2002 16:20:09 +0100 (CET) Message-Id: <200211021520.gA2FK9N3023863@goanna.lan.raisdorf.net> Date: Sat, 2 Nov 2002 16:20:09 +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/44833: maintainer-update: x11-wm/fluxbox remember patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44833 >Category: ports >Synopsis: maintainer-update: x11-wm/fluxbox remember patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 07:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 4.7-STABLE i386 >Organization: NetUSE AG >Environment: System: FreeBSD goanna.lan.raisdorf.net 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Oct 17 16:21:01 CEST 2002 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA i386 >Description: This adds optional remember features to the fluxbox windowmanager. The patch allows to remember workspace, dimension, position, sticky state, ... for each program. In addition these things have been changed: - add WITH_REMEMBER knob - add --enable-gnome and --enable-kde flags - make xinerama default as it is stable - distinfo update download URL: http://www.raisdorf.net/files/FreeBSD/fluxbox-0.1.12remember.patch >How-To-Repeat: >Fix: --- fluxbox-0.1.12remember.patch begins here --- diff -ur fluxbox-0.1.12.orig/Makefile fluxbox/Makefile --- fluxbox-0.1.12.orig/Makefile Sat Nov 2 15:44:19 2002 +++ fluxbox/Makefile Sat Nov 2 15:55:51 2002 @@ -7,27 +7,38 @@ PORTNAME= fluxbox PORTVERSION= 0.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +.if defined(WITH_REMEMBER) +PATCH_SITES= http://fluxbox.sourceforge.net/download/patches/ +PATCHFILES= unofficial-fluxbox-0.1.12-remember-patch.bz2 +PATCH_DIST_STRIP= -p1 +.endif + MAINTAINER= hendrik@scholz.net RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools USE_X_PREFIX= yes +.if defined(WITH_REMEMBER) +USE_GMAKE= yes +.endif GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-gnome --enable-kde -.if defined(WITH_XINERAMA) +.if !defined(WITHOUT_XINERAMA) CONFIGURE_ARGS+= --enable-xinerama .endif MAN1= fluxbox.1 -.if !defined(WITH_XINERAMA) +.if !defined(WITHOUT_XINERAMA) pre-everything:: - @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA" + @${ECHO_CMD} "To disable xinerama support define WITHOUT_XINERAMA" + @${ECHO_CMD} "To enable the unofficial remember patch define WITH_REMEMBER" .endif .include diff -ur fluxbox-0.1.12.orig/distinfo fluxbox/distinfo --- fluxbox-0.1.12.orig/distinfo Sat Nov 2 15:44:19 2002 +++ fluxbox/distinfo Sat Nov 2 15:51:21 2002 @@ -1 +1,2 @@ MD5 (fluxbox-0.1.12.tar.gz) = f90b191af969b49be3dcf901c36d5e13 +MD5 (unofficial-fluxbox-0.1.12-remember-patch.bz2) = cec040561aba84c1ca18fcfcaba17661 --- fluxbox-0.1.12remember.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 7:30:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C81437B401 for ; Sat, 2 Nov 2002 07:30:38 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8208443E77 for ; Sat, 2 Nov 2002 07:30:37 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA2FUWEe049295; Sat, 2 Nov 2002 10:30:32 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA2FUWqM049294; Sat, 2 Nov 2002 10:30:32 -0500 (EST) (envelope-from alane) Date: Sat, 2 Nov 2002 10:30:32 -0500 From: AlanE To: Didier Wiroth Cc: adam@vectors.cx, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: keramik-1.0 Message-ID: <20021102153032.GA45183@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Didier Wiroth , adam@vectors.cx, ports@FreeBSD.ORG References: <200211021620.40882.didier.wiroth@mcesr.etat.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211021620.40882.didier.wiroth@mcesr.etat.lu> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Nov 02, 2002 at 04:20:40PM +0100, Didier Wiroth wrote: >Hey, >What happened to the keramik port? Is it broken? It still exists in the ports >collection on: >http://www.FreeBSD.org/cgi/ports.cgi?query=keramik&stype=all >but it is not available anymore in /usr/ports/x11-wm/keramik. > >Why, is it broken? That's not exactly the word I'd use, but it'll do. -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 7:42:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C02FA37B401 for ; Sat, 2 Nov 2002 07:42:11 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B53743E97 for ; Sat, 2 Nov 2002 07:42:11 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA2Fg5Ee053345; Sat, 2 Nov 2002 10:42:05 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA2Fg5K7053344; Sat, 2 Nov 2002 10:42:05 -0500 (EST) (envelope-from alane) Date: Sat, 2 Nov 2002 10:42:05 -0500 From: AlanE To: Didier Wiroth Cc: FreeBSD Ports List Subject: Re: FreeBSD Port: keramik-1.0 Message-ID: <20021102154205.GA53288@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Didier Wiroth , FreeBSD Ports List References: <200211021620.40882.didier.wiroth@mcesr.etat.lu> <20021102153032.GA45183@wwweasel.geeksrus.net> <200211021635.55534.didier.wiroth@mcesr.etat.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211021635.55534.didier.wiroth@mcesr.etat.lu> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Nov 02, 2002 at 04:35:55PM +0100, Didier Wiroth wrote: >Thanks for replying! >Do you have an idea when it will be fixed? There is an experimental version in kdelibs and kdebase that can be enabled by building the ports with the make option '-DWITH_KERAMIK'. However, if it breaks, you get to keep all the pieces. No support. If you don't understand everything I just said, don't do it. Otherwise, you wait for the KDE 3.1 ports. -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 8: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BEEF37B401 for ; Sat, 2 Nov 2002 08:00:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B695143E7B for ; Sat, 2 Nov 2002 08:00: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 gA2G09x3059601 for ; Sat, 2 Nov 2002 08:00: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 gA2G09L2059600; Sat, 2 Nov 2002 08:00:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9190237B401 for ; Sat, 2 Nov 2002 07:59:51 -0800 (PST) Received: from nebula.wanadoo.fr (ca-sqy-5-233.abo.wanadoo.fr [80.8.58.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCC743E6E for ; Sat, 2 Nov 2002 07:59:48 -0800 (PST) (envelope-from dak@wanadoo.fr) Received: from nebula.wanadoo.fr (localhost.wanadoo.fr [127.0.0.1]) by nebula.wanadoo.fr (8.12.6/8.12.6) with ESMTP id gA2G0xKU029687 for ; Sat, 2 Nov 2002 17:01:00 +0100 (CET) (envelope-from dak@nebula.wanadoo.fr) Received: (from dak@localhost) by nebula.wanadoo.fr (8.12.6/8.12.6/Submit) id gA2G0wlL029686; Sat, 2 Nov 2002 17:00:58 +0100 (CET) Message-Id: <200211021600.gA2G0wlL029686@nebula.wanadoo.fr> Date: Sat, 2 Nov 2002 17:00:58 +0100 (CET) From: Aurélien Nephtali Reply-To: Aurélien Nephtali To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44834: [PATCH] Allow 'gnuplot' port to be compiled without X Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44834 >Category: ports >Synopsis: [PATCH] Allow 'gnuplot' port to be compiled without X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 08:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Aurélien Nephtali (aurelien.nephtali@wanadoo.fr) >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD nebula.wanadoo.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Sat Nov 2 12:08:43 CET 2002 dak@nebula.wanadoo.fr:/usr/src/sys/i386/compile/NEBULA i386 >Description: gnuplot (/usr/ports/math/gnuplot) can be compiled on a system without X11 installed. The attached patch handles the WITHOUT_X11 option. I don't looked into gnuplot+ (/usr/ports/math/gnuplot+) but it could be the same thing to modify. >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- /usr/ports/math/gnuplot/Makefile Sat Nov 2 16:48:45 2002 +++ /usr/ports/math/gnuplot/Makefile Sat Nov 2 16:54:24 2002 @@ -16,15 +16,22 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ gd.2:${PORTSDIR}/graphics/gd +.if !defined(WITHOUT_X11) USE_XLIB= yes +.endif GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd" CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${LOCALBASE}/include/ \ --libdir=${LOCALBASE}/lib \ - --with-x --without-linux-vga \ + --without-linux-vga \ --with-gd=${LOCALBASE}/lib \ --with-readline=gnu --with-lasergnu --with-png +.if defined(WITHOUT_W11) +CONFIGURE_ARGS += --with-x=no +.else +CONFIGURE_ARGS += --with-x +.endif post-install: ${MKDIR} ${PREFIX}/share/doc/gnuplot --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 8:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF9037B401 for ; Sat, 2 Nov 2002 08:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C850F43E88 for ; Sat, 2 Nov 2002 08: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 gA2Ge1x3078068 for ; Sat, 2 Nov 2002 08:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2Ge10Q078067; Sat, 2 Nov 2002 08:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61FC37B401 for ; Sat, 2 Nov 2002 08:30:56 -0800 (PST) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90FE43E6E for ; Sat, 2 Nov 2002 08:30:55 -0800 (PST) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 1881Aj-0000EV-00; Sat, 02 Nov 2002 17:30:53 +0100 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.6/8.12.6) with ESMTP id gA2Fp963084307 for ; Sat, 2 Nov 2002 16:51:09 +0100 (CET) (envelope-from naddy@localhost.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.6/8.12.6/Submit) id gA2Fp9Lt084306; Sat, 2 Nov 2002 16:51:09 +0100 (CET) Message-Id: <200211021551.gA2Fp9Lt084306@kemoauc.mips.inka.de> Date: Sat, 2 Nov 2002 16:51:09 +0100 (CET) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44835: portupgrade vs. docproj dependencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44835 >Category: ports >Synopsis: portupgrade vs. docproj dependencies >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 08:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Oct 29 09:46:10 CET 2002 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha portupgrade rev.1.198 >Description: I installed the textproc/docproj metaport (portupgrade -N) and later regenerated the ports index and database (portsdb -Uu). Now commands that access the package database, e.g. portversion, complain about stale dependencies: Stale dependency: docproj-1.10 --> docbook-241 -- manually run 'pkgdb -F' to fix, or specify -O to force. "Fixing" these with pkgdb proves difficult. I can change all docbook-xxx dependencies to docbook-4.1, although this doesn't make sense, but dsssl-docbook-modular-1.73_1,1 is also marked as stale, no alternative is offered, and deleting it doesn't work either: Stale dependency: docproj-1.10 -> dsssl-docbook-modular-1.73_1,1: New dependency? (? to help): Delete this? ([y]es/[n]o/[a]ll) [yes] Failed to rewrite /var/db/pkg/docproj-1.10/+CONTENTS: failed to convert Symbol into String To restore the package database to a sane state, the docproj and sgmlformat ports must be deleted. >How-To-Repeat: Install textproc/docproj, run pkgdb -F. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 8:52:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865F037B401 for ; Sat, 2 Nov 2002 08:52:21 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2653343E4A for ; Sat, 2 Nov 2002 08:52:21 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (dc9221e11ec7a98dca84c0b5bacad94d@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gA2Gs6it023259; Sat, 2 Nov 2002 08:54:06 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gA2Gs6oK023258; Sat, 2 Nov 2002 08:54:06 -0800 (PST) (envelope-from monkey) Date: Sat, 2 Nov 2002 08:54:06 -0800 From: Adam Weinberger To: Didier Wiroth , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: keramik-1.0 Message-ID: <20021102165406.GK197@vectors.cx> Mail-Followup-To: Adam Weinberger , Didier Wiroth , ports@FreeBSD.ORG References: <200211021620.40882.didier.wiroth@mcesr.etat.lu> <20021102153032.GA45183@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021102153032.GA45183@wwweasel.geeksrus.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.02.2002 @ 0730 PST): AlanE said, in 0.5K: << > On Sat, Nov 02, 2002 at 04:20:40PM +0100, Didier Wiroth wrote: > >Hey, > >What happened to the keramik port? Is it broken? It still exists in the ports > >collection on: > >http://www.FreeBSD.org/cgi/ports.cgi?query=keramik&stype=all > >but it is not available anymore in /usr/ports/x11-wm/keramik. > > > >Why, is it broken? > > That's not exactly the word I'd use, but it'll do. >> end of "Re: FreeBSD Port: keramik-1.0" from AlanE << Hehe. The keramik port was a neat hack on top of a snapshot of KDE at a specific point in time. The libraries from that snapshot would be in conflict with the current KDE system. For this reason, keramik was yanked from the ports collection. The good news is that keramik will be making its triumphant and translucent return when KDE 3.1 hits the shelves. You also bring up a good point: that keramik shows up in the ports search. This is because the database that the search engine uses was last updated just 8 hours before the keramik port was removed from the tree ::) - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9xAMuo8KM2ULHQ/0RAvuMAJ9xlVzP/A4RMzH9PJs2ZrF2nK9rawCgyBeM b6fOdwxOdmWVh1VFxo6oy04= =zD87 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 9: 2:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36DCC37B401; Sat, 2 Nov 2002 09:02:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC6643E3B; Sat, 2 Nov 2002 09:02:41 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA2H2fx3088243; Sat, 2 Nov 2002 09:02:41 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2H2fN6088239; Sat, 2 Nov 2002 09:02:41 -0800 (PST) Date: Sat, 2 Nov 2002 09:02:41 -0800 (PST) From: Patrick Li Message-Id: <200211021702.gA2H2fN6088239@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, pat@FreeBSD.org Subject: Re: ports/44833: maintainer-update: x11-wm/fluxbox remember patch Sender: owner-freebsd-ports@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: x11-wm/fluxbox remember patch Responsible-Changed-From-To: freebsd-ports->pat Responsible-Changed-By: pat Responsible-Changed-When: Sat Nov 2 09:02:25 PST 2002 Responsible-Changed-Why: I'll take care of this one http://www.freebsd.org/cgi/query-pr.cgi?pr=44833 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 9: 3: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319A037B401; Sat, 2 Nov 2002 09:03:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD67E43E8A; Sat, 2 Nov 2002 09:03:06 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA2H36x3088296; Sat, 2 Nov 2002 09:03:06 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2H36aq088292; Sat, 2 Nov 2002 09:03:06 -0800 (PST) Date: Sat, 2 Nov 2002 09:03:06 -0800 (PST) From: Patrick Li Message-Id: <200211021703.gA2H36aq088292@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/44831: PORTS Uprade: mod_php4-4.2.3_1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PORTS Uprade: mod_php4-4.2.3_1 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: pat Responsible-Changed-When: Sat Nov 2 09:02:56 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=44831 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 9:20:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2543437B401 for ; Sat, 2 Nov 2002 09:20:49 -0800 (PST) Received: from sorrow.ashke.com (pcp103897pcs.glstrt01.nj.comcast.net [68.45.109.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA9E243E75 for ; Sat, 2 Nov 2002 09:20:47 -0800 (PST) (envelope-from adamk@voicenet.com) Received: from localhost (localhost.visualtech.com [127.0.0.1]) by sorrow.ashke.com (8.12.6/8.12.6) with ESMTP id gA2HKkM7014193 for ; Sat, 2 Nov 2002 12:20:46 -0500 (EST) (envelope-from adamk@voicenet.com) Date: Sat, 2 Nov 2002 12:20:46 -0500 (EST) From: Adam K Kirchhoff X-X-Sender: adamk@sorrow.ashke.com To: freebsd-ports@FreeBSD.ORG Subject: Rebuilding all ports. Message-ID: <20021102121747.J14187-100000@sorrow.ashke.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've never seen this question answered before, so I thought I'd go ahead and ask: Is there anyway to rebuild all your ports? Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 9:21:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4355F37B401 for ; Sat, 2 Nov 2002 09:21:49 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C98EC43E75 for ; Sat, 2 Nov 2002 09:21:48 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (20c07af1321ad036140630cd6dc6743a@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gA2HNdit023354; Sat, 2 Nov 2002 09:23:39 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gA2HNdmQ023353; Sat, 2 Nov 2002 09:23:39 -0800 (PST) (envelope-from monkey) Date: Sat, 2 Nov 2002 09:23:39 -0800 From: Adam Weinberger To: AlanE Cc: Dan Pelleg , phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up Message-ID: <20021102172339.GM197@vectors.cx> Mail-Followup-To: Adam Weinberger , AlanE , Dan Pelleg , phoenix@geeksrus.net, FreeBSD Ports List References: <15811.17894.580695.890688@gargle.gargle.HOWL> <20021102062440.GA65006@wwweasel.geeksrus.net> <15811.49275.238226.994104@gargle.gargle.HOWL> <20021102133744.GB63612@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021102133744.GB63612@wwweasel.geeksrus.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (11.02.2002 @ 0537 PST): AlanE said, in 1.2K: << > On Sat, Nov 02, 2002 at 07:09:31AM -0500, Dan Pelleg wrote: > >AlanE writes: > > > >XML Parsing Error: undefined entity > > > >Location: chrome://browser/content/browser.xul > > > >line number 447, column 34: > > > > > > > > > I have not the faintest clue, as that file doesn't even exist (except > perhaps compressed in a jar file). >> end of "Re: phoenix-0.4_1 fails to start up" from AlanE << FWIW, the chrome://browser/content/browser.xul key appears in ${PREFIX}/lib/phoenix/lib/mozilla-1.2b/chrome/chromelist.txt. It is a property of lib/mozilla-1.2b/chrome/browser.jar, and is called from lib/mozilla-1.2b/components/libdocshell.so. As this port works fine for me, I really can't speculate what's going on. Whenever mozilla does something weird and back-endy like this for me, I just wipe the entire mozilla directory tree (in this case, /usr/X11R6/lib/phoenix) and rebuild/reinstall. I'm really curious. I'll keep investigating. - -Adam - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9xAoao8KM2ULHQ/0RAmEqAJ46rHqqMToa/6fTHSBuxnCywybMpwCg3dj/ gqren+9Nysum7Bfxgg/yUXo= =Jomb -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 9:27:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C86237B401 for ; Sat, 2 Nov 2002 09:27:46 -0800 (PST) Received: from encontacto.net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F02843E4A for ; Sat, 2 Nov 2002 09:27:45 -0800 (PST) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Sat, 02 Nov 2002 09:27:45 -0800 Received: from adsl-64-173-182-155.dsl.mtry01.pacbell.net (adsl-64-173-182-155.dsl.mtry01.pacbell.net [64.173.182.155]) by Mail.EnContacto.Net (IMP) with HTTP for ; Sat, 2 Nov 2002 09:27:45 -0800 Message-ID: <1036258065.3dc40b111adb8@Mail.EnContacto.Net> X-Priority: 3 (Normal) Date: Sat, 2 Nov 2002 09:27:45 -0800 From: eculp@encontacto.net To: Adam K Kirchhoff Cc: "freebsd-ports@FreeBSD.ORG" Subject: Re: Rebuilding all ports. References: <20021102121747.J14187-100000@sorrow.ashke.com> In-Reply-To: <20021102121747.J14187-100000@sorrow.ashke.com> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 64.173.182.155 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Quoting Adam K Kirchhoff : | | I've never seen this question answered before, so I thought I'd go ahead | and ask: | | Is there anyway to rebuild all your ports? I usually use # portupgrade -Rua or # portupgrade -fa or another combination. see # man portupgrade but someone else may have a better way. ed | | Adam | | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-ports" in the body of the message | -- ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 10: 1:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E1E37B401; Sat, 2 Nov 2002 10:01:17 -0800 (PST) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E4543E77; Sat, 2 Nov 2002 10:01:16 -0800 (PST) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (lank.wburn [192.168.3.41]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id 08FC757F3; Sat, 2 Nov 2002 13:01:07 -0500 (EST) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id 10B4126C; Sat, 2 Nov 2002 13:00:57 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15812.4824.552103.358521@gargle.gargle.HOWL> Date: Sat, 2 Nov 2002 13:00:56 -0500 To: Adam Weinberger Cc: AlanE , phoenix@geeksrus.net, FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up In-Reply-To: <20021102172339.GM197@vectors.cx> References: <15811.17894.580695.890688@gargle.gargle.HOWL> <20021102062440.GA65006@wwweasel.geeksrus.net> <15811.49275.238226.994104@gargle.gargle.HOWL> <20021102133744.GB63612@wwweasel.geeksrus.net> <20021102172339.GM197@vectors.cx> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Adam Weinberger writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > >> (11.02.2002 @ 0537 PST): AlanE said, in 1.2K: << > > On Sat, Nov 02, 2002 at 07:09:31AM -0500, Dan Pelleg wrote: > > >AlanE writes: > > > > >XML Parsing Error: undefined entity > > > > >Location: chrome://browser/content/browser.xul > > > > >line number 447, column 34: > > > > > > > > > > > > > I have not the faintest clue, as that file doesn't even exist (except > > perhaps compressed in a jar file). > >> end of "Re: phoenix-0.4_1 fails to start up" from AlanE << > > FWIW, the chrome://browser/content/browser.xul key appears in > ${PREFIX}/lib/phoenix/lib/mozilla-1.2b/chrome/chromelist.txt. It is a > property of lib/mozilla-1.2b/chrome/browser.jar, and is called from > lib/mozilla-1.2b/components/libdocshell.so. > > As this port works fine for me, I really can't speculate what's going > on. Whenever mozilla does something weird and back-endy like this for > me, I just wipe the entire mozilla directory tree (in this case, > /usr/X11R6/lib/phoenix) and rebuild/reinstall. I'm really curious. I'll > keep investigating. > Hmm, the ".jar" got me thinking - do I need some Java foo for any of this? I didn't bother to ever install Java stuff. Mozilla definitely builds (or did when I last updated it), though it gripes when I start it up: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so I sure hope Phoenix doesn't require Java - I really need a lightweight browser! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 10:31:55 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F3137B401 for ; Sat, 2 Nov 2002 10:31:53 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD6543E4A for ; Sat, 2 Nov 2002 10:31:52 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gA2IVkEe061266; Sat, 2 Nov 2002 13:31:46 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gA2IVkja061265; Sat, 2 Nov 2002 13:31:46 -0500 (EST) (envelope-from alane) Date: Sat, 2 Nov 2002 13:31:45 -0500 From: AlanE To: Dan Pelleg Cc: FreeBSD Ports List Subject: Re: phoenix-0.4_1 fails to start up Message-ID: <20021102183145.GA61244@wwweasel.geeksrus.net> Reply-To: FreeBSD Ports List Mail-Followup-To: Dan Pelleg , FreeBSD Ports List References: <15811.17894.580695.890688@gargle.gargle.HOWL> <20021102062440.GA65006@wwweasel.geeksrus.net> <15811.49275.238226.994104@gargle.gargle.HOWL> <20021102133744.GB63612@wwweasel.geeksrus.net> <20021102172339.GM197@vectors.cx> <15812.4824.552103.358521@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15812.4824.552103.358521@gargle.gargle.HOWL> X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Nov 02, 2002 at 01:00:56PM -0500, Dan Pelleg wrote: >Adam Weinberger writes: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > >> (11.02.2002 @ 0537 PST): AlanE said, in 1.2K: << > > > On Sat, Nov 02, 2002 at 07:09:31AM -0500, Dan Pelleg wrote: > > > >AlanE writes: > > > > > >XML Parsing Error: undefined entity > > > > > >Location: chrome://browser/content/browser.xul > > > > > >line number 447, column 34: > > > > > > > > > > > > > > > > > I have not the faintest clue, as that file doesn't even exist (except > > > perhaps compressed in a jar file). > > >> end of "Re: phoenix-0.4_1 fails to start up" from AlanE << > > > > FWIW, the chrome://browser/content/browser.xul key appears in > > ${PREFIX}/lib/phoenix/lib/mozilla-1.2b/chrome/chromelist.txt. It is a > > property of lib/mozilla-1.2b/chrome/browser.jar, and is called from > > lib/mozilla-1.2b/components/libdocshell.so. > > > > As this port works fine for me, I really can't speculate what's going > > on. Whenever mozilla does something weird and back-endy like this for > > me, I just wipe the entire mozilla directory tree (in this case, > > /usr/X11R6/lib/phoenix) and rebuild/reinstall. I'm really curious. I'll > > keep investigating. > > > >Hmm, the ".jar" got me thinking - do I need some Java foo for any of this? >I didn't bother to ever install Java stuff. Mozilla definitely builds (or >did when I last updated it), though it gripes when I start it up: > >LoadPlugin: failed to initialize shared library >/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so > >I sure hope Phoenix doesn't require Java - I really need a lightweight >browser! No, that's normal. It tries to use Java, and the shared lib isn't there, so you don't get Java. If you watch mozilla, it does the same thing (considering they're 90% the same code base, that's not too surprising, really). -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 10:32:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAC437B406; Sat, 2 Nov 2002 10:32:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B2F943EAC; Sat, 2 Nov 2002 10:32:20 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA2IWKx3049954; Sat, 2 Nov 2002 10:32:20 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2IWJ3P049949; Sat, 2 Nov 2002 10:32:19 -0800 (PST) Date: Sat, 2 Nov 2002 10:32:19 -0800 (PST) From: Patrick Li Message-Id: <200211021832.gA2IWJ3P049949@freefall.freebsd.org> To: molter@tin.it, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44811: [UPDATE] net/tightvnc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [UPDATE] net/tightvnc State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sat Nov 2 10:32:09 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=44811 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 10:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C55637B401 for ; Sat, 2 Nov 2002 10:50:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A8643E75 for ; Sat, 2 Nov 2002 10:50: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 gA2Io3x3053635 for ; Sat, 2 Nov 2002 10:50: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 gA2Io34G053634; Sat, 2 Nov 2002 10:50:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA5DA37B401 for ; Sat, 2 Nov 2002 10:46:22 -0800 (PST) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5A443E88 for ; Sat, 2 Nov 2002 10:46:21 -0800 (PST) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (lank.wburn [192.168.3.41]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id 1940057F3 for ; Sat, 2 Nov 2002 13:46:19 -0500 (EST) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id BEDC52FB; Sat, 2 Nov 2002 13:46:09 -0500 (EST) Message-Id: <20021102184609.BEDC52FB@lank.auton.cs.cmu.edu> Date: Sat, 2 Nov 2002 13:46:09 -0500 (EST) From: Dan Pelleg Reply-To: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44836: New port: hunch - Scan httpd log files, find vulnerability probes, mail admins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44836 >Category: ports >Synopsis: New port: hunch - Scan httpd log files, find vulnerability probes, mail admins >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 10:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dan Pelleg >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD l 4.6-STABLE FreeBSD 4.6-STABLE #8: Wed Jul 3 21:28:13 EDT 2002 d@p i386 >Description: Scan Apache log files for CodeRed, Nimda, FormMail, proxy scanners and other malicious probes. For each one found, track down the contact email from WHOIS data and send a notice. Built-in rate controls prevent flooding an admin even when his machines are scanning at high rates. Runs as a non-privileged cron job to not interfere with the HTTP daemon's operation. Notes to committer: 1. This port installs a user and a group "hunch". It doesn't meet the conditions listed in the handbook for a "reserved" uid/gid. 2. portlint will complain about the port. A lot. To the best of my judgment all of the warnings can be ignored with the exception of the one about BATCH which I could find no documentation for. Therefore it is setting IS_INTERACTIVE. >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: # # hunch # hunch/Makefile # hunch/pkg-comment # hunch/pkg-descr # hunch/pkg-plist # hunch/distinfo # hunch/pkg-message # hunch/pkg-install # hunch/pkg-deinstall # echo c - hunch mkdir -p hunch > /dev/null 2>&1 echo x - hunch/Makefile sed 's/^X//' >hunch/Makefile << 'END-of-hunch/Makefile' X# New ports collection makefile for: hunch X# Date created: 26 October 2002 X# Whom: Dan Pelleg X# X# $FreeBSD$ X# X XPORTNAME= hunch XPORTVERSION= 1.0 XCATEGORIES= security XMASTER_SITES= http://web.cs.cmu.edu/~dpelleg/download/ X XMAINTAINER= daniel+hunch@pelleg.org X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net X XIS_INTERACTIVE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XNO_PACKAGE= too interactive XNO_BUILD= true XUSE_PERL5= YES X Xdo-install: X @${ECHO_MSG} "Installing files" X @${INSTALL_DATA} ${WRKSRC}/etc/hunch-special ${PREFIX}/etc X @${INSTALL_SCRIPT} ${WRKSRC}/bin/complain-httpd ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/bin/contact ${PREFIX}/bin X Xpost-install: X @PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X X.include END-of-hunch/Makefile echo x - hunch/pkg-comment sed 's/^X//' >hunch/pkg-comment << 'END-of-hunch/pkg-comment' XScan httpd log files, find vulnerability probes, mail admins END-of-hunch/pkg-comment echo x - hunch/pkg-descr sed 's/^X//' >hunch/pkg-descr << 'END-of-hunch/pkg-descr' XScan Apache log files for CodeRed, Nimda, FormMail, proxy scanners and Xother malicious probes. For each one found, track down the contact email Xfrom WHOIS data and send a notice. Built-in rate controls prevent flooding Xan admin even when his machines are scanning at high rates. Runs as a Xnon-privileged cron job to not interfere with the HTTP daemon's operation. X X-- Dan Pelleg X Xdaniel+hunch@pelleg.org END-of-hunch/pkg-descr echo x - hunch/pkg-plist sed 's/^X//' >hunch/pkg-plist << 'END-of-hunch/pkg-plist' Xbin/complain-httpd Xbin/contact Xetc/hunch-special END-of-hunch/pkg-plist echo x - hunch/distinfo sed 's/^X//' >hunch/distinfo << 'END-of-hunch/distinfo' XMD5 (hunch-1.0.tar.gz) = a5abf88c516e341cda723aaddfdc6aa6 END-of-hunch/distinfo echo x - hunch/pkg-message sed 's/^X//' >hunch/pkg-message << 'END-of-hunch/pkg-message' XNote that some WHOIS servers have specific Xterms of use, which they assume you to have Xaccepted by issuing a query. Do not use Xthis package if you do not agree to those Xlicenses. END-of-hunch/pkg-message echo x - hunch/pkg-install sed 's/^X//' >hunch/pkg-install << 'END-of-hunch/pkg-install' X#! /bin/sh X X# X# Adapted from pkg-install in net/cvsup-mirror, X# presumably by jdp@FreeBSD.org X# X Xuser=hunch Xgroup=hunch X Xinterval=4 X Xask() { X local question default answer X X question=$1 X default=$2 X if [ -z "${PACKAGE_BUILDING}" ]; then X read -p "${question} [${default}]? " answer X fi X if [ x${answer} = x ]; then X answer=${default} X fi X echo ${answer} X} X Xyesno() { X local dflt question answer X X question=$1 X dflt=$2 X while :; do X answer=$(ask "${question}" "${dflt}") X case "${answer}" in X [Yy]*) return 0;; X [Nn]*) return 1;; X esac X echo "Please answer yes or no." X done X} X Xmake_account() { X local u g gcos homeopt home X X u=$1 X g=$2 X gcos=$3 X homeopt=${4:+"-d $4"} X X if pw group show "${g}" >/dev/null 2>&1; then X echo "You already have a group \"${g}\", so I will use it." X else X echo "You need a group \"${g}\"." X if which -s pw && yesno "Would you like me to create it" y; then X pw groupadd ${g} || exit X echo "Done." X else X echo "Please create it, and try again." X if ! grep -q "^${u}:" /etc/passwd; then X echo "While you're at it, please create a user \"${u}\" too," X echo "with a default group of \"${g}\"." X fi X exit 1 X fi X fi X X if pw user show "${u}" >/dev/null 2>&1; then X echo "You already have a user \"${u}\", so I will use it." X else X echo "You need a user \"${u}\"." X if which -s pw && yesno "Would you like me to create it" y; then X pw useradd ${u} -g ${g} -h - ${homeopt} \ X -s /nonexistent -c "${gcos}" || exit X echo "Done." X else X echo "Please create it, and try again." X exit 1 X fi X fi X X if [ x"$homeopt" = x ]; then X eval home=~${u} X if [ ! -d "${home}" ]; then X if yesno \ X "Would you like me to create ${u}'s home directory (${home})" y X then X (umask 77 && \ X mkdir -p ${home}/) || exit X chown -R ${u}:${g} ${home} || exit X else X echo "Please create it, and try again." X exit 1 X fi X fi X fi X} X Xcase $2 in X XPOST-INSTALL) X # . ${base}/config.sh || exit X X if which -s pw && which -s lockf; then X : X else X cat <>/etc/newsyslog.conf X/var/log/hunch.log hunch:hunch 644 3 100 * Z XEOF X echo "Done." X else X cat <>/etc/crontab X${m} ${hstr} * * * ${user} ${PREFIX}/bin/complain-httpd /var/log/httpd-access.log >> /var/log/hunch.log 2>&1 XEOF X cat <${tmp} || exit X chmod 755 ${tmp} X mv ${tmp} ${PREFIX}/bin/complain-httpd || exit X echo "Done." X else X cat <${tmp} || exit X chmod 755 ${tmp} X mv ${tmp} ${PREFIX}/bin/complain-httpd || exit X echo "OK." X X echo "" X echo "You are now hunch-enabled" X ;; Xesac END-of-hunch/pkg-install echo x - hunch/pkg-deinstall sed 's/^X//' >hunch/pkg-deinstall << 'END-of-hunch/pkg-deinstall' X#! /bin/sh X X# X# Adapted from pkg-deinstall in net/cvsup-mirror, X# presumably by jdp@FreeBSD.org X# X Xuser=hunch Xgroup=hunch X Xask() { X local question default answer X X question=$1 X default=$2 X if [ -z "${PACKAGE_BUILDING}" ]; then X read -p "${question} [${default}]? " answer X fi X if [ x${answer} = x ]; then X answer=${default} X fi X echo ${answer} X} X Xyesno() { X local dflt question answer X X question=$1 X dflt=$2 X while :; do X answer=$(ask "${question}" "${dflt}") X case "${answer}" in X [Yy]*) return 0;; X [Nn]*) return 1;; X esac X echo "Please answer yes or no." X done X} X Xdelete_account() { X local u g home X X u=$1 X g=$2 X if yesno "Do you want me to remove group \"${g}\"" y; then X pw groupdel -n ${g} X echo "Done." X fi X if yesno "Do you want me to remove user \"${u}\"" y; then X eval home=~${u} X pw userdel -n ${u} X echo "Done." X if [ -d "${home}" ]; then X echo "Please remember to remove the home directory \"${home}\" as" X echo "well as the mirrored files." X fi X fi X} X Xif [ x$2 != xDEINSTALL ]; then X exit Xfi X Xexport PATH=/bin:/usr/bin:/usr/sbin X Xif ps -axc | grep -q complain-httpd; then X if yesno "There are some complain-httpd processes running. Shall I kill them" y X then X killall complain-httpd X sleep 2 X else X echo "OK ... I hope you know what you are doing." X fi Xfi X Xtmp="/etc/#hunch$$" Xtrap "rm -f ${tmp}" 0 1 2 3 15 X Xrm -f /var/db/hunch-timestamp X Xif yesno "Do you want me to remove scheduled complaints from \"/etc/crontab\"" y Xthen X sed "/complain-httpd/d" /etc/crontab >${tmp} || exit X chmod 644 ${tmp} X mv ${tmp} /etc/crontab || exit X echo "Done." Xfi X Xif yesno "Do you want me to remove the hunch log entry from \ X\"/etc/newsyslog.conf\"" y; then X sed "/hunch\.log/d" /etc/newsyslog.conf >${tmp} || exit X chmod 644 ${tmp} X mv ${tmp} /etc/newsyslog.conf || exit X echo "Done." Xfi X Xdelete_account ${user} ${group} END-of-hunch/pkg-deinstall exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 11: 9:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16D837B401 for ; Sat, 2 Nov 2002 11:09:24 -0800 (PST) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF75443E7B for ; Sat, 2 Nov 2002 11:09:18 -0800 (PST) (envelope-from lehmann@ans-netz.de) Received: from fwd00.sul.t-online.de by mailout09.sul.t-online.com with smtp id 1883e1-0007wf-05; Sat, 02 Nov 2002 20:09:17 +0100 Received: from dill.salatschuessel.net (520085340291-0001@[217.82.0.47]) by fmrl00.sul.t-online.com with smtp id 1883dv-0mO3ZwC; Sat, 2 Nov 2002 20:09:11 +0100 Received: (qmail 45470 invoked from network); 2 Nov 2002 19:09:10 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (10.0.0.51) by dill.salatschuessel.net with SMTP; 2 Nov 2002 19:09:10 -0000 Date: Sat, 2 Nov 2002 20:09:10 +0100 From: Oliver Lehmann To: MiG Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: xcdroast-0.98.a.10 Message-Id: <20021102200910.79455c33.lehmann@ans-netz.de> In-Reply-To: <20021102183419.GA24606@mig-29.net> References: <20021102183419.GA24606@mig-29.net> X-Mailer: Sylpheed version 0.8.5cvs16 (GTK+ 1.2.10; i386-unknown-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520085340291-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org MiG wrote: > Hi, I have instaled xcdroast on my FreeBSD 4.7, and i see that there is > a problem with cdda2wav, i dont know if it is problem of the port or > problem of the aplication. The cdda2wav CLI changed since cdrtools 1.11a34. That makes it incompatible with xcdroast. Thomas Niederreiter (the author of xcdroast) is working on a new xcdroast release which should come out mid/end of novmeber (and which will fix that issue too). Greetings, Oliver -- Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/ http://wishlist.pofo.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 11:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F40C237B401 for ; Sat, 2 Nov 2002 11:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B624943E77 for ; Sat, 2 Nov 2002 11:40: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 gA2Je3x3075254 for ; Sat, 2 Nov 2002 11:40: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 gA2Je27p075253; Sat, 2 Nov 2002 11:40:02 -0800 (PST) Date: Sat, 2 Nov 2002 11:40:02 -0800 (PST) Message-Id: <200211021940.gA2Je27p075253@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/44835: portupgrade vs. docproj dependencies Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@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/44835; it has been noted by GNATS. From: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/44835: portupgrade vs. docproj dependencies Date: Sat, 2 Nov 2002 20:17:58 +0100 (CET) In article <200211021551.gA2Fp9Lt084306@kemoauc.mips.inka.de> you write: > >Number: 44835 > >Category: ports > >Synopsis: portupgrade vs. docproj dependencies It turns out that the docproj dependencies are reported as stale because the respective ports (docbook-xxx, dsssl-docbook-modular) haven't been installed at all. Explicitly installing them fixes the situation. How these ports are missed during installation remains unclear. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 12:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B3537B401 for ; Sat, 2 Nov 2002 12:20:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0625D43E3B for ; Sat, 2 Nov 2002 12: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 gA2KK1x3093463 for ; Sat, 2 Nov 2002 12:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2KK1x1093462; Sat, 2 Nov 2002 12:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B242937B401 for ; Sat, 2 Nov 2002 12:18:42 -0800 (PST) Received: from goanna.lan.raisdorf.net (pD9E3C58D.dip.t-dialin.net [217.227.197.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E9E43E8A for ; Sat, 2 Nov 2002 12:18:30 -0800 (PST) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: from goanna.lan.raisdorf.net (localhost [127.0.0.1]) by goanna.lan.raisdorf.net (8.12.6/8.12.5) with ESMTP id gA2KIMJn016977; Sat, 2 Nov 2002 21:18:22 +0100 (CET) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: (from hscholz@localhost) by goanna.lan.raisdorf.net (8.12.6/8.12.6/Submit) id gA2KILsL016976; Sat, 2 Nov 2002 21:18:21 +0100 (CET) Message-Id: <200211022018.gA2KILsL016976@goanna.lan.raisdorf.net> Date: Sat, 2 Nov 2002 21:18:21 +0100 (CET) From: Hendrik Scholz Reply-To: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org Cc: mich@freebsdcluster.org X-Send-Pr-Version: 3.113 Subject: ports/44837: port-upgrade: net/slurm to 0.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44837 >Category: ports >Synopsis: port-upgrade: net/slurm to 0.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 12:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD goanna.lan.raisdorf.net 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Oct 17 16:21:01 CEST 2002 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA i386 >Description: upgrade of slurm to 0.0.3. this just adds another MASTER_SITES entry and makes an upgrade to 0.0.3. The internal structure didn't change (I'm the author of slurm). >How-To-Repeat: >Fix: --- slurm.patch begins here --- diff -ur slurm-0.0.2/Makefile slurm/Makefile --- slurm-0.0.2/Makefile Sat Nov 2 21:12:46 2002 +++ slurm/Makefile Sat Nov 2 21:14:47 2002 @@ -7,9 +7,10 @@ # PORTNAME= slurm -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= net -MASTER_SITES= http://www.raisdorf.net/files/code/ +MASTER_SITES= http://www.raisdorf.net/files/code/ \ + http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ MAINTAINER= mich@freebsdcluster.org diff -ur slurm-0.0.2/distinfo slurm/distinfo --- slurm-0.0.2/distinfo Sat Nov 2 21:12:46 2002 +++ slurm/distinfo Sat Nov 2 21:13:04 2002 @@ -1 +1 @@ -MD5 (slurm-0.0.2.tar.gz) = 344eb7b7eba308b31da6790060550a34 +MD5 (slurm-0.0.3.tar.gz) = 12a7c9db878dcd18371dfed435d34846 --- slurm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 12:23:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184F037B401 for ; Sat, 2 Nov 2002 12:23:12 -0800 (PST) Received: from ns1.rwwa.com (ns1.rwwa.com [66.92.67.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E50F43E4A for ; Sat, 2 Nov 2002 12:23:11 -0800 (PST) (envelope-from witr@rwwa.com) Received: from rwwa.com (harvey.rwwa.com [192.124.97.11]) by ns1.rwwa.com (Postfix) with ESMTP id D0FEF32A3 for ; Sat, 2 Nov 2002 15:23:09 -0500 (EST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 X-Exmh-Isig-CompType: comp X-Exmh-Isig-Folder: inbox To: freebsd-ports@freebsd.org Subject: Xscreensaver: BadAccess (attempt to access private resource denied) Mime-Version: 1.0 Content-Type: text/plain Date: Sat, 02 Nov 2002 15:23:07 -0500 From: Robert Withrow Message-Id: <20021102202309.D0FEF32A3@ns1.rwwa.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [This was previously posted to stable, but no takers...] On 4.7R xscreensaver 4.06 and 4.05 have the problem that the xscreensaver-demo program fails thusly: <~>$ xscreensaver-demo X error in xscreensaver-demo: 11:04:58: X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 147 (MIT-SHM) Minor opcode of failed request: 1 (X_ShmAttach) Serial number of failed request: 65 Current serial number in output stream: 66 I just upgraded from 4.5 to 4.7. I am using the *same* XFree86 installation I was using *before* the upgrade, built from the port: <~>$ pkg_info | grep -i xfree XFree86-4.2.0_1,1 X11R6.5/XFree86 core distribution (complete) XFree86-FontServer-4.2.0_1 XFree86-4 Font Server XFree86-Server-4.2.1_5 XFree86-4 X server and related programs XFree86-clients-4.2.1_2 XFree86-4 Client environments XFree86-documents-4.2.0 XFree86-4 Document Files XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files XFree86-libraries-4.2.1_2 XFree86-4 include/(shared) library kit Here is the verbose information from xscreensaver: <~>$ xscreensaver -verbose xscreensaver 4.06, copyright (c) 1991-2002 by Jamie Zawinski . xscreensaver: initial effective uid/gid was root/witr (0/1001). xscreensaver: changed uid/gid to witr/witr (1001/1001). xscreensaver: in process 425. xscreensaver: 11:03:38: 0: xscreensaver-gl-helper: GL visual is 0x23 (default). xscreensaver: 11:03:38: running on display ":0.0" (1 screen). xscreensaver: 11:03:38: vendor is The XFree86 Project, Inc, 40200000. xscreensaver: 11:03:38: useful extensions: xscreensaver: 11:03:38: MIT Screen-Saver xscreensaver: 11:03:38: Shared Memory xscreensaver: 11:03:38: Double-Buffering xscreensaver: 11:03:38: Power Management xscreensaver: 11:03:38: GLX xscreensaver: 11:03:38: XF86 Video-Mode xscreensaver: 11:03:38: screen 0 non-colormapped depths: 24. xscreensaver: 11:03:38: not using server's lame MIT-SCREEN-SAVER extension. xscreensaver: 11:03:38: 0: visual 0x23 (TrueColor, depth: 24, cmap: default) xscreensaver: 11:03:38: 0: saver window is 0x800001. xscreensaver: 11:03:38: selecting events on extant windows... done. xscreensaver: 11:03:38: awaiting idleness. Since the combination of xscreensaver-4.05 and the above XFree86 worked *before* the upgrade, but don't work *after* the upgrade, it seems reasonable to be suspicious of something that changed in 4.7 or the upgrade itself, doesn't it? A quick google scan shows other people have had similar problems. Any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 12:26:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA0937B401 for ; Sat, 2 Nov 2002 12:26:36 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6740543E75 for ; Sat, 2 Nov 2002 12:26:36 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 29A3314314 for ; Sat, 2 Nov 2002 14:26:30 -0600 (CST) Content-Type: text/plain; charset="us-ascii" From: Mark Linimon Organization: Lonesome Dove Computing Services To: freebsd-ports@freebsd.org Subject: question about whether to use subdirectory of distfiles Date: Sat, 2 Nov 2002 15:26:21 -0600 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211021526.21149.linimon@lonesome.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am working on a port which is a KDE-only port, however, it is not "officially" part of KDE, and thus doesn't live under the KDE/ subdirectory in any repository. Is the preferred usage to put the distfile under ports/distfiles/ or ports/distfiles/KDE/? Thanks. Mark Linimon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 13:40: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7771C37B401 for ; Sat, 2 Nov 2002 13:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E3C43E75 for ; Sat, 2 Nov 2002 13:40: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 gA2Le1x3033805 for ; Sat, 2 Nov 2002 13:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2Le1TU033803; Sat, 2 Nov 2002 13:40:01 -0800 (PST) Date: Sat, 2 Nov 2002 13:40:01 -0800 (PST) Message-Id: <200211022140.gA2Le1TU033803@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Akinori MUSHA" Subject: Re: ports/44835: portupgrade vs. docproj dependencies Reply-To: "Akinori MUSHA" Sender: owner-freebsd-ports@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/44835; it has been noted by GNATS. From: "Akinori MUSHA" To: Christian Weisgerber Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/44835: portupgrade vs. docproj dependencies Date: Sun, 03 Nov 2002 06:35:58 +0900 At Sat, 2 Nov 2002 16:51:09 +0100 (CET), Christian Weisgerber wrote: > Stale dependency: docproj-1.10 -> dsssl-docbook-modular-1.73_1,1: > New dependency? (? to help): > Delete this? ([y]es/[n]o/[a]ll) [yes] > Failed to rewrite /var/db/pkg/docproj-1.10/+CONTENTS: failed to convert Symbol into String Maybe this has nothing to do with the PR, but the above message was due to a bug of pkgdb, which has been fixed in 20021103. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 14: 9:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB1337B401; Sat, 2 Nov 2002 14:09:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0643E3B; Sat, 2 Nov 2002 14:09:49 -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 gA2M9nx3049720; Sat, 2 Nov 2002 14:09:49 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2M9nj0049716; Sat, 2 Nov 2002 14:09:49 -0800 (PST) Date: Sat, 2 Nov 2002 14:09:49 -0800 (PST) From: Christian Weisgerber Message-Id: <200211022209.gA2M9nj0049716@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/44834: [PATCH] Allow 'gnuplot' port to be compiled without X Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Allow 'gnuplot' port to be compiled without X Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: naddy Responsible-Changed-When: Sat Nov 2 14:09:28 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=44834 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 14:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F6ED37B401 for ; Sat, 2 Nov 2002 14:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8357A43E88 for ; Sat, 2 Nov 2002 14: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 gA2MK3x3053252 for ; Sat, 2 Nov 2002 14: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 gA2MK2Q9053251; Sat, 2 Nov 2002 14:20:02 -0800 (PST) Date: Sat, 2 Nov 2002 14:20:02 -0800 (PST) Message-Id: <200211022220.gA2MK2Q9053251@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/44829: New Port: Steel Bank Common Lisp Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@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/44829; it has been noted by GNATS. From: Christian Weisgerber To: henrik.motakef@web.de Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/44829: New Port: Steel Bank Common Lisp Date: Sat, 2 Nov 2002 23:07:41 +0100 (CET) In article <874rb018sk.fsf@pokey.henrik-motakef.de> you write: > >Number: 44829 > >Category: ports > >Synopsis: New Port: Steel Bank Common Lisp > XPORTNAME= sbcl > XPORTVERSION= 0.7.9 > XCATEGORIES= lang > XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > XMASTER_SITE_SUBDIR= sbcl > XDISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-binary > X > XMAINTAINER= Henrik Motakef > X > XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-x86-freebsd > XNO_BUILD= yes > XMAN1= sbcl.1 > XUSE_BZIP2= yes This looks like it is missing ONLY_FOR_ARCHS=i386. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 15:10:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD0F37B401 for ; Sat, 2 Nov 2002 15:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650FB43EA3 for ; Sat, 2 Nov 2002 15: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 gA2NA3x3076123 for ; Sat, 2 Nov 2002 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 gA2NA3A1076122; Sat, 2 Nov 2002 15:10:03 -0800 (PST) Date: Sat, 2 Nov 2002 15:10:03 -0800 (PST) Message-Id: <200211022310.gA2NA3A1076122@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Eikemeier Subject: Re: ports/40344: update of mail/ssmtp to 2.50.9 Reply-To: Oliver Eikemeier Sender: owner-freebsd-ports@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/40344; it has been noted by GNATS. From: Oliver Eikemeier To: freebsd-gnats-submit@FreeBSD.org, Kris Kennaway Cc: Subject: Re: ports/40344: update of mail/ssmtp to 2.50.9 Date: Sat, 02 Nov 2002 23:42:49 +0100 This is a multi-part message in MIME format. --------------060603050905090605030607 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit ok, here is the update as a patch. I used 2.50.6, because that is the latest stable version from debian. The patch is attached again in base64 encoding, just in case. Regards Oliver diff -u -rN ssmtp.orig/Makefile ssmtp/Makefile --- ssmtp.orig/Makefile Thu Oct 17 11:06:45 2002 +++ ssmtp/Makefile Sat Nov 2 22:26:23 2002 @@ -6,31 +6,64 @@ # PORTNAME= ssmtp -PORTVERSION= 2.38 +PORTVERSION= 2.50.6 CATEGORIES= mail -MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/ssmtp/ \ - ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/ssmtp/ -DISTNAME= ssmtp_2.38-9 +MASTER_SITES= http://ftp.us.debian.org/debian/%SUBDIR%/ \ + http://http.us.debian.org/debian/%SUBDIR%/ \ + http://ftp.debian.org/debian/%SUBDIR%/ \ + http://ftp.egr.msu.edu/debian/%SUBDIR%/ \ + http://mirrors.kernel.org/debian/%SUBDIR%/ \ + http://archive.progeny.com/debian/%SUBDIR%/ \ + http://osdn.dl.sourceforge.net/debian/%SUBDIR%/ \ + http://debian.crosslink.net/debian/%SUBDIR%/ \ + http://ftp-mirror.internap.com/pub/debian/%SUBDIR%/ \ + http://ftp.cerias.purdue.edu/pub/os/debian/%SUBDIR%/ \ + http://ftp.lug.udel.edu/debian/%SUBDIR%/ \ + http://debian.lcs.mit.edu/debian/%SUBDIR%/ \ + http://debian.teleglobe.net/%SUBDIR%/ \ + http://ftp.de.debian.org/debian/%SUBDIR%/ \ + http://ftp.at.debian.org/debian/%SUBDIR%/ \ + http://ftp.bg.debian.org/debian/%SUBDIR%/ \ + http://ftp.cz.debian.org/debian/%SUBDIR%/ \ + http://ftp.dk.debian.org/debian/%SUBDIR%/ \ + http://ftp.ee.debian.org/debian/%SUBDIR%/ \ + http://ftp.fi.debian.org/debian/%SUBDIR%/ \ + http://ftp.fr.debian.org/debian/%SUBDIR%/ \ + http://ftp.hr.debian.org/debian/%SUBDIR%/ \ + http://ftp.hu.debian.org/debian/%SUBDIR%/ \ + http://ftp.it.debian.org/debian/%SUBDIR%/ \ + http://ftp.nl.debian.org/debian/%SUBDIR%/ \ + http://ftp.no.debian.org/debian/%SUBDIR%/ \ + http://ftp.pl.debian.org/debian/%SUBDIR%/ \ + http://ftp.si.debian.org/debian/%SUBDIR%/ \ + http://ftp.es.debian.org/debian/%SUBDIR%/ \ + http://ftp.se.debian.org/debian/%SUBDIR%/ \ + http://ftp.uk.debian.org/debian/%SUBDIR%/ \ + http://ftp.au.debian.org/debian/%SUBDIR%/ \ + http://ftp.wa.au.debian.org/debian/%SUBDIR%/ \ + http://ftp.nz.debian.org/debian/%SUBDIR%/ \ + http://ftp.jp.debian.org/debian/%SUBDIR%/ \ + http://ftp.br.debian.org/debian/%SUBDIR%/ +MASTER_SITE_SUBDIR= pool/main/s/ssmtp +DISTNAME= ssmtp_${PORTVERSION} -IGNORE= pkg_add cannot create /etc/ssmtp/smmtp.conf +MAINTAINER= eikemeier@fillmore-labs.com -MAINTAINER= ns88@k.pl +WRKSRC= ${WRKDIR}/ssmtp-2.50 -WRKSRC= ${WRKDIR}/ssmtp-2.38 +USE_AUTOCONF= yes +GNU_CONFIGURE= yes USE_GMAKE= true + MAN8= ssmtp.8 -pre-install: - ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 \ - ${PREFIX}/etc/ssmtp +USE_OPENSSL?= yes post-install: - @PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} - @${ECHO_MSG} -------------------------------------------------- @${ECHO_MSG} @${ECHO_MSG} "To replace sendmail with ssmtp type make replace" @${ECHO_MSG} - @${ECHO_MSG} -------------------------------------------------- + @${SED} -e "s:/usr/local:${PREFIX}:g" pkg-message .include @@ -41,8 +74,8 @@ @${ECHO} Replacing mailwarpper config @${ECHO_CMD} "sendmail ${PREFIX}/sbin/ssmtp" > /etc/mail/mailer.conf @${ECHO_CMD} "send-mail ${PREFIX}/sbin/ssmtp" >> /etc/mail/mailer.conf - @${ECHO_CMD} "mailq /bin/echo" >> /etc/mail/mailer.conf - @${ECHO_CMD} "newaliases /bin/echo" >> /etc/mail/mailer.conf + @${ECHO_CMD} "mailq ${PREFIX}/sbin/ssmtp" >> /etc/mail/mailer.conf + @${ECHO_CMD} "newaliases ${PREFIX}/sbin/ssmtp" >> /etc/mail/mailer.conf .else @${ECHO} backuping old /usr/sbin/sendmail @${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF diff -u -rN ssmtp.orig/distinfo ssmtp/distinfo --- ssmtp.orig/distinfo Mon Feb 26 06:17:57 2001 +++ ssmtp/distinfo Fri Nov 1 17:39:32 2002 @@ -1 +1 @@ -MD5 (ssmtp_2.38-9.tar.gz) = 3f95d07488cf5bc3b92c7eb182634d8a +MD5 (ssmtp_2.50.6.tar.gz) = 2a5a055a27b5a5dc0294789d040e7597 diff -u -rN ssmtp.orig/files/patch-Makefile_in ssmtp/files/patch-Makefile_in --- ssmtp.orig/files/patch-Makefile_in Mon Jul 8 13:53:11 2002 +++ ssmtp/files/patch-Makefile_in Sat Nov 2 21:54:13 2002 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Mon Jul 8 13:47:12 2002 -+++ Makefile.in Mon Jul 8 13:53:01 2002 +--- Makefile.in.orig Sun Feb 10 22:15:37 2002 ++++ Makefile.in Sun Feb 10 22:15:37 2002 @@ -9,7 +9,7 @@ LN_S=@LN_S@ diff -u -rN ssmtp.orig/files/patch-aa ssmtp/files/patch-aa --- ssmtp.orig/files/patch-aa Mon Feb 26 06:17:57 2001 +++ ssmtp/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,62 +0,0 @@ ---- Makefile.orig Tue Dec 5 23:40:45 2000 -+++ Makefile Tue Dec 5 23:40:32 2000 -@@ -34,10 +34,10 @@ - - # Places to install things, used to relocate things for Ultrix kits. - # ROOT normally is the empty string... --#ROOT= --LOCATION=/usr -+ROOT=${PREFIX} -+#LOCATION= - DESTDIR=${ROOT}${LOCATION}/sbin --MANDIR=${ROOT}${LOCATION}/share/man/man8 -+MANDIR=${PREFIX}/man/man8 - ETCDIR=${ROOT}/etc - SSMTPCONFDIR=${ETCDIR}/ssmtp - # (End of relocation section) -@@ -62,41 +62,15 @@ - #FLAGS= -Wall -O6 -DDEBUG ${BASEFLAGS} - #FLAGS= -Wall -g ${BASEFLAGS} - --CFLAGS= ${FLAGS} ${BASEFLAGS} -+CFLAGS+= ${FLAGS} ${BASEFLAGS} - - all: ssmtp - - install: ssmtp - test `whoami` = root -- install -d -m 755 ${DESTDIR} -- install -s -m 755 ssmtp ${DESTDIR}/ssmtp -- install -d -m 755 ${MANDIR} -- install -m 644 ssmtp.8 ${MANDIR}/ssmtp.8 -- install -d -m 755 ${SSMTPCONFDIR} -- install -m 644 revaliases ${INSTALLED_REVALIASES_FILE} -- $(GEN_CONFIG) ${INSTALLED_CONFIGURATION_FILE} -- -- --install-sendmail: ssmtp install -- rm -f ${DESTDIR}/sendmail -- ln -s ssmtp ${DESTDIR}/sendmail -- install -d -m 755 ${DESTDIR}/../lib -- rm -f ${DESTDIR}/../lib/sendmail -- ln -s ../sbin/sendmail ${DESTDIR}/../lib -- rm -f ${MANDIR}/sendmail.8 -- ln -s ssmtp.8 ${MANDIR}/sendmail.8 -- --uninstall: -- test `whoami` = root -- rm -f ${DESTDIR}/ssmtp -- rm -f ${MANDIR}/ssmtp.8 -- rm -f ${CONFIGURATION_FILE} ${REVALIASES_FILE} -- rmdir ${SSMTPCONFDIR} -- --uninstall-sendmail: uninstall -- rm -f ${DESTDIR}/sendmail ${DESTDIR}/../lib/sendmail -- rm -f ${MANDIR}/sendmail.8 -- -+ ${BSD_INSTALL_PROGRAM} ssmtp ${DESTDIR} -+ ${BSD_INSTALL_MAN} ssmtp.8 ${MANDIR}/ssmtp.8 -+ ${BSD_INSTALL_DATA} revaliases ${INSTALLED_REVALIASES_FILE} - clean: - rm -f ssmtp *.o core - diff -u -rN ssmtp.orig/files/patch-arpadate_c ssmtp/files/patch-arpadate_c --- ssmtp.orig/files/patch-arpadate_c Tue Jul 9 23:49:01 2002 +++ ssmtp/files/patch-arpadate_c Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- arpadate.c.orig Mon Jun 3 14:05:28 2002 -+++ arpadate.c Tue Jul 9 23:48:19 2002 -@@ -79,7 +79,7 @@ - time_t now; - - /* RFC822 format string borrowed from GNU shellutils date.c */ -- const char *format = "%a, %_d %b %Y %H:%M:%S %z"; -+ const char *format = "%a, %d %b %Y %H:%M:%S %z"; - - now = time(NULL); - diff -u -rN ssmtp.orig/files/patch-base64_c ssmtp/files/patch-base64_c --- ssmtp.orig/files/patch-base64_c Thu Jan 1 01:00:00 1970 +++ ssmtp/files/patch-base64_c Sat Nov 2 21:54:13 2002 @@ -0,0 +1,10 @@ +--- base64.c.orig Mon Apr 1 15:07:09 2002 ++++ base64.c Mon Apr 1 15:07:09 2002 +@@ -13,6 +13,7 @@ + * Eric S. Raymond . + */ + ++#include + + static const char base64digits[] = + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; diff -u -rN ssmtp.orig/files/patch-main_c ssmtp/files/patch-main_c --- ssmtp.orig/files/patch-main_c Thu Jan 1 01:00:00 1970 +++ ssmtp/files/patch-main_c Sat Nov 2 22:16:52 2002 @@ -0,0 +1,22 @@ +--- main.c.orig Mon Apr 1 15:07:13 2002 ++++ main.c Mon Apr 1 15:07:13 2002 +@@ -36,7 +36,7 @@ + + bool_t UseTLS = False; /* Use SSL to transfer mail to HUB */ + bool_t UseTLSCert = False; /* Use a certificate to transfer SSL mail */ +-char *TLSCert = "/etc/ssl/certs/ssmtp.pem"; /* Default Certificate */ ++char *TLSCert = "/usr/local/etc/ssmtp/ssmtp.pem"; /* Default Certificate */ + + char *full_from = (char)NULL; /* Use this as the From: address */ + char *full_name; +@@ -220,9 +220,8 @@ + } + } + } ++ fclose(fp); + } +- +- fclose(fp); + } + + diff -u -rN ssmtp.orig/files/patch-net_c ssmtp/files/patch-net_c --- ssmtp.orig/files/patch-net_c Mon Jul 8 15:06:46 2002 +++ ssmtp/files/patch-net_c Sat Nov 2 21:54:13 2002 @@ -1,5 +1,5 @@ ---- net.c.orig Mon Jul 8 14:39:23 2002 -+++ net.c Mon Jul 8 15:04:06 2002 +--- net.c.orig Mon Apr 1 15:07:13 2002 ++++ net.c Mon Apr 1 15:07:13 2002 @@ -5,6 +5,7 @@ See COPYRIGHT for the license @@ -8,12 +8,3 @@ #include #include #include -@@ -25,7 +26,7 @@ - bool_t UseTLS = False; /* Use SSL to transfer mail to HUB */ - bool_t UseTLSCert = False; /* Use a certificate to transfer SSL mail */ - --char *TLSCert = "/etc/ssl/certs/ssmtp.pem"; /* Default Certificate */ -+char *TLSCert = "/usr/local/etc/ssmtp/ssmtp.pem"; /* Default Certificate */ - - extern int log_level; - extern int minus_v; diff -u -rN ssmtp.orig/files/patch-ssmtp_8 ssmtp/files/patch-ssmtp_8 --- ssmtp.orig/files/patch-ssmtp_8 Mon Jul 8 15:07:15 2002 +++ ssmtp/files/patch-ssmtp_8 Sat Nov 2 21:54:13 2002 @@ -1,5 +1,5 @@ ---- ssmtp.8.orig Mon Jul 8 15:02:36 2002 -+++ ssmtp.8 Mon Jul 8 15:03:24 2002 +--- ssmtp.8.orig Sun Feb 10 22:52:32 2002 ++++ ssmtp.8 Sun Feb 10 22:52:32 2002 @@ -262,9 +262,9 @@ through mail.isp.com. diff -u -rN ssmtp.orig/files/patch-ssmtp_conf ssmtp/files/patch-ssmtp_conf --- ssmtp.orig/files/patch-ssmtp_conf Mon Jul 8 15:11:05 2002 +++ ssmtp/files/patch-ssmtp_conf Sat Nov 2 21:54:13 2002 @@ -1,5 +1,5 @@ ---- ssmtp.conf.orig Mon Jul 8 15:08:37 2002 -+++ ssmtp.conf Mon Jul 8 15:10:45 2002 +--- ssmtp.conf.orig Tue May 8 12:22:08 2001 ++++ ssmtp.conf Tue May 8 12:22:08 2001 @@ -1,5 +1,5 @@ # -# /etc/ssmtp.conf -- a config file for sSMTP sendmail. diff -u -rN ssmtp.orig/pkg-comment ssmtp/pkg-comment --- ssmtp.orig/pkg-comment Mon Feb 26 06:17:57 2001 +++ ssmtp/pkg-comment Mon Jul 8 14:15:50 2002 @@ -1 +1 @@ -Sendmail alternative for small routers (only for outgoing mail) +Extremely simple MTA to get mail off the system to a mail hub diff -u -rN ssmtp.orig/pkg-descr ssmtp/pkg-descr --- ssmtp.orig/pkg-descr Mon Feb 26 06:17:57 2001 +++ ssmtp/pkg-descr Fri Nov 1 17:35:55 2002 @@ -1,5 +1,12 @@ -This is sSMTP, a program that replaces sendmail on workstations that -should send their mail via the departmental mailhub from which they pick up -their mail (via pop, imap, rsmtp, pop_fetch, NFS... or the like). This -program accepts mail and sends it to the mailhub, optionally replacing the -domain in the From: line with a different one. +A secure, effective and simple way of getting mail off a system to your mail +hub. It contains no suid-binaries or other dangerous things - no mail spool to +poke around in, and no daemons running in the background. Mail is simply +forwarded to the configured mailhost. Extremely easy configuration. + +WARNING: the above is all it does; it does not receive mail, expand aliases or +manage a queue. That belongs on a mail hub with a system administrator. + +WWW: http://packages.debian.org/stable/mail/ssmtp.html + +- Oliver Eikemeier +eikemeier@fillmore-labs.com diff -u -rN ssmtp.orig/pkg-install ssmtp/pkg-install --- ssmtp.orig/pkg-install Mon Feb 26 06:17:57 2001 +++ ssmtp/pkg-install Thu Jan 1 01:00:00 1970 @@ -1,29 +0,0 @@ -#!/bin/sh -e - -# -# Generate configuration file -# - - -if [ -s ${PREFIX}/etc/ssmtp/ssmtp.conf ]; then - echo Configuration file $1 already exists. - exit -fi - -umask 022 - -cat >>${PREFIX}/etc/ssmtp/ssmtp.conf <; Sat, 2 Nov 2002 15:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB20B43E7B for ; Sat, 2 Nov 2002 15:50: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 gA2No1x3089685 for ; Sat, 2 Nov 2002 15:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA2No1Cq089684; Sat, 2 Nov 2002 15:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B4337B401 for ; Sat, 2 Nov 2002 15:48:08 -0800 (PST) Received: from tp.databus.com (p70-227.acedsl.com [66.114.70.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EBF343E42 for ; Sat, 2 Nov 2002 15:48:08 -0800 (PST) (envelope-from barney@tp.databus.com) Received: from tp.databus.com (localhost.databus.com [127.0.0.1]) by tp.databus.com (8.12.6/8.12.6) with ESMTP id gA2Nm25s001895 for ; Sat, 2 Nov 2002 18:48:02 -0500 (EST) (envelope-from barney@tp.databus.com) Received: (from barney@localhost) by tp.databus.com (8.12.6/8.12.6/Submit) id gA2Nm2Cs001894; Sat, 2 Nov 2002 18:48:02 -0500 (EST) Message-Id: <200211022348.gA2Nm2Cs001894@tp.databus.com> Date: Sat, 2 Nov 2002 18:48:02 -0500 (EST) From: Barney Wolff Reply-To: Barney Wolff To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44838: devel/libgtop won't compile under -stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44838 >Category: ports >Synopsis: devel/libgtop won't compile under -stable >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 15:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Barney Wolff >Release: FreeBSD 4.7-STABLE i386 >Organization: Databus Inc. >Environment: System: FreeBSD tp.databus.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 2 15:15:13 EST 2002 toor@pit.databus.com:/usr/obj/usr/src/sys/TP i386 >Description: Typo in /usr/ports/devel/libgtop/files/patch-ah causes compile failure on 4-stable. >How-To-Repeat: Build port under -stable. >Fix: RCS file: /home/ncvs/ports/devel/libgtop/files/patch-ah,v retrieving revision 1.7 diff -r1.7 patch-ah 19c19 < +#if __FreeBSD_version < 50039 --- > +#if __FreeBSD_version < 500039 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 17: 0: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA6937B401 for ; Sat, 2 Nov 2002 17:00:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1296A43E3B for ; Sat, 2 Nov 2002 17:00: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 gA3103x3018513 for ; Sat, 2 Nov 2002 17:00: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 gA3103DC018512; Sat, 2 Nov 2002 17:00:03 -0800 (PST) Date: Sat, 2 Nov 2002 17:00:03 -0800 (PST) Message-Id: <200211030100.gA3103DC018512@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brad Laue Subject: Re: ports/44788: New Port - Kooka KDE scanning suite Reply-To: Brad Laue Sender: owner-freebsd-ports@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/44788; it has been noted by GNATS. From: Brad Laue To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/44788: New Port - Kooka KDE scanning suite Date: Sat, 2 Nov 2002 19:57:27 -0500 (EST) >Submitter-Id: current-users >Originator: Brad Laue >Organization: brad-x.com >Confidential: no >Synopsis: Re: ports/44788: New Port - Kooka KDE scanning suite >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 4.6-STABLE i386 >Environment: System: FreeBSD TMA-1.brad-x.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 5 16:15:45 EDT 2002 root@TMA-1.brad-x.com:/usr/src/sys/compile/DISCOVERY-IPF i386 >Description: Fix for 44788 - makes the distfile fetchable. >How-To-Repeat: make install >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: # # kooka/ # kooka/Makefile # kooka/distinfo # kooka/pkg-comment # kooka/pkg-descr # kooka/pkg-plist # kooka/files # kooka/files/patch-Makefile.in # echo c - kooka/ mkdir -p kooka/ > /dev/null 2>&1 echo x - kooka/Makefile sed 's/^X//' >kooka/Makefile << 'END-of-kooka/Makefile' XPORTNAME= kooka XPORTVERSION= 0.38 XCATEGORIES= graphics kde XMASTER_SITES= ftp://ftp.suse.com/pub/people/freitag/kooka/ X XMAINTAINER= brad@brad-x.com X XLIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends X XUSE_KDELIBS_VER=3 XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_BZIP2= yes X X.include X.include "${PORTSDIR}/x11/kde3/Makefile.kde" X.include END-of-kooka/Makefile echo x - kooka/distinfo sed 's/^X//' >kooka/distinfo << 'END-of-kooka/distinfo' XMD5 (kooka-0.38.tar.bz2) = 158fcf9d2de487443872005565fb74bb END-of-kooka/distinfo echo x - kooka/pkg-comment sed 's/^X//' >kooka/pkg-comment << 'END-of-kooka/pkg-comment' XKooka - Scan and OCR Suite for KDE END-of-kooka/pkg-comment echo x - kooka/pkg-descr sed 's/^X//' >kooka/pkg-descr << 'END-of-kooka/pkg-descr' XKooka is an intuitive, easy to use KDE scan program. XKooka helps you manage your scanned images, offers XOCR scanning and provides a scan service to all KDE Xapplications through libkscan. X XWWW: http://kooka.kde.org X X- Brad Xbrad@brad-x.com END-of-kooka/pkg-descr echo x - kooka/pkg-plist sed 's/^X//' >kooka/pkg-plist << 'END-of-kooka/pkg-plist' Xbin/kooka Xinclude/devselector.h Xinclude/dispgamma.h Xinclude/gammadialog.h Xinclude/img_canvas.h Xinclude/imgscaledialog.h Xinclude/kgammatable.h Xinclude/kscandevice.h Xinclude/kscanoption.h Xinclude/kscanoptset.h Xinclude/kscanslider.h Xinclude/massscandialog.h Xinclude/previewer.h Xinclude/scanparams.h Xinclude/scansourcedialog.h Xinclude/sizeindicator.h Xlib/libkscan.la Xlib/libkscan.so Xlib/libkscan.so.1 Xshare/apps/kooka/kookaui.rc Xshare/applnk/Graphics/kooka.desktop Xshare/apps/kooka/pics/mirror-both.png Xshare/apps/kooka/pics/mirror-horiz.png Xshare/apps/kooka/pics/mirror-vert.png Xshare/apps/kooka/pics/newfromselect.png Xshare/apps/kooka/pics/ocr-select.png Xshare/apps/kooka/pics/ocr.png Xshare/apps/kooka/pics/scaleorig.png Xshare/apps/kooka/pics/scaletoheight.png Xshare/apps/kooka/pics/scaletowidth.png Xshare/apps/kooka/pics/thumbviewtile.png Xshare/config/kookarc Xshare/icons/hicolor/16x16/actions/palette_color.png Xshare/icons/hicolor/16x16/actions/palette_gray.png Xshare/icons/hicolor/16x16/actions/palette_halftone.png Xshare/icons/hicolor/16x16/actions/palette_lineart.png Xshare/services/scanservice.desktop X@dirrm share/applnk/Graphics X@dirrm share/applnk X@dirrm share/apps/kooka/pics X@dirrm share/apps/kooka X@dirrm share/apps X@dirrm share/config X@dirrm share/icons/hicolor/16x16/actions X@dirrm share/icons/hicolor/16x16 X@dirrm share/icons/hicolor X@dirrm share/icons X@dirrm share/services END-of-kooka/pkg-plist echo c - kooka/files mkdir -p kooka/files > /dev/null 2>&1 echo x - kooka/files/patch-Makefile.in sed 's/^X//' >kooka/files/patch-Makefile.in << 'END-of-kooka/files/patch-Makefile.in' X--- Makefile.in.orig Thu Oct 31 13:14:25 2002 X+++ Makefile.in Thu Oct 31 13:13:43 2002 X@@ -67,10 +67,10 @@ X AS = @AS@ X AUTODIRS = @AUTODIRS@ X AWK = @AWK@ X-CC = @CC@ X+CC ?= @CC@ X CONF_FILES = @CONF_FILES@ X CPP = @CPP@ X-CXX = @CXX@ X+CXX ?= @CXX@ X CXXCPP = @CXXCPP@ X DCOPIDL = @DCOPIDL@ X DCOPIDL2CPP = @DCOPIDL2CPP@ END-of-kooka/files/patch-Makefile.in exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 19:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF4437B401 for ; Sat, 2 Nov 2002 19:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD2B43E91 for ; Sat, 2 Nov 2002 19:30: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 gA33U1x3083754 for ; Sat, 2 Nov 2002 19:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA33U1bs083753; Sat, 2 Nov 2002 19:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4532237B401 for ; Sat, 2 Nov 2002 19:25:45 -0800 (PST) Received: from dark.rebelchat.org (dark.rebelchat.org [216.113.17.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670AE43E4A for ; Sat, 2 Nov 2002 19:25:44 -0800 (PST) (envelope-from rick@dark.rebelchat.org) Received: (from root@localhost) by dark.rebelchat.org (8.12.6/8.12.5) id gA33PhbN084234 for freebsd-gnats-submit@freebsd.org; Sat, 2 Nov 2002 22:25:43 -0500 (EST) (envelope-from rick@dark.rebelchat.org) Received: from dark.rebelchat.org (rick@localhost [127.0.0.1]) by dark.rebelchat.org (8.12.6/8.12.5av) with ESMTP id gA33PdQU084216 for ; Sat, 2 Nov 2002 22:25:39 -0500 (EST) (envelope-from rick@dark.rebelchat.org) Received: (from rick@localhost) by dark.rebelchat.org (8.12.6/8.12.6/Submit) id gA33PdTD084215; Sat, 2 Nov 2002 22:25:39 -0500 (EST) Message-Id: <200211030325.gA33PdTD084215@dark.rebelchat.org> Date: Sat, 2 Nov 2002 22:25:39 -0500 (EST) From: Rick Fournier Reply-To: Rick Fournier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44840: New Port: devel/kgpg (kde frontend to gpg) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44840 >Category: ports >Synopsis: New Port: devel/kgpg (kde frontend to gpg) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 19:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Rick Fournier >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD zombie.unix.int 4.7-STABLE FreeBSD 4.7-STABLE #3: Fri Oct 25 23:27:39 EDT 2002 root@zombie.unix.int:/usr/obj/usr/src/sys/ZOMBIE i386 >Description: kgpg is a simple, free, open source KDE frontend for gpg. >How-To-Repeat: >Fix: --- kgpg.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # kgpg # kgpg/Makefile # kgpg/pkg-descr # kgpg/pkg-plist # kgpg/pkg-comment # echo c - kgpg mkdir -p kgpg > /dev/null 2>&1 echo x - kgpg/Makefile sed 's/^X//' >kgpg/Makefile << 'END-of-kgpg/Makefile' X# New ports collection makefile for: kgpg X# Date created: 2 Nov 2002 X# Whom: Rick Fournier X# X# $FreeBSD$ X# X XPORTNAME= kgpg XPORTVERSION= 0.8.2 XCATEGORIES= devel XMASTER_SITES= http://devel-home.kde.org/~kgpg/src/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= rick@help-desk.ca X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XUSE_KDELIBS_VER= 3 X XCONFIGURE_TARGET= --build=${ARCH}-unknown-freebsd${OSREL} X X.include END-of-kgpg/Makefile echo x - kgpg/pkg-descr sed 's/^X//' >kgpg/pkg-descr << 'END-of-kgpg/pkg-descr' Xkgpg is a simple, free, open source KDE frontend for gpg. X XWWW: http://devel-home.kde.org/~kgpg/ END-of-kgpg/pkg-descr echo x - kgpg/pkg-plist sed 's/^X//' >kgpg/pkg-plist << 'END-of-kgpg/pkg-plist' Xbin/kgpg Xshare/applnk/Applications/kgpg.desktop Xshare/apps/kgpg/kgpg.rc Xshare/apps/kgpg/tips Xshare/apps/konqueror/servicemenus/encryptfile.desktop Xshare/doc/HTML/en/kgpg/editor.png Xshare/doc/HTML/en/kgpg/index.docbook Xshare/doc/HTML/en/kgpg/keymanage.png Xshare/doc/HTML/en/kgpg/menu.png Xshare/doc/HTML/en/kgpg/editor_clear.png Xshare/doc/HTML/en/kgpg/keygen.png Xshare/doc/HTML/en/kgpg/keys.png Xshare/doc/HTML/en/kgpg/options.png Xshare/icons/hicolor/16x16/actions/kgpg_dkey1.png Xshare/icons/hicolor/16x16/actions/kgpg_dkey2.png Xshare/icons/hicolor/16x16/actions/kgpg_key1.png Xshare/icons/hicolor/16x16/actions/kgpg_key2.png Xshare/icons/hicolor/16x16/apps/kgpg.png Xshare/icons/hicolor/16x16/apps/kgpg2.png Xshare/icons/hicolor/22x22/actions/kgpg_edit.png Xshare/icons/hicolor/22x22/actions/kgpg_gen.png Xshare/icons/hicolor/22x22/actions/kgpg_info.png Xshare/icons/hicolor/22x22/actions/kgpg_sign.png Xshare/icons/hicolor/22x22/actions/kgpg_export.png Xshare/icons/hicolor/22x22/actions/kgpg_import.png Xshare/icons/hicolor/22x22/actions/kgpg_manage.png Xshare/icons/hicolor/32x32/apps/kgpg.png Xshare/locale/de/LC_MESSAGES/kgpg.mo Xshare/locale/fr/LC_MESSAGES/kgpg.mo Xshare/mimelnk/application/pgp-encrypted.desktop X X END-of-kgpg/pkg-plist echo x - kgpg/pkg-comment sed 's/^X//' >kgpg/pkg-comment << 'END-of-kgpg/pkg-comment' XA simple KDE frontend for gpg END-of-kgpg/pkg-comment exit --- kgpg.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 20: 4:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32F637B401; Sat, 2 Nov 2002 20:04:24 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1815943E4A; Sat, 2 Nov 2002 20:04:24 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 68E0966B5E; Sat, 2 Nov 2002 20:04:21 -0800 (PST) Date: Sat, 2 Nov 2002 20:04:21 -0800 From: Kris Kennaway To: ports@FreeBSD.org, current@FreeBSD.org Subject: URGENT: Over 700 ports missing perl dependencies Message-ID: <20021103040421.GA15315@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The latest bento run on 5.0 is the first to build without perl present: previously, two of the portbuild scripts were written in perl, so I had to always pkg_add it into the chroot environment. Now that these scripts have been rewritten in C and I have stopped doing the pkg_add, it is exposing all the ports that should have a dependency on perl but currently do not. At least 700 additional ports are breaking for this reason. Many of them are using ${PERL} to do patching-in-place, and these should be converted to use REINPLACE_CMD/USE_REINPLACE. Others use perl during the build and should set USE_PERL. Everyone please check http://bento.freebsd.org/errorlogs/5-latest/index-maintainer.html ASAP and fix the listed problems. Note that I am aware of two problems with the recent build: 1) Port builds are being killed after 1 hour, instead of after 1 hour *without output*. This is a bug in the aforementioned C code. 2) Ports that use PERL_CONFIGURE should automatically get a dependency on perl in bsd.port.mk. Apparently someone has submitted a patch for this already, but I don't immediately know where it is to test it. Kris --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9xKBEWry0BWjoQKURAuOZAJ9IGM1n2GCjEy1jhyzmKYEzSScWcgCfRRux 88S3lsYD01fKu+LYXyugksg= =MskL -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 20:40: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C51AE37B401 for ; Sat, 2 Nov 2002 20:40:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F328243EAF for ; Sat, 2 Nov 2002 20:40:00 -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 gA34e0x3012421 for ; Sat, 2 Nov 2002 20: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 gA34e0uf012420; Sat, 2 Nov 2002 20:40:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B90C37B404 for ; Sat, 2 Nov 2002 20:35:32 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC61743EA9 for ; Sat, 2 Nov 2002 20:35:31 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) by mail.soaustin.net (Postfix) with ESMTP id 44E9514314 for ; Sat, 2 Nov 2002 22:35:25 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gA35ZFIm099809 for ; Sat, 2 Nov 2002 23:35:15 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: from localhost (linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) with ESMTP id gA35ZEni099806 for ; Sat, 2 Nov 2002 23:35:14 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Message-Id: <20021102233255.C99801-100000@lonesome.lonesome.com> Date: Sat, 2 Nov 2002 23:35:14 -0600 (CST) From: Mark Linimon To: freebsd-gnats-submit@FreeBSD.org Subject: ports/44841: missing documentation from bsd.port.mk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44841 >Category: ports >Synopsis: missing documentation from bsd.port.mk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 20:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.6-RELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: N/A >Description: There is no description for MASTER_SITE_SUBDIR. Novice porters (such as myself) need all the help they can get. >How-To-Repeat: N/A >Fix: My suggestion: --- bsd.port.mk.dist Thu Oct 3 08:54:37 2002 +++ bsd.port.mk Sat Nov 2 14:44:17 2002 @@ -64,6 +64,9 @@ # You never have to set both DISTFILES and EXTRACT_SUFX. # MASTER_SITES - Primary location(s) for distribution files if not found # locally. +# MASTER_SITE_SUBDIR - Subdirectory of MASTER_SITES. Default if not +# set: empty. Will sometimes need to be set to ${PORTNAME} +# for (e.g.) MASTER_SITE_SOURCEFORGE. # PATCHFILES - Name(s) of additional files that contain distribution # patches (default: none). make will look for them at # PATCH_SITES (see below). They will automatically be >Release-Note: >Audit-Trail: >Unformatted: Subject: missing documentation from bsd.port.mk X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 21: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E3B37B401 for ; Sat, 2 Nov 2002 21:00:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD6E43E4A for ; Sat, 2 Nov 2002 21:00: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 gA3508x3019232 for ; Sat, 2 Nov 2002 21:00: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 gA3508nB019231; Sat, 2 Nov 2002 21:00:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698BD37B401 for ; Sat, 2 Nov 2002 20:52:13 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7279643E4A for ; Sat, 2 Nov 2002 20:52:12 -0800 (PST) (envelope-from hetzels@WBIw009.westbend.net) Received: from WBIw009.westbend.net (wbiw009 [216.47.253.29]) by mail.westbend.net (8.12.5/8.12.5) with ESMTP id gA34pw1U068959 for ; Sat, 2 Nov 2002 22:51:58 -0600 (CST) (envelope-from hetzels@WBIw009.westbend.net) Received: from WBIw009.westbend.net (localhost [127.0.0.1]) by WBIw009.westbend.net (8.12.6/8.12.6) with ESMTP id gA34pw43015837 for ; Sat, 2 Nov 2002 22:51:58 -0600 (CST) (envelope-from hetzels@WBIw009.westbend.net) Received: (from root@localhost) by WBIw009.westbend.net (8.12.6/8.12.6/Submit) id gA34pwan015836; Sat, 2 Nov 2002 22:51:58 -0600 (CST) Message-Id: <200211030451.gA34pwan015836@WBIw009.westbend.net> Date: Sat, 2 Nov 2002 22:51:58 -0600 (CST) From: "Scot W. Hetzel" Reply-To: "Scot W. Hetzel" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44844: www/frontpage: Update to REINPLACE_CMD/USE_REINPLACE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44844 >Category: ports >Synopsis: www/frontpage: Update to REINPLACE_CMD/USE_REINPLACE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 21:00:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 4.4-STABLE i386 >Organization: West Bend Internet >Environment: System: FreeBSD WBIw009.westbend.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Sat Oct 26 18:29:44 CDT 2002 root@WBIw009.westbend.net:/usr/obj/usr/src/src4/sys/GENERIC-SMP i386 >Description: To Quote Kris Kennaway: The latest bento run on 5.0 is the first to build without perl present: previously, two of the portbuild scripts were written in perl, so I had to always pkg_add it into the chroot environment. Now that these scripts have been rewritten in C and I have stopped doing the pkg_add, ... The frontpage port was using ${PERL} to do patching-in-place. >How-To-Repeat: >Fix: The attached patch changes the port to use REINPLACE_CMD/USE_REINPLACE. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 4 Aug 2002 10:15:26 -0000 1.4 +++ Makefile 3 Nov 2002 04:45:47 -0000 @@ -17,6 +17,8 @@ .include +USE_REINPLACE= yes + ONLY_FOR_ARCHS= i386 alpha FP_VER= 5.0 @@ -107,14 +109,13 @@ post-patch: .if !defined(PATCH_DEBUG) - @${PERL} -pi -e 's:PREFIX:${PREFIX}:g ; \ - s:MOD_FPDOCDIR:${MOD_FPDOCDIR}:g' ${WRKDIR}/${FPINSTALL} + @${REINPLACE_CMD} -e 's:PREFIX:${PREFIX}:g' ${WRKDIR}/${FPINSTALL} .endif do-install: @${ECHO_MSG} "===> Untaring FrontPage Extensions to ${PREFIX}" @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS}) - @${PERL} -pi -e 's:IMAGESDIR:../images/:g' ${PREFIX}/${FPCSS} + @${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${PREFIX}/${FPCSS} @${RM} ${PREFIX}/${FPHTTPD}/httpd @${MKDIR} ${MOD_FPDOCDIR} @${CP} ${PREFIX}/${README} ${MOD_FPDOCDIR}/index.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 21:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A656A37B401 for ; Sat, 2 Nov 2002 21:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D294343E7B for ; Sat, 2 Nov 2002 21:10: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 gA35A1x3027287 for ; Sat, 2 Nov 2002 21:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA35A1Xf027286; Sat, 2 Nov 2002 21:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A8DA37B401 for ; Sat, 2 Nov 2002 21:04:27 -0800 (PST) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8979343E6E for ; Sat, 2 Nov 2002 21:04:26 -0800 (PST) (envelope-from hetzels@WBIw009.westbend.net) Received: from WBIw009.westbend.net (wbiw009 [216.47.253.29]) by mail.westbend.net (8.12.5/8.12.5) with ESMTP id gA354N1U069347 for ; Sat, 2 Nov 2002 23:04:23 -0600 (CST) (envelope-from hetzels@WBIw009.westbend.net) Received: from WBIw009.westbend.net (localhost [127.0.0.1]) by WBIw009.westbend.net (8.12.6/8.12.6) with ESMTP id gA354N43015935 for ; Sat, 2 Nov 2002 23:04:23 -0600 (CST) (envelope-from hetzels@WBIw009.westbend.net) Received: (from root@localhost) by WBIw009.westbend.net (8.12.6/8.12.6/Submit) id gA354NWM015934; Sat, 2 Nov 2002 23:04:23 -0600 (CST) Message-Id: <200211030504.gA354NWM015934@WBIw009.westbend.net> Date: Sat, 2 Nov 2002 23:04:23 -0600 (CST) From: "Scot W. Hetzel" Reply-To: "Scot W. Hetzel" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44845: www/frontpage-ar: Update to REINPLACE_CMD/USE_REINPLACE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44845 >Category: ports >Synopsis: www/frontpage-ar: Update to REINPLACE_CMD/USE_REINPLACE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 21:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 4.4-STABLE i386 >Organization: West Bend Internet >Environment: System: FreeBSD wbiW009.westbend.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Fri Dec 21 03:59:03 CST 2001 root@wbiW009.westbend.net:/usr/obj/usr/src/sys/GENERIC-SMP i386 >Description: To Quote Kris Kennaway: The latest bento run on 5.0 is the first to build without perl present: previously, two of the portbuild scripts were written in perl, so I had to always pkg_add it into the chroot environment. Now that these scripts have been rewritten in C and I have stopped doing the pkg_add, ... The frontpage port was using ${PERL} to do patching-in-place. >How-To-Repeat: >Fix: The attached patch changes the port to use REINPLACE_CMD/USE_REINPLACE. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ar/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 30 Dec 2001 22:08:03 -0000 1.5 +++ Makefile 3 Nov 2002 04:55:40 -0000 @@ -28,6 +28,7 @@ .include +USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 alpha NO_WRKSUBDIR= yes @@ -49,7 +50,7 @@ @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS}) .endfor .for _FP_LCID in ${FP_LCID} - @${PERL} -pi -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css + @${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css @if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \ ${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 21:13:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328FA37B401 for ; Sat, 2 Nov 2002 21:13:48 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5B743EA3 for ; Sat, 2 Nov 2002 21:13:43 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gA35C101071643; Sun, 3 Nov 2002 00:12:02 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/44813: Xft build failes From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: AlanE , freebsd-ports@FreeBSD.ORG In-Reply-To: <20021102140848.GA1006@martin.kdrache.org> References: <200211011930.gA1JU3No084486@freefall.freebsd.org> <20021101204846.GA22621@martin.kdrache.org> <1036184398.340.89.camel@gyros.marcuscom.com> <20021102140848.GA1006@martin.kdrache.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 03 Nov 2002 00:13:36 -0500 Message-Id: <1036300420.351.8.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_01_02,TO_BE_REMOVED_REPLY version=2.41 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 2002-11-02 at 09:08, Martin Klaffenboeck wrote: > > > It's there. The problem is you once installed X from CVS, and now > > some > > older fontconfig stuff was still on your machine. Backing X down is a > > bad thing. You should have removed /usr/X11R6, and started fresh. > > Thats much work. Can I find out some easy way, which packages I have > installed now have the ${PREFIX} /usr/X11R6? find /var/db/pkg -name "+CONTENTS" | xargs grep -l "^@cwd /usr/X11R6" | cut -d '/' -f 5 Joe > > Martin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 21:25:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D7B37B401; Sat, 2 Nov 2002 21:25:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D5A43E88; Sat, 2 Nov 2002 21:25:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA35PPx3034090; Sat, 2 Nov 2002 21:25:25 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA35PPfD034086; Sat, 2 Nov 2002 21:25:25 -0800 (PST) Date: Sat, 2 Nov 2002 21:25:25 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200211030525.gA35PPfD034086@freefall.freebsd.org> To: barney@tp.databus.com, marcus@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44838: devel/libgtop won't compile under -stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/libgtop won't compile under -stable State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sat Nov 2 21:25:02 PST 2002 State-Changed-Why: This was fixed. Please re-cvsup your ports tree, and try again. http://www.freebsd.org/cgi/query-pr.cgi?pr=44838 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 22: 0: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1726A37B401 for ; Sat, 2 Nov 2002 22:00:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5499043E7B for ; Sat, 2 Nov 2002 22:00: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 gA3603x3044356 for ; Sat, 2 Nov 2002 22:00: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 gA3603k9044355; Sat, 2 Nov 2002 22:00:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A5537B401 for ; Sat, 2 Nov 2002 21:53:19 -0800 (PST) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A054943E88 for ; Sat, 2 Nov 2002 21:53:18 -0800 (PST) (envelope-from kanou@kappa.allnet.ne.jp) Received: from kappa.allnet.ne.jp (localhost [127.0.0.1]) by kappa.allnet.ne.jp (8.12.6/8.12.5) with ESMTP id gA35r8Yq070284; Sun, 3 Nov 2002 14:53:08 +0900 (JST) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.12.6/8.12.6/Submit) id gA35r7Q7070231; Sun, 3 Nov 2002 14:53:07 +0900 (JST) Message-Id: <200211030553.gA35r7Q7070231@kappa.allnet.ne.jp> Date: Sun, 3 Nov 2002 14:53:07 +0900 (JST) From: KANOU Hiroki Reply-To: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@mil.allnet.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/44846: maintainer-update: graphics/autotrace to 0.31.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44846 >Category: ports >Synopsis: maintainer-update: graphics/autotrace to 0.31.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 22:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kappa.allnet.ne.jp 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Nov 2 22:18:18 JST 2002 kanou@kappa.allnet.ne.jp:/usr/obj/usr/src/sys/COPPER i386 >Description: Autotrace port is updated to 0.31.0 by maintainer. Shared library version is changed from 1 to 2 and one port (graphics/frontline) is affected. >How-To-Repeat: >Fix: diff -uNr autotrace.orig/Makefile autotrace/Makefile --- autotrace.orig/Makefile Sun Sep 15 00:58:33 2002 +++ autotrace/Makefile Sun Nov 3 14:13:53 2002 @@ -6,10 +6,9 @@ # PORTNAME= autotrace -PORTVERSION= 0.30.5 +PORTVERSION= 0.31.0 CATEGORIES= graphics -MASTER_SITES= http://autotrace.sourceforge.net/snapshots/ -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kanou@mil.allnet.ne.jp diff -uNr autotrace.orig/distinfo autotrace/distinfo --- autotrace.orig/distinfo Sun Sep 15 00:58:34 2002 +++ autotrace/distinfo Sun Nov 3 14:13:45 2002 @@ -1 +1 @@ -MD5 (autotrace-0.30.5.tar.gz) = 51d9e2f6b64d9afdf58bcaea4ebd5788 +MD5 (autotrace-0.31.0.tar.gz) = 0e50d1f34c66820d91ea3a3f32069bfa >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 22:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FB137B401 for ; Sat, 2 Nov 2002 22:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCEF243E7B for ; Sat, 2 Nov 2002 22:10: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 gA36A1x3052346 for ; Sat, 2 Nov 2002 22:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA36A1iO052345; Sat, 2 Nov 2002 22:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F1537B401 for ; Sat, 2 Nov 2002 22:09:52 -0800 (PST) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F8143E75 for ; Sat, 2 Nov 2002 22:09:51 -0800 (PST) (envelope-from kanou@kappa.allnet.ne.jp) Received: from kappa.allnet.ne.jp (localhost [127.0.0.1]) by kappa.allnet.ne.jp (8.12.6/8.12.5) with ESMTP id gA369qYq090647; Sun, 3 Nov 2002 15:09:52 +0900 (JST) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.12.6/8.12.6/Submit) id gA369qkA090615; Sun, 3 Nov 2002 15:09:52 +0900 (JST) Message-Id: <200211030609.gA369qkA090615@kappa.allnet.ne.jp> Date: Sun, 3 Nov 2002 15:09:52 +0900 (JST) From: KANOU Hiroki Reply-To: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@mil.allnet.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/44847: maintainer-update: print/pfaedit to 20021102 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44847 >Category: ports >Synopsis: maintainer-update: print/pfaedit to 20021102 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 22:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kappa.allnet.ne.jp 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Nov 2 22:18:18 JST 2002 kanou@kappa.allnet.ne.jp:/usr/obj/usr/src/sys/COPPER i386 >Description: PfaEdit port was updated to 20021102 by maintainer. One program (acorn2sfd) in pkg-plist was not installed. >How-To-Repeat: >Fix: --- pfaedit.orig/Makefile Sun Oct 27 07:39:32 2002 +++ pfaedit/Makefile Sun Nov 3 14:37:52 2002 @@ -34,7 +34,7 @@ MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 021025 +DIST_VER= 021102 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) diff -uNr pfaedit.orig/distinfo pfaedit/distinfo --- pfaedit.orig/distinfo Sun Oct 27 07:39:32 2002 +++ pfaedit/distinfo Sun Nov 3 14:39:27 2002 @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-021025.tgz) = b05917d1fb4a0c5282ba1cca76927ee6 +MD5 (pfaedit_full-021102.tgz) = f2794c7dafa14eca7ae87e685a1a278a MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f MD5 (pfaedit_htdocs-020910.tgz) = 2d4b256d4595a9f77d49d47b5a9428c1 diff -uNr pfaedit.orig/files/patch-Makefile.static.in pfaedit/files/patch-Makefile.static.in --- pfaedit.orig/files/patch-Makefile.static.in Sun Oct 27 07:39:32 2002 +++ pfaedit/files/patch-Makefile.static.in Sun Nov 3 14:23:28 2002 @@ -1,6 +1,6 @@ --- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 +++ Makefile.static.in Sat Oct 26 01:55:17 2002 -@@ -39,15 +39,15 @@ +@@ -39,15 +39,16 @@ mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) @@ -9,6 +9,7 @@ - cp pfaedit/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) + ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir) + ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) #The next line will fail for most installs. If you have downloaded the cidmaps # this will install them. If you haven't it won't. You only need the cidmaps >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 22:40:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2938737B4EA for ; Sat, 2 Nov 2002 22:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5882A43E77 for ; Sat, 2 Nov 2002 22: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 gA36eCx3062819 for ; Sat, 2 Nov 2002 22:40: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 gA36eCfp062818; Sat, 2 Nov 2002 22:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F30A637B401 for ; Sat, 2 Nov 2002 22:35:36 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F3043E6E for ; Sat, 2 Nov 2002 22:35:35 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([61.201.57.182]) by t-mta3.odn.ne.jp with ESMTP id <20021103063533904.NVWX.13419.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Sun, 3 Nov 2002 15:35:33 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id DB7C37B9E; Sun, 3 Nov 2002 15:35:29 +0900 (JST) Message-Id: <20021103063529.DB7C37B9E@hadaly.dyndns.org> Date: Sun, 3 Nov 2002 15:35:29 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44848: New port: x11-toolkits/gauche-gtk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44848 >Category: ports >Synopsis: New port: x11-toolkits/gauche-gtk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 22:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: This is a Gauche extension module to use GTK. WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html >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: # # gauche-gtk # gauche-gtk/pkg-comment # gauche-gtk/Makefile # gauche-gtk/distinfo # gauche-gtk/pkg-descr # gauche-gtk/pkg-plist # echo c - gauche-gtk mkdir -p gauche-gtk > /dev/null 2>&1 echo x - gauche-gtk/pkg-comment sed 's/^X//' >gauche-gtk/pkg-comment << 'END-of-gauche-gtk/pkg-comment' XGTK2 binding for Gauche END-of-gauche-gtk/pkg-comment echo x - gauche-gtk/Makefile sed 's/^X//' >gauche-gtk/Makefile << 'END-of-gauche-gtk/Makefile' X# New ports collection makefile for: Gauche-gtk X# Date created: 3 November 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= gtk XPORTVERSION= 0.2.1 XCATEGORIES= x11-toolkits XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= gauche XPKGNAMEPREFIX= gauche- XDISTNAME= Gauche-${PORTNAME}-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= fuyuki@hadaly.org X XLIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 XBUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/Gauche-${PORTNAME} XGNU_CONFIGURE= yes X#CONFIGURE_ARGS= --enable-gtkgl XEXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} XDOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} XPLIST_SUB= VERSION="`gauche-config -V`" \ X TARGET="${CONFIGURE_TARGET}" X Xpost-patch: X ${ECHO_CMD} 'typedef unsigned long ulong;' >>${WRKSRC}/src/gauche-gtk.h X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${EXAMPLESDIR} X ${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-gauche-gtk/Makefile echo x - gauche-gtk/distinfo sed 's/^X//' >gauche-gtk/distinfo << 'END-of-gauche-gtk/distinfo' XMD5 (Gauche-gtk-0.2.1.tgz) = 2d5fff79f7067d4871dd021e92938993 END-of-gauche-gtk/distinfo echo x - gauche-gtk/pkg-descr sed 's/^X//' >gauche-gtk/pkg-descr << 'END-of-gauche-gtk/pkg-descr' XThis is a Gauche extension module to use GTK. X XWWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html END-of-gauche-gtk/pkg-descr echo x - gauche-gtk/pkg-plist sed 's/^X//' >gauche-gtk/pkg-plist << 'END-of-gauche-gtk/pkg-plist' Xlib/gauche/%%VERSION%%/%%TARGET%%/gauche-gtk.so Xshare/gauche/%%VERSION%%/lib/gtk.scm Xshare/gauche/%%VERSION%%/lib/gtk/gdkkeysyms.scm Xshare/gauche/%%VERSION%%/lib/gtk/gtkaux.scm X@dirrm share/gauche/%%VERSION%%/lib/gtk X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/COPYING X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/README X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/arrow.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/aspectframe.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/base.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/buttonbox.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/buttons.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/entry.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/eventbox.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/filesel.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/fixed.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/frame.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/helloworld.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/helloworld2.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/info.xpm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/label.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/list.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/menu.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/notebook.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/packbox.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/paned.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/pixmap.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/progressbar.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/radiobuttons.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/rangewidgets.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/scrolledwin.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/spinbutton.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/statusbar.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/table.scm X%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/wheelbarrow.scm X%%PORTDOCS%%@dirrm share/examples/gauche/gtk/gtk-tutorial X%%PORTDOCS%%@dirrm share/examples/gauche/gtk X%%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true X%%PORTDOCS%%share/doc/gauche/gtk/README X%%PORTDOCS%%@dirrm share/doc/gauche/gtk X%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true END-of-gauche-gtk/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 22:40:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E1E837B4EE for ; Sat, 2 Nov 2002 22:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C87A43E6E for ; Sat, 2 Nov 2002 22: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 gA36eCx3062857 for ; Sat, 2 Nov 2002 22:40: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 gA36eC6Z062853; Sat, 2 Nov 2002 22:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7833C37B401 for ; Sat, 2 Nov 2002 22:39:21 -0800 (PST) Received: from kappa.allnet.ne.jp (kappa.allnet.ne.jp [61.211.150.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id B476743E4A for ; Sat, 2 Nov 2002 22:39:20 -0800 (PST) (envelope-from kanou@kappa.allnet.ne.jp) Received: from kappa.allnet.ne.jp (localhost [127.0.0.1]) by kappa.allnet.ne.jp (8.12.6/8.12.5) with ESMTP id gA36dKYq008540; Sun, 3 Nov 2002 15:39:20 +0900 (JST) (envelope-from kanou@kappa.allnet.ne.jp) Received: (from kanou@localhost) by kappa.allnet.ne.jp (8.12.6/8.12.6/Submit) id gA36dKNP008539; Sun, 3 Nov 2002 15:39:20 +0900 (JST) Message-Id: <200211030639.gA36dKNP008539@kappa.allnet.ne.jp> Date: Sun, 3 Nov 2002 15:39:20 +0900 (JST) From: KANOU Hiroki Reply-To: KANOU Hiroki To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@mil.allnet.ne.jp X-Send-Pr-Version: 3.113 Subject: ports/44849: update port: graphics/frontline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44849 >Category: ports >Synopsis: update port: graphics/frontline >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 02 22:40:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD kappa.allnet.ne.jp 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Nov 2 22:18:18 JST 2002 kanou@kappa.allnet.ne.jp:/usr/obj/usr/src/sys/COPPER i386 >Description: Frontline depends a shlib libautotrace.so. AutoTrace is updated to 0.31.0 and shlib version is raised to 2. Frontline must be updated the newsest version 0.5.3 to be compiled with a new shared library. >How-To-Repeat: Apply the patch in ports/44846 to graphics/autotrace port tree. Update autotrace to 0.31.0. Try to build frontline-0.5.1 and it will fail because structure definitions are changed in the include files. >Fix: diff -uNr frontline.orig/Makefile frontline/Makefile --- frontline.orig/Makefile Wed Oct 16 10:15:49 2002 +++ frontline/Makefile Sun Nov 3 14:39:18 2002 @@ -6,13 +6,13 @@ # PORTNAME= frontline -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.3 CATEGORIES= graphics gnome MASTER_SITES= http://autotrace.sourceforge.net/frontline/ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= autotrace.1:${PORTSDIR}/graphics/autotrace \ +LIB_DEPENDS= autotrace.2:${PORTSDIR}/graphics/autotrace \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ popt.0:${PORTSDIR}/devel/popt diff -uNr frontline.orig/distinfo frontline/distinfo --- frontline.orig/distinfo Sat Sep 14 01:49:28 2002 +++ frontline/distinfo Sun Nov 3 14:39:32 2002 @@ -1 +1 @@ -MD5 (frontline-0.5.1.tar.gz) = 5a1f5d7b5bf8ef7d54a8531592b56a61 +MD5 (frontline-0.5.3.tar.gz) = b71ea8ce16d62bbf0078980446d61660 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 22:47: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105C737B401; Sat, 2 Nov 2002 22:47:05 -0800 (PST) Received: from phalanx.trit.org (phalanx.trit.org [63.198.170.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BB743E6E; Sat, 2 Nov 2002 22:47:04 -0800 (PST) (envelope-from dima@trit.org) Received: from sparkie.trit.org (sparkie.trit.org [192.168.4.16]) by phalanx.trit.org (Postfix) with ESMTP id E371319FA0; Sun, 3 Nov 2002 06:47:03 +0000 (UTC) Received: (from dima@localhost) by sparkie.trit.org (8.10.2+Sun/8.10.2) id gA36l3p10036; Sun, 3 Nov 2002 06:47:03 GMT X-Authentication-Warning: sparkie.trit.org: dima set sender to dima@trit.org using -f Date: Sun, 3 Nov 2002 06:47:02 +0000 From: Dima Dorfman To: ports@freebsd.org Subject: Re: cvs commit: ports/net/dictd Makefile Message-ID: <20021103064702.GN5793@trit.org> References: <200211030640.gA36ennN023532@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211030640.gA36ennN023532@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I wrote: > Modified files: > net/dictd Makefile > Log: > Escape parenthese in regular expressions to appease a sed that doesn't > understand extended regexps. This will probably break that regular expression for Perl, which *does* understand extended regexps and will probably interpret "\(" as "[(]". That's not good. Is there a better way to handle this problem than the way I did? I thought about adding -E to the REINPLACE_CMD invocation, but that would break for an REINPLACE_CMD that isn't sed (e.g., Perl)--so it wouldn't improve the situation. Perhaps REINPLACE_CMD should pass -E to sed and its semantics be modified to include understanding of extended regexps? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Nov 2 23:59:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 703F237B401; Sat, 2 Nov 2002 23:59:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 170D943E8A; Sat, 2 Nov 2002 23:59:23 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA37xMx3094347; Sat, 2 Nov 2002 23:59:22 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA37xMvq094343; Sat, 2 Nov 2002 23:59:22 -0800 (PST) Date: Sat, 2 Nov 2002 23:59:22 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200211030759.gA37xMvq094343@freefall.freebsd.org> To: hetzels@westbend.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/44844: www/frontpage: Update to REINPLACE_CMD/USE_REINPLACE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: www/frontpage: Update to REINPLACE_CMD/USE_REINPLACE State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Nov 2 23:59:14 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=44844 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message