From owner-freebsd-ports Sun Jun 8 04:03:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08704 for ports-outgoing; Sun, 8 Jun 1997 04:03:33 -0700 (PDT) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08699 for ; Sun, 8 Jun 1997 04:03:30 -0700 (PDT) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id GAA05198; Sun, 8 Jun 1997 06:02:58 -0500 (CDT) Received: from sjx-ca12-04.ix.netcom.com(199.182.128.132) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma005196; Sun Jun 8 06:02:43 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.5/8.6.9) id EAA10674; Sun, 8 Jun 1997 04:01:39 -0700 (PDT) Date: Sun, 8 Jun 1997 04:01:39 -0700 (PDT) Message-Id: <199706081101.EAA10674@blimp.mimi.com> To: joe@pavilion.net CC: freebsd-ports@freebsd.org In-reply-to: <19970607180231.61290@pavilion.net> (message from Josef Karthauser on Sat, 7 Jun 1997 18:02:31 +0100) Subject: Re: port of ripe's extended whois client. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Would someone mind having a look at it please? I'm sure someone won't mind, but you may want do a send-pr to make sure. Instructions are in handbook's contributing -> how to contribute -> porting section. Satoshi From owner-freebsd-ports Sun Jun 8 04:11:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08914 for ports-outgoing; Sun, 8 Jun 1997 04:11:37 -0700 (PDT) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08908 for ; Sun, 8 Jun 1997 04:11:32 -0700 (PDT) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id GAA10779; Sun, 8 Jun 1997 06:10:58 -0500 (CDT) Received: from sjx-ca12-04.ix.netcom.com(199.182.128.132) by dfw-ix10.ix.netcom.com via smap (V1.3) id sma010773; Sun Jun 8 06:10:47 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.5/8.6.9) id EAA10685; Sun, 8 Jun 1997 04:10:41 -0700 (PDT) Date: Sun, 8 Jun 1997 04:10:41 -0700 (PDT) Message-Id: <199706081110.EAA10685@blimp.mimi.com> To: dmaddox@scsn.net CC: ports@freebsd.org, vanilla@minje.com.tw In-reply-to: <19970607125910.16741@scsn.net> (dmaddox@scsn.net) Subject: Re: Inconsistency in VTCL Port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I am sure that I am not the only one that has a problem with * having multiple versions of TCL and TK... If this port only * requires tk4.1, then it should build as long as _at least_ tk41 is * installed, no? Is there a better way to specify the dependencies * so that it will build as long as tk4.1 (or higher) is installed? * Or is the DESCR just wrong? This is a known shortfall in our ports system. You can't do it if you aren't using LIB_DEPENDS. No "fuzziness" is allowed for RUN_DEPENDS, etc. (If you want to tackle bsd.port.mk and fix it, be my guest -- but beware that I haven't implemented it because I don't know how to do it.) It is possible to specify multiple versions if you are using LIB_DEPENDS, like this: LIB_DEPENDS= tk4[12]\\.1\\.:${PORTSDIR}/x11/tk42 The left side of colon in LIB_DEPENDS is a grep string (thus the funny "\\"s) so this will build tk-4.2 only if neither of tk-4.1 or tk-4.2 are installed. However, the problem is that if you write a dependency list like the above, we cannot predict what gets linked into the executable. For example, suppose the user (me, probably) has tk-4.1 on the system. The build comes to this port, bsd.port.mk finds tk-4.1, so it happily proceeds. It then goes and links the library with libtk41.so.1.0, but bsd.port.mk will put "tk-4.2" into the @pkgdep list because that's what the LIB_DEPENDS line says. Now we have an inconsistent package. Our solution (sort of) is to make all tk-x.y ports peacefully coexist with one another. It may take some disk space but at least it won't screw up your system or produce packages that point to nowhere.... Satoshi From owner-freebsd-ports Sun Jun 8 04:15:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08996 for ports-outgoing; Sun, 8 Jun 1997 04:15:16 -0700 (PDT) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08991 for ; Sun, 8 Jun 1997 04:15:14 -0700 (PDT) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id GAA10923; Sun, 8 Jun 1997 06:14:42 -0500 (CDT) Received: from sjx-ca12-04.ix.netcom.com(199.182.128.132) by dfw-ix10.ix.netcom.com via smap (V1.3) id sma010908; Sun Jun 8 06:14:12 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.5/8.6.9) id EAA10694; Sun, 8 Jun 1997 04:14:09 -0700 (PDT) Date: Sun, 8 Jun 1997 04:14:09 -0700 (PDT) Message-Id: <199706081114.EAA10694@blimp.mimi.com> To: joe@pavilion.net CC: ports@FreeBSD.ORG In-reply-to: <19970607180530.05468@pavilion.net> (message from Josef Karthauser on Sat, 7 Jun 1997 18:05:30 +0100) Subject: Re: fetching tarballs. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * It would be useful if it was possible to configure the fetch to be * passive (-P) if required. All of my machines are behind a fire wall Setting FETCH_CMD to "fetch -P" generally works. ("Generally", because, some ports define FETCH_CMD by themselves....) Satoshi From owner-freebsd-ports Sun Jun 8 05:05:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA10554 for ports-outgoing; Sun, 8 Jun 1997 05:05:30 -0700 (PDT) Received: from florence.pavilion.net (mailrelay1.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA10549 for ; Sun, 8 Jun 1997 05:05:27 -0700 (PDT) Received: (from joe@localhost) by florence.pavilion.net (8.8.5/8.8.5) id NAA05130; Sun, 8 Jun 1997 13:04:49 +0100 (BST) Message-ID: <19970608130449.13578@pavilion.net> Date: Sun, 8 Jun 1997 13:04:49 +0100 From: Josef Karthauser To: Satoshi Asami Cc: freebsd-ports@FreeBSD.ORG Subject: Re: port of ripe's extended whois client. References: <19970607180231.61290@pavilion.net> <199706081101.EAA10674@blimp.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <199706081101.EAA10674@blimp.mimi.com>; from Satoshi Asami on Sun, Jun 08, 1997 at 04:01:39AM -0700 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jun 08, 1997 at 04:01:39AM -0700, Satoshi Asami wrote: > * Would someone mind having a look at it please? > > I'm sure someone won't mind, but you may want do a send-pr to make > sure. Instructions are in handbook's contributing -> how to > contribute -> porting section. > > Satoshi I did send the 'send-pr'. I'll try another one then. Joe -- Josef Karthauser Technical Manager Email: joe@pavilion.net Pavilion Internet plc. [Tel: +44 1273 607072 Fax: +44 1273 607073] From owner-freebsd-ports Sun Jun 8 05:15:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA10719 for ports-outgoing; Sun, 8 Jun 1997 05:15:15 -0700 (PDT) Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA10713 for ; Sun, 8 Jun 1997 05:15:12 -0700 (PDT) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id HAA06124; Sun, 8 Jun 1997 07:14:40 -0500 (CDT) Received: from sjx-ca12-04.ix.netcom.com(199.182.128.132) by dfw-ix15.ix.netcom.com via smap (V1.3) id sma006092; Sun Jun 8 07:13:09 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.5/8.6.9) id FAA12082; Sun, 8 Jun 1997 05:13:06 -0700 (PDT) Date: Sun, 8 Jun 1997 05:13:06 -0700 (PDT) Message-Id: <199706081213.FAA12082@blimp.mimi.com> To: joe@pavilion.net CC: freebsd-ports@freebsd.org In-reply-to: <19970608130449.13578@pavilion.net> (message from Josef Karthauser on Sun, 8 Jun 1997 13:04:49 +0100) Subject: Re: port of ripe's extended whois client. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I did send the 'send-pr'. I'll try another one then. Oh, did you try it before? Did you get the "thanks for your bug report" reply back? What was the identification number and subject? (I can't find anything that contains "ripe" or "whois" in the gnats database.) Hmm, there is something called /usr/ports/net/rwhois. Could this be related? Satoshi From owner-freebsd-ports Sun Jun 8 05:22:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA10874 for ports-outgoing; Sun, 8 Jun 1997 05:22:17 -0700 (PDT) Received: from florence.pavilion.net (mailrelay1.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA10869 for ; Sun, 8 Jun 1997 05:22:14 -0700 (PDT) Received: (from joe@localhost) by florence.pavilion.net (8.8.5/8.8.5) id NAA05517; Sun, 8 Jun 1997 13:21:40 +0100 (BST) Message-ID: <19970608132140.25501@pavilion.net> Date: Sun, 8 Jun 1997 13:21:40 +0100 From: Josef Karthauser To: Satoshi Asami Cc: freebsd-ports@freebsd.org Subject: Re: port of ripe's extended whois client. References: <19970608130449.13578@pavilion.net> <199706081213.FAA12082@blimp.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <199706081213.FAA12082@blimp.mimi.com>; from Satoshi Asami on Sun, Jun 08, 1997 at 05:13:06AM -0700 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Jun 08, 1997 at 05:13:06AM -0700, Satoshi Asami wrote: > * I did send the 'send-pr'. I'll try another one then. > > Oh, did you try it before? Did you get the "thanks for your bug > report" reply back? What was the identification number and subject? > (I can't find anything that contains "ripe" or "whois" in the gnats > database.) > > Hmm, there is something called /usr/ports/net/rwhois. Could this be > related? > > Satoshi I'm sure that I did, but I probably did something wrong. I'll try again. It appears that rwhois is the Internic WhoIs database daemon. The Ripewhois is a whois client. Type 'ripewhois pavilion' and you'll get the idea. You can also do 'ripewhois as6763' to return information about our AS. Joe. -- Josef Karthauser Technical Manager Email: joe@pavilion.net Pavilion Internet plc. [Tel: +44 1273 607072 Fax: +44 1273 607073] From owner-freebsd-ports Sun Jun 8 05:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA11023 for ports-outgoing; Sun, 8 Jun 1997 05:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA11016; Sun, 8 Jun 1997 05:30:02 -0700 (PDT) Resent-Date: Sun, 8 Jun 1997 05:30:02 -0700 (PDT) Resent-Message-Id: <199706081230.FAA11016@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, joe@pavilion.net Received: from florence.pavilion.net (mailrelay1.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA10929 for ; Sun, 8 Jun 1997 05:26:37 -0700 (PDT) Received: (from joe@localhost) by florence.pavilion.net (8.8.5/8.8.5) id NAA05741; Sun, 8 Jun 1997 13:26:06 +0100 (BST) Message-Id: <199706081226.NAA05741@florence.pavilion.net> Date: Sun, 8 Jun 1997 13:26:06 +0100 (BST) From: Josef Karthauser Reply-To: joe@pavilion.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3809: new port: ripewhois Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3809 >Category: ports >Synopsis: a port of RIPE's whois client (ripewhois) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 8 05:30:01 PDT 1997 >Last-Modified: >Originator: Josef Karthauser >Organization: Pavilion Internet plc >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: I've uploaded a port of the RIPE (european ip registry) version of whois. It is fully compatible with the default one but add extra cmd line options to get more out of their database. It also points to whois.ripe.net as default instead of to Internic. It is in ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ripewhois.tgz >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jun 8 09:08:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA18085 for ports-outgoing; Sun, 8 Jun 1997 09:08:49 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA18080 for ; Sun, 8 Jun 1997 09:08:45 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id MAA01422; Sun, 8 Jun 1997 12:07:18 -0400 (EDT) Date: Sun, 8 Jun 1997 12:07:17 -0400 (EDT) From: James FitzGibbon To: Satoshi Asami cc: joe@pavilion.net, freebsd-ports@FreeBSD.ORG Subject: Re: port of ripe's extended whois client. In-Reply-To: <199706081213.FAA12082@blimp.mimi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 8 Jun 1997, Satoshi Asami wrote: > Hmm, there is something called /usr/ports/net/rwhois. Could this be > related? Nope, that's the referral whois server (distributed whois) that I did last week. RIPE whois is (from what I understand) a whois server that queries the RIPE database (European registrar, right ?) -- j. From owner-freebsd-ports Sun Jun 8 09:11:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA18186 for ports-outgoing; Sun, 8 Jun 1997 09:11:48 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA18169; Sun, 8 Jun 1997 09:11:01 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id MAA01438; Sun, 8 Jun 1997 12:09:44 -0400 (EDT) Date: Sun, 8 Jun 1997 12:09:43 -0400 (EDT) From: James FitzGibbon To: Josef Karthauser cc: FreeBSD-gnats-submit@FreeBSD.ORG, GNATS Management , freebsd-ports@hub.freebsd.org Subject: Re: ports/3809: new port: ripewhois In-Reply-To: <199706081226.NAA05741@florence.pavilion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 8 Jun 1997, Josef Karthauser wrote: > It is in ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ripewhois.tgz This may have been the problem - I found ripeutils.tgz, but not ripewhois.tgz. Do I have the right one for import ? -- j. From owner-freebsd-ports Sun Jun 8 09:19:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA19070 for ports-outgoing; Sun, 8 Jun 1997 09:19:42 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19013; Sun, 8 Jun 1997 09:19:11 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id MAA01478; Sun, 8 Jun 1997 12:17:54 -0400 (EDT) Date: Sun, 8 Jun 1997 12:17:54 -0400 (EDT) From: James FitzGibbon To: Josef Karthauser cc: FreeBSD-gnats-submit@FreeBSD.ORG, GNATS Management , freebsd-ports@hub.freebsd.org Subject: Re: ports/3809: new port: ripewhois In-Reply-To: <199706081226.NAA05741@florence.pavilion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 8 Jun 1997, Josef Karthauser wrote: > I've uploaded a port of the RIPE (european ip registry) version > of whois. It is fully compatible with the default one but > add extra cmd line options to get more out of their database. > It also points to whois.ripe.net as default instead of to Internic. Thanks, imported. The only changes I made were : - change /usr/local to ${PREFIX} in Makefile - add manpage to MAN1 section of Makefile for compression - add .gz suffix to manpage in pkg/PLIST -- j. From owner-freebsd-ports Sun Jun 8 13:32:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA16465 for ports-outgoing; Sun, 8 Jun 1997 13:32:21 -0700 (PDT) Received: from athena.milk.it (ssigala@[195.206.2.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16459; Sun, 8 Jun 1997 13:32:14 -0700 (PDT) Received: from localhost (ssigala@localhost) by athena.milk.it (8.8.4/8.8.4) with SMTP id WAA03610; Sun, 8 Jun 1997 22:32:32 +0200 X-Authentication-Warning: athena.milk.it: ssigala owned process doing -bs Date: Sun, 8 Jun 1997 22:32:31 +0200 (MET DST) From: "S. Sigala" X-Sender: ssigala@athena.milk.it To: asami@FreeBSD.ORG cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/3457 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have already sent a similar mail, but it seem went lost. On Tue, 3 Jun 1997, Satoshi Asami wrote: > Synopsis: New ports for cutils 1.3.3 and umatrix > > State-Changed-From-To: open-analyzed > State-Changed-By: asami > State-Changed-When: Tue Jun 3 15:22:25 PDT 1997 > State-Changed-Why: > > Thanks, imported umatrix and moved source tarball to LOCAL_PORTS. > > As for cutils, please submit it as a "diff -ur". (Please read the > handbook's section on port upgrades.) > Ok, Thanks. Here is the patch. diff -ur cutils-old-port/Makefile cutils/Makefile --- cutils-old-port/Makefile Wed Apr 30 12:13:50 1997 +++ cutils/Makefile Wed Jun 4 14:19:09 1997 @@ -1,21 +1,21 @@ # New ports collection makefile for: cutils -# Version required: 1.3.2 -# Date created: 26 November 1996 -# Whom: Sandro Sigala +# Version required: 1.4 +# Date created: 26 November 1996 +# Date modified: 19 May 1997 +# Whom: Sandro Sigala # -# $Id: Makefile,v 1.5 1997/04/30 03:17:57 asami Exp $ +# $Id: Makefile,v 1.4 1996/12/24 11:11:43 max Exp $ # -DISTNAME= cutils-1.3.2 +DISTNAME= cutils-1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= ssigala@globalnet.it -HAS_CONFIGURE= yes -MANCOMPRESSED= yes +GNU_CONFIGURE= yes MAN1= cdecl.1 cundecl.1 chilight.1 cinfo.1 cinfoc.1 cinfodc.1 \ - cobfusc.1 yyextract.1 yyref.1 + cobfusc.1 cunloop.1 yyextract.1 yyref.1 MAN5= cinfodb.5 .include Only in cutils-old-port/files: md5 Only in cutils-old-port: patches diff -ur cutils-old-port/pkg/COMMENT cutils/pkg/COMMENT --- cutils-old-port/pkg/COMMENT Sun Dec 8 22:26:14 1996 +++ cutils/pkg/COMMENT Wed Jun 4 14:19:09 1997 @@ -1 +1 @@ -Miscellaneous C programmer's utilities +Miscellaneous C programmer's utilities (source shrouder, YACC xref, ...) diff -ur cutils-old-port/pkg/DESCR cutils/pkg/DESCR --- cutils-old-port/pkg/DESCR Sun Dec 8 22:26:14 1996 +++ cutils/pkg/DESCR Wed Jun 4 14:19:09 1997 @@ -5,12 +5,9 @@ cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files with colors +cunloop - unloop C loops yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program - -Experimental stuff not compiled by default: -safealloc - simple malloc(), free() and friends checking utility -scc - Small C Compiler Sandro Sigala ssigala@globalnet.it diff -ur cutils-old-port/pkg/PLIST cutils/pkg/PLIST --- cutils-old-port/pkg/PLIST Sun Dec 8 22:26:14 1996 +++ cutils/pkg/PLIST Wed Jun 4 14:19:09 1997 @@ -5,6 +5,7 @@ bin/cinfoc bin/cinfodc bin/cobfusc +bin/cunloop bin/yyextract bin/yyref man/man1/cdecl.1.gz @@ -14,9 +15,10 @@ man/man1/cinfoc.1.gz man/man1/cinfodc.1.gz man/man1/cobfusc.1.gz +man/man1/cunloop.1.gz man/man1/yyextract.1.gz man/man1/yyref.1.gz man/man5/cinfodb.5.gz -lib/cinfo/stdc.cinfo.db -lib/cinfo/stdclib.cinfo.db -lib/cinfo/unix.cinfo.db +share/cutils/cinfo/stdc.cinfo.db +share/cutils/cinfo/stdclib.cinfo.db +share/cutils/cinfo/unix.cinfo.db --------------- From owner-freebsd-ports Sun Jun 8 15:13:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA19887 for ports-outgoing; Sun, 8 Jun 1997 15:13:49 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA19882 for ; Sun, 8 Jun 1997 15:13:46 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA03788; Sun, 8 Jun 1997 15:13:46 -0700 Date: Sun, 8 Jun 1997 15:13:45 -0700 (PDT) From: "Brian N. Handy" To: ports@freebsd.org Subject: patches question Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, When I'm upgrading a port, and one of the patches has been absorbed into the tarball -- e.g. "patch-aa" is no longer needed, but "patch-ab" is still needed -- how do I handle it? Do I (1) delete patch-aa and leave patch-ab as is, or (2) mv patch-ab patch-aa? Playing around a bit with the "new" (as of January) xanim port, and came across this. Thanks, Brian From owner-freebsd-ports Sun Jun 8 16:16:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA21793 for ports-outgoing; Sun, 8 Jun 1997 16:16:22 -0700 (PDT) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21787 for ; Sun, 8 Jun 1997 16:16:17 -0700 (PDT) Received: (from smap@localhost) by dfw-ix5.ix.netcom.com (8.8.4/8.8.4) id SAA03301; Sun, 8 Jun 1997 18:15:37 -0500 (CDT) Received: from sjx-ca12-04.ix.netcom.com(199.182.128.132) by dfw-ix5.ix.netcom.com via smap (V1.3) id sma003270; Sun Jun 8 18:15:03 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.5/8.6.9) id QAA20985; Sun, 8 Jun 1997 16:14:59 -0700 (PDT) Date: Sun, 8 Jun 1997 16:14:59 -0700 (PDT) Message-Id: <199706082314.QAA20985@blimp.mimi.com> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: patches question From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * (1) delete patch-aa and leave patch-ab as is, or Yes. * (2) mv patch-ab patch-aa? Not necessary -- it's just handled by a "for patches/patch-*" statement in bsd.port.mk. You can go from patch-ab to patch-cx to patch-qp for all it cares. :> Satoshi From owner-freebsd-ports Sun Jun 8 16:44:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22819 for ports-outgoing; Sun, 8 Jun 1997 16:44:59 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA22814 for ; Sun, 8 Jun 1997 16:44:58 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA04883; Sun, 8 Jun 1997 16:44:57 -0700 Date: Sun, 8 Jun 1997 16:44:57 -0700 (PDT) From: "Brian N. Handy" To: ports@freebsd.org Subject: Re: patches question In-Reply-To: <199706082314.QAA20985@blimp.mimi.com> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * (2) mv patch-ab patch-aa? > >Not necessary -- it's just handled by a "for patches/patch-*" >statement in bsd.port.mk. You can go from patch-ab to patch-cx to >patch-qp for all it cares. :> Yea, I figured this out, I was just wondering if there were additional style points to be had for starting from a nice -aa. :-) Anyway, send-pr'ed. Thanks! Brian From owner-freebsd-ports Sun Jun 8 16:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22983 for ports-outgoing; Sun, 8 Jun 1997 16:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22977; Sun, 8 Jun 1997 16:50:01 -0700 (PDT) Resent-Date: Sun, 8 Jun 1997 16:50:01 -0700 (PDT) Resent-Message-Id: <199706082350.QAA22977@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, handy@lambic.space.lockheed.com Received: from lambic.space.lockheed.com (lambic.space.lockheed.com [192.68.162.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22756 for ; Sun, 8 Jun 1997 16:43:20 -0700 (PDT) Received: (from handy@localhost) by lambic.space.lockheed.com (8.8.5/8.8.5) id QAA23225; Sun, 8 Jun 1997 16:42:49 -0700 (PDT) Message-Id: <199706082342.QAA23225@lambic.space.lockheed.com> Date: Sun, 8 Jun 1997 16:42:49 -0700 (PDT) From: Brian Handy Reply-To: handy@lambic.space.lockheed.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3814: xanim upgraded 2.70.6.3 --> 2.70.6.4 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3814 >Category: ports >Synopsis: xanim upgrade 2.70.6.3 --> 2.70.6.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 8 16:50:01 PDT 1997 >Last-Modified: >Originator: Brian Handy >Organization: MSU - Bozeman >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: Xanim was upgraded in January on the master site. The old one (circa August) is still there, so this is low priority for sure...but I'm about to try to do some fiddling with SGI image files and while I was here I grabbed the latest bits. Pleasantly, I noticed that one of the patches has been absorbed back into the master site. :-) >How-To-Repeat: >Fix: diff -urN xanim.orig/Makefile xanim/Makefile --- xanim.orig/Makefile Fri Dec 6 17:06:25 1996 +++ xanim/Makefile Sun Jun 8 15:04:39 1997 @@ -1,13 +1,13 @@ # New ports collection makefile for: xanim -# Version required: 2.70.6.3 +# Version required: 2.70.6.4 # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: piero # # $Id: Makefile,v 1.11 1996/12/07 01:06:25 asami Exp $ # -DISTNAME= xanim27063 -PKGNAME= xanim-2.70.6.3 +DISTNAME= xanim27064 +PKGNAME= xanim-2.70.6.4 CATEGORIES= graphics x11 MASTER_SITES= ftp://xanim.va.pubnix.com/\ ftp://xanim.va.pubnix.com/modules/ diff -urN xanim.orig/files/md5 xanim/files/md5 --- xanim.orig/files/md5 Thu Sep 26 14:27:28 1996 +++ xanim/files/md5 Sun Jun 8 15:04:35 1997 @@ -1,4 +1,4 @@ -MD5 (xanim27063.tar.gz) = 044708c971c6b2137c884489c68841c5 +MD5 (xanim27064.tar.gz) = ce521899a41477016f2e90caf02ecaad MD5 (xa2.0_cvid_netbsd386.o.Z) = 80a70d69ea532c7f32a074381fff8468 MD5 (xa2.0_iv32_netbsd386.o.Z) = 1968c29d77e02c53df14bc4f2a29a1c0 MD5 (xa1.0_cyuv_netbsd386.o.Z) = 9f2d2b1a14f4518ffd02c0f45ccbf9e6 diff -urN xanim.orig/patches/patch-aa xanim/patches/patch-aa --- xanim.orig/patches/patch-aa Mon Mar 25 20:02:49 1996 +++ xanim/patches/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,14 +0,0 @@ -*** xanim.h.orig Tue May 2 15:30:39 1995 ---- xanim.h Wed May 3 18:29:28 1995 -*************** -*** 25,31 **** ---- 25,33 ---- - #ifdef __bsdi__ - #include - #else -+ #ifndef __FreeBSD__ - #include -+ #endif - #endif - - #include >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jun 8 17:30:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA24472 for ports-outgoing; Sun, 8 Jun 1997 17:30:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA24466; Sun, 8 Jun 1997 17:30:02 -0700 (PDT) Resent-Date: Sun, 8 Jun 1997 17:30:02 -0700 (PDT) Resent-Message-Id: <199706090030.RAA24466@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, helbig@MX.BA-Stuttgart.De Received: from helbig.informatik.ba-stuttgart.de (isdn048.stuttgart.netsurf.de [194.195.220.239]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA24322 for ; Sun, 8 Jun 1997 17:24:46 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id CAA02876; Mon, 9 Jun 1997 02:24:40 +0200 (MET DST) Message-Id: <199706090024.CAA02876@helbig.informatik.ba-stuttgart.de> Date: Mon, 9 Jun 1997 02:24:40 +0200 (MET DST) From: Wolfgang Helbig Reply-To: helbig@MX.BA-Stuttgart.De To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3815: port of modula 2 compiler Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3815 >Category: ports >Synopsis: port of modula 2 compiler >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 8 17:30:01 PDT 1997 >Last-Modified: >Originator: Wolfgang Helbig >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: There is a new port tarball in ftp.FreeBSD.ORG/incoming/ mocka-95.02-port.tar.gz. It is a port of the modula 2 compiler from the University of Karlsruhe. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jun 8 21:50:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04199 for ports-outgoing; Sun, 8 Jun 1997 21:50:02 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04193; Sun, 8 Jun 1997 21:50:01 -0700 (PDT) Resent-Date: Sun, 8 Jun 1997 21:50:01 -0700 (PDT) Resent-Message-Id: <199706090450.VAA04193@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=) Received: from skylark.ics.es.osaka-u.ac.jp (root@skylark.ics.es.osaka-u.ac.jp [133.1.12.95]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA03840 for ; Sun, 8 Jun 1997 21:36:50 -0700 (PDT) Received: from localhost (matusita@localhost [127.0.0.1]) by skylark.ics.es.osaka-u.ac.jp (8.8.5+2.7Wbeta5/3.5Wpl5/ICS-2.2.1Wv7-SKYLARK) with ESMTP id NAA08201 for ; Mon, 9 Jun 1997 13:02:59 +0900 (JST) Message-Id: <19970609130256W.matusita@jp.freebsd.org> Date: Mon, 09 Jun 1997 13:02:56 +0900 From: Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=) To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3816: x11/fvwm2 Makefile contains typo Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3816 >Category: ports >Synopsis: x11/fvwm2 Makefile contains typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 8 21:50:00 PDT 1997 >Last-Modified: >Originator: Makoto MATSUSHITA >Organization: Japan FreeBSD Users' Group / Osaka University >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-CURRENT / FreeBSD 2.2.2-RELEASE >Description: There are typo in ports/x11/fvwm2/Makefile. A patch including kits does not apply. >How-To-Repeat: do 'cd /usr/ports/x11/fvwm2; make' and see how make runs. >Fix: A typo. Verry sorry. diff -crN fvwm2-CVS/Makefile fvwm2/Makefile *** fvwm2-CVS/Makefile Tue Mar 4 18:38:40 1997 --- fvwm2/Makefile Mon Jun 9 12:52:11 1997 *************** *** 26,32 **** PATCH_FIXIT= kits/patch/fix-2.0.45 PATCH_I18N= kits/patch/PATCH.I18N ! USE_PATCHFILES= ${PATCH_FIXES} ${PATCH_I18N} pre-patch: @for i in ${USE_PATCHFILES}; do \ --- 26,32 ---- PATCH_FIXIT= kits/patch/fix-2.0.45 PATCH_I18N= kits/patch/PATCH.I18N ! USE_PATCHFILES= ${PATCH_FIXIT} ${PATCH_I18N} pre-patch: @for i in ${USE_PATCHFILES}; do \ >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 02:15:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA12954 for ports-outgoing; Mon, 9 Jun 1997 02:15:26 -0700 (PDT) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [194.151.74.97]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA12947 for ; Mon, 9 Jun 1997 02:15:21 -0700 (PDT) Received: (from guido@localhost) by gvr.win.tue.nl (8.8.5/8.8.2) id LAA03531; Mon, 9 Jun 1997 11:13:45 +0200 (MET DST) From: Guido van Rooij Message-Id: <199706090913.LAA03531@gvr.win.tue.nl> Subject: A few small requests (fwd) To: jgreco@ns.sol.net, ports@freebsd.org Date: Mon, 9 Jun 1997 11:13:45 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I received the following from Gene Spafford about tripwire. Could anyone assist him? (Btw: he gave me permission to send this to you,so please ignore the X-restrictions field) -Guido ----- Forwarded message from Gene Spafford ----- >From owner-first-teams@lists.Stanford.EDU Sun Jun 8 01:50:21 1997 Message-Id: <199706072341.SAA29266@dorsai.cs.purdue.edu> To: coast-friends@cs.purdue.edu, first-teams@first.org, bishop@cs.ucdavis.edu, rik@spirit.com, mcrabb@cisco.com Subject: A few small requests Cc: dscurry@sps.purdue.edu X-URI: http://www.cs.purdue.edu/people/spaf Organization: COAST, Department of Computer Sciences, Purdue Univ. Date: Sat, 07 Jun 1997 18:41:40 -0500 From: spaf@cs.purdue.edu (Gene Spafford) Sender: owner-first-teams@lists.Stanford.EDU Precedence: bulk Reply-To: spaf@cs.purdue.edu (Gene Spafford) X-restrictions: DO NOT REDISTRIBUTE BEYOND FIRST MEMBERS UNLESS THE AUTHOR OF THIS MESSAGE GRANTS EXPRESS PERMISSION TO REDISTRIBUTE Hi, folks. Here are 3 small requests about Tripwire: 1) In all documents and presentations you might make where you mention Tripwire, could you henceforth please note that "Tripwire is a registered trademark of the Purdue Research Foundation." We are required to be proactive in protecting the trademark, and you folks are likely users. 2) Technically, any commercial use of Tripwire (e.g., use in production systems, other than for research or education) should be licensed by the Purdue Research Foundation. Interested parties should contact Douglas Curry for details. We would appreciate it if you would note this in your presentations -- especially as any license fees will likely come back (in part) to help fund other tool development in COAST. 3) We will be trying to get a small maintenance release for Tripwire released this summer. It was planned for this month, but we have run into some resource problems. We will need some beta testers for various architectures to make certain that the release compiles & runs on some systems we don't have here. This would include all the various free *ixs (linux, freebsd, etc), AIX, Unicos, and anything else other than Solaris, SunOS, HP-UX 10, and IRIX. If you have any such systems and would be willing to be a beta tester, please drop me a line. Many thanks. --spaf -+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+ This message was posted through the FIRST mailing list server. if you wish to unsubscribe from this mailing list, send the message body of "unsubscribe first-teams" to first-majordomo@FIRST.ORG -+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+ ----- End of forwarded message from Gene Spafford ----- From owner-freebsd-ports Mon Jun 9 02:52:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA14574 for ports-outgoing; Mon, 9 Jun 1997 02:52:17 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca19-04.ix.netcom.com [205.187.212.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA14563 for ; Mon, 9 Jun 1997 02:52:13 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id CAA22950; Mon, 9 Jun 1997 02:49:05 -0700 (PDT) Date: Mon, 9 Jun 1997 02:49:05 -0700 (PDT) Message-Id: <199706090949.CAA22950@silvia.HIP.Berkeley.EDU> To: ssigala@globalnet.it CC: freebsd-ports@FreeBSD.ORG In-reply-to: (ssigala@globalnet.it) Subject: Re: ports/3457 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I have already sent a similar mail, but it seem went lost. Um, I already got it, and replied to it.... * -# $Id: Makefile,v 1.5 1997/04/30 03:17:57 asami Exp $ * +# $Id: Makefile,v 1.4 1996/12/24 11:11:43 max Exp $ This is the problem. You have an old version! ;) Satoshi From owner-freebsd-ports Mon Jun 9 06:30:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA22086 for ports-outgoing; Mon, 9 Jun 1997 06:30:40 -0700 (PDT) Received: from eml01.usace.army.mil (wpc22.usace.army.mil [137.161.233.22]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA22081 for ; Mon, 9 Jun 1997 06:30:37 -0700 (PDT) Received: from [155.79.159.6] by eml01.usace.army.mil; Mon, 9 Jun 97 13:29:17 Z Received: from ncrsun9.ncr.usace.army.mil by ncrsun7.ncr.usace.army.mil (4.1/SMI-4.1) id AA01344; Mon, 9 Jun 97 08:28:09 CDT Received: by ncrsun9.ncr.usace.army.mil (SMI-8.6/SMI-4.1) id IAA03158; Mon, 9 Jun 1997 08:26:40 -0500 Date: Mon, 9 Jun 1997 08:26:39 -0500 (CDT) From: Kevin Anderson To: ports@freebsd.org Subject: Pine 3.96 -- which port to compile ?? Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I just last week installed FreeBSD (Release 2.1.7.1) on a 486. Nice. As a SunOS/Solaris system administrator, I see much in common. Q: I am trying to set up Pine 3.96. I can't get a port to work. I've tried gen (missing stuff for Imap, etc. compilations), bsd, bs1, etc. What is the correct port and/or changes needed to develop a good port? Any help appreciated. Thanks. Kevin Anderson * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Kevin L. Anderson Ph.D., CEMVR-PD-W, U.S. Army Corps of Engineers Rock Island District Office, Planning Division-Waterway Systems Rock Island, Illinois 61204-2004, USA phone: (309) 794-5586 e-mail: anderson@ncrsun1.ncr.usace.army.mil * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Opinions expressed here are my own and do not represent the U.S. Army Corps of Engineers or the Federal Government. From owner-freebsd-ports Mon Jun 9 06:55:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA23331 for ports-outgoing; Mon, 9 Jun 1997 06:55:46 -0700 (PDT) Received: from anacreon.sol.net (anacreon.sol.net [206.55.64.116]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA23325 for ; Mon, 9 Jun 1997 06:55:44 -0700 (PDT) Received: from solaria.sol.net (solaria.sol.net [206.55.65.75]) by anacreon.sol.net (8.8.5/8.6.12) with SMTP id IAA06270; Mon, 9 Jun 1997 08:55:42 -0500 (CDT) Received: from localhost by solaria.sol.net (8.5/8.5) id IAA06057; Mon, 9 Jun 1997 08:55:40 -0500 From: Joe Greco Message-Id: <199706091355.IAA06057@solaria.sol.net> Subject: Re: A few small requests (fwd) To: guido@gvr.win.tue.nl (Guido van Rooij) Date: Mon, 9 Jun 97 8:55:39 CDT Cc: ports@freebsd.org In-Reply-To: <199706090913.LAA03531@gvr.win.tue.nl> from "Guido van Rooij" at Jun 9, 97 04:15:20 am X-Mailer: ELM [version 2.4dev PL65] MIME-Version: 1.0 Content-Type: text Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I received the following from Gene Spafford about tripwire. > Could anyone assist him? > (Btw: he gave me permission to send this to you,so please ignore > the X-restrictions field) I will be happy to talk to Spaf and see what exactly would make him as happy as possible. And I'm more than willing to integrate any new cleanup tripwire releases. ... JG From owner-freebsd-ports Mon Jun 9 07:22:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA24401 for ports-outgoing; Mon, 9 Jun 1997 07:22:29 -0700 (PDT) Received: from eml01.usace.army.mil (wpc22.usace.army.mil [137.161.233.22]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id HAA24396 for ; Mon, 9 Jun 1997 07:22:26 -0700 (PDT) Received: from [155.79.159.6] by eml01.usace.army.mil; Mon, 9 Jun 97 14:19:15 Z Received: from ncrsun9.ncr.usace.army.mil by ncrsun7.ncr.usace.army.mil (4.1/SMI-4.1) id AA01359; Mon, 9 Jun 97 09:18:11 CDT Received: by ncrsun9.ncr.usace.army.mil (SMI-8.6/SMI-4.1) id JAA03192; Mon, 9 Jun 1997 09:16:39 -0500 Date: Mon, 9 Jun 1997 09:16:39 -0500 (CDT) From: Kevin Anderson To: ports@freebsd.org Subject: DISREGARD Pine 3.96 -- which port to compile ?? (fwd) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, Discovered (reading the handbook) the process you folks have set up to take a distribution and modify it for FreeBSD. Neat. Please disregard previous query on how I was to proceed. You folks have your act together. I AM IMPRESSED! Cheers. Kevin Anderson * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Kevin L. Anderson Ph.D., CEMVR-PD-W, U.S. Army Corps of Engineers Rock Island District Office, Planning Division-Waterway Systems Rock Island, Illinois 61204-2004, USA phone: (309) 794-5586 e-mail: anderson@ncrsun1.ncr.usace.army.mil * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Opinions expressed here are my own and do not represent the U.S. Army Corps of Engineers or the Federal Government. ---------- Forwarded message ---------- Date: Mon, 9 Jun 1997 08:26:39 -0500 (CDT) From: Kevin Anderson To: ports@freebsd.org Subject: Pine 3.96 -- which port to compile ?? Hello, I just last week installed FreeBSD (Release 2.1.7.1) on a 486. Nice. As a SunOS/Solaris system administrator, I see much in common. Q: I am trying to set up Pine 3.96. I can't get a port to work. I've tried gen (missing stuff for Imap, etc. compilations), bsd, bs1, etc. What is the correct port and/or changes needed to develop a good port? Any help appreciated. Thanks. Kevin Anderson * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Kevin L. Anderson Ph.D., CEMVR-PD-W, U.S. Army Corps of Engineers Rock Island District Office, Planning Division-Waterway Systems Rock Island, Illinois 61204-2004, USA phone: (309) 794-5586 e-mail: anderson@ncrsun1.ncr.usace.army.mil * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Opinions expressed here are my own and do not represent the U.S. Army Corps of Engineers or the Federal Government. From owner-freebsd-ports Mon Jun 9 09:51:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01046 for ports-outgoing; Mon, 9 Jun 1997 09:51:49 -0700 (PDT) Received: from weenix.guru.org (phantasma.bevc.blacksburg.va.us [198.82.200.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01039 for ; Mon, 9 Jun 1997 09:51:45 -0700 (PDT) Received: (from kmitch@localhost) by weenix.guru.org (8.8.5/8.8.5) id MAA11106 for ports@freebsd.org; Mon, 9 Jun 1997 12:51:34 -0400 (EDT) From: Keith Mitchell Message-Id: <199706091651.MAA11106@weenix.guru.org> Subject: SSH port patch To: torstenb@freebsd.org Date: Wed, 4 Jun 1997 13:36:36 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The current port of ssh does not take into account expired passwords or expired accounts and will therefore still let people in if their account expires. The following patch fixes that as well as flagging "*" as a locked password along with "*LK*". *** sshd.c.orig Wed Jun 4 12:49:10 1997 --- sshd.c Wed Jun 4 13:05:13 1997 *************** *** 1551,1562 **** * with "*LK*". */ { ! if (strncmp(passwd,"*LK*", 4) == 0) { debug("Account %.100s is locked.", user); return 0; } } #ifdef CHECK_ETC_SHELLS { int invalid = 1; --- 1551,1594 ---- * with "*LK*". */ { ! if ((strncmp(passwd,"*LK*", 4) == 0) || (strncmp(passwd, "*", 1) == 0)) { debug("Account %.100s is locked.", user); return 0; } } + + #ifdef __FreeBSD__ + { + time_t currtime; + + currtime = time(NULL); + + /* + * Check for an expired password + */ + if ((pwd -> pw_change) < currtime) + { + debug("Account %.100s's password is too old - forced to change.", + user); + if (options.forced_passwd_change) + forced_command = "/usr/bin/passwd"; + else + { + return 0; + } + } + + /* + * Check for expired account + */ + if ((pwd -> pw_expire) < currtime) + { + debug("Account %.100s has expired - access denied.", user); + return 0; + } + } + #endif #ifdef CHECK_ETC_SHELLS { int invalid = 1; -- Keith Mitchell Head Administrator: acm.vt.edu Email: kmitch@weenix.guru.org PGP key available upon request http://weenix.guru.org/~kmitch Address and URL (c) 1997 Keith Mitchell - All Rights Reserved Unauthorized use or duplication prohibited From owner-freebsd-ports Mon Jun 9 10:07:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA02172 for ports-outgoing; Mon, 9 Jun 1997 10:07:28 -0700 (PDT) Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA01541 for freebsd-ports@freebsd.org; Mon, 9 Jun 1997 10:00:46 -0700 (PDT) Date: Mon, 9 Jun 1997 10:00:46 -0700 (PDT) Message-Id: <199706091700.KAA01541@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. 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. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte o [1997/05/01] ports/3467 ports Update of port xgs o [1997/05/07] ports/3536 ports MakeTexPK calls gftopk with wron argument 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1997/02/13] ports/2731 ports new port: Tcl 8.0A2 o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or a [1997/03/15] ports/2994 ports xpm port does not build for the first tim o [1997/04/24] ports/3377 ports xfishtank port uploaded o [1997/05/20] ports/3640 ports xlockmore galaxy bombs out o [1997/05/21] ports/3649 ports xlock quits on receipt of signalxx 8 o [1997/05/21] ports/3653 ports ports/net/ucd-snmp does not compile on 2. 10 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/04/23] ports/1155 ports systat or top display disagreeing informa o [1996/08/21] ports/1520 ports sudo dosn't recognise certain passwords a a [1996/08/28] ports/1550 ports "make install" needs to know how to updat o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/21] ports/2264 ports latex* ports need updating o [1997/01/12] ports/2477 ports Tcl 8.0 a1 port submission. o [1997/01/12] ports/2478 ports Tk 8.0a1 port submission. f [1997/01/24] ports/2571 ports Maxima lacks pkg directory o [1997/02/25] ports/2817 ports New port - prodosemu is an Apple2e prodos a [1997/03/02] ports/2849 ports correction to New math/cad port (SCILAB) o [1997/03/03] ports/2869 ports Submiting new port: tac_plus a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING o [1997/03/06] ports/2903 ports New port: xdeblock o [1997/03/06] ports/2904 ports New port: wm2 a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/07] ports/2916 ports ports sysutils/top/Makefile MASTER_SITES o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/08] ports/2922 ports Please commit new port: viz-1.1.1 o [1997/03/09] ports/2926 ports xmgt-2.31 port, now in pub/incoming on ft o [1997/03/10] ports/2936 ports The teTeX port runs strup on /usr/local/b o [1997/03/11] ports/2949 ports bsd.port.mk needs something like FETCH_EN o [1997/03/11] ports/2951 ports xgraph source is not on MASTER_SITE o [1997/03/12] ports/2961 ports New port(jp-vftool-1.2):japanese/virfonts o [1997/03/13] ports/2974 ports updated Makefile and patch-ab of jp-dvi2p o [1997/03/14] ports/2986 ports fvwm95-2.0.43a port don't install/have ma o [1997/03/15] ports/2993 ports qmail-port-take2-proff.tar.gz in incoming o [1997/03/17] ports/3012 ports qmailanalog port in incoming a [1997/03/21] ports/3052 ports /usr/ports/lang/expect does not find tkCo o [1997/03/24] ports/3081 ports sitelispdir is a directory no a path in x o [1997/03/24] ports/3090 ports ircii-2.9-roof does not run. o [1997/04/01] ports/3169 ports nn port broken o [1997/04/03] ports/3189 ports Update plan to version 1.6 o [1997/04/08] ports/3227 ports new port(xtimer-8087) o [1997/04/10] ports/3248 ports update a port o [1997/04/10] ports/3250 ports New CAD port: xpns o [1997/04/13] ports/3277 ports tcp_wrapper port does not include NIS sup o [1997/04/15] ports/3306 ports new port-package for ifmail o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) a [1997/04/19] ports/3335 ports new port request of korean/hanemacs o [1997/04/20] ports/3357 ports I make "pari-GP" ports a [1997/04/20] ports/3363 ports port of nana-1.00 for your collection o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/04/27] ports/3396 ports update of the port of Mesa (now version 2 o [1997/04/28] ports/3411 ports New port - Atari 8 bit computer emulator o [1997/04/28] ports/3412 ports New port - Apple IIGS beta release a [1997/05/01] ports/3457 ports New ports for cutils 1.3.3 and umatrix o [1997/05/01] ports/3458 ports port of Squeak, version 1.18 o [1997/05/03] ports/3484 ports libwww is out of date s [1997/05/04] ports/3498 ports nn-current port is out of date o [1997/05/07] ports/3539 ports This is a port of poppassd that should wo o [1997/05/10] ports/3574 ports tkgoodstuff's Dialer script has wrong pat f [1997/05/14] ports/3597 ports jp-groff-0.99 port macro update o [1997/05/16] ports/3607 ports FreeBSD-Logo for Fvwm95 Start-Menu o [1997/05/18] ports/3627 ports New port - Atari 2600 VCS emulator o [1997/05/19] ports/3634 ports fvwm95-2.0.43a-i18n-port.tar.gz was put o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/05/21] ports/3658 ports midnight command devel version ports o [1997/05/31] ports/3737 ports The DHCPD no longer works under FreeBSD 2 o [1997/06/01] ports/3754 ports tcptrace long format causes segmentation a [1997/06/02] ports/3757 ports port of simpack (I forgott to write the n o [1997/06/02] ports/3758 ports port of SR programming language o [1997/06/02] ports/3765 ports New port: mpd-1.0b3 o [1997/06/03] ports/3773 ports Fixed port: qvwm-1.0b8a o [1997/06/04] ports/3784 ports New port: cyrproxy-1.4.1 o [1997/06/04] ports/3786 ports Fixed port: xbakuzan -> xshodo o [1997/06/04] ports/3787 ports ghostscript-3.53 has bad PLIST o [1997/06/05] ports/3788 ports Update port w3-2.2.26 (www/w3). o [1997/06/05] ports/3789 ports Update port mew-1.70 (mail/mew). o [1997/06/05] ports/3790 ports Update port mmm-0.40 (www/mmm). o [1997/06/05] ports/3791 ports Update port jp-camltk41-1.0 (japanese/cam o [1997/06/05] ports/3792 ports Update port jp-mmm-0.40 (japanese/mmm). o [1997/06/05] ports/3793 ports Update port jp-w3-2.2.26 (japanese/w3). o [1997/06/05] ports/3794 ports Update port jp-mew-1.70 (japanese/mew). o [1997/06/05] ports/3795 ports Update port camltk41-1.0 (x11/camltk41). o [1997/06/05] ports/3797 ports New port: starlanes-1.2.2 o [1997/06/07] ports/3806 ports update s3mod to 1.09 o [1997/06/08] ports/3814 ports xanim upgrade 2.70.6.3 --> 2.70.6.4 o [1997/06/08] ports/3815 ports port of modula 2 compiler o [1997/06/08] ports/3816 ports x11/fvwm2 Makefile contains typo 81 problems total. From owner-freebsd-ports Mon Jun 9 11:16:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06217 for ports-outgoing; Mon, 9 Jun 1997 11:16:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06210; Mon, 9 Jun 1997 11:16:19 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10633; Mon, 9 Jun 1997 11:16:07 -0700 (PDT) Date: Mon, 9 Jun 1997 11:16:07 -0700 (PDT) Message-Id: <199706091816.LAA10633@freefall.freebsd.org> To: andreas@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: ports/2986 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: fvwm95-2.0.43a port don't install/have man pages! Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: andreas Responsible-Changed-When: Mon Jun 9 20:14:41 MEST 1997 Responsible-Changed-Why: port maintainer From owner-freebsd-ports Mon Jun 9 11:17:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06252 for ports-outgoing; Mon, 9 Jun 1997 11:17:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06237; Mon, 9 Jun 1997 11:16:51 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10693; Mon, 9 Jun 1997 11:16:39 -0700 (PDT) Date: Mon, 9 Jun 1997 11:16:39 -0700 (PDT) Message-Id: <199706091816.LAA10693@freefall.freebsd.org> To: andreas@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: ports/3607 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: FreeBSD-Logo for Fvwm95 Start-Menu Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: andreas Responsible-Changed-When: Mon Jun 9 20:14:41 MEST 1997 Responsible-Changed-Why: port maintainer From owner-freebsd-ports Mon Jun 9 11:17:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA06288 for ports-outgoing; Mon, 9 Jun 1997 11:17:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06276; Mon, 9 Jun 1997 11:17:21 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10753; Mon, 9 Jun 1997 11:17:09 -0700 (PDT) Date: Mon, 9 Jun 1997 11:17:09 -0700 (PDT) Message-Id: <199706091817.LAA10753@freefall.freebsd.org> To: andreas@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: ports/3634 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: fvwm95-2.0.43a-i18n-port.tar.gz was put Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: andreas Responsible-Changed-When: Mon Jun 9 20:14:41 MEST 1997 Responsible-Changed-Why: port maintainer From owner-freebsd-ports Mon Jun 9 11:49:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA07864 for ports-outgoing; Mon, 9 Jun 1997 11:49:16 -0700 (PDT) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA07854 for ; Mon, 9 Jun 1997 11:49:10 -0700 (PDT) Received: from campa.panke.de (anonymous215.ppp.cs.tu-berlin.de [130.149.17.215]) by bsd.fs.bauing.th-darmstadt.de (8.8.5/8.8.5) with ESMTP id UAA14066 for ; Mon, 9 Jun 1997 20:49:02 +0200 (MET DST) Received: (from wosch@localhost) by campa.panke.de (8.8.5/8.6.12) id TAA00497 for ports@freebsd.org; Mon, 9 Jun 1997 19:55:25 +0200 (MET DST) Resent-Date: Mon, 9 Jun 1997 19:55:25 +0200 (MET DST) Resent-From: Wolfram Schneider Resent-Message-Id: <199706091755.TAA00497@campa.panke.de> Resent-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-Id: <199706090357.WAA04040@mail.ionet.net> X-Newsreader: Forte Free Agent 1.0.82 X-UIDL: 38f36aa952532e88431eba553bd9c0a7 Date: Mon, 09 Jun 1997 05:56:18 GMT From: mag@ionet.net (Mag) Reply-To: mag@ionet.net Subject: JDK on BSDI (Re: New ports added last two weeks) To: Wolfram Schneider Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Do you have any idea if the JDK port will work on BSDI 2.1? I have installed Kaffe, but it doesn't support stand alone java applications. I am getting pretty desperate!!! If we come up short trying to imbed the application into the class libraries then we will start fetching at straws. M. Porter imChat Inc. http://www.imchat.com From owner-freebsd-ports Mon Jun 9 12:57:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA11197 for ports-outgoing; Mon, 9 Jun 1997 12:57:04 -0700 (PDT) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [194.151.74.97]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA11192 for ; Mon, 9 Jun 1997 12:57:01 -0700 (PDT) Received: (from guido@localhost) by gvr.win.tue.nl (8.8.5/8.8.2) id VAA05020; Mon, 9 Jun 1997 21:55:27 +0200 (MET DST) From: Guido van Rooij Message-Id: <199706091955.VAA05020@gvr.win.tue.nl> Subject: Re: A few small requests (fwd) In-Reply-To: <199706091355.IAA06057@solaria.sol.net> from Joe Greco at "Jun 9, 97 08:55:39 am" To: jgreco@solaria.sol.net (Joe Greco) Date: Mon, 9 Jun 1997 21:55:27 +0200 (MET DST) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Joe Greco wrote: > > I received the following from Gene Spafford about tripwire. > > Could anyone assist him? > > (Btw: he gave me permission to send this to you,so please ignore > > the X-restrictions field) > > I will be happy to talk to Spaf and see what exactly would make him > as happy as possible. And I'm more than willing to integrate any new > cleanup tripwire releases. > Okay, please do send him an email then! -Guido From owner-freebsd-ports Mon Jun 9 13:25:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA12722 for ports-outgoing; Mon, 9 Jun 1997 13:25:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12703; Mon, 9 Jun 1997 13:24:34 -0700 (PDT) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12075; Mon, 9 Jun 1997 13:24:22 -0700 (PDT) Date: Mon, 9 Jun 1997 13:24:22 -0700 (PDT) Message-Id: <199706092024.NAA12075@freefall.freebsd.org> To: sutton@aardvark.apana.org.au, chuckr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3467 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update of port xgs State-Changed-From-To: open-closed State-Changed-By: chuckr State-Changed-When: Mon Jun 9 13:22:01 PDT 1997 State-Changed-Why: Patch committed, with small modifications. From owner-freebsd-ports Mon Jun 9 13:48:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA13937 for ports-outgoing; Mon, 9 Jun 1997 13:48:24 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA13931 for ; Mon, 9 Jun 1997 13:48:20 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id WAA03909 for ; Mon, 9 Jun 1997 22:48:04 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id WAA03988 for ports@FreeBSD.ORG; Mon, 9 Jun 1997 22:47:53 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id WAA05317; Mon, 9 Jun 1997 22:38:32 +0200 (CEST) Message-ID: <19970609223832.37659@keltia.freenix.fr> Date: Mon, 9 Jun 1997 22:38:32 +0200 From: Ollivier Robert To: ports@FreeBSD.ORG Subject: Re: A few small requests (fwd) References: <199706090913.LAA03531@gvr.win.tue.nl> <199706091355.IAA06057@solaria.sol.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 In-Reply-To: <199706091355.IAA06057@solaria.sol.net>; from Joe Greco on Mon, Jun 09, 1997 at 08:55:39AM -0600 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3359 AMD-K6 MMX @ 208 MHz Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Joe Greco: > I will be happy to talk to Spaf and see what exactly would make him > as happy as possible. And I'm more than willing to integrate any new > cleanup tripwire releases. Same here. I'll send a mail to him. -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #18: Sun Jun 8 15:32:28 CEST 1997 From owner-freebsd-ports Mon Jun 9 14:08:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA15011 for ports-outgoing; Mon, 9 Jun 1997 14:08:39 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA15004 for ; Mon, 9 Jun 1997 14:08:34 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem15.usc.unal.edu.co [168.176.3.45]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id QAA06150 for ; Mon, 9 Jun 1997 16:09:58 -0500 (COT) Message-ID: <339C8B67.41E1@fps.biblos.unal.edu.co> Date: Mon, 09 Jun 1997 16:02:00 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: diff question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, I need to generate some new files based on older files that are available on a port. The filenames don't match and so a new file must be created without destroying the previous one. How do I instruct diff() so that the new file will be created? I normally did a "cp oldfile newfile" during a pre-patch, but in this case I have many of those files and I want to handle it with the patches. TIA, Pedro. (BTW, don't remove me from the CC, I unsubscribed) From owner-freebsd-ports Mon Jun 9 14:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16615 for ports-outgoing; Mon, 9 Jun 1997 14:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16603; Mon, 9 Jun 1997 14:50:01 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 14:50:01 -0700 (PDT) Resent-Message-Id: <199706092150.OAA16603@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, alc@cs.rice.edu Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16467; Mon, 9 Jun 1997 14:44:43 -0700 (PDT) Message-Id: <199706092144.OAA16467@hub.freebsd.org> Date: Mon, 9 Jun 1997 14:44:43 -0700 (PDT) From: alc@cs.rice.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3821: The install-info command in the "screen" port has a bad argument. Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3821 >Category: ports >Synopsis: The install-info command in the "screen" port has a bad argument. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 14:50:00 PDT 1997 >Last-Modified: >Originator: Alan Cox >Organization: Rice University >Release: 2.2-STABLE >Environment: FreeBSD nonpc.cs.rice.edu 2.2-STABLE FreeBSD 2.2-STABLE #0: Sat Jun 7 17:47:19 CDT 1997 alc@nonpc.cs.rice.edu:/usr/src/sys/compile/NONPC.fxp i386 >Description: The install-info command in the "screen" port's makefile has a bad argument: The "--infodir" should be "--info-dir". (Note: This is the makefile in the "doc" subdirectory.) >How-To-Repeat: "make install" the port. >Fix: See the description. >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 14:52:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16727 for ports-outgoing; Mon, 9 Jun 1997 14:52:50 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA16722 for ; Mon, 9 Jun 1997 14:52:49 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA15918; Mon, 9 Jun 1997 14:52:48 -0700 Date: Mon, 9 Jun 1997 14:52:48 -0700 (PDT) From: "Brian N. Handy" To: ports@freebsd.org Subject: ports/doc question Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi again, I'm trying to keep up with the gv-upgrade-of-the-week, and a new feature to that distribution is a "make install.doc" target. Judging from the makefile, this stuffs a bunch of html files into /usr/local/doc/gv. Questions: (1) I think this should probably become $(DOCDIR)/gv. Is that right? I'm almost thinking $(LIBDIR)/gv/doc, but not sure if that's politically correct either. It's not info files, so $(INFODIR) also doesn't seem right... (2) This is an optional target. How do other ports deal with this possibility? I'm wondering how the PLIST is supposed to work out, if I want to install the documentation. The package certainly works fine without this stuff. Should I ignore it? Thanks, Brian From owner-freebsd-ports Mon Jun 9 14:59:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA17046 for ports-outgoing; Mon, 9 Jun 1997 14:59:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA17040; Mon, 9 Jun 1997 14:59:35 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA12434; Mon, 9 Jun 1997 14:59:22 -0700 (PDT) Date: Mon, 9 Jun 1997 14:59:22 -0700 (PDT) Message-Id: <199706092159.OAA12434@freefall.freebsd.org> To: matusita@jp.freebsd.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3816 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: x11/fvwm2 Makefile contains typo State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Jun 9 14:58:41 PDT 1997 State-Changed-Why: Submitted fix applied. From owner-freebsd-ports Mon Jun 9 15:20:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA17835 for ports-outgoing; Mon, 9 Jun 1997 15:20:16 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17830 for ; Mon, 9 Jun 1997 15:20:14 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.5/8.7.3) id PAA01028; Mon, 9 Jun 1997 15:20:12 -0700 (PDT) Date: Mon, 9 Jun 1997 15:20:12 -0700 (PDT) Message-Id: <199706092220.PAA01028@vader.cs.berkeley.edu> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: ports/doc question From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * (1) I think this should probably become $(DOCDIR)/gv. Is that right? * I'm almost thinking $(LIBDIR)/gv/doc, but not sure if that's * politically correct either. It's not info files, so $(INFODIR) * also doesn't seem right... Assuming you mean DOCDIR=/usr/local/share/doc, you are right. * (2) This is an optional target. How do other ports deal with this * possibility? I'm wondering how the PLIST is supposed to work out, if * I want to install the documentation. The package certainly works * fine without this stuff. Should I ignore it? See the handbook. :) That's NOPORTDOCS. Satoshi From owner-freebsd-ports Mon Jun 9 15:29:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA18272 for ports-outgoing; Mon, 9 Jun 1997 15:29:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18257; Mon, 9 Jun 1997 15:29:07 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA12646; Mon, 9 Jun 1997 15:28:54 -0700 (PDT) Date: Mon, 9 Jun 1997 15:28:54 -0700 (PDT) Message-Id: <199706092228.PAA12646@freefall.freebsd.org> To: handy@lambic.space.lockheed.com, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3814 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xanim upgrade 2.70.6.3 --> 2.70.6.4 State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Jun 9 15:28:12 PDT 1997 State-Changed-Why: Submitted update is integrated to ports-current. From owner-freebsd-ports Mon Jun 9 15:46:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA18972 for ports-outgoing; Mon, 9 Jun 1997 15:46:24 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA18967 for ; Mon, 9 Jun 1997 15:46:12 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wbDB9-0000EC-00; Mon, 9 Jun 1997 16:44:47 -0600 To: Narvi Subject: Re: first cut of multiple architecture support Cc: Satoshi Asami , james@nexis.net, ports@freebsd.org, rdm@cfcl.com In-reply-to: Your message of "Fri, 06 Jun 1997 11:23:51 +0300." References: Date: Mon, 09 Jun 1997 16:44:47 -0600 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message Narvi writes: : Well, why not have ARCH & OPSYS defined in /etc/make.conf? Yes, I know, it : is not the first time I suggest adding something to there... But at least : theoretically they could be also used when FreeBSD moves to a non-intel : architecture. One could in that way (at least theoretically) cross-build : ports/packages for another architecure. Because you are muddying the cross compilation waters. You really really really want to have a clear distinction between the host environment (ARCH and OPSYS) and the target you are shooting for. If you are cross buiding, you'd want additional vars like TARGET_ARCH and TARGET_OPSYS. Warner From owner-freebsd-ports Mon Jun 9 15:54:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA19316 for ports-outgoing; Mon, 9 Jun 1997 15:54:33 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA19307 for ; Mon, 9 Jun 1997 15:54:28 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wbDHw-0000Em-00; Mon, 9 Jun 1997 16:51:48 -0600 To: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: first cut of multiple architecture support Cc: ports@freebsd.org, rdm@cfcl.com In-reply-to: Your message of "Thu, 05 Jun 1997 21:12:39 PDT." <199706060412.VAA16397@silvia.HIP.Berkeley.EDU> References: <199706060412.VAA16397@silvia.HIP.Berkeley.EDU> Date: Mon, 09 Jun 1997 16:51:47 -0600 From: Warner Losh Message-Id: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199706060412.VAA16397@silvia.HIP.Berkeley.EDU> Satoshi Asami writes: : By the way, do people think I should add support for : "pre-install-i386" sort of targets? That would be require a little : more hack but is doable. I'd think that it might be best to inlucde Makefile.i386 or whatever if it exists. Warner From owner-freebsd-ports Mon Jun 9 16:10:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20035 for ports-outgoing; Mon, 9 Jun 1997 16:10:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20028; Mon, 9 Jun 1997 16:10:06 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 16:10:06 -0700 (PDT) Resent-Message-Id: <199706092310.QAA20028@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, root@jh2.tor.servtech.com Received: from jh2.tor.servtech.com (jh2.tor.servtech.com [204.181.8.196]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA19605 for ; Mon, 9 Jun 1997 16:00:13 -0700 (PDT) Received: (from root@localhost) by jh2.tor.servtech.com (8.8.5/8.8.5) id TAA12620; Mon, 9 Jun 1997 19:01:21 -0400 (EDT) Message-Id: <199706092301.TAA12620@jh2.tor.servtech.com> Date: Mon, 9 Jun 1997 19:01:21 -0400 (EDT) From: root@jh2.tor.servtech.com Reply-To: root@jh2.tor.servtech.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3822: ports-current Xaw3d doesn't compile Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3822 >Category: ports >Synopsis: ports-current Xaw3d doesn't compile >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 16:10:03 PDT 1997 >Last-Modified: >Originator: R2dee2 >Organization: None >Release: FreeBSD 3.0-970502-SNAP i386 >Environment: Running make in ports/x11/Xaw3d >Description: make dies: following are the beginning of the errors cc -c -I. -I/usr/X11R6/include -DCSRG_BASED -DARROW_SCROLLBAR -DUSEGRAY -DFUNCPROTO=15 -DNARROWPROTO -DUSE_XWCHAR_STRING -O2 Command.c -o unshared/Command.o Command.c:93: `XtNshadowWidth' undeclared here (not in a function) Command.c:93: initializer element for `resources[4].resource_name' is not constant Command.c:93: `XtCShadowWidth' undeclared here (not in a function) Command.c:93: initializer element for `resources[4].resource_class' is not constant Command.c:94: structure has no member named `threeD' Command.c:94: initializer element for `resources[4].resource_offset' is not constant Command.c:158: `XtInheritXaw3dShadowDraw' undeclared here (not in a function) Command.c:158: initializer element for `commandClassRec.label_class.foo' is not constant Command.c:163: extra brace group at end of initializer for `commandClassRec' Command.c:165: warning: excess elements in struct initializer after `commandClassRec' Command.c: In function `Initialize': Command.c:226: structure has no member named `threeD' Command.c: In function `HighlightRegion': Command.c:246: structure has no member named `threeD' >How-To-Repeat: type 'make' in ports/x11/Xaw3d >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 16:22:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20513 for ports-outgoing; Mon, 9 Jun 1997 16:22:54 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20508 for ; Mon, 9 Jun 1997 16:22:50 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by agora.rdrop.com (8.8.5/8.8.5) with SMTP id QAA03043 for ; Mon, 9 Jun 1997 16:22:43 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA17056; Mon, 9 Jun 1997 16:21:27 -0700 Date: Mon, 9 Jun 1997 16:21:27 -0700 (PDT) From: "Brian N. Handy" Reply-To: "Brian N. Handy" To: ports@freebsd.org Subject: Re: ports/doc question In-Reply-To: <199706092220.PAA01028@vader.cs.berkeley.edu> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > [I have an optional "make install.doc" target.] >Assuming you mean DOCDIR=/usr/local/share/doc, you are right. > > * (2) This is an optional target. How do other ports deal with this > * possibility? I'm wondering how the PLIST is supposed to work out, if > * I want to install the documentation. The package certainly works > * fine without this stuff. Should I ignore it? > >See the handbook. :) That's NOPORTDOCS. Ah yes, I see this now. I've now figured out how to install the docs. Move along with me to the PLIST, if you will... The first part of the plist is based on a PREFIX of /usr/local, but now I've got all these files in /usr/share. So I have, say bin/gv lib/X11/app-defaults/GV [...] But now, I need something like @cwd /usr/share/doc gv/gv-1.html gv/gv-2.html [...] --> but this give me a hard-coded link in the makefile. Should this instead be @cwd $(DOCDIR) or ... something else? I'm not sure how best to cope with this. The man page for pkg_create was tantalizingly close to explaining how to do this, but no joy. Thanks Brian From owner-freebsd-ports Mon Jun 9 16:52:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22211 for ports-outgoing; Mon, 9 Jun 1997 16:52:06 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA22206 for ; Mon, 9 Jun 1997 16:52:04 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA17706; Mon, 9 Jun 1997 16:52:04 -0700 Date: Mon, 9 Jun 1997 16:52:04 -0700 (PDT) From: "Brian N. Handy" To: ports@freebsd.org Subject: Re: ports/doc question In-Reply-To: Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I last wrote that I had a PLIST like this: >bin/gv >lib/X11/app-defaults/GV >[...] >@cwd /usr/share/doc >gv/gv-1.html >gv/gv-2.html >[...] But...when I look at the +CONTENTS file that gets created for the package, my @cwd doesn't show up and then I don't properly clean the files I've just created in /usr/share/doc/gv. So, now the questions are: * Is this hard-coded directory OK? (I see precedence elsewhere, but that may not make it 'correct') * How can I get this @cwd directive to show up in my +CONTENTS? Thanks, Brian From owner-freebsd-ports Mon Jun 9 17:18:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA23447 for ports-outgoing; Mon, 9 Jun 1997 17:18:12 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA23442 for ; Mon, 9 Jun 1997 17:18:11 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA17762; Mon, 9 Jun 1997 17:17:41 -0700 Date: Mon, 9 Jun 1997 17:17:41 -0700 (PDT) From: "Brian N. Handy" To: ports@freebsd.org Subject: Re: ports/doc question In-Reply-To: Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I hope that Satoshi reads down through all his email and only replies to this one... :-) So, let's say I have this for a PLIST: @cwd /usr/local bin/gv [..other stuff..] @cwd /usr/share/doc gv/comments.doc.gz [..other stuff..] I find a couple of things happen. * If I replace /usr/local and /usr/share/doc with $(PREFIX) and $(DOCDIR) respectively, they get expanded correctly when I install my goodies. However... * In the +CONTENTS file, $(PREFIX) expands correctly. $(DOCDIR) does not, so you can't remove the package later. * In order to do the @cwd /usr/share/doc, I had to originally do the @cwd /usr/local at the top or this line didn't make it into +CONTENTS. This seems strange. So I guess these are the only things left that puzzle me. I suppose I should be hunting through the -ports mail archives, but I can't even imagine what to search on to find the answer to how this stuff behaves. Thanks, Brian From owner-freebsd-ports Mon Jun 9 17:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA24085 for ports-outgoing; Mon, 9 Jun 1997 17:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA24079; Mon, 9 Jun 1997 17:30:04 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 17:30:04 -0700 (PDT) Resent-Message-Id: <199706100030.RAA24079@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, candy@fct.kgc.co.jp Received: from mail0.iij.ad.jp (mail0.iij.ad.jp [202.232.2.113]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA23740 for ; Mon, 9 Jun 1997 17:24:34 -0700 (PDT) Received: from uucp1.iij.ad.jp (uucp1.iij.ad.jp [202.232.2.201]) by mail0.iij.ad.jp (8.8.5+2.7Wbeta5/3.5Wpl4-MAIL) with SMTP id JAA18397 for ; Tue, 10 Jun 1997 09:24:32 +0900 (JST) Received: (from uucp@localhost) by uucp1.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id JAA09883 for FreeBSD-gnats-submit@freebsd.org; Tue, 10 Jun 1997 09:24:31 +0900 Received: from xxx.fct.kgc.co.jp by vvv.kgc.co.jp (8.8.5/3.5Wpl7:97050817) id JAA12886; Tue, 10 Jun 1997 09:16:03 +0900 (JST) Received: by xxx.fct.kgc.co.jp (8.8.5/3.3W8:95062916) id JAA02489; Tue, 10 Jun 1997 09:16:03 +0900 (JST) Message-Id: <199706100016.JAA02489@xxx.fct.kgc.co.jp> Date: Tue, 10 Jun 1997 09:16:03 +0900 (JST) From: candy@fct.kgc.co.jp Reply-To: candy@fct.kgc.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3823: New port (xipmsg-8087) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3823 >Category: ports >Synopsis: New port (xipmsg-8087) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 17:30:02 PDT 1997 >Last-Modified: >Originator: Toshihiro Kanda >Organization: Keisoku Giken Corp. >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: A new port for xipmsg-8087. IP Messenger is a popup style message communication software for multi platforms. It is based on TCP/IP(UDP). Xipmsg is the X11 version of IP Messenger. It can communicate with IP Messengers for Windows/MacOS. drwxr-xr-x 0 May 29 10:58 1997 xipmsg/ drwxr-xr-x 0 May 29 10:58 1997 xipmsg/pkg/ -rw-r--r-- 49 May 29 10:58 1997 xipmsg/pkg/COMMENT -rw-r--r-- 718 May 29 10:58 1997 xipmsg/pkg/DESCR -rw-r--r-- 536 May 29 10:58 1997 xipmsg/pkg/PLIST drwxr-xr-x 0 May 29 10:58 1997 xipmsg/files/ -rw-r--r-- 60 May 29 10:58 1997 xipmsg/files/md5 -rw-r--r-- 318 May 29 10:58 1997 xipmsg/Makefile begin 644 xipmsg-8087-port.tar.gz M'XL(`./BC#,``^U866_;1A#VJ_97#.`42!Y,,YR9W:.C^1<^TDH9NK>-@&&UC1- MV`.];C8,/"+TXKB!!M"H&W7:H+@'H#B^N0?F5JTJD`G)4H`]ET7>ZHEQ.&PZ MW85!N\7U)O[)8HLY\/+X4]/0JOCO`K?B?W3J.%9__/HZJ*8U#..)^#?HO?CK M#8KUK[V^*0_Q@\>_"TF<9`D(N0HXA%P(-N/@QF&81;[+I!]'(.,X@&F:,,$]P-'CHX%J#]Z>]0;O4+C)MWR` MG/,UH5SQ5.2SQE/PI4+(,4M8Q`6'D]AE:$-N5"!B$%F2Q*GDGD+&JX0#$Z@_ M".*E6'/3S6,=\A,(+GET!2?=_D?XPBZ/!XIU=H3W-\K)IV[_V`9WSM*4N3)? M=Y1D\J$B6/IR#HNU5$?+^J=CJT,.X&*SAI"M8)IR_A5MC+[K`53MIW$4\DC" MA+LLP[7@XAA,LEE^0FYF!!@$'-T$*6<>#*UNS[%@Z@=KQX+')?,#H7Q7B"D: MQ1(\7Z"[5]]6O%[)>B$"LLC#]7Q`JWX=]4!7=.6"W+)ADL8+'D&P\:S'),O# ME$OR:)R.'C>)/+2)7.2)8]TDSCP..228*1TRES+IJ*I(8G>A7'%7QJGBQLJ7 M1&69G,>I4,^[FF:TS;9:<`\A=Y+PX5S+Y5)A@LW]@XA+!>?#R?X\_VS\=C`: MGGU6U[,H[2%K[_G^5^KW__^UPW#K/A_%YCX45&')&21 MBALMKA6JS+Z2P)^HR-(J2Y(#CT\9LKU0+^SU`S>R;]3WY*@BTZZ1@S1-N9Z$ MCTIHJ40OE=1+)4:IQ"R5-$HES5))JU32+I/04A_04A_04A_04A_04A_0C0_> M>WZ:AG!W0,6D/PB*?,C?\&);':"7]W]TK4&K_L\N<"?^H;<5ES_;_VD:]^-O MZE7_9R=P>B:\W23!04MK-17T!K[WW\$AN$;+-7$WT5K3NJ;KU#"IH=7=9HO7 MVQZ;5.^(_P&*^G?8@N<E7_N\`^]/D2\GZ'`#<.`OQA MSYLQ89$/^5]_IU9\$^[#>=&K2?D?F9]RKU/3E)PU4-1CDH.;!H>M M@+;;N?!W_*G'F[6UD]]/7:DL9NZF+4#V4?[&]M[@">GA'VB_ZUB'M5N41(ZZ M8^OCZ="V1H>UB$OB=$=C:W@YLL?YG7_2<'"Z=G^,FS4\?-0F"$_)W:6$BU\J!JQ0H4*%"A4J5*CP'\-?S77JL``H```M ` end >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 18:50:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA29073 for ports-outgoing; Mon, 9 Jun 1997 18:50:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA29065; Mon, 9 Jun 1997 18:50:03 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 18:50:03 -0700 (PDT) Resent-Message-Id: <199706100150.SAA29065@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA28588; Mon, 9 Jun 1997 18:41:44 -0700 (PDT) Message-Id: <199706100141.SAA28588@hub.freebsd.org> Date: Mon, 9 Jun 1997 18:41:44 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3824: New port: snes97 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3824 >Category: ports >Synopsis: New port: snes97 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 18:50:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have made a new port 'snes97'. Snes97 is an emulator of the Super NES. It needs the linux emulation and ROM cartridge. Enjoy! Yukihiro Nakai ------------------------ begin 644 snes97-0.0.1.5-970601.tar.gz M'XL( !FPG#, ^U96W/:R!+.*_,KNBJNPJX*0@(!"66[#C8X(,*3_EW7(_R0V7!K_)?+JL5K23YUVJ:>N+_&++%OV\?).2: MJE9U_7G^-57?X;]4KB'_ZB&[K=[P/S_&2_4?N5_R7]4KFGRM5TJG^G\, M,>.01M!S T$#FT$+OR-AN8%/ P'F@@OJGYN]EGD!+3_V+,&B4[G_7Y*-]=]L MF;?&(<9X8?WKE>JR_B-23]9_2==/Z_\88B;\@\O! IJM<& .B"F%K#:T3&!! M\B Y(&8PEP4*(0;],W8CRNLD-\"*X<9^8>Q9G,/@%BP!'K6X *W:'4F;1J.K MD%SK*QW'XHDQ&#/?MP(;+ X18P)&U&$1!;$(*:192HB)7 DWF"3>+-TEA7U" MR%W$?)P5GU+/@T?D.;%5)ZDQN#3Z79!]3V#Y])KPO8\!SLW?WS?@"XTX.GF! M+C"?KGS%.5!P/&N"X4-?K2^6ZUDC#P(M/H5/D:S,%MH8:+._%Z M;J$9GXHILZ4S" -S;H69*;3PR!:%T+)! QG%$@8/YVFCO3NX8]&8P@>W(*/E M4Y_A/'S4==( 2HH,NP@ 1SMR)U,$@',LPM<+/!J.>8Z MX\ZC-'MM&"UPO@Z=)R.@OR&ZP;R4L "C)Z9N,$OS3E(GHS-H=$!NC%GD%,R4 M +,VYK'E>0M2^ ##. HP[=.U]*'0[#8VQTZ2Z=,4$VTKF:7Q* X"'*Q.\BT^ MMD*:AQU!K\7V$B ?EQ%%K3C, UK*Q]N*]R'8.-NQ')_D;38/\F\@_YAB@PS; MQ,>;,(\Z(D5,-ZUU\/$F+)*IDN)F&S@CR: -G/5D+HD,.S"*A9"(;\\@C!6" M[T=\7@&^[@?\L0+8^P&-%6"\'W"S B3SOV6!B)B73CMYTJ4"9YA4J6VH.75E M'#"OB?,23U-V@[\/6$'WQ'?-7RO82]":OX&LH??A+JBQ#9"AV(:L^4LG MMD5@^BAA,+?-8/KF"84[#.;59S*732;>TP+ @B+6!H7DM9^JC:SQ;))41RR6 MJ0Z41)N.XLE$EB:LI"2_FP[/&BLMC:4U71J(PXV:DFQV^?*OFBMG MYDA^-X6>5=%7*I6?JO PAAQY7F@SQCU"5)65UX#;^GG3 L>Z=Z+OO'"-\UL;D# MV1MBCU=?57<-/L:X]6KOL+M&T*PVOR&HVTSO"!-W+)ZC6[K*IS/90/I\*$=:+Q?E\KDAR RJ4P"OBX2KBQ<<98Z+XS0UY,1GD MKMV1*L__4T;0>*_=:[1[+>,J][S_A-S+B4W\'!4] M6^&L?O9]T#>&9K-M_"BN9I"BY[*R,R@GOLN*,Q6E(J+]HBO?Y#XM95 M;D&YO/MD_&;>WZ!"^N3>;#U\UK3TAIA#HSVX(C?M7O]3[RJ7D[_7R+MNOXE, MZ+5*A1";%=P UY;GU4GN['N[9PX;G<[#P.B_-QK='W#V70YAW/[(MA]\,#!: M=^W//XJX$;VDLE>'*&XP]F*;PN6(VXI,:L6?79\VLY.How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 19:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29816 for ports-outgoing; Mon, 9 Jun 1997 19:00:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29787; Mon, 9 Jun 1997 19:00:02 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 19:00:02 -0700 (PDT) Resent-Message-Id: <199706100200.TAA29787@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA29092; Mon, 9 Jun 1997 18:50:50 -0700 (PDT) Message-Id: <199706100150.SAA29092@hub.freebsd.org> Date: Mon, 9 Jun 1997 18:50:50 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3825: Fixed port: guavac Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3825 >Category: ports >Synopsis: Fixed port: guavac >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 19:00:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have fixed the guavac port to follow its latest version. Guavac is a free java compiler. Removed files: patches/patch-ab patches/patch-ac patches/patch-ad Yukihiro Nakai -------------- diff -ruN guavac.orig/Makefile guavac/Makefile --- guavac.orig/Makefile Tue Jun 10 10:43:30 1997 +++ guavac/Makefile Tue Jun 10 10:46:16 1997 @@ -1,21 +1,22 @@ -# New ports collection makefile for: guavac-0.2.5 -# Version required: 0.2.5 +# New ports collection makefile for: guavac +# Version required: 0.3 # Date created: 10 October 1996 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.2 1997/02/16 11:56:45 asami Exp $ # -DISTNAME= guavac-0.2.5 +DISTNAME= guavac-0.3 CATEGORIES= lang MASTER_SITES= ftp://summit.stanford.edu/pub/guavac/ \ ftp://ftp.Germany.EU.net/pub/programming/languages/java/guavac/\ - ftp://sunsite.mff.cuni.cz/Languages/Java/guavac/ \ - ftp://sunsite.auc.dk/pub/languages/java/guavac/ + ftp://sunsite.mff.cuni.cz/Languages/Java/guavac/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +USE_GMAKE= yes GNU_CONFIGURE= yes +CFLAGS= MAN1= guavac.1 .include diff -ruN guavac.orig/files/md5 guavac/files/md5 --- guavac.orig/files/md5 Tue Jun 10 10:43:29 1997 +++ guavac/files/md5 Sun May 11 02:27:57 1997 @@ -1 +1 @@ -MD5 (guavac-0.2.5.tar.gz) = f3a401b65e368da92c273caec3ced1ac +MD5 (guavac-0.3.tar.gz) = dc3b10cec02c9a9a0940cf3b2b542962 diff -ruN guavac.orig/patches/patch-aa guavac/patches/patch-aa --- guavac.orig/patches/patch-aa Tue Jun 10 10:43:30 1997 +++ guavac/patches/patch-aa Mon Jun 2 02:05:53 1997 @@ -1,19 +1,19 @@ -*** compiler/Makefile.in.org Wed Oct 2 02:21:08 1996 ---- compiler/Makefile.in Wed Oct 2 02:21:25 1996 +*** checks/Makefile.in.orig Mon Jun 2 02:05:13 1997 +--- checks/Makefile.in Mon Jun 2 02:05:28 1997 *************** -*** 137,143 **** +*** 39,45 **** + install: + $(srcdir)/../mkinstalldirs $(bindir) + cd $(srcdir) && for file in gcok; do \ +! $(INSTALL_PROGRAM) $$file $(bindir)/$$file; \ + done - mostlyclean: - rm -f *~ -! rm -f #*# - rm -f *.o - rm -f *.output - ---- 137,143 ---- - - mostlyclean: - rm -f *~ -! rm -f \#*\# - rm -f *.o - rm -f *.output + uninstall: +--- 39,45 ---- + install: + $(srcdir)/../mkinstalldirs $(bindir) + cd $(srcdir) && for file in gcok; do \ +! $(INSTALL) $$file $(bindir)/$$file; \ + done + uninstall: diff -ruN guavac.orig/patches/patch-ab guavac/patches/patch-ab --- guavac.orig/patches/patch-ab Tue Jun 10 10:43:30 1997 +++ guavac/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ -*** Makefile.in.orig Sat Aug 3 03:01:36 1996 ---- Makefile.in Sun Oct 27 18:52:36 1996 -*************** -*** 69,76 **** - echo making $@ in $$subdir; \ - (cd $$subdir && $(MAKE) $(MDEFINES) $@) || exit 1; \ - done -! $(INSTALL) -d $(datadir) -! $(INSTALL) -d $(datasubdir) - rm -rf $(datasubdir)/classes.zip - $(INSTALL_DATA) classes.zip $(datasubdir)/classes.zip - ---- 69,75 ---- - echo making $@ in $$subdir; \ - (cd $$subdir && $(MAKE) $(MDEFINES) $@) || exit 1; \ - done -! mkdir -p $(datasubdir) - rm -rf $(datasubdir)/classes.zip - $(INSTALL_DATA) classes.zip $(datasubdir)/classes.zip - diff -ruN guavac.orig/patches/patch-ac guavac/patches/patch-ac --- guavac.orig/patches/patch-ac Tue Jun 10 10:43:30 1997 +++ guavac/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ -*** checks/Makefile.in.orig Wed Jan 15 03:30:08 1997 ---- checks/Makefile.in Wed Jan 15 03:31:33 1997 -*************** -*** 38,44 **** - install: - $(srcdir)/../mkinstalldirs $(bindir) - cd $(srcdir) && for file in gcok; do \ -! $(INSTALL_PROGRAM) $$file $(bindir)/$$file; \ - done - - uninstall: ---- 38,44 ---- - install: - $(srcdir)/../mkinstalldirs $(bindir) - cd $(srcdir) && for file in gcok; do \ -! $(INSTALL) $$file $(bindir)/$$file; \ - done - - uninstall: diff -ruN guavac.orig/patches/patch-ad guavac/patches/patch-ad --- guavac.orig/patches/patch-ad Tue Jun 10 10:43:30 1997 +++ guavac/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Fri Aug 2 19:55:11 1996 -+++ configure Sun Feb 16 19:28:11 1997 -@@ -1598,7 +1598,7 @@ - - - --CFLAGS="-g -I. -I.. -I../common" -+CFLAGS="-I. -I.. -I../common" - cat >> confdefs.h <How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 20:13:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA04417 for ports-outgoing; Mon, 9 Jun 1997 20:13:15 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-16.ix.netcom.com [204.31.231.48]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA04401 for ; Mon, 9 Jun 1997 20:13:05 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA00431; Mon, 9 Jun 1997 20:12:27 -0700 (PDT) Date: Mon, 9 Jun 1997 20:12:27 -0700 (PDT) Message-Id: <199706100312.UAA00431@silvia.HIP.Berkeley.EDU> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: ports/doc question From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I hope that Satoshi reads down through all his email and only replies to * this one... :-) Well, I did. :) * @cwd /usr/local * bin/gv * [..other stuff..] * @cwd /usr/share/doc * gv/comments.doc.gz * [..other stuff..] You're not supposed to put anything in /usr/share. Didn't I say DOCDIR=/usr/local/share/doc? This will make the other questions moot. Satoshi From owner-freebsd-ports Mon Jun 9 20:15:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA04509 for ports-outgoing; Mon, 9 Jun 1997 20:15:05 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-16.ix.netcom.com [204.31.231.48]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA04493 for ; Mon, 9 Jun 1997 20:14:57 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA00439; Mon, 9 Jun 1997 20:14:48 -0700 (PDT) Date: Mon, 9 Jun 1997 20:14:48 -0700 (PDT) Message-Id: <199706100314.UAA00439@silvia.HIP.Berkeley.EDU> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: ports/doc question From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * You're not supposed to put anything in /usr/share. Didn't I say * DOCDIR=/usr/local/share/doc? Oops, I forgot you were talking about gv. In that case, PREFIX=/usr/X11R6 so DOCDIR=/usr/X11R6/share/doc. Satoshi From owner-freebsd-ports Mon Jun 9 20:42:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA05608 for ports-outgoing; Mon, 9 Jun 1997 20:42:32 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-16.ix.netcom.com [204.31.231.48]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA05603 for ; Mon, 9 Jun 1997 20:42:28 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA00535; Mon, 9 Jun 1997 20:41:30 -0700 (PDT) Date: Mon, 9 Jun 1997 20:41:30 -0700 (PDT) Message-Id: <199706100341.UAA00535@silvia.HIP.Berkeley.EDU> To: pgiffuni@fps.biblos.unal.edu.co CC: ports@freebsd.org In-reply-to: <339C8B67.41E1@fps.biblos.unal.edu.co> (pgiffuni@fps.biblos.unal.edu.co) Subject: Re: diff question From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I normally did a "cp oldfile newfile" during a pre-patch, but in this * case I have many of those files and I want to handle it with the * patches. >From my casual glance of the `patch' manpage, there doesn't seem to be any way. Satoshi * (BTW, don't remove me from the CC, I unsubscribed) (FWIW, I think it's a bad idea to remove *anyone* from CC) From owner-freebsd-ports Mon Jun 9 20:55:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA06154 for ports-outgoing; Mon, 9 Jun 1997 20:55:17 -0700 (PDT) Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA06117 for ; Mon, 9 Jun 1997 20:54:50 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.5/8.7.3) id XAA17286 for ports@freebsd.org; Mon, 9 Jun 1997 23:02:31 -0400 (EDT) Date: Mon, 9 Jun 1997 23:02:31 -0400 (EDT) From: "Justin M. Seger" Message-Id: <199706100302.XAA17286@freebsd.scds.com> To: ports@freebsd.org Subject: ports/3484 libwww is out of date Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just created a new port of it for version 5.1b, the latest. Here's the diff. diff -Nru libwww-old/Makefile libwww/Makefile --- libwww-old/Makefile Mon Nov 18 06:41:19 1996 +++ libwww/Makefile Mon Jun 9 21:32:59 1997 @@ -6,11 +6,10 @@ # $Id: Makefile,v 1.2 1996/11/18 11:41:19 asami Exp $ # -DISTNAME= libwww_4.0D_src -PKGNAME= libwww-4.0D +DISTNAME= w3c-libwww-5.1b CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ - -WRKSRC= ${WRKDIR}/WWW +MAINTAINER= jseger@scds.com +GNU_CONFIGURE= YES .include diff -Nru libwww-old/files/md5 libwww/files/md5 --- libwww-old/files/md5 Wed Mar 6 13:50:26 1996 +++ libwww/files/md5 Mon Jun 9 21:33:33 1997 @@ -1 +1 @@ -MD5 (libwww_4.0D_src.tar.gz) = ac5a02be08b0b618d506bca35bc8d060 +MD5 (w3c-libwww-5.1b.tar.gz) = 7dc43c9e57c4397ffe36af612b390ab2 diff -Nru libwww-old/patches/patch-aa libwww/patches/patch-aa --- libwww-old/patches/patch-aa Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-aa Mon Jun 9 22:03:01 1997 @@ -1,20 +1,11 @@ -*** All/Implementation/Makefile.orig Sun Feb 18 20:08:39 1996 ---- All/Implementation/Makefile Sun Feb 18 20:09:58 1996 -*************** -*** 47,53 **** - LNXMAKE = $(WWW)/Tools/bin/lnxmake - - # Default target -- remove things you don't want -! all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) - @echo BUILD complete! - - library : $(LIBRARY) ---- 47,54 ---- - LNXMAKE = $(WWW)/Tools/bin/lnxmake - - # Default target -- remove things you don't want -! #all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) -! all : $(LIBRARY) - @echo BUILD complete! - - library : $(LIBRARY) +--- Library/src/HTMIMImp.c.old Mon Jun 9 22:02:18 1997 ++++ Library/src/HTMIMImp.c Mon Jun 9 22:02:32 1997 +@@ -213,7 +213,7 @@ + int value = deflt; + if (start != NULL) { + start += strlen(needle); +- while isspace(*start) start++; ++ while (isspace(*start)) start++; + if (isdigit(*start)) { + char * end = start + 1; + char save; diff -Nru libwww-old/patches/patch-ab libwww/patches/patch-ab --- libwww-old/patches/patch-ab Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ab Mon Jun 9 22:11:43 1997 @@ -1,27 +1,11 @@ -*** All/freebsd/Makefile.include.orig Thu Jan 11 02:07:31 1996 ---- All/freebsd/Makefile.include Sun Feb 18 21:43:39 1996 -*************** -*** 8,17 **** - LFLAGS = - - # Directory for installed binary: -! BINDIR = /usr/local/bin - - # Where is the W3 object library to be installed (not normally done)? -! LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) - - #_________________ OK if normal W3 distribution - # Where is the WWW source root? ---- 8,19 ---- - LFLAGS = - - # Directory for installed binary: -! BINDIR = ${PREFIX}/bin - - # Where is the W3 object library to be installed (not normally done)? -! #LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) -! LIBDIR = ${PREFIX}/lib -! INCLUDEDIR = ${PREFIX}/include - - #_________________ OK if normal W3 distribution - # Where is the WWW source root? +--- Library/src/HTMemLog.c.old Mon Jun 9 22:10:43 1997 ++++ Library/src/HTMemLog.c Mon Jun 9 22:11:07 1997 +@@ -17,7 +17,7 @@ + #ifdef WWW_MSWINDOWS + #define OPEN_FLAGS O_WRONLY|O_CREAT|O_TRUNC + #else /* WWW_MSWINDOWS */ +-#define OPEN_FLAGS O_WRONLY|O_CREAT|O_TRUNC|O_SYNC ++#define OPEN_FLAGS O_WRONLY|O_CREAT|O_TRUNC|O_FSYNC + #endif /* !WWW_MSWINDOWS */ + + PRIVATE size_t LogBuffSize = 1024; /* default size is 1k */ diff -Nru libwww-old/patches/patch-ac libwww/patches/patch-ac --- libwww-old/patches/patch-ac Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,9 +0,0 @@ -*** Library/Implementation/Version.make.orig Sun Feb 18 21:04:28 1996 ---- Library/Implementation/Version.make Sun Feb 18 21:04:56 1996 -*************** -*** 1 **** ---- 1,4 ---- - VC = 4.0D -+ SHLIB_MAJOR = 4 -+ SHLIB_MINOR = 0 -+ SHLIB=so.$(SHLIB_MAJOR).$(SHLIB_MINOR) diff -Nru libwww-old/patches/patch-ad libwww/patches/patch-ad --- libwww-old/patches/patch-ad Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ad Wed Dec 31 19:00:00 1969 @@ -1,373 +0,0 @@ -*** Library/Implementation/CommonMakefile.orig Fri Feb 9 20:56:24 1996 ---- Library/Implementation/CommonMakefile Sun Feb 18 21:26:22 1996 -*************** -*** 81,86 **** ---- 81,115 ---- - $(LOB)/HTNews.o $(LOB)/HTNewsRq.o $(LOB)/HTNDir.o $(LOB)/HTNewsLs.o \ - $(LOB)/HTFTP.o $(LOB)/HTFTPDir.o - -+ PICCOMMON= $(LOB)/HTList.so $(LOB)/HTString.so $(LOB)/HTAtom.so \ -+ $(LOB)/HTArray.so $(LOB)/HTBTree.so $(LOB)/HTChunk.so \ -+ $(LOB)/HTParse.so $(LOB)/HTAccess.so $(LOB)/HTProxy.so \ -+ $(LOB)/HTMethod.so $(LOB)/HTProt.so $(LOB)/HTCache.so \ -+ $(LOB)/HTNet.so $(LOB)/HTReqMan.so $(LOB)/HTBind.so \ -+ $(LOB)/HTTCP.so $(LOB)/HTDNS.so $(LOB)/HTAlert.so \ -+ $(LOB)/HTNetTxt.so $(LOB)/HTConLen.so $(LOB)/HTHeader.so \ -+ $(LOB)/SGML.so $(LOB)/HTML.so $(LOB)/HTMLPDTD.so \ -+ $(LOB)/HTPlain.so $(LOB)/HTWriter.so $(LOB)/HTFWrite.so \ -+ $(LOB)/HTMLGen.so $(LOB)/HTTee.so $(LOB)/HTXParse.so \ -+ $(LOB)/HTEPtoCl.so \ -+ $(LOB)/HTAnchor.so $(LOB)/HTStyle.so $(LOB)/HTWWWStr.so \ -+ $(LOB)/HTRules.so $(LOB)/HTFormat.so $(LOB)/HTMemory.so \ -+ $(LOB)/HTInit.so $(LOB)/HTBInit.so \ -+ $(LOB)/HTMIME.so $(LOB)/HTMIMERq.so $(LOB)/HTBound.so \ -+ $(LOB)/HTHist.so $(LOB)/HTSocket.so $(LOB)/HTEvntrg.so \ -+ $(LOB)/HTUU.so $(LOB)/HTMulti.so $(LOB)/HTTeXGen.so \ -+ $(LOB)/HTAAUtil.so $(LOB)/HTAABrow.so $(LOB)/HTAssoc.so \ -+ $(LOB)/HTIcons.so $(LOB)/HTError.so $(LOB)/HTLog.so \ -+ $(LOB)/HTHome.so $(LOB)/HTDialog.so \ -+ $(LOB)/HTEscape.so $(LOB)/HTDescpt.so $(LOB)/HTGuess.so \ -+ $(LOB)/HTTelnet.so $(LOB)/HTWSRC.so $(HTWAIS) $(LOB)/HTGopher.so \ -+ $(LOB)/HTTP.so $(LOB)/HTTPServ.so \ -+ $(LOB)/HTTPGen.so $(LOB)/HTTPReq.so $(LOB)/HTTPRes.so \ -+ $(LOB)/HTFile.so $(LOB)/HTDir.so \ -+ $(LOB)/HTNews.so $(LOB)/HTNewsRq.so $(LOB)/HTNDir.so \ -+ $(LOB)/HTNewsLs.so \ -+ $(LOB)/HTFTP.so $(LOB)/HTFTPDir.so -+ - CFILES = $(CMN)HTParse.c $(CMN)HTAccess.c $(CMN)HTProxy.c \ - $(CMN)HTMethod.c $(CMN)HTProt.c $(CMN)HTCache.c \ - $(CMN)HTReqMan.c $(CMN)HTDNS.c $(CMN)HTArray.c \ -*************** -*** 210,216 **** - $(DOCS) \ - $(SPECIFIC) - -! all : inc $(LOB)/$(PROD).a - - # Library - # ---- 239,245 ---- - $(DOCS) \ - $(SPECIFIC) - -! all : inc $(LOB)/$(PROD).a $(LOB)/$(PROD).$(SHLIB) - - # Library - # -*************** -*** 226,253 **** - ar r $(LOB)/$(PROD).a $(COMMON) - -ranlib $(LOB)/$(PROD).a - - # Include files - inc : $(HFILES) - @echo Include files generated from hypertext. - - # Clean up everything generatable except final products - clean : -! rm $(LOB)/*.o $(LOB)/.created - -rmdir $(LOB) - - # Clean up everything generatable including final products - - cleanall : clean -! rm $(LOB)/$(PROD).a - - # Install W3 library into system space (not normally necessary) - -! install : $(PROD).a -! if [ ! -r $(LIBDIR) ] mkdir $(LIBDIR) -! cp $(PROD).a $(LIBDIR)/$(PROD).a - - uninstall : -! rm $(LIBDIR)/$(PROD).a - - # Distribution use only: - # ---------------------- ---- 255,288 ---- - ar r $(LOB)/$(PROD).a $(COMMON) - -ranlib $(LOB)/$(PROD).a - -+ $(LOB)/$(PROD).$(SHLIB) : $(PICCOMMON) -+ - rm $(LOB)/$(PROD).$(SHLIB) -+ ld -Bshareable -o $(LOB)/$(PROD).$(SHLIB) $(PICCOMMON) -+ - # Include files - inc : $(HFILES) - @echo Include files generated from hypertext. - - # Clean up everything generatable except final products - clean : -! rm $(LOB)/*.o $(LOB)/*.so $(LOB)/.created - -rmdir $(LOB) - - # Clean up everything generatable including final products - - cleanall : clean -! rm $(LOB)/$(PROD).a $(LOB)/$(PROD).$(SHLIB) - - # Install W3 library into system space (not normally necessary) - -! install : $(PROD).a $(PROD).$(SHLIB) -! if [ ! -r $(LIBDIR) ] ; then mkdir $(LIBDIR) ; fi -! install -c -o bin -g bin -m 0444 $(LOB)/$(PROD).a $(LIBDIR) -! install -c -o bin -g bin -m 0444 $(LOB)/$(PROD).$(SHLIB) $(LIBDIR) -! install -c -o bin -g bin -m 0444 $(CMN)/*.h $(INCLUDEDIR) - - uninstall : -! rm $(LIBDIR)/$(PROD).a $(LIBDIR)/$(PROD).$(SHLIB) - - # Distribution use only: - # ---------------------- -*************** -*** 577,581 **** ---- 612,859 ---- - - $(LOB)/HTTPRes.o : $(OE) $(CMN)HTTPRes.c $(CMN)HTTPRes.h - $(CC) -c -o $@ $(CFLAGS2) $(CMN)HTTPRes.c -+ -+ # PIC -+ -+ $(LOB)/HTList.so : $(OE) $(CMN)HTList.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTList.c -+ -+ $(LOB)/HTMemory.so : $(OE) $(CMN)HTMemory.c $(CMN)HTUtils.h $(CMN)HTMemory.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMemory.c -+ -+ $(LOB)/HTAtom.so : $(OE) $(CMN)HTAtom.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAtom.c -+ -+ $(LOB)/HTChunk.so : $(OE) $(CMN)HTChunk.c $(CMN)HTChunk.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTChunk.c -+ -+ $(LOB)/HTArray.so : $(OE) $(CMN)HTArray.c $(CMN)HTArray.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTArray.c -+ -+ $(LOB)/HTString.so : $(OE) $(CMN)HTString.c $(CMN)HTUtils.h $(CMN)Version.make -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTString.c -+ -+ $(LOB)/HTBTree.so : $(OE) $(CMN)HTBTree.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBTree.c -+ -+ $(LOB)/HTAssoc.so : $(OE) $(CMN)HTAssoc.c $(CMN)HTAssoc.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAssoc.c -+ -+ $(LOB)/HTUU.so : $(OE) $(CMN)HTUU.c $(CMN)HTUU.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTUU.c -+ -+ # CORE MODULES -+ -+ $(LOB)/HTNet.so : $(OE) $(CMN)HTNet.c $(CMN)HTNet.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNet.c -+ -+ $(LOB)/HTEvntrg.so : $(OE) $(CMN)HTEvntrg.c $(CMN)HTEvntrg.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTEvntrg.c -+ -+ $(LOB)/HTAccess.so : $(OE) $(CMN)HTAccess.c $(CMN)HTAccess.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) -DVC=\"$(VC)\" $(CMN)HTAccess.c -+ -+ $(LOB)/HTReqMan.so : $(OE) $(CMN)HTReqMan.c $(CMN)HTReqMan.h $(CMN)HTReq.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTReqMan.c -+ -+ $(LOB)/HTProt.so : $(OE) $(CMN)HTProt.c $(CMN)HTProt.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTProt.c -+ -+ $(LOB)/HTCache.so : $(OE) $(CMN)HTCache.c $(CMN)HTCache.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTCache.c -+ -+ $(LOB)/HTProxy.so : $(OE) $(CMN)HTProxy.c $(CMN)HTProxy.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTProxy.c -+ -+ $(LOB)/HTParse.so : $(OE) $(CMN)HTParse.c $(CMN)HTParse.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTParse.c -+ -+ $(LOB)/HTEscape.so : $(OE) $(CMN)HTEscape.c $(CMN)HTEscape.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTEscape.c -+ -+ $(LOB)/HTError.so : $(OE) $(CMN)HTError.c $(CMN)HTError.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTError.c -+ -+ $(LOB)/HTAnchor.so : $(OE) $(CMN)HTAnchor.c $(CMN)HTAnchor.h $(CMN)HTAncMan.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAnchor.c -+ -+ $(LOB)/HTMethod.so : $(OE) $(CMN)HTMethod.c $(CMN)HTMethod.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMethod.c -+ -+ $(LOB)/HTFormat.so : $(OE) $(CMN)HTFormat.c $(CMN)HTFormat.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFormat.c -+ -+ $(LOB)/HTBind.so : $(OE) $(CMN)HTBind.c $(CMN)HTBind.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBind.c -+ -+ $(LOB)/HTNetTxt.so : $(OE) $(CMN)HTNetTxt.c $(CMN)HTNetTxt.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNetTxt.c -+ -+ $(LOB)/HTConLen.so : $(OE) $(CMN)HTConLen.c $(CMN)HTConLen.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTConLen.c -+ -+ $(LOB)/HTWWWStr.so : $(OE) $(CMN)HTWWWStr.c $(CMN)HTUtils.h $(CMN)Version.make -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTWWWStr.c -+ -+ $(LOB)/HTTee.so : $(OE) $(CMN)HTTee.c $(CMN)HTTee.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTee.c -+ -+ $(LOB)/HTSocket.so : $(OE) $(CMN)HTSocket.c $(CMN)HTSocket.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTSocket.c -+ -+ $(LOB)/HTWriter.so : $(OE) $(CMN)HTWriter.c $(CMN)HTWriter.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTWriter.c -+ -+ $(LOB)/HTFWrite.so : $(OE) $(CMN)HTFWrite.c $(CMN)HTFWrite.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFWrite.c -+ -+ $(LOB)/HTTCP.so : $(OE) $(CMN)HTTCP.c $(CMN)HTTCP.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTCP.c -+ -+ $(LOB)/HTDNS.so : $(OE) $(CMN)HTDNS.c $(CMN)HTDNS.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDNS.c -+ -+ $(LOB)/HTAlert.so : $(OE) $(CMN)HTAlert.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAlert.c -+ -+ # APPLICATION MODULES -+ -+ $(LOB)/HTInit.so : $(OE) $(CMN)HTInit.c $(CMN)HTInit.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTInit.c -+ -+ $(LOB)/HTBInit.so : $(OE) $(CMN)HTBInit.c $(CMN)HTBInit.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBInit.c -+ -+ $(LOB)/HTHist.so : $(OE) $(CMN)HTHist.c $(CMN)HTHist.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTHist.c -+ -+ $(LOB)/HTRules.so : $(OE) $(CMN)HTRules.c $(CMN)HTRules.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTRules.c -+ -+ $(LOB)/HTLog.so : $(OE) $(CMN)HTLog.c $(CMN)HTLog.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTLog.c -+ -+ $(LOB)/HTHome.so : $(OE) $(CMN)HTHome.c $(CMN)HTHome.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTHome.c -+ -+ $(LOB)/HTDialog.so : $(OE) $(CMN)HTDialog.c $(CMN)HTDialog.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDialog.c -+ -+ # DYNAMIC MODULES -+ -+ $(LOB)/HTWAIS.so : $(OE) $(CMN)HTWAIS.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(WAISINC) $(CMN)HTWAIS.c -+ -+ $(LOB)/HTNews.so : $(OE) $(CMN)HTNews.c $(CMN)HTNews.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNews.c -+ -+ $(LOB)/HTNewsRq.so : $(OE) $(CMN)HTNewsRq.c $(CMN)HTNewsRq.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNewsRq.c -+ -+ $(LOB)/HTNDir.so : $(OE) $(CMN)HTNDir.c $(CMN)HTNDir.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNDir.c -+ -+ $(LOB)/HTNewsLs.so : $(OE) $(CMN)HTNewsLs.c $(CMN)HTNewsLs.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNewsLs.c -+ -+ $(LOB)/HTGopher.so : $(OE) $(CMN)HTGopher.c $(CMN)HTGopher.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTGopher.c -+ -+ $(LOB)/HTTelnet.so : $(OE) $(CMN)HTTelnet.c $(CMN)HTUtils.h $(CMN)HTTelnet.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTelnet.c -+ -+ $(LOB)/HTStyle.so : $(OE) $(CMN)HTStyle.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTStyle.c -+ -+ $(LOB)/SGML.so : $(OE) $(CMN)SGML.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)SGML.c -+ -+ $(LOB)/HTML.so : $(OE) $(CMN)HTML.c $(CMN)HTUtils.h $(CMN)HTMLPDTD.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTML.c -+ -+ $(LOB)/HTMLGen.so : $(OE) $(CMN)HTMLGen.c $(CMN)HTUtils.h $(CMN)HTMLPDTD.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMLGen.c -+ -+ $(LOB)/HTTeXGen.so : $(OE) $(CMN)HTTeXGen.c $(CMN)HTUtils.h $(CMN)HTMLPDTD.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTeXGen.c -+ -+ $(LOB)/HTMLPDTD.so : $(OE) $(CMN)HTMLPDTD.c $(CMN)SGML.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMLPDTD.c -+ -+ $(LOB)/HTPlain.so : $(OE) $(CMN)HTPlain.c $(CMN)HTPlain.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTPlain.c -+ -+ $(LOB)/HTHeader.so : $(OE) $(CMN)HTHeader.c $(CMN)HTHeader.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTHeader.c -+ -+ $(LOB)/HTMIME.so : $(OE) $(CMN)HTMIME.c $(CMN)HTMIME.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMIME.c -+ -+ $(LOB)/HTMIMERq.so : $(OE) $(CMN)HTMIMERq.c $(CMN)HTMIMERq.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMIMERq.c -+ -+ $(LOB)/HTBound.so : $(OE) $(CMN)HTBound.c $(CMN)HTBound.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBound.c -+ -+ $(LOB)/HTAAUtil.so : $(OE) $(CMN)HTAAUtil.c $(CMN)HTAAUtil.h \ -+ $(CMN)HTUtils.h $(CMN)HTString.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAAUtil.c -+ -+ $(LOB)/HTAABrow.so : $(OE) $(CMN)HTAABrow.c $(CMN)HTAABrow.h \ -+ $(CMN)HTAAUtil.h $(CMN)HTUU.h \ -+ $(CMN)HTUtils.h $(CMN)HTString.h \ -+ $(CMN)HTParse.h $(CMN)HTList.h $(CMN)HTAlert.h \ -+ $(CMN)HTAssoc.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAABrow.c -+ -+ $(LOB)/HTGuess.so : $(OE) $(CMN)HTGuess.c $(CMN)HTGuess.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTGuess.c -+ -+ $(LOB)/HTFile.so : $(OE) $(CMN)HTFile.c $(CMN)HTFile.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFile.c -+ -+ $(LOB)/HTDir.so : $(OE) $(CMN)HTDir.c $(CMN)HTDir.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDir.c -+ -+ $(LOB)/HTIcons.so : $(OE) $(CMN)HTIcons.c $(CMN)HTIcons.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTIcons.c -+ -+ $(LOB)/HTDescpt.so : $(OE) $(CMN)HTDescpt.c $(CMN)HTDescpt.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDescpt.c -+ -+ $(LOB)/HTMulti.so : $(OE) $(CMN)HTMulti.c $(CMN)HTUtils.h \ -+ $(CMN)HTFile.h $(CMN)HTMulti.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMulti.c -+ -+ $(LOB)/HTFTP.so : $(OE) $(CMN)HTFTP.c $(CMN)HTFTP.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFTP.c -+ -+ $(LOB)/HTFTPDir.so : $(OE) $(CMN)HTFTPDir.c $(CMN)HTFTPDir.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFTPDir.c -+ -+ $(LOB)/HTXParse.so : $(OE) $(CMN)HTXParse.c $(CMN)HTXParse.h $(CMN)HTStream.h $(CMN)HTEPtoCl.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTXParse.c -+ -+ $(LOB)/HTEPtoCl.so : $(OE) $(CMN)HTEPtoCl.c $(CMN)HTEPtoCl.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTEPtoCl.c -+ -+ $(LOB)/HTWSRC.so : $(OE) $(CMN)HTWSRC.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTWSRC.c -+ -+ $(LOB)/HTTP.so : $(OE) $(CMN)HTTP.c $(CMN)HTTP.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTP.c -+ -+ $(LOB)/HTTPServ.so : $(OE) $(CMN)HTTPServ.c $(CMN)HTTPServ.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPServ.c -+ -+ $(LOB)/HTTPReq.so : $(OE) $(CMN)HTTPReq.c $(CMN)HTTPReq.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPReq.c -+ -+ $(LOB)/HTTPGen.so : $(OE) $(CMN)HTTPGen.c $(CMN)HTTPGen.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPGen.c -+ -+ $(LOB)/HTTPRes.so : $(OE) $(CMN)HTTPRes.c $(CMN)HTTPRes.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPRes.c -+ - - diff -Nru libwww-old/patches/patch-ae libwww/patches/patch-ae --- libwww-old/patches/patch-ae Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ae Wed Dec 31 19:00:00 1969 @@ -1,10 +0,0 @@ -*** Makefile.orig Sun Feb 18 21:51:59 1996 ---- Makefile Sun Feb 18 21:52:28 1996 -*************** -*** 33,35 **** ---- 33,37 ---- - rm -f Daemon/[a-z0-9]*/cgiparse - rm -f Daemon/[a-z0-9]*/cgiutils - -+ install: -+ cd Library/freebsd && make install diff -Nru libwww-old/pkg/COMMENT libwww/pkg/COMMENT --- libwww-old/pkg/COMMENT Thu Oct 10 01:04:28 1996 +++ libwww/pkg/COMMENT Mon Jun 9 22:43:44 1997 @@ -1 +1 @@ -The W3C Reference Library, Version 4.0D. +The W3C Reference Library, Version 5.1b. diff -Nru libwww-old/pkg/PLIST libwww/pkg/PLIST --- libwww-old/pkg/PLIST Wed Mar 6 13:50:27 1996 +++ libwww/pkg/PLIST Mon Jun 9 22:49:31 1997 @@ -1,106 +1,7 @@ lib/libwww.a -lib/libwww.so.4.0 -include/HTAABrow.h -include/HTAAUtil.h -include/HTAccess.h -include/HTAlert.h -include/HTAncMan.h -include/HTAnchor.h -include/HTArray.h -include/HTAssoc.h -include/HTAtom.h -include/HTBInit.h -include/HTBTree.h -include/HTBind.h -include/HTBound.h -include/HTCache.h -include/HTChunk.h -include/HTConLen.h -include/HTDNS.h -include/HTDescpt.h -include/HTDialog.h -include/HTDir.h -include/HTEPtoCl.h -include/HTError.h -include/HTEscape.h -include/HTEvntrg.h -include/HTFTP.h -include/HTFTPDir.h -include/HTFWrite.h -include/HTFile.h -include/HTFormat.h -include/HTGopher.h -include/HTGuess.h -include/HTHeader.h -include/HTHist.h -include/HTHome.h -include/HTIcons.h -include/HTInit.h -include/HTList.h -include/HTLog.h -include/HTMIME.h -include/HTMIMERq.h -include/HTML.h -include/HTMLGen.h -include/HTMLPDTD.h -include/HTMemory.h -include/HTMethod.h -include/HTMulpar.h -include/HTMulti.h -include/HTNDir.h -include/HTNet.h -include/HTNetMan.h -include/HTNetTxt.h -include/HTNews.h -include/HTNewsLs.h -include/HTNewsRq.h -include/HTParse.h -include/HTPlain.h -include/HTProt.h -include/HTProxy.h -include/HTReq.h -include/HTReqMan.h -include/HTRules.h -include/HTSocket.h -include/HTStream.h -include/HTString.h -include/HTStruct.h -include/HTStyle.h -include/HTTCP.h -include/HTTP.h -include/HTTPGen.h -include/HTTPReq.h -include/HTTPRes.h -include/HTTPServ.h -include/HTTPUtil.h -include/HTTeXGen.h -include/HTTee.h -include/HTTelnet.h -include/HTUU.h -include/HTUtils.h -include/HTWAIS.h -include/HTWSRC.h -include/HTWWWStr.h -include/HTWriter.h -include/HTXParse.h -include/HText.h -include/SGML.h -include/WWWApp.h -include/WWWCache.h -include/WWWCore.h -include/WWWDir.h -include/WWWFTP.h -include/WWWFile.h -include/WWWGophe.h -include/WWWGuess.h -include/WWWHTML.h -include/WWWHTTP.h -include/WWWInit.h -include/WWWLib.h -include/WWWMIME.h -include/WWWNews.h -include/WWWRules.h -include/WWWTelnt.h -include/WWWUtil.h -include/WWWWAIS.h -include/tcp.h +lib/libpics.a +bin/www +bin/webbot +bin/w3c +bin/listen +share/usr/local/share/w3c-icons -Justin Seger- From owner-freebsd-ports Mon Jun 9 21:11:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA07155 for ports-outgoing; Mon, 9 Jun 1997 21:11:44 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-16.ix.netcom.com [204.31.231.48]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA07146 for ; Mon, 9 Jun 1997 21:11:33 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA00627; Mon, 9 Jun 1997 21:10:34 -0700 (PDT) Date: Mon, 9 Jun 1997 21:10:34 -0700 (PDT) Message-Id: <199706100410.VAA00627@silvia.HIP.Berkeley.EDU> To: imp@village.org CC: ports@freebsd.org, rdm@cfcl.com In-reply-to: (message from Warner Losh on Mon, 09 Jun 1997 16:51:47 -0600) Subject: Re: first cut of multiple architecture support From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I'd think that it might be best to inlucde Makefile.i386 or whatever * if it exists. Um, that's already included. In fact, I retracted the architecture / OS-specific target idea in a later mail.... Satoshi From owner-freebsd-ports Mon Jun 9 21:12:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA07217 for ports-outgoing; Mon, 9 Jun 1997 21:12:37 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA07206 for ; Mon, 9 Jun 1997 21:12:30 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA19847; Mon, 9 Jun 1997 21:12:22 -0700 Date: Mon, 9 Jun 1997 21:12:22 -0700 (PDT) From: "Brian N. Handy" To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: ports/doc question In-Reply-To: <199706100314.UAA00439@silvia.HIP.Berkeley.EDU> Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * You're not supposed to put anything in /usr/share. Didn't I say > * DOCDIR=/usr/local/share/doc? > >Oops, I forgot you were talking about gv. In that case, >PREFIX=/usr/X11R6 so DOCDIR=/usr/X11R6/share/doc. OK, here's something I can't find. Where does PREFIX get set? What determines that? Are you saying I'm allowed to set these in my Makefile? Thanks Brian From owner-freebsd-ports Mon Jun 9 21:25:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA07878 for ports-outgoing; Mon, 9 Jun 1997 21:25:05 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-16.ix.netcom.com [204.31.231.48]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA07871 for ; Mon, 9 Jun 1997 21:25:03 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA00676; Mon, 9 Jun 1997 21:24:41 -0700 (PDT) Date: Mon, 9 Jun 1997 21:24:41 -0700 (PDT) Message-Id: <199706100424.VAA00676@silvia.HIP.Berkeley.EDU> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: ports/doc question From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * OK, here's something I can't find. Where does PREFIX get set? What * determines that? Are you saying I'm allowed to set these in my Makefile? It's in the handbook (there's a subsection called "PREFIX" in "do's and dont's"). In bsd.port.mk. The setting of USE_IMAKE or USE_X11. Not PREFIX, and DOCDIR is defined in bsd.own.mk for other purposes so you may want to call it with a different name. Satoshi From owner-freebsd-ports Mon Jun 9 21:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA08790 for ports-outgoing; Mon, 9 Jun 1997 21:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA08762; Mon, 9 Jun 1997 21:40:02 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 21:40:02 -0700 (PDT) Resent-Message-Id: <199706100440.VAA08762@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, josh@quick.net Received: from jg.webmaster.com (josh@stanton-1-11.quick.net [207.212.170.111]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA08504 for ; Mon, 9 Jun 1997 21:35:18 -0700 (PDT) Received: (from josh@localhost) by jg.webmaster.com (8.8.6.Beta5/8.8.6.Beta5) id VAA08395; Mon, 9 Jun 1997 21:35:16 -0700 (PDT) Message-Id: <199706100435.VAA08395@jg.webmaster.com> Date: Mon, 9 Jun 1997 21:35:16 -0700 (PDT) From: josh@quick.net Reply-To: josh@quick.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3831: netris port doesn't install sr Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3831 >Category: ports >Synopsis: netris port doesn't install sr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 21:40:01 PDT 1997 >Last-Modified: >Originator: Josh Gilliam >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: ports/games/netris/patches/patch-aa 1.1.1.1 >Description: netris port doesn't install the netris robot, sr. >How-To-Repeat: cd ports/games/netris make make install >Fix: --- patch-aa.orig Sun Apr 27 07:22:30 1997 +++ patch-aa Mon Jun 9 21:09:23 1997 @@ -1,5 +1,5 @@ -*** Configure.orig Sat Feb 10 04:41:40 1996 ---- Configure Thu Aug 1 02:16:34 1996 +*** Configure.orig Sat Feb 10 02:41:40 1996 +--- Configure Mon Jun 9 21:04:51 1997 *************** *** 159,167 **** --- 159,170 ---- @@ -17,13 +17,14 @@ *************** *** 217,222 **** ---- 220,228 ---- +--- 220,229 ---- cleandir: clean rm -f .depend Makefile config.h + + install: + install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR) ++ install -o bin -g bin -s -m 755 sr $(DESTDIR) ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend ##### END >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 22:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA10412 for ports-outgoing; Mon, 9 Jun 1997 22:20:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA10382; Mon, 9 Jun 1997 22:20:01 -0700 (PDT) Resent-Date: Mon, 9 Jun 1997 22:20:01 -0700 (PDT) Resent-Message-Id: <199706100520.WAA10382@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, handy@lambic.space.lockheed.com Received: from lambic.space.lockheed.com (lambic.space.lockheed.com [192.68.162.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA10114 for ; Mon, 9 Jun 1997 22:10:43 -0700 (PDT) Received: (from handy@localhost) by lambic.space.lockheed.com (8.8.5/8.8.5) id WAA16121; Mon, 9 Jun 1997 22:10:02 -0700 (PDT) Message-Id: <199706100510.WAA16121@lambic.space.lockheed.com> Date: Mon, 9 Jun 1997 22:10:02 -0700 (PDT) From: Brian Handy Reply-To: handy@lambic.space.lockheed.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3832: gv upgrade 3.4.12 -> 3.5.3 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3832 >Category: ports >Synopsis: gv upgrade 3.4.12 -> 3.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 9 22:20:00 PDT 1997 >Last-Modified: >Originator: Brian Handy >Organization: Montana State University - Bozeman >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: gv upgraded at master site. Old version gone. This is a blazing fast-moving target. New version has more goodies like on-line documentation. >How-To-Repeat: >Fix: diff -ur gv.orig/Makefile gv/Makefile --- gv.orig/Makefile Mon Jun 9 14:27:35 1997 +++ gv/Makefile Mon Jun 9 21:30:49 1997 @@ -1,12 +1,12 @@ # New ports collection makefile for: gv -# Version required: gv-3.4.12 +# Version required: gv-3.5.3 # Date created: 16 Apr 1996 # Whom: tg@freebsd.org # # $Id: Makefile,v 1.12 1997/06/07 07:40:43 max Exp $ # -DISTNAME= gv-3.4.12 +DISTNAME= gv-3.5.3 CATEGORIES= print MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/ @@ -15,8 +15,14 @@ LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d USE_IMAKE= yes +USE_X11= yes post-install: + +.if !defined(NOPORTDOCS) + @(cd ${WRKSRC}; ${MAKE} install.doc) +.endif + @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include diff -ur gv.orig/files/md5 gv/files/md5 --- gv.orig/files/md5 Mon Jun 9 14:27:34 1997 +++ gv/files/md5 Mon Jun 9 14:29:36 1997 @@ -1 +1 @@ -MD5 (gv-3.4.12.tar.gz) = adb6aeca2bb1094297cbfbf4297df4e4 +MD5 (gv-3.5.3.tar.gz) = 6586c56976004b4ada7cc6cec524b36a diff -ur gv.orig/patches/patch-aa gv/patches/patch-aa --- gv.orig/patches/patch-aa Mon Jun 9 14:27:35 1997 +++ gv/patches/patch-aa Mon Jun 9 21:50:43 1997 @@ -1,15 +1,17 @@ ---- config.Unix.orig Tue Apr 15 00:00:00 1997 -+++ config.Unix Thu Apr 17 16:13:48 1997 -@@ -32,9 +32,9 @@ +--- config.Unix.orig Fri Jun 6 15:00:00 1997 ++++ config.Unix Mon Jun 9 14:45:19 1997 +@@ -32,10 +32,10 @@ XCOMM -------------------------------------------------------------------- XCOMM Destination directories. XCOMM -------------------------------------------------------------------- -- GV_MANDIR = /usr/local/man/man1/ - GV_BINDIR = /usr/local/bin/ +- GV_DOCDIR = /usr/local/doc/gv/ - GV_LIBDIR = /usr/local/lib/gv/ -+ GV_MANDIR = $(MANDIR) +- GV_MANDIR = /usr/local/man/man1/ + GV_BINDIR = $(BINDIR) ++ GV_DOCDIR = /usr/X11R6/share/doc/gv/ + GV_LIBDIR = $(LIBDIR)/gv/ ++ GV_MANDIR = $(MANDIR) XCOMM -------------------------------------------------------------------- XCOMM --- The name of the Xaw3d library. diff -ur gv.orig/patches/patch-ab gv/patches/patch-ab --- gv.orig/patches/patch-ab Mon Jun 9 14:27:35 1997 +++ gv/patches/patch-ab Mon Jun 9 14:46:08 1997 @@ -1,6 +1,6 @@ ---- doc/Imakefile.orig Sun Apr 6 00:00:00 1997 -+++ doc/Imakefile Thu Apr 17 16:24:07 1997 -@@ -27,6 +27,6 @@ +--- doc/Imakefile.orig Fri Jun 6 15:00:00 1997 ++++ doc/Imakefile Mon Jun 9 14:36:59 1997 +@@ -27,7 +27,7 @@ GV_CONFIG_FILE = ../config.Unix #include "../config.Unix" @@ -8,3 +8,4 @@ +XCOMM MANDIR=$(GV_MANDIR) ComplexProgramTarget(gv) + diff -ur gv.orig/pkg/PLIST gv/pkg/PLIST --- gv.orig/pkg/PLIST Mon Jun 9 14:27:35 1997 +++ gv/pkg/PLIST Mon Jun 9 21:49:41 1997 @@ -1,7 +1,29 @@ +@cwd /usr/local bin/gv lib/X11/app-defaults/GV lib/X11/gv/gv_class.ad -lib/X11/gv/gv_spartan.dat lib/X11/gv/gv_system.ad lib/X11/gv/gv_user.ad man/man1/gv.1.gz +share/doc/gv/comments.doc.gz +share/doc/gv/gs.interface.gz +share/doc/gv/gv-1.html +share/doc/gv/gv-10.html +share/doc/gv/gv-11.html +share/doc/gv/gv-12.html +share/doc/gv/gv-13.html +share/doc/gv/gv-2.html +share/doc/gv/gv-3.html +share/doc/gv/gv-4.html +share/doc/gv/gv-5.html +share/doc/gv/gv-6.html +share/doc/gv/gv-7.html +share/doc/gv/gv-8.html +share/doc/gv/gv-9.html +share/doc/gv/gv-faq.html +share/doc/gv/gv-faq.txt.gz +share/doc/gv/gv.html +share/doc/gv/gv.ps.gz +share/doc/gv/key-bindings.txt.gz +@dirrm lib/X11/gv +@dirrm share/doc/gv >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jun 9 22:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA10760 for ports-outgoing; Mon, 9 Jun 1997 22:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA10750; Mon, 9 Jun 1997 22:30:01 -0700 (PDT) Date: Mon, 9 Jun 1997 22:30:01 -0700 (PDT) Message-Id: <199706100530.WAA10750@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3484 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3484; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/3484 Date: Mon, 9 Jun 1997 22:22:33 -0700 (PDT) (sent to ports@freebsd.org by mistake, forwarding) Date: Mon, 9 Jun 1997 23:02:31 -0400 (EDT) From: "Justin M. Seger" To: ports@FreeBSD.ORG Subject: ports/3484 libwww is out of date I just created a new port of it for version 5.1b, the latest. Here's the diff. diff -Nru libwww-old/Makefile libwww/Makefile --- libwww-old/Makefile Mon Nov 18 06:41:19 1996 +++ libwww/Makefile Mon Jun 9 21:32:59 1997 @@ -6,11 +6,10 @@ # $Id: Makefile,v 1.2 1996/11/18 11:41:19 asami Exp $ # -DISTNAME= libwww_4.0D_src -PKGNAME= libwww-4.0D +DISTNAME= w3c-libwww-5.1b CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ - -WRKSRC= ${WRKDIR}/WWW +MAINTAINER= jseger@scds.com +GNU_CONFIGURE= YES .include diff -Nru libwww-old/files/md5 libwww/files/md5 --- libwww-old/files/md5 Wed Mar 6 13:50:26 1996 +++ libwww/files/md5 Mon Jun 9 21:33:33 1997 @@ -1 +1 @@ -MD5 (libwww_4.0D_src.tar.gz) = ac5a02be08b0b618d506bca35bc8d060 +MD5 (w3c-libwww-5.1b.tar.gz) = 7dc43c9e57c4397ffe36af612b390ab2 diff -Nru libwww-old/patches/patch-aa libwww/patches/patch-aa --- libwww-old/patches/patch-aa Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-aa Mon Jun 9 22:03:01 1997 @@ -1,20 +1,11 @@ -*** All/Implementation/Makefile.orig Sun Feb 18 20:08:39 1996 ---- All/Implementation/Makefile Sun Feb 18 20:09:58 1996 -*************** -*** 47,53 **** - LNXMAKE = $(WWW)/Tools/bin/lnxmake - - # Default target -- remove things you don't want -! all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) - @echo BUILD complete! - - library : $(LIBRARY) ---- 47,54 ---- - LNXMAKE = $(WWW)/Tools/bin/lnxmake - - # Default target -- remove things you don't want -! #all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) -! all : $(LIBRARY) - @echo BUILD complete! - - library : $(LIBRARY) +--- Library/src/HTMIMImp.c.old Mon Jun 9 22:02:18 1997 ++++ Library/src/HTMIMImp.c Mon Jun 9 22:02:32 1997 +@@ -213,7 +213,7 @@ + int value = deflt; + if (start != NULL) { + start += strlen(needle); +- while isspace(*start) start++; ++ while (isspace(*start)) start++; + if (isdigit(*start)) { + char * end = start + 1; + char save; diff -Nru libwww-old/patches/patch-ab libwww/patches/patch-ab --- libwww-old/patches/patch-ab Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ab Mon Jun 9 22:11:43 1997 @@ -1,27 +1,11 @@ -*** All/freebsd/Makefile.include.orig Thu Jan 11 02:07:31 1996 ---- All/freebsd/Makefile.include Sun Feb 18 21:43:39 1996 -*************** -*** 8,17 **** - LFLAGS = - - # Directory for installed binary: -! BINDIR = /usr/local/bin - - # Where is the W3 object library to be installed (not normally done)? -! LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) - - #_________________ OK if normal W3 distribution - # Where is the WWW source root? ---- 8,19 ---- - LFLAGS = - - # Directory for installed binary: -! BINDIR = ${PREFIX}/bin - - # Where is the W3 object library to be installed (not normally done)? -! #LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) -! LIBDIR = ${PREFIX}/lib -! INCLUDEDIR = ${PREFIX}/include - - #_________________ OK if normal W3 distribution - # Where is the WWW source root? +--- Library/src/HTMemLog.c.old Mon Jun 9 22:10:43 1997 ++++ Library/src/HTMemLog.c Mon Jun 9 22:11:07 1997 +@@ -17,7 +17,7 @@ + #ifdef WWW_MSWINDOWS + #define OPEN_FLAGS O_WRONLY|O_CREAT|O_TRUNC + #else /* WWW_MSWINDOWS */ +-#define OPEN_FLAGS O_WRONLY|O_CREAT|O_TRUNC|O_SYNC ++#define OPEN_FLAGS O_WRONLY|O_CREAT|O_TRUNC|O_FSYNC + #endif /* !WWW_MSWINDOWS */ + + PRIVATE size_t LogBuffSize = 1024; /* default size is 1k */ diff -Nru libwww-old/patches/patch-ac libwww/patches/patch-ac --- libwww-old/patches/patch-ac Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,9 +0,0 @@ -*** Library/Implementation/Version.make.orig Sun Feb 18 21:04:28 1996 ---- Library/Implementation/Version.make Sun Feb 18 21:04:56 1996 -*************** -*** 1 **** ---- 1,4 ---- - VC = 4.0D -+ SHLIB_MAJOR = 4 -+ SHLIB_MINOR = 0 -+ SHLIB=so.$(SHLIB_MAJOR).$(SHLIB_MINOR) diff -Nru libwww-old/patches/patch-ad libwww/patches/patch-ad --- libwww-old/patches/patch-ad Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ad Wed Dec 31 19:00:00 1969 @@ -1,373 +0,0 @@ -*** Library/Implementation/CommonMakefile.orig Fri Feb 9 20:56:24 1996 ---- Library/Implementation/CommonMakefile Sun Feb 18 21:26:22 1996 -*************** -*** 81,86 **** ---- 81,115 ---- - $(LOB)/HTNews.o $(LOB)/HTNewsRq.o $(LOB)/HTNDir.o $(LOB)/HTNewsLs.o \ - $(LOB)/HTFTP.o $(LOB)/HTFTPDir.o - -+ PICCOMMON= $(LOB)/HTList.so $(LOB)/HTString.so $(LOB)/HTAtom.so \ -+ $(LOB)/HTArray.so $(LOB)/HTBTree.so $(LOB)/HTChunk.so \ -+ $(LOB)/HTParse.so $(LOB)/HTAccess.so $(LOB)/HTProxy.so \ -+ $(LOB)/HTMethod.so $(LOB)/HTProt.so $(LOB)/HTCache.so \ -+ $(LOB)/HTNet.so $(LOB)/HTReqMan.so $(LOB)/HTBind.so \ -+ $(LOB)/HTTCP.so $(LOB)/HTDNS.so $(LOB)/HTAlert.so \ -+ $(LOB)/HTNetTxt.so $(LOB)/HTConLen.so $(LOB)/HTHeader.so \ -+ $(LOB)/SGML.so $(LOB)/HTML.so $(LOB)/HTMLPDTD.so \ -+ $(LOB)/HTPlain.so $(LOB)/HTWriter.so $(LOB)/HTFWrite.so \ -+ $(LOB)/HTMLGen.so $(LOB)/HTTee.so $(LOB)/HTXParse.so \ -+ $(LOB)/HTEPtoCl.so \ -+ $(LOB)/HTAnchor.so $(LOB)/HTStyle.so $(LOB)/HTWWWStr.so \ -+ $(LOB)/HTRules.so $(LOB)/HTFormat.so $(LOB)/HTMemory.so \ -+ $(LOB)/HTInit.so $(LOB)/HTBInit.so \ -+ $(LOB)/HTMIME.so $(LOB)/HTMIMERq.so $(LOB)/HTBound.so \ -+ $(LOB)/HTHist.so $(LOB)/HTSocket.so $(LOB)/HTEvntrg.so \ -+ $(LOB)/HTUU.so $(LOB)/HTMulti.so $(LOB)/HTTeXGen.so \ -+ $(LOB)/HTAAUtil.so $(LOB)/HTAABrow.so $(LOB)/HTAssoc.so \ -+ $(LOB)/HTIcons.so $(LOB)/HTError.so $(LOB)/HTLog.so \ -+ $(LOB)/HTHome.so $(LOB)/HTDialog.so \ -+ $(LOB)/HTEscape.so $(LOB)/HTDescpt.so $(LOB)/HTGuess.so \ -+ $(LOB)/HTTelnet.so $(LOB)/HTWSRC.so $(HTWAIS) $(LOB)/HTGopher.so \ -+ $(LOB)/HTTP.so $(LOB)/HTTPServ.so \ -+ $(LOB)/HTTPGen.so $(LOB)/HTTPReq.so $(LOB)/HTTPRes.so \ -+ $(LOB)/HTFile.so $(LOB)/HTDir.so \ -+ $(LOB)/HTNews.so $(LOB)/HTNewsRq.so $(LOB)/HTNDir.so \ -+ $(LOB)/HTNewsLs.so \ -+ $(LOB)/HTFTP.so $(LOB)/HTFTPDir.so -+ - CFILES = $(CMN)HTParse.c $(CMN)HTAccess.c $(CMN)HTProxy.c \ - $(CMN)HTMethod.c $(CMN)HTProt.c $(CMN)HTCache.c \ - $(CMN)HTReqMan.c $(CMN)HTDNS.c $(CMN)HTArray.c \ -*************** -*** 210,216 **** - $(DOCS) \ - $(SPECIFIC) - -! all : inc $(LOB)/$(PROD).a - - # Library - # ---- 239,245 ---- - $(DOCS) \ - $(SPECIFIC) - -! all : inc $(LOB)/$(PROD).a $(LOB)/$(PROD).$(SHLIB) - - # Library - # -*************** -*** 226,253 **** - ar r $(LOB)/$(PROD).a $(COMMON) - -ranlib $(LOB)/$(PROD).a - - # Include files - inc : $(HFILES) - @echo Include files generated from hypertext. - - # Clean up everything generatable except final products - clean : -! rm $(LOB)/*.o $(LOB)/.created - -rmdir $(LOB) - - # Clean up everything generatable including final products - - cleanall : clean -! rm $(LOB)/$(PROD).a - - # Install W3 library into system space (not normally necessary) - -! install : $(PROD).a -! if [ ! -r $(LIBDIR) ] mkdir $(LIBDIR) -! cp $(PROD).a $(LIBDIR)/$(PROD).a - - uninstall : -! rm $(LIBDIR)/$(PROD).a - - # Distribution use only: - # ---------------------- ---- 255,288 ---- - ar r $(LOB)/$(PROD).a $(COMMON) - -ranlib $(LOB)/$(PROD).a - -+ $(LOB)/$(PROD).$(SHLIB) : $(PICCOMMON) -+ - rm $(LOB)/$(PROD).$(SHLIB) -+ ld -Bshareable -o $(LOB)/$(PROD).$(SHLIB) $(PICCOMMON) -+ - # Include files - inc : $(HFILES) - @echo Include files generated from hypertext. - - # Clean up everything generatable except final products - clean : -! rm $(LOB)/*.o $(LOB)/*.so $(LOB)/.created - -rmdir $(LOB) - - # Clean up everything generatable including final products - - cleanall : clean -! rm $(LOB)/$(PROD).a $(LOB)/$(PROD).$(SHLIB) - - # Install W3 library into system space (not normally necessary) - -! install : $(PROD).a $(PROD).$(SHLIB) -! if [ ! -r $(LIBDIR) ] ; then mkdir $(LIBDIR) ; fi -! install -c -o bin -g bin -m 0444 $(LOB)/$(PROD).a $(LIBDIR) -! install -c -o bin -g bin -m 0444 $(LOB)/$(PROD).$(SHLIB) $(LIBDIR) -! install -c -o bin -g bin -m 0444 $(CMN)/*.h $(INCLUDEDIR) - - uninstall : -! rm $(LIBDIR)/$(PROD).a $(LIBDIR)/$(PROD).$(SHLIB) - - # Distribution use only: - # ---------------------- -*************** -*** 577,581 **** ---- 612,859 ---- - - $(LOB)/HTTPRes.o : $(OE) $(CMN)HTTPRes.c $(CMN)HTTPRes.h - $(CC) -c -o $@ $(CFLAGS2) $(CMN)HTTPRes.c -+ -+ # PIC -+ -+ $(LOB)/HTList.so : $(OE) $(CMN)HTList.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTList.c -+ -+ $(LOB)/HTMemory.so : $(OE) $(CMN)HTMemory.c $(CMN)HTUtils.h $(CMN)HTMemory.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMemory.c -+ -+ $(LOB)/HTAtom.so : $(OE) $(CMN)HTAtom.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAtom.c -+ -+ $(LOB)/HTChunk.so : $(OE) $(CMN)HTChunk.c $(CMN)HTChunk.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTChunk.c -+ -+ $(LOB)/HTArray.so : $(OE) $(CMN)HTArray.c $(CMN)HTArray.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTArray.c -+ -+ $(LOB)/HTString.so : $(OE) $(CMN)HTString.c $(CMN)HTUtils.h $(CMN)Version.make -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTString.c -+ -+ $(LOB)/HTBTree.so : $(OE) $(CMN)HTBTree.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBTree.c -+ -+ $(LOB)/HTAssoc.so : $(OE) $(CMN)HTAssoc.c $(CMN)HTAssoc.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAssoc.c -+ -+ $(LOB)/HTUU.so : $(OE) $(CMN)HTUU.c $(CMN)HTUU.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTUU.c -+ -+ # CORE MODULES -+ -+ $(LOB)/HTNet.so : $(OE) $(CMN)HTNet.c $(CMN)HTNet.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNet.c -+ -+ $(LOB)/HTEvntrg.so : $(OE) $(CMN)HTEvntrg.c $(CMN)HTEvntrg.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTEvntrg.c -+ -+ $(LOB)/HTAccess.so : $(OE) $(CMN)HTAccess.c $(CMN)HTAccess.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) -DVC=\"$(VC)\" $(CMN)HTAccess.c -+ -+ $(LOB)/HTReqMan.so : $(OE) $(CMN)HTReqMan.c $(CMN)HTReqMan.h $(CMN)HTReq.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTReqMan.c -+ -+ $(LOB)/HTProt.so : $(OE) $(CMN)HTProt.c $(CMN)HTProt.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTProt.c -+ -+ $(LOB)/HTCache.so : $(OE) $(CMN)HTCache.c $(CMN)HTCache.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTCache.c -+ -+ $(LOB)/HTProxy.so : $(OE) $(CMN)HTProxy.c $(CMN)HTProxy.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTProxy.c -+ -+ $(LOB)/HTParse.so : $(OE) $(CMN)HTParse.c $(CMN)HTParse.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTParse.c -+ -+ $(LOB)/HTEscape.so : $(OE) $(CMN)HTEscape.c $(CMN)HTEscape.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTEscape.c -+ -+ $(LOB)/HTError.so : $(OE) $(CMN)HTError.c $(CMN)HTError.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTError.c -+ -+ $(LOB)/HTAnchor.so : $(OE) $(CMN)HTAnchor.c $(CMN)HTAnchor.h $(CMN)HTAncMan.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAnchor.c -+ -+ $(LOB)/HTMethod.so : $(OE) $(CMN)HTMethod.c $(CMN)HTMethod.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMethod.c -+ -+ $(LOB)/HTFormat.so : $(OE) $(CMN)HTFormat.c $(CMN)HTFormat.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFormat.c -+ -+ $(LOB)/HTBind.so : $(OE) $(CMN)HTBind.c $(CMN)HTBind.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBind.c -+ -+ $(LOB)/HTNetTxt.so : $(OE) $(CMN)HTNetTxt.c $(CMN)HTNetTxt.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNetTxt.c -+ -+ $(LOB)/HTConLen.so : $(OE) $(CMN)HTConLen.c $(CMN)HTConLen.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTConLen.c -+ -+ $(LOB)/HTWWWStr.so : $(OE) $(CMN)HTWWWStr.c $(CMN)HTUtils.h $(CMN)Version.make -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTWWWStr.c -+ -+ $(LOB)/HTTee.so : $(OE) $(CMN)HTTee.c $(CMN)HTTee.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTee.c -+ -+ $(LOB)/HTSocket.so : $(OE) $(CMN)HTSocket.c $(CMN)HTSocket.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTSocket.c -+ -+ $(LOB)/HTWriter.so : $(OE) $(CMN)HTWriter.c $(CMN)HTWriter.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTWriter.c -+ -+ $(LOB)/HTFWrite.so : $(OE) $(CMN)HTFWrite.c $(CMN)HTFWrite.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFWrite.c -+ -+ $(LOB)/HTTCP.so : $(OE) $(CMN)HTTCP.c $(CMN)HTTCP.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTCP.c -+ -+ $(LOB)/HTDNS.so : $(OE) $(CMN)HTDNS.c $(CMN)HTDNS.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDNS.c -+ -+ $(LOB)/HTAlert.so : $(OE) $(CMN)HTAlert.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAlert.c -+ -+ # APPLICATION MODULES -+ -+ $(LOB)/HTInit.so : $(OE) $(CMN)HTInit.c $(CMN)HTInit.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTInit.c -+ -+ $(LOB)/HTBInit.so : $(OE) $(CMN)HTBInit.c $(CMN)HTBInit.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBInit.c -+ -+ $(LOB)/HTHist.so : $(OE) $(CMN)HTHist.c $(CMN)HTHist.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTHist.c -+ -+ $(LOB)/HTRules.so : $(OE) $(CMN)HTRules.c $(CMN)HTRules.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTRules.c -+ -+ $(LOB)/HTLog.so : $(OE) $(CMN)HTLog.c $(CMN)HTLog.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTLog.c -+ -+ $(LOB)/HTHome.so : $(OE) $(CMN)HTHome.c $(CMN)HTHome.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTHome.c -+ -+ $(LOB)/HTDialog.so : $(OE) $(CMN)HTDialog.c $(CMN)HTDialog.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDialog.c -+ -+ # DYNAMIC MODULES -+ -+ $(LOB)/HTWAIS.so : $(OE) $(CMN)HTWAIS.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(WAISINC) $(CMN)HTWAIS.c -+ -+ $(LOB)/HTNews.so : $(OE) $(CMN)HTNews.c $(CMN)HTNews.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNews.c -+ -+ $(LOB)/HTNewsRq.so : $(OE) $(CMN)HTNewsRq.c $(CMN)HTNewsRq.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNewsRq.c -+ -+ $(LOB)/HTNDir.so : $(OE) $(CMN)HTNDir.c $(CMN)HTNDir.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNDir.c -+ -+ $(LOB)/HTNewsLs.so : $(OE) $(CMN)HTNewsLs.c $(CMN)HTNewsLs.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTNewsLs.c -+ -+ $(LOB)/HTGopher.so : $(OE) $(CMN)HTGopher.c $(CMN)HTGopher.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTGopher.c -+ -+ $(LOB)/HTTelnet.so : $(OE) $(CMN)HTTelnet.c $(CMN)HTUtils.h $(CMN)HTTelnet.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTelnet.c -+ -+ $(LOB)/HTStyle.so : $(OE) $(CMN)HTStyle.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTStyle.c -+ -+ $(LOB)/SGML.so : $(OE) $(CMN)SGML.c $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)SGML.c -+ -+ $(LOB)/HTML.so : $(OE) $(CMN)HTML.c $(CMN)HTUtils.h $(CMN)HTMLPDTD.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTML.c -+ -+ $(LOB)/HTMLGen.so : $(OE) $(CMN)HTMLGen.c $(CMN)HTUtils.h $(CMN)HTMLPDTD.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMLGen.c -+ -+ $(LOB)/HTTeXGen.so : $(OE) $(CMN)HTTeXGen.c $(CMN)HTUtils.h $(CMN)HTMLPDTD.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTeXGen.c -+ -+ $(LOB)/HTMLPDTD.so : $(OE) $(CMN)HTMLPDTD.c $(CMN)SGML.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMLPDTD.c -+ -+ $(LOB)/HTPlain.so : $(OE) $(CMN)HTPlain.c $(CMN)HTPlain.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTPlain.c -+ -+ $(LOB)/HTHeader.so : $(OE) $(CMN)HTHeader.c $(CMN)HTHeader.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTHeader.c -+ -+ $(LOB)/HTMIME.so : $(OE) $(CMN)HTMIME.c $(CMN)HTMIME.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMIME.c -+ -+ $(LOB)/HTMIMERq.so : $(OE) $(CMN)HTMIMERq.c $(CMN)HTMIMERq.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMIMERq.c -+ -+ $(LOB)/HTBound.so : $(OE) $(CMN)HTBound.c $(CMN)HTBound.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTBound.c -+ -+ $(LOB)/HTAAUtil.so : $(OE) $(CMN)HTAAUtil.c $(CMN)HTAAUtil.h \ -+ $(CMN)HTUtils.h $(CMN)HTString.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAAUtil.c -+ -+ $(LOB)/HTAABrow.so : $(OE) $(CMN)HTAABrow.c $(CMN)HTAABrow.h \ -+ $(CMN)HTAAUtil.h $(CMN)HTUU.h \ -+ $(CMN)HTUtils.h $(CMN)HTString.h \ -+ $(CMN)HTParse.h $(CMN)HTList.h $(CMN)HTAlert.h \ -+ $(CMN)HTAssoc.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTAABrow.c -+ -+ $(LOB)/HTGuess.so : $(OE) $(CMN)HTGuess.c $(CMN)HTGuess.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTGuess.c -+ -+ $(LOB)/HTFile.so : $(OE) $(CMN)HTFile.c $(CMN)HTFile.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFile.c -+ -+ $(LOB)/HTDir.so : $(OE) $(CMN)HTDir.c $(CMN)HTDir.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDir.c -+ -+ $(LOB)/HTIcons.so : $(OE) $(CMN)HTIcons.c $(CMN)HTIcons.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTIcons.c -+ -+ $(LOB)/HTDescpt.so : $(OE) $(CMN)HTDescpt.c $(CMN)HTDescpt.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTDescpt.c -+ -+ $(LOB)/HTMulti.so : $(OE) $(CMN)HTMulti.c $(CMN)HTUtils.h \ -+ $(CMN)HTFile.h $(CMN)HTMulti.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTMulti.c -+ -+ $(LOB)/HTFTP.so : $(OE) $(CMN)HTFTP.c $(CMN)HTFTP.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFTP.c -+ -+ $(LOB)/HTFTPDir.so : $(OE) $(CMN)HTFTPDir.c $(CMN)HTFTPDir.h $(CMN)HTUtils.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTFTPDir.c -+ -+ $(LOB)/HTXParse.so : $(OE) $(CMN)HTXParse.c $(CMN)HTXParse.h $(CMN)HTStream.h $(CMN)HTEPtoCl.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTXParse.c -+ -+ $(LOB)/HTEPtoCl.so : $(OE) $(CMN)HTEPtoCl.c $(CMN)HTEPtoCl.h $(CMN)HTStream.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTEPtoCl.c -+ -+ $(LOB)/HTWSRC.so : $(OE) $(CMN)HTWSRC.c $(CMN)HTUtils.h $(CMN)HTList.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTWSRC.c -+ -+ $(LOB)/HTTP.so : $(OE) $(CMN)HTTP.c $(CMN)HTTP.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTP.c -+ -+ $(LOB)/HTTPServ.so : $(OE) $(CMN)HTTPServ.c $(CMN)HTTPServ.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPServ.c -+ -+ $(LOB)/HTTPReq.so : $(OE) $(CMN)HTTPReq.c $(CMN)HTTPReq.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPReq.c -+ -+ $(LOB)/HTTPGen.so : $(OE) $(CMN)HTTPGen.c $(CMN)HTTPGen.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPGen.c -+ -+ $(LOB)/HTTPRes.so : $(OE) $(CMN)HTTPRes.c $(CMN)HTTPRes.h -+ $(CC) -DPIC -fpic -c -o $@ $(CFLAGS2) $(CMN)HTTPRes.c -+ - - diff -Nru libwww-old/patches/patch-ae libwww/patches/patch-ae --- libwww-old/patches/patch-ae Wed Mar 6 13:50:26 1996 +++ libwww/patches/patch-ae Wed Dec 31 19:00:00 1969 @@ -1,10 +0,0 @@ -*** Makefile.orig Sun Feb 18 21:51:59 1996 ---- Makefile Sun Feb 18 21:52:28 1996 -*************** -*** 33,35 **** ---- 33,37 ---- - rm -f Daemon/[a-z0-9]*/cgiparse - rm -f Daemon/[a-z0-9]*/cgiutils - -+ install: -+ cd Library/freebsd && make install diff -Nru libwww-old/pkg/COMMENT libwww/pkg/COMMENT --- libwww-old/pkg/COMMENT Thu Oct 10 01:04:28 1996 +++ libwww/pkg/COMMENT Mon Jun 9 22:43:44 1997 @@ -1 +1 @@ -The W3C Reference Library, Version 4.0D. +The W3C Reference Library, Version 5.1b. diff -Nru libwww-old/pkg/PLIST libwww/pkg/PLIST --- libwww-old/pkg/PLIST Wed Mar 6 13:50:27 1996 +++ libwww/pkg/PLIST Mon Jun 9 22:49:31 1997 @@ -1,106 +1,7 @@ lib/libwww.a -lib/libwww.so.4.0 -include/HTAABrow.h -include/HTAAUtil.h -include/HTAccess.h -include/HTAlert.h -include/HTAncMan.h -include/HTAnchor.h -include/HTArray.h -include/HTAssoc.h -include/HTAtom.h -include/HTBInit.h -include/HTBTree.h -include/HTBind.h -include/HTBound.h -include/HTCache.h -include/HTChunk.h -include/HTConLen.h -include/HTDNS.h -include/HTDescpt.h -include/HTDialog.h -include/HTDir.h -include/HTEPtoCl.h -include/HTError.h -include/HTEscape.h -include/HTEvntrg.h -include/HTFTP.h -include/HTFTPDir.h -include/HTFWrite.h -include/HTFile.h -include/HTFormat.h -include/HTGopher.h -include/HTGuess.h -include/HTHeader.h -include/HTHist.h -include/HTHome.h -include/HTIcons.h -include/HTInit.h -include/HTList.h -include/HTLog.h -include/HTMIME.h -include/HTMIMERq.h -include/HTML.h -include/HTMLGen.h -include/HTMLPDTD.h -include/HTMemory.h -include/HTMethod.h -include/HTMulpar.h -include/HTMulti.h -include/HTNDir.h -include/HTNet.h -include/HTNetMan.h -include/HTNetTxt.h -include/HTNews.h -include/HTNewsLs.h -include/HTNewsRq.h -include/HTParse.h -include/HTPlain.h -include/HTProt.h -include/HTProxy.h -include/HTReq.h -include/HTReqMan.h -include/HTRules.h -include/HTSocket.h -include/HTStream.h -include/HTString.h -include/HTStruct.h -include/HTStyle.h -include/HTTCP.h -include/HTTP.h -include/HTTPGen.h -include/HTTPReq.h -include/HTTPRes.h -include/HTTPServ.h -include/HTTPUtil.h -include/HTTeXGen.h -include/HTTee.h -include/HTTelnet.h -include/HTUU.h -include/HTUtils.h -include/HTWAIS.h -include/HTWSRC.h -include/HTWWWStr.h -include/HTWriter.h -include/HTXParse.h -include/HText.h -include/SGML.h -include/WWWApp.h -include/WWWCache.h -include/WWWCore.h -include/WWWDir.h -include/WWWFTP.h -include/WWWFile.h -include/WWWGophe.h -include/WWWGuess.h -include/WWWHTML.h -include/WWWHTTP.h -include/WWWInit.h -include/WWWLib.h -include/WWWMIME.h -include/WWWNews.h -include/WWWRules.h -include/WWWTelnt.h -include/WWWUtil.h -include/WWWWAIS.h -include/tcp.h +lib/libpics.a +bin/www +bin/webbot +bin/w3c +bin/listen +share/usr/local/share/w3c-icons -Justin Seger- From owner-freebsd-ports Tue Jun 10 00:00:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA14974 for ports-outgoing; Tue, 10 Jun 1997 00:00:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA14919; Tue, 10 Jun 1997 00:00:04 -0700 (PDT) Resent-Date: Tue, 10 Jun 1997 00:00:04 -0700 (PDT) Resent-Message-Id: <199706100700.AAA14919@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, lioux@gns.com.br Received: from srv1-bsb.gns.com.br (srv1-bsb.GNS.com.br [200.239.56.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA14772 for ; Mon, 9 Jun 1997 23:57:15 -0700 (PDT) Received: (from lioux@localhost) by srv1-bsb.gns.com.br (8.8.5/8.8.5) id DAA08926; Tue, 10 Jun 1997 03:57:37 -0300 (EST) Message-Id: <199706100657.DAA08926@srv1-bsb.gns.com.br> Date: Tue, 10 Jun 1997 03:57:37 -0300 (EST) From: lioux@gns.com.br Reply-To: lioux@gns.com.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3833: New port p5-Compiler (perl compiler) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3833 >Category: ports >Synopsis: New port p5-Compiler (perl compiler) >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 00:00:01 PDT 1997 >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Organization: GNS - Global Network Solutions Tec. Ltda >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: A new port for the devel category. A perl compiler kit. The port file can be located at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/p5-Compiler.tar.gz >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jun 10 01:56:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA20468 for ports-outgoing; Tue, 10 Jun 1997 01:56:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA20462; Tue, 10 Jun 1997 01:56:47 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17338; Tue, 10 Jun 1997 01:56:31 -0700 (PDT) Date: Tue, 10 Jun 1997 01:56:31 -0700 (PDT) Message-Id: <199706100856.BAA17338@freefall.freebsd.org> To: rssh@satori.ipri.kiev.ua, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3757 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port of simpack (I forgott to write the name of file in prev.) State-Changed-From-To: analyzed-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 01:56:11 PDT 1997 State-Changed-Why: Thanks, imported! (Patch sent back to author.) From owner-freebsd-ports Tue Jun 10 02:12:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA21410 for ports-outgoing; Tue, 10 Jun 1997 02:12:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA21402; Tue, 10 Jun 1997 02:12:47 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA17756; Tue, 10 Jun 1997 02:12:30 -0700 (PDT) Date: Tue, 10 Jun 1997 02:12:30 -0700 (PDT) Message-Id: <199706100912.CAA17756@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3786 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: xbakuzan -> xshodo State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 02:11:33 PDT 1997 State-Changed-Why: Thanks, imported. By the way, when you add or delete files, please explicitly mention it; instead of commiting a zero-length patchfile, it's better to cvs remove it. From owner-freebsd-ports Tue Jun 10 02:15:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA21527 for ports-outgoing; Tue, 10 Jun 1997 02:15:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA21508; Tue, 10 Jun 1997 02:15:02 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA17845; Tue, 10 Jun 1997 02:14:46 -0700 (PDT) Date: Tue, 10 Jun 1997 02:14:46 -0700 (PDT) Message-Id: <199706100914.CAA17845@freefall.freebsd.org> To: andy@icc.surw.chel.su, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3765 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: mpd-1.0b3 State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Tue Jun 10 02:12:52 PDT 1997 State-Changed-Why: Thanks, committed. Here are my patches: === diff -ru mpd-1.0b3/Makefile mpd.new/Makefile --- mpd-1.0b3/Makefile Mon Jun 2 07:52:12 1997 +++ mpd.new/Makefile Tue Jun 10 02:08:40 1997 @@ -3,17 +3,18 @@ # Date created: 16 May 1997 # Whom: Andrey Zakhvatov # -# +# $Id$ # DISTNAME= mpd-1.0b3 -EXTRACT_SUFX= .tgz CATEGORIES= net -MASTER_SITES= ftp://ftp.freebsd.org -MASTER_SITE_SUBDIR= pub/FreeBSD/incoming +MASTER_SITES= ${MASTER_SITE_LOCAL} +EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su +BROKEN= if_tun.h + WRKSRC= ${WRKDIR}/mpd-1.0b3/src ALL_TARGET= depend all MAN1= mpd.1 @@ -22,16 +23,13 @@ @ ${INSTALL_PROGRAM} ${WRKSRC}/mpd ${PREFIX}/sbin/mpd @ ${INSTALL_MAN} ${WRKSRC}/mpd.1 ${PREFIX}/man/man1 @ ${MKDIR} ${PREFIX}/etc/mpd - @ ${INSTALL_DATA} ${WRKSRC}/../conf/mpd.conf ${PREFIX}/etc/mpd/mpd.conf.sample - @ ${INSTALL_DATA} ${WRKSRC}/../conf/mpd.links ${PREFIX}/etc/mpd/mpd.links.sample - @ ${INSTALL_DATA} ${WRKSRC}/../conf/mpd.script ${PREFIX}/etc/mpd/mpd.script.sample - @ ${INSTALL_DATA} ${WRKSRC}/../conf/mpd.secret ${PREFIX}/etc/mpd/mpd.secret.sample +.for file in mpd.conf mpd.links mpd.script mpd.secret + @ ${INSTALL_DATA} ${WRKSRC}/../conf/${file} ${PREFIX}/etc/mpd/${file}.sample +.endfor @ ${MKDIR} ${PREFIX}/share/doc/mpd @ ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/mpd/README - @ ${INSTALL_DATA} ${WRKSRC}/../docs/CHANGES ${PREFIX}/share/doc/mpd/CHANGES - @ ${INSTALL_DATA} ${WRKSRC}/../docs/PROTOS ${PREFIX}/share/doc/mpd/PROTOS - @ ${INSTALL_DATA} ${WRKSRC}/../docs/README.code ${PREFIX}/share/doc/mpd/README.code - @ ${INSTALL_DATA} ${WRKSRC}/../docs/README.commands ${PREFIX}/share/doc/mpd/README.commands - @ ${INSTALL_DATA} ${WRKSRC}/../docs/README.scripts ${PREFIX}/share/doc/mpd/README.scripts +.for file in CHANGES PROTOS README.code README.commands README.scripts + @ ${INSTALL_DATA} ${WRKSRC}/../docs/${file} ${PREFIX}/share/doc/mpd +.endfor .include diff -ru mpd-1.0b3/pkg/DESCR mpd.new/pkg/DESCR --- mpd-1.0b3/pkg/DESCR Sat May 17 06:23:13 1997 +++ mpd.new/pkg/DESCR Tue Jun 10 02:06:52 1997 @@ -1,4 +1,3 @@ - MPD MULTI-LINK PPP DAEMON FOR FREEBSD Release 1.0b3 === It may be hard to read from this patch, but the Makefile is considerably shorter now. :) By the way, this port doesn't build on -current now. === cc -O2 -pipe -O2 -Wall -Wmissing-prototypes -Wnested-externs -DPATH_CONF_DIR=\"/usr/local/etc/mpd\" -DSYSLOG_FACILITY=LOG_DAEMON -DALWAYS_ANSWER_CHAP -DPHYSTYPE_MODEM -c assert.c In file included from ip.h:23, from bund.h:14, from ppp.h:37, from assert.c:10: /usr/include/net/if_tun.h:35: field `tun_if' has incomplete type *** Error code 1 Stop. === Any ideas? From owner-freebsd-ports Tue Jun 10 02:36:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA22653 for ports-outgoing; Tue, 10 Jun 1997 02:36:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA22585; Tue, 10 Jun 1997 02:35:55 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18066; Tue, 10 Jun 1997 02:35:39 -0700 (PDT) Date: Tue, 10 Jun 1997 02:35:39 -0700 (PDT) Message-Id: <199706100935.CAA18066@freefall.freebsd.org> To: jesse@cs.uni-magdeburg.de, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3458 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port of Squeak, version 1.18 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 02:33:26 PDT 1997 State-Changed-Why: Thanks, committed and name added to handbook. Here are my changes: === diff -ru squeak/Makefile squeak.new/Makefile --- squeak/Makefile Mon Apr 28 02:24:32 1997 +++ squeak.new/Makefile Tue Jun 10 02:19:37 1997 @@ -16,12 +16,6 @@ WRKSRC= $(WRKDIR)/Squeak-1.18/src do-install: - @if [ `/bin/sh -c umask` != 0022 ]; then \ - ${ECHO_MSG} "===> Warning: your umask is \"`/bin/sh -c umask`"\".; \ - ${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \ - ${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \ - fi - ${INSTALL_PROGRAM} $(WRKSRC)/SqueakVM $(PREFIX)/bin ${MKDIR} $(PREFIX)/share/squeak ${INSTALL_DATA} $(WRKSRC)/../image/SqueakV1.sources $(PREFIX)/share/squeak diff -ru squeak/patches/patch-aa squeak.new/patches/patch-aa --- squeak/patches/patch-aa Sat Apr 26 05:03:21 1997 +++ squeak.new/patches/patch-aa Tue Jun 10 02:29:23 1997 @@ -1,5 +1,5 @@ *** /usr/ports/lang/squeak/work/Squeak-1.18/src/Makefile Sun Jan 19 00:29:00 1997 ---- ./files/Makefile Fri Apr 25 18:12:29 1997 +--- Makefile Fri Apr 25 18:12:29 1997 *************** *** 23,32 **** @@ -7,7 +7,7 @@ LD= gcc ! CCFLAGS= -O3 -funroll-loops -g LDFLAGS= - LIBS= -lX11 -lm +! LIBS= -lX11 -lm ! INCLUDE= # top-level targets -- default is to build just the VM @@ -18,7 +18,7 @@ LD= gcc ! CCFLAGS= -O2 -funroll-loops LDFLAGS= - LIBS= -lX11 -lm -! INCLUDE= -I/usr/X11R6/include +! LIBS= -L${X11BASE}/lib -lX11 -lm +! INCLUDE= -I${X11BASE}/include # top-level targets -- default is to build just the VM diff -ru squeak/pkg/COMMENT squeak.new/pkg/COMMENT --- squeak/pkg/COMMENT Sat Apr 26 04:16:24 1997 +++ squeak.new/pkg/COMMENT Tue Jun 10 02:19:58 1997 @@ -1 +1 @@ -A Smalltalk system with graphical user interface. \ No newline at end of file +A Smalltalk system with graphical user interface. diff -ru squeak/pkg/DESCR squeak.new/pkg/DESCR --- squeak/pkg/DESCR Sat Apr 26 04:16:24 1997 +++ squeak.new/pkg/DESCR Tue Jun 10 02:20:03 1997 @@ -1,4 +1,4 @@ This is the port of squeak, a free smalltalk system with a graphical user interface. --- Roland Jesse \ No newline at end of file +-- Roland Jesse diff -ru squeak/pkg/PLIST squeak.new/pkg/PLIST --- squeak/pkg/PLIST Sat Apr 26 04:16:24 1997 +++ squeak.new/pkg/PLIST Tue Jun 10 02:20:10 1997 @@ -1,4 +1,4 @@ bin/SqueakVM share/squeak/SqueakV1.sources share/squeak/Squeak1.18.image -share/squeak/Squeak1.18.changes \ No newline at end of file +share/squeak/Squeak1.18.changes Only in squeak/pkg: PLIST~ === I'll do something about the umask check. Please make sure the last line of all files end with \n. Use ${PREFIX}, ${LOCALBASE or ${X11BASE} in Makefiles. By the way, if you have a symlink from /usr/lib/libX11.* to /usr/X11R6/lib, please remove it before you do the next port. ;) From owner-freebsd-ports Tue Jun 10 02:39:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA22793 for ports-outgoing; Tue, 10 Jun 1997 02:39:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA22783; Tue, 10 Jun 1997 02:38:54 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18220; Tue, 10 Jun 1997 02:38:37 -0700 (PDT) Date: Tue, 10 Jun 1997 02:38:37 -0700 (PDT) Message-Id: <199706100938.CAA18220@freefall.freebsd.org> To: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, fenner@FreeBSD.ORG Subject: Re: ports/3754 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: tcptrace long format causes segmentation fault Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: asami Responsible-Changed-When: Tue Jun 10 02:38:01 PDT 1997 Responsible-Changed-Why: Bill, can you please verify the patch and commit it? (I assume that's why you are maintainer.) From owner-freebsd-ports Tue Jun 10 02:51:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA23444 for ports-outgoing; Tue, 10 Jun 1997 02:51:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA23435; Tue, 10 Jun 1997 02:51:20 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18903; Tue, 10 Jun 1997 02:51:04 -0700 (PDT) Date: Tue, 10 Jun 1997 02:51:04 -0700 (PDT) Message-Id: <199706100951.CAA18903@freefall.freebsd.org> To: andy@icc.surw.chel.su, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3797 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: starlanes-1.2.2 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 02:49:57 PDT 1997 State-Changed-Why: Thanks, imported after minor changes. By the way, please take a look at patch-ab; ports should not compile without optimization, and should pick up CFLAGS from /etc/make.conf. From owner-freebsd-ports Tue Jun 10 02:52:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA23522 for ports-outgoing; Tue, 10 Jun 1997 02:52:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA23512; Tue, 10 Jun 1997 02:52:26 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18979; Tue, 10 Jun 1997 02:52:09 -0700 (PDT) Date: Tue, 10 Jun 1997 02:52:09 -0700 (PDT) Message-Id: <199706100952.CAA18979@freefall.freebsd.org> To: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Re: ports/3821 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: The install-info command in the "screen" port has a bad argument. Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: asami Responsible-Changed-When: Tue Jun 10 02:51:51 PDT 1997 Responsible-Changed-Why: Maintainer. From owner-freebsd-ports Tue Jun 10 02:53:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA23566 for ports-outgoing; Tue, 10 Jun 1997 02:53:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA23544; Tue, 10 Jun 1997 02:53:02 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19055; Tue, 10 Jun 1997 02:52:45 -0700 (PDT) Date: Tue, 10 Jun 1997 02:52:45 -0700 (PDT) Message-Id: <199706100952.CAA19055@freefall.freebsd.org> To: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: ports/3822 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ports-current Xaw3d doesn't compile Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: asami Responsible-Changed-When: Tue Jun 10 02:52:21 PDT 1997 Responsible-Changed-Why: maintainer From owner-freebsd-ports Tue Jun 10 03:39:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25902 for ports-outgoing; Tue, 10 Jun 1997 03:39:30 -0700 (PDT) Received: from shadows.aeon.net (bsdports@shadows.aeon.net [194.100.41.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25896 for ; Tue, 10 Jun 1997 03:39:24 -0700 (PDT) Received: (from bsdports@localhost) by shadows.aeon.net (8.8.5/8.8.3) id NAA11116 for ports@freebsd.org; Tue, 10 Jun 1997 13:38:38 +0300 (EET DST) From: mika ruohotie Message-Id: <199706101038.NAA11116@shadows.aeon.net> Subject: XFree86-3.3 To: ports@freebsd.org Date: Tue, 10 Jun 1997 13:38:38 +0300 (EET DST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk is there a reason why /usr/ports/XFree86 fetches: X33src-1.tgz X32src-2.tgz why the src-2 is from the older release? i didnt even try to compile until i ask. mickey From owner-freebsd-ports Tue Jun 10 04:03:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27014 for ports-outgoing; Tue, 10 Jun 1997 04:03:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27004; Tue, 10 Jun 1997 04:03:35 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA21640; Tue, 10 Jun 1997 04:03:18 -0700 (PDT) Date: Tue, 10 Jun 1997 04:03:18 -0700 (PDT) Message-Id: <199706101103.EAA21640@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3788 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port w3-2.2.26 (www/w3). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:03:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27036 for ports-outgoing; Tue, 10 Jun 1997 04:03:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27028; Tue, 10 Jun 1997 04:03:52 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA21725; Tue, 10 Jun 1997 04:03:34 -0700 (PDT) Date: Tue, 10 Jun 1997 04:03:34 -0700 (PDT) Message-Id: <199706101103.EAA21725@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3789 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port mew-1.70 (mail/mew). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:04:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27093 for ports-outgoing; Tue, 10 Jun 1997 04:04:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27075; Tue, 10 Jun 1997 04:04:09 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA21798; Tue, 10 Jun 1997 04:03:52 -0700 (PDT) Date: Tue, 10 Jun 1997 04:03:52 -0700 (PDT) Message-Id: <199706101103.EAA21798@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3790 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port mmm-0.40 (www/mmm). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:04:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27126 for ports-outgoing; Tue, 10 Jun 1997 04:04:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27120; Tue, 10 Jun 1997 04:04:34 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA21880; Tue, 10 Jun 1997 04:04:16 -0700 (PDT) Date: Tue, 10 Jun 1997 04:04:16 -0700 (PDT) Message-Id: <199706101104.EAA21880@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3791 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port jp-camltk41-1.0 (japanese/camltk41). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:05:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27207 for ports-outgoing; Tue, 10 Jun 1997 04:05:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27176; Tue, 10 Jun 1997 04:05:03 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA21943; Tue, 10 Jun 1997 04:04:45 -0700 (PDT) Date: Tue, 10 Jun 1997 04:04:45 -0700 (PDT) Message-Id: <199706101104.EAA21943@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3792 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port jp-mmm-0.40 (japanese/mmm). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:05:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27262 for ports-outgoing; Tue, 10 Jun 1997 04:05:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27254; Tue, 10 Jun 1997 04:05:30 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22026; Tue, 10 Jun 1997 04:05:13 -0700 (PDT) Date: Tue, 10 Jun 1997 04:05:13 -0700 (PDT) Message-Id: <199706101105.EAA22026@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3793 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port jp-w3-2.2.26 (japanese/w3). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:05:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27316 for ports-outgoing; Tue, 10 Jun 1997 04:05:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27296; Tue, 10 Jun 1997 04:05:49 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22088; Tue, 10 Jun 1997 04:05:32 -0700 (PDT) Date: Tue, 10 Jun 1997 04:05:32 -0700 (PDT) Message-Id: <199706101105.EAA22088@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3794 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port jp-mew-1.70 (japanese/mew). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:06:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27372 for ports-outgoing; Tue, 10 Jun 1997 04:06:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27364; Tue, 10 Jun 1997 04:06:11 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22151; Tue, 10 Jun 1997 04:05:54 -0700 (PDT) Date: Tue, 10 Jun 1997 04:05:54 -0700 (PDT) Message-Id: <199706101105.EAA22151@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3795 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port camltk41-1.0 (x11/camltk41). State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 10 04:03:02 PDT 1997 State-Changed-Why: Thanks, committed! From owner-freebsd-ports Tue Jun 10 04:13:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA27937 for ports-outgoing; Tue, 10 Jun 1997 04:13:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA27883; Tue, 10 Jun 1997 04:13:10 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22928; Tue, 10 Jun 1997 04:12:52 -0700 (PDT) Date: Tue, 10 Jun 1997 04:12:52 -0700 (PDT) Message-Id: <199706101112.EAA22928@freefall.freebsd.org> To: handy@lambic.space.lockheed.com, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3832 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: gv upgrade 3.4.12 -> 3.5.3 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Tue Jun 10 04:10:49 PDT 1997 State-Changed-Why: Submitted diffs applied, thanks. BTW, don't `@cwd /usr/local' in PLIST for a port that installs everything in ${X11BASE}. From owner-freebsd-ports Tue Jun 10 05:15:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA00601 for ports-outgoing; Tue, 10 Jun 1997 05:15:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA00588; Tue, 10 Jun 1997 05:15:06 -0700 (PDT) From: James FitzGibbon Received: (from jfitz@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA24814; Tue, 10 Jun 1997 05:14:48 -0700 (PDT) Date: Tue, 10 Jun 1997 05:14:48 -0700 (PDT) Message-Id: <199706101214.FAA24814@freefall.freebsd.org> To: jfitz@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jfitz@FreeBSD.ORG Subject: Re: ports/3833 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port p5-Compiler (perl compiler) Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: jfitz Responsible-Changed-When: Tue Jun 10 05:14:27 PDT 1997 Responsible-Changed-Why: I'll import this. From owner-freebsd-ports Tue Jun 10 08:42:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA11678 for ports-outgoing; Tue, 10 Jun 1997 08:42:36 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA11660 for ; Tue, 10 Jun 1997 08:41:53 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by bourbon.sfc.wide.ad.jp (8.8.5/3.5Wpl104/21/97) with ESMTP id AAA02876; Wed, 11 Jun 1997 00:41:01 +0900 (JST) Message-Id: <199706101541.AAA02876@bourbon.sfc.wide.ad.jp> To: freebsd-ports@freebsd.org Cc: max@wide.ad.jp Subject: need help on building shared lib From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 11 Jun 1997 00:41:01 +0900 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm trying to upgrade the port of libwww. The static library archive can be built without much problem, but I have some trouble with shared library. When you do make, it seems that shared library, too, is created fine, but if you try to use it, i.e., compile and run some program uses it, there obviously are some problems. As far as I could find out, there are some missing symbols from libwww.so.5.1 although those symbols exist in *.so files. Maybe the flags I'm giving to ld or cc are wrong? If anyone could spare some time on this, please get the port and test it. It's available from: http://www.freebsd.org/~max/test/libwww-5.1b-port.tar.gz Thanks, Max ----------------------------------------------------------------------- Masafumi NAKANE, Keio Univ., Dept. of Environmental Information E-Mail : max@wide.ad.jp / max@FreeBSD.ORG [URL] : http://www.sfc.wide.ad.jp/~max/ From owner-freebsd-ports Tue Jun 10 09:44:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA15600 for ports-outgoing; Tue, 10 Jun 1997 09:44:17 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA15594; Tue, 10 Jun 1997 09:44:14 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by agora.rdrop.com (8.8.5/8.8.5) with SMTP id JAA18366; Tue, 10 Jun 1997 09:44:12 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <19443(6)>; Tue, 10 Jun 1997 09:31:25 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177489>; Tue, 10 Jun 1997 09:30:04 -0700 To: Satoshi Asami cc: andy@icc.surw.chel.su, freebsd-ports@freebsd.org Subject: Re: ports/3765 In-reply-to: Your message of "Tue, 10 Jun 97 02:14:46 PDT." <199706100914.CAA17845@freefall.freebsd.org> Date: Tue, 10 Jun 1997 09:29:51 PDT From: Bill Fenner Message-Id: <97Jun10.093004pdt.177489@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: >/usr/include/net/if_tun.h:35: field `tun_if' has incomplete type #if __FreeBSD_version >= 300000 #include #endif Bill From owner-freebsd-ports Tue Jun 10 11:43:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA23133 for ports-outgoing; Tue, 10 Jun 1997 11:43:43 -0700 (PDT) Received: from cais.cais.com (root@cais.com [199.0.216.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA23127 for ; Tue, 10 Jun 1997 11:43:38 -0700 (PDT) Received: from earth.mat.net (root@earth.mat.net [205.252.122.1]) by cais.cais.com (8.8.5/) with SMTP id OAA02500 for ; Tue, 10 Jun 1997 14:43:29 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [205.252.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id OAA05964 for ; Tue, 10 Jun 1997 14:43:28 -0400 Date: Tue, 10 Jun 1997 14:43:00 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: FreeBSD Ports Subject: cvs commit: ctj - Imported sources (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This commit looks awfully fishy to me. It's going into /usr/cvsroot/ctj? ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- ---------- Forwarded message ---------- Date: Tue, 10 Jun 1997 12:06:27 -0400 (EDT) From: "Christopher T. Johnson" To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-other@FreeBSD.ORG Subject: cvs commit: ctj - Imported sources cjohnson 1997/06/10 12:06:24 EDT ctj - Imported sources Update of /usr/cvsroot/ctj In directory neunacht.netgsi.com:/usr/homes/cjohnson/src/gif-x Revision/Branch: 1.1.1 Log Message: This is gif-x, greatly modified for chris's purposes Obtained from: Mike and Lee Status: Vendor Tag: gif-x Release Tags: initial N ctj/application.c N ctj/dpy.c N ctj/gif.c N ctj/gr_control.c N ctj/image.c N ctj/lzw.c N ctj/main.c N ctj/plain_text.c N ctj/show_ctable.c N ctj/gif.h N ctj/Makefile I ctj/application.o I ctj/gr_control.o I ctj/image.o I ctj/plain_text.o I ctj/lzw.o I ctj/show_ctable.o I ctj/gif.o I ctj/main.o I ctj/dpy.o I ctj/tags I ctj/md5c.o N ctj/md5c.c N ctj/md5.h N ctj/global.h N ctj/debug.out N ctj/test N ctj/gif-x.dmp N ctj/gif-x.core No conflicts created by this import From owner-freebsd-ports Tue Jun 10 17:52:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA17333 for ports-outgoing; Tue, 10 Jun 1997 17:52:53 -0700 (PDT) Received: from rayearth.rim.or.jp (uucp@rayearth.rim.or.jp [202.247.130.242]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA17319 for ; Tue, 10 Jun 1997 17:52:36 -0700 (PDT) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id JAA04607; Wed, 11 Jun 1997 09:52:28 +0900 (JST) Received: from tky007.tth.expo96.ad.jp (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.5/3.4W4-SMTP) with ESMTP id JAA16893; Wed, 11 Jun 1997 09:24:30 +0900 (JST) Message-Id: <199706110024.JAA16893@mail.aslm.rim.or.jp> To: freebsd-ports@FreeBSD.ORG, jseger@freebsd.scds.com Cc: max@wide.ad.jp Subject: Re: ports/3484 libwww is out of date From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 11 Jun 1997 09:24:27 +0900 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I just created a new port of it for version 5.1b, the latest. > Here's the diff. Actually, I've been trying to do this. The static library builds fine with this patch (which is almost the same as what I've created), but there still needs some work for shared library. Since shared library isn't supported in the original distribution, you may think it's not necessary to do that. However, current libwww port in our collection installs shared library, so we need to provide new version with shared lib as well. Otherwise, people who have been using some programs that are dynamically linked with libwww needs to recompile their programs if they update the libwww port. As I wrote in the other message, current port files that I'm working on (which still has shared lib problem) is available from http://www.freebsd.org/~max/test/libwww-5.1b-port.tar.gz. If you, or anyone reading this, could figure out what I'm doing wrong, I'll be more than grateful. Cheers, Max ----------------------------------------------------------------------- Masafumi NAKANE, Keio Univ., Dept. of Environmental Information E-Mail : max@wide.ad.jp / max@FreeBSD.ORG [URL] : http://www.sfc.wide.ad.jp/~max/ From owner-freebsd-ports Tue Jun 10 18:46:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA20434 for ports-outgoing; Tue, 10 Jun 1997 18:46:18 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA20424; Tue, 10 Jun 1997 18:46:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lsd.relcom.eu.net (8.8.5/8.8.5) with SMTP id FAA23755; Wed, 11 Jun 1997 05:46:05 +0400 (MSD) Date: Wed, 11 Jun 1997 05:46:04 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: ports@freebsd.org, jmz@freebsd.org Subject: XFree86-3.3 -current installation error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I got this bug (-current) when say 'make install', please fix. Maybe this info is needed: when it asks for Xservers compiled, I answer yes only for S3 and S3V servers and disable others. [skipped] install in programs/xwud done installing in programs/Xserver... making all in programs/Xserver/include... [skipped] making all in programs/Xserver/hw/xfree86/common... making all in programs/Xserver/hw/xfree86/common_hw... making all in programs/Xserver/hw/xfree86/xaa... making all in programs/Xserver/hw/xfree86/xaa/xaavga256... rm -f xf86scrin.o cc -c -O2 -ansi -pedantic -Dasm=__asm -I.. -I../../../../../../programs/Xserver/hw/xfree86/common -I../../../../../../programs/Xserver/hw/xfree86/os-support -I../../../../../../programs/Xserver/hw/xfree86/common_hw -I../../vga256/vga -I../../../../../../programs/Xserver/cfb -I../../../../../../programs/Xserver/mfb -I../../../../../../programs/Xserver/mi -I../../../../../../programs/Xserver/include -I../../../../../../exports/include/X11 -I../../../../../../include/fonts -I../.. /../../../.. -I../../../../../../exports/include -DCSRG_BASED -DSHAPE -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DDPMSExtension -DPIXPRIV -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT -DPIXPRIV -DXFreeXDGA -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DPSZ=8 - DVGA256 xf86scrin.c In file included from xf86scrin.c:63: ../../vga256/vga/vga256.h:30: vgaFasm.h: No such file or directory *** Error code 1 Stop. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Tue Jun 10 19:10:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21430 for ports-outgoing; Tue, 10 Jun 1997 19:10:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21423; Tue, 10 Jun 1997 19:10:03 -0700 (PDT) Resent-Date: Tue, 10 Jun 1997 19:10:03 -0700 (PDT) Resent-Message-Id: <199706110210.TAA21423@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21276; Tue, 10 Jun 1997 19:07:16 -0700 (PDT) Message-Id: <199706110207.TAA21276@hub.freebsd.org> Date: Tue, 10 Jun 1997 19:07:16 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3840: Fixed port: xcubes Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3840 >Category: ports >Synopsis: Fixed port: xcubes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 19:10:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have fixed the xcubes port to follow its latest version. Xcubes is the puzzle game for X. Yukihiro Nakai -------------- diff -ruN xcubes.orig/Makefile xcubes/Makefile --- xcubes.orig/Makefile Wed Jun 11 11:02:53 1997 +++ xcubes/Makefile Mon Jun 2 22:52:48 1997 @@ -1,5 +1,5 @@ # New ports collection makefile for: xcubes -# Version required: V5.3 +# Version required: V5.4.1 # Date created: 12 October 1996 # Whom: Yukihiro Nakai # @@ -7,18 +7,18 @@ # DISTNAME= xcubes -PKGNAME= xcubes-5.3 +PKGNAME= xcubes-5.4.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games/puzzles +MASTER_SITE_SUBDIR= games/xpuzzles +DISTFILES= xcubes-5.4.1.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp USE_IMAKE= yes post-install: - @chmod 755 ${PREFIX}/bin/xcubes - @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xcubes + @${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes .include diff -ruN xcubes.orig/files/md5 xcubes/files/md5 --- xcubes.orig/files/md5 Wed Jun 11 11:02:53 1997 +++ xcubes/files/md5 Mon Jun 2 22:51:03 1997 @@ -1 +1 @@ -MD5 (xcubes.tar.gz) = f90e959f916a2bd17f7e032977d44775 +MD5 (xcubes-5.4.1.tar.gz) = 47299f489cca87b7be8df341ec431c0e >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jun 10 19:20:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21930 for ports-outgoing; Tue, 10 Jun 1997 19:20:11 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21884; Tue, 10 Jun 1997 19:20:05 -0700 (PDT) Resent-Date: Tue, 10 Jun 1997 19:20:05 -0700 (PDT) Resent-Message-Id: <199706110220.TAA21884@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21558; Tue, 10 Jun 1997 19:11:46 -0700 (PDT) Message-Id: <199706110211.TAA21558@hub.freebsd.org> Date: Tue, 10 Jun 1997 19:11:46 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3841: Fixed port: xdino Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3841 >Category: ports >Synopsis: Fixed port: xdino >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 19:20:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have fixed the xdino port to follow its latest version. Xdino is a puzzle game for X. Yukihiro Nakai ----------CUT HERE-----CUT HERE------ diff -ruN xdino.orig/Makefile xdino/Makefile --- xdino.orig/Makefile Wed Jun 11 11:08:09 1997 +++ xdino/Makefile Mon Jun 2 22:57:38 1997 @@ -1,5 +1,5 @@ # New ports collection makefile for: xdino -# Version required: V5.3 +# Version required: 5.4.1 # Date created: 12 October 1996 # Whom: Yukihiro Nakai # @@ -7,18 +7,18 @@ # DISTNAME= xdino -PKGNAME= xdino-5.3 +PKGNAME= xdino-5.4.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games/puzzles +MASTER_SITE_SUBDIR= games/xpuzzles +DISTFILES= xdino-5.4.1.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp USE_IMAKE= yes post-install: - @chmod 755 ${PREFIX}/bin/xdino - @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xdino + @${INSTALL_PROGRAM} ${WRKSRC}/xdino ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino .include diff -ruN xdino.orig/files/md5 xdino/files/md5 --- xdino.orig/files/md5 Wed Jun 11 11:08:08 1997 +++ xdino/files/md5 Mon Jun 2 22:57:43 1997 @@ -1 +1 @@ -MD5 (xdino.tar.gz) = b2c9bcffabdc650104c1f0f65445f1bc +MD5 (xdino-5.4.1.tar.gz) = 5c5c6caadebc3d3a166fac540cd03551 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jun 10 19:20:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21950 for ports-outgoing; Tue, 10 Jun 1997 19:20:16 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21927; Tue, 10 Jun 1997 19:20:08 -0700 (PDT) Resent-Date: Tue, 10 Jun 1997 19:20:08 -0700 (PDT) Resent-Message-Id: <199706110220.TAA21927@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21665; Tue, 10 Jun 1997 19:14:46 -0700 (PDT) Message-Id: <199706110214.TAA21665@hub.freebsd.org> Date: Tue, 10 Jun 1997 19:14:46 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3842: Fixed port: xrubik Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3842 >Category: ports >Synopsis: Fixed port: xrubik >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 19:20:06 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have fixed the xrubik port to follow its latest version. Xrubik is a X puzzle game. Yukihiro Nakai -----CUT HERE----CUT HERE---- diff -ruN xrubik.orig/Makefile xrubik/Makefile --- xrubik.orig/Makefile Wed Jun 11 11:12:21 1997 +++ xrubik/Makefile Mon Jun 2 22:54:17 1997 @@ -1,5 +1,5 @@ # New ports collection makefile for: xrubik -# Version required: 5.3.2 +# Version required: 5.4.1 # Date created: 20 October 1996 # Whom: Yukihiro Nakai # @@ -7,18 +7,18 @@ # DISTNAME= xrubik -PKGNAME= xrubik-5.3.2 +PKGNAME= xrubik-5.4.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games/puzzles +MASTER_SITE_SUBDIR= games/xpuzzles +DISTFILES= xrubik-5.4.1.tar.gz MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp USE_IMAKE= yes post-install: - @chmod 755 ${PREFIX}/bin/xrubik - @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xrubik + ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik .include diff -ruN xrubik.orig/files/md5 xrubik/files/md5 --- xrubik.orig/files/md5 Wed Jun 11 11:12:21 1997 +++ xrubik/files/md5 Mon Jun 2 22:54:25 1997 @@ -1 +1 @@ -MD5 (xrubik.tar.gz) = e1d36062c416f21f332226cd85fd4209 +MD5 (xrubik-5.4.1.tar.gz) = 069a34f0156a723a61b2cce2604f501d >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jun 10 19:20:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21981 for ports-outgoing; Tue, 10 Jun 1997 19:20:24 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21951; Tue, 10 Jun 1997 19:20:15 -0700 (PDT) Resent-Date: Tue, 10 Jun 1997 19:20:15 -0700 (PDT) Resent-Message-Id: <199706110220.TAA21951@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21792; Tue, 10 Jun 1997 19:18:08 -0700 (PDT) Message-Id: <199706110218.TAA21792@hub.freebsd.org> Date: Tue, 10 Jun 1997 19:18:08 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3843: Fixed port: xtriangles Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3843 >Category: ports >Synopsis: Fixed port: xtriangles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 19:20:11 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have fixed xtriangles port to follow its latest version. Yukihiro Nakai -------CUT HERE-----CUT HERE-----CUT HERE----- diff -ruN xtriangles.orig/Makefile xtriangles/Makefile --- xtriangles.orig/Makefile Wed Jun 11 11:15:11 1997 +++ xtriangles/Makefile Mon Jun 2 22:59:57 1997 @@ -1,5 +1,5 @@ # New ports collection makefile for: xtriangles -# Version required: V5.3 +# Version required: 5.4.1 # Date created: 12 October 1996 # Whom: Yukihiro Nakai # @@ -7,18 +7,18 @@ # DISTNAME= xtriangles -PKGNAME= xtriangles-5.3 +PKGNAME= xtriangles-5.4.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games/puzzles +MASTER_SITE_SUBDIR= games/xpuzzles +DISTFILES= xtriangles-5.4.1.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp USE_IMAKE= yes post-install: - @chmod 755 ${PREFIX}/bin/xtriangles - @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xtriangles + @${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/Triangles.ad \ ${PREFIX}/lib/X11/app-defaults/Triangles diff -ruN xtriangles.orig/files/md5 xtriangles/files/md5 --- xtriangles.orig/files/md5 Wed Jun 11 11:15:11 1997 +++ xtriangles/files/md5 Mon Jun 2 23:00:00 1997 @@ -1 +1 @@ -MD5 (xtriangles.tar.gz) = 195f816861a6918c74e492a9a2a5b6f2 +MD5 (xtriangles-5.4.1.tar.gz) = 713518c9ee6d542b39f4cb8e13cdc350 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jun 10 19:52:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23631 for ports-outgoing; Tue, 10 Jun 1997 19:52:16 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA23625; Tue, 10 Jun 1997 19:52:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lsd.relcom.eu.net (8.8.5/8.8.5) with ESMTP id GAA00401; Wed, 11 Jun 1997 06:52:08 +0400 (MSD) Date: Wed, 11 Jun 1997 06:52:08 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: ports@FreeBSD.ORG, jmz@FreeBSD.ORG Subject: Re: XFree86-3.3 -current installation error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Jun 1997, áÎÄÒÅÊ þÅÒÎÏ× wrote: > In file included from xf86scrin.c:63: > ../../vga256/vga/vga256.h:30: vgaFasm.h: No such file or directory > *** Error code 1 > > Stop. As my log says, I also got this error several times at build procedure, but it is not fatal as for 'make install', it says (continuing) making all in programs/Xserver/hw/xfree86/xaa/xaavga256... rm -f xf86scrin.o cc -c -O2 -ansi -pedantic -Dasm=__asm -I.. -I../../../../../../programs/Xserver/hw/xfree86/common -I../../../../../../programs/Xserver/hw/xfree86/os-support -I../../../../../../programs/Xserver/hw/xfree86/common_hw -I../../vga256/vga -I../../../../../../programs/Xserver/cfb -I../../../../../../programs/Xserver/mfb -I../../../../../../programs/Xserver/mi -I../../../../../../programs/Xserver/include -I../../../../../../exports/include/X11 -I../../../../../../include/fonts -I../.. /../../../.. -I../../../../../../exports/include -DCSRG_BASED -DSHAPE -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DDPMSExtension -DPIXPRIV -DGCCUSESGAS -DSTATIC_COLOR -DAVOID_GLYPHBLT -DPIXPRIV -DXFreeXDGA -DNDEBUG -DFUNCPROTO=15 -DNARROWPROTO -DPSZ=8 - DVGA256 xf86scrin.c In file included from xf86scrin.c:63: ../../vga256/vga/vga256.h:30: vgaFasm.h: No such file or directory *** Error code 1 (continuing) -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Wed Jun 11 01:50:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA10837 for ports-outgoing; Wed, 11 Jun 1997 01:50:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA10831; Wed, 11 Jun 1997 01:50:04 -0700 (PDT) Resent-Date: Wed, 11 Jun 1997 01:50:04 -0700 (PDT) Resent-Message-Id: <199706110850.BAA10831@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mcj@acquiesce.org Received: from acquiesce.org (mcj@acquiesce.org [207.40.204.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA10439 for ; Wed, 11 Jun 1997 01:41:08 -0700 (PDT) Received: (from mcj@localhost) by acquiesce.org (8.8.5/8.8.5) id DAA07599; Wed, 11 Jun 1997 03:41:16 -0500 (CDT) Message-Id: <199706110841.DAA07599@acquiesce.org> Date: Wed, 11 Jun 1997 03:41:16 -0500 (CDT) From: Carey Jones Reply-To: mcj@acquiesce.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3847: slrn port update Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3847 >Category: ports >Synopsis: slrn port update >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 11 01:50:03 PDT 1997 >Last-Modified: >Originator: Carey Jones >Organization: Acquiescence >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: >How-To-Repeat: >Fix: Here's the diff to bring slrn up to date: diff -ruN slrn.bak/Makefile slrn/Makefile --- slrn.bak/Makefile Fri May 16 22:41:37 1997 +++ slrn/Makefile Wed Jun 11 02:53:49 1997 @@ -1,13 +1,13 @@ # New ports collection makefile for: slrn -# Version required: 0.9.3.2 -# Date created: 28 March 1997 +# Version required: 0.9.4.0 +# Date created: 11 June 1997 # Whom: Carey Jones # # $Id: Makefile,v 1.1.1.1 1997/05/17 03:41:37 max Exp $ # -DISTNAME= slrn0.9.3.2 -PKGNAME= slrn-0.9.3.2 +DISTNAME= slrn0.9.4.0 +PKGNAME= slrn-0.9.4.0 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/ \ diff -ruN slrn.bak/files/md5 slrn/files/md5 --- slrn.bak/files/md5 Fri May 16 22:41:37 1997 +++ slrn/files/md5 Wed Jun 11 02:59:16 1997 @@ -1 +1 @@ -MD5 (slrn0.9.3.2.tar.gz) = 321073666a0ec28db423f370c77e8f20 +MD5 (slrn0.9.4.0.tar.gz) = d8b8473e35ebc86c95fd777c4ea2ef02 diff -ruN slrn.bak/patches/patch-aa slrn/patches/patch-aa --- slrn.bak/patches/patch-aa Fri May 16 22:41:37 1997 +++ slrn/patches/patch-aa Wed Jun 11 03:17:04 1997 @@ -1,7 +1,6 @@ -diff -ur src.orig/slrnfeat.h src/slrnfeat.h ---- src.orig/slrnfeat.h Sun Mar 30 10:30:06 1997 -+++ src/slrnfeat.h Sun Mar 30 10:31:19 1997 -@@ -173,7 +173,7 @@ +--- src/slrnfeat.h.orig Sun Jun 8 12:12:43 1997 ++++ src/slrnfeat.h Wed Jun 11 03:13:52 1997 +@@ -193,7 +193,7 @@ # define SLRN_ARTICLE_FILENAME ".article" # define SLRN_FOLLOWUP_FILENAME ".followup" # define SLRN_SIGNATURE_FILE ".signature" >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jun 11 04:19:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA16924 for ports-outgoing; Wed, 11 Jun 1997 04:19:15 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca14-14.ix.netcom.com [204.32.168.78]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA16918; Wed, 11 Jun 1997 04:19:12 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id EAA25185; Wed, 11 Jun 1997 04:19:08 -0700 (PDT) Date: Wed, 11 Jun 1997 04:19:08 -0700 (PDT) Message-Id: <199706111119.EAA25185@silvia.HIP.Berkeley.EDU> To: jmz@freebsd.org, ports@freebsd.org Subject: xview-lib port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After upgrading to 3.3, I get this: === + ln -s ../../.././lib/pixrect/rasterfile.h . including in ./images... "Makefile", line 753: Inconsistent operator for all Fatal errors encountered -- cannot continue *** Error code 1 Stop. === This is line 753: === all: $(SRCS) === Does anyone know what's up? Satoshi From owner-freebsd-ports Wed Jun 11 05:22:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA19425 for ports-outgoing; Wed, 11 Jun 1997 05:22:58 -0700 (PDT) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA19399 for ; Wed, 11 Jun 1997 05:22:28 -0700 (PDT) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA21164; Wed, 11 Jun 97 14:04:13 +0100 Date: Wed, 11 Jun 97 14:04:13 +0100 Message-Id: <9706111304.AA21164@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: ache@nagual.pp.ru Cc: ports@freebsd.org In-Reply-To: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Wed, 11 Jun 1997 06:52:08 +0400 (MSD)) Subject: Re: XFree86-3.3 -current installation error X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > On Wed, 11 Jun 1997, aNDREJ ~ERNOW wrote: >> In file included from xf86scrin.c:63: >> ../../vga256/vga/vga256.h:30: vgaFasm.h: No such file or directory >> *** Error code 1 >> >> Stop. > As my log says, I also got this error several times at build procedure, > but it is not fatal as for 'make install', it says (continuing) But does it build the servers you asked? I tried with the SVGA+S3 and with all servers and they were installed (unfortunately I removed the compile logs). Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Wed Jun 11 06:31:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA23096 for ports-outgoing; Wed, 11 Jun 1997 06:31:42 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA23086 for ; Wed, 11 Jun 1997 06:31:37 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id WAA08540; Tue, 10 Jun 1997 22:15:41 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.5/8.8.5) id WAA00686; Tue, 10 Jun 1997 22:02:38 +0200 (CEST) Message-ID: <19970610220238.51759@klemm.gtn.com> Date: Tue, 10 Jun 1997 22:02:38 +0200 From: Andreas Klemm To: "Brian N. Handy" Cc: ports@freebsd.org Subject: Re: Ghostscript5? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 In-Reply-To: ; from Brian N. Handy on Tue, Jun 10, 1997 at 09:23:33AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, Jun 10, 1997 at 09:23:33AM -0700, Brian N. Handy wrote: > Hi Andreas, > > I just noticed that ghostscript5 has been released, and I'd like to fiddle > with it some. Are you going to be able to upgrade the port at some time > in the near future? I may be able to try this eventually but I'm pretty > slow at this stuff and I think you're much more familiar with gs than I am > anyway. > > Just wondering. If you don't have time I may fiddle with it over my > evenings and this weekend. If you're on top of it, I'll get it off my > plate now!!! > > Thanks, Let's see, am about doing the port as ghostscript5. Andreas /// -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Wed Jun 11 08:43:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA00581 for ports-outgoing; Wed, 11 Jun 1997 08:43:15 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA00575 for ; Wed, 11 Jun 1997 08:43:12 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.5/8.8.5) with ESMTP id IAA13651; Wed, 11 Jun 1997 08:43:08 -0700 (PDT) Message-Id: <199706111543.IAA13651@austin.polstra.com> To: chuckr@glue.umd.edu Subject: Re: cvs commit: ctj - Imported sources (fwd) Newsgroups: polstra.freebsd.ports In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: ports@freebsd.org Date: Wed, 11 Jun 1997 08:43:08 -0700 From: John Polstra Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > This commit looks awfully fishy to me. It's going into /usr/cvsroot/ctj? > [...] > ---------- Forwarded message ---------- > Date: Tue, 10 Jun 1997 12:06:27 -0400 (EDT) > From: "Christopher T. Johnson" > To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-other@FreeBSD.ORG > Subject: cvs commit: ctj - Imported sources > > cjohnson 1997/06/10 12:06:24 EDT > > ctj - Imported sources > Update of /usr/cvsroot/ctj > In directory neunacht.netgsi.com:/usr/homes/cjohnson/src/gif-x It was a local commit on the guy's own machine. He was committing into his FreeBSD repository, and the FreeBSD-specific scripts in his $CVSROOT/CVSROOT caused the mail to be blurted out to our mailing lists <*sigh*>. It's been happening a lot lately. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-ports Wed Jun 11 10:59:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA07167 for ports-outgoing; Wed, 11 Jun 1997 10:59:05 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA07162 for ; Wed, 11 Jun 1997 10:58:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lsd.relcom.eu.net (8.8.5/8.8.5) with SMTP id VAA07495; Wed, 11 Jun 1997 21:58:37 +0400 (MSD) Date: Wed, 11 Jun 1997 21:58:35 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net Reply-To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Jean-Marc Zucconi cc: ports@FreeBSD.ORG Subject: Re: XFree86-3.3 -current installation error In-Reply-To: <9706111304.AA21164@cabri.obs-besancon.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Jun 1997, Jean-Marc Zucconi wrote: > But does it build the servers you asked? I tried with the SVGA+S3 and > with all servers and they were installed (unfortunately I removed the > compile logs). I just try to build SVGA+S3+S3V and it work (S3+S3V alone _not_ work), so it seems that SVGA building is mandatory. Please don't ask for SVGA in configure process or fix building instead. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Wed Jun 11 12:56:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA13938 for ports-outgoing; Wed, 11 Jun 1997 12:56:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA13907; Wed, 11 Jun 1997 12:56:13 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA06510; Wed, 11 Jun 1997 12:56:05 -0700 (PDT) Date: Wed, 11 Jun 1997 12:56:05 -0700 (PDT) Message-Id: <199706111956.MAA06510@freefall.freebsd.org> To: mcj@acquiesce.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3847 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: slrn port update State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Jun 11 12:55:26 PDT 1997 State-Changed-Why: Submitted update is applied. From owner-freebsd-ports Wed Jun 11 13:13:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA15064 for ports-outgoing; Wed, 11 Jun 1997 13:13:19 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA15058; Wed, 11 Jun 1997 13:13:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lsd.relcom.eu.net (8.8.5/8.8.5) with SMTP id AAA01708; Thu, 12 Jun 1997 00:12:54 +0400 (MSD) Date: Thu, 12 Jun 1997 00:12:54 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: jmz@freebsd.org cc: ports@freebsd.org Subject: XF3.3 & XF86Setup Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Also make up to install stage goes fine with (SVGA+S3+S3V), even with this variant XF86Setup not builded/installed I not include Extended input devices, but XF86Setup not sounds like Extended input device. And following files are missed too regarding to PLIST: tar: can't add file include/X11/extensions/XKBui.h : No such file or directory tar: can't add file lib/libxkbui.a : No such file or directory -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Wed Jun 11 13:55:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA17475 for ports-outgoing; Wed, 11 Jun 1997 13:55:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA17467; Wed, 11 Jun 1997 13:55:20 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA07166; Wed, 11 Jun 1997 13:55:11 -0700 (PDT) Date: Wed, 11 Jun 1997 13:55:11 -0700 (PDT) Message-Id: <199706112055.NAA07166@freefall.freebsd.org> To: candy@fct.kgc.co.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3823 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port (xipmsg-8087) State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Jun 11 13:54:39 PDT 1997 State-Changed-Why: The port is imported. From owner-freebsd-ports Wed Jun 11 15:30:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20890 for ports-outgoing; Wed, 11 Jun 1997 15:30:32 -0700 (PDT) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA20883 for ; Wed, 11 Jun 1997 15:30:29 -0700 (PDT) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA02082; Thu, 12 Jun 97 00:30:27 +0100 Date: Thu, 12 Jun 97 00:30:27 +0100 Message-Id: <9706112330.AA02082@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: ache@nagual.pp.ru Cc: ports@freebsd.org In-Reply-To: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Thu, 12 Jun 1997 00:12:54 +0400 (MSD)) Subject: Re: XF3.3 & XF86Setup X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > Also make up to install stage goes fine with (SVGA+S3+S3V), > even with this variant XF86Setup not builded/installed > I not include Extended input devices, but XF86Setup not sounds like > Extended input device. Do you have libtk41.a in /usr/local/lib/ ? If not XF86Setup will be not compiled/installed. > And following files are missed too regarding to PLIST: > tar: can't add file include/X11/extensions/XKBui.h : No such file or directory > tar: can't add file lib/libxkbui.a : No such file or directory This may be normal if you don't choose all the extensions: PLIST supposes that you say 'Y' to all the questions in the configure stage. Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Wed Jun 11 15:51:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21962 for ports-outgoing; Wed, 11 Jun 1997 15:51:30 -0700 (PDT) Received: from umunhum.swiftmedia.com (umunhum.swiftmedia.com [198.211.38.143]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21957 for ; Wed, 11 Jun 1997 15:51:28 -0700 (PDT) Received: from pc-r101.CagEnt.com (pc-r101 [198.211.38.101]) by umunhum.swiftmedia.com (8.8.5/8.8.5) with ESMTP id PAA20385 for ; Wed, 11 Jun 1997 15:50:57 -0700 (PDT) Message-ID: <339F2C51.76F49187@cagent.com> Date: Wed, 11 Jun 1997 15:53:05 -0700 From: Phil Burk X-Mailer: Mozilla 4.0b5 [en] (Win95; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: JDK 1.0.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I tried to download the JDK 1.0.2 for FreeBSD from: http://www.freebsd.org/ports/lang.html#jdk-1.0.2 Netscape tells me that the server is down so I can't do the download. Is there another source for this? Thanks, Phil Burk From owner-freebsd-ports Wed Jun 11 17:31:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA25501 for ports-outgoing; Wed, 11 Jun 1997 17:31:35 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA25495 for ; Wed, 11 Jun 1997 17:31:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lsd.relcom.eu.net (8.8.5/8.8.5) with SMTP id EAA13345; Thu, 12 Jun 1997 04:31:19 +0400 (MSD) Date: Thu, 12 Jun 1997 04:31:18 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Jean-Marc Zucconi cc: ports@FreeBSD.ORG Subject: Re: XF3.3 & XF86Setup In-Reply-To: <9706112330.AA02082@cabri.obs-besancon.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 12 Jun 1997, Jean-Marc Zucconi wrote: > >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > > > Also make up to install stage goes fine with (SVGA+S3+S3V), > > even with this variant XF86Setup not builded/installed > > Do you have libtk41.a in /usr/local/lib/ ? If not XF86Setup will be > not compiled/installed. No, I not have libtk. Why not use DEPENDS on tk port here? tk occopes much less space then XFree86 itself, so it will be very small bloat to depends on it. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Wed Jun 11 17:52:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA26535 for ports-outgoing; Wed, 11 Jun 1997 17:52:58 -0700 (PDT) Received: from server1.mktsys.com ([208.209.28.18]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA26527 for ; Wed, 11 Jun 1997 17:52:54 -0700 (PDT) Received: from paulv.idsite.com (paulv.idsite.com [208.209.28.130]) by server1.mktsys.com (NTMail 3.02.11) with ESMTP id da005359 for ; Wed, 11 Jun 1997 20:33:57 +0600 Message-ID: <339F481F.3FF2@idsite.com> Date: Wed, 11 Jun 1997 20:51:44 -0400 From: Paul Vonseckendorff X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: Samba always read only Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Problem: When I connect to a Samba share I can browse the share, but not make any changes or add a file Process: Brand new install using the CD-ROM 2.2.1 Set up Samba at install time Global Parameters (reported by testparm) read only: no guest ok: yes Auto start Samba /usr/local/sbin/smbd added to 3 lines from the end of the rc Hardware: P-120, 2 GB HDD, 64 MB RAM, CD-ROM Thank you From owner-freebsd-ports Wed Jun 11 20:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02146 for ports-outgoing; Wed, 11 Jun 1997 20:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02129; Wed, 11 Jun 1997 20:10:01 -0700 (PDT) Resent-Date: Wed, 11 Jun 1997 20:10:01 -0700 (PDT) Resent-Message-Id: <199706120310.UAA02129@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jseger@freebsd.scds.com Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01829 for ; Wed, 11 Jun 1997 20:00:07 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.5/8.7.3) id WAA25216; Wed, 11 Jun 1997 22:06:58 -0400 (EDT) Message-Id: <199706120206.WAA25216@freebsd.scds.com> Date: Wed, 11 Jun 1997 22:06:58 -0400 (EDT) From: "Justin M. Seger" Reply-To: jseger@freebsd.scds.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3851: x11/tk41 won't compile Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3851 >Category: ports >Synopsis: x11/tk41 won't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 11 20:10:00 PDT 1997 >Last-Modified: >Originator: Justin M. Seger >Organization: Seger Consutling adn Development Services >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: When compiling tkAppInit.c : In file included from ./tkAppInit.c:16: ../generic/tk.h:32: X11/Xlib.h: No such file or directory This is followed by many errors >How-To-Repeat: cd /usr/ports/x11/tk41 make >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jun 11 20:41:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03995 for ports-outgoing; Wed, 11 Jun 1997 20:41:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA03986; Wed, 11 Jun 1997 20:41:05 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA08881; Wed, 11 Jun 1997 20:40:54 -0700 (PDT) Date: Wed, 11 Jun 1997 20:40:54 -0700 (PDT) Message-Id: <199706120340.UAA08881@freefall.freebsd.org> To: jseger@freebsd.scds.com, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3851 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: x11/tk41 won't compile State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Jun 11 20:33:00 PDT 1997 State-Changed-Why: You have deleted way too much for the PR to be of any use at all. How in the world are we supposed to debug a "missing include file" problem without even the cc command line??? Also, there are many things you can do before you send in a report like this. Say, is the Xlib.h file in /usr/X11R6/include/X11? What did configure say about the X include files? Did configure complain about anything? Besides, you didn't even say what your X version is. Sorry for being harsh, but for a person as experienced as you are, I expect much more. From owner-freebsd-ports Wed Jun 11 20:43:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA04060 for ports-outgoing; Wed, 11 Jun 1997 20:43:45 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA04052 for ; Wed, 11 Jun 1997 20:43:42 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA27502; Wed, 11 Jun 1997 20:43:39 -0700 (PDT) Date: Wed, 11 Jun 1997 20:43:39 -0700 (PDT) Message-Id: <199706120343.UAA27502@silvia.HIP.Berkeley.EDU> To: jseger@freebsd.scds.com, freebsd-ports@FreeBSD.org In-reply-to: <199706120340.UAA08881@freefall.freebsd.org> (message from Satoshi Asami on Wed, 11 Jun 1997 20:40:54 -0700 (PDT)) Subject: Re: ports/3851 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk By the way, I tested it here (XFree86-3.3 from ports), it compiled fine. Satoshi From owner-freebsd-ports Wed Jun 11 21:00:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA05208 for ports-outgoing; Wed, 11 Jun 1997 21:00:32 -0700 (PDT) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA05199 for ; Wed, 11 Jun 1997 21:00:26 -0700 (PDT) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA03266; Thu, 12 Jun 97 05:06:56 +0100 Date: Thu, 12 Jun 97 05:06:56 +0100 Message-Id: <9706120406.AA03266@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: ache@nagual.pp.ru Cc: ports@freebsd.org In-Reply-To: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Thu, 12 Jun 1997 04:31:18 +0400 (MSD)) Subject: Re: XF3.3 & XF86Setup X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > On Thu, 12 Jun 1997, Jean-Marc Zucconi wrote: >> >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: >> >> > Also make up to install stage goes fine with (SVGA+S3+S3V), >> > even with this variant XF86Setup not builded/installed >> >> Do you have libtk41.a in /usr/local/lib/ ? If not XF86Setup will be >> not compiled/installed. > No, I not have libtk. Why not use DEPENDS on tk port here? tk occopes > much less space then XFree86 itself, so it will be very small bloat to > depends on it. DEPENDS will not work if you install X11 from scratch. Too bad that tk is not part of the X11 distribution! Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Wed Jun 11 21:16:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06229 for ports-outgoing; Wed, 11 Jun 1997 21:16:09 -0700 (PDT) Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06222; Wed, 11 Jun 1997 21:16:04 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.5/8.7.3) id XAA29634; Wed, 11 Jun 1997 23:24:45 -0400 (EDT) Date: Wed, 11 Jun 1997 23:24:45 -0400 (EDT) From: "Justin M. Seger" Message-Id: <199706120324.XAA29634@freebsd.scds.com> To: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jseger@freebsd.scds.com Subject: Re: ports/3851 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sorry. I don't have X installed yet. I read something in a message earlier today saying that tk41 was required to build some part of XFree86 3.3. I saw that theparticular header file, Xlib.h is in the work/tk4.1/xlib/X11 directory, so I figured that it should be picked up from there. I couldn't figure out how to getthe Makefile.in pickup that change without overwriting the @XINCLUDES@ part of the Makefile.in and I figured that that was an important part. Sorry for not being more clear. Also I don't have a lot of experience with X, or configure. At least not much below the normal user level. Thanks, -Justin Seger- From owner-freebsd-ports Wed Jun 11 21:17:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06305 for ports-outgoing; Wed, 11 Jun 1997 21:17:35 -0700 (PDT) Received: from firemail90.computershoppe.com (firemail90.computershoppe.com [207.101.80.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06290 for ; Wed, 11 Jun 1997 21:17:27 -0700 (PDT) Received: from cgibson.computershoppe.com (ppp-0015.computershoppe.com [207.101.80.24]) by firemail90.computershoppe.com (Post.Office MTA v3.1 release PO203a ID# 0-33258U250L100S10000) with ESMTP id AAA111 for ; Wed, 11 Jun 1997 23:19:31 -0500 From: cgibson@computershoppe.com (Chuck Gibson) To: Subject: FreeBSD symlinks Date: Wed, 11 Jun 1997 23:17:30 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <19970612041926828.AAA111@cgibson.computershoppe.com> Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I finally got it to boot but I think I broken symlinks. Any easy way to repair them? ie: man can't find man.conf file. Thank You Chuck Gibson From owner-freebsd-ports Wed Jun 11 21:22:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06612 for ports-outgoing; Wed, 11 Jun 1997 21:22:53 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06607 for ; Wed, 11 Jun 1997 21:22:47 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA28900; Wed, 11 Jun 1997 21:22:32 -0700 (PDT) Date: Wed, 11 Jun 1997 21:22:32 -0700 (PDT) Message-Id: <199706120422.VAA28900@silvia.HIP.Berkeley.EDU> To: jseger@freebsd.scds.com CC: freebsd-ports@FreeBSD.ORG, jseger@freebsd.scds.com In-reply-to: <199706120324.XAA29634@freebsd.scds.com> (jseger@freebsd.scds.com) Subject: Re: ports/3851 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Sorry. I don't have X installed yet. I read something in a message * earlier today saying that tk41 was required to build some part of * XFree86 3.3. I saw that theparticular header file, Xlib.h is in * the work/tk4.1/xlib/X11 directory, so I figured that it should be * picked up from there. I couldn't figure out how to getthe * Makefile.in pickup that change without overwriting the @XINCLUDES@ * part of the Makefile.in and I figured that that was an important * part. Sorry for not being more clear. Also I don't have a lot of * experience with X, or configure. At least not much below the normal * user level. I see. That's interesting, I didn't know that tk41 comes with Xlib.h. But even with the header, you wouldn't be able to compile it without X installed, as === ## ldd /usr/local/bin/wish4.1 /usr/local/bin/wish4.1: -ltk41.1 => /usr/local/lib/libtk41.so.1.0 (0x801d000) -ltcl75.1 => /usr/lib/libtcl75.so.1.1 (0x80a3000) -lm.2 => /usr/lib/libm.so.2.0 (0x80db000) -lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x80f4000) -lc.3 => /usr/lib/libc.so.3.0 (0x81aa000) === (now please don't come back telling me you found libX11.a lying around in your tk41 dir :) I'm afraid you have sort of a chicken and egg problem here. If you want to do everything by ports, you will need to build X first (without XF86Setup), then tk41, then X again (with XF86Setup). Of course you can use packages here and there to avoid building things twice, or build X piece-wise. Satoshi From owner-freebsd-ports Wed Jun 11 21:25:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06765 for ports-outgoing; Wed, 11 Jun 1997 21:25:11 -0700 (PDT) Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06758 for ; Wed, 11 Jun 1997 21:25:07 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.5/8.7.3) id XAA29686; Wed, 11 Jun 1997 23:33:46 -0400 (EDT) Date: Wed, 11 Jun 1997 23:33:46 -0400 (EDT) From: "Justin M. Seger" Message-Id: <199706120333.XAA29686@freebsd.scds.com> To: asami@cs.berkeley.edu, jseger@freebsd.scds.com Subject: Re: ports/3851 Cc: freebsd-ports@FreeBSD.ORG Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alright, thanks Satoshi. Sorry for the cryptic problem report. TTYL, -Justin Seger- From owner-freebsd-ports Wed Jun 11 21:43:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA07952 for ports-outgoing; Wed, 11 Jun 1997 21:43:24 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA07933; Wed, 11 Jun 1997 21:43:15 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA29007; Wed, 11 Jun 1997 21:42:55 -0700 (PDT) Date: Wed, 11 Jun 1997 21:42:55 -0700 (PDT) Message-Id: <199706120442.VAA29007@silvia.HIP.Berkeley.EDU> To: Lars_Koeller@odie.physik2.uni-rostock.de CC: ports@freebsd.org, jmz@freebsd.org Subject: xfaces From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Recent upgrade to XFree86-3.3 seemed to have changed the default pixmap directory of this port. I got it to compile and package, but: === Index: Makefile =================================================================== RCS file: /usr/cvs/ports/mail/xfaces/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1997/04/30 03:18:05 1.6 +++ Makefile 1997/06/12 04:38:14 @@ -28,6 +28,6 @@ pre-install: @${MKDIR} ${LOCALBASE}/share/sounds - @${MKDIR} ${X11BASE}/include/X11/pixmaps + @${MKDIR} ${X11BASE}/include/pixmaps .include Index: pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/mail/xfaces/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1996/12/14 22:33:03 1.1.1.1 +++ PLIST 1997/06/12 04:38:39 @@ -1,44 +1,44 @@ @cwd /usr/X11R6 lib/X11/app-defaults/XFaces -include/X11/pixmaps/andrew-shape.xpm -include/X11/pixmaps/andrew.xpm -include/X11/pixmaps/asterix.xpm -include/X11/pixmaps/backup-shape.xpm -include/X11/pixmaps/bart-shape.xpm -include/X11/pixmaps/bart.xpm -include/X11/pixmaps/bill-shape.xpm -include/X11/pixmaps/bill.xpm -include/X11/pixmaps/crab.xpm -include/X11/pixmaps/ctuna.xpm -include/X11/pixmaps/ddts.xpm -include/X11/pixmaps/dpanic-shape.xpm -include/X11/pixmaps/dpanic.xpm -include/X11/pixmaps/hobbes-shape.xpm -include/X11/pixmaps/hobbes.xpm -include/X11/pixmaps/lbolt-shape.xpm -include/X11/pixmaps/lbolt.xpm -include/X11/pixmaps/mailer-daemon.xpm -include/X11/pixmaps/news-shape.xpm -include/X11/pixmaps/nomail-shape.xpm -include/X11/pixmaps/nomail.xpm -include/X11/pixmaps/planet-shape.xpm -include/X11/pixmaps/planet.xpm -include/X11/pixmaps/root-shape.xpm -include/X11/pixmaps/root.xpm -include/X11/pixmaps/schoolbus.xpm -include/X11/pixmaps/sun-shape.xpm -include/X11/pixmaps/sun.xpm -include/X11/pixmaps/sunflash.xpm -include/X11/pixmaps/taz.xpm -include/X11/pixmaps/texas-shape.xpm -include/X11/pixmaps/texas.xpm -include/X11/pixmaps/unido-shape.xpm -include/X11/pixmaps/uucp-shape.xpm -include/X11/pixmaps/uucp.xpm -include/X11/pixmaps/window.xpm -include/X11/pixmaps/www-shape.xpm -include/X11/pixmaps/x.xpm -include/X11/pixmaps/xconq.xpm +include/pixmaps/andrew-shape.xpm +include/pixmaps/andrew.xpm +include/pixmaps/asterix.xpm +include/pixmaps/backup-shape.xpm +include/pixmaps/bart-shape.xpm +include/pixmaps/bart.xpm +include/pixmaps/bill-shape.xpm +include/pixmaps/bill.xpm +include/pixmaps/crab.xpm +include/pixmaps/ctuna.xpm +include/pixmaps/ddts.xpm +include/pixmaps/dpanic-shape.xpm +include/pixmaps/dpanic.xpm +include/pixmaps/hobbes-shape.xpm +include/pixmaps/hobbes.xpm +include/pixmaps/lbolt-shape.xpm +include/pixmaps/lbolt.xpm +include/pixmaps/mailer-daemon.xpm +include/pixmaps/news-shape.xpm +include/pixmaps/nomail-shape.xpm +include/pixmaps/nomail.xpm +include/pixmaps/planet-shape.xpm +include/pixmaps/planet.xpm +include/pixmaps/root-shape.xpm +include/pixmaps/root.xpm +include/pixmaps/schoolbus.xpm +include/pixmaps/sun-shape.xpm +include/pixmaps/sun.xpm +include/pixmaps/sunflash.xpm +include/pixmaps/taz.xpm +include/pixmaps/texas-shape.xpm +include/pixmaps/texas.xpm +include/pixmaps/unido-shape.xpm +include/pixmaps/uucp-shape.xpm +include/pixmaps/uucp.xpm +include/pixmaps/window.xpm +include/pixmaps/www-shape.xpm +include/pixmaps/x.xpm +include/pixmaps/xconq.xpm bin/xfaces man/man1/xfaces.1.gz @cwd /usr/local === This shouldn't be right. Do you have any idea what the real "fix" would be? ;) Satoshi From owner-freebsd-ports Wed Jun 11 21:55:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA08601 for ports-outgoing; Wed, 11 Jun 1997 21:55:33 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA08594; Wed, 11 Jun 1997 21:55:26 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA29050; Wed, 11 Jun 1997 21:55:22 -0700 (PDT) Date: Wed, 11 Jun 1997 21:55:22 -0700 (PDT) Message-Id: <199706120455.VAA29050@silvia.HIP.Berkeley.EDU> To: Lars_Koeller@odie.physik2.uni-rostock.de, ports@freebsd.org, jmz@freebsd.org In-reply-to: <199706120442.VAA29007@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu) Subject: Re: xfaces From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ignore the previous mail, I could fix it by changing the "InstallNonExec()" line in patch-ab. Satoshi From owner-freebsd-ports Wed Jun 11 22:13:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA09406 for ports-outgoing; Wed, 11 Jun 1997 22:13:49 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA09401 for ; Wed, 11 Jun 1997 22:13:44 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id WAA29160; Wed, 11 Jun 1997 22:13:16 -0700 (PDT) Date: Wed, 11 Jun 1997 22:13:16 -0700 (PDT) Message-Id: <199706120513.WAA29160@silvia.HIP.Berkeley.EDU> To: cgibson@computershoppe.com CC: freebsd-ports@FreeBSD.ORG In-reply-to: <19970612041926828.AAA111@cgibson.computershoppe.com> Subject: Re: FreeBSD symlinks From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I finally got it to boot but I think I broken symlinks. Any easy way to * repair them? * ie: man can't find man.conf file. This is a mailing list for the ports collection. Please ask -questions. Satoshi From owner-freebsd-ports Wed Jun 11 23:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA12571 for ports-outgoing; Wed, 11 Jun 1997 23:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA12565; Wed, 11 Jun 1997 23:50:02 -0700 (PDT) Resent-Date: Wed, 11 Jun 1997 23:50:02 -0700 (PDT) Resent-Message-Id: <199706120650.XAA12565@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, kiri@kiri.toba-cmt.ac.jp Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA12400 for ; Wed, 11 Jun 1997 23:46:29 -0700 (PDT) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id PAA18034; Thu, 12 Jun 1997 15:51:49 +0900 (JST) Message-Id: <199706120651.PAA18034@kiri.toba-cmt.ac.jp> Date: Thu, 12 Jun 1997 15:51:49 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3852: Update port(jp-man-doc-2.2.2):japanese/man-doc. Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3852 >Category: ports >Synopsis: Update port(jp-man-doc-2.2.2):japanese/man-doc. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Jun 11 23:50:01 PDT 1997 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: I've updated the port(jp-man-doc-2.2.2):japanese/man-doc. Current modifications is (1) Change Makefile in order to update DISTFILE. I put the diff from ports-current(japanese/man-doc) in "Fix:". >How-To-Repeat: >Fix: diff -aurN --exclude=CVS /usr/ports/current/ports/japanese/man-doc/Makefile ./Makefile --- /usr/ports/current/ports/japanese/man-doc/Makefile Tue May 20 17:36:01 1997 +++ ./Makefile Wed Jun 11 11:57:32 1997 @@ -1,22 +1,24 @@ # New ports collection makefile for: Japanese man documents -# Version required: 2.2.1 +# Version required: 2.2.2 # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko # # $Id: Makefile,v 1.5 1997/05/20 04:31:03 asami Exp $ # -DISTNAME= jp-man-doc-2.2.1 +DISTNAME= jp-man-doc-${VERSION} CATEGORIES= japanese MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ -DISTFILES= jpman-2.2.1a.tar.gz +DISTFILES= jpman-${VERSION}a.tar.gz MAINTAINER= kiri@kiri.toba-cmt.ac.jp RUN_DEPENDS= jman:${PORTSDIR}/japanese/man NO_BUILD= yes -JPMANDIR= jpman-2.2.1 + +VERSION= 2.2.2 +JPMANDIR= jpman-${VERSION} WRKSRC= ${WRKDIR}/${JPMANDIR} do-install: diff -aurN --exclude=CVS /usr/ports/current/ports/japanese/man-doc/files/md5 ./files/md5 --- /usr/ports/current/ports/japanese/man-doc/files/md5 Tue May 20 17:36:10 1997 +++ ./files/md5 Wed Jun 11 12:03:01 1997 @@ -1 +1 @@ -MD5 (jpman-2.2.1a.tar.gz) = 533e45517912f1adc322d72b87cf47a4 +MD5 (jpman-2.2.2a.tar.gz) = e6e45408eb5c0a82ed1f5e8cc1ae3a88 >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jun 12 04:36:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA23940 for ports-outgoing; Thu, 12 Jun 1997 04:36:20 -0700 (PDT) Received: from server1.mktsys.com ([208.209.28.18]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA23935 for ; Thu, 12 Jun 1997 04:36:18 -0700 (PDT) Received: from paulv.idsite.com (paulv.idsite.com [208.209.28.130]) by server1.mktsys.com (NTMail 3.02.11) with ESMTP id ja005365 for ; Thu, 12 Jun 1997 07:17:33 +0600 Message-ID: <339FDEF8.7434@idsite.com> Date: Thu, 12 Jun 1997 07:35:20 -0400 From: Paul Vonseckendorff X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: Re: Samba always read only References: <339F481F.3FF2@idsite.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I though the problem was with the port, I was WRONG. The problem was with the permisssions and not the port. Please ignore the previous post Paul Vonseckendorff wrote: > > Problem: > When I connect to a Samba share I can browse the share, but not make any > changes or add a file > > Process: > Brand new install using the CD-ROM 2.2.1 > Set up Samba at install time > > Global Parameters (reported by testparm) > read only: no > guest ok: yes > > Auto start Samba > /usr/local/sbin/smbd added to 3 lines from the end of the rc > > Hardware: > P-120, 2 GB HDD, 64 MB RAM, CD-ROM > > Thank you From owner-freebsd-ports Thu Jun 12 10:11:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA08246 for ports-outgoing; Thu, 12 Jun 1997 10:11:07 -0700 (PDT) Received: from nagual.pp.ru (ache.relcom.ru [194.58.229.133]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA08235; Thu, 12 Jun 1997 10:11:02 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.8.5/8.8.5) id VAA00666; Thu, 12 Jun 1997 21:10:58 +0400 (MSD) Date: Thu, 12 Jun 1997 21:10:55 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: jmz@freebsd.org, ports@freebsd.org Subject: tk41 not help for building of XF86Setup Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. I install tk41 port successfuly then re-build XF3.3, but _no_ XF86Setup was builded/installed, it seems that something more needed for it, could you check please and list all required componetns somewhere in port Makefile comment? -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Thu Jun 12 10:26:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA08951 for ports-outgoing; Thu, 12 Jun 1997 10:26:40 -0700 (PDT) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA08939 for ; Thu, 12 Jun 1997 10:26:32 -0700 (PDT) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA08526; Thu, 12 Jun 97 19:26:31 +0100 Date: Thu, 12 Jun 97 19:26:31 +0100 Message-Id: <9706121826.AA08526@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: ache@nagual.pp.ru Cc: ports@freebsd.org In-Reply-To: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Thu, 12 Jun 1997 21:10:55 +0400 (MSD)) Subject: Re: tk41 not help for building of XF86Setup X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > Hi. > I install tk41 port successfuly then re-build XF3.3, > but _no_ XF86Setup was builded/installed, it seems that something more > needed for it, could you check please and list all required componetns > somewhere in port Makefile comment? OK. However I think that you only need /usr/local/lib/libtk41.a. (the static lib) Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Thu Jun 12 11:47:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA13646 for ports-outgoing; Thu, 12 Jun 1997 11:47:36 -0700 (PDT) Received: from nagual.pp.ru (ache.relcom.ru [194.58.229.133]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA13640; Thu, 12 Jun 1997 11:47:29 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.8.5/8.8.5) id WAA00893; Thu, 12 Jun 1997 22:47:28 +0400 (MSD) Date: Thu, 12 Jun 1997 22:47:26 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: jmz@freebsd.org, ports@freebsd.org Subject: False alarm about tk4.1 and XF3.3 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry, I forget reconfigure XFree after I install tk4.1... Right now I do it and tcl/tk options appearse in .config file. This time I answer YES on all configure questions. After building/installing will be done, I'll send you missing package files list or success confirmation. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Thu Jun 12 12:01:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14360 for ports-outgoing; Thu, 12 Jun 1997 12:01:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14354; Thu, 12 Jun 1997 12:00:51 -0700 (PDT) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA13478; Thu, 12 Jun 1997 12:00:36 -0700 (PDT) Date: Thu, 12 Jun 1997 12:00:36 -0700 (PDT) Message-Id: <199706121900.MAA13478@freefall.freebsd.org> To: jdp@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: ports/3825 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: guavac Responsible-Changed-From-To: freebsd-ports->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Thu Jun 12 11:58:55 PDT 1997 Responsible-Changed-Why: He's not heavyeeeeeee, he's my brotherrrrrrr. From owner-freebsd-ports Thu Jun 12 13:37:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA19513 for ports-outgoing; Thu, 12 Jun 1997 13:37:45 -0700 (PDT) Received: from sigma.rdd.lmsc.lockheed.com (sigma.rdd.lmsc.lockheed.com [129.197.136.10]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA19507 for ; Thu, 12 Jun 1997 13:37:40 -0700 (PDT) Received: from sigma (localhost [127.0.0.1]) by sigma.rdd.lmsc.lockheed.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id NAA19241; Thu, 12 Jun 1997 13:51:19 -0700 Message-ID: <33A06147.446B@ricochet.net> Date: Thu, 12 Jun 1997 13:51:19 -0700 From: Dean Lundholm X-Mailer: Mozilla 2.0S (X11; I; IRIX 6.2 IP20) MIME-Version: 1.0 To: ports@FreeBSD.ORG CC: helpdesk@ibenet.it Subject: installing emacs X-URL: http://www.ibenet.it/FreeBSD/ports/editors.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk i am trying to install emacs from your ibenet site on IRIX from Silicon Graphics Unix 6.02.....is there anything special that needs to be done in order to make the executable? From owner-freebsd-ports Thu Jun 12 15:19:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA24161 for ports-outgoing; Thu, 12 Jun 1997 15:19:26 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA24154 for ; Thu, 12 Jun 1997 15:19:23 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA18310; Thu, 12 Jun 1997 15:18:18 -0700 Date: Thu, 12 Jun 1997 15:18:18 -0700 (PDT) From: "Brian N. Handy" To: ports@freebsd.org Subject: Undefined symbol `_cfree' Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi folks, I'm fiddling with the beta version of xfig and transfig, and I've jammed up against something in the new transfig. I'm wondering if one of you folks with more experience at this would recognize something like this error: cc -o fig2dev -m486 -O2 -L/usr/X11R6/lib fig2dev.o psfonts.o iso2tex.o arrow.o bound.o trans_spline.o free.o read.o read1_3.o latex_line.o getopt.c dev/libtransfig.a -L/usr/local/lib -ljpeg -L/usr/lib -lXpm -lX11 -lm free.o: Undefined symbol `_cfree' referenced from text segment *** Error code 1 This just seems to me like one of those errors where someone would say 'oh you need to #include somewhere...' but I'm not sure. If _cfree rings a bell for anyone, I'd like to know. Thanks, Brian From owner-freebsd-ports Thu Jun 12 16:19:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA26902 for ports-outgoing; Thu, 12 Jun 1997 16:19:45 -0700 (PDT) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA26895 for ; Thu, 12 Jun 1997 16:19:42 -0700 (PDT) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA31183; Thu, 12 Jun 1997 16:19:41 -0700 Date: Thu, 12 Jun 1997 16:19:41 -0700 (PDT) From: "Brian N. Handy" To: ports@FreeBSD.ORG Subject: Re: Undefined symbol `_cfree' In-Reply-To: Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > [in the fine tradition of responding to my own posts... :-)] >free.o: Undefined symbol `_cfree' referenced from text segment *** >Error code 1 I found it. I read the man page. s/cfree/free/. Worked great. Thanks anyway, Brian From owner-freebsd-ports Thu Jun 12 16:22:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA27054 for ports-outgoing; Thu, 12 Jun 1997 16:22:00 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA27048 for ; Thu, 12 Jun 1997 16:21:57 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.5/8.7.3) id QAA04885; Thu, 12 Jun 1997 16:21:34 -0700 (PDT) Date: Thu, 12 Jun 1997 16:21:34 -0700 (PDT) Message-Id: <199706122321.QAA04885@vader.cs.berkeley.edu> To: handy@sag.space.lockheed.com CC: ports@freebsd.org In-reply-to: (handy@sag.space.lockheed.com) Subject: Re: Undefined symbol `_cfree' From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * free.o: Undefined symbol `_cfree' referenced from text segment *** === >> man cfree CFREE(3) FreeBSD Library Functions Manual CFREE(3) NAME cfree - free up allocated memory : The cfree function considered obsolete. It is available from the compatibility library, libcompat. The cfree function is a synonym for free(3). : === Satoshi From owner-freebsd-ports Thu Jun 12 16:37:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA27651 for ports-outgoing; Thu, 12 Jun 1997 16:37:32 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA27643; Thu, 12 Jun 1997 16:37:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lsd.relcom.eu.net (8.8.5/8.8.5) with SMTP id DAA07149; Fri, 13 Jun 1997 03:37:17 +0400 (MSD) Date: Fri, 13 Jun 1997 03:37:17 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: jmz@freebsd.org cc: ports@freebsd.org Subject: Confirmation of succesfull packaging of XF3.3 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yes, after answering YES on all questions and installing tk41 port before XFree packaged OK. Please note somewhere in Makefile that tk41 port is needed and SVGA server compilation is mandatory. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Thu Jun 12 19:00:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA03449 for ports-outgoing; Thu, 12 Jun 1997 19:00:39 -0700 (PDT) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id TAA03444 for ; Thu, 12 Jun 1997 19:00:35 -0700 (PDT) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA10689; Fri, 13 Jun 97 03:08:49 +0100 Date: Fri, 13 Jun 97 03:08:49 +0100 Message-Id: <9706130208.AA10689@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: ache@nagual.pp.ru Cc: ports@freebsd.org In-Reply-To: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Fri, 13 Jun 1997 03:37:17 +0400 (MSD)) Subject: Re: Confirmation of succesfull packaging of XF3.3 X-Mailer: Emacs Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > Yes, after answering YES on all questions and installing tk41 port before > XFree packaged OK. > Please note somewhere in Makefile that tk41 port is needed I will add a note (in fact it is only needed if you want to build XF86Setup or if you want to 'make package' - the port builds/installs fine if you don't have tk) > and SVGA server compilation is mandatory. I will change the config script to force the SVGA compilation. Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-ports Thu Jun 12 19:44:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA05384 for ports-outgoing; Thu, 12 Jun 1997 19:44:43 -0700 (PDT) Received: from bbs.mpcs.com (hgoldste@bbs.mpcs.com [204.215.226.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA05369; Thu, 12 Jun 1997 19:44:37 -0700 (PDT) Received: (from hgoldste@localhost) by bbs.mpcs.com (8.8.5/8.8.5/MPCS) id WAA22270; Thu, 12 Jun 1997 22:44:30 -0400 Date: Thu, 12 Jun 1997 22:44:30 -0400 From: Howard Goldstein Message-Id: <199706130244.WAA22270@bbs.mpcs.com> To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: "===> mpd-1.0b3 is marked as broken: if_tun.h" means ?? Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK the subject is misleading, the meaning is pretty clear that the port or the kernel if for the port (mpd, multilink userland ppp a-la iij) is somehow broken. How can I find out who maintains this port, what the state of the fix might be, whether the maintainer is interested in working on it or would like some collaboration on setting the broken interface? (please cc: any reply to me as well as to the list - thanks) From owner-freebsd-ports Thu Jun 12 20:45:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA07648 for ports-outgoing; Thu, 12 Jun 1997 20:45:54 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-24.ix.netcom.com [204.31.231.56]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07628; Thu, 12 Jun 1997 20:45:47 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA01892; Thu, 12 Jun 1997 20:45:30 -0700 (PDT) Date: Thu, 12 Jun 1997 20:45:30 -0700 (PDT) Message-Id: <199706130345.UAA01892@silvia.HIP.Berkeley.EDU> To: hgoldste@bbs.mpcs.com CC: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG In-reply-to: <199706130244.WAA22270@bbs.mpcs.com> (message from Howard Goldstein on Thu, 12 Jun 1997 22:44:30 -0400) Subject: Re: "===> mpd-1.0b3 is marked as broken: if_tun.h" means ?? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * How can I find out who maintains this port, what the state of the fix * might be, whether the maintainer is interested in working on it or * would like some collaboration on setting the broken interface? === ## grep MAINTAINER /usr/ports/net/mpd/Makefile MAINTAINER= andy@icc.surw.chel.su === Bill Fenner told me that all we need to do is to include if __FreeBSD_version >= 300000 in some file. I don't have time to do this myself, if you can send me a patch that's great. Satoshi From owner-freebsd-ports Thu Jun 12 20:50:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA07846 for ports-outgoing; Thu, 12 Jun 1997 20:50:07 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-24.ix.netcom.com [204.31.231.56]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07841 for ; Thu, 12 Jun 1997 20:50:05 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id UAA01904; Thu, 12 Jun 1997 20:49:57 -0700 (PDT) Date: Thu, 12 Jun 1997 20:49:57 -0700 (PDT) Message-Id: <199706130349.UAA01904@silvia.HIP.Berkeley.EDU> To: hgoldste@bbs.mpcs.com CC: ports@freebsd.org Subject: this is spam (read content before deleting, it actually is not) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (forwarded to list so nobody else replies) What the hell is this??? Satoshi ------- From: nobody@bbs.mpcs.com Date: Thu, 12 Jun 1997 23:45:53 -0400 To: asami@vader.cs.berkeley.edu Subject: Re: "===> mpd-1.0b3 is marked as broken: if_tun.h" means ?? > * How can I find out who maintains this port, what the state of the fix > * might be, whether the maintainer is interested in working on it or > * would like some collaboration on setting the broken interface? >=== >## grep MAINTAINER /usr/ports/net/mpd/Makefile >MAINTAINER= andy@icc.surw.chel.su >=== >Bill Fenner told me that all we need to do is to include > if __FreeBSD_version >= 300000 in some file. I don't >have time to do this myself, if you can send me a patch that's great. >Satoshi **NOTICE** The above message was received but my automated script cannot tell if this is unwanted junk mail. If this was not junk mail and you need or expect a rapid reply, please resend with words 'this is spam' somewhere in the Subject: header and I'll see it sooner. If it was junk mail rest assured in my hoping your monitor explodes sending shards of glass into your reproductive organs, and by the time I get to your message I'll already be tweaked by a hundred other junk mails and in a fine mood to engage your sysadmin in a fruitful dialog. P.S. Dont reply to this message without fixing the To header hg ----- From owner-freebsd-ports Thu Jun 12 21:45:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA09994 for ports-outgoing; Thu, 12 Jun 1997 21:45:33 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA09988 for ; Thu, 12 Jun 1997 21:45:29 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17055(5)>; Thu, 12 Jun 1997 21:44:56 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177489>; Thu, 12 Jun 1997 21:44:51 -0700 To: asami@cs.berkeley.edu (Satoshi Asami) cc: hgoldste@bbs.mpcs.com, ports@freebsd.org Subject: Re: this is spam (read content before deleting, it actually is not) In-reply-to: Your message of "Thu, 12 Jun 97 20:49:57 PDT." <199706130349.UAA01904@silvia.HIP.Berkeley.EDU> Date: Thu, 12 Jun 1997 21:44:42 PDT From: Bill Fenner Message-Id: <97Jun12.214451pdt.177489@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk asami@cs.berkeley.edu (Satoshi Asami) wrote: >(forwarded to list so nobody else replies) >What the hell is this??? It's the lengths that some people go to to get rid of spam. Pretty unfriendly, when you ask people for help and then force them to prove that they're not spammers when they help you. Bill From owner-freebsd-ports Thu Jun 12 21:54:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA10439 for ports-outgoing; Thu, 12 Jun 1997 21:54:57 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-24.ix.netcom.com [204.31.231.56]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA10434 for ; Thu, 12 Jun 1997 21:54:55 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id VAA02056; Thu, 12 Jun 1997 21:54:48 -0700 (PDT) Date: Thu, 12 Jun 1997 21:54:48 -0700 (PDT) Message-Id: <199706130454.VAA02056@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: hgoldste@bbs.mpcs.com, ports@freebsd.org In-reply-to: <97Jun12.214451pdt.177489@crevenia.parc.xerox.com> (message from Bill Fenner on Thu, 12 Jun 1997 21:44:42 PDT) Subject: Re: this is spam (read content before deleting, it actually is not) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * It's the lengths that some people go to to get rid of spam. * Pretty unfriendly, when you ask people for help and then force * them to prove that they're not spammers when they help you. Maybe I should put his mail address on my spam list, huh? :) Satoshi P.S. He was actually *offering* help, but that's beside the point. ;) From owner-freebsd-ports Thu Jun 12 22:37:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA12276 for ports-outgoing; Thu, 12 Jun 1997 22:37:32 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA12269 for ; Thu, 12 Jun 1997 22:37:30 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id WAA03350; Thu, 12 Jun 1997 22:37:27 -0700 (PDT) To: asami@cs.berkeley.edu (Satoshi Asami) cc: hgoldste@bbs.mpcs.com, ports@FreeBSD.ORG Subject: Re: this is spam (read content before deleting, it actually is not) In-reply-to: Your message of "Thu, 12 Jun 1997 20:49:57 PDT." <199706130349.UAA01904@silvia.HIP.Berkeley.EDU> Date: Thu, 12 Jun 1997 22:37:27 -0700 Message-ID: <3346.866180247@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > (forwarded to list so nobody else replies) > What the hell is this??? Some people have broken filtering mechanisms and frequently spam people in turn with their own anti-spamming protection (when they could have simply tossed your "spam" in the bit-bucket). I consider such people the lowest of the low, subscribing to mailing lists and then spamming the posters in the name of "not spamming", and my general reaction is to simply kick them off the list in question and tell them NOT to rejoin. Jordan From owner-freebsd-ports Thu Jun 12 22:53:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA12921 for ports-outgoing; Thu, 12 Jun 1997 22:53:43 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca7-24.ix.netcom.com [204.31.231.56]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA12909 for ; Thu, 12 Jun 1997 22:53:40 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id WAA02340; Thu, 12 Jun 1997 22:53:28 -0700 (PDT) Date: Thu, 12 Jun 1997 22:53:28 -0700 (PDT) Message-Id: <199706130553.WAA02340@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: hgoldste@bbs.mpcs.com, ports@freebsd.org In-reply-to: <3346.866180247@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: this is spam (read content before deleting, it actually is not) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Some people have broken filtering mechanisms and frequently spam * people in turn with their own anti-spamming protection (when they * could have simply tossed your "spam" in the bit-bucket). Well, I knew that. Sorry if you took the question literally. (It was more in line of, "what the hell are you doing???" when your son is spraying milk on the hamster.... ;) * I consider such people the lowest of the low, subscribing to mailing * lists and then spamming the posters in the name of "not spamming", and * my general reaction is to simply kick them off the list in question * and tell them NOT to rejoin. He's not on the list, at least that's what he said. > (please cc: any reply to me as well as to the list - thanks) I'm sure he would have jmb pulling his hairs out if he were on any of our lists.... ;) Satoshi From owner-freebsd-ports Fri Jun 13 01:42:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA18495 for ports-outgoing; Fri, 13 Jun 1997 01:42:52 -0700 (PDT) Received: from desk.jhs.no_domain (slip139-92-4-241.mu.de.ibm.net [139.92.4.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA18478; Fri, 13 Jun 1997 01:42:31 -0700 (PDT) Received: from desk.jhs.no_domain (localhost [127.0.0.1]) by desk.jhs.no_domain (8.8.5/8.8.5) with ESMTP id WAA00761; Thu, 12 Jun 1997 22:23:47 +0200 (MET DST) Message-Id: <199706122023.WAA00761@desk.jhs.no_domain> To: "Jordan K. Hubbard" cc: committers@freebsd.org, ports@freebsd.org Subject: Re: ports/comms/hylafax From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Email: jhs@freebsd.org, Fallback: jhs@gil.physik.rwth-aachen.de X-Web: http://www.freebsd.org/~jhs/ X-Company: Vector Systems Ltd, Unix & Internet Consultants. X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Tel: Phone +49.89.268616, Fax +49.89.2608126, Data +49.89.26023276 X-Software: FreeBSD (Unix) + EXMH 1.6.9 (PGP key on web) In-reply-to: Your message of "Thu, 05 Jun 1997 00:20:57 PDT." <12179.865495257@time.cdrom.com> Date: Thu, 12 Jun 1997 22:23:47 +0200 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Reference: > From: "Jordan K. Hubbard" > Date: Thu, 05 Jun 1997 00:20:57 -0700 > Message-id: <12179.865495257@time.cdrom.com> Hi Jordan, You wrote: > OK, I'll bell this cat.. > > First, there were too many mailing lists on the command line, > especially when committers is a functional superset, so I've trimmed > it in the interests of not mail-bombing people with multiple copies. Hmm good point |core + others == commiters|, had missed that, sorry for undue multiple copies there. But I added back as they're the one truly affected. > > Would you please consider intructing asami@cs.berkeley.edu (Satoshi Asami) > > to effect some or all (at your discretion, naturaly) : > > - To restore from CVS Attic ports/comms/hylafax/ > > - To re-commit the new port as ports/comms/hylafax4/ > > - To consult & comply with the long established mail list > > in matters relating to FreeBSD Hylafax. > > First off, and just to clear this up in order to avoid future > misunderstanding, we don't really "instruct" people to do things so > much as we make strong suggestions, so it's not appropriate to ask > core to take such direct action, and certainly not in the first round > before any serious degree of intractability has been demonstrated by > the "offending party." > > Ask us to argue your case for you and that's something else, something > quite different from asking us to hit somebody with the big stick. > > Second, Satoshi is also the portsmeister, and that means that the rest > of us have agreed to abide by his decisions where ports are concerned. > He does a hell of a lot of work on ports, in turn, and we consider > that a more than reasonable trade. If he's got the responsibility > then he should also have the "executive oversight", after all, and if > anyone "instructs" anyone in matters of the ports collection then it's > the other way around. > > Finally, with regard to the hylafax mailing list, I do hope that you > would not consider that an adequate replacement for subscription to > the ports mailing list by all the interested parties. Your hylafax > mailing list was created to facilitate out-of-band communication on > hylafax, much as the inn, pine, jdk and other such users have their > own special mailing lists to discuss matters pertaining directly to > their areas of interest. With close to 1000 ports, I would never > expect to have to inform anyone but ports@freebsd.org in the event of > ANY ports change. It is simply not realistic to expect someone > mucking with the freebsd ports collection to keep track of potentially > hundreds of mailing lists, and so the rule goes like this: > > If you want to change a given port, you must first clear it > with the MAINTAINER and with ports@freebsd.org, should that > be different from the MAINTAINER. No other communication > is required or expected. > > If you were the listed maintainer for hylafax then yes, Satoshi should > have sought your approval. By the same token, anyone unable to take > action on a port due to time constraints should also expect to be > either removed or overridden as the maintainer if a reasonable time > has passed and they've now turned into a bottleneck. I do not know if > this was true in your case, but just to note that maintainer status > can certainly be revoked for anyone not able/willing to keep it > up-to-date. In any case, even if there were an issue with this, it > should have been handled as an entirely separate issue and so long as > you were legitimately listed as the maintainer, you should have been > consulted and given veto power over the move. > > Given all of this, I would _suggest_ that Satoshi do as requested and > commit the new hylafax port under hylafax4 / resurrect the old, as > suggested. If Satoshi wants to ignore this suggestion then that's > still his right, however, as the portsmeister. That's what being the > portsmeister means. > > Jordan Thank You, brave man with a bell :-) Sounds fair :-) A compromise to meet all requirements could be: - Leave both V3 & V4 hylafax in ports/comms/ for now, - Add to the V3 Makefile, this: BROKEN=YES # ports/comms/hylafax3 will be removed later, when # ports/comms/hylafax4 has enough success reports posted on # so please use hylafax4. - Let those interested (Satoshi etc, other fax people, maybe even me :-) post to when they want, saying "Who's succesful with V4, Who's failed ? Do we have a concensus to delete V3 yet ? " It seems there's some Japanese on some private list not @freebsd.org that Satoshi mentions, that have apparently tested the V4 FreeBSD port more widely than anyone in the English speaking world knew of. So maybe V3 can be pensioned off sooner than I first expected, if it's truly well beaten on (I'd still like to see some success reports with the V4 FreeBSD port on hylafax@freebsd.org first though) (I've tried the new port on 2.2.1 & failed, I'll try harder on 2.2.2 & maybe current soon, the failure BTW was minor, so doesn't really count as a fail, but just to let folk know I am starting to try it :-) PS I'm not on ports@ list anymore, ('cos of mail overload, not lack of interest), maybe some other hylafax@ people are also not on ports@ ). Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Fri Jun 13 01:48:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA18739 for ports-outgoing; Fri, 13 Jun 1997 01:48:07 -0700 (PDT) Received: from desk.jhs.no_domain (slip139-92-4-109.mu.de.ibm.net [139.92.4.109]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA18678; Fri, 13 Jun 1997 01:47:43 -0700 (PDT) Received: from desk.jhs.no_domain (localhost [127.0.0.1]) by desk.jhs.no_domain (8.8.5/8.8.5) with ESMTP id UAA22569; Wed, 11 Jun 1997 20:19:33 +0200 (MET DST) Message-Id: <199706111819.UAA22569@desk.jhs.no_domain> To: "Gary Palmer" cc: John Polstra , ports@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: ports/comms/hylafax From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Email: jhs@freebsd.org, Fallback: jhs@gil.physik.rwth-aachen.de X-Web: http://www.freebsd.org/~jhs/ X-Company: Vector Systems Ltd, Unix & Internet Consultants. X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Tel: Phone +49.89.268616, Fax +49.89.2608126, Data +49.89.26023276 X-Software: FreeBSD (Unix) + EXMH 1.6.9 (PGP key on web) In-reply-to: Your message of "Thu, 05 Jun 1997 19:46:50 EDT." <533.865554410@orion.webspan.net> Date: Wed, 11 Jun 1997 20:19:29 +0200 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Reference: > From: "Gary Palmer" > Date: Thu, 05 Jun 1997 19:46:50 -0400 > Message-id: <533.865554410@orion.webspan.net> Hi, "Gary Palmer" wrote: > [ CC: snipped ] > John Polstra wrote in message ID > <199706051606.JAA06183@austin.polstra.com>: > > I'm with Satoshi on this whole thing. > > I agree. Not only does Satoshi do a sterling job of maintaining an > every growing headache that is called `the ports collection', he does > so in his spare time. Umm, Yes, So ? I wrote that port in my spare time too :-) > Unless Julian is willing to dedicate that > ammount of time to maintaining the ports, I suggest he stops > complaining about decisions made. Nope, I don't want to involve myself in other ports, I just don't want spurious suprise trashing of a proven port with complex interfaces, till agrees by consensus that the new port is proven. > > Also, while the port was not marked broken, it was indeed broken -- > > the distfile doesn't exist on the master site. Not to put too fine > > a point on it, but to me that weakens your claim of authority over > > the port as its maintainer. > > Infact, given that Julian had been asked to upgrade the port at least > once, and that the PR for the new port sat for so long in GNATS before > Satoshi did anything, I'm not at all sure what all the fuss is > about. I don't read gnats@ I (ex Maintainer) & list receive no notification whatever of this suprise upgrade ! No time to test. > If Julian spent half the time that he has now expended writing > mails attacking Satoshi on his port, this would never have happened. I'm sure that'd be true with many a port, (I've done othe ports, I know what you mean, generally, But Hylafax is different, it wasn't simple to get a port working, or test thoroughly (Modem variations etc). If it _had_ been easy any of the many people who posted about V4 on hylafax@freebsd could have done it, some were invited, none did. > Instead he chose to decline Satoshi's upgrade requests, Huh ? Message-IDs please ! I don't recall _him_ requesting that, he wasn't interested, others posted on , & I replied, please consult the archives, if you want to know what those who were interested actually wrote. > someone else presented us with a solution, he chooses to attack > instead. I DO NOT ATTACK THE NEW V4 PORT ! I AM PLEASED TO SEE IT :-) But the old V3 port should not be overlayed 'till the V4 is proven. As Satoshi does not care to be on list he should not force an uninformed decision on those truly interested > Not the most productive use of his time, IMHO. If Satoshi had mailed me something like: "Hi Maintainer, I've received a major rewrite to a newer version, I propose to overlay your old port." I'd have cc'd to & tested it myself too. BUT I & received Zero warning. We need time for run-time success reports to be posted before the V3 port is deleted, meantime I'm happy to see the new port available too. > > Finally, no matter what Satoshi does, he doesn't have any way I know > > of to delete the old port from your 2.2.1 CD. > > Or the in-the-works 2.2.2 CD either, since at least one copy has gone > off to replication already. Well if a second pressing of the master is done, please put _both_ versions on. List will decide when that can reduce to just V4. > Gary > -- > Gary Palmer Speaking for no-one other than himself > FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Fri Jun 13 01:53:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA18956 for ports-outgoing; Fri, 13 Jun 1997 01:53:16 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA18917; Fri, 13 Jun 1997 01:52:59 -0700 (PDT) Received: from desk.jhs.no_domain (slip139-92-4-109.mu.de.ibm.net [139.92.4.109]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id BAA24717; Fri, 13 Jun 1997 01:52:37 -0700 (PDT) Received: from desk.jhs.no_domain (localhost [127.0.0.1]) by desk.jhs.no_domain (8.8.5/8.8.5) with ESMTP id WAA00743; Thu, 12 Jun 1997 22:13:13 +0200 (MET DST) Message-Id: <199706122013.WAA00743@desk.jhs.no_domain> To: asami@cs.berkeley.edu (Satoshi Asami) cc: jim@reptiles.org, itojun@itojun.org, committers@freebsd.org, hylafax@freebsd.org, gj@freebsd.org, ports@freebsd.org Subject: Re: ports/comms/hylafax From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Email: jhs@freebsd.org, Fallback: jhs@gil.physik.rwth-aachen.de X-Web: http://www.freebsd.org/~jhs/ X-Company: Vector Systems Ltd, Unix & Internet Consultants. X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Tel: Phone +49.89.268616, Fax +49.89.2608126, Data +49.89.26023276 X-Software: FreeBSD (Unix) + EXMH 1.6.9 (PGP key on web) In-reply-to: Your message of "Thu, 05 Jun 1997 18:25:37 PDT." <199706060125.SAA29193@silvia.HIP.Berkeley.EDU> Date: Thu, 12 Jun 1997 22:13:11 +0200 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Reference: > From: asami@cs.berkeley.edu (Satoshi Asami) > Date: Thu, 5 Jun 1997 18:25:37 -0700 (PDT) > Message-id: <199706060125.SAA29193@silvia.HIP.Berkeley.EDU> Hi, Satoshi Asami wrote: > Thanks for your comments. > > Now for hylafax. It falls into none of the above special cases. It > is an "oddball" port that requires me to take special action while > building packages (it uses bash as shell, I see RUN_DEPENDS= bash:${PORTSDIR}/shells/bash gs:${PORTSDIR}/print/ghostscript in the CD-ROM port/comms/hylafax/Makefile > and chokes on my cd/rm > exported functions so I need to stop and unset those), No idea what you mean, you can discuss it with the V4 hylafax port maintainer, if it's appropriate. > so having one > more hylafax port means a lot more work for me whenever I build the > packages (which happen about once a month -- it is now necessary with > -current moving so fast and many things breaking left and right). Solution is to leave both V3 & V4 hylafax in ports/comms/ for now, but add to the V3 Makefile, this: BROKEN=YES # ports/comms/hylafax3 will be removed later, when # ports/comms/hylafax4 has enough success reports posted on # so please use hylafax4. > Also, the new version (4.0 release, not beta) has come out in August > of 1996. That is 10 months ago. The upgrade has been long overdue, I > have asked several people who mentioned that they "got 4.0 working at > home" to make a port, until finally itojun (three cheers to him!) came > up with one. Since this particular port was first mentioned in a > Japanese mailing list, we had some people test it there, and I > committed the port after about a few weeks of "ok" reports and no > "doesn't work" reports. A great pity you didn't let the non japanese speakers know what was happening, if you'd dropped me the maintainer a note, I'd have cc'd , & we'd have had some non Japanese speaking people also do some acceptance tests of the the V4 port. > Besides, the author has deleted the ver 3 tarball from his own site. > I would trust his judgement more than anyone else's. You're not called to make that judgement ! Leave it to the users & programmers that have expressed an interest in hylafax, & are subscribed to . > * put plainly, i'm sure many of us appreciate the efforts put into maintaini > ng > * the ports collection, but let's not get into pissing contests over who has > * control. then we all suffer. > > Amen. The "correct" procedure to deal with this was probably for me > to strip the MAINTAINER=jhs line for neglecting to upgrade the port > for so long, and then commit the new port, but what difference does > that make? If you'd had the sense or politeness to tell me what was happening, I'd have relayed it to , then we'd have _all_ been in the picture, not just some linguistic minority. > I didn't want to publically embarrass/accuse Mr. Stacey by making it > an issue, and indeed thought I was doing him a favor Bollocks (English) (translation: Balls (American)) I don't believe you ! Do the interested people on a _real_ favour, leave both hylafax V3 & v4 ports in comms/ till _they_, (not you or I) decide V4 is sufficiently tested that we can delete V3. > by giving him a > chance to silently watch from the sidelines while people do the work > that he was expected to (and if you take a diff of the committed > pkg/PLIST with the submitted version, you can see that *I* also did a > lot of work to make it package correctly, one thing the old port never > did). I guess that didn't work very well. If you _must_ drag up old history to paint yourself in glowing colours ... Yes you did work with the package list, but you also blocked the hylafax port till you'd forced your personal taste in pkg/. Back then lots of other ports didnt have pkg lists either, but you were hell bent on forcing pkg/ ASAP, even where my time as Maintainer would have been better spent getting a port properly _config'd_ (run time, not just your limited interest with make & pkg criteria). I wanted to get a hylafax that had all the interfaces tested & was usable (not merely compilable), once a few source level users had taken my port, & reported back, I _then_ intended to do pkg_list & other changes, but you insisted on diverting energy to pkg/ stuff. I did tell you it was best of as a source only port for a while, but you ignored me. As you have the whip hand on ports/, & kept obstructing my ports work, I eventually got tired of the obsessive interest, & gave up contributing. I presume that was to our mutual pleasure, it was certainly to my relief, but I haven't got the bare faced audacity to claim I did it as a favour to a protagonist ;-)) > Satoshi Conclusion: Mr Satoshi Asami should leave both V3 & V4 hylafax in ports/comms/ & leave the decision of when V3 is no longer necessary, to the subscribed users & programmers on Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Fri Jun 13 02:04:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA19568 for ports-outgoing; Fri, 13 Jun 1997 02:04:27 -0700 (PDT) Received: from itojun.csl.sony.co.jp (root@itojun.csl.sony.co.jp [133.138.1.134]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA19560; Fri, 13 Jun 1997 02:04:22 -0700 (PDT) From: itojun@itojun.org Received: from localhost (itojun@localhost [127.0.0.1]) by itojun.csl.sony.co.jp (8.8.5/3.3W3) with ESMTP id SAA24262; Fri, 13 Jun 1997 18:04:17 +0900 (JST) To: "Julian H. Stacey" Cc: committers@freebsd.org, ports@freebsd.org Subject: Re: ports/comms/hylafax X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 References: <199706122023.WAA00761@desk.jhs.no_domain> In-reply-to: "Julian H. Stacey" 's message of Thu, 12 Jun 1997 22:23:47 +0200. <199706122023.WAA00761@desk.jhs.no_domain> X-Mailer: comp (MHng project) version 1997/04/30 02:23:09, by Jun-ichiro Itoh MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-ID: Date: Fri, 13 Jun 1997 18:04:17 +0900 Message-ID: <24259.866192657@itojun.csl.sony.co.jp> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > (I've tried the new port on 2.2.1 & failed, I'll try harder on 2.2.2 > & maybe current soon, the failure BTW was minor, so doesn't really count > as a fail, but just to let folk know I am starting to try it :-) Could you drop me some info about what you have experienced with hylafax4 port? I do need to have that report, even if it was small failure, to make hylafax4 better. itojun From owner-freebsd-ports Fri Jun 13 04:52:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA25804 for ports-outgoing; Fri, 13 Jun 1997 04:52:12 -0700 (PDT) Received: from bbs.mpcs.com (root@bbs.mpcs.com [204.215.226.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA25793 for ; Fri, 13 Jun 1997 04:52:09 -0700 (PDT) Received: from pickle.n2wx.ampr.org (pickle.south.mpcs.com [204.215.226.89]) by bbs.mpcs.com (8.8.5/8.8.5/MPCS) with ESMTP id HAA31478; Fri, 13 Jun 1997 07:51:57 -0400 Received: (from root@localhost) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) id HAA01777; Fri, 13 Jun 1997 07:51:53 -0400 (EDT) Received: from penny.n2wx.ampr.org (hg@penny.n2wx.ampr.org [204.215.226.90]) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) with ESMTP id HAA01761; Fri, 13 Jun 1997 07:51:11 -0400 (EDT) Received: (from hg@localhost) by penny.n2wx.ampr.org (8.8.0/8.8.1/n2wx) id HAA01305; Fri, 13 Jun 1997 07:51:10 -0400 Date: Fri, 13 Jun 1997 07:51:10 -0400 Message-Id: <199706131151.HAA01305@penny.n2wx.ampr.org> From: Howard Goldstein To: asami@cs.berkeley.edu (Satoshi Asami) Cc: jkh@time.cdrom.com, ports@freebsd.org Subject: Re: this is spam (read content before deleting, it actually is not) In-Reply-To: <199706130553.WAA02340@silvia.HIP.Berkeley.EDU> References: <3346.866180247@time.cdrom.com> <199706130553.WAA02340@silvia.HIP.Berkeley.EDU> Organization: disorganization Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami writes: > He's not on the list, at least that's what he said. I read the list via a mail2news gateway that goes through the same filter, obviously gating prior to the antispam dump. Perhaps I should have put that in the past tense now that a number of people are throwing hissyfits. > I'm sure he would have jmb pulling his hairs out if he were on any of > our lists.... ;) Is jmb bald? I [am|was] on them all. I don't know where to buy cheap minoxidil From owner-freebsd-ports Fri Jun 13 04:52:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA25819 for ports-outgoing; Fri, 13 Jun 1997 04:52:14 -0700 (PDT) Received: from bbs.mpcs.com (root@bbs.mpcs.com [204.215.226.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA25803 for ; Fri, 13 Jun 1997 04:52:11 -0700 (PDT) Received: from pickle.n2wx.ampr.org (pickle.south.mpcs.com [204.215.226.89]) by bbs.mpcs.com (8.8.5/8.8.5/MPCS) with ESMTP id HAA31476; Fri, 13 Jun 1997 07:51:54 -0400 Received: (from root@localhost) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) id HAA01773; Fri, 13 Jun 1997 07:51:52 -0400 (EDT) Received: from penny.n2wx.ampr.org (hg@penny.n2wx.ampr.org [204.215.226.90]) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) with ESMTP id HAA01753; Fri, 13 Jun 1997 07:47:38 -0400 (EDT) Received: (from hg@localhost) by penny.n2wx.ampr.org (8.8.0/8.8.1/n2wx) id HAA01300; Fri, 13 Jun 1997 07:47:37 -0400 Date: Fri, 13 Jun 1997 07:47:37 -0400 Message-Id: <199706131147.HAA01300@penny.n2wx.ampr.org> From: Howard Goldstein To: "Jordan K. Hubbard" Cc: asami@cs.berkeley.edu (Satoshi Asami), ports@FreeBSD.ORG Subject: Re: this is spam (read content before deleting, it actually is not) In-Reply-To: <3346.866180247@time.cdrom.com> References: <199706130349.UAA01904@silvia.HIP.Berkeley.EDU> <3346.866180247@time.cdrom.com> Organization: disorganization Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > > (forwarded to list so nobody else replies) > > What the hell is this??? > > Some people have broken filtering mechanisms and frequently spam > people in turn with their own anti-spamming protection (when they > could have simply tossed your "spam" in the bit-bucket). > > I consider such people the lowest of the low, subscribing to mailing > lists and then spamming the posters in the name of "not spamming", and > my general reaction is to simply kick them off the list in question > and tell them NOT to rejoin. If you're talking about me then you've failed to read the autoreply message, and perhaps have missed the fact that my broken filter hasn't kicked anything back to the list. Tell me, does everyone who comes here in hopes of contributing to the development of freebsd find their mails misread and endure having a leg gnawed off first? From owner-freebsd-ports Fri Jun 13 04:52:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA25838 for ports-outgoing; Fri, 13 Jun 1997 04:52:18 -0700 (PDT) Received: from bbs.mpcs.com (root@bbs.mpcs.com [204.215.226.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA25817 for ; Fri, 13 Jun 1997 04:52:13 -0700 (PDT) Received: from pickle.n2wx.ampr.org (pickle.south.mpcs.com [204.215.226.89]) by bbs.mpcs.com (8.8.5/8.8.5/MPCS) with ESMTP id HAA31480; Fri, 13 Jun 1997 07:51:58 -0400 Received: (from root@localhost) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) id HAA01769; Fri, 13 Jun 1997 07:51:52 -0400 (EDT) Received: from penny.n2wx.ampr.org (hg@penny.n2wx.ampr.org [204.215.226.90]) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) with ESMTP id HAA01745; Fri, 13 Jun 1997 07:43:46 -0400 (EDT) Received: (from hg@localhost) by penny.n2wx.ampr.org (8.8.0/8.8.1/n2wx) id HAA01291; Fri, 13 Jun 1997 07:43:45 -0400 Date: Fri, 13 Jun 1997 07:43:45 -0400 Message-Id: <199706131143.HAA01291@penny.n2wx.ampr.org> From: Howard Goldstein To: Bill Fenner Cc: asami@cs.berkeley.edu (Satoshi Asami), ports@freebsd.org Subject: Re: My autoreply In-Reply-To: <97Jun12.214451pdt.177489@crevenia.parc.xerox.com> References: <199706130349.UAA01904@silvia.HIP.Berkeley.EDU> <97Jun12.214451pdt.177489@crevenia.parc.xerox.com> Organization: disorganization Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bill Fenner writes: > asami@cs.berkeley.edu (Satoshi Asami) wrote: > >(forwarded to list so nobody else replies) > >What the hell is this??? > > It's the lengths that some people go to to get rid of spam. > Pretty unfriendly, when you ask people for help and then force > them to prove that they're not spammers when they help you. My spam filtering heuristics are imperfect, but they're slowly improving. What I don't understand is what on earth you're talking about. No one is forced to do anything, no mail is lost. I read everything sent here, the message says as much. If something is triggered it moves into a different box that's read later. Consider hanging onto something; that high horse you're on is getting mighty shakey. From owner-freebsd-ports Fri Jun 13 04:53:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA25873 for ports-outgoing; Fri, 13 Jun 1997 04:53:11 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA25868 for ; Fri, 13 Jun 1997 04:53:09 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id EAA22568; Fri, 13 Jun 1997 04:53:18 -0700 (PDT) To: Howard Goldstein cc: asami@cs.berkeley.edu (Satoshi Asami), ports@FreeBSD.ORG Subject: Re: this is spam (read content before deleting, it actually is not) In-reply-to: Your message of "Fri, 13 Jun 1997 07:47:37 EDT." <199706131147.HAA01300@penny.n2wx.ampr.org> Date: Fri, 13 Jun 1997 04:53:18 -0700 Message-ID: <22564.866202798@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > If you're talking about me then you've failed to read the autoreply I wasn't. :) Jordan From owner-freebsd-ports Fri Jun 13 05:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA26207 for ports-outgoing; Fri, 13 Jun 1997 05:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA26181; Fri, 13 Jun 1997 05:00:01 -0700 (PDT) Date: Fri, 13 Jun 1997 05:00:01 -0700 (PDT) Message-Id: <199706131200.FAA26181@hub.freebsd.org> To: freebsd-ports Cc: From: Andrew Subject: Re: ports/3539: This is a port of poppassd that should work under 2.2 and above Reply-To: Andrew Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3539; it has been noted by GNATS. From: Andrew To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/3539: This is a port of poppassd that should work under 2.2 and above Date: Fri, 13 Jun 1997 10:00:08 +1000 Hi, I dont spose someone could put this in the ports collection soonish could they? Its been sitting in incoming a while and I keep getting mail form people saying poppassd dosnt work and so I have to direct them to the incoming directory (the poppassd in the 22 ports collection _dosnt work_). Thanks, Andrew From owner-freebsd-ports Fri Jun 13 05:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA27187 for ports-outgoing; Fri, 13 Jun 1997 05:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA27175; Fri, 13 Jun 1997 05:30:03 -0700 (PDT) Resent-Date: Fri, 13 Jun 1997 05:30:03 -0700 (PDT) Resent-Message-Id: <199706131230.FAA27175@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, itojun@itojun.org Received: from coconut.itojun.org (itojun@coconut.itojun.org [133.138.201.163]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA26859 for ; Fri, 13 Jun 1997 05:21:41 -0700 (PDT) Received: (from itojun@localhost) by coconut.itojun.org (8.8.5/3.5Wpl7) id VAA06582; Fri, 13 Jun 1997 21:21:33 +0900 (JST) Message-Id: <199706131221.VAA06582@coconut.itojun.org> Date: Fri, 13 Jun 1997 21:21:33 +0900 (JST) From: Jun-ichiro ITOH Reply-To: itojun@itojun.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3863: new port request: portlint Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3863 >Category: ports >Synopsis: new port request: portlint (port verifier) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 13 05:30:01 PDT 1997 >Last-Modified: >Originator: Jun-ichiro ITOH >Organization: itojun.org >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD coconut.itojun.org 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE #3: Sun Apr 20 14:28:44 JST 1997 root@coconut.itojun.org:/usr/src/sys/compile/COCONUT i386 >Description: portlint is an FreeBSD port verifier. >How-To-Repeat: (none) >Fix: extract this into /usr/ports/devel. begin 644 portlint-port.tar.gz M'XL(`!$[H3,"`^U8WV^;,!#F%?\5)[4/VT,)(1B2J*F6)B1BS8\*Z%JIJJ($ MG(:6X`R<5%75_WTF:6C7:9OZ$*:U_J3@^&P.P_F^N_.")BP*8U:2=@?051-C MD""#^JI]ZH!1P:I6P64-`Y3+:@5+@*4"L$S9.`&0$DK9G^;=S0B)I'>'Q=;^ M_?$MF881V<$SRJIJZ/IO[5]6L;:UOV[B,I=HV-0E4(7]=XX]&)`[R'9!"CZ- M(N*SD,8P?]H-,*5)7=YN$K0'WTB29A,2\GT9)B2H;TRHF'RL/68$_(3P)JC+ MC/PH1"R.@-GV`S.H/#3>?+IE%HE9WZ-B6VY`#LB(1ZC== MSW)&KNUELBE;U$LE?E7X:Q*VC(GB4^5F45HL)R5&:926R#WK M7#00UV0///ZSG(;\R]I1/KO5;S=D?Y'WCZW.T+%&3:?K-G)ALY,M:BV3%308 MCLZ=$_?LN&USW?R&TY]JGW"/L/7"'7]EAZ\=FX]-2Q.O;%8VD2QOD(0DH8^]$R('`X20,E MDROSVR,D"4COF/\7M]>[R@'>$/\UPZQD\=_0*B+^%V[_TQYGV<+C/[NZ/)@ M=067?,H50O+!2N;\,J$I03(7R?F=P.A&K0);]6Q&P%\F"8E?/`'"*=!YR!@) M!`OMTO^STYYT-Q7@6\Y_U4W^SS,`4?_]`_O/@QU\]+_F?P9^;7]L"OXO!/TV MAD\O3@4_0P,"7ZW6#)6H1N!KFEX)JK6J.<4FJ58UXH\#P<,"`@("`@("`@(" .`@+_'WX`*95/?@`H``"H ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jun 13 06:01:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA28469 for ports-outgoing; Fri, 13 Jun 1997 06:01:23 -0700 (PDT) Received: from critter.dk.tfs.com ([140.145.230.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA28464 for ; Fri, 13 Jun 1997 06:01:19 -0700 (PDT) Received: from critter.dk.tfs.com (localhost [127.0.0.1]) by critter.dk.tfs.com (8.8.5/8.8.5) with ESMTP id OAA07096 for ; Fri, 13 Jun 1997 14:58:29 +0200 (CEST) To: ports@freebsd.org Subject: do we have MRTG ? From: Poul-Henning Kamp Date: Fri, 13 Jun 1997 14:58:29 +0200 Message-ID: <7094.866206709@critter.dk.tfs.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk http://www.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-ports Fri Jun 13 06:45:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA00463 for ports-outgoing; Fri, 13 Jun 1997 06:45:05 -0700 (PDT) Received: from trifork.gu.net (trifork.gu.net [194.93.190.194]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA00444 for ; Fri, 13 Jun 1997 06:45:00 -0700 (PDT) Received: from localhost (localhost.gu.kiev.ua [127.0.0.1]) by trifork.gu.net (8.8.5/8.8.5) with SMTP id TAA04863; Fri, 13 Jun 1997 19:45:57 +0300 (EEST) Date: Fri, 13 Jun 1997 19:45:57 +0300 (EEST) From: Andrew Stesin Reply-To: stesin@gu.net To: Poul-Henning Kamp cc: ports@FreeBSD.ORG Subject: Re: do we have MRTG ? In-Reply-To: <7094.866206709@critter.dk.tfs.com> Message-ID: X-NCC-RegID: ua.gu MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Seems to be cool. I'll try to make a port during this weekend so if nobody cares doing this faster -- please wait for me. I'll report about my progress about Sunday or Monday. On Fri, 13 Jun 1997, Poul-Henning Kamp wrote: > Date: Fri, 13 Jun 1997 14:58:29 +0200 > From: Poul-Henning Kamp > To: ports@FreeBSD.ORG > Subject: do we have MRTG ? > > > http://www.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html > > -- > Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. > http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. > whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. > Future will arrive by its own means, progress not so. > Best regards, Andrew Stesin nic-hdl: ST73-RIPE From owner-freebsd-ports Fri Jun 13 07:42:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA02806 for ports-outgoing; Fri, 13 Jun 1997 07:42:44 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id HAA02801 for ; Fri, 13 Jun 1997 07:42:42 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17187(4)>; Fri, 13 Jun 1997 07:42:03 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177489>; Fri, 13 Jun 1997 07:41:54 -0700 To: Howard Goldstein cc: Bill Fenner , asami@cs.berkeley.edu (Satoshi Asami), ports@freebsd.org Subject: Re: My autoreply In-reply-to: Your message of "Fri, 13 Jun 97 04:43:45 PDT." <199706131143.HAA01291@penny.n2wx.ampr.org> Date: Fri, 13 Jun 1997 07:41:45 PDT From: Bill Fenner Message-Id: <97Jun13.074154pdt.177489@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howard Goldstein wrote: >What I don't understand is what on earth you're talking about. No one >is forced to do anything, no mail is lost. My apologies; I didn't read the message closely enough and thought that it was a different piece of software that I had experienced that forced the originator to send more mail before the recipient got to see the original mail at all. Bill From owner-freebsd-ports Fri Jun 13 09:50:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07317 for ports-outgoing; Fri, 13 Jun 1997 09:50:23 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07307 for ; Fri, 13 Jun 1997 09:50:05 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id MAA29248; Fri, 13 Jun 1997 12:47:20 -0400 (EDT) Date: Fri, 13 Jun 1997 12:47:20 -0400 (EDT) From: James FitzGibbon To: Poul-Henning Kamp cc: ports@FreeBSD.ORG Subject: Re: do we have MRTG ? In-Reply-To: <7094.866206709@critter.dk.tfs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 13 Jun 1997, Poul-Henning Kamp wrote: > http://www.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html net/mrtg. I did this one about about 4-5 weeks ago. -- j. From owner-freebsd-ports Fri Jun 13 10:03:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA07742 for ports-outgoing; Fri, 13 Jun 1997 10:03:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA07736; Fri, 13 Jun 1997 10:03:22 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA19886; Fri, 13 Jun 1997 10:02:58 -0700 (PDT) Date: Fri, 13 Jun 1997 10:02:58 -0700 (PDT) Message-Id: <199706131702.KAA19886@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/3852 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port(jp-man-doc-2.2.2):japanese/man-doc. Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Fri Jun 13 10:01:58 PDT 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Fri Jun 13 10:37:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA09060 for ports-outgoing; Fri, 13 Jun 1997 10:37:13 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA09053 for ; Fri, 13 Jun 1997 10:37:10 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15867(2)>; Fri, 13 Jun 1997 10:36:33 PDT Received: by crevenia.parc.xerox.com id <177489>; Fri, 13 Jun 1997 10:36:21 -0700 From: Bill Fenner To: james@nexis.net, phk@dk.tfs.com Subject: Re: do we have MRTG ? Cc: ports@freebsd.org Message-Id: <97Jun13.103621pdt.177489@crevenia.parc.xerox.com> Date: Fri, 13 Jun 1997 10:36:12 PDT Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is it missing BUILD_DEPENDS=${PREFIX}/bin/perl? ===> Returning to build of mrtg-2.2 ===> Patching for mrtg-2.2 ===> Applying FreeBSD patches for mrtg-2.2 ===> Configuring for mrtg-2.2 ===> Building for mrtg-2.2 gcc -g -O -Wall rateup.c -I/usr/local/include/gd -L/usr/local/lib -lgd -lm -o rateup In file included from rateup.c:60: /usr/include/malloc.h:2: warning: #warning "this file includes which is obsoleted, use instead" /usr/local/bin/perl -pi -e 's@^#\!/.*@#!/usr/local/bin/perl@' mrtg cfgmaker indexmaker convert /usr/local/bin/perl: not found *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 From owner-freebsd-ports Fri Jun 13 10:44:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA09446 for ports-outgoing; Fri, 13 Jun 1997 10:44:14 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA09439 for ; Fri, 13 Jun 1997 10:44:08 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id NAA29497; Fri, 13 Jun 1997 13:40:48 -0400 (EDT) Date: Fri, 13 Jun 1997 13:40:48 -0400 (EDT) From: James FitzGibbon To: Bill Fenner cc: phk@dk.tfs.com, ports@freebsd.org Subject: Re: do we have MRTG ? In-Reply-To: <97Jun13.103621pdt.177489@crevenia.parc.xerox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 13 Jun 1997, Bill Fenner wrote: > Is it missing BUILD_DEPENDS=${PREFIX}/bin/perl? It has : ${PREFIX}/lib/perl5/site_perl/PV.pm:${PORTSDIR}/devel/p5-PV Which itself depends on perl5.004. I could put perl in as well, but shouldn't the dependancies work themselves out ? -- j. From owner-freebsd-ports Fri Jun 13 10:49:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA09720 for ports-outgoing; Fri, 13 Jun 1997 10:49:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA09699; Fri, 13 Jun 1997 10:49:20 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA20222; Fri, 13 Jun 1997 10:48:57 -0700 (PDT) Date: Fri, 13 Jun 1997 10:48:57 -0700 (PDT) Message-Id: <199706131748.KAA20222@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3843 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: xtriangles State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jun 13 10:48:08 PDT 1997 State-Changed-Why: Submitted update is applied. From owner-freebsd-ports Fri Jun 13 10:54:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA09992 for ports-outgoing; Fri, 13 Jun 1997 10:54:48 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA09987 for ; Fri, 13 Jun 1997 10:54:43 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <18250(4)>; Fri, 13 Jun 1997 10:54:07 PDT Received: by crevenia.parc.xerox.com id <177489>; Fri, 13 Jun 1997 10:53:59 -0700 From: Bill Fenner To: fenner@parc.xerox.com, james@nexis.net Subject: Re: do we have MRTG ? Cc: ports@freebsd.org Message-Id: <97Jun13.105359pdt.177489@crevenia.parc.xerox.com> Date: Fri, 13 Jun 1997 10:53:48 PDT Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk That's a RUN_DEPENDS, which doesn't get installed until "make install". Bill From owner-freebsd-ports Fri Jun 13 11:02:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA10584 for ports-outgoing; Fri, 13 Jun 1997 11:02:26 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA10529 for ; Fri, 13 Jun 1997 11:01:45 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id NAA29591; Fri, 13 Jun 1997 13:59:06 -0400 (EDT) Date: Fri, 13 Jun 1997 13:59:06 -0400 (EDT) From: James FitzGibbon To: Bill Fenner cc: ports@freebsd.org Subject: Re: do we have MRTG ? In-Reply-To: <97Jun13.105359pdt.177489@crevenia.parc.xerox.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 13 Jun 1997, Bill Fenner wrote: > That's a RUN_DEPENDS, which doesn't get installed until "make install". Good point. I've added perl to the BUILD_DEPENDS line. -- j. From owner-freebsd-ports Fri Jun 13 11:39:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA12715 for ports-outgoing; Fri, 13 Jun 1997 11:39:10 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA12703 for ; Fri, 13 Jun 1997 11:38:57 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16749(4)>; Fri, 13 Jun 1997 11:38:19 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177489>; Fri, 13 Jun 1997 11:38:17 -0700 To: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= cc: ports@freebsd.org Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa In-reply-to: Your message of "Thu, 12 Jun 97 04:51:25 PDT." <199706121151.UAA19969@bourbon.sfc.wide.ad.jp> Date: Fri, 13 Jun 1997 11:38:09 PDT From: Bill Fenner Message-Id: <97Jun13.113817pdt.177489@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= wrote: >BTW, how about adding new variable like INFO, which is like MAN? >variables. I.E., if ${INFO} (or whatever the name it is) is defined, >do install-info ${INFO} automatically? Great idea. All of the ports that currently run install-info seem to have the same kind of stuff in the post-install target. It would be nice to gzip info files, since apparently info readers can auto-gunzip (see /usr/share/info), but I don't know if install-info can handle gzip'd info files. Bill From owner-freebsd-ports Fri Jun 13 12:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14746 for ports-outgoing; Fri, 13 Jun 1997 12:20:07 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14719 for ; Fri, 13 Jun 1997 12:20:01 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by bourbon.sfc.wide.ad.jp (8.8.5/3.5Wpl104/21/97) with ESMTP id EAA22286; Sat, 14 Jun 1997 04:18:24 +0900 (JST) Message-Id: <199706131918.EAA22286@bourbon.sfc.wide.ad.jp> To: fenner@parc.xerox.com Cc: max@wide.ad.jp, ports@freebsd.org Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Fri, 13 Jun 1997 11:38:09 PDT" References: <97Jun13.113817pdt.177489@crevenia.parc.xerox.com> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 14 Jun 1997 04:18:24 +0900 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It would be nice to gzip info files, since apparently info > readers can auto-gunzip (see /usr/share/info), but I don't know > if install-info can handle gzip'd info files. Actually, this idea cross my mind after I wrote the other message. :) I tested install-info with gzip'd info file and it didn't/couldn't handle it. So, what we should do, if we are going to add this into bsd.port.mk, is to gzip the files after install-info. (And maybe we should introduce new variable NOINFOCOMPRESS like NOMANCOMPRESS.) Cheers, Max From owner-freebsd-ports Fri Jun 13 12:23:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14939 for ports-outgoing; Fri, 13 Jun 1997 12:23:32 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA14932 for ; Fri, 13 Jun 1997 12:23:29 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17003(6)>; Fri, 13 Jun 1997 12:22:54 PDT Received: by crevenia.parc.xerox.com id <177512>; Fri, 13 Jun 1997 12:22:51 -0700 From: Bill Fenner To: fenner@parc.xerox.com, max@wide.ad.jp Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa Cc: ports@freebsd.org Message-Id: <97Jun13.122251pdt.177512@crevenia.parc.xerox.com> Date: Fri, 13 Jun 1997 12:22:49 PDT Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I tested install-info with gzip'd info file and it didn't/couldn't >>handle it. So, what we should do, if we are going to add this into >bsd.port.mk, is to gzip the files after install-info. Packages will have to have not-compressed info files (or the files will have to be compressed and uncompressed by the PLIST), then. Maybe it's ok to just set NOINFOCOMPRESS if PACKAGE_BUILDING. Bill From owner-freebsd-ports Fri Jun 13 12:51:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA16014 for ports-outgoing; Fri, 13 Jun 1997 12:51:59 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA16009 for ; Fri, 13 Jun 1997 12:51:55 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by bourbon.sfc.wide.ad.jp (8.8.5/3.5Wpl104/21/97) with ESMTP id EAA23433; Sat, 14 Jun 1997 04:50:55 +0900 (JST) Message-Id: <199706131950.EAA23433@bourbon.sfc.wide.ad.jp> To: fenner@parc.xerox.com Cc: max@wide.ad.jp, ports@freebsd.org Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Fri, 13 Jun 1997 12:22:49 PDT" References: <97Jun13.122251pdt.177512@crevenia.parc.xerox.com> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 14 Jun 1997 04:50:55 +0900 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Packages will have to have not-compressed info files (or the > files will have to be compressed and uncompressed by the > PLIST), then. Maybe it's ok to just set NOINFOCOMPRESS if > PACKAGE_BUILDING. Oh yeah, you are right. Another thing is that the info files have to be uncompressed when doing pkg_delete, too. So, I guess compressing the info files isn't too good idea as it first seemed. ;) I've made following changes to bsd.port.mk and tested it (and it worked). Satoshi, please look at it whenever you have time. Cheers, Max Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/src/share/mk/bsd.port.mk,v retrieving revision 1.258 diff -u -r1.258 bsd.port.mk --- bsd.port.mk 1997/06/04 00:12:19 1.258 +++ bsd.port.mk 1997/06/13 19:45:59 @@ -1090,6 +1090,15 @@ .endfor .endif .endif +.if make(real-install) && defined(INFO) + @${ECHO_MSG} "===> Adding info entries." + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi +.for file in ${INFO} + @install-info ${PREFIX}/info/${file} ${PREFIX}/info/dir +.endfor +.endif .if make(real-install) && !defined(NO_PKG_REGISTER) @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fake-pkg .endif From owner-freebsd-ports Fri Jun 13 13:19:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA17255 for ports-outgoing; Fri, 13 Jun 1997 13:19:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA17188; Fri, 13 Jun 1997 13:18:38 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21022; Fri, 13 Jun 1997 13:18:14 -0700 (PDT) Date: Fri, 13 Jun 1997 13:18:14 -0700 (PDT) Message-Id: <199706132018.NAA21022@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3842 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: xrubik State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jun 13 13:17:37 PDT 1997 State-Changed-Why: Update is done, with some modification. From owner-freebsd-ports Fri Jun 13 13:22:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA17447 for ports-outgoing; Fri, 13 Jun 1997 13:22:44 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA17442 for ; Fri, 13 Jun 1997 13:22:42 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.5/8.7.3) id NAA03110; Fri, 13 Jun 1997 13:22:10 -0700 (PDT) Date: Fri, 13 Jun 1997 13:22:10 -0700 (PDT) Message-Id: <199706132022.NAA03110@vader.cs.berkeley.edu> To: max@wide.ad.jp CC: fenner@parc.xerox.com, max@wide.ad.jp, ports@freebsd.org In-reply-to: <199706131918.EAA22286@bourbon.sfc.wide.ad.jp> (message from Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= on Sat, 14 Jun 1997 04:18:24 +0900) Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I tested install-info with gzip'd info file and it didn't/couldn't * handle it. So, what we should do, if we are going to add this into * bsd.port.mk, is to gzip the files after install-info. (And maybe we * should introduce new variable NOINFOCOMPRESS like NOMANCOMPRESS.) Or we could/should fix install-info? :) BTW, the reason why I didn't add the stuff into bsd.port.mk is (as I wrote in the handbook and mails to this list) because the porter has to do some of the stuff (in PLIST) by hand anyway. And then there are issues with Japanese texinfo sources, which can't be processsed by our makeinfo (and thus require two additional arguments to install-info). If someone shows me an easy and safe way to modify PLIST so that we can add stuff in there as well, please let me know. Note the "easy and safe" part -- I know it can be done, I just don't want to add even more hackery to bsd.port.mk. (Also, the PLIST may not be called "PLIST" and could be auto-generated, etc.) Satoshi From owner-freebsd-ports Fri Jun 13 13:33:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA17882 for ports-outgoing; Fri, 13 Jun 1997 13:33:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA17850; Fri, 13 Jun 1997 13:32:52 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21181; Fri, 13 Jun 1997 13:32:28 -0700 (PDT) Date: Fri, 13 Jun 1997 13:32:28 -0700 (PDT) Message-Id: <199706132032.NAA21181@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3841 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: xdino State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jun 13 13:31:43 PDT 1997 State-Changed-Why: Submitted update is applied, with some modification. From owner-freebsd-ports Fri Jun 13 13:36:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA18114 for ports-outgoing; Fri, 13 Jun 1997 13:36:33 -0700 (PDT) Received: from cais.cais.com (root@cais.com [199.0.216.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA18046 for ; Fri, 13 Jun 1997 13:35:13 -0700 (PDT) Received: from earth.mat.net (root@earth.mat.net [205.252.122.1]) by cais.cais.com (8.8.5/) with SMTP id QAA26603; Fri, 13 Jun 1997 16:34:47 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [205.252.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id QAA21642; Fri, 13 Jun 1997 16:34:40 -0400 Date: Fri, 13 Jun 1997 16:33:55 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: Howard Goldstein cc: "Jordan K. Hubbard" , Satoshi Asami , ports@FreeBSD.ORG Subject: Re: this is spam (read content before deleting, it actually is not) In-Reply-To: <199706131147.HAA01300@penny.n2wx.ampr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 13 Jun 1997, Howard Goldstein wrote: > Jordan K. Hubbard writes: > > > (forwarded to list so nobody else replies) > > > What the hell is this??? > > > > Some people have broken filtering mechanisms and frequently spam > > people in turn with their own anti-spamming protection (when they > > could have simply tossed your "spam" in the bit-bucket). > > > > I consider such people the lowest of the low, subscribing to mailing > > lists and then spamming the posters in the name of "not spamming", and > > my general reaction is to simply kick them off the list in question > > and tell them NOT to rejoin. > > If you're talking about me then you've failed to read the autoreply > message, and perhaps have missed the fact that my broken filter hasn't > kicked anything back to the list. That's not true, I saw the kickback myself, which is why Jordan got incensed over it. > > Tell me, does everyone who comes here in hopes of contributing to the > development of freebsd find their mails misread and endure having a > leg gnawed off first? > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Fri Jun 13 13:44:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA18588 for ports-outgoing; Fri, 13 Jun 1997 13:44:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA18573; Fri, 13 Jun 1997 13:44:13 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21334; Fri, 13 Jun 1997 13:43:48 -0700 (PDT) Date: Fri, 13 Jun 1997 13:43:48 -0700 (PDT) Message-Id: <199706132043.NAA21334@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3840 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: xcubes State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jun 13 13:42:52 PDT 1997 State-Changed-Why: The update is done, with some modification. From owner-freebsd-ports Fri Jun 13 14:37:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA21921 for ports-outgoing; Fri, 13 Jun 1997 14:37:18 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA21908 for ; Fri, 13 Jun 1997 14:37:12 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by agora.rdrop.com (8.8.5/8.8.5) with SMTP id OAA28312 for ; Fri, 13 Jun 1997 14:37:03 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17712(7)>; Fri, 13 Jun 1997 14:35:13 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Fri, 13 Jun 1997 14:34:58 -0700 To: asami@cs.berkeley.edu (Satoshi Asami) cc: fenner@parc.xerox.com, ports@freebsd.org Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa In-reply-to: Your message of "Fri, 13 Jun 97 13:22:10 PDT." <199706132022.NAA03110@vader.cs.berkeley.edu> Date: Fri, 13 Jun 1997 14:34:58 PDT From: Bill Fenner Message-Id: <97Jun13.143458pdt.177512@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Eh, I don't buy the "you have to do some hard stuff so let's make you do more" argument. The problem of having to supply arguments to install-info can be solved the same way as it is in bsd.info.mk. And a PLIST fragment can be auto-generated easily: info-plist-stuff: .if defined(INFO) .for infofile in ${INFO} @echo @unexec install-info --delete %D/info/dir %D/info/${infofile} .endfor .for infofile in ${INFO} @echo info/${infofile} .endfor @echo "@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir" .for infofile in ${INFO} @echo @exec install-info %D/info/dir %D/info/${infofile} .endfor .endif and then this fragment can be merged by hand into the PLIST (since generating this part of the PLIST has to be done by hand anyway). If you assume a sorted PLIST (or at least one where all of the info/ entries are next to each other), you can do some automatic stuff with sed -n -e '1,/^info/p' -e '/install-info/d' PLIST.old ; \ for ... ; \ sed -e '1,/^info/d' -e '/^info/d' -e '/install-info/d' PLIST.old > PLIST (where "..." is replaced by the equivalent of the 'info-plist-stuff' target above) but that's a big assumption (and ugly sed). Bill From owner-freebsd-ports Fri Jun 13 14:53:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA22815 for ports-outgoing; Fri, 13 Jun 1997 14:53:01 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22810 for ; Fri, 13 Jun 1997 14:52:59 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by agora.rdrop.com (8.8.5/8.8.5) with SMTP id OAA29060 for ; Fri, 13 Jun 1997 14:52:50 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <18250(7)>; Fri, 13 Jun 1997 14:51:05 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Fri, 13 Jun 1997 14:50:53 -0700 To: Bill Fenner cc: asami@cs.berkeley.edu (Satoshi Asami), ports@freebsd.org Subject: Re: cvs commit: ports/devel/gmake/patches patch-aa In-reply-to: Your message of "Fri, 13 Jun 97 14:34:58 PDT." <97Jun13.143458pdt.177512@crevenia.parc.xerox.com> Date: Fri, 13 Jun 1997 14:50:48 PDT From: Bill Fenner Message-Id: <97Jun13.145053pdt.177512@crevenia.parc.xerox.com> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bill Fenner wrote: >.for infofile in ${INFO} > @echo info/${infofile} >.endfor Of course, ports don't tend to run makeinfo --no-split like bsd.info.mk does, so this will have to get a little more complex (perhaps cd ${PREFIX}; for i in info/${infofile}*; do; echo $i; done), which then makes this depend on "make install". I guess it's starting to get complicated =) Bill From owner-freebsd-ports Fri Jun 13 14:56:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA22972 for ports-outgoing; Fri, 13 Jun 1997 14:56:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22964; Fri, 13 Jun 1997 14:56:30 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA22005; Fri, 13 Jun 1997 14:56:05 -0700 (PDT) Date: Fri, 13 Jun 1997 14:56:05 -0700 (PDT) Message-Id: <199706132156.OAA22005@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3773 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: qvwm-1.0b8a State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jun 13 14:55:32 PDT 1997 State-Changed-Why: Submitted update is applied, with some modification. From owner-freebsd-ports Fri Jun 13 15:23:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA23911 for ports-outgoing; Fri, 13 Jun 1997 15:23:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA23903; Fri, 13 Jun 1997 15:22:52 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA22166; Fri, 13 Jun 1997 15:22:26 -0700 (PDT) Date: Fri, 13 Jun 1997 15:22:26 -0700 (PDT) Message-Id: <199706132222.PAA22166@freefall.freebsd.org> To: andrew@ugh.net.au, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3539 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: This is a port of poppassd that should work under 2.2 and above State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jun 13 15:20:37 PDT 1997 State-Changed-Why: Submitted change is incorporated to ports-current. From owner-freebsd-ports Fri Jun 13 15:48:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA25684 for ports-outgoing; Fri, 13 Jun 1997 15:48:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA25558; Fri, 13 Jun 1997 15:46:58 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA22531; Fri, 13 Jun 1997 15:46:33 -0700 (PDT) Date: Fri, 13 Jun 1997 15:46:33 -0700 (PDT) Message-Id: <199706132246.PAA22531@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/3863 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port request: portlint (port verifier) Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Fri Jun 13 15:46:04 PDT 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Fri Jun 13 16:43:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA27596 for ports-outgoing; Fri, 13 Jun 1997 16:43:23 -0700 (PDT) Received: from bbs.mpcs.com (root@bbs.mpcs.com [204.215.226.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA27587 for ; Fri, 13 Jun 1997 16:43:14 -0700 (PDT) Received: from pickle.n2wx.ampr.org (pickle.south.mpcs.com [204.215.226.89]) by bbs.mpcs.com (8.8.5/8.8.5/MPCS) with ESMTP id TAA26667; Fri, 13 Jun 1997 19:42:01 -0400 Received: (from root@localhost) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) id TAA00553; Fri, 13 Jun 1997 19:41:59 -0400 (EDT) Received: from penny.n2wx.ampr.org (hg@penny.n2wx.ampr.org [204.215.226.90]) by pickle.n2wx.ampr.org (8.8.6.Beta4/8.8.2/n2wx) with ESMTP id TAA00544; Fri, 13 Jun 1997 19:41:54 -0400 (EDT) Received: (from hg@localhost) by penny.n2wx.ampr.org (8.8.0/8.8.1/n2wx) id TAA00380; Fri, 13 Jun 1997 19:41:52 -0400 Date: Fri, 13 Jun 1997 19:41:52 -0400 Message-Id: <199706132341.TAA00380@penny.n2wx.ampr.org> From: Howard Goldstein To: Chuck Robey Cc: "Jordan K. Hubbard" , Satoshi Asami , ports@FreeBSD.ORG Subject: This is ridiculous (was Re: this is spam (read content before deleting, it actually is not) ) In-Reply-To: References: <199706131147.HAA01300@penny.n2wx.ampr.org> Organization: disorganization Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chuck Robey writes: > On Fri, 13 Jun 1997, Howard Goldstein wrote: > > > > If you're talking about me then you've failed to read the autoreply > > message, and perhaps have missed the fact that my broken filter hasn't > > kicked anything back to the list. > > That's not true, I saw the kickback myself, which is why Jordan got > incensed over it. You have Satoshi Asami to thank for seeing it, as he chose to post it to the mailing list. It went only to him. I'm looking at the sendmail logs, Chuck. If you have access to the freebsd.org sendmail logs conflicting with my sendmail logs then how about sending me a copy so I can go to sendmail@sendmail.org and fix my sendmail. As for labelling my statement a lie, well, maybe you and I would handle these embarassing situations differently. > > Tell me, does everyone who comes here in hopes of contributing to the > > development of freebsd find their mails misread and endure having a > > leg gnawed off first? Y'know folks, this leg's sore. How about the next one chew on my other leg via private email. It's only a guess but I'd guess the rest of the list is tired of this by now. From owner-freebsd-ports Fri Jun 13 18:51:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA03027 for ports-outgoing; Fri, 13 Jun 1997 18:51:31 -0700 (PDT) Received: from thelab.hub.org (hal-ns3-22.netcom.ca [207.181.94.150]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA03019 for ; Fri, 13 Jun 1997 18:51:24 -0700 (PDT) Received: from thelab.hub.org (LOCALHOST [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id WAA23543 for ; Fri, 13 Jun 1997 22:51:07 -0300 (ADT) Date: Fri, 13 Jun 1997 22:51:07 -0300 (ADT) From: The Hermit Hacker To: ports@freebsd.org Subject: PostgreSQL v6.1 Released... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... Not sure what James' scheduale is like, but could someone upgrade the PostgreSQL port to v6.1 from v6.0? It was officially released late this afternoon... Thanks... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org =================== TORONTO, Ontario (June 13, 1997) -- The PostgreSQL Development Team is pleased to announce the release of PostgreSQL version 6.1. PostgreSQL is a client/server Object-Relational DataBase Management System (ORDBMS), and is available at no charge. Originating as a research project to explore object-orientation and extensibility concepts in relational databases, the Postgres project lasted for 8 years at the University of California, Berkeley. The project was officially terminated in 1992, but in late 1995, two students at UCB, working with the last official release of Postgres, trimmed the system down and cleaned it up, releasing it as Postgres95. Renamed PostgreSQL, both to remove the date reference and to emphasize the system's support for the SQL92 standard query language, it is now being maintained by a talented team of volunteers. The result is an RDBMS that offers many of the most important features offered by major commercial systems, most of which carry multi-thousand dollar price tags. Due to its unique object-oriented features, extensibility, and source code accessibility, PostgreSQL has become quite popular in the scientific community. It has also gained fairly wide use as a database server for Web-based applications (a number of web tools now offer PostgreSQL interfaces). With the release of version 6.0, PostgreSQL offered increased reliability and better support of the ANSI/ISO SQL92 standard. Version 6.1 adds major improvements in execution speed, reliability and platform support. While PostgreSQL is not yet fully ANSI-compliant, it does support several features not found in ANSI SQL, such as inheritance. It also supports declarative queries in SQL, query optimization, concurrency control, transactions, multi-user support and a number of security features. Extensibility features include user defined operators, types, functions and access methods. Application programmer interfaces (APIs) exist for C, C++, Java, Perl4, Perl5, Python, SQL and Tcl. ODBC and JDBC drivers are available from commercial sources and free versions are under development. The system supports at least 15 different Unix platforms, including Linux, Solaris, Digital Unix, and BSD variants. The future also looks bright for PostgreSQL as it continues its transition from a research system to a commercially-viable production database system. While some of the more esoteric features that Postgres supported as a research system are being replaced with many of the same features found in modern commercial systems, PostgreSQL will continue to offer its unique, extensible, object-oriented architecture. PostgreSQL should be a serious consideration of anyone requiring a database server for their Unix system, whether for scientific data storage and analysis, administrative tasks, web-based applications, or any custom database application. A feature list, the software and additional information may be found on the world wide web at http://www.postgresql.org From owner-freebsd-ports Sat Jun 14 08:02:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA25431 for ports-outgoing; Sat, 14 Jun 1997 08:02:17 -0700 (PDT) Received: from thelab.hub.org (hal-ns1-52.netcom.ca [207.181.94.116]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA25426 for ; Sat, 14 Jun 1997 08:02:13 -0700 (PDT) Received: from thelab.hub.org (LOCALHOST [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id MAA28519 for ; Sat, 14 Jun 1997 12:02:10 -0300 (ADT) Date: Sat, 14 Jun 1997 12:02:10 -0300 (ADT) From: The Hermit Hacker To: ports@FreeBSD.ORG Subject: Re: PostgreSQL v6.1 Released... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 13 Jun 1997, The Hermit Hacker wrote: > > Hi... > > Not sure what James' scheduale is like, but could someone upgrade > the PostgreSQL port to v6.1 from v6.0? It was officially released late > this afternoon... Public apology here... This wasn't meant to be a slur or anything on James, far from it.. James was the one to originally put up the port of PostgreSQL, and he's always been *very* responsive to problems reported on any of the ports that he maintains. When v6.1 was originally put out (and subsequently removed), James volunteered to make the port then... One person (whom shall remain nameless) suggested I contact the MAINTAINER directly...I am the maintainer for the v6.0 port, but due to some major changes in v6.1 (uses configure now) and an unfamiliarity, and lack of time, with using configure in a port, I can't do it myself :( The 'could someone upgrade' comment was merely made because I've seen how busy James has been over recent weeks with various other ports, and wasn't sure how swamped he really was... James, if there was any offence taken, apologies...none was meant From owner-freebsd-ports Sat Jun 14 08:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA25939 for ports-outgoing; Sat, 14 Jun 1997 08:20:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA25921; Sat, 14 Jun 1997 08:20:01 -0700 (PDT) Resent-Date: Sat, 14 Jun 1997 08:20:01 -0700 (PDT) Resent-Message-Id: <199706141520.IAA25921@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, paulo@isr.uc.pt Received: from speedy.isr.uc.pt (speedy.isr.uc.pt [193.136.230.52]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA25851 for ; Sat, 14 Jun 1997 08:18:32 -0700 (PDT) Received: (from paulo@localhost) by speedy.isr.uc.pt (8.8.5/8.8.5) id QAA06449; Sat, 14 Jun 1997 16:18:18 +0100 (WEST) Message-Id: <199706141518.QAA06449@speedy.isr.uc.pt> Date: Sat, 14 Jun 1997 16:18:18 +0100 (WEST) From: paulo@isr.uc.pt Reply-To: paulo@isr.uc.pt To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3867: Scilab-2.3 Port Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3867 >Category: ports >Synopsis: Scilab-2.3 Port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 14 08:20:00 PDT 1997 >Last-Modified: >Originator: Paulo Menezes >Organization: Instituto de Sistemas e Robotica - Universidade de Coimbra >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: A port of the new version of scilab, a Matlab-like package, is available on ftp://ftp.dee.uc.pt/pub/LOCAL/scilab-2.3-port.tgz For more info about this software see http://www-rocq.inria.fr/scilab/ >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jun 14 09:31:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA28504 for ports-outgoing; Sat, 14 Jun 1997 09:31:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA28492; Sat, 14 Jun 1997 09:31:23 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA00262; Sat, 14 Jun 1997 09:30:51 -0700 (PDT) Date: Sat, 14 Jun 1997 09:30:51 -0700 (PDT) Message-Id: <199706141630.JAA00262@freefall.freebsd.org> To: candy@fct.kgc.co.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3227 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port(xtimer-8087) State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Sat Jun 14 09:30:11 PDT 1997 State-Changed-Why: Submitted port is imported with slight modification. From owner-freebsd-ports Sat Jun 14 10:06:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29849 for ports-outgoing; Sat, 14 Jun 1997 10:06:59 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29842 for ; Sat, 14 Jun 1997 10:06:49 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id TAA16646; Sat, 14 Jun 1997 19:00:32 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.5/8.8.5) id SAA02055; Sat, 14 Jun 1997 18:53:26 +0200 (CEST) Message-ID: <19970614185326.43284@klemm.gtn.com> Date: Sat, 14 Jun 1997 18:53:26 +0200 From: Andreas Klemm To: The Hermit Hacker Cc: ports@FreeBSD.ORG Subject: Re: PostgreSQL v6.1 Released... References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 In-Reply-To: ; from The Hermit Hacker on Sat, Jun 14, 1997 at 12:02:10PM -0300 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Jun 14, 1997 at 12:02:10PM -0300, The Hermit Hacker wrote: Question ... can v6.1 be used in conjunction with the PHP package ? See ->> http://www.vex.net/php/ I only see support for mSQL Postgres95 mysql Solid Sybase Oracle. PostgresSQL isn't mentioned in this long list of supported DB's, this confuses me a bit. I could try to do the upgrade if you like, because I want to run this amazing php package !!! -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Jun 14 10:07:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29872 for ports-outgoing; Sat, 14 Jun 1997 10:07:10 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29848; Sat, 14 Jun 1997 10:06:59 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id TAA16619; Sat, 14 Jun 1997 19:00:29 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.5/8.8.5) id SAA01979; Sat, 14 Jun 1997 18:46:43 +0200 (CEST) Message-ID: <19970614184643.55229@klemm.gtn.com> Date: Sat, 14 Jun 1997 18:46:43 +0200 From: Andreas Klemm To: ache@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: apache port and http://www.vex.net/php/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Andrey ! Look at that wonderful package ... Looks really smart and useful. I'd really like to see this in the ports collection. I'm currently fiddeling around to make a php port. Although I'm nearly finished with the port as stand alone cgi program, I'd like to follow the suggestions of the author, to run it as an apache module. Would you like to integrate it into your apache port or do you think it's getting to complicated then ? Would you like to do the port, since you already maintain apache or would you prefer, that I create another port like "apache-php" ?! We should take into consideration, that soon more apache modules might show up ... How would you like this apache module stuff be handeled ?! Andreas /// -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Jun 14 11:03:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA02199 for ports-outgoing; Sat, 14 Jun 1997 11:03:07 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA02178 for ; Sat, 14 Jun 1997 11:02:35 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id NAA05585; Sat, 14 Jun 1997 13:59:42 -0400 (EDT) Date: Sat, 14 Jun 1997 13:59:42 -0400 (EDT) From: James FitzGibbon To: The Hermit Hacker cc: ports@FreeBSD.ORG Subject: Re: PostgreSQL v6.1 Released... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 13 Jun 1997, The Hermit Hacker wrote: > > the PostgreSQL port to v6.1 from v6.0? It was officially released late > this afternoon... Will do. Hopefully this will fix the problems I was having with the perl5 module as well. -- j. From owner-freebsd-ports Sat Jun 14 11:03:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA02236 for ports-outgoing; Sat, 14 Jun 1997 11:03:45 -0700 (PDT) Received: from nexis.net (customer-1.ican.net [198.133.36.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA02231 for ; Sat, 14 Jun 1997 11:03:43 -0700 (PDT) Received: from localhost (james@localhost) by nexis.net (8.8.5/8.8.5) with SMTP id OAA05598; Sat, 14 Jun 1997 14:00:58 -0400 (EDT) Date: Sat, 14 Jun 1997 14:00:58 -0400 (EDT) From: James FitzGibbon To: The Hermit Hacker cc: ports@FreeBSD.ORG Subject: Re: PostgreSQL v6.1 Released... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 14 Jun 1997, The Hermit Hacker wrote: > The 'could someone upgrade' comment was merely made because I've seen > how busy James has been over recent weeks with various other ports, and > wasn't sure how swamped he really was... > > James, if there was any offence taken, apologies...none was meant I didn't read anything into it, no offence taken. -- j. From owner-freebsd-ports Sat Jun 14 12:06:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04093 for ports-outgoing; Sat, 14 Jun 1997 12:06:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA04087; Sat, 14 Jun 1997 12:05:56 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA01083; Sat, 14 Jun 1997 12:05:24 -0700 (PDT) Date: Sat, 14 Jun 1997 12:05:24 -0700 (PDT) Message-Id: <199706141905.MAA01083@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/2869 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Submiting new port: tac_plus Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Sat Jun 14 12:04:36 PDT 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Sat Jun 14 12:07:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04144 for ports-outgoing; Sat, 14 Jun 1997 12:07:11 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA04120 for ; Sat, 14 Jun 1997 12:07:04 -0700 (PDT) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.5/8.8.5) id XAA01664; Sat, 14 Jun 1997 23:06:40 +0400 (MSD) Date: Sat, 14 Jun 1997 23:06:40 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Andreas Klemm cc: ports@FreeBSD.ORG Subject: Re: apache port and http://www.vex.net/php/ In-Reply-To: <19970614184643.55229@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 14 Jun 1997, Andreas Klemm wrote: > Would you like to integrate it into your apache port or do you > think it's getting to complicated then ? I simple don't have a time to play with... :-) > Would you like to do the port, since you already maintain > apache or would you prefer, that I create another port like > "apache-php" ?! I think it is better if this addition will be controlled by some sort of environment variable during apache build. Separate port can be only the form picked up durign apache build, not true separate port, because true separate port makes adding of more modules harder. > We should take into consideration, that soon more apache > modules might show up ... How would you like this apache > module stuff be handeled ?! I think set of environment variables is the way to control apache soup, but maybe more nice ways exists I don't know. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Sat Jun 14 12:16:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04590 for ports-outgoing; Sat, 14 Jun 1997 12:16:28 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA04576; Sat, 14 Jun 1997 12:16:21 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wcyGt-0001qS-00; Sat, 14 Jun 1997 12:13:59 -0700 Date: Sat, 14 Jun 1997 12:13:59 -0700 (PDT) From: Tom Samplonius To: Andreas Klemm cc: ache@freebsd.org, ports@freebsd.org Subject: Re: apache port and http://www.vex.net/php/ In-Reply-To: <19970614184643.55229@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 14 Jun 1997, Andreas Klemm wrote: ... > Although I'm nearly finished with the port as stand alone cgi > program, I'd like to follow the suggestions of the author, to run > it as an apache module. There are some security problems with the cgi module. It should only be used as last resort. I would recommend that the cgi php module be NOT included into the ports collection, lest someone have their system broken into, because of it. The apache module is avoids this problem. There was some discussion about the security problems with the cgi module on the postgresql mailing list. Also, if included as port, which database would php be built for? Wouldn't you need to make two ports? One for php-postresql and one for php-msql? ... > -- > Andreas Klemm | klemm.gtn.com - powered by > Symmetric MultiProcessor FreeBSD > http://www.freebsd.org/~fsmp/SMP/SMP.html > http://www.freebsd.org/~fsmp/SMP/benches.html > > Tom From owner-freebsd-ports Sat Jun 14 12:16:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04623 for ports-outgoing; Sat, 14 Jun 1997 12:16:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA04616; Sat, 14 Jun 1997 12:16:48 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA01205; Sat, 14 Jun 1997 12:16:15 -0700 (PDT) Date: Sat, 14 Jun 1997 12:16:15 -0700 (PDT) Message-Id: <199706141916.MAA01205@freefall.freebsd.org> To: tli@jnx.com, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/1550 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: "make install" needs to know how to update /usr/local/info/dir State-Changed-From-To: analyzed-closed State-Changed-By: max State-Changed-When: Sat Jun 14 12:12:57 PDT 1997 State-Changed-Why: Now, we have install-info and we are starting to modify the ports with info files to use it. So I close this PR. From owner-freebsd-ports Sat Jun 14 12:20:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04792 for ports-outgoing; Sat, 14 Jun 1997 12:20:38 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA04787 for ; Sat, 14 Jun 1997 12:20:33 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id VAA06268 for ports@FreeBSD.ORG; Sat, 14 Jun 1997 21:15:18 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.5/8.8.5) id UAA25443; Sat, 14 Jun 1997 20:17:40 +0200 (CEST) Message-ID: <19970614201740.40929@klemm.gtn.com> Date: Sat, 14 Jun 1997 20:17:40 +0200 From: Andreas Klemm To: ports@FreeBSD.ORG Subject: Re: PostgreSQL v6.1 Released... References: <19970614185326.43284@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 In-Reply-To: <19970614185326.43284@klemm.gtn.com>; from Andreas Klemm on Sat, Jun 14, 1997 at 06:53:26PM +0200 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Jun 14, 1997 at 06:53:26PM +0200, Andreas Klemm wrote: > On Sat, Jun 14, 1997 at 12:02:10PM -0300, The Hermit Hacker wrote: > > Question ... can v6.1 be used in conjunction with the PHP package ? > > See ->> http://www.vex.net/php/ > > I only see support for mSQL Postgres95 mysql Solid Sybase Oracle. > > PostgresSQL isn't mentioned in this long list of supported DB's, > this confuses me a bit. Got the answer myself from the postgresql port ... it's a successor of postgres95 ... -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Jun 14 12:51:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA06239 for ports-outgoing; Sat, 14 Jun 1997 12:51:16 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA06223; Sat, 14 Jun 1997 12:51:07 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id VAA11464; Sat, 14 Jun 1997 21:45:18 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.5/8.8.5) id VAA00664; Sat, 14 Jun 1997 21:36:27 +0200 (CEST) Message-ID: <19970614213627.13806@klemm.gtn.com> Date: Sat, 14 Jun 1997 21:36:27 +0200 From: Andreas Klemm To: Tom Samplonius Cc: ache@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: apache port and http://www.vex.net/php/ References: <19970614184643.55229@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.75 In-Reply-To: ; from Tom Samplonius on Sat, Jun 14, 1997 at 12:13:59PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Jun 14, 1997 at 12:13:59PM -0700, Tom Samplonius wrote: > > On Sat, 14 Jun 1997, Andreas Klemm wrote: > > ... > > Although I'm nearly finished with the port as stand alone cgi > > program, I'd like to follow the suggestions of the author, to run > > it as an apache module. > > There are some security problems with the cgi module. It should only be > used as last resort. I would recommend that the cgi php module be NOT > included into the ports collection, lest someone have their system broken > into, because of it. The apache module is avoids this problem. Ah, good to know ! > There was some discussion about the security problems with the cgi > module on the postgresql mailing list. Thanks for the info. > Also, if included as port, which database would php be built for? > Wouldn't you need to make two ports? One for php-postresql and one for > php-msql? I'd suggest to compile in support for all known databases or to try to make it a compile time option make apache MODULES=php DATABASE=postgres95 or something like this. Any volunteer for this ?! I'm currently updating the postgresql port. Andreas /// -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-freebsd-ports Sat Jun 14 16:24:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA15501 for ports-outgoing; Sat, 14 Jun 1997 16:24:52 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA15478; Sat, 14 Jun 1997 16:24:40 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id SAA28328; Sat, 14 Jun 1997 18:24:32 -0500 (EST) Date: Sat, 14 Jun 1997 18:24:31 -0500 (EST) From: John Fieber To: Andreas Klemm cc: ache@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: apache port and http://www.vex.net/php/ In-Reply-To: <19970614184643.55229@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 14 Jun 1997, Andreas Klemm wrote: > Look at that wonderful package ... Looks really smart and useful. > I'd really like to see this in the ports collection. Looks pretty spiffy, but why oh why did they have to make it incompatible with SGML!!! It would have been trivial to implement it an SGML compatible way. :( -john From owner-freebsd-ports Sat Jun 14 19:43:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA20987 for ports-outgoing; Sat, 14 Jun 1997 19:43:57 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA20965; Sat, 14 Jun 1997 19:43:33 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199706150243.TAA20965@hub.freebsd.org> Subject: Re: this is spam (read content before deleting, it actually is not) To: asami@cs.berkeley.edu (Satoshi Asami) Date: Sat, 14 Jun 1997 19:43:33 -0700 (PDT) Cc: jkh@time.cdrom.com, hgoldste@bbs.mpcs.com, ports@freebsd.org In-Reply-To: <199706130553.WAA02340@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Jun 12, 97 10:53:28 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > > * Some people have broken filtering mechanisms and frequently spam > * people in turn with their own anti-spamming protection (when they > * could have simply tossed your "spam" in the bit-bucket). > > Well, I knew that. Sorry if you took the question literally. (It was > more in line of, "what the hell are you doing???" when your son is > spraying milk on the hamster.... ;) hmm..what is your son doing??? ;) > > * I consider such people the lowest of the low, subscribing to mailing > * lists and then spamming the posters in the name of "not spamming", and > * my general reaction is to simply kick them off the list in question > * and tell them NOT to rejoin. > > He's not on the list, at least that's what he said. > > > (please cc: any reply to me as well as to the list - thanks) > > I'm sure he would have jmb pulling his hairs out if he were on any of > our lists.... ;) damn right...followed by a slow broil on the barbeque out back. jmb From owner-freebsd-ports Sat Jun 14 21:26:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA24921 for ports-outgoing; Sat, 14 Jun 1997 21:26:51 -0700 (PDT) Received: from thelab.hub.org (hal-ns1-54.netcom.ca [207.181.94.118]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA24915 for ; Sat, 14 Jun 1997 21:26:45 -0700 (PDT) Received: from thelab.hub.org (LOCALHOST [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id BAA00752; Sun, 15 Jun 1997 01:26:30 -0300 (ADT) Date: Sun, 15 Jun 1997 01:26:30 -0300 (ADT) From: The Hermit Hacker To: Andreas Klemm cc: ports@FreeBSD.ORG Subject: Re: PostgreSQL v6.1 Released... In-Reply-To: <19970614185326.43284@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 14 Jun 1997, Andreas Klemm wrote: > On Sat, Jun 14, 1997 at 12:02:10PM -0300, The Hermit Hacker wrote: > > Question ... can v6.1 be used in conjunction with the PHP package ? > > See ->> http://www.vex.net/php/ > > I only see support for mSQL Postgres95 mysql Solid Sybase Oracle. > > PostgresSQL isn't mentioned in this long list of supported DB's, > this confuses me a bit. PostgreSQL is just the new name for Postgres95...the old name brought up nightmarish images of Windows95, so we renamed it :) I use PHP/FI extensively with PostgreSQL, and have yet to see any problems with it :) Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org From owner-freebsd-ports Sat Jun 14 22:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27602 for ports-outgoing; Sat, 14 Jun 1997 22:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27578; Sat, 14 Jun 1997 22:40:02 -0700 (PDT) Resent-Date: Sat, 14 Jun 1997 22:40:02 -0700 (PDT) Resent-Message-Id: <199706150540.WAA27578@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, handy@lambic.space.lockheed.com Received: from lambic.space.lockheed.com (lambic.space.lockheed.com [192.68.162.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA27485 for ; Sat, 14 Jun 1997 22:36:48 -0700 (PDT) Received: (from handy@localhost) by lambic.space.lockheed.com (8.8.5/8.8.5) id WAA26900; Sat, 14 Jun 1997 22:36:11 -0700 (PDT) Message-Id: <199706150536.WAA26900@lambic.space.lockheed.com> Date: Sat, 14 Jun 1997 22:36:11 -0700 (PDT) From: Brian Handy Reply-To: handy@lambic.space.lockheed.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3870: Upgrade tkdesk 1.0b3 --> 1.0b4 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3870 >Category: ports >Synopsis: Upgrade tkdesk 1.0b3 --> 1.0b4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 14 22:40:01 PDT 1997 >Last-Modified: >Originator: Brian Handy >Organization: Montana State University - Bozeman >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: tkdesk has changed master site Also upgraded 1.0b3 --> 1.0b4 >How-To-Repeat: >Fix: The patches are available at: (Kinda big and I couldn't write to /pub/incoming on ftp.freebsd.org) ftp://sag.space.lockheed.com/pub/handy/tkdesk-1.0b4.diff.gz >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jun 14 22:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27894 for ports-outgoing; Sat, 14 Jun 1997 22:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27887; Sat, 14 Jun 1997 22:50:02 -0700 (PDT) Resent-Date: Sat, 14 Jun 1997 22:50:02 -0700 (PDT) Resent-Message-Id: <199706150550.WAA27887@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, pgiffuni@FPS.biblos.unal.edu.co Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27643; Sat, 14 Jun 1997 22:41:12 -0700 (PDT) Message-Id: <199706150541.WAA27643@hub.freebsd.org> Date: Sat, 14 Jun 1997 22:41:12 -0700 (PDT) From: pgiffuni@FPS.biblos.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/3871: Update to FElt port (CAD) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3871 >Category: ports >Synopsis: Update to FElt port (CAD) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 14 22:50:01 PDT 1997 >Last-Modified: >Originator: Pedro Giffuni S. >Organization: Universidad Nacional de Colombia >Release: 2.2.1-Release >Environment: Non-relevant >Description: This update of the FElt port solves some problems in FElt. I also added examples and corrected a small typo in the PLIST (oops I don't see that fixed the update, better check: it was a problem with the directory $(PREFIX)/share/felt). >How-To-Repeat: The update follows >Fix: diff -ru felt.old/Makefile felt/Makefile --- felt.old/Makefile Sat Jun 14 19:14:11 1997 +++ felt/Makefile Sat Jun 14 22:09:31 1997 @@ -1,28 +1,31 @@ # New ports collection makefile for: FElt -# Version required: 3.01 -# Date created: 19 October 1996 -# Whom: +# Version required: 3.02 +# Date created: 19 June 1997 +# Whom: Pedro Giffuni # # $Id: Makefile,v 1.3 1997/01/19 02:47:27 obrien Exp $ # -DISTNAME= felt-3.01 +DISTNAME= felt-3.02 CATEGORIES= cad MASTER_SITES= http://www-cse.ucsd.edu/users/atkinson/FElt/Binaries/ \ - ftp://lucy.ifi.unibas.ch/unix/general/ + ftp://ftp.isd.uni-stuttgart.de/pub/src/FEM/FElt/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co -WRKSRC= ${WRKDIR}/FElt-3.00 +WRKSRC= ${WRKDIR}/FElt-3.02 GNU_CONFIGURE= yes MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 MAN4= corduroy.4 felt.4 -#DOCS= ftp://cs.ucsd.edu/pub/felt/felt-3.00.ps.gz +#DOCS= ftp://cs.ucsd.edu/pub/felt/felt-3.02.ps.gz post-patch: ${RM} -f $(WRKSRC)/lib/Geompack/*.c +post-install: + $(MKDIR) $(PREFIX)/examples/FElt + $(CP) $(WRKSRC)/examples/* $(PREFIX)/examples/FElt .include diff -ru felt.old/files/md5 felt/files/md5 --- felt.old/files/md5 Sat Jun 14 19:14:10 1997 +++ felt/files/md5 Sat Jun 14 21:09:22 1997 @@ -1 +1 @@ -MD5 (felt-3.01.src.tar.gz) = 265c8e84eefc96d0ca5e1a0260b92dab +MD5 (felt-3.02.src.tar.gz) = 18798981dfbc5a0c2e77eda1090f36c0 diff -ru felt.old/patches/patch-ab felt/patches/patch-ab --- felt.old/patches/patch-ab Sat Jun 14 19:14:10 1997 +++ felt/patches/patch-ab Sat Jun 14 22:03:56 1997 @@ -1,43 +1,19 @@ -diff -rc ../FElt-3.00/src/Velvet/Velvet.ad ./src/Velvet/Velvet.ad -*** ../FElt-3.00/src/Velvet/Velvet.ad Sat Jun 10 15:21:17 1995 ---- ./src/Velvet/Velvet.ad Wed Dec 18 20:53:26 1996 +*** src/Velvet/Velvet.ad.orig Sat May 10 18:04:40 1997 +--- src/Velvet/Velvet.ad Sat Jun 14 22:00:38 1997 *************** -*** 896,905 **** - - ! 2d specific defaults - -! *shapeStyle: Oval -! *control*spacer.height: 119 -! *control*MenuButton*height: 19 -! *control*Command*height: 19 - *elementDialog*MenuButton*shapeStyle: Rectangle - *nodeDialog*MenuButton*shapeStyle: Rectangle - *elementDialog*help*shapeStyle: Oval ---- 896,905 ---- - - ! 2d specific defaults - -! !*shapeStyle: Oval -! !*control*spacer.height: 119 -! !*control*MenuButton*height: 19 -! !*control*Command*height: 19 - *elementDialog*MenuButton*shapeStyle: Rectangle - *nodeDialog*MenuButton*shapeStyle: Rectangle - *elementDialog*help*shapeStyle: Oval -*************** -*** 908,914 **** +*** 1046,1052 **** ! 3d specific defaults ! !*shapeStyle: Rectangle -! !*control*spacer.height: 80 +! !*control*spacer.height: 43 ! !*control*MenuButton*height: 26 ! !*control*Command*height: 26 ---- 908,914 ---- +--- 1046,1052 ---- ! 3d specific defaults ! *shapeStyle: Rectangle -! *control*spacer.height: 80 +! *control*spacer.height: 43 ! *control*MenuButton*height: 26 ! *control*Command*height: 26 diff -ru felt.old/patches/patch-ac felt/patches/patch-ac --- felt.old/patches/patch-ac Sat Jun 14 19:14:10 1997 +++ felt/patches/patch-ac Sat Jun 14 22:36:41 1997 @@ -1,28 +1,16 @@ -*** ../FElt-3.00/src/Velvet/velvet.c Wed May 31 19:03:06 1995 ---- ./src/Velvet/velvet.c Wed Dec 18 20:50:30 1996 +*** src/Burlap/allocate.h.orig Sat Jun 14 22:32:22 1997 +--- src/Burlap/allocate.h Sat Jun 14 22:35:28 1997 *************** -*** 73,78 **** ---- 73,81 ---- - # include "popup.xbm" - # include "FElt.icon" +*** 28,34 **** +--- 28,38 ---- -+ #ifdef __FreeBSD__ -+ #include + # ifndef _ALLOCATE_H + # define _ALLOCATE_H ++ #ifdef __STDC__ ++ #include ++ #else + # include + #endif + # include - static char *defaults [ ] = { - # include "velvet.ad.h" -*************** -*** 595,600 **** ---- 598,608 ---- - static String output_buttons [ ] = {"dismiss", "save"}; - static String proceed_buttons [ ] = {"okay", "cancel"}; - static String qsave_buttons [ ] = {"yes", "no", "cancel"}; -+ -+ #ifdef __FreeBSD__ -+ fpsetmask (0); -+ #endif -+ - - - /* Parse the initial command line options */ + # define New(type) \ diff -ru felt.old/pkg/PLIST felt/pkg/PLIST --- felt.old/pkg/PLIST Sat Jun 14 19:14:11 1997 +++ felt/pkg/PLIST Sat Jun 14 21:42:20 1997 @@ -4,6 +4,92 @@ bin/patchwork bin/velvet bin/yardstick +examples/FElt/frame3.flt +examples/FElt/beam3d_b.flt +examples/FElt/bridge.flt +examples/FElt/cube.flt +examples/FElt/iso.flt +examples/FElt/pstress.flt +examples/FElt/pstress_a.flt +examples/FElt/truss3d.flt +examples/FElt/truss_d.flt +examples/FElt/distrib.flt +examples/FElt/distrib_a.flt +examples/FElt/distrib_b.flt +examples/FElt/frame.flt +examples/FElt/mixed_dist.flt +examples/FElt/mixed.flt +examples/FElt/pstress_dist.flt +examples/FElt/truss.flt +examples/FElt/truss_a.flt +examples/FElt/beam.flt +examples/FElt/beam3d_2d.flt +examples/FElt/iso_a.flt +examples/FElt/distrib_c.flt +examples/FElt/README +examples/FElt/iso_b.flt +examples/FElt/iso_c.flt +examples/FElt/iso_tri.flt +examples/FElt/truss_trig.flt +examples/FElt/wrench.flt +examples/FElt/isoq_dist.flt +examples/FElt/isoq_tri.flt +examples/FElt/distrib_d.flt +examples/FElt/beam3d_dist.flt +examples/FElt/pstress_new.flt +examples/FElt/mixed_dist.ans +examples/FElt/displ.flt +examples/FElt/beam3d_dist_a.flt +examples/FElt/german.flt +examples/FElt/errors.flt +examples/FElt/distrib_e.flt +examples/FElt/timoshenko.flt +examples/FElt/timoshenko_a.flt +examples/FElt/timoshenko_c.flt +examples/FElt/global.flt +examples/FElt/global_a.flt +examples/FElt/hinged.flt +examples/FElt/tower.flt +examples/FElt/global3d_a.flt +examples/FElt/global3d.flt +examples/FElt/global3d_b.flt +examples/FElt/bicycle_boys.flt +examples/FElt/bicycle_girls.flt +examples/FElt/dynamic.flt +examples/FElt/dynframe.flt +examples/FElt/golden.flt +examples/FElt/bridge_dyn.flt +examples/FElt/htk.flt +examples/FElt/truss_canvas.flt +examples/FElt/brick.flt +examples/FElt/beam_ss.flt +examples/FElt/dist_mult.flt +examples/FElt/modal.flt +examples/FElt/modal_8.flt +examples/FElt/modal_sample.flt +examples/FElt/ctg.flt +examples/FElt/ctg_simple.flt +examples/FElt/heat.flt +examples/FElt/rod.flt +examples/FElt/beamspec.flt +examples/FElt/heat_transient.flt +examples/FElt/rod_transient.flt +examples/FElt/dynspect.flt +examples/FElt/spring_modal.flt +examples/FElt/spring2.flt +examples/FElt/truss_spec.flt +examples/FElt/boxtruss.flt +examples/FElt/bridge_spec.flt +examples/FElt/loadcase1.flt +examples/FElt/axisymm.flt +examples/FElt/beam_lc.flt +examples/FElt/beam_nl.flt +examples/FElt/beam_range.flt +examples/FElt/flexure.flt +examples/FElt/modal_test.flt +examples/FElt/nl_range.flt +examples/FElt/truss_nl.flt +examples/FElt/beam3d_a.flt man/man1/burlap.1.gz man/man1/corduroy.1.gz man/man1/felt.1.gz >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jun 14 23:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29368 for ports-outgoing; Sat, 14 Jun 1997 23:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29334; Sat, 14 Jun 1997 23:40:02 -0700 (PDT) Resent-Date: Sat, 14 Jun 1997 23:40:02 -0700 (PDT) Resent-Message-Id: <199706150640.XAA29334@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, vince@MCESTATE.COM Received: from earth.GAIANET.NET (vince@earth.GAIANET.NET [207.211.200.28]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29186 for ; Sat, 14 Jun 1997 23:35:37 -0700 (PDT) Received: (from vince@localhost) by earth.GAIANET.NET (8.8.5/8.8.5) id XAA21806; Sat, 14 Jun 1997 23:35:14 -0700 (PDT) Message-Id: <199706150635.XAA21806@earth.GAIANET.NET> Date: Sat, 14 Jun 1997 23:35:14 -0700 (PDT) From: vince@MCESTATE.COM Reply-To: vince@MCESTATE.COM To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/3872: Enter key not working properly in trn port Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3872 >Category: ports >Synopsis: Enter key not working properly in trn port >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 14 23:40:00 PDT 1997 >Last-Modified: >Originator: Vincent Poy >Organization: GaiaNet Corporation / M & C Estate Beverly Hills, California USA 90210 >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0 -CURRENT as of 6/14/1997 on a P5-100 System with 128 Megs of RAM, 9.1 GIG on a Seagate ST410800W Hard Drive. >Description: The current trn newsreader port doesn't seem to interpret the Enter key correctly at the prompt and will show as ^M. Hitting ^M does do a Carriage-Return. >How-To-Repeat: An example is this: ====== 457 unread articles in comp.sys.hp.hpux -- read now? [+ynq] a hkk^M >Fix: No idea on this one. >Audit-Trail: >Unformatted: