From owner-freebsd-ports Sun Dec 17 12:41:05 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA18997 for ports-outgoing; Sun, 17 Dec 1995 12:41:05 -0800 (PST) Received: from parody.tecc.co.uk (parody.tecc.co.uk [193.128.6.83]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA18948 Sun, 17 Dec 1995 12:40:56 -0800 (PST) Received: (from james@localhost) by parody.tecc.co.uk (8.6.12/8.6.12) id UAA00612; Sun, 17 Dec 1995 20:00:56 GMT Date: Sun, 17 Dec 1995 20:00:54 +0000 () From: James Raynard To: ports@freebsd.org cc: gpalmer@freebsd.org Subject: GNU Smalltalk patches (correction) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk The patch for st.el I posted should be replaced by the following, as commands typed at the interactor prompt weren't being executed. James Segmentation fault (core dumped): cannot find file '.signature' *** /usr/ports/lang/smalltalk/work/smalltalk-1.1.1/st.el.orig Sun Dec 10 17:55:54 1995 --- /usr/ports/lang/smalltalk/work/smalltalk-1.1.1/st.el Sat Dec 16 12:02:33 1995 *************** *** 25,31 **** ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ! (require 'shell) (defvar smalltalk-name-regexp "[A-Za-z][A-Za-z0-9]*" "A regular expression that matches a Smalltalk identifier") --- 25,31 ---- ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ! (require 'comint) (defvar smalltalk-name-regexp "[A-Za-z][A-Za-z0-9]*" "A regular expression that matches a Smalltalk identifier") *************** *** 708,720 **** nil (if proc (delete-process proc)) (setq proc (apply 'start-process name buffer ! (concat exec-directory "env") ;; I'm choosing to leave these here (format "TERMCAP=emacs:co#%d:tc=unknown:" (screen-width)) "TERM=emacs" "EMACS=t" - "-" "mst" switches)) (setq name (process-name proc))) --- 708,719 ---- nil (if proc (delete-process proc)) (setq proc (apply 'start-process name buffer ! "/usr/bin/env" ;; I'm choosing to leave these here (format "TERMCAP=emacs:co#%d:tc=unknown:" (screen-width)) "TERM=emacs" "EMACS=t" "mst" switches)) (setq name (process-name proc))) *************** *** 760,772 **** The following commands imitate the usual Unix interrupt and editing control characters: ! \\{shell-mode-map} Entry to this mode calls the value of mst-mode-hook with no arguments, if that value is non-nil. Likewise with the value of shell-mode-hook. mst-mode-hook is called after shell-mode-hook." (interactive) (kill-all-local-variables) (setq mode-line-format '("" mode-line-modified mode-line-buffer-identification " " global-mode-string " %[(" mode-name ": " mode-status --- 759,773 ---- The following commands imitate the usual Unix interrupt and editing control characters: ! \\{comint-mode-map} Entry to this mode calls the value of mst-mode-hook with no arguments, if that value is non-nil. Likewise with the value of shell-mode-hook. mst-mode-hook is called after shell-mode-hook." (interactive) (kill-all-local-variables) + (comint-mode) + (setq comint-prompt-regexp shell-prompt-pattern) (setq mode-line-format '("" mode-line-modified mode-line-buffer-identification " " global-mode-string " %[(" mode-name ": " mode-status *************** *** 774,787 **** (setq major-mode 'mst-mode) (setq mode-name "Smalltalk") ;; (setq mode-line-process '(": %s")) ! (use-local-map shell-mode-map) (make-local-variable 'last-input-start) (setq last-input-start (make-marker)) ! (make-local-variable 'last-input-end) ! (setq last-input-end (make-marker)) (make-local-variable 'mode-status) (setq mode-status "starting-up") ! (run-hooks 'shell-mode-hook 'mst-mode-hook)) --- 775,788 ---- (setq major-mode 'mst-mode) (setq mode-name "Smalltalk") ;; (setq mode-line-process '(": %s")) ! (use-local-map comint-mode-map) (make-local-variable 'last-input-start) (setq last-input-start (make-marker)) ! (make-local-variable 'comint-last-input-end) ! (setq comint-last-input-end (make-marker)) (make-local-variable 'mode-status) (setq mode-status "starting-up") ! (run-hooks 'comint-mode-hook 'mst-mode-hook)) From owner-freebsd-ports Sun Dec 17 13:20:12 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA22038 for ports-outgoing; Sun, 17 Dec 1995 13:20:12 -0800 (PST) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA22024 for ; Sun, 17 Dec 1995 13:20:06 -0800 (PST) Received: from wiley.muc.ditec.de (wiley.muc.ditec.de [194.120.126.9]) by mail.barrnet.net (8.7.1/MAIL-RELAY-LEN) with SMTP id NAA22158 for ; Tue, 12 Dec 1995 13:24:13 -0800 (PST) Received: from vector.enet ([139.92.18.129]) by wiley.muc.ditec.de (8.6.12/8.6.9) with ESMTP id WAA02573 for ; Tue, 12 Dec 1995 22:21:28 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.enet (8.6.12/8.6.9) with SMTP id WAA00443 for ; Tue, 12 Dec 1995 22:06:08 +0100 Message-Id: <199512122106.WAA00443@vector.enet> X-Authentication-Warning: vector.enet: Host localhost didn't use HELO protocol To: ports@FreeBSD.ORG Subject: popclient trashes mail Reply-To: "Julian H. Stacey" Date: Tue, 12 Dec 1995 22:06:07 +0100 From: "Julian H. Stacey" Sender: owner-ports@FreeBSD.ORG Precedence: bulk Hi Ports folk, Warning ! I just lost all mail sent me between Sunday and Tue Dec 12 21:42:50 MEZ 1995 How ? Well, my ISP materiasises in the USA, & my pop3 server is in Munich, so it was going really slowly, so I hit ^C & was going to ftp it instead, Nothing remained to ftp :-( Be warned, don't get caught too ! -- Julian H. Stacey jhs@freebsd.org From owner-freebsd-ports Sun Dec 17 13:44:17 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA23884 for ports-outgoing; Sun, 17 Dec 1995 13:44:17 -0800 (PST) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA23848 for ; Sun, 17 Dec 1995 13:44:09 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by mail.barrnet.net (8.7.1/MAIL-RELAY-LEN) with SMTP id IAA05785 for ; Tue, 12 Dec 1995 08:07:44 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA09047; Tue, 12 Dec 1995 09:07:34 -0700 Date: Tue, 12 Dec 1995 09:07:34 -0700 From: Nate Williams Message-Id: <199512121607.JAA09047@rocky.sri.MT.net> To: Donald Burr Cc: FreeBSD Ports Subject: Re: Good text-based telcom program? Working MINICOM? In-Reply-To: References: Sender: owner-ports@FreeBSD.ORG Precedence: bulk Donald Burr writes: [ Please limit your mailing to *one* list ] > > I've given up (for now) on toying with ECU. It may be that I'm dense or > something, but it's just not working for me. [Picture the "this is your > brain on drugs" commercial, and you'll see what happened to my head as a > result of this messing-around.] I noticed that a brand-new version of ECU was just released, so you may want to give it a shot once more. It claims to be a 'fully featured' port for FreeBSD 2.1. nate From owner-freebsd-ports Sun Dec 17 13:58:33 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA25284 for ports-outgoing; Sun, 17 Dec 1995 13:58:33 -0800 (PST) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA25279 for ; Sun, 17 Dec 1995 13:58:30 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by mail.barrnet.net (8.7.1/MAIL-RELAY-LEN) with ESMTP id PAA26350 for ; Tue, 12 Dec 1995 15:11:38 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id PAA00703; Tue, 12 Dec 1995 15:07:25 -0800 (PST) Date: Tue, 12 Dec 1995 15:07:25 -0800 (PST) Message-Id: <199512122307.PAA00703@silvia.HIP.Berkeley.EDU> To: d_burr@IX.NETCOM.COM CC: freebsd-ports@FreeBSD.ORG In-reply-to: (message from Donald Burr on Tue, 12 Dec 1995 04:33:04 -0800 (PST)) Subject: Re: Good text-based telcom program? Working MINICOM? From: asami@CS.Berkeley.EDU (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG Precedence: bulk * This is undoubtedly some termios thing, but I simply lack the knowledge * to correct it. If anyone's willing to give it a try, I'd be happy to * send you copies of my current sources (hey, it's even sort-of integrated * as a "port" -- shouldn't be that difficult to add it to the ports * collection once it's done) Send it to me if no-one offers help -- I'll put it in the ports collection with a big red marking saying "IT DOESN'T WORK, NEED HELP!!!", that way it will be distributed to all corners of the world and hopefully someone (say, Torsten) can make it work. :) Satoshi From owner-freebsd-ports Sun Dec 17 14:37:34 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29027 for ports-outgoing; Sun, 17 Dec 1995 14:37:34 -0800 (PST) Received: from oasis.txdirect.net (oasis.txdirect.net [204.57.120.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA29015 Sun, 17 Dec 1995 14:37:15 -0800 (PST) Received: (from rsnow@localhost) by oasis.txdirect.net (8.6.12/8.6.9) id QAA05493; Sun, 17 Dec 1995 16:37:12 -0600 Date: Sun, 17 Dec 1995 16:37:11 -0600 (CST) From: Rob Snow To: "Julian H. Stacey" cc: ports@FreeBSD.org Subject: Re: popclient trashes mail In-Reply-To: <199512122106.WAA00443@vector.enet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org Precedence: bulk On Tue, 12 Dec 1995, Julian H. Stacey wrote: > Hi Ports folk, > > Warning ! > I just lost all mail sent me between > Sunday and Tue Dec 12 21:42:50 MEZ 1995 > > How ? > > Well, my ISP materiasises in the USA, & my pop3 server is in Munich, > so it was going really slowly, > so I hit ^C & was going to ftp it instead, > Nothing remained to ftp :-( > > Be warned, don't get caught too ! > > -- > Julian H. Stacey jhs@freebsd.org Which version of popclient are you running? popclient-3.0b6.tar.gz is the current verion and it's in incoming __________________________________________________________________ Rob Snow Powered by FreeBSD rsnow@txdirect.net http://www.freebsd.org From owner-freebsd-ports Sun Dec 17 16:07:03 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA08384 for ports-outgoing; Sun, 17 Dec 1995 16:07:03 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA08358 Sun, 17 Dec 1995 16:06:58 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id BAA13089 ; Mon, 18 Dec 1995 01:06:56 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id BAA14286 ; Mon, 18 Dec 1995 01:06:55 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id XAA24533; Sun, 17 Dec 1995 23:48:26 +0100 (MET) From: Ollivier Robert Message-Id: <199512172248.XAA24533@keltia.freenix.fr> Subject: Re: popclient trashes mail To: jhs@FreeBSD.org Date: Sun, 17 Dec 1995 23:48:26 +0100 (MET) Cc: ports@FreeBSD.org In-Reply-To: <199512122106.WAA00443@vector.enet> from "Julian H. Stacey" at Dec 12, 95 10:06:07 pm X-Operating-System: FreeBSD 2.2-CURRENT ctm#1441 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.org Precedence: bulk It seems that Julian H. Stacey said: > Well, my ISP materiasises in the USA, & my pop3 server is in Munich, > so it was going really slowly, > so I hit ^C & was going to ftp it instead, > Nothing remained to ftp :-( Have you tried to grab .pop. (or is this the other way around ?) instead ? Most POP servers "mv" the mailbox before sending the message in order to avoid messing with incoming messages. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #4: Fri Dec 15 19:22:25 MET 1995 From owner-freebsd-ports Sun Dec 17 19:23:58 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25457 for ports-outgoing; Sun, 17 Dec 1995 19:23:58 -0800 (PST) Received: from rmurphy.slip.bcm.tmc.edu (root@RMURPHY.SLIP.BCM.TMC.EDU [128.249.250.138]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA25451 for ; Sun, 17 Dec 1995 19:23:52 -0800 (PST) Received: (from rich@localhost) by rmurphy.slip.bcm.tmc.edu (8.6.12/8.6.9) id VAA04738; Sun, 17 Dec 1995 21:23:49 -0600 Date: Sun, 17 Dec 1995 21:23:49 -0600 Message-Id: <199512180323.VAA04738@rmurphy.slip.bcm.tmc.edu> From: Rich Murphey To: FreeBSD-ports@freefall.FreeBSD.org CC: MC0878@mclink.it In-reply-to: <9512180336.aa08298@ax433.mclink.it> (message from Giovambattista Pulcini on Mon, 18 Dec 95 3:36:35 CET) Subject: Re: hfstools Reply-to: FreeBSD-ports@freefall.FreeBSD.org Sender: owner-ports@FreeBSD.ORG Precedence: bulk Has anyone seen a newer version of the HFS package for reading mac floppy disks? Archie and Lycos uncovered the existing freebsd and linux ports of hfs-0.37. Giovambattista Pulcini (below) has patches and is looking for a newer version to integrate them into. Rich |From: Giovambattista Pulcini |I am Giovambattista Pulcini, working on the HFS tools found in the Linux |4CD set by Infomagic. I would ask you if (and where) there is a newer |release other than the 0.37. I recompiled it under DOS but I found some |trouble, expecially in accessing the CDROM. So I would give you and/or |talk |about some fixes I made. From owner-freebsd-ports Mon Dec 18 02:31:06 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18548 for ports-outgoing; Mon, 18 Dec 1995 02:31:06 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA18537 for ; Mon, 18 Dec 1995 02:30:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id CAA11336 for ; Mon, 18 Dec 1995 02:30:32 -0800 Prev-Resent: Mon, 18 Dec 1995 02:30:31 -0800 Prev-Resent: "ports@freebsd.org " Received: from freefall.freebsd.org (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.12/8.6.9) with ESMTP id OAA09616 for ; Sun, 17 Dec 1995 14:45:39 -0800 Received: from wcarchive.cdrom.com (wcarchive.cdrom.com [192.216.191.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA29851 for ; Sun, 17 Dec 1995 14:45:59 -0800 (PST) Received: (from w8sdz@localhost) by wcarchive.cdrom.com (8.6.12/8.6.9) id OAA27955 ; Sun, 17 Dec 1995 14:45:54 -0800 Subject: pdksh found To: jkh@freefall.FreeBSD.org (Jordan Hubbard) Date: Sun, 17 Dec 1995 14:45:53 -0800 (PST) Cc: akiy@moon.cdrom.com (Jun Akiyama) From: w8sdz@Simtel.cdrom.com (Keith Petersen) Message-Id: <951217144553.w8sdz@Simtel.cdrom.com> Organization: Simtel (tm) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Resent-To: ports@freebsd.org Resent-Date: Mon, 18 Dec 1995 02:30:31 -0800 Resent-Message-ID: <11334.819282631@time.cdrom.com> Resent-From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk Jordan, I found the latest pdksh. ftp://ftp.cs.mun.ca/pub/pdksh/ This is the official ftp site, where pdksh is still being maintained by its author. The last update was done in the middle of this year. Jun, please install this on wcarchive in place of /usr/local/bin/ksh. Our present version is many revisions old, dated 1993. Keith -- Keith Petersen General Manager of Simtel (tm) Internet: w8sdz@Simtel.cdrom.com Uucp: uunet!simtel.cdrom.com!w8sdz From owner-freebsd-ports Mon Dec 18 02:55:27 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19541 for ports-outgoing; Mon, 18 Dec 1995 02:55:27 -0800 (PST) Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA19535 for ; Mon, 18 Dec 1995 02:55:23 -0800 (PST) From: gpalmer@westhill.cdrom.com Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.12) with SMTP id CAA10697 ; Mon, 18 Dec 1995 02:55:17 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: w8sdz@Simtel.cdrom.com (Keith Petersen) cc: jkh@freefall.freebsd.org (Jordan Hubbard), akiy@moon.cdrom.com (Jun Akiyama), ports@freebsd.org Subject: Re: pdksh found In-reply-to: Your message of "Sun, 17 Dec 1995 14:45:53 PST." <951217144553.w8sdz@Simtel.cdrom.com> Date: Mon, 18 Dec 1995 02:55:16 -0800 Message-ID: <10695.819284116@westhill.cdrom.com> Sender: owner-ports@freebsd.org Precedence: bulk Keith Petersen wrote in message ID <951217144553.w8sdz@Simtel.cdrom.com>: > Jordan, I found the latest pdksh. ftp://ftp.cs.mun.ca/pub/pdksh/ > > This is the official ftp site, where pdksh is still being maintained by > its author. The last update was done in the middle of this year. > > Jun, please install this on wcarchive in place of /usr/local/bin/ksh. > Our present version is many revisions old, dated 1993. Thanks for looking in our ports tree first Jordan! The one on wcarchive is probably dating back to either when it was a 1.1.5.1 box or since the upgrade. I've updated the shell on wcarchive Gary From owner-freebsd-ports Mon Dec 18 05:33:16 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26311 for ports-outgoing; Mon, 18 Dec 1995 05:33:16 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA26306 for ; Mon, 18 Dec 1995 05:33:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id FAA11715; Mon, 18 Dec 1995 05:32:38 -0800 To: gpalmer@westhill.cdrom.com cc: w8sdz@Simtel.cdrom.com (Keith Petersen), jkh@freefall.freebsd.org (Jordan Hubbard), akiy@moon.cdrom.com (Jun Akiyama), ports@freebsd.org Subject: Re: pdksh found In-reply-to: Your message of "Mon, 18 Dec 1995 02:55:16 PST." <10695.819284116@westhill.cdrom.com> Date: Mon, 18 Dec 1995 05:32:38 -0800 Message-ID: <11713.819293558@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk Ack. Well, you know what happens when one *assumes* things.. :-) Jordan > Keith Petersen wrote in message ID > <951217144553.w8sdz@Simtel.cdrom.com>: > > Jordan, I found the latest pdksh. ftp://ftp.cs.mun.ca/pub/pdksh/ > > > > This is the official ftp site, where pdksh is still being maintained by > > its author. The last update was done in the middle of this year. > > > > Jun, please install this on wcarchive in place of /usr/local/bin/ksh. > > Our present version is many revisions old, dated 1993. > > Thanks for looking in our ports tree first Jordan! The one on > wcarchive is probably dating back to either when it was a 1.1.5.1 box > or since the upgrade. > > I've updated the shell on wcarchive > > Gary From owner-freebsd-ports Mon Dec 18 05:41:20 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26796 for ports-outgoing; Mon, 18 Dec 1995 05:41:20 -0800 (PST) Received: from cory.EECS.Berkeley.EDU (cory-138.EECS.Berkeley.EDU [128.32.138.81]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA26791 for ; Mon, 18 Dec 1995 05:41:16 -0800 (PST) Received: (jmacd@localhost) by cory.EECS.Berkeley.EDU (8.6.11/8.6.4) id FAA13166 for ports@freebsd.org; Mon, 18 Dec 1995 05:41:09 -0800 Date: Mon, 18 Dec 1995 05:41:09 -0800 From: Josh MacDonald Message-Id: <199512181341.FAA13166@cory.EECS.Berkeley.EDU> To: ports@freebsd.org Subject: bsd.port.subdir.mk Sender: owner-ports@freebsd.org Precedence: bulk this annoys me every time I make clean in the ports tree because I don't have two of the subdirs present, japanese and russion, but bsd.port.subdir.mk doesn't check the existence of a subdirectory before it tries to make in it. I sup the ports collection and get the ports-base collection, and don't get the two named above, so I have a Makefile with all the subdirs in it, which I can edit, which as I said, annoys me, or I can make -k. I figure a missing subdirectory shouldn't be cause for an error, so might not the following patch be useful? It ignores subdirectories that don't exist. I can commit if so, but figure it might be better if Satoshi or sometone does. -josh 30c30 < else if test -d ${.CURDIR}/$${entry}; then \ --- > else \ 34,35c34 < fi; \ < fi;\ --- > fi; \ begin 644 bsd.port.subdir.mk.diff M,S!C,S`*/"`)"0EE;'-E(&EF('1E7T[('1H96X@7`HM+2T*/B`)"0EE;'-E(%P*,S0L,S5C,S0*/"`)"0D@("`@ @(&9I.R!<"CP@"0D)9FD[7`HM+2T*/B`)"0EF:3L@7`IC ` end From owner-freebsd-ports Mon Dec 18 16:37:23 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA01576 for ports-outgoing; Mon, 18 Dec 1995 16:37:23 -0800 (PST) Received: from chemserv.umd.edu (chemserv.umd.edu [129.2.64.40]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA01571 for ; Mon, 18 Dec 1995 16:37:21 -0800 (PST) Received: from mocha.eng.umd.edu (mocha.eng.umd.edu [129.2.98.16]) by chemserv.umd.edu (8.7.3/8.7) with ESMTP id TAA24757 for ; Mon, 18 Dec 1995 19:37:17 -0500 (EST) Received: (chuckr@localhost) by mocha.eng.umd.edu (8.7.3/8.6.4) id TAA15510; Mon, 18 Dec 1995 19:37:16 -0500 (EST) Date: Mon, 18 Dec 1995 19:37:16 -0500 (EST) From: Chuck Robey X-Sender: chuckr@mocha.eng.umd.edu To: FreeBSD-ports@FreeBSD.org Subject: a kvetch and a proposal Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org Precedence: bulk First, the kvetch. I tried to make color_xterm, after I made sure my ports sources were absolutely up-to-date, and it fails during patching, like this: ===> Applying distributed patches for color_xterm-pl5 patch: **** can't cd to /usr/ports/x11/color_xterm/work/pub/R6untarred/xc/programs/xterm/: No such file or directory *** Error code 1 Now, on to the proposal. I often find myself remaking a particular port, one that I already have correctly installed, just to get at docs that are hidden in the dist files. What I'd like is the ability to have the docs automatically installed somewhere for me, permanently. It'd have to be an optional thing, because I suspect there's a lot of people who are either walking encyclopedias, or just don't care to clutter their disks. Notice I'm NOT talking about the man files, I'm talking about READMEs and other things that are around in lots of our ports. How about setting up something, so I can set an environmental variable in my shell, to cause docs to be copied to somewhere for me? I could have a var named LOCAL_PORTS_DOC_LOCATION, which I'd set to something likely, like /usr/local/doc. In any port that was correctly set up for it, a subdirectory of /usr/local/doc/ could be made, and all files that the port author designated as doc-file would be copied for me to this directory. It could even have them all automatically gzipped (not sure about that, tho). If I thought all the above was needless cluuter, I just wouldn't define the variable, and it wouldn't do any doc copying for me. So this would probably have _no effect whatsoever_ if you didn't go out of your way to make it so. In fact, until some of the ports were modified to support this, it'd not have any effect anyways. Is this needless complication, or a useful feature? ============================================================================ Chuck Robey chuckr@eng.umd.edu -- I run FreeBSD on n3lxx and Journey2 --------------------------------------------------------------------------- The Dilbert Zone is Dilbert's new WWW home! The area features never-before-seen original sketches of Dilbert, a photo tour of Scott Adams' studio, Dilbert Trivia and memorabilia, high school photos and much more!: From owner-freebsd-ports Mon Dec 18 18:14:26 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA08490 for ports-outgoing; Mon, 18 Dec 1995 18:14:26 -0800 (PST) Received: from chemserv.umd.edu (chemserv.umd.edu [129.2.64.40]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA08482 for ; Mon, 18 Dec 1995 18:14:20 -0800 (PST) Received: from mocha.eng.umd.edu (mocha.eng.umd.edu [129.2.98.16]) by chemserv.umd.edu (8.7.3/8.7) with ESMTP id VAA25601 for ; Mon, 18 Dec 1995 21:14:12 -0500 (EST) Received: (chuckr@localhost) by mocha.eng.umd.edu (8.7.3/8.6.4) id VAA16903; Mon, 18 Dec 1995 21:14:12 -0500 (EST) Date: Mon, 18 Dec 1995 21:14:11 -0500 (EST) From: Chuck Robey X-Sender: chuckr@mocha.eng.umd.edu To: FreeBSD-ports@FreeBSD.org Subject: color_xterm Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org Precedence: bulk Following up my own kvetch, the following patch to the Makefile fixed the problem for me, and color_xterm now works fine: --- Makefile.orig Mon Dec 18 20:11:00 1995 +++ Makefile Mon Dec 18 20:21:38 1995 @@ -20,7 +20,7 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2 -WRKSRC= ${WRKDIR}/pub/R6untarred/xc/programs/xterm/ +WRKSRC= ${WRKDIR}/xterm NCFTP= ncftp2 NCFTPFLAGS= USE_IMAKE= yes ============================================================================ Chuck Robey chuckr@eng.umd.edu -- I run FreeBSD on n3lxx and Journey2 --------------------------------------------------------------------------- The Dilbert Zone is Dilbert's new WWW home! The area features never-before-seen original sketches of Dilbert, a photo tour of Scott Adams' studio, Dilbert Trivia and memorabilia, high school photos and much more!: From owner-freebsd-ports Tue Dec 19 02:13:10 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA05132 for ports-outgoing; Tue, 19 Dec 1995 02:13:10 -0800 (PST) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA04971 for ; Tue, 19 Dec 1995 02:10:32 -0800 (PST) Received: (from thomas@localhost) by ghpc8.ihf.rwth-aachen.de (8.6.12/8.6.9) id LAA15240; Tue, 19 Dec 1995 11:08:01 +0100 From: Thomas Gellekum Message-Id: <199512191008.LAA15240@ghpc8.ihf.rwth-aachen.de> Subject: Re: a kvetch and a proposal To: chuckr@glue.umd.edu (Chuck Robey) Date: Tue, 19 Dec 1995 11:08:00 +0100 (MET) Cc: FreeBSD-ports@freebsd.org In-Reply-To: from "Chuck Robey" at Dec 18, 95 07:37:16 pm Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-ports@freebsd.org Precedence: bulk Chuck Robey wrote: > > Now, on to the proposal. I often find myself remaking a particular port, > one that I already have correctly installed, just to get at docs that are > hidden in the dist files. What I'd like is the ability to have the docs > automatically installed somewhere for me, permanently. It'd have to be > an optional thing, because I suspect there's a lot of people who are > either walking encyclopedias, or just don't care to clutter their disks. [...] > Is this needless complication, or a useful feature? Most of the ports could add a post-install target which copies over documentation to PORTDOCSDIR?=$PREFIX/share/doc/$PKGNAME, depending on a make.conf variable like $NOPORTDOCS. This should be off by default, like $NOMANCOMPRESS. Unfortunately you can't do this via bsd.port.mk, because different ports have different conventions for keeping their docs, so it complicates a lot of Makefiles and maintainers with many ports will hate you for proposing it :-). I'd vote for it, though it will take a while until the ports are updated. tg From owner-freebsd-ports Tue Dec 19 02:25:18 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA05598 for ports-outgoing; Tue, 19 Dec 1995 02:25:18 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA05593 for ; Tue, 19 Dec 1995 02:25:14 -0800 (PST) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id CAA03494 for ; Tue, 19 Dec 1995 02:25:07 -0800 Received: (from thomas@localhost) by ghpc8.ihf.rwth-aachen.de (8.6.12/8.6.9) id LAA15282; Tue, 19 Dec 1995 11:21:11 +0100 From: Thomas Gellekum Message-Id: <199512191021.LAA15282@ghpc8.ihf.rwth-aachen.de> Subject: Re: pdksh found To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 19 Dec 1995 11:21:10 +0100 (MET) Cc: gpalmer@westhill.cdrom.com, w8sdz@Simtel.cdrom.com, jkh@freefall.freebsd.org, akiy@moon.cdrom.com, ports@freebsd.org In-Reply-To: <11713.819293558@time.cdrom.com> from "Jordan K. Hubbard" at Dec 18, 95 05:32:38 am Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-ports@freebsd.org Precedence: bulk Jordan K. Hubbard wrote: > > Ack. Well, you know what happens when one *assumes* things.. :-) > > > Keith Petersen wrote in message ID > > <951217144553.w8sdz@Simtel.cdrom.com>: > > > Jordan, I found the latest pdksh. ftp://ftp.cs.mun.ca/pub/pdksh/ Something wrong with the port? Last time I checked, the current version was 5.2.3, which is in ports/shells. tg From owner-freebsd-ports Tue Dec 19 03:28:39 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09593 for ports-outgoing; Tue, 19 Dec 1995 03:28:39 -0800 (PST) Received: from sivka.carrier.kiev.ua (root@sivka.carrier.kiev.ua [193.125.68.130]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA09520 for ; Tue, 19 Dec 1995 03:28:01 -0800 (PST) Received: from elvisti.kiev.ua (uucp@localhost) by sivka.carrier.kiev.ua (Sendmail 8.who.cares/5) with UUCP id NAA15503 for FreeBSD-ports@freebsd.org; Tue, 19 Dec 1995 13:27:50 +0200 Received: from office.elvisti.kiev.ua (office.elvisti.kiev.ua [193.125.28.33]) by spider2.elvisti.kiev.ua (8.6.12/8.ElVisti) with ESMTP id LAA03329 for ; Tue, 19 Dec 1995 11:27:56 +0200 Received: (from stesin@localhost) by office.elvisti.kiev.ua (8.6.12/8.ElVisti) id LAA14342; Tue, 19 Dec 1995 11:27:54 +0200 From: "Andrew V. Stesin" Message-Id: <199512190927.LAA14342@office.elvisti.kiev.ua> Subject: Re: a kvetch and a proposal To: chuckr@glue.umd.edu (Chuck Robey) Date: Tue, 19 Dec 1995 11:27:53 +0200 (EET) Cc: FreeBSD-ports@freebsd.org In-Reply-To: from "Chuck Robey" at Dec 18, 95 07:37:16 pm X-Mailer: ELM [version 2.4 PL24alpha5] Content-Type: text Sender: owner-ports@freebsd.org Precedence: bulk Hello Chuck and 'ports' wisards, # Now, on to the proposal. I often find myself remaking a particular port, # one that I already have correctly installed, just to get at docs that are # hidden in the dist files. YES. I though I am the only guy who goes the very same way. # What I'd like is the ability to have the docs # automatically installed somewhere for me, permanently. It'd have to be # an optional thing, because I suspect there's a lot of people who are # either walking encyclopedias, or just don't care to clutter their disks. [... Nice proposal skipped. Why not? ...] Another idea. What about having _more than one_ package from the same sources? There _is_ a precedent: look at a bunch of Elm ports (same base source but different functionality using different additional pieces) made by Andrew Chernov. One of this packages may be 'WhatEver-17.79-doc.tgz' Some other (arbitrary?) app may consist of three parts: executable(s) itself, some configs and addtn stuff (which might be already present at my host and customized by me, so I don't want it to be overwritten) and docos. So if I want to do a lemon-fresh install, I get the first two packages, wanna docs? than += the third one. But if I only want to upgrade executables leaving all configs/fonts/whatelse intact -- I go get executables package only, and that's Ok. # Is this needless complication, or a useful feature? As for my opinion, several packages from a single source is a bit more simple and robust approach. How this may be done? Gmm... bsd.ports.mk wizards certainly have their own opinion on the topic. ;-) # ============================================================================ # Chuck Robey chuckr@eng.umd.edu -- I run FreeBSD on n3lxx and Journey2 # --------------------------------------------------------------------------- # The Dilbert Zone is Dilbert's new WWW home! The area # features never-before-seen original sketches of Dilbert, a photo tour # of Scott Adams' studio, Dilbert Trivia and memorabilia, high # school photos and much more!: # # -- With best regards -- Andrew Stesin. +380 (44) 2760188 +380 (44) 2713457 +380 (44) 2713560 An undocumented feature is a coding error. From owner-freebsd-ports Tue Dec 19 05:02:36 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA14573 for ports-outgoing; Tue, 19 Dec 1995 05:02:36 -0800 (PST) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA14554 Tue, 19 Dec 1995 05:02:30 -0800 (PST) Received: from wiley.muc.ditec.de (wiley.muc.ditec.de [194.120.126.9]) by mail.barrnet.net (8.7.1/MAIL-RELAY-LEN) with SMTP id NAA22328; Tue, 12 Dec 1995 13:28:12 -0800 (PST) Received: from vector.enet ([139.92.18.129]) by wiley.muc.ditec.de (8.6.12/8.6.9) with ESMTP id WAA02591; Tue, 12 Dec 1995 22:25:07 +0100 Received: (from jhs@localhost) by vector.enet (8.6.12/8.6.9) id WAA00404; Tue, 12 Dec 1995 22:00:48 +0100 Date: Tue, 12 Dec 1995 22:00:48 +0100 From: "Julian Stacey jhs@freebsd.org" Message-Id: <199512122100.WAA00404@vector.enet> To: current@freebsd.org, ports@freebsd.org, gea@vector.enet, bsd-munich@vector.enet Subject: Julian Stacey has lost all mail between Sunday and Tue Dec 12 21:42 Reply-To: "Julian H. Stacey" Sender: owner-ports@freebsd.org Precedence: bulk -------- All mail sent to Julian Stacey between Sunday and Tue Dec 12 21:42:50 MEZ 1995 ... has been lost. Anyone waiting for a reply, or anyone who knows someone who sent me something important ..., please let me know, Thanks. Please do not reply direct to this, without pruning the large Cc: line ! Thanks :-) Julian S From owner-freebsd-ports Tue Dec 19 06:02:22 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25461 for ports-outgoing; Tue, 19 Dec 1995 06:02:22 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA25448 for ; Tue, 19 Dec 1995 06:02:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id GAA17886; Tue, 19 Dec 1995 06:01:27 -0800 To: Selena Shuman Cc: ports@freebsd.org Subject: Re: xv redistribution rights? In-reply-to: Your message of "Tue, 12 Dec 1995 17:12:09 EST." <199512122212.RAA16593@beebo.trilon.com> Date: Tue, 19 Dec 1995 06:01:27 -0800 Message-ID: <17884.819381687@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk Many thanks for your quick response to my query! We will remove it from the `restricted' list after one last check to make sure that the distribution conforms to all the conditions you stipulate below. I am quite pleased that we will now be able to make xv a standard part of the FreeBSD `packages' distribution! Best regards, Jordan > Hi Jordan, > > As long as XV is complete (with all copyright and registration info intact) > you may certainly distribute it as you wish. It would be up to the end > user to register his usage as appropriate. > > Commercial use, incidentally, refers to the codicil that "XV is shareware > for personal use only," meaning that companies and other institutions which > use XV in the course of their business must register their use, while folks > using it for fun needn't (though we're always grateful). > > Hope this helps, and good luck with your distribution, > > Thanks, > > Selena Shuman > for John Bradley > > > > ----------------------------------- > Selena Shuman - selena@trilon.com From owner-freebsd-ports Wed Dec 20 00:29:01 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06304 for ports-outgoing; Wed, 20 Dec 1995 00:29:01 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA06299 for ; Wed, 20 Dec 1995 00:28:55 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id AAA00961; Wed, 20 Dec 1995 00:28:36 -0800 (PST) Date: Wed, 20 Dec 1995 00:28:36 -0800 (PST) Message-Id: <199512200828.AAA00961@silvia.HIP.Berkeley.EDU> To: eblood@winky.reno.nv.us CC: ports@freebsd.org In-reply-to: <199512142057.MAA04325@winky.reno.nv.us> (message from Eric Blood on Thu, 14 Dec 1995 12:57:14 -0800) Subject: Re: Java port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * Awhile back I read that someone was attempting a port of Java to * FreeBSD. I was wondering who was heading the port, current * progress, and if they were looking for and extra hand. My impression was that the discussion went something like: "Let's port Java" "We need threads" "Use pthreads" "But it's user-level threads" "Kernel threads are so much better" "Blah blah" (fade out....) Satoshi ;) From owner-freebsd-ports Wed Dec 20 01:07:48 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08208 for ports-outgoing; Wed, 20 Dec 1995 01:07:48 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA08178 for ; Wed, 20 Dec 1995 01:06:56 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA07374; Wed, 20 Dec 1995 10:06:40 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id KAA29169; Wed, 20 Dec 1995 10:06:40 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id KAA08900; Wed, 20 Dec 1995 10:00:35 +0100 From: J Wunsch Message-Id: <199512200900.KAA08900@uriah.heep.sax.de> Subject: Re: knews port To: tony@hornet.netac.co.za (Tony Harverson) Date: Wed, 20 Dec 1995 10:00:34 +0100 (MET) Cc: ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <30D7C601.41C67EA6@hornet.netac.co.za> from "Tony Harverson" at Dec 20, 95 10:14:57 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-ports@freebsd.org Precedence: bulk As Tony Harverson wrote: > > Hi There Joerg, > > I was just writing about the knews port. It would seem you included a > full directory path to it in the tar.gz file on ftp.freebsd.org. > > so bacially, now its down in : ~tony/ftp/pub/FreeBSD/Freebsd-current/ports/news/knews/ > > It would be useful if (like the other ports) It only specified the last dir :) > > Later > > Tony > I have no idea why this happened. Any clues from the ports team? -- 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 Wed Dec 20 01:38:41 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA09555 for ports-outgoing; Wed, 20 Dec 1995 01:38:41 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA09550 for ; Wed, 20 Dec 1995 01:38:38 -0800 (PST) Received: from wiley.muc.ditec.de (wiley.muc.ditec.de [194.120.126.9]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id BAA15149 for ; Wed, 20 Dec 1995 01:38:28 -0800 Received: from vector.enet (slip139-92-42-179.emea.ibm.net [139.92.42.179]) by wiley.muc.ditec.de (8.6.12/8.6.9) with ESMTP id KAA02238; Wed, 20 Dec 1995 10:34:33 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.enet (8.6.12/8.6.9) with SMTP id BAA14703; Wed, 20 Dec 1995 01:02:05 +0100 Message-Id: <199512200002.BAA14703@vector.enet> X-Authentication-Warning: vector.enet: Host localhost didn't use HELO protocol To: ports@freebsd.org cc: brent.welch@sun.com Reply-To: "Julian H. Stacey" Organization: Vector Systems Ltd. (Internet Unix & C Consultants) Phone: +49.89.268616 Web: http://www.freebsd.org/~jhs/ Mailer: EXMH version 1.6.5 95 12 11 In-reply-to: Your message of "Tue, 12 Dec 1995 09:19:07 PST." <9512121719.AA13056@sunlabs.eng.sun.com> Date: Wed, 20 Dec 1995 01:02:05 +0100 From: "Julian H. Stacey" Sender: owner-ports@freebsd.org Precedence: bulk To FreeBSD ports list readers Cc Brent Welch (author of EXMH) EXMH 1.6.5 was announced Tue, 12 Dec 1995 09:19:07 -0800 It is a nice X11 based mail reader that sits on top of MH. I have created a FreeBSD ports wrapper for it (appended) The Makefile could use some polishing I've not created a real PLIST (yet, maybe later) ... hence I'm not commiting the wrapper ... yet. Improvements welcome: Either mail me, Or, If you'r a committer, & polish it, feel free to commit it too. It seems to work though :-) BTW Arch conservatives who never learnt emacs (like me) may like to know EXMH supports vi too, unlike XMH (I hear), just use ~/.exmh-defaults with *editCmd: exmh-async xterm -g 80x40 -e /usr/bin/vi ======= # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # files/md5 # pkg/COMMENT # pkg/PLIST # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# ports collection makefile for: exmh X# Date created: 19 dec 95 X# Whom: Julian Stacey X X# INCOMPLETE in numerous respects, but seems to work, X# improvements welcome :-) X# currently manuals arrive in /usr/man/manl/exmh-use.l etc. X XDISTNAME= exmh-1.6.5 XCATEGORIES+= mail XKEYWORDS+= x11 X X# Master site nominated by Brent Welch X# wasn't running an ftp when I tried. X# MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/ X# ftp://ftp.sunlabs.com/pub/tcl/exmh/exmh-1.6.5.tar.Z X# EXTRACT_SUFX= .tar.Z X X# Where I (jhs) got mine from. XMASTER_SITES= ftp://ftp.aud.alcatel.com/tcl X# ftp://ftp.aud.alcatel.com/tcl/exmh-1.6.5.tar.gz X XMAINTAINER= jhs@FreeBSD.org XIS_INTERACTIVE= yes X XBUILD_DEPENDS= x11:${PORTSDIR}/x11/XFree86 XBUILD_DEPENDS+= tcl:${PORTSDIR}/lang/tcl XBUILD_DEPENDS+= tk:${PORTSDIR}/x11/tk X# BUILD_DEPENDS+= wish X XRUN_DEPENDS+= mh:${PORTSDIR}/mail/mh XRUN_DEPENDS+= metamail:${PORTSDIR}/mail/metamail X# optional RUN_DEPENDS+= expect faces pgp glimpse X Xpost-extract: X @echo If the host you are installing on has no permanent Internet X @echo domain address, but uses dynamic dial up IP to send mail, X @echo I suggest you insert in X @echo " work/exmh-1.6.5/lib/report.tcl" X @echo After X @echo ' puts $out "Subject: exmh bug"' X @echo Something like X @echo ' puts $out "Reply-To: exmh-bug-master@your-site.org"' X @# X @echo I suggest in X @echo " /etc/manpath.config" X @echo you insert X @echo " MANDATORY_MANPATH /usr/man" X @# In an ideal world ports/mail/exmh/patches/something would fix this. X Xinstall: X -mkdir /usr/local/lib/exmh-1.6.5 X cd work/exmh-1.6.5 ; wish -f exmh.install X X.include END-of-Makefile echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (exmh-1.6.5.tar.gz) = 04c4c75e94526530adb55cbcd1486707 END-of-files/md5 echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XEXMH - A mail reader based on X-Windows & MH END-of-pkg/COMMENT echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' X@comment dummy PLIST X X@name exmh X END-of-pkg/PLIST exit ======= Julian -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Wed Dec 20 02:08:56 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11347 for ports-outgoing; Wed, 20 Dec 1995 02:08:56 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA11342 Wed, 20 Dec 1995 02:08:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id CAA00449; Wed, 20 Dec 1995 02:08:51 -0800 To: "Julian H. Stacey" cc: ports@freebsd.org In-reply-to: Your message of "Wed, 20 Dec 1995 01:02:05 +0100." <199512200002.BAA14703@vector.enet> Date: Wed, 20 Dec 1995 02:08:51 -0800 Message-ID: <447.819454131@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk > I have created a FreeBSD ports wrapper for it (appended) > The Makefile could use some polishing > I've not created a real PLIST (yet, maybe later) > ... hence I'm not commiting the wrapper ... yet. You know, it really would be much better if you *finished* this one first, then submitted it. :-) In matters concerning VM systems or entirely new device drivers, incremental "just toss it out on the populace" development has a certain merit - it allows others to share in what is a complex task. In matters involving "ports", I see the situation as somewhat less complex than that. :-) I'd be just as likely to start over with the fresh exmh distribution and a blank Makefile as I would be to start with someone else's half-finished work. It's just too much of a toss-up when the body of work is that small! Sorry, Julian, you're just not getting away with this little wimp-out - I happen to know already that you've got the spare time to do a proper job of it. :-) Jordan From owner-freebsd-ports Wed Dec 20 02:42:08 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA13213 for ports-outgoing; Wed, 20 Dec 1995 02:42:08 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA13205 for ; Wed, 20 Dec 1995 02:41:59 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id CAA03031; Wed, 20 Dec 1995 02:41:53 -0800 (PST) Date: Wed, 20 Dec 1995 02:41:53 -0800 (PST) Message-Id: <199512201041.CAA03031@silvia.HIP.Berkeley.EDU> To: jmacd@cory.EECS.Berkeley.EDU CC: ports@freebsd.org In-reply-to: <199512181341.FAA13166@cory.EECS.Berkeley.EDU> (message from Josh MacDonald on Mon, 18 Dec 1995 05:41:09 -0800) Subject: Re: bsd.port.subdir.mk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * 30c30 * < else if test -d ${.CURDIR}/$${entry}; then \ * begin 644 bsd.port.subdir.mk.diff I think you knew better than send a non-context diff, one in the text and another one uuencoded. ;) Anyway, I looked at your patch, took the gist and produced this patch. It seems to work here, so please test it, guys. Satoshi ------- --- /usr/src/share/mk/bsd.port.subdir.mk Mon Mar 20 19:59:13 1995 +++ /usr/share/mk/bsd.port.subdir.mk Wed Dec 20 02:36:51 1995 @@ -26,12 +26,18 @@ if test -d ${.CURDIR}/$${entry}.${MACHINE}; then \ ${ECHO_MSG} "===> ${DIRPRFX}$${entry}.${MACHINE}"; \ edir=$${entry}.${MACHINE}; \ - cd ${.CURDIR}/$${edir}; \ else \ - ${ECHO_MSG} "===> ${DIRPRFX}$$entry"; \ - edir=$${entry}; \ - cd ${.CURDIR}/$${edir}; \ + if test -d ${.CURDIR}/$${entry}; then \ + ${ECHO_MSG} "===> ${DIRPRFX}$$entry"; \ + edir=$${entry}; \ + else \ + ${ECHO_MSG} "===> ${DIRPRFX}$${entry} non-existent"; \ + OK="false"; \ + fi; \ fi; \ + fi; \ + if [ "$$OK" = "" ]; then \ + cd ${.CURDIR}/$${edir}; \ ${MAKE} ${.TARGET:realinstall=install} \ DIRPRFX=${DIRPRFX}$$edir/; \ fi; \ From owner-freebsd-ports Wed Dec 20 03:02:30 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA14169 for ports-outgoing; Wed, 20 Dec 1995 03:02:30 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA14163 for ; Wed, 20 Dec 1995 03:02:26 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id DAA03137; Wed, 20 Dec 1995 03:02:14 -0800 (PST) Date: Wed, 20 Dec 1995 03:02:14 -0800 (PST) Message-Id: <199512201102.DAA03137@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: selena@trilon.com, ports@freebsd.org In-reply-to: <17884.819381687@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: xv redistribution rights? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * Many thanks for your quick response to my query! We will remove it * from the `restricted' list after one last check to make sure that the * distribution conforms to all the conditions you stipulate below. I am * quite pleased that we will now be able to make xv a standard part of * the FreeBSD `packages' distribution! Hearing this (great) news, I added an post-install target to include the documentation in the binary package. I also added a paragraph in pkg/DESCR noting that it's shareware and urging users to read the documentation. Given that, I removed xv from the "restricted" list. Thanks! Satoshi From owner-freebsd-ports Wed Dec 20 03:53:01 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15963 for ports-outgoing; Wed, 20 Dec 1995 03:53:01 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA15958 for ; Wed, 20 Dec 1995 03:52:58 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id DAA03328; Wed, 20 Dec 1995 03:52:29 -0800 (PST) Date: Wed, 20 Dec 1995 03:52:29 -0800 (PST) Message-Id: <199512201152.DAA03328@silvia.HIP.Berkeley.EDU> To: joerg_wunsch@uriah.heep.sax.de CC: tony@hornet.netac.co.za, ports@FreeBSD.org In-reply-to: <199512200900.KAA08900@uriah.heep.sax.de> (message from J Wunsch on Wed, 20 Dec 1995 10:00:34 +0100 (MET)) Subject: Re: knews port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.org Precedence: bulk * > I was just writing about the knews port. It would seem you included a * > full directory path to it in the tar.gz file on ftp.freebsd.org. * I have no idea why this happened. Any clues from the ports team? I have no idea what you are talking about. ;) "tar tvzf distfiles/knews-0.9.3.tar.gz" shows only one level of directory in the tarfile.... Satoshi From owner-freebsd-ports Wed Dec 20 04:44:18 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17891 for ports-outgoing; Wed, 20 Dec 1995 04:44:18 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA17886 for ; Wed, 20 Dec 1995 04:44:15 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id EAA03491; Wed, 20 Dec 1995 04:42:42 -0800 (PST) Date: Wed, 20 Dec 1995 04:42:42 -0800 (PST) Message-Id: <199512201242.EAA03491@silvia.HIP.Berkeley.EDU> To: thomas@ghpc8.ihf.rwth-aachen.de CC: chuckr@glue.umd.edu, FreeBSD-ports@freebsd.org In-reply-to: <199512191008.LAA15240@ghpc8.ihf.rwth-aachen.de> (message from Thomas Gellekum on Tue, 19 Dec 1995 11:08:00 +0100 (MET)) Subject: Re: a kvetch and a proposal From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * Most of the ports could add a post-install target which copies over * documentation to PORTDOCSDIR?=$PREFIX/share/doc/$PKGNAME, depending * on a make.conf variable like $NOPORTDOCS. This should be off by * default, like $NOMANCOMPRESS. I'd prefer not to have the PKGNAME in there, just the base name ("xv" and such) should be fine. We overwrite everthing from the old port, not much need to do differently for docs only. * Unfortunately you can't do this via bsd.port.mk, because different * ports have different conventions for keeping their docs, so it * complicates a lot of Makefiles and maintainers with many ports will * hate you for proposing it :-). It *is* possible to do it from bsd.port.mk, we can just make it a variable that holds a list of files (relative to ${WRKSRC}), as Chuck suggested originally. But I don't see much point in cluttering bsd.port.mk for this, it can be handled how compressing manpages or stripping binaries is handled now, i.e., in post-install targets. * I'd vote for it, though it will take a while until the ports * are updated. All we need to do is to agree with the variable name (NOPORTDOCS seems reasonable) and I'll put it in the handbook. By the way, there are some things that *need* to be installed like xv licenses, and these should not be conditionalized. On the other hand, the postscript manual of xv probably goes to the ".if !defined(NOPORTDOCS)" portion. Satoshi From owner-freebsd-ports Wed Dec 20 04:46:50 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17937 for ports-outgoing; Wed, 20 Dec 1995 04:46:50 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA17932 for ; Wed, 20 Dec 1995 04:46:46 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id EAA03496; Wed, 20 Dec 1995 04:44:24 -0800 (PST) Date: Wed, 20 Dec 1995 04:44:24 -0800 (PST) Message-Id: <199512201244.EAA03496@silvia.HIP.Berkeley.EDU> To: stesin@elvisti.kiev.ua CC: chuckr@glue.umd.edu, FreeBSD-ports@freebsd.org In-reply-to: <199512190927.LAA14342@office.elvisti.kiev.ua> (stesin@elvisti.kiev.ua) Subject: Re: a kvetch and a proposal From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * As for my opinion, several packages from a single source * is a bit more simple and robust approach. * * How this may be done? Gmm... bsd.ports.mk wizards certainly * have their own opinion on the topic. ;-) All I can say is that "that's gonna be pretty tough". ;) Satoshi From owner-freebsd-ports Wed Dec 20 04:46:55 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17956 for ports-outgoing; Wed, 20 Dec 1995 04:46:55 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA17947 for ; Wed, 20 Dec 1995 04:46:52 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id EAA03506; Wed, 20 Dec 1995 04:46:46 -0800 (PST) Date: Wed, 20 Dec 1995 04:46:46 -0800 (PST) Message-Id: <199512201246.EAA03506@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: FreeBSD-ports@FreeBSD.org In-reply-to: (message from Chuck Robey on Mon, 18 Dec 1995 21:14:11 -0500 (EST)) Subject: Re: color_xterm From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.org Precedence: bulk * Following up my own kvetch, the following patch to the Makefile fixed the * problem for me, and color_xterm now works fine: * -WRKSRC= ${WRKDIR}/pub/R6untarred/xc/programs/xterm/ * +WRKSRC= ${WRKDIR}/xterm * NCFTP= ncftp2 If you delete the distfile (no md5 because it's built on-the-fly :<), it will work fine without that patch. The problem is that ncftp can't handle the concurrently packing tarballs, and ncftp2 can but puts all the directories in the tarball. :< We'll probably go to another program (Jean-Marc's ftpget) that doesn't have these problems in the near future. Satoshi From owner-freebsd-ports Wed Dec 20 04:52:55 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18206 for ports-outgoing; Wed, 20 Dec 1995 04:52:55 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA18200 for ; Wed, 20 Dec 1995 04:52:51 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id EAA03519; Wed, 20 Dec 1995 04:52:37 -0800 (PST) Date: Wed, 20 Dec 1995 04:52:37 -0800 (PST) Message-Id: <199512201252.EAA03519@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: scott@statsci.com, jacs@gnome.co.uk, ports@freebsd.org In-reply-to: (message from Chuck Robey on Sat, 16 Dec 1995 12:33:26 -0500 (EST)) Subject: Re: package names From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * > It is certainly possible to do something like this with the variable * > "PKGNAME". * * Doesn't DISTNAME pretty well cover this? I'm not against improvement, if * it doesn't, just being careful of adding needless clutter. Sorry if I wasn't clear enough, PKGNAME is already in there. By the way, I said the same thing to Gary when he added PKGNAME in bsd.port.mk, and he explained that it's not for new functionality but simplification of ports Makefiles. Satoshi (I was a wide-eyed kid back then) From owner-freebsd-ports Wed Dec 20 09:07:38 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA01746 for ports-outgoing; Wed, 20 Dec 1995 09:07:38 -0800 (PST) Received: from chemserv.umd.edu (chemserv.umd.edu [129.2.64.40]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA01721 for ; Wed, 20 Dec 1995 09:07:33 -0800 (PST) Received: from mocha.eng.umd.edu (mocha.eng.umd.edu [129.2.98.16]) by chemserv.umd.edu (8.7.3/8.7) with ESMTP id LAA17275; Wed, 20 Dec 1995 11:53:30 -0500 (EST) Received: (chuckr@localhost) by mocha.eng.umd.edu (8.7.3/8.6.4) id LAA04040; Wed, 20 Dec 1995 11:53:29 -0500 (EST) Date: Wed, 20 Dec 1995 11:53:28 -0500 (EST) From: Chuck Robey X-Sender: chuckr@mocha.eng.umd.edu To: Satoshi Asami cc: thomas@ghpc8.ihf.rwth-aachen.de, FreeBSD-ports@freebsd.org Subject: Re: a kvetch and a proposal In-Reply-To: <199512201242.EAA03491@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org Precedence: bulk On Wed, 20 Dec 1995, Satoshi Asami wrote: > * Most of the ports could add a post-install target which copies over > * documentation to PORTDOCSDIR?=$PREFIX/share/doc/$PKGNAME, depending > * on a make.conf variable like $NOPORTDOCS. This should be off by > * default, like $NOMANCOMPRESS. > > I'd prefer not to have the PKGNAME in there, just the base name ("xv" > and such) should be fine. We overwrite everthing from the old port, > not much need to do differently for docs only. > > * Unfortunately you can't do this via bsd.port.mk, because different > * ports have different conventions for keeping their docs, so it > * complicates a lot of Makefiles and maintainers with many ports will > * hate you for proposing it :-). > > It *is* possible to do it from bsd.port.mk, we can just make it a > variable that holds a list of files (relative to ${WRKSRC}), as Chuck > suggested originally. > > But I don't see much point in cluttering bsd.port.mk for this, it can > be handled how compressing manpages or stripping binaries is handled > now, i.e., in post-install targets. > > * I'd vote for it, though it will take a while until the ports > * are updated. > > All we need to do is to agree with the variable name (NOPORTDOCS > seems reasonable) and I'll put it in the handbook. > > By the way, there are some things that *need* to be installed like xv > licenses, and these should not be conditionalized. On the other hand, > the postscript manual of xv probably goes to the ".if > !defined(NOPORTDOCS)" portion. This is getting long, but I don't want to trim context yet. A couple more suggestions: I would like PORTDOCSDIR not to be dependent on $PREFIX, because $PREFIX defaults to switching from /usr/local to /usr/X11R6, and this seems to be unnecessary fracturing for docs. Leaving PORTDOCSDIR independent wouldn't make it any harder for someone to set it anywhere they like, but it would make for one destination, not two. Second point, I agree on the PKGNAME thing, but what else would you use, DISTNAME? Once I see the changes show up in the makefile, I will send in changes on various makefiles to implement this. I tried hacking bsd.port.mk myself, but what a nightmare that file is! > > Satoshi > ============================================================================ Chuck Robey chuckr@eng.umd.edu -- I run FreeBSD on n3lxx and Journey2 --------------------------------------------------------------------------- The Dilbert Zone is Dilbert's new WWW home! The area features never-before-seen original sketches of Dilbert, a photo tour of Scott Adams' studio, Dilbert Trivia and memorabilia, high school photos and much more!: From owner-freebsd-ports Wed Dec 20 13:39:15 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA17808 for ports-outgoing; Wed, 20 Dec 1995 13:39:15 -0800 (PST) Received: from UNI2B.UNIGE.CH (uni2b.unige.ch [129.194.4.32]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA17802 for ; Wed, 20 Dec 1995 13:39:04 -0800 (PST) From: MARCOS@eig.unige.ch Received: from eig.unige.ch (eig.unige.ch) by uni2b.unige.ch (PMDF V5.0-5 #10385) id <01HZ1P36U7CG00BZA7@uni2b.unige.ch> for freebsd-ports@freebsd.org; Wed, 20 Dec 1995 22:38:58 +0200 (WET-DST) Received: from eig.unige.ch by eig.unige.ch (PMDF V5.0-4 #10385) id <01HZ1OZQ0S808WWPMC@eig.unige.ch> for freebsd-ports@freebsd.org; Wed, 20 Dec 1995 22:38:51 +0200 (WET-DST) Date: Wed, 20 Dec 1995 22:38:51 +0200 (WET-DST) Subject: Postgres 95 To: freebsd-ports@freebsd.org Message-id: <01HZ1OZQ3QBM8WWPMC@eig.unige.ch> X-VMS-To: IN%"freebsd-ports@freebsd.org" MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-ports@freebsd.org Precedence: bulk Date sent: 20-DEC-1995 Hi, I'd like to know if there are patches to compile Postgres95. Or at least if someone is working on it. Thanks in advance. Francois Marcos ============================================================================== marcos@eig.unige.ch | PGP Key available on request | marcosf@ezinfo.vmsmail.ethz.ch | | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PGP 2.6.2 FingerPrint : B2 56 6E 00 FF 33 E1 3B C5 25 63 F0 9A A9 AB 42 ============================================================================== From owner-freebsd-ports Wed Dec 20 16:53:09 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26891 for ports-outgoing; Wed, 20 Dec 1995 16:53:09 -0800 (PST) Received: from wiley.muc.ditec.de (wiley.muc.ditec.de [194.120.126.9]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA26886 for ; Wed, 20 Dec 1995 16:53:00 -0800 (PST) Received: from vector.enet (slip139-92-42-168.emea.ibm.net [139.92.42.168]) by wiley.muc.ditec.de (8.6.12/8.6.9) with ESMTP id BAA01053; Thu, 21 Dec 1995 01:52:20 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.enet (8.6.12/8.6.9) with SMTP id BAA11534; Thu, 21 Dec 1995 01:49:09 +0100 Message-Id: <199512210049.BAA11534@vector.enet> X-Authentication-Warning: vector.enet: Host localhost didn't use HELO protocol To: Ollivier Robert cc: ports@FreeBSD.org Subject: Re: popclient trashes mail Reply-To: "Julian H. Stacey" Mailer: EXMH version 1.6.5 95 12 11 In-reply-to: Your message of "Sun, 17 Dec 1995 23:48:26 +0100." <199512172248.XAA24533@keltia.freenix.fr> Date: Thu, 21 Dec 1995 01:49:08 +0100 From: "Julian H. Stacey" Sender: owner-ports@FreeBSD.org Precedence: bulk Hi, Reference: > From: Ollivier Robert & > From: Mark Murray > > > Well, my ISP materiasises in the USA, & my pop3 server is in Munich, > > so it was going really slowly, > > so I hit ^C & was going to ftp it instead, > > Nothing remained to ftp :-( > > Have you tried to grab .pop. & > If this is the same popper that we have in -ports, then your mail should > be in a file called .jhs.pop in the mail spool directory. Try it! The server is a a FreeBSD 2.1.0 box, I just looked & see /var/mail/.jhs.pop but that's a current one (the original is long gone) but at least I now know for the future, Thanks both :-) Regards, Julian. -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ From owner-freebsd-ports Thu Dec 21 00:36:50 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA21382 for ports-outgoing; Thu, 21 Dec 1995 00:36:50 -0800 (PST) Received: from subnet.sub.net (root@subnet.sub.net [192.101.75.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA21374 for ; Thu, 21 Dec 1995 00:36:35 -0800 (PST) Received: from netland.UUCP (root@localhost) by subnet.sub.net (8.6.12/8.6.12) with UUCP id JAA02256; Thu, 21 Dec 1995 09:31:37 +0100 Received: from localhost (localhost [127.0.0.1]) by stiller.netland.sub.de (8.6.12/8.6.12) with SMTP id MAA00624; Wed, 20 Dec 1995 12:30:03 +0100 Message-Id: <199512201130.MAA00624@stiller.netland.sub.de> X-Authentication-Warning: stiller.netland.sub.de: Host localhost didn't use HELO protocol To: ports@freebsd.org cc: te@informatik.uni-hannover.de Subject: Re: teTeX distribution In-reply-to: Your message of "Tue, 05 Dec 1995 08:33:06 +0100." <199512050733.IAA01226@keltia.freenix.fr> Date: Wed, 20 Dec 1995 12:30:02 +0100 From: Bernd Rosauer Sender: owner-ports@freebsd.org Precedence: bulk Ollivier Robert: > > I ported Thomas Esser's teTeX 0.3.3 distribution (read: TeX and friends for > > UNIX-like platforms) to FreeBSD 2.0.5 (as well as to NetBSD 1.0 and BSD/OS > > 2.0). Now, Thomas and I wonder whether you, the FreeBSD people, are > > interested in including this port (or one for your 2.1.0 release) into your > > ported software collection. If so, could you please tell us how we should > > proceed in this matter? > > Oh yes !! > > You must read the section in the handbook about building a port. It > explains everything. Look at > > Sorry, folks, for the huge delay. I had to "upgrade" my main host from NetBSD 1.0 to FreeBSD 2.1.0. ;-) Ok, we will go through your porting instructions and build a port/package of the whole teTeX distribution for your 2.1.0 release according to your porting scheme. I will see, what I can achieve until this year's end, but I don't make any promises. When things are ready, I will drop you a line, so we can discuss delivery and testing. Greetings, Bernd. -- Bernd Rosauer br@netland.sub.de From owner-freebsd-ports Thu Dec 21 13:33:04 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11287 for ports-outgoing; Thu, 21 Dec 1995 13:33:04 -0800 (PST) Received: from netcom11.netcom.com (root@netcom11.netcom.com [192.100.81.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA11280 Thu, 21 Dec 1995 13:32:57 -0800 (PST) From: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com Received: from njcorp.akbs.com by netcom11.netcom.com (8.6.12/Netcom) id NAA14880; Thu, 21 Dec 1995 13:29:56 -0800 Received: from cc:Mail by njcorp.akbs.com id AA819592347; Thu, 21 Dec 95 16:31:00 EST Date: Thu, 21 Dec 95 16:31:00 EST Encoding: 31 Text Message-Id: <9511218195.AA819592347@njcorp.akbs.com> To: torstenb@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Configuration files needs to be changed after compiling Sender: owner-ports@FreeBSD.ORG Precedence: bulk Hi, Right now I am trying to configure my newly installed INN news. Since the INN News ports did not locate all the files to the default location (/usr/local/news directory), I need to manually change all the configuration files to tell INN news where to look for the files. For example, I opened "nntpsend" file and found that inside of it says "/usr/local/news/lib/innshellvars". Actually, "innshellvars" file is located in /root/inntemp/work/site directory (where I compiled INN news). I used vi to change the location to "/root/inntemp/work/site/innshellvars" inside of "nntpsend". I opened "innshellvars" and found that I need to change a lot of place to reflect the actual files location. Some files I can't find that mention inside of "innshellvars" such as "nntpin" of the line "NNTPCONNECT=/usr/local/news/innd/nntpin". Some other files I don't know whether the system will generate them when INN news starts later such as "history", "innwatch.status", "innwatch.pid", "newsgroups", "innd.pid", "CONTROLPROGS=/usr/local/news/bin/control", "DAILY=/usr/loca/news/locks/LOCK.news.daily", "LOCKS=/usr/local/news/locks" and "NEWSCONTROL=/usr/local/news/innd/control" and their actual location. Also I don't know how many configuration files do I need to change because the file actual location at least I found "innwatch, innwatch.ctl" files needs change. Thanks in advance. Ruiyuan Jiang System Administrator Advantage kbs rjiang@akbs.com (908) 287-2236 From owner-freebsd-ports Thu Dec 21 15:56:29 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21934 for ports-outgoing; Thu, 21 Dec 1995 15:56:29 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA21579 Thu, 21 Dec 1995 15:48:44 -0800 (PST) Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.12/8.6.9) id KAA17200; Fri, 22 Dec 1995 10:19:03 +1030 From: Michael Smith Message-Id: <199512212349.KAA17200@genesis.atrad.adelaide.edu.au> Subject: Re: Configuration files needs to be changed after compiling To: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com Date: Fri, 22 Dec 1995 10:19:02 +1030 (CST) Cc: torstenb@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <9511218195.AA819592347@njcorp.akbs.com> from "Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com" at Dec 21, 95 04:31:00 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.org Precedence: bulk Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com stands accused of saying: > Right now I am trying to configure my newly installed INN news. Since the > INN News ports did not locate all the files to the default location > (/usr/local/news directory), I need to manually change all the > configuration files to tell INN news where to look for the files. For You have done something wrong. The INN port most certainly _does_ put everything where it's supposed to go. (I've built it too many times in the last few weeks 8) > example, I opened "nntpsend" file and found that inside of it says > "/usr/local/news/lib/innshellvars". Actually, "innshellvars" file is > located in /root/inntemp/work/site directory (where I compiled INN news). It is _also_ located in /usr/local/news/lib. If it's not there on your system, it's because you've got another problem. > Ruiyuan Jiang I would strongly recommend going back and performing the installation again (reove the work/.install_done file) and watching carefully for any errors. -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 041-122-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] "Who does BSD?" "We do Chucky, we do." [[ From owner-freebsd-ports Thu Dec 21 21:28:10 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA07894 for ports-outgoing; Thu, 21 Dec 1995 21:28:10 -0800 (PST) Received: from gw.wmich.edu (gw.wmich.edu [141.218.1.100]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA07874 Thu, 21 Dec 1995 21:28:06 -0800 (PST) Received: from piglet.cc.wmich.edu (piglet.cc.wmich.edu [141.218.20.105]) by gw.wmich.edu (8.7.1/8.7.1) with ESMTP id AAA19775; Fri, 22 Dec 1995 00:28:04 -0500 Received: from wmich.edu by wmich.edu (PMDF V5.0-5 #5064) id <01HZ376676CGB3PR5P@wmich.edu>; Fri, 22 Dec 1995 00:27:33 -0500 (EST) Date: Fri, 22 Dec 1995 00:27:33 -0500 (EST) From: -=WireHead=- Subject: New User, Guest Login. To: x93butkiewic@wmich.edu Cc: ports@freebsd.org, questions@freebsd.org Reply-to: "Timothy.Butkiewicz" Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=DEC-MCS Content-transfer-encoding: 7BIT Importance: low Priority: low Sensitivity: none Encrypted?: no Comments: none Sender: owner-ports@freebsd.org Precedence: bulk Hello all free unix peoples! My name is Timothy and I use FreeBSD (v2.1R). Well eenuff of the intros... I would like to know if there are any binary, ports or packages available for FreeBSD that allow for new user logins, like the ones commonly found on Free-Nets and public access unix systems. Are there any out there? If so please send me the information...it would be greatly apprecieated! If not, I have a new user type program that was written for BSDI unix. It was a custom written package for M-Net, if any of you are familiar with that. Well the Binary runs (it was in the tar) but on the other hand it does not run correctly. Since i am in no way able to port it or package it for a custom to run on my machine i thought maybe one, two or 18 of you may wish to dive into this endeavor. It is a really nice package when it runs. If you are interested, please let me know and i will help as much as i can. Thanks for the soap box, now i'll let the pro's take over. Have a great actualization. Happy Holidays too! -Timothy  *  * * *  * * /\ * * * */ o\ * *  *  * /_ __\ ___________________/Merry Christmas from wirehead@pobox.com\______|_______ From owner-freebsd-ports Thu Dec 21 22:41:51 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09625 for ports-outgoing; Thu, 21 Dec 1995 22:41:51 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA09619 Thu, 21 Dec 1995 22:41:45 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id HAA03913 ; Fri, 22 Dec 1995 07:41:43 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id HAA29947 ; Fri, 22 Dec 1995 07:41:42 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id XAA00330; Thu, 21 Dec 1995 23:50:50 +0100 (MET) From: Ollivier Robert Message-Id: <199512212250.XAA00330@keltia.freenix.fr> Subject: Re: Configuration files needs to be changed after compiling To: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com Date: Thu, 21 Dec 1995 23:50:50 +0100 (MET) Cc: torstenb@freebsd.org, ports@freebsd.org In-Reply-To: <9511218195.AA819592347@njcorp.akbs.com> from "Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com" at Dec 21, 95 04:31:00 pm X-Operating-System: FreeBSD 2.2-CURRENT ctm#1449 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org Precedence: bulk It seems that Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com said: > Right now I am trying to configure my newly installed INN news. Since the > INN News ports did not locate all the files to the default location > (/usr/local/news directory), I need to manually change all the > configuration files to tell INN news where to look for the files. For > example, I opened "nntpsend" file and found that inside of it says Not to turn down in any way Torsten's work on the port, I *really* think that INN is one of the few programs you need to compile entirely by yourself. The configuration step (for the compilation) is no weird (and IMO badly made -- I've installed dozen of INN now and hate it every time). You have a config.data properly configured for FreeBSD 2.X in the Unofficial release by Dave Barr. Just take that, read two or three times the Install doc, then the FAQ and compiling is very easy. If you prefer sticking to the official 1.4sec2, I can send you the file. Doing it by hand makes understanding how the program work easier. One of the program the firm I work for used to be configured with the same system than INN. Version control was a nightmare (lot of files are modified almost all the time the program is configured) till we converted it to use GNU configure. I'm afraid that INN 1.5 will probably use the same @~^#@ system. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #7: Mon Dec 18 00:50:47 MET 1995 From owner-freebsd-ports Fri Dec 22 00:54:39 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13996 for ports-outgoing; Fri, 22 Dec 1995 00:54:39 -0800 (PST) Received: from solar.tlk.com (solar.tlk.com [194.97.84.14]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA13984 Fri, 22 Dec 1995 00:54:14 -0800 (PST) Received: by solar.tlk.com id ; Fri, 22 Dec 95 09:52 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: Configuration files needs to be changed after compiling To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Fri, 22 Dec 1995 09:52:56 +0100 (MET) Cc: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com, torstenb@freebsd.org, ports@freebsd.org In-Reply-To: <199512212250.XAA00330@keltia.freenix.fr> from "Ollivier Robert" at Dec 21, 95 11:50:50 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org Precedence: bulk Ollivier Robert wrote: > It seems that Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com said: > > Right now I am trying to configure my newly installed INN news. Since the > > INN News ports did not locate all the files to the default location > > (/usr/local/news directory), I need to manually change all the > > configuration files to tell INN news where to look for the files. For > > example, I opened "nntpsend" file and found that inside of it says > > Not to turn down in any way Torsten's work on the port, I *really* think > that INN is one of the few programs you need to compile entirely by > yourself. of course - that why I disabled the binary package... :) > The configuration step (for the compilation) is no weird (and IMO > badly made -- I've installed dozen of INN now and hate it every time). well, a autoconf generated configure script would be better - but it's not _that_ bad... > You have a config.data properly configured for FreeBSD 2.X in the > Unofficial release by Dave Barr. Just take that, read two or three times > the Install doc, then the FAQ and compiling is very easy. If you prefer > sticking to the official 1.4sec2, I can send you the file. > > Doing it by hand makes understanding how the program work easier. that's true bye Torsten PS: I'll be out of town for about a week... From owner-freebsd-ports Fri Dec 22 09:41:49 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08582 for ports-outgoing; Fri, 22 Dec 1995 09:41:49 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08574 Fri, 22 Dec 1995 09:41:40 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id SAA14436 ; Fri, 22 Dec 1995 18:41:06 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id SAA01735 ; Fri, 22 Dec 1995 18:41:00 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id SAA03370; Fri, 22 Dec 1995 18:08:06 +0100 (MET) From: Ollivier Robert Message-Id: <199512221708.SAA03370@keltia.freenix.fr> Subject: Re: Configuration files needs to be changed after compiling To: torstenb@solar.tlk.com (Torsten Blum) Date: Fri, 22 Dec 1995 18:08:05 +0100 (MET) Cc: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com, torstenb@FreeBSD.org, ports@FreeBSD.org In-Reply-To: from "Torsten Blum" at Dec 22, 95 09:52:56 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1449 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.org Precedence: bulk It seems that Torsten Blum said: > > The configuration step (for the compilation) is no weird (and IMO > > badly made -- I've installed dozen of INN now and hate it every time). Doing substitutions on source files before compilation in order to cope with OS differences is plain silly and defeats all the purposes of the various CM (we use CVS). Every time you compile it (and possibly modify the source) to adapt to a new machine, some files are modified and when you want to commit the changes, you got commit on files that you did not change ! -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #7: Mon Dec 18 00:50:47 MET 1995 From owner-freebsd-ports Fri Dec 22 14:18:48 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22825 for ports-outgoing; Fri, 22 Dec 1995 14:18:48 -0800 (PST) Received: from forgery.CS.Berkeley.EDU (forgery.CS.Berkeley.EDU [128.32.33.75]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA22818 for ; Fri, 22 Dec 1995 14:18:45 -0800 (PST) Received: (from asami@localhost) by forgery.CS.Berkeley.EDU (8.6.11/8.6.9) id OAA02769; Fri, 22 Dec 1995 14:18:37 -0800 Date: Fri, 22 Dec 1995 14:18:37 -0800 Message-Id: <199512222218.OAA02769@forgery.CS.Berkeley.EDU> To: chuckr@glue.umd.edu CC: thomas@ghpc8.ihf.rwth-aachen.de, FreeBSD-ports@freebsd.org In-reply-to: (message from Chuck Robey on Wed, 20 Dec 1995 11:53:28 -0500 (EST)) Subject: Re: a kvetch and a proposal From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * This is getting long, but I don't want to trim context yet. A couple * more suggestions: I would like PORTDOCSDIR not to be dependent on * $PREFIX, because $PREFIX defaults to switching from /usr/local to * /usr/X11R6, and this seems to be unnecessary fracturing for docs. * Leaving PORTDOCSDIR independent wouldn't make it any harder for someone * to set it anywhere they like, but it would make for one destination, not * two. The ports don't like to go to two subtrees. It's much easier to let the user look at /usr/local or /usr/X11R6 depending on where the binary is, than let an X port/package install something in /usr/local, since this tree can move around. ;) * Second point, I agree on the PKGNAME thing, but what else would you * use, DISTNAME? The basename (i.e., no version part) of PKGNAME (or DISTNAME if PKGNAME is not defined). The part that stays constant accross versions. (There is no variable that holds this -- although since the PKGNAME is standardized now, it shouldn't be difficult to sed it out of PKGNAME.) * Once I see the changes show up in the makefile, I will send in changes on * various makefiles to implement this. I tried hacking bsd.port.mk myself, * but what a nightmare that file is! We don't need to change bsd.port.mk. All we need is adding a post-install target with (example for port "foobar-1.3"): .if !defined(NOPORTDOCS) post-install: mkdir -p ${PREFIX}/share/doc/foobar cp ${WKRSRC}/{doc1,doc2} ${PREFIX}/share/doc/foobar .endif and add these lines to pkg/PLIST share/doc/foobar/doc1 share/doc/foobar/doc2 The only thing we need to agree at this point is the name of the variable, we can include it to bsd.port.mk later if that is more desirable. Is NOPORTDOCS ok for everyone? Satoshi From owner-freebsd-ports Fri Dec 22 14:20:36 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23025 for ports-outgoing; Fri, 22 Dec 1995 14:20:36 -0800 (PST) Received: from netcom11.netcom.com (root@netcom11.netcom.com [192.100.81.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA23020 Fri, 22 Dec 1995 14:20:30 -0800 (PST) From: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com Received: from njcorp.akbs.com by netcom11.netcom.com (8.6.12/Netcom) id OAA23642; Fri, 22 Dec 1995 14:17:22 -0800 Received: from cc:Mail by njcorp.akbs.com id AA819681592; Fri, 22 Dec 95 17:19:00 EST Date: Fri, 22 Dec 95 17:19:00 EST Encoding: 146 Text Message-Id: <9511228196.AA819681592@njcorp.akbs.com> To: Michael Smith Cc: torstenb@FreeBSD.org, ports@FreeBSD.org Subject: Re: Configuration files needs to be changed after compiling Sender: owner-ports@FreeBSD.org Precedence: bulk Thanks for your answer. I use (inn1.4sec.tar.Z, innxmit-long-lines and select-loop-bug.patch, the system automatically downloaded last two files) 3 files to compile the INN News. I checked my work directory and I could not find the file .install_done. I followed your suggestion and I deleted the work directory and its subdirectory files to do brand new re-compilation (in the Makefile directory, I did "make" or I need to do "make install"). I have got several messages might be helpful (where I added the system message two words to try to make it more clear) : Checksums OK. ===> Extracting for inn-1.4 ===> Patching for inn-1.4 ===> Applying distributed patches for inn-1.4 ===> Applying FreeBSD patches for inn-1.4 ===> Configuring for inn-1.4 echo "-O" >/tmp/build-ports-news-inn-cflags cc -o subst subst.c subst.c: In function 'xstrerror' (system message) subst.c:60: warning: return discards 'const' from pointer target type ( system message) ===> Building for inn-1.4 . . cd lib ; make install ; cd .. cc -I../include -DHAS_GETLOADAVG -O -c checkart.c cc -I../include -DHAS_GETLOADAVG -O -c cleanfrom.c cc -I../include -DHAS_GETLOADAVG -O -c clientactive.c cc -I../include -DHAS_GETLOADAVG -O -c clientlib.c cc -I../include -DHAS_GETLOADAVG -O -c closeonexec.c cat ../dbz/dbz.c >dbz.c patch -s -p0 ../include/dbz.h cc -I../include -DHAS_GETLOADAVG -O -c dbz.c cc -I../include -DHAS_GETLOADAVG -O -c defdist.c cc -I../include -DHAS_GETLOADAVG -O -c findheader.c cc -I../include -DHAS_GETLOADAVG -O -c genid.c cc -I../include -DHAS_GETLOADAVG -O -c getconfig.c cc -I../include -DHAS_GETLOADAVG -O -c getdtab.c cc -I../include -DHAS_GETLOADAVG -O -c getfqdn.c cc -I../include -DHAS_GETLOADAVG -O -c getmodaddr.c cc -I../include -DHAS_GETLOADAVG -O -c gettime.c cc -I../include -DHAS_GETLOADAVG -O -c inndcomm.c cc -I../include -DHAS_GETLOADAVG -O -c innvers.c cc -I../include -DHAS_GETLOADAVG -O -c localopen.c cc -I../include -DHAS_GETLOADAVG -O -c lockfile.c cc -I../include -DHAS_GETLOADAVG -O -c nonblocking.c Expect 6 shift/reduce conflicts yacc parsedate.y yacc:6 shift/reduce conficts. (system message) cc -I../include -DHAS_GETLOADAVG -O -c parsedate.c cc -I../include -DHAS_GETLOADAVG -O -c qio.c cc -I../include -DHAS_GETLOADAVG -O -c radix32.c cc -I../include -DHAS_GETLOADAVG -O -c readin.c cc -I../include -DHAS_GETLOADAVG -O -c remopen.c cc -I../include -DHAS_GETLOADAVG -O -c resource.c cc -I../include -DHAS_GETLOADAVG -O -c sendarticle.c cc -I../include -DHAS_GETLOADAVG -O -c sendpass.c cc -I../include -DHAS_GETLOADAVG -O -c waitnb.c cc -I../include -DHAS_GETLOADAVG -O -c wildmat.c cc -I../include -DHAS_GETLOADAVG -O -c xfopena.c cc -I../include -DHAS_GETLOADAVG -O -c xmalloc.c cc -I../include -DHAS_GETLOADAVG -O -c xmemerr.c cc -I../include -DHAS_GETLOADAVG -O -c xrealloc.c cc -I../include -DHAS_GETLOADAVG -O -c xwrite.c cc -I../include -DHAS_GETLOADAVG -O -c xwritev.c ar r libinn.a checkart.o cleanfrom.o clientactive.o clientlib.o closeonexec.o dbz.o defdist.o findheader.o genid.o getconfig.o getdtab.o getfqdn.o getmodaddr.o gettime.o inndcomm.o innvers.o localopen.o lockfile.o nonblocking.o parsedate.o qio.o radix32.o readin.o remopen.o resource.o sendarticle.o sendpass.o waitnb.o wildmat.o xfopena.o xmalloc.o xmemerr.o xrealloc.o xwrite.o xwritev.o ar: creating archive libinn.a cp libinn.a ../libinn.a ranlib ../libinn.a lint -u -b -h -z -I../include -DHAS_GETLOADAVG checkart.c cleanfrom.c clientactive.c clientlib.c closeonexec.c dbz.c defdist.c findheader.c genid.c getconfig.c getdtab.c getfqdn.c getmodaddr.c gettime.c inndcomm.c innvers.c localopen.c lockfile.c nonblocking.c parsedate.c qio.c radix32.c readin.c remopen.c resource.c sendarticle.c sendpass.c waitnb.c wildmat.c xfopena.c xmalloc.c xmemerr.c xrealloc.c xwrite.c xwritev.c | sed -n -f ../sedf.sun >lint.all lint: not found (system message) grep -v yaccpar lint *** Error code 1 (ignored) (system message) /bin/sh ./makellib.sh NONE "-b -h -z -I../include -DHAS_GETLOADAVG" checkart.c cleanfrom.c clientactive.c clientlib.c closeonexec.c dbz.c defdist.c findheader.c genid.c getconfig.c getdtab.c getfqdn.c getmodaddr.c gettime.c inndcomm.c innvers.c localopen.c lockfile.c nonblocking.c parsedate.c qio.c radix32.c readin.c remopen.c resource.c sendarticle.c sendpass.c waitnb.c wildmat.c xfopena.c xmalloc.c xmemerr.c xrealloc.c xwrite.c xwritev.c cp llib-linn.ln ../llib-linn.ln cd frontends ; make all ; cd .. cc -I../include -DHAS_GETLOADAVG -O -c inews.c cc -g -o inews inews.o ../libinn.a cc -I../include -DHAS_GETLOADAVG -O -c rnews.c cc -g -o rnews rnews.o ../libinn.a cc -I../include -DHAS_GETLOADAVG -O -c ctlinnd.c cc -g -o ctlinnd ctlinnd.o ../libinn.a . . . I don't know whether these messages are ok that I can ignore or I need to change some configuration file. Please let me know. After the re-compiling all the files still locate at $inn/work directory. Thanks in advance. Ruiyuan Jiang rjiang@akbs.com > Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com > stands accused of saying: >> Right now I am trying to configure my newly installed INN news. Since the >> INN News ports did not locate all the files to the default location >> (/usr/local/news directory), I need to manually change all the >> configuration files to tell INN news where to look for the files. For > You have done something wrong. The INN port most certainly _does_ put > everything where it's supposed to go. (I've built it too many times in > the last few weeks 8) >> example, I opened "nntpsend" file and found that inside of it says >> "/usr/local/news/lib/innshellvars". Actually, "innshellvars" file is >> located in /root/inntemp/work/site directory (where I compiled INN news). > It is _also_ located in /usr/local/news/lib. If it's not > there on your system, it's because you've got another problem. >> Ruiyuan Jiang > I would strongly recommend going back and performing the installation > again (reove the work/.install_done file) and watching > carefully for any errors. -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 041-122-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] "Who does BSD?" "We do Chucky, we do." [[ From owner-freebsd-ports Fri Dec 22 15:40:58 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27029 for ports-outgoing; Fri, 22 Dec 1995 15:40:58 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.14]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA27016 Fri, 22 Dec 1995 15:40:47 -0800 (PST) Received: by solar.tlk.com id ; Sat, 23 Dec 95 00:40 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: Configuration files needs to be changed after compiling To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Sat, 23 Dec 1995 00:40:35 +0100 (MET) Cc: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com, torstenb@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <199512221708.SAA03370@keltia.freenix.fr> from "Ollivier Robert" at Dec 22, 95 06:08:05 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.org Precedence: bulk Ollivier Robert wrote: > It seems that Torsten Blum said: > > > The configuration step (for the compilation) is no weird (and IMO > > > badly made -- I've installed dozen of INN now and hate it every time). > > Doing substitutions on source files before compilation in order to cope > with OS differences is plain silly and defeats all the purposes of the > various CM (we use CVS). well, then try to convince r$ to use autoconf :) -tb From owner-freebsd-ports Sat Dec 23 08:00:07 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16034 for ports-outgoing; Sat, 23 Dec 1995 08:00:07 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA15982 Sat, 23 Dec 1995 07:59:55 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id QAA19496 ; Sat, 23 Dec 1995 16:59:46 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id QAA03598 ; Sat, 23 Dec 1995 16:59:45 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id QAA07367; Sat, 23 Dec 1995 16:54:28 +0100 (MET) From: Ollivier Robert Message-Id: <199512231554.QAA07367@keltia.freenix.fr> Subject: Re: Configuration files needs to be changed after compiling To: torstenb@solar.tlk.com (Torsten Blum) Date: Sat, 23 Dec 1995 16:54:27 +0100 (MET) Cc: Ruiyuan_Jiang/Advantage_KBS_at_LotusXchg@njcorp.akbs.com, torstenb@freebsd.org, ports@freebsd.org In-Reply-To: from "Torsten Blum" at Dec 23, 95 00:40:35 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1449 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org Precedence: bulk It seems that Torsten Blum said: > > well, then try to convince r$ to use autoconf :) You know, sometiems, I wish I had more time (and courage) to do it myself... -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #7: Mon Dec 18 00:50:47 MET 1995 From owner-freebsd-ports Sat Dec 23 09:30:07 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA22660 for ports-outgoing; Sat, 23 Dec 1995 09:30:07 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA22632 for ; Sat, 23 Dec 1995 09:29:37 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id SAA26513; Sat, 23 Dec 1995 18:29:04 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id SAA04251; Sat, 23 Dec 1995 18:29:04 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id SAA25085; Sat, 23 Dec 1995 18:27:36 +0100 From: J Wunsch Message-Id: <199512231727.SAA25085@uriah.heep.sax.de> Subject: Re: STk port fails to install... To: asami@cs.berkeley.edu (Satoshi Asami) Date: Sat, 23 Dec 1995 18:27:35 +0100 (MET) Cc: ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199511211003.CAA00684@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Nov 21, 95 02:03:18 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-ports@freebsd.org Precedence: bulk As Satoshi Asami wrote: > > * Arrgl. Ok, so i would have to get the distfile some day, in order to > * test it. Yes, that sound like what happened to me with xperfmon, but > * it only happened on freefall (for no apparent reason). > > Yeah, I remember. I wanted you to test it on freefall. :) Sorry for taking forever to reply to this. But the lines from Germany to freefall were too miserable during the last weeks in order to do any interactive work. And what shall i say: STk doesn't seem to have any patches now. %-) (Well, xperfmon still hits for me on freefall, FWIW.) -- 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. ;-)