From owner-freebsd-ports Sun Aug 18 01:52:01 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA04997 for ports-outgoing; Sun, 18 Aug 1996 01:52:01 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA04977 for ; Sun, 18 Aug 1996 01:51:55 -0700 (PDT) Received: (from narvi@localhost) by haldjas.folklore.ee (8.6.12/8.6.12) id LAA10153; Sun, 18 Aug 1996 11:55:56 +0300 Date: Sun, 18 Aug 1996 11:55:55 +0300 (EET DST) From: Narvi To: "David E. O'Brien" cc: freebsd-ports@FreeBSD.ORG Subject: Re: PREFIX with X11 ports In-Reply-To: <199608172128.OAA21821@relay.nuxi.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, 17 Aug 1996, David E. O'Brien wrote: > How do you specify a PREFIX with X11 ports? > > make PREFIX=/tmp/X > make PREFIX=/tmp/X install > > Didn't produce very good results -- imake seems to hardcode /usr/X11R6 as > the prefix. The PREFIX equvailent for PREFIX seems to be X11BASE... Try changing that instead of PREFIX. Sander > > -- David (obrien@cs.ucdavis.edu) > From owner-freebsd-ports Sun Aug 18 02:28:08 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA09347 for ports-outgoing; Sun, 18 Aug 1996 02:28:08 -0700 (PDT) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA09337 for ; Sun, 18 Aug 1996 02:28:05 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca71-51.ix.netcom.com [207.92.177.115]) by dfw-ix8.ix.netcom.com (8.6.13/8.6.12) with ESMTP id CAA06206; Sun, 18 Aug 1996 02:27:29 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id CAA10401; Sun, 18 Aug 1996 02:27:27 -0700 (PDT) Date: Sun, 18 Aug 1996 02:27:27 -0700 (PDT) Message-Id: <199608180927.CAA10401@baloon.mimi.com> To: dcmyers@access.digex.net CC: freebsd-ports@freebsd.org In-reply-to: <199608170415.XAA20531@access2.digex.net> (message from David Myers on Fri, 16 Aug 1996 23:15:32 -0500 (EST)) Subject: Re: Gnu configure problems (mail problems too!) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * /usr/ports/devel/flex >make * Checksums OK. * ===> Configuring for flex-2.5.3 * . * .. * README : * configure: error: missing argument to -- * *** Error code 1 There's something definitely weird about your setup. It should look like this here: ======= ===> Configuring for flex-2.5.3 creating cache ./config.cache checking whether ln -s works... yes checking for bison... no checking for byacc... byacc checking for gcc... cc checking whether we are using GNU C... yes checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking whether make sets $MAKE... yes checking for working const... yes ======= Note it doesn't do any directory listing. (This is -current built yesterday.) Could it be that you have something in your PATH that configure is picking up? The script itself is run as "./configure" so there shouldn't be any confusion there. Satoshi From owner-freebsd-ports Sun Aug 18 03:34:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA15704 for ports-outgoing; Sun, 18 Aug 1996 03:34:04 -0700 (PDT) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA15661 for ; Sun, 18 Aug 1996 03:34:02 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca71-51.ix.netcom.com [207.92.177.115]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id DAA16932; Sun, 18 Aug 1996 03:33:21 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id DAA10561; Sun, 18 Aug 1996 03:33:15 -0700 (PDT) Date: Sun, 18 Aug 1996 03:33:15 -0700 (PDT) Message-Id: <199608181033.DAA10561@baloon.mimi.com> To: obrien@Nuxi.cs.ucdavis.edu CC: freebsd-ports@freebsd.org In-reply-to: <199608180219.TAA09934@relay.nuxi.com> (obrien@Nuxi.cs.ucdavis.edu) Subject: Re: PREFIX with X11 ports From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Yes, I saw this in bsd.port.mk, but it doesn't affect anything -- xmkmf * builds the Makefile with /usr/X11R6 as the top of the tree. If you want to move the whole X tree, redefine X11BASE in /etc/make.conf and ProjectRoot in /usr/X11R6(oops)/lib/X11/config/site.def. There is currently no way to safely move part of the X tree. I've talked with numerous people about this (most recently with Chuck, as he just mentioned), but the one-tree-ness is just built so deeply into the X design (take app-defaults for instance) I'm not sure if we can change this. :( Satoshi From owner-freebsd-ports Sun Aug 18 07:34:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26445 for ports-outgoing; Sun, 18 Aug 1996 07:34:55 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA26438 for ; Sun, 18 Aug 1996 07:34:52 -0700 (PDT) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.103.25]) by po1.glue.umd.edu (8.7.5/8.7.3) with ESMTP id KAA28115; Sun, 18 Aug 1996 10:34:49 -0400 (EDT) Received: from localhost (chuckr@localhost) by thurston.eng.umd.edu (8.7.5/8.7.3) with SMTP id KAA13073; Sun, 18 Aug 1996 10:34:47 -0400 (EDT) X-Authentication-Warning: thurston.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 18 Aug 1996 10:34:47 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: Satoshi Asami cc: obrien@Nuxi.cs.ucdavis.edu, freebsd-ports@freebsd.org Subject: Re: PREFIX with X11 ports In-Reply-To: <199608181033.DAA10561@baloon.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, 18 Aug 1996, Satoshi Asami wrote: > * Yes, I saw this in bsd.port.mk, but it doesn't affect anything -- xmkmf > * builds the Makefile with /usr/X11R6 as the top of the tree. > > If you want to move the whole X tree, redefine X11BASE in > /etc/make.conf and ProjectRoot in /usr/X11R6(oops)/lib/X11/config/site.def. > > There is currently no way to safely move part of the X tree. I've > talked with numerous people about this (most recently with Chuck, as > he just mentioned), but the one-tree-ness is just built so deeply into > the X design (take app-defaults for instance) I'm not sure if we can > change this. :( I can make X installs do anything I want, it's not difficult, by redefining the xmkmf call in bsd.port.mk. That's not the trouble, I already gave Satoshi a dmonstration patch that did that. The hitch is the X Resource Manager library calls, that all good X applications use to read their defaults with. The path /usr/X11R6/lib/X11/app-defaults is hardcoded into the library call, so if we don't install stuff into /usr/X11R6 (or I should say, at a minimum, the app-defaults files) then X applications won't be able to read their defaults. I can put stuff anywhere I please, imake gives me great flexibility (I actually like imake better the autoconf). Installing it isn't the problem. > > Satoshi > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Sun Aug 18 14:02:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA12768 for ports-outgoing; Sun, 18 Aug 1996 14:02:55 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA12763 for ; Sun, 18 Aug 1996 14:02:51 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id XAA04136 for ; Sun, 18 Aug 1996 23:02:45 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id XAA32223 for ports@FreeBSD.ORG; Sun, 18 Aug 1996 23:02:24 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.7/keltia-uucp-2.9) id WAA07521; Sun, 18 Aug 1996 22:55:54 +0200 (MET DST) Message-Id: <199608182055.WAA07521@keltia.freenix.fr> Date: Sun, 18 Aug 1996 22:55:53 +0200 From: roberto@keltia.freenix.fr (Ollivier Robert) To: ports@FreeBSD.ORG (FreeBSD's ports list) Subject: MD5 checksum X-Mailer: Mutt 0.40 Mime-Version: 1.0 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Something that has been bothering me for a while: why always verify the checksum again and again after extraction ?? Any action will begin by verifying the checksum. I don't think it is necessary... -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #17: Fri Aug 2 20:40:17 MET DST 1996 From owner-freebsd-ports Sun Aug 18 18:18:17 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA27737 for ports-outgoing; Sun, 18 Aug 1996 18:18:17 -0700 (PDT) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA27727 for ; Sun, 18 Aug 1996 18:18:16 -0700 (PDT) Received: (from obrien@localhost) by relay.nuxi.com (8.7.5/8.6.12) id SAA11916 for freebsd-ports@freebsd.org; Sun, 18 Aug 1996 18:18:54 -0700 (PDT) From: "David E. O'Brien" Message-Id: <199608190118.SAA11916@relay.nuxi.com> Subject: Re: PREFIX with X11 ports To: freebsd-ports@freebsd.org (FreeBSD ports list) Date: Sun, 18 Aug 1996 18:18:54 -0700 (PDT) In-Reply-To: from Narvi at "Aug 18, 96 11:55:55 am" X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 X-Mailer: ELM [version 2.4ME+ PL22 (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 > > How do you specify a PREFIX with X11 ports? > > > > make PREFIX=/tmp/X install > > > > Didn't produce very good results -- imake seems to hardcode /usr/X11R6 as > > the prefix. > > The PREFIX equvailent for PREFIX seems to be X11BASE... Try changing that > instead of PREFIX. Nope. That variable isn't passed to xmkmf either. >From other emails, it appears it can't be done. That's ok -- I was just trying to make sure that I didn't have any hard coded paths in my install. I try to test all my ports with a ``make PREFIX=/tmp/foo install'' from scratch to flush out any hardcoding I missed. This was just the first time I've done it on an X-11 port. -- David From owner-freebsd-ports Mon Aug 19 01:42:25 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA27937 for ports-outgoing; Mon, 19 Aug 1996 01:42:25 -0700 (PDT) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA27930 for ; Mon, 19 Aug 1996 01:42:22 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca56-36.ix.netcom.com [205.186.122.100]) by dfw-ix7.ix.netcom.com (8.6.13/8.6.12) with ESMTP id BAA23274; Mon, 19 Aug 1996 01:41:16 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id AAA13189; Mon, 19 Aug 1996 00:48:57 -0700 (PDT) Date: Mon, 19 Aug 1996 00:48:57 -0700 (PDT) Message-Id: <199608190748.AAA13189@baloon.mimi.com> To: chuckr@glue.umd.edu CC: obrien@Nuxi.cs.ucdavis.edu, freebsd-ports@freebsd.org In-reply-to: (message from Chuck Robey on Sun, 18 Aug 1996 10:34:47 -0400 (EDT)) Subject: Re: PREFIX with X11 ports From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I can make X installs do anything I want, it's not difficult, by * redefining the xmkmf call in bsd.port.mk. That's not the trouble, I * already gave Satoshi a dmonstration patch that did that. The hitch is the * X Resource Manager library calls, that all good X applications use to read * their defaults with. The path /usr/X11R6/lib/X11/app-defaults is * hardcoded into the library call, so if we don't install stuff into * /usr/X11R6 (or I should say, at a minimum, the app-defaults files) then X * applications won't be able to read their defaults. * * I can put stuff anywhere I please, imake gives me great flexibility (I * actually like imake better the autoconf). Installing it isn't the * problem. I know that. I'm not concerned about the actual mechanics of installation into separate trees, I'm more worried about how the applications will function after that. >From what I have gathered, there are two major problems: (1) The app-defaults path is hardcoded into the shared libXt (or whatever shared library), so there is no way we can change this so that system binaries (i.e., one that Rich compiles for us) will read it from /usr/X11R6 and others read it from, say, /usr/local/X11. (2) The library and include directories are assumed to be a single pathname, not a list, in imake macros. For instance, we can't compile a program that requires libXpm (which we put in /usr/local/X11) and libXt (whit is in /usr/X11R6/lib) without patching the Imakefile. (3) The imake macros assume that where we get the standard X stuff (/usr/X11R6) is also where we are installing our stuff. (3) is not difficult to solve as Chuck mentioned. (2) is not too much of the problem either, since most of the software allow for specifying locations of non-standard libraries/include files (XPMLIB, JPEGINCLUDE and such). (1) is a real killer though. :( Satoshi From owner-freebsd-ports Mon Aug 19 03:59:12 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04502 for ports-outgoing; Mon, 19 Aug 1996 03:59:12 -0700 (PDT) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA04492 for ; Mon, 19 Aug 1996 03:59:09 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca56-36.ix.netcom.com [205.186.122.100]) by dfw-ix12.ix.netcom.com (8.6.13/8.6.12) with ESMTP id DAA10476; Mon, 19 Aug 1996 03:58:35 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id DAA15635; Mon, 19 Aug 1996 03:58:32 -0700 (PDT) Date: Mon, 19 Aug 1996 03:58:32 -0700 (PDT) Message-Id: <199608191058.DAA15635@baloon.mimi.com> To: roberto@keltia.freenix.fr CC: ports@FreeBSD.ORG In-reply-to: <199608182055.WAA07521@keltia.freenix.fr> (roberto@keltia.freenix.fr) Subject: Re: MD5 checksum From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Something that has been bothering me for a while: why always verify the * checksum again and again after extraction ?? * * Any action will begin by verifying the checksum. I don't think it is * necessary... That is a bug/feature of bsd.port.mk. I attempted to fix it before, but gave up. ;) The necessity is to guard against stale work/ directories. If you forget to delete the work/ subdirectory and attempt a build/install/whatever after you update the ports support files (Makefile etc.), this check may catch it. Yes, I know it can be annoying, but the ports' targets are all chained together so there isn't much reason to do the steps independently. I usually just do "make package clean" (if I'm building packages) or "make install clean" (if I'm doing this at home) and the check will occur exactly once. Granted, this is not the safest seatbelt either, as the upgrade may not change the checksum (like, only patches/patch-ac was modified). The solution to this is to keep a larger list of checksums in files/md5 (like Makefile, patches/patch-*, scripts/*), create a "checksum of currently used parts" somewhere in work/ and compare it with files/md5 whenever a step is re-run. (This is what I attempted to do before --- the largest holdup was that the usual "checksum" stage had to be run before extract, when the work/ directory didn't even exist....) Of course, this may just be a gross overkill and the solution may be to simply move the checksum to within the extract target and don't worry about any of the above. ;) Satoshi From owner-freebsd-ports Mon Aug 19 05:41:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11916 for ports-outgoing; Mon, 19 Aug 1996 05:41:32 -0700 (PDT) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA11911; Mon, 19 Aug 1996 05:41:30 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca56-36.ix.netcom.com [205.186.122.100]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id FAA12087; Mon, 19 Aug 1996 05:40:49 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id FAA16075; Mon, 19 Aug 1996 05:40:46 -0700 (PDT) Date: Mon, 19 Aug 1996 05:40:46 -0700 (PDT) Message-Id: <199608191240.FAA16075@baloon.mimi.com> To: andreas@freebsd.org CC: ports@freebsd.org Subject: gs4 and libz From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Andreas, can you fix the gs4 port to use the libz in /usr/lib? Thanks Satoshi From owner-freebsd-ports Mon Aug 19 06:17:17 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA14434 for ports-outgoing; Mon, 19 Aug 1996 06:17:17 -0700 (PDT) Received: from bdd.net (bdd.net [207.61.119.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA14421 for ; Mon, 19 Aug 1996 06:17:13 -0700 (PDT) Received: from localhost (james@localhost) by bdd.net (8.7.5/8.7.3) with SMTP id JAA27744 for ; Mon, 19 Aug 1996 09:17:11 -0400 (EDT) Date: Mon, 19 Aug 1996 09:17:11 -0400 (EDT) From: James FitzGibbon To: ports@freebsd.org Subject: Question about pkg_add and @pkgdep Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Quick question about using pkg_add. I'm testing a port prior to import, and want to do a 'make package'. That works, recording the package dependancy. When I do a 'pkg_add package.tgz' on a system that has neither the package nor it's dependancy, the dependancy is reported but nothing is done. Am I trying to do something that isn't supposed to work ? Is the INDEX file needed in order for pkg_add to figure out what to do with @pkgdep lines ? In other words, does this port require fixing before I import it ? -- j. ---------------------------------------------------------------------------- | James FitzGibbon james@nexis.net | | Integrator, The Nexis Group Voice/Fax : 416 410-0100 | ---------------------------------------------------------------------------- From owner-freebsd-ports Mon Aug 19 06:42:02 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15849 for ports-outgoing; Mon, 19 Aug 1996 06:42:02 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA15836 for ; Mon, 19 Aug 1996 06:41:57 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id IAA08728; Mon, 19 Aug 1996 08:41:47 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma008721; Mon Aug 19 08:41:31 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id IAA02583; Mon, 19 Aug 1996 08:41:33 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.5/8.6.12) with SMTP id IAA19707; Mon, 19 Aug 1996 08:40:36 -0500 (CDT) Message-Id: <199608191340.IAA19707@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: asami@cs.berkeley.edu (Satoshi Asami) cc: erich@lodgenet.com, ports@freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/games/xblackjack - Imported sources In-reply-to: Your message of "Fri, 16 Aug 1996 14:53:47 PDT." <199608162153.OAA10989@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Aug 1996 08:40:36 -0500 From: "Eric L. Hernes" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami writes: > >That seems like a perfect place to substitute "${MOTIFLIB}" for >"-lXm".... > Yea, I really wonder WTF I was thinking there. >This is a guideline for libraries: > >(1) If you see a "-lXm" anywhere in Imakefile or Makefile, substitute > it with "${MOTIFLIB}". > >(2) If you don't, and your Imakefile contains "XmClientLibs", then > change that to "${MOTIFLIB} XawClientLibs". > That's the one I was looking for. xmmix uses XmClientLibs, and has -lXm commented out as a possible alternative... I wanted to know how to handle XmClientLibs correctly. thanks. They'll both be fixed shortly. >Satoshi eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-freebsd-ports Mon Aug 19 07:10:27 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA17935 for ports-outgoing; Mon, 19 Aug 1996 07:10:27 -0700 (PDT) Received: from shiva.race.u-tokyo.ac.jp (shiva.race.u-tokyo.ac.jp [157.82.76.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA17928 for ; Mon, 19 Aug 1996 07:10:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by shiva.race.u-tokyo.ac.jp (8.7.5/3.4W-96012612) with ESMTP id XAA15029; Mon, 19 Aug 1996 23:09:34 +0900 (JST) Message-Id: <199608191409.XAA15029@shiva.race.u-tokyo.ac.jp> To: chuckr@glue.umd.edu Cc: ports@freebsd.org Subject: Re: port of unclutter-8 In-Reply-To: Your message of "Fri, 16 Aug 1996 12:24:10 -0400 (EDT)" References: X-Mailer: Mew version 1.05+ on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Mon, 19 Aug 1996 23:09:34 +0900 From: MOROHOSHI Akihiko Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk From: Chuck Robey Subject: Re: port of unclutter-8 Date: Fri, 16 Aug 1996 12:24:10 -0400 (EDT) > > Hello, > > > > I made the port of unclutter, which is in the contrib of X, and put > > it in ftp.freebsd.org:/pub/FreeBSD/incoming/ as unclutter-8.tar.gz. (snip) > Andreas Kohout has already given a port of unclutter to the list. I guess > I better get busy and commit it. Sorry. I will look at your port, tho, > and send you comments. Thanks for the work. How can I find whether a software has been already ported or not? In this case, i cannot find unclutter-* in either ports-current or ftp.freebsd.org:/pub/FreeBSD/incoming (other than mine). Thank you. MOROHOSHI Akihiko Courses. of EEICE, Fac. of Eng., The Univ. of Tokyo RACE, The Univ. of Tokyo From owner-freebsd-ports Mon Aug 19 08:43:34 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27919 for ports-outgoing; Mon, 19 Aug 1996 08:43:34 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA27891 for ; Mon, 19 Aug 1996 08:43:26 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id IAA01279; Mon, 19 Aug 1996 08:44:31 -0700 (PDT) To: James FitzGibbon cc: ports@freebsd.org Subject: Re: Question about pkg_add and @pkgdep In-reply-to: Your message of "Mon, 19 Aug 1996 09:17:11 EDT." Date: Mon, 19 Aug 1996 08:44:31 -0700 Message-ID: <1277.840469471@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Quick question about using pkg_add. I'm testing a port prior to import, > and want to do a 'make package'. That works, recording the package > dependancy. When I do a 'pkg_add package.tgz' on a system that has > neither the package nor it's dependancy, the dependancy is reported but > nothing is done. Hmmmm. That's supposed to work. Are you sure the depended package isn't perhaps *registered*, even if not necessarily installed? Jordan From owner-freebsd-ports Mon Aug 19 09:04:11 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01157 for ports-outgoing; Mon, 19 Aug 1996 09:04:11 -0700 (PDT) Received: from bdd.net (bdd.net [207.61.119.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA01134 for ; Mon, 19 Aug 1996 09:04:03 -0700 (PDT) Received: from localhost (james@localhost) by bdd.net (8.7.5/8.7.3) with SMTP id MAA28432; Mon, 19 Aug 1996 12:03:51 -0400 (EDT) Date: Mon, 19 Aug 1996 12:03:51 -0400 (EDT) From: James FitzGibbon To: "Jordan K. Hubbard" cc: ports@freebsd.org Subject: Re: Question about pkg_add and @pkgdep In-Reply-To: <1277.840469471@time.cdrom.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 Mon, 19 Aug 1996, Jordan K. Hubbard wrote: > > nothing is done. > > Hmmmm. That's supposed to work. Are you sure the depended package > isn't perhaps *registered*, even if not necessarily installed? 'pkg_info -a -I' doesn't find it, and there's no directory for it in /var/db/pkg. Is there anywhere else I'm not looking ? -- j. ---------------------------------------------------------------------------- | James FitzGibbon james@nexis.net | | Integrator, The Nexis Group Voice/Fax : 416 410-0100 | ---------------------------------------------------------------------------- From owner-freebsd-ports Mon Aug 19 09:15:09 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA02987 for ports-outgoing; Mon, 19 Aug 1996 09:15:09 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA02962 for ; Mon, 19 Aug 1996 09:15:03 -0700 (PDT) Received: from po1.glue.umd.edu by mail.crl.com with SMTP id AA08880 (5.65c/IDA-1.5 for ); Mon, 19 Aug 1996 09:13:50 -0700 Received: from packet.eng.umd.edu (packet.eng.umd.edu [129.2.98.184]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id MAA03229; Mon, 19 Aug 1996 12:04:45 -0400 (EDT) Received: from localhost (chuckr@localhost) by packet.eng.umd.edu (8.7.5/8.7.3) with SMTP id MAA24129; Mon, 19 Aug 1996 12:04:45 -0400 (EDT) X-Authentication-Warning: packet.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 19 Aug 1996 12:04:44 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@packet.eng.umd.edu To: MOROHOSHI Akihiko Cc: ports@freebsd.org Subject: Re: port of unclutter-8 In-Reply-To: <199608191409.XAA15029@shiva.race.u-tokyo.ac.jp> 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 Mon, 19 Aug 1996, MOROHOSHI Akihiko wrote: > From: Chuck Robey > Subject: Re: port of unclutter-8 > Date: Fri, 16 Aug 1996 12:24:10 -0400 (EDT) > > > > Hello, > > > > > > I made the port of unclutter, which is in the contrib of X, and put > > > it in ftp.freebsd.org:/pub/FreeBSD/incoming/ as unclutter-8.tar.gz. > (snip) > > Andreas Kohout has already given a port of unclutter to the list. I guess > > I better get busy and commit it. Sorry. I will look at your port, tho, > > and send you comments. Thanks for the work. > > How can I find whether a software has been already ported or not? > > In this case, i cannot find unclutter-* in either ports-current or > ftp.freebsd.org:/pub/FreeBSD/incoming (other than mine). Actually, in this case, if you weren't reading the ports list, you really couldn't have known. Normally, folks drop a copy off in incoming on ftp.freebsd.org, or maybe (if they're really nice) use send-pr to announce it. I like it if they use send-pr, because it stands as a reminder, and I can be mentioned as the responsible party, so it catches up to me. He put the port on the list about a week and a half before you announced yours. I haven't committed it, because I have been in a discussion with Satoshi about how to handle X11 ports (how to reroute them out of X11R6/bin) but I think I'll have to commit it today. Andy didn't put a copy in incoming, and didn't use send-pr. I don't see how you could have known, unless maybe you checked the mailing list archives for the word 'unclutter'. Hopefully, this won't happen again, I really hate it when people do work, and get slapped in the face for it. Your work was good, I hope you send in more! > > Thank you. > > MOROHOSHI Akihiko > Courses. of EEICE, Fac. of Eng., The Univ. of Tokyo > RACE, The Univ. of Tokyo > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Mon Aug 19 11:59:09 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29539 for ports-outgoing; Mon, 19 Aug 1996 11:59:09 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA29531 for ; Mon, 19 Aug 1996 11:59:06 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id UAA05451 for ; Mon, 19 Aug 1996 20:58:53 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id UAA09828 for ports@FreeBSD.ORG; Mon, 19 Aug 1996 20:58:36 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.7/keltia-uucp-2.9) id TAA24609; Mon, 19 Aug 1996 19:12:02 +0200 (MET DST) Message-Id: <199608191712.TAA24609@keltia.freenix.fr> Date: Mon, 19 Aug 1996 19:12:02 +0200 From: roberto@keltia.freenix.fr (Ollivier Robert) To: ports@FreeBSD.ORG Subject: Re: MD5 checksum In-Reply-To: <199608191058.DAA15635@baloon.mimi.com>; from Satoshi Asami on Aug 19, 1996 3:58:32 -0700 References: <199608191058.DAA15635@baloon.mimi.com> X-Mailer: Mutt 0.40 Mime-Version: 1.0 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Satoshi Asami: > Of course, this may just be a gross overkill and the solution may be > to simply move the checksum to within the extract target and don't > worry about any of the above. ;) What about comparing the date between files/md5 and work/one_of_the_.*_done files (like .extract_done) ? If the checksum is newer, then you know the work is probably stale... In that case, either advise that a "make clean" would be a nice thing to do or do it automatically... Comments ? Flames ? Patch ? :-) -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #17: Fri Aug 2 20:40:17 MET DST 1996 From owner-freebsd-ports Mon Aug 19 12:09:36 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA01192 for ports-outgoing; Mon, 19 Aug 1996 12:09:36 -0700 (PDT) Received: from alaska.net (root@calvino.alaska.net [206.149.65.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA01185; Mon, 19 Aug 1996 12:09:34 -0700 (PDT) Received: from hmmm.alaska.net by alaska.net (5.x/SMI-SVR4) id AA16084; Mon, 19 Aug 1996 11:09:27 -0800 Message-Id: <3218AC0E.66BA@alaska.net> Date: Mon, 19 Aug 1996 11:01:50 -0700 From: hmmm X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: Gary Palmer , "Kerr, Chris" , ports@freebsd.org Subject: Re: ucd-snmp References: <12058.840434446@orion.webspan.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Gary Palmer wrote: > > my machines are not networked, so i need to install some ports > > manually, why is there no file that says: > > > > put this here, put that there, check for this, make sure of that, > > then MAKE ... ? > > probably 'cos it's not really needed. 99% of the time the ports > collection works flawlessly. > > You want to put: > > ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ucd-snmp-3.1.tar.gz > > into /usr/ports/distfiles. ok, i'll re-fetch this (source code) ... it exists as named. > Then you get ucd-snmp.tar.gz from > ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/net/ and put it > anywhere you like. Then you do: ftp://ftp.freebsd.org/pub/FreeBSD/ports-current/net/ucd-snmp contains: Makefile files/(md5) pathces/(patch-aa, patch-ab, patch-ac, patch-ad) pkg/(COMMENT, DESCR, PLIST) there is no ucd-snmp.tar.gz in there ... and i'm scared that i should know what to do with the above files ... > tar -zxf ucd-snmp.tar.gz > cd ucd-snmp > make > su (superfluous if you are already root) > make install i can handle this! :) > That should work. If not, I really suggest you take this up with the > ports mailing list (ports@freebsd.org) i'll take this advice also ... From owner-freebsd-ports Mon Aug 19 16:59:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA28610 for ports-outgoing; Mon, 19 Aug 1996 16:59:55 -0700 (PDT) Received: from bunyip.cc.uq.oz.au (daemon@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA28604 for ; Mon, 19 Aug 1996 16:59:51 -0700 (PDT) Received: (from daemon@localhost) by bunyip.cc.uq.oz.au (8.7.5/8.7.3) id JAA09412; Tue, 20 Aug 1996 09:59:47 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id JAA18852; Tue, 20 Aug 1996 09:19:33 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id XAA05127; Mon, 19 Aug 1996 23:20:09 GMT Message-Id: <199608192320.XAA05127@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: asami@cs.berkeley.edu (Satoshi Asami), ports@freebsd.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Mon, 19 Aug 1996 00:48:57 MST." <199608190748.AAA13189@baloon.mimi.com> X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Aug 1996 09:20:08 +1000 From: Stephen Hocking Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk There is an environment variqable (whose name I can't remember off the top of my head) that allows you to change the search path for application defaults. It maube worthwhile setting that in say, /etc/profile & /etc/cshrc. Stephen -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. From owner-freebsd-ports Mon Aug 19 17:21:10 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA29915 for ports-outgoing; Mon, 19 Aug 1996 17:21:10 -0700 (PDT) Received: from franc.ucdavis.edu (franc.ucdavis.edu [128.120.8.183]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA29910 for ; Mon, 19 Aug 1996 17:21:03 -0700 (PDT) Received: from wn1-012.etrade.com by franc.ucdavis.edu (8.7.5/UCD3.5.8) id RAA11286; Mon, 19 Aug 1996 17:18:52 -0700 (PDT) Message-ID: <321906A0.5483@etrade.com> Date: Mon, 19 Aug 1996 17:28:16 -0700 From: ben spangler Reply-To: bspangler@etrade.com Organization: e*trade X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: tftp docs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I can not configure tftp to work properly is there any document that can explain the setup? Thanks, Ben From owner-freebsd-ports Mon Aug 19 17:54:18 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01948 for ports-outgoing; Mon, 19 Aug 1996 17:54:18 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA01942 for ; Mon, 19 Aug 1996 17:54:16 -0700 (PDT) Received: from skipper.eng.umd.edu (skipper.eng.umd.edu [129.2.103.24]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id UAA12478; Mon, 19 Aug 1996 20:54:14 -0400 (EDT) Received: from localhost (chuckr@localhost) by skipper.eng.umd.edu (8.7.5/8.7.3) with SMTP id UAA08066; Mon, 19 Aug 1996 20:54:09 -0400 (EDT) X-Authentication-Warning: skipper.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 19 Aug 1996 20:54:08 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@skipper.eng.umd.edu To: Stephen Hocking cc: Satoshi Asami , ports@freebsd.org Subject: Re: PREFIX with X11 ports In-Reply-To: <199608192320.XAA05127@netfl15a.devetir.qld.gov.au> 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 Tue, 20 Aug 1996, Stephen Hocking wrote: > > There is an environment variqable (whose name I can't remember off the top of > my head) that allows you to change the search path for application defaults. > It maube worthwhile setting that in say, /etc/profile & /etc/cshrc. I went looking for this, and found XAPPLRESDIR as an environmental variable that tells programs where to look for their data. This value is relative to the XFILESEARCHPATH variable, which specifies the top of the X11 file search path. An additional single file, specified by XENVIRONMENT, gives the name of a file for per user initialization. There is one variable I've found, XUSERFILESEARCHPATH, that seems ideally useable as a method of moving the defaults stuff where we want it. To get the X11 stuff located outside the X11R6 tree, we'd have to specify that users set this to some path with our FreeBSD/Ports blessed defaults location. I've already shown Satoshi that I can make imake put files right where I want them and even handle the man page compression right (conditionally based on NOMANCOMPRESS). I can do what you asked for, Satoshi. Let me know the name of the variables you want to use, I'll hack bsd.port.mk on my system only, for a X test, and install a LOAD of x11 test cases, to prove this will really work. I'll give the results back to this list, where the results can be reviewed. OK? Of course, this all depends on relying on the user to set XUSERFILESEARCHPATH where we tell them to. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Mon Aug 19 18:03:28 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02287 for ports-outgoing; Mon, 19 Aug 1996 18:03:28 -0700 (PDT) Received: from moes.cs.flinders.edu.au (moes.cs.flinders.edu.au [129.96.44.199]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA02279 for ; Mon, 19 Aug 1996 18:03:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by moes.cs.flinders.edu.au (8.6.12/8.6.12) with SMTP id KAA00301 for ; Tue, 20 Aug 1996 10:38:13 +0930 Message-Id: <199608200108.KAA00301@moes.cs.flinders.edu.au> X-Authentication-Warning: moes.cs.flinders.edu.au: Host localhost didn't use HELO protocol To: freebsd-ports@FreeBSD.ORG Subject: Workman with IDE drives Date: Tue, 20 Aug 1996 10:38:13 +0930 From: The Edge Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk G'day, I am trying to play audio cd's with matu.... IDE drive but it doesnt wanna play. I run workman with workman -c /dev/matcd0a and have tried other device names also but it simply displays the number of tracks and know how long they go for but will not actually play music when i press the play button. Any ideas ? Thanks, Braden when replying to this message, please send to bsmith@ist.flinders.edu.au btw i tried compiling workman myself and that didnt do anything else From owner-freebsd-ports Mon Aug 19 22:14:46 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21413 for ports-outgoing; Mon, 19 Aug 1996 22:14:46 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA21402 for ; Mon, 19 Aug 1996 22:14:43 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id WAA20163; Mon, 19 Aug 1996 22:13:14 -0700 (PDT) Date: Mon, 19 Aug 1996 22:13:14 -0700 (PDT) Message-Id: <199608200513.WAA20163@silvia.HIP.Berkeley.EDU> To: ache@nagual.ru CC: ports@freebsd.org Subject: arena port doesn't compile in -current From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is what I get: === cc -c -o ../../Arena/freebsd/icon.o -O2 -pipe -I/usr/X11R6/include -I../../Library/Implementation/ -I../../Arena/Implementation/ ../../Arena/Implementation/icon.c ../../Arena/Implementation/icon.c:49: macro `index' used without args ../../Arena/Implementation/icon.c:49: parse error before `(' *** Error code 1 Stop. === I managed to get around this by adding this patch: === --- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996 +++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996 @@ -46,7 +46,9 @@ #if defined __QNX__ || (defined(sco) && !defined(sco_os5)) #define index strchr #else +#if !defined(index) extern char *index(); +#endif #endif static char basis_64[] = === but I'm not sure if this is anywhere near the right fix. Can you please take a look? Thanks Satoshi From owner-freebsd-ports Tue Aug 20 01:57:58 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11440 for ports-outgoing; Tue, 20 Aug 1996 01:57:58 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA11429 for ; Tue, 20 Aug 1996 01:57:54 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id BAA01413; Tue, 20 Aug 1996 01:57:47 -0700 (PDT) Date: Tue, 20 Aug 1996 01:57:47 -0700 (PDT) Message-Id: <199608200857.BAA01413@silvia.HIP.Berkeley.EDU> To: erich@lodgenet.com CC: erich@lodgenet.com, ports@freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199608191340.IAA19707@jake.lodgenet.com> (erich@lodgenet.com) Subject: Re: cvs commit: ports/games/xblackjack - Imported sources From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * >(1) If you see a "-lXm" anywhere in Imakefile or Makefile, substitute * > it with "${MOTIFLIB}". * > * >(2) If you don't, and your Imakefile contains "XmClientLibs", then * > change that to "${MOTIFLIB} XawClientLibs". * > * * That's the one I was looking for. * * xmmix uses XmClientLibs, and has -lXm commented out * as a possible alternative... I wanted to know how to * handle XmClientLibs correctly. thanks. Correction: "XmClientLibs" should be changed to "${MOTIFLIB} ${XTOOLLIB} ${XLIB}". I've been using the XawClientLibs line above for years, but now that I think about it, there really isn't anything that Motif requires the Athena Widget set for. ;) Satoshi From owner-freebsd-ports Tue Aug 20 04:13:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA19734 for ports-outgoing; Tue, 20 Aug 1996 04:13:32 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA19720 for ; Tue, 20 Aug 1996 04:13:28 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id EAA01951; Tue, 20 Aug 1996 04:13:20 -0700 (PDT) Date: Tue, 20 Aug 1996 04:13:20 -0700 (PDT) Message-Id: <199608201113.EAA01951@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: sysseh@devetir.qld.gov.au, ports@freebsd.org In-reply-to: (message from Chuck Robey on Mon, 19 Aug 1996 20:54:08 -0400 (EDT)) Subject: Re: PREFIX with X11 ports From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * There is one variable I've found, XUSERFILESEARCHPATH, that seems ideally * useable as a method of moving the defaults stuff where we want it. But that is what the X window system leaves to the user for additional configuration. I'm a little weary about us taking it away, as it doesn't belong to the system, and the ports tree is more on the system side than the user side. What do you think? Satoshi From owner-freebsd-ports Tue Aug 20 06:31:16 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA28617 for ports-outgoing; Tue, 20 Aug 1996 06:31:16 -0700 (PDT) Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA28611 for ; Tue, 20 Aug 1996 06:31:12 -0700 (PDT) Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from uriela.in-berlin.de (192.109.42.147) with smtp id ; Tue, 20 Aug 96 15:31 MEST Received: by uriela.in-berlin.de (/\oo/\ Smail3.1.29.1 #29.8) id ; Tue, 20 Aug 96 15:31 MET DST Received: by dva.in-berlin.de id m0usqFv-000G76C; Tue, 20 Aug 96 14:50 MET DST (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: balu@dva.in-berlin.de (Boris Staeblow) Subject: GS 4.01 - libz is missing now! To: ports@freebsd.org Date: Tue, 20 Aug 1996 14:50:03 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL25 (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 FYI: Ghostscript 4.01 will not build because libz is no longer in the ports-tree. Boris. -- balu@dva.in-berlin.de Boris Staeblow From owner-freebsd-ports Tue Aug 20 06:39:11 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA29083 for ports-outgoing; Tue, 20 Aug 1996 06:39:11 -0700 (PDT) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA29074; Tue, 20 Aug 1996 06:39:07 -0700 (PDT) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.6.13/1.63) pid 8370 id PAA08370; Tue, 20 Aug 1996 15:21:09 +0200 Received: from localhost (localhost [127.0.0.1]) by nietzsche.bowtie.nl (8.6.12/8.6.9) with ESMTP id OAA15991; Tue, 20 Aug 1996 14:30:50 +0200 Message-Id: <199608201230.OAA15991@nietzsche.bowtie.nl> X-Mailer: exmh version 1.6.7 5/3/96 To: asami@freebsd.org (Satoshi Asami) cc: chuckr@glue.umd.edu, sysseh@devetir.qld.gov.au, ports@freebsd.org Subject: Re: PREFIX with X11 ports In-reply-to: asami's message of Tue, 20 Aug 1996 04:13:20 -0700. <199608201113.EAA01951@silvia.HIP.Berkeley.EDU> Date: Tue, 20 Aug 1996 14:30:49 +0200 From: Marc van Kempen Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * There is one variable I've found, XUSERFILESEARCHPATH, that seems ideally > * useable as a method of moving the defaults stuff where we want it. > > But that is what the X window system leaves to the user for additional > configuration. I'm a little weary about us taking it away, as it > doesn't belong to the system, and the ports tree is more on the system > side than the user side. > Can't you make wrappers for the xwindows programs where you set the variables to the appropriate values (I use XAPPLRESDIR for example). Here is how my netscape script looks: #!/bin/sh export XAPPLRESDIR=/usr/local/netscape export CLASSPATH=/usr/local/netscape /usr/local/netscape/netscape $* Regards, Marc. ---------------------------------------------------- Marc van Kempen BowTie Technology Email: marc@bowtie.nl WWW & Databases tel. +31 40 2 43 20 65 fax. +31 40 2 44 21 86 http://www.bowtie.nl ---------------------------------------------------- From owner-freebsd-ports Tue Aug 20 09:34:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA12822 for ports-outgoing; Tue, 20 Aug 1996 09:34:51 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA12814; Tue, 20 Aug 1996 09:34:48 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id JAA03279; Tue, 20 Aug 1996 09:35:59 -0700 (PDT) To: Marc van Kempen cc: asami@FreeBSD.org (Satoshi Asami), chuckr@glue.umd.edu, sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Tue, 20 Aug 1996 14:30:49 +0200." <199608201230.OAA15991@nietzsche.bowtie.nl> Date: Tue, 20 Aug 1996 09:35:58 -0700 Message-ID: <3277.840558958@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Can't you make wrappers for the xwindows programs where you set > the variables to the appropriate values (I use XAPPLRESDIR for > example). I think this somewhat misses the point - moving everything out of /usr/X11R6 is a lot of *work*, and I'd certainly imagine that Satoshi has more than enough of that right now. :-) Can we just leave this as it is and stop rocking the boat when we've got plenty of other more important issues to deal with in the ports collection (like finally implementing a distfile search path so that I can include a CDROM's distfiles transparently in the user's search path)? Jordan From owner-freebsd-ports Tue Aug 20 10:22:22 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA18841 for ports-outgoing; Tue, 20 Aug 1996 10:22:22 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA18830; Tue, 20 Aug 1996 10:22:19 -0700 (PDT) Received: from skipper.eng.umd.edu (skipper.eng.umd.edu [129.2.103.24]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id NAA21775; Tue, 20 Aug 1996 13:22:17 -0400 (EDT) Received: from localhost (chuckr@localhost) by skipper.eng.umd.edu (8.7.5/8.7.3) with SMTP id NAA10306; Tue, 20 Aug 1996 13:22:16 -0400 (EDT) X-Authentication-Warning: skipper.eng.umd.edu: chuckr owned process doing -bs Date: Tue, 20 Aug 1996 13:22:16 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@skipper.eng.umd.edu To: Marc van Kempen cc: Satoshi Asami , sysseh@devetir.qld.gov.au, ports@freebsd.org Subject: Re: PREFIX with X11 ports In-Reply-To: <199608201230.OAA15991@nietzsche.bowtie.nl> 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 Tue, 20 Aug 1996, Marc van Kempen wrote: > > * There is one variable I've found, XUSERFILESEARCHPATH, that seems ideally > > * useable as a method of moving the defaults stuff where we want it. > > > > But that is what the X window system leaves to the user for additional > > configuration. I'm a little weary about us taking it away, as it > > doesn't belong to the system, and the ports tree is more on the system > > side than the user side. > > > > Can't you make wrappers for the xwindows programs where you set > the variables to the appropriate values (I use XAPPLRESDIR for > example). > > Here is how my netscape script looks: > > #!/bin/sh > > export XAPPLRESDIR=/usr/local/netscape > export CLASSPATH=/usr/local/netscape > /usr/local/netscape/netscape $* I don't want to require every X11 program to run thru a shell script, so it can set it's very own XAPPLRESDIR. I'd much rather require that everyone set the XAPPLRESDIR to some value they like, then detect that value in the user's environment, and use *that* to redirect the output of X11 ports compiles. That way, all the defaults files go where folks expect them to, no matter how someone sets it. The only requirement then is that the XAPPLRESDIR be set to *something*, else maybe a standard default value to set up in bsd.port.mk so that could be read in the default case. Hows that, Satoshi? Set up XAPPLRESDIR?= something, then I can make X11 stuff use that. Anybody actually setting it, gets exactly what they want, else it goes, oh, maybe /usr/local/share/X11/app-defaults? I'm going to make up a local test bsd.port.mk that will react that way and test it, see if I can get X11 installs to whistle that tune. X11BASE would then be set to PREFIX, and not vice versa. > > Regards, > Marc. > ---------------------------------------------------- > Marc van Kempen BowTie Technology > Email: marc@bowtie.nl WWW & Databases > tel. +31 40 2 43 20 65 > fax. +31 40 2 44 21 86 http://www.bowtie.nl > ---------------------------------------------------- > > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Tue Aug 20 10:35:39 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA19471 for ports-outgoing; Tue, 20 Aug 1996 10:35:39 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA19466; Tue, 20 Aug 1996 10:35:36 -0700 (PDT) Received: from skipper.eng.umd.edu (skipper.eng.umd.edu [129.2.103.24]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id NAA21957; Tue, 20 Aug 1996 13:35:33 -0400 (EDT) Received: from localhost (chuckr@localhost) by skipper.eng.umd.edu (8.7.5/8.7.3) with SMTP id NAA10311; Tue, 20 Aug 1996 13:35:32 -0400 (EDT) X-Authentication-Warning: skipper.eng.umd.edu: chuckr owned process doing -bs Date: Tue, 20 Aug 1996 13:35:32 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@skipper.eng.umd.edu To: "Jordan K. Hubbard" cc: Marc van Kempen , Satoshi Asami , sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-Reply-To: <3277.840558958@time.cdrom.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 Tue, 20 Aug 1996, Jordan K. Hubbard wrote: > > Can't you make wrappers for the xwindows programs where you set > > the variables to the appropriate values (I use XAPPLRESDIR for > > example). > > I think this somewhat misses the point - moving everything out of > /usr/X11R6 is a lot of *work*, and I'd certainly imagine that Satoshi > has more than enough of that right now. :-) > > Can we just leave this as it is and stop rocking the boat when we've > got plenty of other more important issues to deal with in the ports > collection (like finally implementing a distfile search path so that I > can include a CDROM's distfiles transparently in the user's search > path)? Actually, Jordan, Satoshi wanted to see if there was a method of moving installs out of X11. I volunteered to do the imake work (I like imake) predicated on my finding a solution that Satoshi likes. I DO know how to make imake do that, it was a chore of getting the ports not to expect their data in the X11 tree. This looks like the method. If Satoshi didn't want this to begin with, I'd let it drop. As it is now, I think we have a possibly acceptable path, predicated on my own testing, and Satoshi's approval. If it gets accepted, then I have to sweep thru the x11 ports, fixing them one by one. If not, I can go back to my math package project. > > Jordan > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Tue Aug 20 20:58:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA06843 for ports-outgoing; Tue, 20 Aug 1996 20:58:04 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA06831; Tue, 20 Aug 1996 20:57:58 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id UAA06215; Tue, 20 Aug 1996 20:57:55 -0700 (PDT) Date: Tue, 20 Aug 1996 20:57:55 -0700 (PDT) Message-Id: <199608210357.UAA06215@silvia.HIP.Berkeley.EDU> To: jmz@freebsd.org CC: ports@freebsd.org Subject: emulators/tkhfs From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The tkhfs port wants to put FSBox.tcl in /usr/libdata/tcl. I took a look at the Makefile, it seems like it asks tclsh about it (and /usr/bin/tclsh says "sure, that's gonna be /usr/libdata/tcl"). Can you fix this so it can be read from /usr/local/libdata/tcl (or whatever)? Or is that impossible if we use /usr/bin/tclsh? Satoshi From owner-freebsd-ports Wed Aug 21 00:35:33 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA12532 for ports-outgoing; Wed, 21 Aug 1996 00:35:33 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA12522 for ; Wed, 21 Aug 1996 00:35:31 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id AAA06644; Wed, 21 Aug 1996 00:34:02 -0700 (PDT) Date: Wed, 21 Aug 1996 00:34:02 -0700 (PDT) Message-Id: <199608210734.AAA06644@silvia.HIP.Berkeley.EDU> To: se@zpr.uni-koeln.de CC: ports@freebsd.org Subject: isc-dhcp From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The tarball of isc-dhcp has disappeared from the master site.... Satoshi From owner-freebsd-ports Wed Aug 21 01:07:00 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA15405 for ports-outgoing; Wed, 21 Aug 1996 01:07:00 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA15392 for ; Wed, 21 Aug 1996 01:06:55 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id BAA06750; Wed, 21 Aug 1996 01:06:23 -0700 (PDT) Date: Wed, 21 Aug 1996 01:06:23 -0700 (PDT) Message-Id: <199608210806.BAA06750@silvia.HIP.Berkeley.EDU> To: Gennady Sorokopud CC: ports@freebsd.org Subject: scotty can't fetch From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The distfile doesn't exist on the master site anymore.... Satoshi From owner-freebsd-ports Wed Aug 21 01:16:23 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA16788 for ports-outgoing; Wed, 21 Aug 1996 01:16:23 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA16776 for ; Wed, 21 Aug 1996 01:16:20 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id BAA06823; Wed, 21 Aug 1996 01:16:09 -0700 (PDT) Date: Wed, 21 Aug 1996 01:16:09 -0700 (PDT) Message-Id: <199608210816.BAA06823@silvia.HIP.Berkeley.EDU> To: Gennady Sorokopud CC: ports@freebsd.org Subject: tkined can't fetch From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The distfile is not on the master site anymore.... Satoshi From owner-freebsd-ports Wed Aug 21 01:30:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19008 for ports-outgoing; Wed, 21 Aug 1996 01:30:47 -0700 (PDT) Received: from nvsgi1.netvision.net.il (nvsgi1.NetVision.net.il [194.90.1.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA18993; Wed, 21 Aug 1996 01:30:42 -0700 (PDT) Received: from Burka.NetVision.net.il (gena@burka.NetVision.net.il [194.90.6.15]) by nvsgi1.netvision.net.il (8.7.5/8.7.3) with SMTP id LAA11655; Wed, 21 Aug 1996 11:31:12 +0300 (IDT) Message-ID: X-Mailer: XFMail 0.5-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199608210816.BAA06823@silvia.HIP.Berkeley.EDU> Date: Wed, 21 Aug 1996 11:31:57 +0200 (IST) X-Face: #v>4HN>#D_"[olq9y`HqTYkLVB89Xy|3')Vs9v58JQ*u-xEJVKY`xa.}E?z0RkLI/P&;BJmi0#u=W0).-Y'J4(dw{"54NhSG|YYZG@[)(`e! >jN#L!~qI5fE-JHS+< Organization: NetVision Ltd. From: Gennady Sorokopud To: (Satoshi Asami) Subject: RE: tkined can't fetch Cc: ports@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Apparently scotty version on master site got upgraded (and i looks like it was mixed with tkined). I'm getting the new version now, and i'll try to make a new port later today... Best regards. -------- Gennady B. Sorokopud - System programmer at NetVision Israel. E-Mail: Gennady Sorokopud Homepage: http://www.netvision.net.il/~gena This message was sent at 08/21/96 11:31:57 by XF-Mail From owner-freebsd-ports Wed Aug 21 01:30:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19030 for ports-outgoing; Wed, 21 Aug 1996 01:30:51 -0700 (PDT) Received: from orion.webspan.net (root@orion.webspan.net [206.154.70.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA19007; Wed, 21 Aug 1996 01:30:46 -0700 (PDT) Received: from localhost (gpalmer@localhost [127.0.0.1]) by orion.webspan.net (8.7.5/8.6.12) with SMTP id EAA16081; Wed, 21 Aug 1996 04:30:43 -0400 (EDT) X-Authentication-Warning: orion.webspan.net: Host gpalmer@localhost [127.0.0.1] didn't use HELO protocol To: asami@freebsd.org (Satoshi Asami) cc: Gennady Sorokopud , ports@freebsd.org From: "Gary Palmer" Subject: Re: tkined can't fetch In-reply-to: Your message of "Wed, 21 Aug 1996 01:16:09 PDT." <199608210816.BAA06823@silvia.HIP.Berkeley.EDU> Date: Wed, 21 Aug 1996 04:30:43 -0400 Message-ID: <16077.840616243@orion.webspan.net> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote in message ID <199608210816.BAA06823@silvia.HIP.Berkeley.EDU>: > The distfile is not on the master site anymore.... Tkined is part of scotty now. I have a sort-of-working port on one machine here, which I'll try to finish up soon. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-ports Wed Aug 21 01:50:44 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA20784 for ports-outgoing; Wed, 21 Aug 1996 01:50:44 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA20779; Wed, 21 Aug 1996 01:50:41 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id BAA06938; Wed, 21 Aug 1996 01:50:38 -0700 (PDT) Date: Wed, 21 Aug 1996 01:50:38 -0700 (PDT) Message-Id: <199608210850.BAA06938@silvia.HIP.Berkeley.EDU> To: joerg@freebsd.org CC: ports@freebsd.org Subject: easy-import fails From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Could this have to do something with your latest fix? Satoshi ------- : Checking out the modules database... cvs checkout: cannot find module `modules' - ignored failed. at /usr/local/bin/easy-import line 363, <> line 5. From owner-freebsd-ports Wed Aug 21 01:57:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21188 for ports-outgoing; Wed, 21 Aug 1996 01:57:57 -0700 (PDT) Received: from cottontail.hobart.tased.edu.au (root@cottontail.hobart.tased.edu.au [147.41.41.147]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA21181 for ; Wed, 21 Aug 1996 01:57:50 -0700 (PDT) Received: from localhost (andrew@localhost) by cottontail.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id SAA26539 for ; Wed, 21 Aug 1996 18:58:17 +1000 X-Authentication-Warning: cottontail.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 18:58:16 +1000 (EST) From: Andrew To: ports@freebsd.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 Hi, I am trying to make a port but the distfile comes in shar format. I originally set EXTRACT_CMD to /bin/sh but then it tried to extract in /usr/ports/distfiles. I change EXTRACT_CMD to cd ${WRKDIR}; /bin/sh but now I think it is in the wrong directory to make (dies later saying it dosnt know how to make all). I guess I could append ; cd ${WRKDIR}/${DISTNAME} to EXTRACT_CMD but I assume there is a better way. Has anybody dealt with shar archives before? BTW I'm not on the list so direct email would be apprecited please. Andrew From owner-freebsd-ports Wed Aug 21 02:05:40 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA21806 for ports-outgoing; Wed, 21 Aug 1996 02:05:40 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA21799 for ; Wed, 21 Aug 1996 02:05:36 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id CAA07064; Wed, 21 Aug 1996 02:05:18 -0700 (PDT) Date: Wed, 21 Aug 1996 02:05:18 -0700 (PDT) Message-Id: <199608210905.CAA07064@silvia.HIP.Berkeley.EDU> To: andrew@hobart.tased.edu.au CC: ports@freebsd.org In-reply-to: (message from Andrew on Wed, 21 Aug 1996 18:58:16 +1000 (EST)) Subject: shar files From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I change EXTRACT_CMD to cd ${WRKDIR}; /bin/sh but now I think it is in the * wrong directory to make (dies later saying it dosnt know how to make all). * I guess I could append ; cd ${WRKDIR}/${DISTNAME} to EXTRACT_CMD but I * assume there is a better way. Use this: EXTRACT_CMD= /bin/cat EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= | /bin/sh :) Satoshi From owner-freebsd-ports Wed Aug 21 02:39:17 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA24503 for ports-outgoing; Wed, 21 Aug 1996 02:39:17 -0700 (PDT) Received: from cottontail.hobart.tased.edu.au (root@cottontail.hobart.tased.edu.au [147.41.41.147]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA24498 for ; Wed, 21 Aug 1996 02:39:12 -0700 (PDT) Received: from localhost (andrew@localhost) by cottontail.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id TAA28584 for ; Wed, 21 Aug 1996 19:39:45 +1000 X-Authentication-Warning: cottontail.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 19:39:45 +1000 (EST) From: Andrew To: ports@freebsd.org Subject: No man pages 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 am porting a program that has no man page and the only help is the comments in the source code. I have written a brief set of instructions from those comments. Do I include that as a patch and put it in ${PREFIX}/share/doc? Andrew From owner-freebsd-ports Wed Aug 21 02:42:20 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA24782 for ports-outgoing; Wed, 21 Aug 1996 02:42:20 -0700 (PDT) Received: from cottontail.hobart.tased.edu.au (root@cottontail.hobart.tased.edu.au [147.41.41.147]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA24776 for ; Wed, 21 Aug 1996 02:42:14 -0700 (PDT) Received: from localhost (andrew@localhost) by cottontail.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id TAA28593 for ; Wed, 21 Aug 1996 19:42:48 +1000 X-Authentication-Warning: cottontail.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 19:42:48 +1000 (EST) From: Andrew To: ports@freebsd.org Subject: Re: distfiles as shar archives 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 Wed, 21 Aug 1996, Andrew wrote: > I am trying to make a port but the distfile comes in shar format. I > originally set EXTRACT_CMD to /bin/sh but then it tried to extract in > /usr/ports/distfiles. Well I have fixed that problem (the cd is still in the EXTRACT_CMD line). Now I have the problem that there is garbage at the top of the sahr archive that makes sh produce errors...when it reaches the actual shell script bit it goes ok but it looks ugly. Any suggestions? Andrew From owner-freebsd-ports Wed Aug 21 02:51:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA25244 for ports-outgoing; Wed, 21 Aug 1996 02:51:47 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA25239 for ; Wed, 21 Aug 1996 02:51:43 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id CAA00570; Wed, 21 Aug 1996 02:51:30 -0700 (PDT) To: Andrew cc: ports@freebsd.org Subject: Re: No man pages In-reply-to: Your message of "Wed, 21 Aug 1996 19:39:45 +1000." Date: Wed, 21 Aug 1996 02:51:30 -0700 Message-ID: <568.840621090@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I am porting a program that has no man page and the only help is the > comments in the source code. I have written a brief set of instructions > from those comments. Do I include that as a patch and put it in > ${PREFIX}/share/doc? No, you write it up as a man page and install it in ${PREFIX}/share/man//your-program..gz Jordan From owner-freebsd-ports Wed Aug 21 02:57:12 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA25558 for ports-outgoing; Wed, 21 Aug 1996 02:57:12 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA25553 for ; Wed, 21 Aug 1996 02:57:07 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id CAA07203; Wed, 21 Aug 1996 02:56:50 -0700 (PDT) Date: Wed, 21 Aug 1996 02:56:50 -0700 (PDT) Message-Id: <199608210956.CAA07203@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: marc@bowtie.nl, chuckr@glue.umd.edu, sysseh@devetir.qld.gov.au, ports@FreeBSD.org In-reply-to: <3277.840558958@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: PREFIX with X11 ports From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * I think this somewhat misses the point - moving everything out of * /usr/X11R6 is a lot of *work*, and I'd certainly imagine that Satoshi * has more than enough of that right now. :-) Well, as Chuck said, I was the one that brought this up this time. I'd *love* to be able to get the ports out of /usr/X11R6 so an upgrade of XFree86 can be done much less painfully (i.e., mv /usr/X11R6 /usr/X11R6.old, install new /usr/X11R6 and you can always switch back to the old version if there's something wrong). Also, as far as I'm concerned, XFree86 is closer to the OS proper than ports, so I'd rather not stomp inside /usr/X11R6 if we can avoid it. * Can we just leave this as it is and stop rocking the boat when we've * got plenty of other more important issues to deal with in the ports * collection (like finally implementing a distfile search path so that I * can include a CDROM's distfiles transparently in the user's search * path)? I've thought about this before, I just can't seem to come up with a good solution to the following problems: (1) How do I "remember" where I found a particular distfile? A single distfile is referenced several times (fetch, checksum, extract). We can't pass variables between different rules in bsd.port.mk, and besides, there can be any number of distfiles so we probably need to write it to a file (ugh) if we want to avoid searching the entire path every time we need distfiles. (2) How do I remember which component of the path is writable? This one is slightly easier than the first problem, as we need to remember only one such path. However, we still have a problem like "how to break out of a .for loop".... After considering the problems and the (expected) complexity that it will introduce in bsd.port.mk, I came to the conclusion that maybe lndir'ing /cdrom/distfiles is not such a bad idea.... ;) Satoshi From owner-freebsd-ports Wed Aug 21 03:07:41 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA26328 for ports-outgoing; Wed, 21 Aug 1996 03:07:41 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA26323 for ; Wed, 21 Aug 1996 03:07:36 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id DAA07251; Wed, 21 Aug 1996 03:07:27 -0700 (PDT) Date: Wed, 21 Aug 1996 03:07:27 -0700 (PDT) Message-Id: <199608211007.DAA07251@silvia.HIP.Berkeley.EDU> To: andrew@hobart.tased.edu.au CC: ports@freebsd.org In-reply-to: (message from Andrew on Wed, 21 Aug 1996 19:42:48 +1000 (EST)) Subject: Re: distfiles as shar archives From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Well I have fixed that problem (the cd is still in the EXTRACT_CMD line). Did you get my mail? * Now I have the problem that there is garbage at the top of the sahr * archive that makes sh produce errors...when it reaches the actual shell * script bit it goes ok but it looks ugly. Any suggestions? You can use sed to cut off the lines you don't need before piping it to sh. Either use a pattern match, or just count the number of lines and do a sed -e '1,10d' kind of thing. Satoshi From owner-freebsd-ports Wed Aug 21 03:11:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA26632 for ports-outgoing; Wed, 21 Aug 1996 03:11:47 -0700 (PDT) Received: from mopsy.hobart.tased.edu.au (root@mopsy.hobart.TASed.EDU.AU [147.41.41.103]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA26616 for ; Wed, 21 Aug 1996 03:11:38 -0700 (PDT) Received: from localhost (andrew@localhost) by mopsy.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id UAA29533 for ; Wed, 21 Aug 1996 20:12:28 +1000 X-Authentication-Warning: mopsy.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 20:12:27 +1000 (EST) From: Andrew X-Sender: andrew@mopsy.hobart.tased.edu.au cc: ports@freebsd.org Subject: Re: No man pages In-Reply-To: <568.840621090@time.cdrom.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 Wed, 21 Aug 1996, Jordan K. Hubbard wrote: > No, you write it up as a man page and install it in > ${PREFIX}/share/man//your-program..gz OK..any tutorials about on how to write man pages or do I just look at the source of existing man pages? How do I link it in with the port? Its like haveing two distfiles...how does this affect the makefile? Andrew From owner-freebsd-ports Wed Aug 21 03:15:30 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA26935 for ports-outgoing; Wed, 21 Aug 1996 03:15:30 -0700 (PDT) Received: from mopsy.hobart.tased.edu.au (root@mopsy.hobart.TASed.EDU.AU [147.41.41.103]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA26922 for ; Wed, 21 Aug 1996 03:15:20 -0700 (PDT) Received: from localhost (andrew@localhost) by mopsy.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id UAA29553 for ; Wed, 21 Aug 1996 20:16:09 +1000 X-Authentication-Warning: mopsy.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 20:16:09 +1000 (EST) From: Andrew X-Sender: andrew@mopsy.hobart.tased.edu.au cc: ports@freebsd.org Subject: Re: distfiles as shar archives In-Reply-To: <199608211007.DAA07251@silvia.HIP.Berkeley.EDU> 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, 21 Aug 1996, Satoshi Asami wrote: > Did you get my mail? Yes, a few moments after I sent the fixed message :-( Oh well thanks to Mr. Asami I know have it fixed without the cd :-) > You can use sed to cut off the lines you don't need before piping it > to sh. Either use a pattern match, or just count the number of lines > and do a sed -e '1,10d' kind of thing. Ok...thanks. I wasn't sure if 'complex' commands were the done thing in port makefiles. Andrew From owner-freebsd-ports Wed Aug 21 03:20:35 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA27528 for ports-outgoing; Wed, 21 Aug 1996 03:20:35 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA27517 for ; Wed, 21 Aug 1996 03:20:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id DAA20327; Wed, 21 Aug 1996 03:20:09 -0700 (PDT) To: Andrew cc: ports@freebsd.org Subject: Re: No man pages In-reply-to: Your message of "Wed, 21 Aug 1996 20:12:27 +1000." Date: Wed, 21 Aug 1996 03:20:08 -0700 Message-ID: <20324.840622808@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > OK..any tutorials about on how to write man pages or do I just look at the > source of existing man pages? That's how we do it. :-) > How do I link it in with the port? Its like haveing two distfiles...how > does this affect the makefile? Huh? You can just stick it in ${FILESDIR} and copy it over in a pre-install rule, or something. That part of the problem is easy to solve. Jordan From owner-freebsd-ports Wed Aug 21 03:21:35 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA27602 for ports-outgoing; Wed, 21 Aug 1996 03:21:35 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA27587; Wed, 21 Aug 1996 03:21:31 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id DAA07334; Wed, 21 Aug 1996 03:21:24 -0700 (PDT) Date: Wed, 21 Aug 1996 03:21:24 -0700 (PDT) Message-Id: <199608211021.DAA07334@silvia.HIP.Berkeley.EDU> To: kimc@w8hd.org CC: ports@FreeBSD.org, torstenb@FreeBSD.org In-reply-to: (message from Kim Culhan on Sun, 11 Aug 1996 14:11:28 -0400 (EDT)) Subject: Re: build failure on ircii-2.9 From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Looks like this on -current: * * cc -O -DHAVE_CONFIG_H -I../include -c edit.c * In file included from ../include/ircterm.h:17, * from edit.c:25: * /usr/include/curses.h:381: conflicting types for `tputs' * /usr/include/termcap.h:44: previous declaration of `tputs' * edit.c: In function `command_completion': * edit.c:2177: warning: passing arg 3 of `tputs' from incompatible pointer * type * * (many more of these warnings within edit.c) I can confirm this. Torsten? :) Satoshi From owner-freebsd-ports Wed Aug 21 03:30:43 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA28537 for ports-outgoing; Wed, 21 Aug 1996 03:30:43 -0700 (PDT) Received: from mopsy.hobart.tased.edu.au (root@mopsy.hobart.TASed.EDU.AU [147.41.41.103]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA28525 for ; Wed, 21 Aug 1996 03:30:40 -0700 (PDT) Received: from localhost (andrew@localhost) by mopsy.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id UAA29598 for ; Wed, 21 Aug 1996 20:31:31 +1000 X-Authentication-Warning: mopsy.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 20:31:30 +1000 (EST) From: Andrew X-Sender: andrew@mopsy.hobart.tased.edu.au cc: ports@freebsd.org Subject: Re: No man pages In-Reply-To: <20324.840622808@time.cdrom.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 Wed, 21 Aug 1996, Jordan K. Hubbard wrote: > > How do I link it in with the port? Its like haveing two distfiles...how > > does this affect the makefile? > > Huh? You can just stick it in ${FILESDIR} and copy it over in a > pre-install rule, or something. That part of the problem is easy to > solve. ${FILESDIR} is a local directory. The man page will be on a remote server, seperate from the one which the main source comes from so how do I get them from the remote serverto ${FILESDIR}? Thanks, Andrew From owner-freebsd-ports Wed Aug 21 03:31:52 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA28584 for ports-outgoing; Wed, 21 Aug 1996 03:31:52 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA28578 for ; Wed, 21 Aug 1996 03:31:49 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id DAA07390; Wed, 21 Aug 1996 03:30:56 -0700 (PDT) Date: Wed, 21 Aug 1996 03:30:56 -0700 (PDT) Message-Id: <199608211030.DAA07390@silvia.HIP.Berkeley.EDU> To: andrew@ugh.net.au CC: ports@freebsd.org In-reply-to: (message from Andrew on Wed, 21 Aug 1996 20:16:09 +1000 (EST)) Subject: Re: distfiles as shar archives From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > You can use sed to cut off the lines you don't need before piping it * > to sh. Either use a pattern match, or just count the number of lines * > and do a sed -e '1,10d' kind of thing. * * Ok...thanks. I wasn't sure if 'complex' commands were the done thing in * port makefiles. It's quite simple, as it's done by string substitution. bsd.port.mk will only put them together in one line and give it to sh, who then thinks what to do ("hmm, this looks like a pipe 'cause it has a |, the text leading up to this was..."). Satoshi From owner-freebsd-ports Wed Aug 21 03:41:53 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA29195 for ports-outgoing; Wed, 21 Aug 1996 03:41:53 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA29190 for ; Wed, 21 Aug 1996 03:41:50 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id DAA14227; Wed, 21 Aug 1996 03:41:39 -0700 (PDT) To: Andrew cc: ports@freebsd.org Subject: Re: No man pages In-reply-to: Your message of "Wed, 21 Aug 1996 20:31:30 +1000." Date: Wed, 21 Aug 1996 03:41:38 -0700 Message-ID: <14224.840624098@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > ${FILESDIR} is a local directory. The man page will be on a remote server, Erm. Really? Does it have to be? Why not simply check it in with the port? Jordan From owner-freebsd-ports Wed Aug 21 07:47:45 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA21107 for ports-outgoing; Wed, 21 Aug 1996 07:47:45 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA21090 for ; Wed, 21 Aug 1996 07:47:39 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.7.5/8.6.12) with SMTP id KAA13671 for ; Wed, 21 Aug 1996 10:47:04 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Wed, 21 Aug 1996 10:47:03 -0400 (EDT) From: Kim Culhan To: ports@FreeBSD.org Subject: ~news/nn-current checksum mismatch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Wonder why this happens? regards kim -- kimc@w8hd.org From owner-freebsd-ports Wed Aug 21 08:13:31 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24185 for ports-outgoing; Wed, 21 Aug 1996 08:13:31 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA24122 for ; Wed, 21 Aug 1996 08:12:16 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) id QAA23556; Wed, 21 Aug 1996 16:45:49 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by klemm.gtn.com (8.7.5/8.7.3) with SMTP id QAA00574; Wed, 21 Aug 1996 16:39:58 +0200 (MET DST) Date: Wed, 21 Aug 1996 16:39:58 +0200 (MET DST) From: Andreas Klemm To: mark@bugless.com cc: ports@FreeBSD.org Subject: Re: pgcc In-Reply-To: <199606241844.OAA05873@borg.mas.org> Message-ID: X-try-apsfilter: ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz X-Fax: +49 2137 2018 X-Phone: +49 2137 2020 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 24 Jun 1996 mark@bugless.com wrote: > Hi! > Downloaded your FreeBSD binaries to pgcc. Thanks for doing this! > ldd states that it requires libc.so.3.0. Newbie question, sorry.. but > where would I grab just that library? I'm currently in the process of > downloading all of 2.2-latest.SNAP but would rather just install the lib. > I couldn't find it anywhere..:-( > Do you know of a place that I could grab it? > Thanks. I think the binaries were made by a -current system. Sorry for this. Perhaps a kind soul could provide FreeBSD 2.1 binaries ?! I drop a copy to the ports-mailinglist... -- andreas@klemm.gtn.com /\/\___ Wiechers & Partner Datentechnik GmbH Andreas Klemm ___/\/\/ Support Unix -- andreas.klemm@wup.de pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< From owner-freebsd-ports Wed Aug 21 09:19:21 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA02894 for ports-outgoing; Wed, 21 Aug 1996 09:19:21 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA02875; Wed, 21 Aug 1996 09:19:07 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) id SAA18504; Wed, 21 Aug 1996 18:02:18 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by klemm.gtn.com (8.7.5/8.7.3) with SMTP id RAA00760; Wed, 21 Aug 1996 17:10:00 +0200 (MET DST) Date: Wed, 21 Aug 1996 17:10:00 +0200 (MET DST) From: Andreas Klemm To: Satoshi Asami cc: andreas@freebsd.org, ports@freebsd.org Subject: Re: gs4 and libz In-Reply-To: <199608191240.FAA16075@baloon.mimi.com> Message-ID: X-try-apsfilter: ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz X-Fax: +49 2137 2018 X-Phone: +49 2137 2020 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 19 Aug 1996, Satoshi Asami wrote: > Andreas, can you fix the gs4 port to use the libz in /usr/lib? Could you please do the modification this time ? - my CVS repository is hosed, my system isn't as -current as it ought to be ;) - tomorrow I get new harddisks ( 2 x 2.1GB IBM DORS) and will replace my 4GB Quantum Grand Prix, which is too loud for a home environment, so I have a huge re- installation party on the stack ... - this weekend I have to write an article about BISDN. Thanks ! Andreas /// andreas@klemm.gtn.com /\/\___ Wiechers & Partner Datentechnik GmbH Andreas Klemm ___/\/\/ Support Unix -- andreas.klemm@wup.de pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< From owner-freebsd-ports Wed Aug 21 11:02:10 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA12459 for ports-outgoing; Wed, 21 Aug 1996 11:02:10 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA12452; Wed, 21 Aug 1996 11:02:05 -0700 (PDT) Received: by sovcom.kiae.su id AA03172 (5.65.kiae-1 ); Wed, 21 Aug 1996 20:59:28 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Wed, 21 Aug 96 20:59:27 +0300 Received: (from ache@localhost) by nagual.ru (8.7.5/8.7.3) id VAA03621; Wed, 21 Aug 1996 21:58:11 +0400 (MSD) Message-Id: <199608211758.VAA03621@nagual.ru> Subject: Re: arena port doesn't compile in -current In-Reply-To: <199608200513.WAA20163@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at "Aug 19, 96 10:13:14 pm" To: asami@freebsd.org (Satoshi Asami) Date: Wed, 21 Aug 1996 21:58:11 +0400 (MSD) Cc: ports@freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL25 (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 > This is what I get: > > === > cc -c -o ../../Arena/freebsd/icon.o -O2 -pipe -I/usr/X11R6/include -I../../Library/Implementation/ -I../../Arena/Implementation/ ../../Arena/Implementation/icon.c > ../../Arena/Implementation/icon.c:49: macro `index' used without args > ../../Arena/Implementation/icon.c:49: parse error before `(' > *** Error code 1 > > Stop. > === I just build arena port sucessfully in -current and do not saw this error at all. Please, check what happens more detaily... -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-freebsd-ports Wed Aug 21 11:49:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA15752 for ports-outgoing; Wed, 21 Aug 1996 11:49:57 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA15747 for ; Wed, 21 Aug 1996 11:49:53 -0700 (PDT) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id OAA14738; Wed, 21 Aug 1996 14:49:45 -0400 (EDT) Received: from localhost (chuckr@localhost) by modem.eng.umd.edu (8.7.5/8.7.3) with SMTP id OAA00703; Wed, 21 Aug 1996 14:49:44 -0400 (EDT) X-Authentication-Warning: modem.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 21 Aug 1996 14:49:44 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: Kim Culhan cc: ports@FreeBSD.org Subject: Re: ~news/nn-current checksum mismatch 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 Wed, 21 Aug 1996, Kim Culhan wrote: > > Wonder why this happens? Use send-pr to submit this as a bug. > > regards > kim > > -- > kimc@w8hd.org > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Aug 21 13:18:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA22804 for ports-outgoing; Wed, 21 Aug 1996 13:18:55 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA22789 for ; Wed, 21 Aug 1996 13:18:49 -0700 (PDT) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id NAA15316 for ; Wed, 21 Aug 1996 13:18:41 -0700 (PDT) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0utJgp-004dFnC; Wed, 21 Aug 96 22:15 MET DST Received: by rabbit.augusta.de (Smail3.1.29.1 #1) id m0utBHN-0009zqC; Wed, 21 Aug 96 13:16 MET DST Message-Id: Date: Wed, 21 Aug 96 13:16 MET DST X-Newsreader: knews 0.9.6 Organization: Privat Site running FreeBSD References: <199608191409.XAA15029@shiva.race.u-tokyo.ac.jp> From: shanee@rabbit.augusta.de (Andreas Kohout) Subject: Re: port of unclutter-8 X-Original-Newsgroups: muc.lists.freebsd.ports In-Reply-To: To: ports@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , chuckr@glue.umd.edu (Chuck Robey) writes: > Andy didn't put a copy in incoming, sometimes it is very hard from Germany to connect to ftp.freebsd.org > and didn't use send-pr. I´m sorry, I heare the first time about send-pr. But I will use it for all my (not commited) ports ... -- Greeting, Andy running FreeBSD-current --------------------------------------------------------------------------- From owner-freebsd-ports Wed Aug 21 14:31:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29610 for ports-outgoing; Wed, 21 Aug 1996 14:31:47 -0700 (PDT) Received: from sunrise.cs.berkeley.edu (root@sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA29600 for ; Wed, 21 Aug 1996 14:31:41 -0700 (PDT) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.7.5/8.6.12) id OAA19448; Wed, 21 Aug 1996 14:30:29 -0700 (PDT) Date: Wed, 21 Aug 1996 14:30:29 -0700 (PDT) Message-Id: <199608212130.OAA19448@sunrise.cs.berkeley.edu> To: andrew@ugh.net.au CC: ports@freebsd.org In-reply-to: (message from Andrew on Wed, 21 Aug 1996 20:31:30 +1000 (EST)) Subject: Re: No man pages From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * ${FILESDIR} is a local directory. The man page will be on a remote server, * seperate from the one which the main source comes from so how do I get * them from the remote serverto ${FILESDIR}? I think there might be some misunderstanding on your part. ;) Why don't you go look at the handbook? There's everything you'd ever need to know about ports, at http://www.freebsd.org/handbook/porting.html Satoshi From owner-freebsd-ports Wed Aug 21 15:02:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03385 for ports-outgoing; Wed, 21 Aug 1996 15:02:57 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA03378; Wed, 21 Aug 1996 15:02:49 -0700 (PDT) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id SAA08609; Wed, 21 Aug 1996 18:02:47 -0400 (EDT) Received: from localhost (chuckr@localhost) by modem.eng.umd.edu (8.7.5/8.7.3) with SMTP id SAA00817; Wed, 21 Aug 1996 18:02:46 -0400 (EDT) X-Authentication-Warning: modem.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 21 Aug 1996 18:02:46 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: Andreas Klemm cc: Satoshi Asami , andreas@freebsd.org, ports@freebsd.org Subject: Re: gs4 and libz 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 Wed, 21 Aug 1996, Andreas Klemm wrote: > On Mon, 19 Aug 1996, Satoshi Asami wrote: > > > Andreas, can you fix the gs4 port to use the libz in /usr/lib? > > Could you please do the modification this time ? > > - my CVS repository is hosed, my system isn't as -current > as it ought to be ;) > - tomorrow I get new harddisks ( 2 x 2.1GB IBM DORS) > and will replace my 4GB Quantum Grand Prix, which is > too loud for a home environment, so I have a huge re- > installation party on the stack ... > - this weekend I have to write an article about BISDN. Andreas, I'm doing this, have you any idea of a ghostscript 4 command that could be used to test the zlib functionality, before I commit this thing? Thanks. > > Thanks ! > > Andreas /// > > > andreas@klemm.gtn.com /\/\___ Wiechers & Partner Datentechnik GmbH > Andreas Klemm ___/\/\/ Support Unix -- andreas.klemm@wup.de > pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< > ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Aug 21 17:16:13 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18466 for ports-outgoing; Wed, 21 Aug 1996 17:16:13 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA18459; Wed, 21 Aug 1996 17:16:08 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id RAA18837; Wed, 21 Aug 1996 17:16:07 -0700 (PDT) To: asami@FreeBSD.org (Satoshi Asami) cc: marc@bowtie.nl, chuckr@glue.umd.edu, sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Wed, 21 Aug 1996 02:56:50 PDT." <199608210956.CAA07203@silvia.HIP.Berkeley.EDU> Date: Wed, 21 Aug 1996 17:16:07 -0700 Message-ID: <18835.840672967@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I've thought about this before, I just can't seem to come up with a > good solution to the following problems: Someone suggested an interesting solution tonite which I'm going to try. Jordan From owner-freebsd-ports Wed Aug 21 17:18:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18736 for ports-outgoing; Wed, 21 Aug 1996 17:18:57 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA18724; Wed, 21 Aug 1996 17:18:54 -0700 (PDT) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id UAA09881; Wed, 21 Aug 1996 20:18:49 -0400 (EDT) Received: from localhost (chuckr@localhost) by modem.eng.umd.edu (8.7.5/8.7.3) with SMTP id UAA01032; Wed, 21 Aug 1996 20:18:48 -0400 (EDT) X-Authentication-Warning: modem.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 21 Aug 1996 20:18:48 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: "Jordan K. Hubbard" cc: Satoshi Asami , marc@bowtie.nl, sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-Reply-To: <18835.840672967@time.cdrom.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 Wed, 21 Aug 1996, Jordan K. Hubbard wrote: > > I've thought about this before, I just can't seem to come up with a > > good solution to the following problems: > > Someone suggested an interesting solution tonite which I'm going > to try. You are welcome to. I already have a solution, but Satoshi asked me to do some gnats bug munching first, so I would be until the weekend before I get mine in. > > Jordan > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Aug 21 17:54:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA23511 for ports-outgoing; Wed, 21 Aug 1996 17:54:47 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA23502 for ; Wed, 21 Aug 1996 17:54:44 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id RAA17753; Wed, 21 Aug 1996 17:54:27 -0700 (PDT) Date: Wed, 21 Aug 1996 17:54:27 -0700 (PDT) Message-Id: <199608220054.RAA17753@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: jkh@time.cdrom.com, marc@bowtie.nl, sysseh@devetir.qld.gov.au, ports@FreeBSD.org In-reply-to: (message from Chuck Robey on Wed, 21 Aug 1996 20:18:48 -0400 (EDT)) Subject: Re: PREFIX with X11 ports From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * > > I've thought about this before, I just can't seem to come up with a * > > good solution to the following problems: * > * > Someone suggested an interesting solution tonite which I'm going * > to try. * * You are welcome to. I already have a solution, but Satoshi asked me to do * some gnats bug munching first, so I would be until the weekend before I * get mine in. I think he's talking about the DISTPATH problem, Chuck. Anyway, what's the interesting solution you're talking about, Jordan? :) Satoshi From owner-freebsd-ports Wed Aug 21 17:56:03 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA23710 for ports-outgoing; Wed, 21 Aug 1996 17:56:03 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA23679; Wed, 21 Aug 1996 17:55:58 -0700 (PDT) Received: from modem.eng.umd.edu (modem.eng.umd.edu [129.2.98.187]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id UAA21520; Wed, 21 Aug 1996 20:55:54 -0400 (EDT) Received: from localhost (chuckr@localhost) by modem.eng.umd.edu (8.7.5/8.7.3) with SMTP id UAA01047; Wed, 21 Aug 1996 20:55:54 -0400 (EDT) X-Authentication-Warning: modem.eng.umd.edu: chuckr owned process doing -bs Date: Wed, 21 Aug 1996 20:55:53 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@modem.eng.umd.edu To: Satoshi Asami cc: jkh@time.cdrom.com, marc@bowtie.nl, sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-Reply-To: <199608220054.RAA17753@silvia.HIP.Berkeley.EDU> 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, 21 Aug 1996, Satoshi Asami wrote: > * > > I've thought about this before, I just can't seem to come up with a > * > > good solution to the following problems: > * > > * > Someone suggested an interesting solution tonite which I'm going > * > to try. > * > * You are welcome to. I already have a solution, but Satoshi asked me to do > * some gnats bug munching first, so I would be until the weekend before I > * get mine in. > > I think he's talking about the DISTPATH problem, Chuck. Oh. *Nevermind* > > Anyway, what's the interesting solution you're talking about, Jordan? :) > > Satoshi > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Wed Aug 21 18:10:37 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA25204 for ports-outgoing; Wed, 21 Aug 1996 18:10:37 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA25196; Wed, 21 Aug 1996 18:10:34 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id SAA19309; Wed, 21 Aug 1996 18:10:32 -0700 (PDT) To: asami@FreeBSD.org (Satoshi Asami) cc: chuckr@glue.umd.edu, marc@bowtie.nl, sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Wed, 21 Aug 1996 17:54:27 PDT." <199608220054.RAA17753@silvia.HIP.Berkeley.EDU> Date: Wed, 21 Aug 1996 18:10:32 -0700 Message-ID: <19307.840676232@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I think he's talking about the DISTPATH problem, Chuck. > > Anyway, what's the interesting solution you're talking about, Jordan? :) Make fetch understand file:/... URLs, then add: file:/cdrom/distfiles to the MASTER_SITES list. :-) Credit for this idea goes to Jeremy Lea. Jordan From owner-freebsd-ports Wed Aug 21 18:23:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA26394 for ports-outgoing; Wed, 21 Aug 1996 18:23:04 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA26383 for ; Wed, 21 Aug 1996 18:23:01 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id SAA17926; Wed, 21 Aug 1996 18:22:53 -0700 (PDT) Date: Wed, 21 Aug 1996 18:22:53 -0700 (PDT) Message-Id: <199608220122.SAA17926@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: chuckr@glue.umd.edu, marc@bowtie.nl, sysseh@devetir.qld.gov.au, ports@FreeBSD.org In-reply-to: <19307.840676232@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: PREFIX with X11 ports From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Make fetch understand file:/... URLs, then add: * * file:/cdrom/distfiles * * to the MASTER_SITES list. :-) That is very clever. :) So, it's going to copy files from the CDROM to the hard drive the first time they are used. If you don't want that, you can use lndir first. Is this correct? Satoshi From owner-freebsd-ports Wed Aug 21 18:28:42 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA27079 for ports-outgoing; Wed, 21 Aug 1996 18:28:42 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA27065; Wed, 21 Aug 1996 18:28:37 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id SAA20606; Wed, 21 Aug 1996 18:28:34 -0700 (PDT) To: asami@FreeBSD.org (Satoshi Asami) cc: chuckr@glue.umd.edu, marc@bowtie.nl, sysseh@devetir.qld.gov.au, ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Wed, 21 Aug 1996 18:22:53 PDT." <199608220122.SAA17926@silvia.HIP.Berkeley.EDU> Date: Wed, 21 Aug 1996 18:28:34 -0700 Message-ID: <20604.840677314@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > So, it's going to copy files from the CDROM to the hard drive the > first time they are used. If you don't want that, you can use lndir > first. Is this correct? Correct, though evil thoughts have me pondering a -l flag to fetch which makes it create a symlink if the user prefers that instead. :-) Jordan From owner-freebsd-ports Wed Aug 21 18:52:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA29827 for ports-outgoing; Wed, 21 Aug 1996 18:52:04 -0700 (PDT) Received: from bsd.prognet.com (bsd.prognet.com [204.71.154.69]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA29793 for ; Wed, 21 Aug 1996 18:52:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bsd.prognet.com (8.7.5/8.6.12) with SMTP id SAA26501; Wed, 21 Aug 1996 18:48:30 -0700 (PDT) Message-Id: <199608220148.SAA26501@bsd.prognet.com> X-Authentication-Warning: bsd.prognet.com: Host localhost [127.0.0.1] didn't use HELO protocol From: bakul@BitBlocks.com To: "Jordan K. Hubbard" cc: ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Wed, 21 Aug 1996 18:10:32 PDT." <19307.840676232@time.cdrom.com> Reply-To: bakul@BitBlocks.com Date: Wed, 21 Aug 1996 18:48:30 -0700 Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Make fetch understand file:/... URLs, then add: > file:/cdrom/distfiles > to the MASTER_SITES list. :-) [Along the same line of thought...] Make the install program understand URLs, a bit of simple text formatting and browsing and simple cgi scripts processing and, ugh, some forms processing, and you've got a very slick installer! Well, a thought anyway. From owner-freebsd-ports Wed Aug 21 19:21:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA02686 for ports-outgoing; Wed, 21 Aug 1996 19:21:04 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA02680; Wed, 21 Aug 1996 19:20:58 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id TAA18122; Wed, 21 Aug 1996 19:20:55 -0700 (PDT) Date: Wed, 21 Aug 1996 19:20:55 -0700 (PDT) Message-Id: <199608220220.TAA18122@silvia.HIP.Berkeley.EDU> To: jmz@freebsd.org CC: ports@freebsd.org Subject: pTk expects perl to be 5.002 From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We have 5.003 now. Can you upgrade? Thanks Satoshi From owner-freebsd-ports Wed Aug 21 19:35:20 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA03680 for ports-outgoing; Wed, 21 Aug 1996 19:35:20 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA03663 for ; Wed, 21 Aug 1996 19:35:13 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id TAA18163; Wed, 21 Aug 1996 19:34:15 -0700 (PDT) Date: Wed, 21 Aug 1996 19:34:15 -0700 (PDT) Message-Id: <199608220234.TAA18163@silvia.HIP.Berkeley.EDU> To: bakul@BitBlocks.com CC: jkh@time.cdrom.com, ports@FreeBSD.org In-reply-to: <199608220148.SAA26501@bsd.prognet.com> (bakul@BitBlocks.com) Subject: Re: PREFIX with X11 ports From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Make the install program understand URLs, a bit of simple text * formatting and browsing and simple cgi scripts processing and, ugh, * some forms processing, and you've got a very slick installer! Haha. Something like this? === # ls / bin cdrom kernel # ls /bin ls lynx sh # lynx http://www.freebsd.org/install.html Welcome to FreeBSD installaton! : === :) Satoshi From owner-freebsd-ports Wed Aug 21 21:06:10 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09195 for ports-outgoing; Wed, 21 Aug 1996 21:06:10 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA09190 for ; Wed, 21 Aug 1996 21:06:05 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id VAA20937; Wed, 21 Aug 1996 21:06:02 -0700 (PDT) To: bakul@BitBlocks.com cc: ports@FreeBSD.org Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Wed, 21 Aug 1996 18:48:30 PDT." <199608220148.SAA26501@bsd.prognet.com> Date: Wed, 21 Aug 1996 21:06:02 -0700 Message-ID: <20934.840686762@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > [Along the same line of thought...] > Make the install program understand URLs, a bit of simple text > formatting and browsing and simple cgi scripts processing and, ugh, > some forms processing, and you've got a very slick installer! The one I'm working on is based entirely on TCL and will allow this, among other, types of functionality. Jordan From owner-freebsd-ports Wed Aug 21 21:14:24 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09750 for ports-outgoing; Wed, 21 Aug 1996 21:14:24 -0700 (PDT) Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA09729 for ; Wed, 21 Aug 1996 21:14:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.12/8.6.12) with SMTP id WAA18963 for ; Wed, 21 Aug 1996 22:14:12 -0600 Message-Id: <199608220414.WAA18963@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: ports@freebsd.org Subject: broken SUP of ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Aug 1996 22:14:11 -0600 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I just tried to "sup -v ports-supfile" and found 2 problems. 1: the process created "/usr/ports/ports/...", NOT "/usr/ports/..." The supfile looks right: ports-all release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/ usr/ports delete old use-rel-suffix But got stuff like: SUP Created directory ports/devel/xxgdb/pkg for ports/devel/xxgdb/pkg/COMMENT SUP Receiving file ports/devel/xxgdb/pkg/COMMENT ... % ls /usr/ports 293 % ls -alt /usr/ports total 3 drwxr-xr-x 10 smp circle 512 Aug 21 21:23 ports drwxr-xr-x 6 smp circle 512 Aug 21 21:14 . drwxr-xr-x 20 root wheel 512 Jul 31 15:14 .. "/usr/ports" already existed. 2: the process tried to suck down distfiles, although "ports-supfile" claims it wont do distfiles: ------------------------------------------------------------------------------- - # There are two ways to sup the latest ports. One is to use the individual # collections, and the other is to use the "ports-all" mega-collection, # which includes everything except ports-distfile. # ports-all and distfiles. Note that the distfiles collection is HUGE, # you will need a big disk and a good network connection to keep up. #ports-distfiles release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr p refix=/usr/ports delete old use-rel-suffix ports-all release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/ usr/ports delete old use-rel-suffix ------------------------------------------------------------------------------- - As you can see, I left ports-distfiles commented out, but got: SUP Created directory ports/distfiles for ports/distfiles/1.0.37-1.0.38.gz SUP Receiving file ports/distfiles/1.0.37-1.0.38.gz ... SUP Receiving file ports/distfiles/15mar93.tar.Z at which point I happened to notice and killed the process. This is done on a -current as of about a week ago. (I supped the world, via standard-supfile, at that time with no trouble). -- Steve Passe | powered by smp@csn.net | FreeBSD From owner-freebsd-ports Thu Aug 22 00:08:58 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA22027 for ports-outgoing; Thu, 22 Aug 1996 00:08:58 -0700 (PDT) Received: from bsd.prognet.com (bsd.prognet.com [204.71.154.69]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA22022; Thu, 22 Aug 1996 00:08:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bsd.prognet.com (8.7.5/8.6.12) with SMTP id AAA27034; Thu, 22 Aug 1996 00:06:00 -0700 (PDT) Message-Id: <199608220706.AAA27034@bsd.prognet.com> X-Authentication-Warning: bsd.prognet.com: Host localhost [127.0.0.1] didn't use HELO protocol From: bakul@BitBlocks.com To: asami@FreeBSD.ORG (Satoshi Asami) CC: jkh@time.cdrom.com, ports@FreeBSD.ORG Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Wed, 21 Aug 1996 19:34:15 PDT." <199608220234.TAA18163@silvia.HIP.Berkeley.EDU> Reply-To: bakul@BitBlocks.com Date: Thu, 22 Aug 1996 00:06:00 -0700 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * Make the install program understand URLs, a bit of simple text > * formatting and browsing and simple cgi scripts processing and, ugh, > * some forms processing, and you've got a very slick installer! > > Haha. Something like this? > > # ls / > bin cdrom kernel > # ls /bin > ls lynx sh > # lynx http://www.freebsd.org/install.html > Welcome to FreeBSD installaton! > : More like, on a boot floppy/cd-rom you have: ls -l /sbin/init -r-x------ 1 bin bin 147456 May 1 06:47 /sbin/init -> ../bin/lynx or may be -r-x------ 1 bin bin 147456 May 1 06:47 /sbin/init -> ../bin/httpd Then you can do remote installation ;-) Take it one step further and have a stripped down, standalone browser as your 2nd level boot! Think network appliances ;-)) The browser acts more like a visual shell with built-in help. You still need all those nuts-and-bolts programs to do the actual installation. HTML can make a decent glue language for such tasks. Now if Jordan's TCL based installer does this that'd be great! I eagerly await it.... -- bakul PS: Some day I'd want to do all system admin stuff this way including installing new packages and configuring a new kernel. From owner-freebsd-ports Thu Aug 22 01:21:53 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA26740 for ports-outgoing; Thu, 22 Aug 1996 01:21:53 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA26716; Thu, 22 Aug 1996 01:21:43 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA24429; Thu, 22 Aug 1996 10:21:41 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA23660; Thu, 22 Aug 1996 10:21:40 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id JAA24903; Thu, 22 Aug 1996 09:16:45 +0200 (MET DST) From: J Wunsch Message-Id: <199608220716.JAA24903@uriah.heep.sax.de> Subject: Re: easy-import fails To: asami@FreeBSD.org (Satoshi Asami) Date: Thu, 22 Aug 1996 09:16:45 +0200 (MET DST) Cc: joerg@FreeBSD.org, ports@FreeBSD.org, peter@FreeBSD.org In-Reply-To: <199608210850.BAA06938@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Aug 21, 96 01:50:38 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (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 As Satoshi Asami wrote: > Could this have to do something with your latest fix? > > Satoshi > ------- > : > Checking out the modules database... > cvs checkout: cannot find module `modules' - ignored > failed. > at /usr/local/bin/easy-import line 363, <> line 5. Hardly. :) I rather suspect that it has something to do with the new CVS, see also Chuck's mail. It seems that there's no longer a module named `modules' that needs to be checked out in order to add a module!?!? Peter? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-ports Thu Aug 22 05:48:17 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11249 for ports-outgoing; Thu, 22 Aug 1996 05:48:17 -0700 (PDT) Received: from FileServ1.MI.Uni-Koeln.DE (FileServ1.MI.Uni-Koeln.DE [134.95.212.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA11243; Thu, 22 Aug 1996 05:48:12 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr3-2.slip.Uni-Koeln.DE) by FileServ1.MI.Uni-Koeln.DE with SMTP id AA19766 (5.67b/IDA-1.5); Thu, 22 Aug 1996 14:48:08 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.7.5/8.6.9) id VAA06567; Wed, 21 Aug 1996 21:48:00 +0200 (MET DST) Date: Wed, 21 Aug 1996 21:48:00 +0200 (MET DST) Message-Id: <199608211948.VAA06567@x14.mi.uni-koeln.de> From: Stefan Esser To: asami@freebsd.org (Satoshi Asami) Cc: ports@freebsd.org Subject: Re: isc-dhcp In-Reply-To: <199608210734.AAA06644@silvia.HIP.Berkeley.EDU> References: <199608210734.AAA06644@silvia.HIP.Berkeley.EDU> Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami writes: > The tarball of isc-dhcp has disappeared from the master site.... Could you please completely remove the port ? It was announced as a BETA anyway, and I could not locate any distribution files anymore ... Seems it has either been revoked, or is no more freely distributible. Thanks in advance, STefan From owner-freebsd-ports Thu Aug 22 06:03:10 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA12011 for ports-outgoing; Thu, 22 Aug 1996 06:03:10 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA12006 for ; Thu, 22 Aug 1996 06:03:05 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id OAA25221 for ; Thu, 22 Aug 1996 14:53:55 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id PAA20963 for freebsd-ports@freefall.cdrom.com; Thu, 22 Aug 1996 15:06:48 +0200 Date: Thu, 22 Aug 1996 15:06:48 +0200 From: Christoph Kukulies Message-Id: <199608221306.PAA20963@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freefall.FreeBSD.org Subject: pine 3.5 port hangs Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I remember someone having reported that one port just hangs after the Extracting... message. What was the solution to this? I just wanted to compile pine-3.5 and get this hang. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Thu Aug 22 08:36:53 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA22175 for ports-outgoing; Thu, 22 Aug 1996 08:36:53 -0700 (PDT) Received: from earth.ColState.EDU (earth.ColState.EDU [168.26.193.20]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA22169; Thu, 22 Aug 1996 08:36:44 -0700 (PDT) Received: from colstate.edu ([168.26.193.32]) by earth.ColState.EDU (8.7.5/8.7.3) with ESMTP id LAA11572; Thu, 22 Aug 1996 11:30:24 -0400 (EDT) Received: from CCMAIN/SpoolDir by colstate.edu (Mercury 1.21); 22 Aug 96 11:39:25 EST Received: from SpoolDir by CCMAIN (Mercury 1.30); 22 Aug 96 11:39:03 EST From: "Christian" Organization: Columbus State Univ., Columbus, Ga. To: ports@FreeBSD.ORG, asami@FreeBSD.ORG Date: Thu, 22 Aug 1996 11:38:59 EST MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: isc-dhcp Priority: normal X-mailer: Pegasus Mail v3.31 Message-ID: Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please DO NOT remove this port. It was the only DHCP server that I could get to work properly on our network, and so far it is working like a champ. The program is now located at ftp://ftp.fugue.com/pub. Checkout http://www.fugue.com/dhcp for more info. > Date sent: Wed, 21 Aug 1996 21:48:00 +0200 (MET DST) > From: Stefan Esser > To: asami@FreeBSD.ORG (Satoshi Asami) > Copies to: ports@FreeBSD.ORG > Subject: Re: isc-dhcp > Satoshi Asami writes: > > The tarball of isc-dhcp has disappeared from the master site.... > > Could you please completely remove the port ? > > It was announced as a BETA anyway, and I could > not locate any distribution files anymore ... > Seems it has either been revoked, or is no more > freely distributible. > > Thanks in advance, STefan > ____________ Christian Plazas Columbus State University, Columbus,GA 706.568.2063 ______________________________________________________________________ From owner-freebsd-ports Thu Aug 22 08:48:22 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23038 for ports-outgoing; Thu, 22 Aug 1996 08:48:22 -0700 (PDT) Received: from post.io.org (post.io.org [198.133.36.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA23012; Thu, 22 Aug 1996 08:48:10 -0700 (PDT) Received: from zot.io.org (taob@zot.io.org [198.133.36.82]) by post.io.org (8.7.5/8.7.3) with SMTP id LAA22728; Thu, 22 Aug 1996 11:48:09 -0400 (EDT) Date: Thu, 22 Aug 1996 11:48:09 -0400 (EDT) From: Brian Tao To: FREEBSD-PORTS-L , FREEBSD-CURRENT-L cc: ambrisko@ambrisko.roble.com Subject: Building SOCKS5 port, linking into ssh 1.2.14 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 must be overlooking something really simple here... I grabbed the ports-current/net/socks5 port (SOCKS5 0.16.6), and it compiled without any complaints (thanks, Doug). Now I want to recompile ssh 1.2.14 with SOCKS support. This is my ssh configure command line: ./configure --with-etcdir=/usr/local/etc \ --with-rsaref \ --with-libwrap \ --with-socks The configure fails with: [...] checking whether to support SOCKS... yes configure: error: Could not find the -lsocks5 library. You must first install socks. It is failing because the small test program references the "Rconnect()" symbol (it does, however, appear to find libsocks5.a). I've grepped all the files in the socks5 distribution, and there isn't a single mention of Rconnect or Rbind or Rlisten or any of the R* functions. The SOCKS FAQ even says to use these functions when socksifying a client. Am I missing some files that aren't included in the ports collection? -- Brian Tao (BT300, taob@io.org, taob@ican.net) Senior Systems and Network Administrator, Internet Canada Corp. "Though this be madness, yet there is method in't" From owner-freebsd-ports Thu Aug 22 09:16:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24838 for ports-outgoing; Thu, 22 Aug 1996 09:16:57 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA24833; Thu, 22 Aug 1996 09:16:55 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id JAA01122; Thu, 22 Aug 1996 09:16:47 -0700 (PDT) To: bakul@BitBlocks.com cc: asami@FreeBSD.ORG (Satoshi Asami), ports@FreeBSD.ORG Subject: Re: PREFIX with X11 ports In-reply-to: Your message of "Thu, 22 Aug 1996 00:06:00 PDT." <199608220706.AAA27034@bsd.prognet.com> Date: Thu, 22 Aug 1996 09:16:47 -0700 Message-ID: <1120.840730607@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Take it one step further and have a stripped down, standalone > browser as your 2nd level boot! Think network appliances ;-)) > > The browser acts more like a visual shell with built-in help. You > still need all those nuts-and-bolts programs to do the actual > installation. HTML can make a decent glue language for such > tasks. Just to note - this is exactly the approach taken by a product I'm working with (though they currently run with BSD/OS) and it's actually not entirely the correct way to go about it. Using lynx, or even the full-color-with-HP-style-help-buttons alternative they wrote (which they've given me), actually makes for a very klunky and somewhat painful-to-use interface and most of their customers don't seem to like it all that much. My opinion is that rather than throw the user into a crippled browser based install initially, you should use libdialog (or something similar) in the "core install" which only gets you up as far as having your network up or, if you are using a CDROM, into a CDROM based installation which includes an X server. Then you switch over to using the browser of your choice to take things the rest of the way. > PS: Some day I'd want to do all system admin stuff this way including > installing new packages and configuring a new kernel. You bet! This is all very much part of my plans for "sysinstall, the next generation" :-) Jordan From owner-freebsd-ports Thu Aug 22 10:03:28 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29614 for ports-outgoing; Thu, 22 Aug 1996 10:03:28 -0700 (PDT) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA29599; Thu, 22 Aug 1996 10:03:17 -0700 (PDT) Received: by sequent.kiae.su id AA25062 (5.65.kiae-2 ); Thu, 22 Aug 1996 20:55:13 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 22 Aug 96 20:55:12 +0400 Received: (from ache@localhost) by nagual.ru (8.7.5/8.7.3) id UAA01067; Thu, 22 Aug 1996 20:54:19 +0400 (MSD) Message-Id: <199608221654.UAA01067@nagual.ru> Subject: /usr/local/etc/apache splitting To: markm@freebsd.org, ports@freebsd.org Date: Thu, 22 Aug 1996 20:54:19 +0400 (MSD) From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL25 (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 Well, to continue FreeBSD logic, /usr/local/etc/apache must be splitted. Now it contains two directories (logs and conf) and nothing more. My proposal is: /usr/local/etc/apache/conf -> /usr/local/etc/apache /usr/local/etc/apache/logs -> /var/log Reasons: It is not good idea to keep logs in etc directory, it is for configurations, not for logs. Having empty directory just for two subdirectories isn't good too. Objections? -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-freebsd-ports Thu Aug 22 10:38:50 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02437 for ports-outgoing; Thu, 22 Aug 1996 10:38:50 -0700 (PDT) Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA02413 for ; Thu, 22 Aug 1996 10:38:43 -0700 (PDT) Received: from grumble.grondar.za (localhost.grondar.za [127.0.0.1]) by grumble.grondar.za (8.7.5/8.7.3) with ESMTP id TAA01042; Thu, 22 Aug 1996 19:37:59 +0200 (SAT) Message-Id: <199608221737.TAA01042@grumble.grondar.za> To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) cc: ports@freebsd.org Subject: Re: /usr/local/etc/apache splitting Date: Thu, 22 Aug 1996 19:37:58 +0200 From: Mark Murray Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > Well, to continue FreeBSD logic, /usr/local/etc/apache must be splitted. > Now it contains two directories (logs and conf) and nothing more. > > My proposal is: > /usr/local/etc/apache/conf -> /usr/local/etc/apache > /usr/local/etc/apache/logs -> /var/log Er, yes. That is much better. > Reasons: > It is not good idea to keep logs in etc directory, it is for > configurations, not for logs. True. > Having empty directory just for two subdirectories isn't good too. True. > Objections? None. :-) Want me to do it or are you going to? M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-freebsd-ports Thu Aug 22 11:26:56 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA05641 for ports-outgoing; Thu, 22 Aug 1996 11:26:56 -0700 (PDT) Received: from gateway.tcs.com (tcsi.com [137.134.47.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA05624; Thu, 22 Aug 1996 11:26:50 -0700 (PDT) Received: from draco.tcs.com (draco.tcs.com [137.134.40.2]) by gateway.tcs.com (8.7.4/8.7.3) with ESMTP id LAA29622; Thu, 22 Aug 1996 11:26:46 -0700 (PDT) Received: from cozumel.tcs.com (cozumel.tcs.com [137.134.104.12]) by draco.tcs.com (8.7.5/8.7.3) with ESMTP id LAA25462; Thu, 22 Aug 1996 11:26:44 -0700 (PDT) From: Douglas Ambrisko Received: (ambrisko@localhost) by cozumel.tcs.com (8.6.10/8.6.10) id LAA11282; Thu, 22 Aug 1996 11:26:42 -0700 Message-Id: <199608221826.LAA11282@cozumel.tcs.com> Subject: Re: Building SOCKS5 port, linking into ssh 1.2.14 To: taob@io.org (Brian Tao) Date: Thu, 22 Aug 1996 11:26:41 -0700 (PDT) Cc: freebsd-ports@FreeBSD.org, freebsd-current@FreeBSD.org, ambrisko@ambrisko.roble.com In-Reply-To: from "Brian Tao" at Aug 22, 96 11:48:09 am X-Mailer: ELM [version 2.4 PL25] 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 Brian Tao writes: | | I must be overlooking something really simple here... I grabbed | the ports-current/net/socks5 port (SOCKS5 0.16.6), and it compiled | without any complaints (thanks, Doug). Now I want to recompile ssh | 1.2.14 with SOCKS support. This is my ssh configure command line: | | ./configure --with-etcdir=/usr/local/etc \ | --with-rsaref \ | --with-libwrap \ | --with-socks | | The configure fails with: | [...] | checking whether to support SOCKS... yes | configure: error: Could not find the -lsocks5 library. You must first install socks. | | It is failing because the small test program references the | "Rconnect()" symbol (it does, however, appear to find libsocks5.a). | I've grepped all the files in the socks5 distribution, and there isn't | a single mention of Rconnect or Rbind or Rlisten or any of the R* | functions. The SOCKS FAQ even says to use these functions when | socksifying a client. I've just ran into this, and need to add the patch to ssh for Socks5. I'm doing this from memory at work since my stuff is at home. Note if you remove the suid bits from ssh then you can do a "runsocks ssh" and it will work. [Also John, I just heard but not validated that Solaris will use LD_PRELOAD specified libs if the are installed in /usr/lib even if the suid bits are on. This probably won't help Socks since it is installed in /usr/local/lib but maybe something to think about if we really want to be Solaris like.] Okay, the big change from Socks 4 to 5 was the change of the libsocks.a to libsocks5.a and the proxy functions of R to SOCKS. If you make these changes, then you can link and build it. This is probably the best bet since then it will also work with ssh installed as suid. Also it has the side benefit that if some tried "runsocks ssh" that would still work since the suid version would ignore the LD_PRELOAD option. Doing a runsocks on a socks'ified program is not good, or atleast wasn't when I last checked. This could be fixed since he does check some functions for being called again in a virtual loop. Anyways, I made this change in a brut force method to test it, but the real fix is to modify ssh to look for socks4 or socks5 type names which I haven't done yet. It should be fairly trivial. Doug A. From owner-freebsd-ports Thu Aug 22 11:52:18 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA07442 for ports-outgoing; Thu, 22 Aug 1996 11:52:18 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA07436 for ; Thu, 22 Aug 1996 11:52:13 -0700 (PDT) Received: by sovcom.kiae.su id AA07449 (5.65.kiae-1 ); Thu, 22 Aug 1996 21:45:15 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Thu, 22 Aug 96 21:45:15 +0300 Received: (from ache@localhost) by nagual.ru (8.7.5/8.7.3) id WAA01363; Thu, 22 Aug 1996 22:36:00 +0400 (MSD) Message-Id: <199608221836.WAA01363@nagual.ru> Subject: Re: /usr/local/etc/apache splitting In-Reply-To: <199608221737.TAA01042@grumble.grondar.za> from "Mark Murray" at "Aug 22, 96 07:37:58 pm" To: mark@grondar.za (Mark Murray) Date: Thu, 22 Aug 1996 22:36:00 +0400 (MSD) Cc: ports@freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL25 (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 > Want me to do it or are you going to? > I already do something in this direction, so I take this thing. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-freebsd-ports Thu Aug 22 12:19:01 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA08956 for ports-outgoing; Thu, 22 Aug 1996 12:19:01 -0700 (PDT) Received: from hp.com (hp.com [15.255.152.4]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA08934; Thu, 22 Aug 1996 12:18:51 -0700 (PDT) Received: from srmail.sr.hp.com by hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA119311493; Thu, 22 Aug 1996 12:18:14 -0700 Received: from hpnmhjw.sr.hp.com by srmail.sr.hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA102771492; Thu, 22 Aug 1996 12:18:12 -0700 Received: from mina.sr.hp.com by hpnmhjw.sr.hp.com with SMTP (1.37.109.16/15.5+ECS 3.3) id AA264081491; Thu, 22 Aug 1996 12:18:11 -0700 Message-Id: <199608221918.AA264081491@hpnmhjw.sr.hp.com> To: Brian Tao Cc: FREEBSD-PORTS-L , FREEBSD-CURRENT-L , ambrisko@ambrisko.roble.com Subject: Re: Building SOCKS5 port, linking into ssh 1.2.14 In-Reply-To: Your message of "Thu, 22 Aug 1996 11:48:09 EDT." Date: Thu, 22 Aug 1996 12:18:11 -0700 From: Darryl Okahata Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It is failing because the small test program references the > "Rconnect()" symbol (it does, however, appear to find libsocks5.a). > I've grepped all the files in the socks5 distribution, and there isn't > a single mention of Rconnect or Rbind or Rlisten or any of the R* > functions. The SOCKS FAQ even says to use these functions when > socksifying a client. These symbols exist in socks V4. Maybe V5 uses a different method and just redefines (for example), connect() directly? -- Darryl Okahata Internet: darrylo@sr.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Hewlett-Packard, or of the little green men that have been following him all day. From owner-freebsd-ports Thu Aug 22 13:05:26 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA12234 for ports-outgoing; Thu, 22 Aug 1996 13:05:26 -0700 (PDT) Received: from mail (mail.bcpl.lib.md.us [204.255.212.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA12227; Thu, 22 Aug 1996 13:05:21 -0700 (PDT) Received: by mail (5.0/SMI-SVR4) id AA21550; Thu, 22 Aug 1996 16:06:01 +0500 Message-Id: <9608222006.AA21550@mail> From: jspath@mail.bcpl.lib.md.us (Webmaster Jim) Date: Thu, 22 Aug 1996 16:06:01 -0400 In-Reply-To: "Christian" "Re: isc-dhcp" (Aug 22, 11:38am) X-Hack: cough, cough X-Mailusersshell-Patchlevel: a srb@cuci.nl (Stephen R. van den Berg) X-Mailer: X-Organization: planet earth X-Signature: /jes X-Url: jim's url X-Face: $[):DI3,{Z,[[9Gb^H.yPU[6-J}^Co2e-J!p*jQ>Q8++K~?Ejg~3#,vmYi;O8E55~r~#wa2 WdUS{+X2e6mt${6._[/U%N~y"Br4L6Lm%S0XI8RRTs"'Dpz]#@hD@I`i@G[Q+'" cKd3Acq&}J;,FhT"6d1[H=*<;o2?Z_RK&He4+Td%v3:47/5;A>0mBqsG-KB8l:\43FGDe;U To: "Christian" , ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: isc-dhcp Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Aug 22, 11:38am, "Christian" wrote: } > Could you please completely remove the port ? } Please DO NOT remove this port. } The program is now located at ftp://ftp.fugue.com/pub. } Checkout http://www.fugue.com/dhcp for more info. I second the DO NOT. Anything that Paul Vixie and the Internet Software Consortium are involved in can be considered THE standard code for a free DHCP daemon }-]> -- I don't speak (or work) for the Baltimore County Public Library. They keep telling me, "Shhhhh!" From owner-freebsd-ports Thu Aug 22 14:47:27 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20478 for ports-outgoing; Thu, 22 Aug 1996 14:47:27 -0700 (PDT) Received: from teamos2.org (client-3.io.org [198.133.36.47]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA20463 for ; Thu, 22 Aug 1996 14:47:14 -0700 (PDT) Received: from localhost (matt@localhost) by teamos2.org (8.7.5/8.7.3) with SMTP id RAA18799 for ; Thu, 22 Aug 1996 17:47:10 -0400 (EDT) Date: Thu, 22 Aug 1996 17:47:10 -0400 (EDT) From: Matthew Stein X-Sender: matt@teamos2.org To: ports@freebsd.org Subject: Ghostscript4, and Libz 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 noticed this problem go by a little while ago, but can't find it in the mailing list archives. The ghostscript4 port seems to require '/devel/libz/'...which was just removed from the ports tree. Is this the same problem that went by a week or so ago? If so, what was the solution? If not, has anyone seen this? -- mat. +-Matthew Stein-------------------------------------------- matt@bdd.net-+ | Network Design phone: +1 519 823-8577 | | ButtonDown Digital fax: +1 519 823-9556 | +------------------------------------------------------------------------+ From owner-freebsd-ports Thu Aug 22 15:37:30 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24226 for ports-outgoing; Thu, 22 Aug 1996 15:37:30 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA24201 for ; Thu, 22 Aug 1996 15:37:22 -0700 (PDT) Received: from bdd.net (bdd.net [207.61.119.1]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id PAA17468 for ; Thu, 22 Aug 1996 15:37:19 -0700 (PDT) Received: from localhost (matt@localhost) by bdd.net (8.7.5/8.7.3) with SMTP id NAA09058 for ; Thu, 22 Aug 1996 13:18:29 -0400 (EDT) Date: Thu, 22 Aug 1996 13:18:29 -0400 (EDT) From: Matthew Stein To: ports@freebsd.org Subject: Ghostscript4, and Libz 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 noticed this problem go by a little while ago, but can't find it in the mailing list archives. The ghostscript4 port seems to require '/devel/libz/'...which was just removed from the ports tree. Is this the same problem that went by a week or so ago? If so, what was the solution? If not, has anyone seen this? -- mat. +-Matthew Stein-------------------------------------------- matt@bdd.net-+ | Network Design phone: +1 519 823-8577 | | ButtonDown Digital fax: +1 519 823-9556 | +------------------------------------------------------------------------+ From owner-freebsd-ports Thu Aug 22 16:33:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01233 for ports-outgoing; Thu, 22 Aug 1996 16:33:32 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA01227 for ; Thu, 22 Aug 1996 16:33:27 -0700 (PDT) Received: from baud.eng.umd.edu (baud.eng.umd.edu [129.2.98.183]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id TAA10526; Thu, 22 Aug 1996 19:33:23 -0400 (EDT) Received: from localhost (chuckr@localhost) by baud.eng.umd.edu (8.7.5/8.7.3) with SMTP id TAA05993; Thu, 22 Aug 1996 19:33:23 -0400 (EDT) X-Authentication-Warning: baud.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 22 Aug 1996 19:33:22 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@baud.eng.umd.edu To: Matthew Stein cc: ports@FreeBSD.org Subject: Re: Ghostscript4, and Libz 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 Thu, 22 Aug 1996, Matthew Stein wrote: > > I noticed this problem go by a little while ago, but can't find it in the > mailing list archives. The ghostscript4 port seems to require > '/devel/libz/'...which was just removed from the ports tree. > > Is this the same problem that went by a week or so ago? If so, what was > the solution? If not, has anyone seen this? I got it fixed, except I can't yet figure out how to test it. It compiles cleanly. I sent mail to Andreas Klemm, the port's author, asking about this, and just as soon as I get it tested for functionality, in it goes. The port is sitting in my home dir on freefall, and Satoshi already doublechecked the rest. Maybe I ought to mail off to Aladdin, and ask them about test procedures. Yeah, I'll do that. If you come up with a method to test the libz functionality, you could let me know ... > > -- > mat. > > +-Matthew Stein-------------------------------------------- matt@bdd.net-+ > | Network Design phone: +1 519 823-8577 | > | ButtonDown Digital fax: +1 519 823-9556 | > +------------------------------------------------------------------------+ > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Thu Aug 22 18:23:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15700 for ports-outgoing; Thu, 22 Aug 1996 18:23:47 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca9-09.ix.netcom.com [204.31.231.105]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA15691 for ; Thu, 22 Aug 1996 18:23:44 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id SAA20436; Thu, 22 Aug 1996 18:23:15 -0700 (PDT) Date: Thu, 22 Aug 1996 18:23:15 -0700 (PDT) Message-Id: <199608230123.SAA20436@silvia.HIP.Berkeley.EDU> To: kuku@gilberto.physik.rwth-aachen.de CC: freebsd-ports@freefall.FreeBSD.org In-reply-to: <199608221306.PAA20963@gilberto.physik.rwth-aachen.de> (message from Christoph Kukulies on Thu, 22 Aug 1996 15:06:48 +0200) Subject: Re: pine 3.5 port hangs From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I remember someone having reported that one port just hangs after * the Extracting... message. * * What was the solution to this? I just wanted to compile pine-3.5 * and get this hang. It seems to work here, -current as of a few days ago. At any rate, this is the wrong list to post, you should send the "ps glx" output to -current (or -stable or whatever appropriate depending on your version). Satoshi From owner-freebsd-ports Thu Aug 22 20:29:18 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA24325 for ports-outgoing; Thu, 22 Aug 1996 20:29:18 -0700 (PDT) Received: from post.io.org (post.io.org [198.133.36.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA24306; Thu, 22 Aug 1996 20:29:12 -0700 (PDT) Received: from zot.io.org (taob@zot.io.org [198.133.36.82]) by post.io.org (8.7.5/8.7.3) with SMTP id XAA29506; Thu, 22 Aug 1996 23:29:06 -0400 (EDT) Date: Thu, 22 Aug 1996 23:29:06 -0400 (EDT) From: Brian Tao To: Douglas Ambrisko cc: FREEBSD-PORTS-L , FREEBSD-CURRENT-L , ylo@cs.hut.fi Subject: Re: Building SOCKS5 port, linking into ssh 1.2.14 In-Reply-To: <199608221826.LAA11282@cozumel.tcs.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 Thu, 22 Aug 1996, Douglas Ambrisko wrote: > > Okay, the big change from Socks 4 to 5 was the change of the > libsocks.a to libsocks5.a and the proxy functions of R to > SOCKS. Yep, replacing all the R*() calls with SOCKS*() calls (including the one in the configure script) did the trick. Outbound ssh now works quite nicely through our firewall. :) The stupid thing is, I remember seeing "SOCKSconnect()" when I was off chasing another problem, and it didn't occur to me later that the fix would be this simple. :-/ Thanks, Doug. Tatu, perhaps ssh's configure script needs to be updated to use --with-socks4 and --with-socks5? -- Brian Tao (BT300, taob@io.org, taob@ican.net) Senior Systems and Network Administrator, Internet Canada Corp. "Though this be madness, yet there is method in't" From owner-freebsd-ports Fri Aug 23 03:09:20 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA09322 for ports-outgoing; Fri, 23 Aug 1996 03:09:20 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA09315 for ; Fri, 23 Aug 1996 03:09:11 -0700 (PDT) Received: (from narvi@localhost) by haldjas.folklore.ee (8.6.12/8.6.12) id NAA16772; Fri, 23 Aug 1996 13:07:09 +0300 Date: Fri, 23 Aug 1996 13:07:09 +0300 (EET DST) From: Narvi To: Andrew cc: ports@freebsd.org Subject: Re: distfiles as shar archives 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 Wed, 21 Aug 1996, Andrew wrote: > On Wed, 21 Aug 1996, Andrew wrote: > > > I am trying to make a port but the distfile comes in shar format. I > > originally set EXTRACT_CMD to /bin/sh but then it tried to extract in > > /usr/ports/distfiles. > > Well I have fixed that problem (the cd is still in the EXTRACT_CMD line). > Now I have the problem that there is garbage at the top of the sahr > archive that makes sh produce errors...when it reaches the actual shell > script bit it goes ok but it looks ugly. Any suggestions? How about redirecting the stderr to /dev/null? Sander > > Andrew > > From owner-freebsd-ports Fri Aug 23 05:01:02 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA13316 for ports-outgoing; Fri, 23 Aug 1996 05:01:02 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca9-09.ix.netcom.com [204.31.231.105]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA13304 for ; Fri, 23 Aug 1996 05:00:36 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id EAA23087; Fri, 23 Aug 1996 04:59:43 -0700 (PDT) Date: Fri, 23 Aug 1996 04:59:43 -0700 (PDT) Message-Id: <199608231159.EAA23087@silvia.HIP.Berkeley.EDU> To: PLAZAS_CHRISTIAN@ColState.EDU CC: ports@FreeBSD.ORG In-reply-to: (PLAZAS_CHRISTIAN@ColState.EDU) Subject: Re: isc-dhcp From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Please DO NOT remove this port. * * It was the only DHCP server that I could get to work properly on our * network, and so far it is working like a champ. * * The program is now located at ftp://ftp.fugue.com/pub. Ok ok, but the one there is a much newer version. Can someone update the port files? Satoshi From owner-freebsd-ports Fri Aug 23 14:15:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA13935 for ports-outgoing; Fri, 23 Aug 1996 14:15:47 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA13903 for ; Fri, 23 Aug 1996 14:15:36 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id XAA07054 for ; Fri, 23 Aug 1996 23:15:27 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id XAA17677 for ports@freebsd.org; Fri, 23 Aug 1996 23:14:38 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.7/keltia-uucp-2.9) id WAA11575; Fri, 23 Aug 1996 22:46:13 +0200 (MET DST) Message-Id: <199608232046.WAA11575@keltia.freenix.fr> Date: Fri, 23 Aug 1996 22:46:12 +0200 From: roberto@keltia.freenix.fr (Ollivier Robert) To: ports@freebsd.org Subject: Re: /usr/local/etc/apache splitting In-Reply-To: <199608221654.UAA01067@nagual.ru>; from ?????? ?????? on Aug 22, 1996 20:54:19 +0400 References: <199608221654.UAA01067@nagual.ru> X-Mailer: Mutt 0.40 Mime-Version: 1.0 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to ?????? ??????: > Reasons: > It is not good idea to keep logs in etc directory, it is for > configurations, not for logs. > Having empty directory just for two subdirectories isn't good too. > > Objections? Not from me. Go for it. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #18: Sun Aug 18 19:16:52 MET DST 1996 From owner-freebsd-ports Fri Aug 23 18:12:50 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA11733 for ports-outgoing; Fri, 23 Aug 1996 18:12:50 -0700 (PDT) Received: from ns.kconline.com (ns.kconline.com [207.51.167.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA11726 for ; Fri, 23 Aug 1996 18:12:47 -0700 (PDT) Received: from localhost (rif@localhost) by ns.kconline.com (8.7.5/8.6.12) with SMTP id UAA23612 for ; Fri, 23 Aug 1996 20:08:40 -0500 (EST) Date: Fri, 23 Aug 1996 20:08:38 -0500 (EST) From: Jim Riffle To: freebsd-ports@freebsd.org Subject: Apache SSL 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 knowticed the additional stuff in the apache port for SSL. Does this mean this is an alternative to Stronghold which does not cost? Or is this Stronghold? Thanks, Jim Riffle From owner-freebsd-ports Sat Aug 24 00:38:19 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA14429 for ports-outgoing; Sat, 24 Aug 1996 00:38:19 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA14422 for ; Sat, 24 Aug 1996 00:38:17 -0700 (PDT) Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id AAA20515 for ; Sat, 24 Aug 1996 00:38:14 -0700 (PDT) Received: from grumble.grondar.za (localhost.grondar.za [127.0.0.1]) by grumble.grondar.za (8.7.5/8.7.3) with ESMTP id JAA08044; Sat, 24 Aug 1996 09:36:32 +0200 (SAT) Message-Id: <199608240736.JAA08044@grumble.grondar.za> To: Jim Riffle cc: freebsd-ports@freebsd.org Subject: Re: Apache SSL Date: Sat, 24 Aug 1996 09:36:31 +0200 From: Mark Murray Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jim Riffle wrote: > I knowticed the additional stuff in the apache port for SSL. Does this > mean this is an alternative to Stronghold which does not cost? Or is this > Stronghold? It is not Sronghold, it is Apache + SSLeay. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-freebsd-ports Sat Aug 24 01:13:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA17046 for ports-outgoing; Sat, 24 Aug 1996 01:13:04 -0700 (PDT) Received: from caliban.dihelix.com (caliban.mrtc.org [199.4.33.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA17037 for ; Sat, 24 Aug 1996 01:12:59 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.7.5/8.6.9) id WAA00902; Fri, 23 Aug 1996 22:13:07 -1000 (HST) Message-Id: <199608240813.WAA00902@caliban.dihelix.com> Subject: Re: /usr/local/etc/apache splitting To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Fri, 23 Aug 1996 22:13:06 -1000 (HST) Cc: ports@FreeBSD.org In-Reply-To: <199608232046.WAA11575@keltia.freenix.fr> from Ollivier Robert at "Aug 23, 96 10:46:12 pm" From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL22 (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 > Reasons: > It is not good idea to keep logs in etc directory, it is for > configurations, not for logs. > Having empty directory just for two subdirectories isn't good too. > > Objections? Actually as a user, I personally prefered the older /usr/local/www setup much much better. SO much so I have copied it on ALL the apache setup I have done even on non-FreeBSD platforms. It tended to make life much simpler in dealing with the web server and for other to understand better. Too little too late just thought I would throw my .0000002 cents into the mud. -David Langford langfod@dihelix.com From owner-freebsd-ports Sat Aug 24 02:22:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA22608 for ports-outgoing; Sat, 24 Aug 1996 02:22:32 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA22599 for ; Sat, 24 Aug 1996 02:22:29 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id CAA05102 for ; Sat, 24 Aug 1996 02:22:28 -0700 (PDT) To: ports@freebsd.org Subject: How to people feel about adding an AUTHOR convention to ports? Date: Sat, 24 Aug 1996 02:22:28 -0700 Message-ID: <5094.840878548@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk That is, a variable defined in the Makefile which contains an author string purely for 2 cosmetic reasons: 1. You can easily see where it came from, as opposed to who's simply maintaining the FreeBSD port itself (which is all that MAINTAINER tells you). 2. The author gets more prominent credit, not having their work "swallowed" so much by the ports mechanism that many become anonymous to those users who aren't motivated enough to go digging through the port's work directory. I'm sure we could also use the extra information to dress up the web pages a little bit. Opinions? Jordan From owner-freebsd-ports Sat Aug 24 03:14:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25338 for ports-outgoing; Sat, 24 Aug 1996 03:14:51 -0700 (PDT) Received: from dfw-ix9.ix.netcom.com (dfw-ix9.ix.netcom.com [206.214.98.9]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA25333 for ; Sat, 24 Aug 1996 03:14:48 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca65-29.ix.netcom.com [206.217.121.93]) by dfw-ix9.ix.netcom.com (8.6.13/8.6.12) with ESMTP id DAA02544; Sat, 24 Aug 1996 03:14:15 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id DAA03572; Sat, 24 Aug 1996 03:14:13 -0700 (PDT) Date: Sat, 24 Aug 1996 03:14:13 -0700 (PDT) Message-Id: <199608241014.DAA03572@baloon.mimi.com> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <5094.840878548@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: How to people feel about adding an AUTHOR convention to ports? From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * That is, a variable defined in the Makefile which contains an author * string purely for 2 cosmetic reasons: * * 1. You can easily see where it came from, as opposed to who's simply * maintaining the FreeBSD port itself (which is all that MAINTAINER * tells you). * * 2. The author gets more prominent credit, not having their work "swallowed" * so much by the ports mechanism that many become anonymous to those users * who aren't motivated enough to go digging through the port's work * directory. * * I'm sure we could also use the extra information to dress up the web * pages a little bit. You mean we put things like "AUTHOR=rms@gnu.ai.mit.edu" for emacs? Hmm...well I don't know, it seems like just some extra work for the porters for not really much gain. If the authors wants 2, they would have declared it themselves in the manpages.... :) Besides, how exactly are you planning to use it? The author can be a group of people, just a name and snail mail address (no e-mail), a company name, etc...so it's not like you can stick in a mailto: to have it underlined like MAINTAINER.... ;) Satoshi From owner-freebsd-ports Sat Aug 24 03:23:28 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25846 for ports-outgoing; Sat, 24 Aug 1996 03:23:28 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA25841; Sat, 24 Aug 1996 03:23:25 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id DAA15759; Sat, 24 Aug 1996 03:23:24 -0700 (PDT) To: asami@freebsd.org (Satoshi Asami) cc: ports@freebsd.org Subject: Re: How to people feel about adding an AUTHOR convention to ports? In-reply-to: Your message of "Sat, 24 Aug 1996 03:14:13 PDT." <199608241014.DAA03572@baloon.mimi.com> Date: Sat, 24 Aug 1996 03:23:24 -0700 Message-ID: <15757.840882204@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > You mean we put things like "AUTHOR=rms@gnu.ai.mit.edu" for emacs? Or maybe just emacs-questions@gnu.ai.mit.edu or wherever the FSF asks that emacs feedback go. But I wouldn't constrain it to being an email address. > Besides, how exactly are you planning to use it? The author can be a Just as an info field - I'd like to be able to remember where I got a port from at a glance, basically. If nobody else is enthusiastic, I hope there will be no objection if I use it in my own port submissions? Jordan From owner-freebsd-ports Sat Aug 24 04:08:12 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA27332 for ports-outgoing; Sat, 24 Aug 1996 04:08:12 -0700 (PDT) Received: from dfw-ix9.ix.netcom.com (dfw-ix9.ix.netcom.com [206.214.98.9]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA27325 for ; Sat, 24 Aug 1996 04:08:09 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca65-29.ix.netcom.com [206.217.121.93]) by dfw-ix9.ix.netcom.com (8.6.13/8.6.12) with ESMTP id EAA03287; Sat, 24 Aug 1996 04:07:34 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id EAA03682; Sat, 24 Aug 1996 04:07:32 -0700 (PDT) Date: Sat, 24 Aug 1996 04:07:32 -0700 (PDT) Message-Id: <199608241107.EAA03682@baloon.mimi.com> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <15757.840882204@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: How to people feel about adding an AUTHOR convention to ports? From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Besides, how exactly are you planning to use it? The author can be a * * Just as an info field - I'd like to be able to remember where I got a * port from at a glance, basically. Well, I wouldn' object that, but don't really think it's useful enough to be in the Makefile. Maybe we can recommend porters put some words about the author(s) at the top of the DESCR file? Something like this: === This is superbasic, the fastest BASIC interpreter in the world designed by Dr. Kwick Mach III (machiii@superbasic.com) of Germany. The superbasic interpreter is ... === * If nobody else is enthusiastic, I hope there will be no objection if I * use it in my own port submissions? If it's going to be used by the web page or some other ports mechanism, it should be discussed and agreed upon before it can be used in the Makefile. If it's not, then it doesn't belong to the Makefile. Satoshi From owner-freebsd-ports Sat Aug 24 06:20:28 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA03132 for ports-outgoing; Sat, 24 Aug 1996 06:20:28 -0700 (PDT) Received: from mail (mail.bcpl.lib.md.us [204.255.212.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA03127 for ; Sat, 24 Aug 1996 06:20:26 -0700 (PDT) Received: by mail (5.0/SMI-SVR4) id AA19897; Sat, 24 Aug 1996 09:17:16 +0500 Message-Id: <9608241317.AA19897@mail> From: jspath@mail.bcpl.lib.md.us (Webmaster Jim) Date: Sat, 24 Aug 1996 09:17:16 -0400 In-Reply-To: "Jordan K. Hubbard" "How to people feel about adding an AUTHOR convention to ports?" (Aug 24, 2:22am) X-Hack: cough, cough X-Mailusersshell-Patchlevel: a srb@cuci.nl (Stephen R. van den Berg) X-Mailer: X-Organization: planet earth X-Signature: /jes X-Url: jim's url X-Face: $[):DI3,{Z,[[9Gb^H.yPU[6-J}^Co2e-J!p*jQ>Q8++K~?Ejg~3#,vmYi;O8E55~r~#wa2 WdUS{+X2e6mt${6._[/U%N~y"Br4L6Lm%S0XI8RRTs"'Dpz]#@hD@I`i@G[Q+'" cKd3Acq&}J;,FhT"6d1[H=*<;o2?Z_RK&He4+Td%v3:47/5;A>0mBqsG-KB8l:\43FGDe;U To: "Jordan K. Hubbard" , ports@freebsd.org Subject: Re: How to people feel about adding an AUTHOR convention to ports? Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Aug 24, 2:22am, "Jordan K. Hubbard" wrote: } That is, a variable defined in the Makefile which contains an author } string purely for 2 cosmetic reasons... How would you deal with "original" versus "current" author, e.g., "XPaint" was written by David Koblas but is now being maintained by Torsten Martinsen? -- I don't speak (or work) for the Baltimore County Public Library. They keep telling me, "Shhhhh!" From owner-freebsd-ports Sat Aug 24 07:08:45 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA04688 for ports-outgoing; Sat, 24 Aug 1996 07:08:45 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA04683 for ; Sat, 24 Aug 1996 07:08:42 -0700 (PDT) Received: from protocol.eng.umd.edu (protocol.eng.umd.edu [129.2.98.180]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id KAA15439; Sat, 24 Aug 1996 10:08:39 -0400 (EDT) Received: from localhost (chuckr@localhost) by protocol.eng.umd.edu (8.7.5/8.7.3) with SMTP id KAA00935; Sat, 24 Aug 1996 10:08:38 -0400 (EDT) X-Authentication-Warning: protocol.eng.umd.edu: chuckr owned process doing -bs Date: Sat, 24 Aug 1996 10:08:38 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@protocol.eng.umd.edu To: "Jordan K. Hubbard" cc: ports@freebsd.org Subject: Re: How to people feel about adding an AUTHOR convention to ports? In-Reply-To: <5094.840878548@time.cdrom.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, 24 Aug 1996, Jordan K. Hubbard wrote: > That is, a variable defined in the Makefile which contains an author > string purely for 2 cosmetic reasons: > > 1. You can easily see where it came from, as opposed to who's simply > maintaining the FreeBSD port itself (which is all that MAINTAINER > tells you). > > 2. The author gets more prominent credit, not having their work "swallowed" > so much by the ports mechanism that many become anonymous to those users > who aren't motivated enough to go digging through the port's work > directory. > > I'm sure we could also use the extra information to dress up the web > pages a little bit. I think that's a good idea, position in just above the MAINTAINER line. > > Opinions? > > Jordan > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Sat Aug 24 09:33:00 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA14659 for ports-outgoing; Sat, 24 Aug 1996 09:33:00 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA14641; Sat, 24 Aug 1996 09:32:43 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) id SAA01949; Sat, 24 Aug 1996 18:00:43 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by klemm.gtn.com (8.7.5/8.7.3) with SMTP id RAA18707; Sat, 24 Aug 1996 17:51:51 +0200 (MET DST) Date: Sat, 24 Aug 1996 17:51:51 +0200 (MET DST) From: Andreas Klemm To: Chuck Robey cc: Satoshi Asami , andreas@freebsd.org, ports@freebsd.org Subject: Re: gs4 and libz In-Reply-To: Message-ID: X-try-apsfilter: ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz X-Fax: +49 2137 2018 X-Phone: +49 2137 2020 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 21 Aug 1996, Chuck Robey wrote: > Andreas, I'm doing this, have you any idea of a ghostscript 4 command that > could be used to test the zlib functionality, before I commit this thing? > Thanks. I think it should be enough to get it through the loader - after rmoving your libz port - after installing the new libz in the main FreeBSD tree Andreas /// andreas@klemm.gtn.com /\/\___ Wiechers & Partner Datentechnik GmbH Andreas Klemm ___/\/\/ Support Unix -- andreas.klemm@wup.de pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< From owner-freebsd-ports Sat Aug 24 09:44:00 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15605 for ports-outgoing; Sat, 24 Aug 1996 09:44:00 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA15598 for ; Sat, 24 Aug 1996 09:43:43 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with ESMTP id KAA02392; Sat, 24 Aug 1996 10:43:01 -0600 (MDT) Message-Id: <199608241643.KAA02392@rover.village.org> To: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: PREFIX with X11 ports Cc: chuckr@glue.umd.edu, obrien@Nuxi.cs.ucdavis.edu, freebsd-ports@freebsd.org In-reply-to: Your message of Mon, 19 Aug 1996 00:48:57 PDT Date: Sat, 24 Aug 1996 10:43:01 -0600 From: Warner Losh Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : (1) is a real killer though. :( XAPPLRESDIR or XUSERFILESEARCHPATH can be used to compensate for this. Warner From owner-freebsd-ports Sat Aug 24 09:53:42 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA16101 for ports-outgoing; Sat, 24 Aug 1996 09:53:42 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA16078; Sat, 24 Aug 1996 09:53:29 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with ESMTP id KAA02442; Sat, 24 Aug 1996 10:53:08 -0600 (MDT) Message-Id: <199608241653.KAA02442@rover.village.org> To: Brian Tao Subject: Re: Building SOCKS5 port, linking into ssh 1.2.14 Cc: Douglas Ambrisko , FREEBSD-PORTS-L , FREEBSD-CURRENT-L , ylo@cs.hut.fi In-reply-to: Your message of Thu, 22 Aug 1996 23:29:06 EDT Date: Sat, 24 Aug 1996 10:53:08 -0600 From: Warner Losh Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : Tatu, perhaps ssh's configure script needs to be updated to use : --with-socks4 and --with-socks5? A local user here built ssh with socks 5 support. The socks support in 1.2.14 at least was socks 4. He was able to just include the right thing that did the right #define magic for things like connect, etc. He claimed that hacking the headers and *NOT* configuring for socks made this just work. I'll see if I can get him to generate some patches and I'll pass them along (if he hasn't already sent them directly to the ssh mailing list). Changing everything to SOCKSxxxx is definitely a big pain and not the right way to fix this problem. :-( Warner From owner-freebsd-ports Sat Aug 24 09:54:55 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA16175 for ports-outgoing; Sat, 24 Aug 1996 09:54:55 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA16167 for ; Sat, 24 Aug 1996 09:54:49 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with ESMTP id KAA02456 for ; Sat, 24 Aug 1996 10:54:46 -0600 (MDT) Message-Id: <199608241654.KAA02456@rover.village.org> To: ports@freebsd.org Subject: X11BASE Date: Sat, 24 Aug 1996 10:54:46 -0600 From: Warner Losh Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Forgete I said anything. I neglected to read the whole thread before replying. Bad user. No biscuit. Warner From owner-freebsd-ports Sat Aug 24 10:01:23 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16684 for ports-outgoing; Sat, 24 Aug 1996 10:01:23 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA16672 for ; Sat, 24 Aug 1996 10:01:15 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id TAA08044 for ; Sat, 24 Aug 1996 19:01:03 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id TAA29099 for ports@FreeBSD.org; Sat, 24 Aug 1996 19:00:39 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.7/keltia-uucp-2.9) id SAA19400; Sat, 24 Aug 1996 18:36:57 +0200 (MET DST) Message-Id: <199608241636.SAA19400@keltia.freenix.fr> Date: Sat, 24 Aug 1996 18:36:57 +0200 From: roberto@keltia.freenix.fr (Ollivier Robert) To: ports@freebsd.org Subject: Re: /usr/local/etc/apache splitting In-Reply-To: <199608240813.WAA00902@caliban.dihelix.com>; from David Langford on Aug 23, 1996 22:13:06 -1000 References: <199608240813.WAA00902@caliban.dihelix.com> X-Mailer: Mutt 0.41 Mime-Version: 1.0 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to David Langford: > SO much so I have copied it on ALL the apache setup I have done even on > non-FreeBSD platforms. It tended to make life much simpler in dealing > with the web server and for other to understand better. The natural place for logs is /var/log, not /usr/local/www/logs. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #18: Sun Aug 18 19:16:52 MET DST 1996 From owner-freebsd-ports Sat Aug 24 10:07:20 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17018 for ports-outgoing; Sat, 24 Aug 1996 10:07:20 -0700 (PDT) Received: from shiva.race.u-tokyo.ac.jp (shiva.race.u-tokyo.ac.jp [157.82.76.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA17010 for ; Sat, 24 Aug 1996 10:07:13 -0700 (PDT) Received: from neptune (neptune.race.u-tokyo.ac.jp [157.82.76.29]) by shiva.race.u-tokyo.ac.jp (8.7.5/3.4W-96012612) with SMTP id CAA04838; Sun, 25 Aug 1996 02:07:01 +0900 (JST) Received: from localhost by neptune (4.1/3.4W3-race) id AA03363; Sun, 25 Aug 96 02:06:59 JST Message-Id: <9608241706.AA03363@neptune> To: ports@freebsd.org Cc: chuckr@glue.umd.edu Subject: Re: port of gimp-0.54.1 In-Reply-To: Your message of "Fri, 23 Aug 1996 22:11:14 -0400 (EDT)" References: X-Mailer: Mew version 1.05+ on Emacs 19.33.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 25 Aug 1996 02:06:58 +0900 From: MOROHOSHI Akihiko Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I made port of gimp 0.54.1 and put it to ftp.freebsd.org:/pub/FreeBSD/incoming as gimp.tar.gz. MOROHOSHI Akihiko Courses. of EEICE, Fac. of Eng., The Univ. of Tokyo RACE, The Univ. of Tokyo From owner-freebsd-ports Sat Aug 24 10:54:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20184 for ports-outgoing; Sat, 24 Aug 1996 10:54:51 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA20177 for ; Sat, 24 Aug 1996 10:54:48 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id KAA00556; Sat, 24 Aug 1996 10:54:41 -0700 (PDT) To: jspath@mail.bcpl.lib.md.us (Webmaster Jim) cc: ports@freebsd.org Subject: Re: How to people feel about adding an AUTHOR convention to ports? In-reply-to: Your message of "Sat, 24 Aug 1996 09:17:16 EDT." <9608241317.AA19897@mail> Date: Sat, 24 Aug 1996 10:54:41 -0700 Message-ID: <554.840909281@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > How would you deal with "original" versus "current" author, e.g., > "XPaint" was written by David Koblas but is now being maintained by > Torsten Martinsen? I'd list Torsten. If somebody's abandoned something, they've abandoned it. Jordan From owner-freebsd-ports Sat Aug 24 10:59:07 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20370 for ports-outgoing; Sat, 24 Aug 1996 10:59:07 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA20364; Sat, 24 Aug 1996 10:59:04 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id KAA00601; Sat, 24 Aug 1996 10:59:03 -0700 (PDT) To: asami@freebsd.org (Satoshi Asami) cc: ports@freebsd.org Subject: Re: How to people feel about adding an AUTHOR convention to ports? In-reply-to: Your message of "Sat, 24 Aug 1996 04:07:32 PDT." <199608241107.EAA03682@baloon.mimi.com> Date: Sat, 24 Aug 1996 10:59:03 -0700 Message-ID: <599.840909543@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Well, I wouldn' object that, but don't really think it's useful enough > to be in the Makefile. Maybe we can recommend porters put some words > about the author(s) at the top of the DESCR file? Something like > this: > > === > This is superbasic, the fastest BASIC interpreter in the world > designed by Dr. Kwick Mach III (machiii@superbasic.com) of Germany. > > The superbasic interpreter is ... No objection. Jordan From owner-freebsd-ports Sat Aug 24 15:04:52 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA02862 for ports-outgoing; Sat, 24 Aug 1996 15:04:52 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA02855 for ; Sat, 24 Aug 1996 15:04:47 -0700 (PDT) Received: (from jkh@localhost) by time.cdrom.com (8.7.5/8.6.9) id PAA02985 for ports@Freebsd.org; Sat, 24 Aug 1996 15:04:46 -0700 (PDT) Date: Sat, 24 Aug 1996 15:04:46 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199608242204.PAA02985@time.cdrom.com> To: ports@Freebsd.org Subject: gimp port Sender: owner-ports@Freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can't seem to find its filters now.. jkh@time-> gimp kitten.jpg gimp warning: Unable to locate filter: "jpeg" jkh@time-> gimp freebsd-advert.gif gimp warning: Unable to locate filter: "gif" jkh@time-> which gimp /usr/X11R6/bin/gimp Jordan From owner-freebsd-ports Sat Aug 24 16:01:31 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07575 for ports-outgoing; Sat, 24 Aug 1996 16:01:31 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA07570 for ; Sat, 24 Aug 1996 16:01:28 -0700 (PDT) Received: from protocol.eng.umd.edu (protocol.eng.umd.edu [129.2.98.180]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id TAA12621; Sat, 24 Aug 1996 19:01:25 -0400 (EDT) Received: from localhost (chuckr@localhost) by protocol.eng.umd.edu (8.7.5/8.7.3) with SMTP id TAA01161; Sat, 24 Aug 1996 19:01:25 -0400 (EDT) X-Authentication-Warning: protocol.eng.umd.edu: chuckr owned process doing -bs Date: Sat, 24 Aug 1996 19:01:25 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@protocol.eng.umd.edu To: "Jordan K. Hubbard" cc: ports@freebsd.org Subject: Re: gimp port In-Reply-To: <199608242204.PAA02985@time.cdrom.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, 24 Aug 1996, Jordan K. Hubbard wrote: > Can't seem to find its filters now.. > > jkh@time-> gimp kitten.jpg > gimp warning: Unable to locate filter: "jpeg" > jkh@time-> gimp freebsd-advert.gif > gimp warning: Unable to locate filter: "gif" > jkh@time-> which gimp > /usr/X11R6/bin/gimp I just re-rebuilt it and tested it, I can't get it to fail yet. Did you reinstall the /usr/X11R6/lib/tmp/gimprc as ~/.gimprc ? The end of the install target echo's some hints on this .... > > Jordan > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Sat Aug 24 16:06:08 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07979 for ports-outgoing; Sat, 24 Aug 1996 16:06:08 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA07974 for ; Sat, 24 Aug 1996 16:06:06 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id QAA03588; Sat, 24 Aug 1996 16:06:02 -0700 (PDT) To: Chuck Robey cc: ports@freebsd.org Subject: Re: gimp port In-reply-to: Your message of "Sat, 24 Aug 1996 19:01:25 EDT." Date: Sat, 24 Aug 1996 16:06:02 -0700 Message-ID: <3585.840927962@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I just re-rebuilt it and tested it, I can't get it to fail yet. Did you > reinstall the /usr/X11R6/lib/tmp/gimprc as ~/.gimprc ? The end of the > install target echo's some hints on this .... I don't see any such file *to* install? Jordan From owner-freebsd-ports Sat Aug 24 16:44:17 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA11913 for ports-outgoing; Sat, 24 Aug 1996 16:44:17 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA11904 for ; Sat, 24 Aug 1996 16:44:15 -0700 (PDT) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.103.25]) by po1.glue.umd.edu (8.8.Alpha.8/8.8.Alpha.8) with ESMTP id TAA12886; Sat, 24 Aug 1996 19:44:12 -0400 (EDT) Received: from localhost (chuckr@localhost) by thurston.eng.umd.edu (8.7.5/8.7.3) with SMTP id TAA10788; Sat, 24 Aug 1996 19:44:11 -0400 (EDT) X-Authentication-Warning: thurston.eng.umd.edu: chuckr owned process doing -bs Date: Sat, 24 Aug 1996 19:44:11 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: "Jordan K. Hubbard" cc: ports@FreeBSD.org Subject: Re: gimp port In-Reply-To: <3585.840927962@time.cdrom.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, 24 Aug 1996, Jordan K. Hubbard wrote: > > I just re-rebuilt it and tested it, I can't get it to fail yet. Did you > > reinstall the /usr/X11R6/lib/tmp/gimprc as ~/.gimprc ? The end of the > > install target echo's some hints on this .... I wonder how that '/tmp' part of the path got in there? It isn't in the Makefile. I must have fat-fingered it. There's a /usr/X11R6/lib/gimp/gimprc to install. > > I don't see any such file *to* install? > > Jordan > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Sat Aug 24 17:52:03 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16993 for ports-outgoing; Sat, 24 Aug 1996 17:52:03 -0700 (PDT) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA16985 for ; Sat, 24 Aug 1996 17:52:00 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca72-07.ix.netcom.com [207.92.177.135]) by dfw-ix8.ix.netcom.com (8.6.13/8.6.12) with ESMTP id RAA27500; Sat, 24 Aug 1996 17:50:53 -0700 Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id RAA01143; Sat, 24 Aug 1996 17:50:50 -0700 (PDT) Date: Sat, 24 Aug 1996 17:50:50 -0700 (PDT) Message-Id: <199608250050.RAA01143@baloon.mimi.com> To: chuckr@glue.umd.edu CC: jkh@time.cdrom.com, ports@freebsd.org In-reply-to: (message from Chuck Robey on Sat, 24 Aug 1996 19:01:25 -0400 (EDT)) Subject: Re: gimp port From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I just re-rebuilt it and tested it, I can't get it to fail yet. Did you * reinstall the /usr/X11R6/lib/tmp/gimprc as ~/.gimprc ? The end of the * install target echo's some hints on this .... Oh, I see. Well, there are two problems here: (1) The echo is buried inside a barrage of other printouts. At least it should be moved to the end of the post-install target, and surrounded by some eye-catching decoration. (2) pkg_add says nothing about it, so users without Motif (like me!) won't see it. It should probably be put there as pkg/INSTALL as a post-installation script (that way you can simply call that from post-install). (3) That will still only show up on the system administrator's shell. Maybe we can change the message `gimp fatal error: ".gimprc" file not found' to something that suggests the users copy that file to their home directories? Oops, there were three. Satoshi