From owner-freebsd-ports Sun Apr 21 00:36:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02754 for ports-outgoing; Sun, 21 Apr 1996 00:36:57 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02732 Sun, 21 Apr 1996 00:36:54 -0700 (PDT) Date: Sun, 21 Apr 1996 00:36:54 -0700 (PDT) From: Paul Traina Message-Id: <199604210736.AAA02732@freefall.freebsd.org> To: announce@freebsd.org, ports@freebsd.org Subject: updated pcnfsd port (security fixes) Cc: security@freebsd.org Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The pcnfsd(8) port for FreeBSD has been updated to include security patches discussed in CERT CA:96.08. There are actually /two/ source files patched, not just the single patch referenced in the original CERT advisory. If you are using pcnfsd in an insecure environment, the FreeBSD team urges you to upgrade to the most recent port code immediately. Users of the pcnfsd pre-compiled package are urged to grab the latest port source code (look for patches/patch-ad) and compile that up. An updated pre-compiled package will appear in all of the usual places in the near future. Paul -- reference follows -- ============================================================================= CERT(sm) Advisory CA-96.08 April 18, 1996 Topic: Vulnerabilities in PCNFSD ----------------------------------------------------------------------------- The CERT Coordination Center has received reports of two vulnerabilities in the pcnfsd program (pcnfsd is also known as rpc.pcnfsd); we have also received reports that these problems are being exploited. These vulnerabilities are present in some vendor-provided versions of pcnfsd and in some publicly available versions. These two vulnerabilities were reported by Avalon Security Research in reports entitled "pcnfsd." If you are using a vendor-supplied version of pcnfsd, please see the vendor information in Section III.A and Appendix A. Until you can install a patch from your vendor for these vulnerabilities, consider using the publicly available version described in Section III.B. If you already use or plan to switch to a public version, we urge you to use the version cited in Section III.B or install the patch described in Section III.C. This patch has already been incorporated into the pcnfsd version described in III.B. There are many different public domain versions of pcnfsd, and we have not analyzed the vulnerability of those versions. We have analyzed and fixed the problems noted in this advisory only in the version described in III.B. As we receive additional information relating to this advisory, we will place it in: ftp://info.cert.org/pub/cert_advisories/CA-96.08.README We encourage you to check our README files regularly for updates on advisories that relate to your site. ----------------------------------------------------------------------------- I. Description The pcnfsd program (also called rpc.pcnfsd) is an authentication and printing program that runs on a UNIX server. There are many publicly available versions, and several vendors supply their own version. pcnfsd supports a printing model that uses NFS to transfer files from a client to the pcnfsd server. (Note: pcnfsd does *not* provide NFS services.) When a client wants to print a file, it requests the path to a spool directory from the server. The client then writes the necessary files for printing using NFS, and informs the pcnfsd server that the files are ready for printing. pcnfsd creates a subdirectory for each of its clients using the client's hostname, then returns this path name to the client. The returned path name must be exported via to its clients by the NFS server. The NFS server and the pcnfsd server may be two separate machines. The first vulnerability is that pcnfsd, which runs as root, creates the aforementioned directories with mkdir(2) and then changes their mode with chmod(2) to mode 777. If the target directory is replaced with a symbolic link pointing to a restricted file or directory, the mkdir(2) will fail but the chmod(2) will succeed. This means that the target of the symbolic link will be mode 777. Note that pcnfsd must run as root when servicing print requests so that it can assume the identity of the PC user when interacting with UNIX print commands. On some systems, pcnfsd may also have to run as root so it can read restricted files when carrying out authentication tasks. The second vulnerability is that pcnfsd calls the system(3) subroutine as root, and the string passed to system(3) can be influenced by the arguments given in the remote procedure call. Remote users can execute arbitrary commands on the machine where pcnfsd runs. II. Impact For the first vulnerability, local users can change the permissions on any file accessible to the local system that the root user can change. For the second vulnerability, remote users can execute arbitrary commands as root on the machine where pcnfsd runs. III. Solution If you are using pcnfsd from a vendor, consult the vendor list in Section A. If your vendor is not listed, we recommend that you contact your vendor directly. Until a vendor patch is available, we recommend that you obtain the publicly available version of pcnfsd as described in Section B. This version already has the patch described in Section C. If you are presently using a public version of pcnfsd, we recommend that you either change to the version listed in Section B or apply the patch described in Section C. (The version in Section B already contains this patch.) A. Obtain and install the appropriate patch according to the instructions included with the patch. Below is a list of the vendors who have reported to us as of the date of this advisory. More complete information, including how to obtain patches, is provided in the appendix of this advisory and reproduced in the CA-96.xx.README file. We will update the README file as we receive more information. If your vendor's name is not on this list, please contact the vendor directly. Vendor or Source Status ---------------- ------------ BSDI BSD/OS Vulnerable. Patch available. Hewlett Packard Vulnerable. Patch under development. IBM AIX 3.2 Vulnerable. Patches available. IBM AIX 4.1 Vulnerable. Patches available. NEXTSTEP Vulnerable. Will be fixed in version 4.0. SCO OpenServer 5 Vulnerable. Patch under development. SCO UnixWare 2.1 Vulnerable. Patch under development. SGI IRIX 5.3 Vulnerable. Patch under development. SGI IRIX 6.2 Not vulnerable. B. Until you are able to install the appropriate patch, we recommend that you obtain a version of pcnfsd from one of the following locations. This version already has the patch mentioned in Section III.C and included in Appendix B. ftp://ftp.cert.org/pub/tools/pcnfsd/pcnfsd.93.02.16-cert-dist.tar.Z ftp://ftp.cert.dfn.de/pub/tools/net/pcnfsd/pcnfsd.93.02.16-cert-dist.tar.Z MD5 (pcnfsd.93.02.16-cert-dist.tar.Z) = b7af99a07dfcf24b3da3446d073f8649 Build, install, and restart rpc.pcnfsd. Ensure that the mode of the top-level pcnfsd spool directory is 755. In this version of pcnfsd, the top level spool directory is /usr/spool/pcnfs. To change this to mode 755, do the following as root: chmod 755 /usr/spool/pcnfs C. Appendix B contains a patch for the two vulnerabilities described in this advisory. Apply the patch using the GNU patch utility or by hand as necessary. Rebuild, reinstall, and restart rpc.pcnfsd. Set the mode of the top-level pcnfsd spool directory to 755. For example, in the version of pcnfsd cited in Section B, the top level spool directory is /usr/spool/pcnfs. To change this to mode 755, do the following as root: chmod 755 /usr/spool/pcnfs --------------------------------------------------------------------------- The CERT Coordination Center thanks Josh D., Ben G., and Alfred H. of Avalon Security Research for providing information for this advisory. We thank Wolfgang Ley of DFN-CERT for his help in understanding these problems. --------------------------------------------------------------------------- If you believe that your system has been compromised, contact the CERT Coordination Center or your representative in the Forum of Incident Response and Security Teams (FIRST). We strongly urge you to encrypt any sensitive information you send by email. The CERT Coordination Center can support a shared DES key and PGP. Contact the CERT staff for more information. Location of CERT PGP key ftp://info.cert.org/pub/CERT_PGP.key CERT Contact Information ------------------------ Email cert@cert.org Phone +1 412-268-7090 (24-hour hotline) CERT personnel answer 8:30-5:00 p.m. EST (GMT-5)/EDT(GMT-4), and are on call for emergencies during other hours. Fax +1 412-268-6989 Postal address CERT Coordination Center Software Engineering Institute Carnegie Mellon University Pittsburgh PA 15213-3890 USA CERT publications, information about FIRST representatives, and other security-related information are available for anonymous FTP from http://www.cert.org/ ftp://info.cert.org/pub/ CERT advisories and bulletins are also posted on the USENET newsgroup comp.security.announce To be added to our mailing list for CERT advisories and bulletins, send your email address to cert-advisory-request@cert.org Copyright 1996 Carnegie Mellon University This material may be reproduced and distributed without permission provided it is used for noncommercial purposes and the copyright statement is included. CERT is a service mark of Carnegie Mellon University. ......................................................................... Appendix A: Vendor Information Current as of April 18, 1996 See CA-96.08.README for updated information. Below is information we have received from vendors concerning the vulnerability described in this advisory. If you do not see your vendor's name, please contact the vendor directly for information. Berkeley Software Design, Inc. (BSDI) ===================================== The problem described in these vulnerabilities is present in all versions of BSD/OS. There is a patch (our patch number U210-007) for our 2.1 version of BSD/OS and associated products available from our patch and ftp servers or ftp://ftp.BSDI.COM/bsdi/patches/patches-2.1/U210-007 Hewlett-Packard Company ======================= Patches in process, watch for HP an security bulletin for this vulnerability. IBM Corporation =============== See the appropriate release below to determine your action. AIX 3.2 ------- Apply the following fixes to your system: APAR - IX57623 (PTF - U442633) APAR - IX56965 (PTF - U442638) To determine if you have these PTFs on your system, run the following commands: lslpp -lB U442633 lslpp -lB U442638 AIX 4.1 ------- Apply the following fixes to your system: APAR - IX57616 APAR - IX56730 To determine if you have these APARs on your system, run the following commands: instfix -ik IX57616 instfix -ik IX56730 To Order -------- APARs may be ordered using FixDist or from the IBM Support Center. For more information on FixDist, reference URL: http://aix.boulder.ibm.com/pbin-usa/fixdist.pl/ or send e-mail to aixserv@austin.ibm.com with a subject of "FixDist". IBM and AIX are registered trademarks of International Business Machines Corporation. NeXT Software, Inc. =================== NEXTSTEP is vulnerable. This will be fixed in the 4.0 release of OpenStep for Mach (aka NEXTSTEP 4.0, due out 2Q96). The Santa Cruz Operation, Inc. ============================== Patches for pcnfsd are currently being developed for the following releases: SCO OpenServer 5 SCO UnixWare 2.1. These releases, as well as all prior releases, are vulnerable to both issues mentioned in the advisory. Should you not need to use pcnfs, SCO recommends that you not run pcnfsd. This can be done by commenting out pcnfsd in the appropriate script that starts pcnfsd, located in /etc/rc2.d. The README file for this advisory will be updated when further patch information is available. Silicon Graphics Corporation ============================ pcnfsd was only released for IRIX 5.3 and IRIX 6.2. SGI is producing patch1179 for IRIX 5.3. IRIX 6.2 is not vulnerable. ......................................................................... Appendix B: Patch Information Here is the patch for pcnfsd_print.c. It is also available as: ftp://ftp.cert.org/pub/tools/pcnfsd/pcnfsd_print.c.diffs ftp://ftp.cert.dfn.de/pub/tools/net/pcnfsd/pcnfsd_print.c.diffs MD5 (pcnfsd_print.c-diffs) = ec44046ff5c769aa5bf2d8d155b61f1f ---------------------------------CUT HERE--------------------------------- *** /tmp/T0a002c1 Fri Apr 5 13:14:50 1996 --- pcnfsd_print.c Fri Apr 5 13:14:46 1996 *************** *** 221,226 **** --- 221,227 ---- { int dir_mode = 0777; int rc; + mode_t oldmask; *sp = &pathname[0]; pathname[0] = '\0'; *************** *** 231,241 **** /* get pathname of current directory and return to client */ (void)sprintf(pathname,"%s/%s",sp_name, sys); (void)mkdir(sp_name, dir_mode); /* ignore the return code */ - (void)chmod(sp_name, dir_mode); rc = mkdir(pathname, dir_mode); /* DON'T ignore this return code */ if((rc < 0 && errno != EEXIST) || - (chmod(pathname, dir_mode) != 0) || (stat(pathname, &statbuf) != 0) || !(statbuf.st_mode & S_IFDIR)) { (void)sprintf(tempstr, --- 232,242 ---- /* get pathname of current directory and return to client */ (void)sprintf(pathname,"%s/%s",sp_name, sys); + oldmask = umask(0); (void)mkdir(sp_name, dir_mode); /* ignore the return code */ rc = mkdir(pathname, dir_mode); /* DON'T ignore this return code */ + umask(oldmask); if((rc < 0 && errno != EEXIST) || (stat(pathname, &statbuf) != 0) || !(statbuf.st_mode & S_IFDIR)) { (void)sprintf(tempstr, *************** *** 381,387 **** ** filter with the appropriate arguments. **------------------------------------------------------ */ ! (void)run_ps630(new_pathname, opts); } /* ** Try to match to an aliased printer --- 382,391 ---- ** filter with the appropriate arguments. **------------------------------------------------------ */ ! (void)sprintf(tempstr, ! "rpc.pcnfsd: ps630 filter disabled for %s\n", pathname); ! msg_out(tempstr); ! return(PS_RES_FAIL); } /* ** Try to match to an aliased printer ---------------------------------CUT HERE--------------------------------- From owner-freebsd-ports Sun Apr 21 01:59:12 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA09844 for ports-outgoing; Sun, 21 Apr 1996 01:59:12 -0700 (PDT) Received: from sunrise.cs.berkeley.edu (root@sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA09839 for ; Sun, 21 Apr 1996 01:59:10 -0700 (PDT) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id CAA26814; Sun, 21 Apr 1996 02:02:52 -0700 Date: Sun, 21 Apr 1996 02:02:52 -0700 Message-Id: <199604210902.CAA26814@sunrise.cs.berkeley.edu> To: kmitch@phantasma.bevc.blacksburg.va.us CC: ports@freebsd.org In-reply-to: <199604210318.XAA02830@phantasma.bevc.blacksburg.va.us> (message from Keith Mitchell on Sat, 20 Apr 1996 23:18:39 -0400 (EDT)) Subject: Re: New MOTIF addition to ports in -current From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * X11BASE= /usr/X11R6 * HAVE_MOTIF= yes * MOTIFLIB= "-L${X11BASE}/lib -lXm" * * * If I take ther quotes off of MOTIFLIB, or comment it out completely it works * fine though. Just thought I would bring this up since this is currently the * default setting. I'm sorry, my mistake, it's quoted in bsd.port.mk so quoting it here will double-quote (pordon the pun) it and effectively unquote it. ;) Please comment out MOTIFLIB. You don't need it anyway, it's the default, as the weak comment attempts to tell you. You don't need the X11BASE line either, for that matter, that's also the default. I've changed the example in make.conf and the comments for X11BASE and MOTIFLIB. Thanks! Satoshi From owner-freebsd-ports Sun Apr 21 10:52:01 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27588 for ports-outgoing; Sun, 21 Apr 1996 10:52:01 -0700 (PDT) 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 KAA27575 for ; Sun, 21 Apr 1996 10:51:58 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id TAA23220; Sun, 21 Apr 1996 19:51:34 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id TAA29491; Sun, 21 Apr 1996 19:51:33 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id TAA14379; Sun, 21 Apr 1996 19:23:12 +0200 (MET DST) From: J Wunsch Message-Id: <199604211723.TAA14379@uriah.heep.sax.de> Subject: Re: hpscan To: ports@freebsd.org Date: Sun, 21 Apr 1996 19:23:11 +0200 (MET DST) Cc: richardc@CSUA.Berkeley.EDU (Richard Chang) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Richard Chang" at Apr 20, 96 09:18:59 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Richard Chang wrote: > I am trying to get the hpscan port to work.... How is the > /dev/scanner device created? Any help would be appreciated. Is it really using /dev/scanner? I thought the FreeBSD port were using /dev/pt0 (the `processor target' device). Try symlinking this one to /dev/scanner, just in case. Needless to say, you need to have a kernel with a pt0 device. -- 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 Sun Apr 21 11:18:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28597 for ports-outgoing; Sun, 21 Apr 1996 11:18:51 -0700 (PDT) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA28592 for ; Sun, 21 Apr 1996 11:18:49 -0700 (PDT) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.2]) by horst.bfd.com (8.7.5/8.7.3) with SMTP id LAA21918 for ; Sun, 21 Apr 1996 11:25:50 -0700 (PDT) Date: Sun, 21 Apr 1996 11:21:23 -0700 (PDT) From: "Eric J. Schwertfeger" To: ports@freebsd.org Subject: gnat port won't compile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is the port from 2.1R, compiled on 2.1R. I get the following error(s) when I try to make the port. Is anyone still maintaining this port, or do I fix it myself? ranlib libcc_int.a cd /usr/ports/lang/gnat/work/gnat-2.03-src/ada; gmake CC="gcc" PREFIX=/usr/loca l COMPILERSOURCE="/usr/src/gnu/usr.bin/cc" gcc -c -O2 -B/usr/local/libexec/ -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include -gnatg -gnata ada.ads gcc: installation problem, cannot exec gnat1: No such file or directory gcc: file path prefix `/usr/local/libexec/' never used gmake: *** [ada.o] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. From owner-freebsd-ports Sun Apr 21 12:20:08 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01079 for ports-outgoing; Sun, 21 Apr 1996 12:20:08 -0700 (PDT) Received: from sunrise.cs.berkeley.edu (root@sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA01073 for ; Sun, 21 Apr 1996 12:20:07 -0700 (PDT) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id MAA27430; Sun, 21 Apr 1996 12:24:01 -0700 Date: Sun, 21 Apr 1996 12:24:01 -0700 Message-Id: <199604211924.MAA27430@sunrise.cs.berkeley.edu> To: ejs@bfd.com CC: ports@freebsd.org In-reply-to: (ejs@bfd.com) Subject: Re: gnat port won't compile From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * This is the port from 2.1R, compiled on 2.1R. I get the following error(s) * when I try to make the port. Is anyone still maintaining this port, or * do I fix it myself? * gcc: installation problem, cannot exec gnat1: No such file or directory As it says in the comments in the Makefile, it requires an existing gnat compiler to bootstrap itself. Go grab a package from the 2.1R CDROM or ftp site, then you can recompile it. :) Satoshi From owner-freebsd-ports Sun Apr 21 12:23:24 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01154 for ports-outgoing; Sun, 21 Apr 1996 12:23:24 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA01148 for ; Sun, 21 Apr 1996 12:23:23 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id MAA03312; Sun, 21 Apr 1996 12:21:44 -0700 Date: Sun, 21 Apr 1996 12:21:43 -0700 (PDT) From: Richard Chang To: Joerg Wunsch cc: ports@freebsd.org Subject: Re: hpscan In-Reply-To: <199604211723.TAA14379@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 21 Apr 1996, J Wunsch wrote: > As Richard Chang wrote: > > > I am trying to get the hpscan port to work.... How is the > > /dev/scanner device created? Any help would be appreciated. > > Is it really using /dev/scanner? I thought the FreeBSD port were > using /dev/pt0 (the `processor target' device). Try symlinking this > one to /dev/scanner, just in case. Hmmm, it doesn't say in the README anywhere. > Needless to say, you need to have a kernel with a pt0 device. Oh okay... I wonder how well will the hpscan program work... Richard From owner-freebsd-ports Sun Apr 21 13:57:28 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06933 for ports-outgoing; Sun, 21 Apr 1996 13:57:28 -0700 (PDT) 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 NAA06863 for ; Sun, 21 Apr 1996 13:56:46 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA26810; Sun, 21 Apr 1996 22:56:26 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id WAA00414; Sun, 21 Apr 1996 22:56:26 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id WAA15785; Sun, 21 Apr 1996 22:51:06 +0200 (MET DST) From: J Wunsch Message-Id: <199604212051.WAA15785@uriah.heep.sax.de> Subject: Re: hpscan To: richardc@CSUA.Berkeley.EDU (Richard Chang) Date: Sun, 21 Apr 1996 22:51:06 +0200 (MET DST) Cc: joerg_wunsch@uriah.heep.sax.de, ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Richard Chang" at Apr 21, 96 12:21:43 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Richard Chang wrote: > > Is it really using /dev/scanner? I thought the FreeBSD port were > > using /dev/pt0 (the `processor target' device). Try symlinking this > > one to /dev/scanner, just in case. > > Hmmm, it doesn't say in the README anywhere. Quite possible. The README is most likely not much changed from the original one. The author has been using it against the uk0 device. > > Needless to say, you need to have a kernel with a pt0 device. > > Oh okay... I wonder how well will the hpscan program work... It works well for me, though the gamma correction seems to be buggy for my 16 bpp display. Since it does only affect the preview, i haven't tried to correct this. -- 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 Sun Apr 21 14:08:40 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07418 for ports-outgoing; Sun, 21 Apr 1996 14:08:40 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA07412 for ; Sun, 21 Apr 1996 14:08:33 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id OAA09197; Sun, 21 Apr 1996 14:07:34 -0700 Date: Sun, 21 Apr 1996 14:07:32 -0700 (PDT) From: Richard Chang To: Joerg Wunsch cc: joerg_wunsch@uriah.heep.sax.de, ports@freebsd.org Subject: Re: hpscan In-Reply-To: <199604212051.WAA15785@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 21 Apr 1996, J Wunsch wrote: > As Richard Chang wrote: > > > > Is it really using /dev/scanner? I thought the FreeBSD port were > > > using /dev/pt0 (the `processor target' device). Try symlinking this > > > one to /dev/scanner, just in case. > > > > Hmmm, it doesn't say in the README anywhere. > > Quite possible. The README is most likely not much changed from the > original one. The author has been using it against the uk0 device. I thought he meant the uk0 device... > > > Needless to say, you need to have a kernel with a pt0 device. > > > > Oh okay... I wonder how well will the hpscan program work... > > It works well for me, though the gamma correction seems to be buggy > for my 16 bpp display. Since it does only affect the preview, i > haven't tried to correct this. Hmmm, what does it do exactly? does it just scan and what formats will it save in? Is there anything similar to Adobe Photoshop for editing the picture? Richard From owner-freebsd-ports Sun Apr 21 22:21:14 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA10682 for ports-outgoing; Sun, 21 Apr 1996 22:21:14 -0700 (PDT) Received: from okjunc.junction.net (root@okjunc.junction.net [199.166.227.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA10677 for ; Sun, 21 Apr 1996 22:21:12 -0700 (PDT) Received: from sidhe.memra.com (sidhe.memra.com [199.166.227.105]) by okjunc.junction.net (8.6.11/8.6.11) with SMTP id WAA16147 for ; Sun, 21 Apr 1996 22:32:27 -0700 Date: Sun, 21 Apr 1996 23:19:30 -0700 (PDT) From: Michael Dillon To: freebsd-ports@freebsd.org Subject: Berkeley DB 1.8.5 Message-ID: Organization: Memra Software Inc. - Internet consulting MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone ported this to 2.1R? I unpack the source code from ftp.cs.berkeley.edu, go into the PORT/bsd.4.4 and type "make". It dies quickly with a bunch of errors like... cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash ../../hash/hash.c In file included from ../../hash/hash.c:48: /usr/include/stdlib.h:80: parse error before `__dead2' /usr/include/stdlib.h:80: warning: data definition has no type or storage class /usr/include/stdlib.h:82: parse error before `__pure2' /usr/include/stdlib.h:82: warning: data definition has no type or storage class /usr/include/stdlib.h:91: parse error before `__pure2' /usr/include/stdlib.h:91: warning: data definition has no type or storage class /usr/include/stdlib.h:93: parse error before `__dead2' /usr/include/stdlib.h:93: warning: data definition has no type or storage class /usr/include/stdlib.h:97: parse error before `__pure2' /usr/include/stdlib.h:97: warning: data definition has no type or storage class /usr/include/stdlib.h:99: parse error before `__pure2' /usr/include/stdlib.h:99: warning: data definition has no type or storage class In file included from ../../hash/hash.c:50: /usr/include/unistd.h:53: parse error before `__dead2' /usr/include/unistd.h:53: warning: data definition has no type or storage class *** Error code 1 I can't figure out what is happening. I realize that this is integrated into the libc for -current but I don't want to upgrade my whole system just to get this one library. If it needs some different treatment than BSD 4.4, why doesn't somebody send them patches so they can add a freebsd option in their PORT directory? Actually, the linux PORT seems to compile better. I get the following errors but I think I can deal with them.... cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash ../../hash/hash.c In file included from ../../hash/hash.c:55: include/db.h:54: redefinition of `int8_t' /usr/include/machine/types.h:57: `int8_t' previously declared here include/db.h:55: redefinition of `u_int8_t' /usr/include/machine/types.h:58: `u_int8_t' previously declared here include/db.h:56: redefinition of `int16_t' /usr/include/machine/types.h:59: `int16_t' previously declared here include/db.h:57: redefinition of `u_int16_t' /usr/include/machine/types.h:60: `u_int16_t' previously declared here include/db.h:58: redefinition of `int32_t' /usr/include/machine/types.h:61: `int32_t' previously declared here include/db.h:59: redefinition of `u_int32_t' /usr/include/machine/types.h:62: `u_int32_t' previously declared here *** Error code 1 I'm not on the list so you'll need to Cc: me if you want to ask anything. Michael Dillon Voice: +1-604-546-8022 Memra Software Inc. Fax: +1-604-546-3049 http://www.memra.com E-mail: michael@memra.com From owner-freebsd-ports Sun Apr 21 23:08:21 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13360 for ports-outgoing; Sun, 21 Apr 1996 23:08:21 -0700 (PDT) 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 XAA13355 for ; Sun, 21 Apr 1996 23:08:18 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA09412; Mon, 22 Apr 1996 08:08:10 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA04249; Mon, 22 Apr 1996 08:08:09 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id HAA17659; Mon, 22 Apr 1996 07:28:18 +0200 (MET DST) From: J Wunsch Message-Id: <199604220528.HAA17659@uriah.heep.sax.de> Subject: Re: hpscan To: richardc@CSUA.Berkeley.EDU (Richard Chang) Date: Mon, 22 Apr 1996 07:28:17 +0200 (MET DST) Cc: ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Richard Chang" at Apr 21, 96 02:07:32 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Richard Chang wrote: > I thought he meant the uk0 device... Yes, but for us, the pt0 device is better suited. That's also what the hpscan/pkg/DESCR file explains. > Hmmm, what does it do exactly? does it just scan and what > formats will it save in? Is there anything similar to Adobe Photoshop for > editing the picture? It gives you a preview picture where you can select a rectangle. You can further zoom it (for another preview), and select again, or you can finally scan the image to a disk file. After my recent changes, you can select intensity and contrast, in addition to the scan resolution. The stored file is always in ``raw PPM'' format. Use your favorite image processing tool for postprocessing. xv and xpaint come to mind. -- 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 Sun Apr 21 23:17:23 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13758 for ports-outgoing; Sun, 21 Apr 1996 23:17:23 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA13753 for ; Sun, 21 Apr 1996 23:17:21 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id XAA10006; Sun, 21 Apr 1996 23:17:00 -0700 Date: Sun, 21 Apr 1996 23:16:58 -0700 (PDT) From: Richard Chang To: Joerg Wunsch cc: ports@freebsd.org Subject: Re: hpscan In-Reply-To: <199604220528.HAA17659@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Apr 1996, J Wunsch wrote: > As Richard Chang wrote: > > > I thought he meant the uk0 device... > > Yes, but for us, the pt0 device is better suited. That's also what > the hpscan/pkg/DESCR file explains. oh okay, never knew there was a hpscan/pkg/DESCR file. > > Hmmm, what does it do exactly? does it just scan and what > > formats will it save in? Is there anything similar to Adobe Photoshop for > > editing the picture? > > It gives you a preview picture where you can select a rectangle. You > can further zoom it (for another preview), and select again, or you > can finally scan the image to a disk file. After my recent changes, > you can select intensity and contrast, in addition to the scan > resolution. The stored file is always in ``raw PPM'' format. is ppm formats quality as good as gif files? > Use your favorite image processing tool for postprocessing. xv and > xpaint come to mind. hmmm, okay. any ideas how to do transparent gifs? does either xv or xpaint do this? Richard From owner-freebsd-ports Mon Apr 22 02:35:01 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA25208 for ports-outgoing; Mon, 22 Apr 1996 02:35:01 -0700 (PDT) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA25197 for ; Mon, 22 Apr 1996 02:34:47 -0700 (PDT) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id LAA07455 for freebsd-ports@freebsd.org; Mon, 22 Apr 1996 11:34:37 +0200 Message-Id: <199604220934.LAA07455@nixpbe.pdb.sni.de> Subject: Re: Berkeley DB 1.8.5 To: michael@memra.com (Michael Dillon) Date: Mon, 22 Apr 96 11:34:35 MDT From: Greg Lehey Cc: freebsd-ports@freebsd.org In-Reply-To: ; from "Michael Dillon" at Apr 21, 96 11:19 pm X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Has anyone ported this to 2.1R? I unpack the source code from > ftp.cs.berkeley.edu, go into the PORT/bsd.4.4 and type "make". > It dies quickly with a bunch of errors like... > > cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash > ../../hash/hash.c > In file included from ../../hash/hash.c:48: > /usr/include/stdlib.h:80: parse error before `__dead2' > /usr/include/stdlib.h:80: warning: data definition has no type or storage > class > (etc) > > I can't figure out what is happening. I realize that this is integrated > into the libc for -current but I don't want to upgrade my whole system > just to get this one library. If it needs some different treatment than > BSD 4.4, why doesn't somebody send them patches so they can add a freebsd > option in their PORT directory? This has nothing to do with the library itself. For some reason, the compiler is getting confused by the definitions in the library header files. Try looking at the preprocessor output: cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash -C -E -dD >junk.c junk.c will contain all the header files, and will have the #defines substituted. Search for the string '@(#)stdlib.h', and then further occurrences of the name 'stdlib.h'. The lines starting with # specify line numbers within the source files. I'd guess that you'll find something obvious about the definitions at line 80 and on. For further details, see page 99-102 of my book "Porting UNIX Software" (O'Reilly). Unfortunately, the production department "embellished" this section somewhat: it contains a number of \/ sequences, which shouldn't be there and which confuse the issue somewhat. > Actually, the linux PORT seems to compile better. I get the following > errors but I think I can deal with them.... > > cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash > ../../hash/hash.c > In file included from ../../hash/hash.c:55: > include/db.h:54: redefinition of `int8_t' > /usr/include/machine/types.h:57: `int8_t' previously declared here > include/db.h:55: redefinition of `u_int8_t' > /usr/include/machine/types.h:58: `u_int8_t' previously declared here > include/db.h:56: redefinition of `int16_t' > /usr/include/machine/types.h:59: `int16_t' previously declared here > include/db.h:57: redefinition of `u_int16_t' > /usr/include/machine/types.h:60: `u_int16_t' previously declared here > include/db.h:58: redefinition of `int32_t' > /usr/include/machine/types.h:61: `int32_t' previously declared here > include/db.h:59: redefinition of `u_int32_t' > /usr/include/machine/types.h:62: `u_int32_t' previously declared here > *** Error code 1 > > I'm not on the list so you'll need to Cc: me if you want to ask anything. This one should be pretty obvious: the Linux version includes definitions in include/db.h which have already been made in the system header files. Remove them, or, better, #ifdef them out (#ifdef Linux, or whatever Linux uses to recognize its environment). Greg From owner-freebsd-ports Mon Apr 22 05:06:56 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA01177 for ports-outgoing; Mon, 22 Apr 1996 05:06:56 -0700 (PDT) Received: from sasami.jurai.net (root@sasami.jurai.net [205.218.122.51]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA01172 for ; Mon, 22 Apr 1996 05:06:54 -0700 (PDT) Received: from localhost (winter@localhost) by sasami.jurai.net (8.7.4/8.7.3) with SMTP id HAA10756; Mon, 22 Apr 1996 07:06:46 -0500 (CDT) Date: Mon, 22 Apr 1996 07:06:45 -0500 (CDT) From: "Matthew N. Dodd" X-Sender: winter@sasami To: Andreas Klemm , freebsd-ports@FreeBSD.ORG Subject: Pine 3.93 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've put the port and package for Pine 3.93 in the /pub/FreeBSD/incoming directory of ftp.cdrom.com. -rw-r--r-- 1 root bin 13627 Apr 22 06:46 pine-3.93.tar.gz -rw-r--r-- 1 root bin 719852 Apr 22 06:36 pine-3.93.tgz (You can figure out which is which) Pine 3.93 is mostly a bugfix, but I've taken the opportunity to integrate the PGP scripts that Andreas emailed me when I did 3.92. I've also done fewer nasty things to the makefiles and got the PLIST stuff fixed so it actually does an ldconfig -m after it installs the shared libraries (libpico.so.1.1 and libc-client.so.1.1). If someone could take a look at it and make sure its doing the right thing I would appriciate it. If it passes inspection I wouldn't have a problem with it being commited (please don't commit the the 3.92 one as its kinda messed up.) Anyhow, here is a list of all the files it installs. libexec/imapd libexec/ipop2d libexec/ipop3d bin/mtest bin/pico bin/pilot bin/pine lib/libc-client.so.1.1 lib/libpico.so.1.1 bin/pgpencrypt bin/pgpdecode bin/pgpsign etc/dot.pinerc.pgp.sample man/man1/pico.1.gz man/man1/pilot.1.gz man/man1/pine.1.gz man/man8/imapd.8c.gz man/man8/ipopd.8c.gz Have a good one. | Matthew N. Dodd | winter@jurai.net | http://www.jurai.net/~winter | | Technical Manager | mdodd@intersurf.net | http://www.intersurf.net | | InterSurf Online | "Welcome to the net Sir, would you like a handbasket?"| From owner-freebsd-ports Mon Apr 22 08:37:21 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12378 for ports-outgoing; Mon, 22 Apr 1996 08:37:21 -0700 (PDT) Received: from okjunc.junction.net (root@okjunc.junction.net [199.166.227.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA12373 for ; Mon, 22 Apr 1996 08:37:19 -0700 (PDT) Received: from sidhe.memra.com (sidhe.memra.com [199.166.227.105]) by okjunc.junction.net (8.6.11/8.6.11) with SMTP id IAA21946 for ; Mon, 22 Apr 1996 08:48:36 -0700 Date: Mon, 22 Apr 1996 09:35:39 -0700 (PDT) From: Michael Dillon To: freebsd-ports@freebsd.org Subject: Re: Berkeley DB 1.8.5 In-Reply-To: <199604220934.LAA07447@nixpbe.pdb.sni.de> Message-ID: Organization: Memra Software Inc. - Internet consulting MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Apr 1996, Greg Lehey wrote: > > Has anyone ported this to 2.1R? I unpack the source code from > > ftp.cs.berkeley.edu, go into the PORT/bsd.4.4 and type "make". > > It dies quickly with a bunch of errors like... > > > > cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash > > ../../hash/hash.c > > In file included from ../../hash/hash.c:48: > > /usr/include/stdlib.h:80: parse error before `__dead2' > > /usr/include/stdlib.h:80: warning: data definition has no type or storage > > class > > (etc) > This has nothing to do with the library itself. For some reason, the > compiler is getting confused by the definitions in the library header > files. Try looking at the preprocessor output: > > cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash -C -E -dD >junk.c > > junk.c will contain all the header files, and will have the #defines > substituted. Search for the string '@(#)stdlib.h', and then further > occurrences of the name 'stdlib.h'. The lines starting with # specify > line numbers within the source files. I'd guess that you'll find > something obvious about the definitions at line 80 and on. Thanks, I'll try this. In the meantime.... > > Actually, the linux PORT seems to compile better. I get the following > > errors but I think I can deal with them.... > This one should be pretty obvious: the Linux version includes > definitions in include/db.h which have already been made in the system > header files. Remove them, or, better, #ifdef them out (#ifdef Linux, > or whatever Linux uses to recognize its environment). I did this and it compiles clean. I haven't run the tests yet though. Michael Dillon Voice: +1-604-546-8022 Memra Software Inc. Fax: +1-604-546-3049 http://www.memra.com E-mail: michael@memra.com From owner-freebsd-ports Mon Apr 22 08:42:35 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA12645 for ports-outgoing; Mon, 22 Apr 1996 08:42:35 -0700 (PDT) Received: from okjunc.junction.net (root@okjunc.junction.net [199.166.227.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA12640 for ; Mon, 22 Apr 1996 08:42:33 -0700 (PDT) Received: from sidhe.memra.com (sidhe.memra.com [199.166.227.105]) by okjunc.junction.net (8.6.11/8.6.11) with SMTP id IAA22069 for ; Mon, 22 Apr 1996 08:53:48 -0700 Date: Mon, 22 Apr 1996 09:40:51 -0700 (PDT) From: Michael Dillon To: freebsd-ports@freebsd.org Subject: Re: Berkeley DB 1.8.5 In-Reply-To: <199604221248.IAA26616@irbs.irbs.com> Message-ID: Organization: Memra Software Inc. - Internet consulting MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Apr 1996, John Capo wrote: > Michael Dillon writes: > > > > Has anyone ported this to 2.1R? I unpack the source code from > > ftp.cs.berkeley.edu, go into the PORT/bsd.4.4 and type "make". > > It dies quickly with a bunch of errors like... > Just a guess but I had a similar problem with BIND. There may be > a sys/cdefs.h in the include directory and that is being used of > the one in /usr/include that #defines __dead. Bingo! That's it! I hope you don't mind me sending this to the list. I did it so the solution is on record for anyone else who goes to http://www.freebsd.org and searches the mailing lists for this. Michael Dillon Voice: +1-604-546-8022 Memra Software Inc. Fax: +1-604-546-3049 http://www.memra.com E-mail: michael@memra.com From owner-freebsd-ports Mon Apr 22 09:18:16 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA15003 for ports-outgoing; Mon, 22 Apr 1996 09:18:16 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [198.53.215.115]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA14994 for ; Mon, 22 Apr 1996 09:18:12 -0700 (PDT) Received: (from tom@localhost) by misery.sdf.com (8.7.5/8.6.12) id JAA21570; Mon, 22 Apr 1996 09:22:16 -0700 (PDT) Date: Mon, 22 Apr 1996 09:22:14 -0700 (PDT) From: Tom Samplonius To: "Matthew N. Dodd" cc: Andreas Klemm , freebsd-ports@freebsd.org Subject: Re: Pine 3.93 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Apr 1996, Matthew N. Dodd wrote: > > I've put the port and package for Pine 3.93 in the > /pub/FreeBSD/incoming directory of ftp.cdrom.com. > > -rw-r--r-- 1 root bin 13627 Apr 22 06:46 pine-3.93.tar.gz > -rw-r--r-- 1 root bin 719852 Apr 22 06:36 pine-3.93.tgz Can these changes be submitted back to the Pine project? It is silly that Pine has builtin build targets for BSDI, NetBSD, and Linux but no FreeBSD. This would also reduce the amount of porting work for the next version of Pine. Tom From owner-freebsd-ports Mon Apr 22 09:29:43 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA15705 for ports-outgoing; Mon, 22 Apr 1996 09:29:43 -0700 (PDT) Received: from jolt.eng.umd.edu (jolt.eng.umd.edu [129.2.102.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA15685 for ; Mon, 22 Apr 1996 09:29:40 -0700 (PDT) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.98.206]) by jolt.eng.umd.edu (8.7.5/8.7.3) with ESMTP id MAA28054; Mon, 22 Apr 1996 12:29:37 -0400 (EDT) Received: (from chuckr@localhost) by thurston.eng.umd.edu (8.7.5/8.7.3) id MAA30850; Mon, 22 Apr 1996 12:29:36 -0400 (EDT) Date: Mon, 22 Apr 1996 12:29:35 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: Michael Dillon cc: freebsd-ports@freebsd.org Subject: Re: Berkeley DB 1.8.5 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 21 Apr 1996, Michael Dillon wrote: > > Has anyone ported this to 2.1R? I unpack the source code from > ftp.cs.berkeley.edu, go into the PORT/bsd.4.4 and type "make". > It dies quickly with a bunch of errors like... > > cc -c -D__DBINTERFACE_PRIVATE -O -I. -Iinclude -I../../hash > ../../hash/hash.c > In file included from ../../hash/hash.c:48: > /usr/include/stdlib.h:80: parse error before `__dead2' > /usr/include/stdlib.h:80: warning: data definition has no type or storage > class [bunch of errors deleted] The db.1.85 code has it'w own cdefs.h, which isn't compatible with the FreeBSD cdefs.h in /usr/include. Either change the references so that the FreeBSD cdefs.h is used, or copy our cdefs.h over the one in db.1.85. Then it'll compile without a whimper. db.1.85 is in FreeBSD-current's libc, BTW. > > I'm not on the list so you'll need to Cc: me if you want to ask anything. > > Michael Dillon Voice: +1-604-546-8022 > Memra Software Inc. Fax: +1-604-546-3049 > http://www.memra.com E-mail: michael@memra.com > > ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-ports Mon Apr 22 12:23:41 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28303 for ports-outgoing; Mon, 22 Apr 1996 12:23:41 -0700 (PDT) Received: from sasami.jurai.net (root@sasami.jurai.net [205.218.122.51]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA28298 for ; Mon, 22 Apr 1996 12:23:39 -0700 (PDT) Received: from localhost (winter@localhost) by sasami.jurai.net (8.7.4/8.7.3) with SMTP id OAA26092; Mon, 22 Apr 1996 14:23:39 -0500 (CDT) Date: Mon, 22 Apr 1996 14:23:37 -0500 (CDT) From: "Matthew N. Dodd" X-Sender: winter@sasami To: Tom Samplonius cc: freebsd-ports@freebsd.org Subject: Re: Pine 3.93 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Apr 1996, Tom Samplonius wrote: > Can these changes be submitted back to the Pine project? > It is silly that Pine has builtin build targets for BSDI, NetBSD, and > Linux but no FreeBSD. This would also reduce the amount of porting work > for the next version of Pine. I'm sure they can, but due to the way the c-client library make files are laid out I'm not sure that they would like my changes. I didn't have to 'port' much, just clean up my mess from pine-3.92 and add some packaging details and frob things to make shared libraries... Have a good one. | Matthew N. Dodd | winter@jurai.net | http://www.jurai.net/~winter | | Technical Manager | mdodd@intersurf.net | http://www.intersurf.net | | InterSurf Online | "Welcome to the net Sir, would you like a handbasket?"| From owner-freebsd-ports Mon Apr 22 20:09:40 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA23541 for ports-outgoing; Mon, 22 Apr 1996 20:09:40 -0700 (PDT) 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 UAA23517 for ; Mon, 22 Apr 1996 20:09:33 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id FAA19147; Tue, 23 Apr 1996 05:09:24 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id FAA05248; Tue, 23 Apr 1996 05:09:23 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id EAA20683; Tue, 23 Apr 1996 04:48:35 +0200 (MET DST) From: J Wunsch Message-Id: <199604230248.EAA20683@uriah.heep.sax.de> Subject: Re: hpscan To: richardc@CSUA.Berkeley.EDU (Richard Chang) Date: Tue, 23 Apr 1996 04:48:35 +0200 (MET DST) Cc: ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Richard Chang" at Apr 21, 96 11:16:58 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Richard Chang wrote: > oh okay, never knew there was a hpscan/pkg/DESCR file. All ports have it... > is ppm formats quality as good as gif files? PPM is just raw pixels, in 24-bit format. Rather bloated files, but full resolution and color depth. > hmmm, okay. any ideas how to do transparent gifs? does either > xv or xpaint do this? This is in the ``Authoring for the Web FAQ''. At least, netpbm does it, as well as interlaced GIF. GIF is a non-optimal format for scanned photos, better use JPEG. The usual savage for a Web page photo is between 70 and 90 percent compared to GIF. -- 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 Mon Apr 22 21:34:43 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02263 for ports-outgoing; Mon, 22 Apr 1996 21:34:43 -0700 (PDT) Received: from emout07.mail.aol.com (emout07.mx.aol.com [198.81.11.22]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA02258 for ; Mon, 22 Apr 1996 21:34:41 -0700 (PDT) From: Trav757@aol.com Received: by emout07.mail.aol.com (8.6.12/8.6.12) id AAA18524 for ports@freebsd.org; Tue, 23 Apr 1996 00:34:10 -0400 Date: Tue, 23 Apr 1996 00:34:10 -0400 Message-ID: <960423003408_196848082@emout07.mail.aol.com> To: ports@freebsd.org Subject: Programming API Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is this msql product an embedded SQL product? I'm looking to write C/C++ apps which access databases using embedded SQL. From owner-freebsd-ports Mon Apr 22 23:35:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA08083 for ports-outgoing; Mon, 22 Apr 1996 23:35:47 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA08073 for ; Mon, 22 Apr 1996 23:35:44 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id XAA21075; Mon, 22 Apr 1996 23:35:08 -0700 Date: Mon, 22 Apr 1996 23:34:58 -0700 (PDT) From: Richard Chang To: Joerg Wunsch cc: ports@freebsd.org Subject: Re: hpscan In-Reply-To: <199604230248.EAA20683@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 23 Apr 1996, J Wunsch wrote: > As Richard Chang wrote: > > > oh okay, never knew there was a hpscan/pkg/DESCR file. > > All ports have it... Guess I just never really noticed it... > > is ppm formats quality as good as gif files? > > PPM is just raw pixels, in 24-bit format. Rather bloated files, but > full resolution and color depth. Oh okay... > > hmmm, okay. any ideas how to do transparent gifs? does either > > xv or xpaint do this? > > This is in the ``Authoring for the Web FAQ''. At least, netpbm does > it, as well as interlaced GIF. Where can I obtain that FAQ? Is transparent gifs covered in the man pages for netpbm? > GIF is a non-optimal format for scanned photos, better use JPEG. The > usual savage for a Web page photo is between 70 and 90 percent > compared to GIF. The only problem is only GIFs can be transparent... Richard From owner-freebsd-ports Tue Apr 23 00:21:54 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA11594 for ports-outgoing; Tue, 23 Apr 1996 00:21:54 -0700 (PDT) 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 AAA11497 for ; Tue, 23 Apr 1996 00:21:30 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA25029; Tue, 23 Apr 1996 09:21:24 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA07380; Tue, 23 Apr 1996 09:21:24 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id IAA22041; Tue, 23 Apr 1996 08:57:58 +0200 (MET DST) From: J Wunsch Message-Id: <199604230657.IAA22041@uriah.heep.sax.de> Subject: Re: hpscan To: richardc@CSUA.Berkeley.EDU (Richard Chang) Date: Tue, 23 Apr 1996 08:57:58 +0200 (MET DST) Cc: ports@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Richard Chang" at Apr 22, 96 11:34:58 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Richard Chang wrote: > > This is in the ``Authoring for the Web FAQ''. At least, netpbm does > > it, as well as interlaced GIF. > > Where can I obtain that FAQ? Ah, i forgot. > Is transparent gifs covered in the > man pages for netpbm? Of course. :) It's simpler than you think. The most common way is: ppmtogif -transparent white -interlace myfile.ppm > myfile.gif -- 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 Tue Apr 23 00:30:09 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12572 for ports-outgoing; Tue, 23 Apr 1996 00:30:09 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA12563 for ; Tue, 23 Apr 1996 00:30:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id AAA03616; Tue, 23 Apr 1996 00:29:58 -0700 (PDT) To: Trav757@aol.com cc: ports@freebsd.org Subject: Re: Programming API In-reply-to: Your message of "Tue, 23 Apr 1996 00:34:10 EDT." <960423003408_196848082@emout07.mail.aol.com> Date: Tue, 23 Apr 1996 00:29:57 -0700 Message-ID: <3614.830244597@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk No, it is not. > Is this msql product an embedded SQL product? I'm looking to write C/C++ apps > which access databases using embedded SQL. From owner-freebsd-ports Tue Apr 23 02:13:40 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19758 for ports-outgoing; Tue, 23 Apr 1996 02:13:40 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA19749 for ; Tue, 23 Apr 1996 02:13:35 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id CAA00530; Tue, 23 Apr 1996 02:11:55 -0700 Date: Tue, 23 Apr 1996 02:11:53 -0700 (PDT) From: Richard Chang To: Joerg Wunsch cc: ports@freebsd.org Subject: Re: hpscan In-Reply-To: <199604230657.IAA22041@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 23 Apr 1996, J Wunsch wrote: > As Richard Chang wrote: > > > > This is in the ``Authoring for the Web FAQ''. At least, netpbm does > > > it, as well as interlaced GIF. > > > > Where can I obtain that FAQ? > > Ah, i forgot. > > > Is transparent gifs covered in the > > man pages for netpbm? > > Of course. :) > > It's simpler than you think. The most common way is: > > ppmtogif -transparent white -interlace myfile.ppm > myfile.gif Hmmm, but what happens if you had a picture that had a circle and you wanted everything outside the circle transparent? Richard From owner-freebsd-ports Tue Apr 23 05:27:22 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28245 for ports-outgoing; Tue, 23 Apr 1996 05:27:22 -0700 (PDT) Received: from gw.muc.ditec.de (gw.muc.ditec.de [194.120.126.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA28240 for ; Tue, 23 Apr 1996 05:27:19 -0700 (PDT) Received: from tartufo.muc.ditec.de (tartufo.muc.ditec.de [134.98.18.2]) by gw.muc.ditec.de (8.6.11/8.6.9) with SMTP id OAA14490; Tue, 23 Apr 1996 14:25:42 +0200 Received: by tartufo.muc.ditec.de (/\=-/\ Smail3.1.16.1 #16.39) id ; Tue, 23 Apr 96 14:28 MSZ Message-Id: Date: Tue, 23 Apr 96 14:28 MSZ From: me@tartufo.muc.ditec.de (Michael Elbel) To: jkh@time.cdrom.com Cc: Trav757@aol.com, ports@freebsd.org Subject: Re: Programming API Newsgroups: lists.freebsd.ports References: <960423003408_196848082@emout07.mail.aol.com> <3614.830244597@time.cdrom.com> Reply-To: me@gw.muc.ditec.de X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In lists.freebsd.ports you write: >No, it is not. >> Is this msql product an embedded SQL product? I'm looking to write C/C++ apps >> which access databases using embedded SQL. I'd say it depends which way you look at it. Msql uses a server daemon to handle the databases. There *IS* a C programming API to access msql databases. In fact, the screen oriented msql client as well as the w3-msql web frontend use it as that's the *only* way to stick data into a DB or get it out. The client uses a TCP connection to the server to do its thing. Look at http://Hughes.com.au/ Michael -- Michael Elbel, DITEC, Muenchen, Germany - me@muc.ditec.de Fermentation fault (coors dumped) From owner-freebsd-ports Tue Apr 23 06:22:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01909 for ports-outgoing; Tue, 23 Apr 1996 06:22:32 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA01904 for ; Tue, 23 Apr 1996 06:22:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id GAA04914; Tue, 23 Apr 1996 06:22:04 -0700 (PDT) To: me@gw.muc.ditec.de cc: Trav757@aol.com, ports@freebsd.org Subject: Re: Programming API In-reply-to: Your message of "Tue, 23 Apr 1996 14:28:00 +0600." Date: Tue, 23 Apr 1996 06:22:04 -0700 Message-ID: <4912.830265724@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Providing a C API is still not the same as "embedded SQL", at least not as I've ever seen it defined in the commercial world. The Commercial SQL compilers I've worked with allow you to do direct variable and function referencing, with the SQL compiler handling all aspects of the rendevous behind your back. Jordan > In lists.freebsd.ports you write: > > >No, it is not. > > >> Is this msql product an embedded SQL product? I'm looking to write C/C++ a pps > >> which access databases using embedded SQL. > > I'd say it depends which way you look at it. Msql uses a server daemon > to handle the databases. There *IS* a C programming API to access msql > databases. In fact, the screen oriented msql client as well as the w3-msql > web frontend use it as that's the *only* way to stick data into a DB > or get it out. The client uses a TCP connection to the server to do its thing . > > Look at http://Hughes.com.au/ > > Michael > -- > Michael Elbel, DITEC, Muenchen, Germany - me@muc.ditec.de > Fermentation fault (coors dumped) From owner-freebsd-ports Tue Apr 23 06:43:01 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03335 for ports-outgoing; Tue, 23 Apr 1996 06:43:01 -0700 (PDT) Received: from gw.muc.ditec.de (gw.muc.ditec.de [194.120.126.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA03329 for ; Tue, 23 Apr 1996 06:42:56 -0700 (PDT) Received: from tartufo.muc.ditec.de (tartufo.muc.ditec.de [134.98.18.2]) by gw.muc.ditec.de (8.6.11/8.6.9) with SMTP id PAA14847; Tue, 23 Apr 1996 15:40:33 +0200 Received: by tartufo.muc.ditec.de (/\=-/\ Smail3.1.16.1 #16.39) id ; Tue, 23 Apr 96 15:43 MSZ Message-Id: From: me@tartufo.muc.ditec.de (Michael Elbel) Subject: Re: Programming API To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 23 Apr 1996 15:43:31 +0200 (MSZ) Cc: me@gw.muc.ditec.de, Trav757@aol.com, ports@freebsd.org In-Reply-To: <4912.830265724@time.cdrom.com> from "Jordan K. Hubbard" at "Apr 23, 96 06:22:04 am" X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Providing a C API is still not the same as "embedded SQL", at least > not as I've ever seen it defined in the commercial world. The > Commercial SQL compilers I've worked with allow you to do direct > variable and function referencing, with the SQL compiler handling all > aspects of the rendevous behind your back. I've only done embedded SQL with Oracle and Ingres, so we may be talking about different things. Yes, you don't need a precompiler with msql, but that's optimization and convenience with other products. Compare the way msql does it with "dynamic sql" and you're pretty close. What you indeed can do is do something like: msqlQuery(sock, your_sql_statement); msqlStoreResult(); do any needed actions on the results. Sounds pretty much like what I've been used to with other dynamic esql stuff. I'd suggest having a look at the mSQL documentation :) Michael -- Michael Elbel, DITEC, Muenchen, Germany - me@muc.ditec.de Fermentation fault (coors dumped) From owner-freebsd-ports Tue Apr 23 08:21:23 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10246 for ports-outgoing; Tue, 23 Apr 1996 08:21:23 -0700 (PDT) Received: from gw0.telebase.com (root@gw0.telebase.com [192.132.57.100]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA10225 Tue, 23 Apr 1996 08:21:14 -0700 (PDT) Received: from wormhole.telebase.com by gw0.telebase.com id LAA29930; Tue, 23 Apr 1996 11:21:11 -0400 (EDT) Received: from odo.telebase.com (odo.telebase.com [172.16.2.217]) by wormhole.telebase.com (8.7.1/8.6.9.1) with ESMTP id LAA28184; Tue, 23 Apr 1996 11:21:10 -0400 (EDT) Received: (from bmc@localhost) by odo.telebase.com (8.7.5/8.6.9.1) id LAA01153; Tue, 23 Apr 1996 11:21:09 -0400 (EDT) Date: Tue, 23 Apr 1996 11:21:09 -0400 (EDT) Message-Id: <199604231521.LAA01153@telebase.com.> From: Brian Clapper To: freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org Subject: 2.2-960323-SNAP and `top' Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hopefully I've chosen the right mailing lists to which to send this FYI. I installed 2.2-960323-SNAP on my home machine (a 486/66 IDE-disked box) and my work machine (a Pentium/150 SCSI-disked box). In both cases, once a 2.2 kernel was up and running, top(1) broke. Every invocation of top produced a seg fault. Reinstalling the top-3.3 package from the Walnut Creek 2.2-960323-SNAP CD/ROM didn't fix the problem. Building and installing the top-3.3 port, however, *did* fix it. ---- Brian Clapper .............................................. bmc@telebase.com http://www.netaxs.com/~bmc/ ............. PGP public key available on request Variables won't. Constants aren't. From owner-freebsd-ports Tue Apr 23 12:32:14 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28206 for ports-outgoing; Tue, 23 Apr 1996 12:32:14 -0700 (PDT) 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 MAA28195 for ; Tue, 23 Apr 1996 12:32:09 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id MAA04887; Tue, 23 Apr 1996 12:31:17 -0700 (PDT) Date: Tue, 23 Apr 1996 12:31:17 -0700 (PDT) Message-Id: <199604231931.MAA04887@silvia.HIP.Berkeley.EDU> To: bmc@telebase.com CC: freebsd-ports@freebsd.org In-reply-to: <199604231521.LAA01153@telebase.com.> (message from Brian Clapper on Tue, 23 Apr 1996 11:21:09 -0400 (EDT)) Subject: Re: 2.2-960323-SNAP and `top' From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Hopefully I've chosen the right mailing lists to which to send this FYI. It should have been directed to -ports and -ports only, sending mail to multiple open lists is unnecessary unless it's an announcement or something. * I installed 2.2-960323-SNAP on my home machine (a 486/66 IDE-disked box) * and my work machine (a Pentium/150 SCSI-disked box). In both cases, once a * 2.2 kernel was up and running, top(1) broke. Every invocation of top * produced a seg fault. Reinstalling the top-3.3 package from the Walnut * Creek 2.2-960323-SNAP CD/ROM didn't fix the problem. Building and * installing the top-3.3 port, however, *did* fix it. It is because the program "top" depends heavily on the kernel you are running. The old one was for your old kernel; the one in the CDROM was probably old too, maybe the time I did a rebuild of top wasn't close enough to the snap press, sorry. Satoshi From owner-freebsd-ports Tue Apr 23 16:35:37 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17048 for ports-outgoing; Tue, 23 Apr 1996 16:35:37 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA17038 for ; Tue, 23 Apr 1996 16:35:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id QAA06399 for ; Tue, 23 Apr 1996 16:35:20 -0700 (PDT) Prev-Resent: Tue, 23 Apr 1996 16:35:19 -0700 Prev-Resent: "ports@freebsd.org " Received: from freefall.freebsd.org (jkh-sl0-f.cdrom.com [204.216.27.193]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id LAA05662 for ; Tue, 23 Apr 1996 11:43:14 -0700 (PDT) Received: from kithrup.com (kithrup.com [205.179.156.40]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA24638 for ; Tue, 23 Apr 1996 11:43:20 -0700 (PDT) Received: (from sef@localhost) by kithrup.com (8.6.8/8.6.6) id LAA00315 for jkh@freebsd.org; Tue, 23 Apr 1996 11:43:14 -0700 Date: Tue, 23 Apr 1996 11:43:14 -0700 From: Sean Eric Fagan Message-Id: <199604231843.LAA00315@kithrup.com> To: jkh@freebsd.org Resent-To: ports@freebsd.org Resent-Date: Tue, 23 Apr 1996 16:35:20 -0700 Resent-Message-ID: <6397.830302520@time.cdrom.com> Resent-From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Xref: kithrup.com gnu.announce:251 gnu.utils.bug:239 comp.os.linux.misc:116825 Date: Fri, 19 Apr 1996 12:59:28 -0400 Message-ID: From: Richard Stallman To: info-gnu@prep.ai.mit.edu Subject: Needed: maintainers for Free Pine Distribution: world Approved: info-gnu@prep.ai.mit.edu Path: kithrup.com!news.Stanford.EDU!bloom-beacon.mit.edu!ai-lab!prep.ai.mit.edu!gnu Newsgroups: gnu.announce,gnu.utils.bug,comp.os.linux.misc Followup-To: gnu.utils.bug Lines: 27 Pine is a simple mail reader that many users like. Until recently, Pine was distributed as free software. However, the University of Washington recently changed to more restrictive distribution terms for Pine. They restrict who is allowed to redistribute, and they don't permit distributing modified versions at all. Under these terms, new versions of Pine are not free software. Previous versions of Pine are still free. But a program needs to be maintained and improved. Therefore we would like to recruit volunteers to work on developing Free Pine, starting with the last available free release. It is undesirable to fork a program; people should try their best to work together before giving up and working separately. Therefore I had a discussion with the Pine developers, urging them to change the terms again to make Pine free software in one way or another. In the end, they rejected the idea categorically. So we're on our own; we now must do the best we can with the situation we are in. The first need is for one or a few people who are willing to take substantial responsibility for the project. If you are ready, willing and able to do this, please send me email. If you would like to help in a lesser capacity, please stand by; when the new maintainers get organized, they will set up channels for people to help in other ways. From owner-freebsd-ports Wed Apr 24 10:13:48 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA02227 for ports-outgoing; Wed, 24 Apr 1996 10:13:48 -0700 (PDT) Received: from diane.inforamp.net (root@Diane.InfoRamp.Net [198.53.144.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA02219 for ; Wed, 24 Apr 1996 10:13:45 -0700 (PDT) Received: from mail.inforamp.net (Mail.InfoRamp.Net [204.191.136.66]) by diane.inforamp.net (8.7/8.7) with ESMTP id NAA26189 for ; Wed, 24 Apr 1996 13:13:43 -0400 (EDT) Received: from PC.inforamp.net (ts15-14.tor.iSTAR.ca [204.191.138.114]) by mail.inforamp.net (8.7/8.7) with SMTP id NAA00170 for ; Wed, 24 Apr 1996 13:07:49 -0400 (EDT) Date: Wed, 24 Apr 1996 13:07:49 -0400 (EDT) Message-Id: <199604241707.NAA00170@mail.inforamp.net> X-Sender: tommylee@inforamp.net X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ports@FreeBSD.org From: tommylee@inforamp.net (Mike) Subject: unsubscribe Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk unsubscribe From owner-freebsd-ports Wed Apr 24 14:45:29 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA28933 for ports-outgoing; Wed, 24 Apr 1996 14:45:29 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA28919 for ; Wed, 24 Apr 1996 14:45:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id OAA12703; Wed, 24 Apr 1996 14:44:53 -0700 (PDT) To: Douglas Ambrisko Cc: ports@freebsd.org Subject: Re: cvs commit: ports/net/socks5 - Imported sources In-reply-to: Your message of "Wed, 24 Apr 1996 11:57:13 PDT." <199604241857.LAA27964@cozumel.tcs.com> Date: Wed, 24 Apr 1996 14:44:53 -0700 Message-ID: <12701.830382293@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I vote for ports/security. > I noticed you put it in the net directory and I put it in the security > directory. My reason was that it had to do with network security, if it > should go in net then I'll make that change as well. > > Doug A. From owner-freebsd-ports Wed Apr 24 17:25:40 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16565 for ports-outgoing; Wed, 24 Apr 1996 17:25:40 -0700 (PDT) Received: from diane.inforamp.net (root@Diane.InfoRamp.Net [198.53.144.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA16557 for ; Wed, 24 Apr 1996 17:25:37 -0700 (PDT) Received: from mail.inforamp.net (Mail.InfoRamp.Net [204.191.136.66]) by diane.inforamp.net (8.7/8.7) with ESMTP id UAA16863 for ; Wed, 24 Apr 1996 20:25:31 -0400 (EDT) Received: from PC.inforamp.net (ts3-04.tor.iSTAR.ca [204.191.137.64]) by mail.inforamp.net (8.7/8.7) with SMTP id UAA08625 for ; Wed, 24 Apr 1996 20:19:39 -0400 (EDT) Date: Wed, 24 Apr 1996 20:19:39 -0400 (EDT) Message-Id: <199604250019.UAA08625@mail.inforamp.net> X-Sender: tommylee@inforamp.net X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ports@FreeBSD.org From: tommylee@inforamp.net (Mike) Subject: unsubscribe Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk unsubscribe From owner-freebsd-ports Wed Apr 24 22:31:52 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16974 for ports-outgoing; Wed, 24 Apr 1996 22:31:52 -0700 (PDT) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA16968 for ; Wed, 24 Apr 1996 22:31:49 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de) by mail.rwth-aachen.de (PMDF V5.0-4 #13110) id <01I3Y8DYOOB4002DOJ@mail.rwth-aachen.de> for freebsd-ports@freebsd.org; Thu, 25 Apr 1996 07:30:42 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id HAA05815 for freebsd-ports@freebsd.org; Thu, 25 Apr 1996 07:36:20 +0200 Date: Thu, 25 Apr 1996 07:36:20 +0200 From: "Christoph P. Kukulies" Subject: ports/distfiles structuring To: freebsd-ports@freebsd.org Message-id: <199604250536.HAA05815@gilberto.physik.rwth-aachen.de> Content-transfer-encoding: 7BIT Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My disk overflowed tonight after having used the latest ports-supfile It seemed that distfiles is filled now with a flat bunch of tar.gz balls plus a ports-like tree. I'm not sure if this is still a mess with me here due to mirroring and suping or what mighht be the cause. Anyway, could someone give a short description of how the ports/distfile mechanism now is organized. Could it be that there are double as many/as necessary files now in the distfiles directory? I'm on leave for a business trip today and will probably have time to investigate what happened exactly on my machine after I started the new ports sup (ports-all). --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Wed Apr 24 22:59:14 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18044 for ports-outgoing; Wed, 24 Apr 1996 22:59:14 -0700 (PDT) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA18038 for ; Wed, 24 Apr 1996 22:59:08 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de) by mail.rwth-aachen.de (PMDF V5.0-4 #13110) id <01I3Y9CAY7DS0024VH@mail.rwth-aachen.de> for freebsd-ports@freebsd.org; Thu, 25 Apr 1996 07:58:23 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id IAA05957 for freebsd-ports@freebsd.org; Thu, 25 Apr 1996 08:04:07 +0200 Date: Thu, 25 Apr 1996 08:04:06 +0200 (MET DST) From: "Christoph P. Kukulies" Subject: Needed: maintainers for Free Pine (fwd) To: freebsd-ports@freebsd.org Reply-to: Christoph Kukulies Message-id: <199604250604.IAA05957@gilberto.physik.rwth-aachen.de> MIME-version: 1.0 X-Mailer: ELM [version 2.4 PL25 ME8b] Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk For those of you are not reached by Richard Stallmans arm: --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de ----- Forwarded message from Richard Stallman ----- >From gnu@ai.mit.edu Thu Apr 25 01:32:09 1996 Resent-Date: Mon, 22 Apr 1996 21:45:23 -0400 Resent-Message-Id: <199604230145.VAA00986@gnu-life.ai.mit.edu> Date: Fri, 19 Apr 1996 12:59:28 -0400 Message-Id: From: Richard Stallman Sender: gnu@prep.ai.mit.edu To: info-gnu@prep.ai.mit.edu Subject: Needed: maintainers for Free Pine Resent-From: info-gnu-request@prep.ai.mit.edu Pine is a simple mail reader that many users like. Until recently, Pine was distributed as free software. However, the University of Washington recently changed to more restrictive distribution terms for Pine. They restrict who is allowed to redistribute, and they don't permit distributing modified versions at all. Under these terms, new versions of Pine are not free software. Previous versions of Pine are still free. But a program needs to be maintained and improved. Therefore we would like to recruit volunteers to work on developing Free Pine, starting with the last available free release. It is undesirable to fork a program; people should try their best to work together before giving up and working separately. Therefore I had a discussion with the Pine developers, urging them to change the terms again to make Pine free software in one way or another. In the end, they rejected the idea categorically. So we're on our own; we now must do the best we can with the situation we are in. The first need is for one or a few people who are willing to take substantial responsibility for the project. If you are ready, willing and able to do this, please send me email. If you would like to help in a lesser capacity, please stand by; when the new maintainers get organized, they will set up channels for people to help in other ways. ----- End of forwarded message from Richard Stallman ----- From owner-freebsd-ports Wed Apr 24 23:45:39 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA20239 for ports-outgoing; Wed, 24 Apr 1996 23:45:39 -0700 (PDT) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA20233 for ; Wed, 24 Apr 1996 23:45:37 -0700 (PDT) Received: (from dwhite@localhost) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) id XAA11619; Wed, 24 Apr 1996 23:27:21 -0700 Date: Wed, 24 Apr 1996 23:27:21 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: ports@freebsd.org Subject: mh package has no POP support Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Next time you make the mh package, you may want to include the POP option so those of us who use Exmh can have POP mailboxes without having to build mh ourselves. Thanks! ps: I'm not subscribed to this list so please send replies directly to me. Thanky. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-ports Thu Apr 25 00:41:18 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23020 for ports-outgoing; Thu, 25 Apr 1996 00:41:18 -0700 (PDT) Received: from imsp004 (imsp004.netvigator.com [205.252.144.228]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA23015 for ; Thu, 25 Apr 1996 00:41:12 -0700 (PDT) Received: from princes (dial00010.netvigator.com) by imsp004 (5.x/SMI-SVR4) id AA22411; Thu, 25 Apr 1996 15:39:09 +0800 Message-Id: <317F2D19.2672@netvigator.com> Date: Thu, 25 Apr 1996 15:43:21 +0800 From: IMS Organization: Hong Kong Telecom X-Mailer: Mozilla 2.01E-HKT (Win95; I) Mime-Version: 1.0 To: ports@FreeBSD.ORG Subject: (no subject) X-Url: http://www.freebsd.org/ports/audio.html Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From owner-freebsd-ports Thu Apr 25 02:32:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA27886 for ports-outgoing; Thu, 25 Apr 1996 02:32:32 -0700 (PDT) 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 CAA27881 for ; Thu, 25 Apr 1996 02:32:29 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id CAA01345; Thu, 25 Apr 1996 02:30:22 -0700 (PDT) Date: Thu, 25 Apr 1996 02:30:22 -0700 (PDT) Message-Id: <199604250930.CAA01345@silvia.HIP.Berkeley.EDU> To: kuku@gilberto.physik.rwth-aachen.de CC: freebsd-ports@freebsd.org In-reply-to: <199604250536.HAA05815@gilberto.physik.rwth-aachen.de> (kuku@gilberto.physik.rwth-aachen.de) Subject: Re: ports/distfiles structuring From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * It seemed that distfiles is filled now with a flat bunch of tar.gz * balls plus a ports-like tree. I'm not sure if this is still a mess * with me here due to mirroring and suping or what mighht be the cause. That's the new variable DIST_SUBDIR at work. :) When this is set, the distfiles for that port is put into that subdirectory of /usr/ports/distfiles. It will also look into the same subdirectory of ftp.freebsd.org's backup distfiles dir. This is for ports that have many distfiles or have distfiles that have a very generic name (`Makefile', etc.). It shouldn't increase the size of your port tree, unless I forget to delete something from freefall's /usr/ports/distfiles. Let me know if you find duplicates. Satoshi From owner-freebsd-ports Fri Apr 26 01:36:41 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA23680 for ports-outgoing; Fri, 26 Apr 1996 01:36:41 -0700 (PDT) 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 BAA23673 Fri, 26 Apr 1996 01:36:34 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id BAA01607; Fri, 26 Apr 1996 01:36:32 -0700 (PDT) Date: Fri, 26 Apr 1996 01:36:32 -0700 (PDT) Message-Id: <199604260836.BAA01607@silvia.HIP.Berkeley.EDU> To: pst@freebsd.org CC: ports@freebsd.org Subject: tclX75 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What's going to happen to this port now that tcl75/tk41 came out of beta? It's sort of orphanated now. Satoshi From owner-freebsd-ports Fri Apr 26 21:04:59 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA24437 for ports-outgoing; Fri, 26 Apr 1996 21:04:59 -0700 (PDT) Received: from sinfonix.rz.tu-clausthal.de (sinfonix.rz.tu-clausthal.de [139.174.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA24422 for ; Fri, 26 Apr 1996 21:04:37 -0700 (PDT) Received: from cleopatra.rz.tu-clausthal.de (PQyANEEnDatmOhicKJ52B41Btx1s+uFN@cleo.rz.tu-clausthal.de [139.174.2.200]) by sinfonix.rz.tu-clausthal.de (8.7.5/8.6.12) with ESMTP id GAA10128 for ; Sat, 27 Apr 1996 06:04:14 +0200 (MET DST) From: Ronald Kuehn Received: (from inrk@localhost) by cleopatra.rz.tu-clausthal.de (8.7.5/8.7.3) id GAA26537 for ports@freebsd.org; Sat, 27 Apr 1996 06:03:57 +0200 (MET DST) Date: Sat, 27 Apr 1996 06:03:57 +0200 (MET DST) Message-Id: <199604270403.GAA26537@cleopatra.rz.tu-clausthal.de> To: ports@freebsd.org Subject: iMaze-1.3 port Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hello, I have made a port of iMaze-1.3 (from Hans-Ulrich Kiel and Joerg Czeranski) for the ports collection of FreeBSD. I uploaded it as "imaze-1.3-port.tar.gz" to "ftp://ftp.freebsd.org/pub/FreeBSD/incoming". If something is broken in the port please let me know. The Copyright does not allow to sell iMaze for profit but the authors usually grant permission to put it on CDROMs if they are asked. You can reach them via email to . What is it? =========== "iMaze is a multi-player network action game for TCP/IP with 3D graphics under X11 (XView or Motif). You run through a labyrinth and shoot everything that is round without being hit by other round anythings. Of course anything round is one of the following: * other players playing over the net * computer controlled ninjas * deadly shots (except your own) Features: * sophisticated, reliable network protocol, works even with SLIP connections via modem * windows can be freely scaled to avoid speed drawbacks due to poor display performance * modular, portable source code * scores * sound and joystick support" Copyright ========= Copyright (c) 1993-1996 by Hans-Ulrich Kiel and Joerg Czeranski Permission is granted to any individual or institution to use or copy iMaze so long that it is not sold for profit and that this copyright notice is retained. The source code of iMaze may ONLY be distributed in its original, unmodified state. Contributions and enhancements to iMaze will be appreciated, and should be sent to us. Bye, Ronald - -- Ronald Kuehn, TUC Rechenzentrum, Erzstrasse 51, D-38678 Clausthal-Zellerfeld kuehn@rz.tu-clausthal.de, "http://www.tu-clausthal.de/~inrk/", +49-5323-723896 PGP key available via pgp-public-keys@keys.pgp.net or from my WWW home page ********************** Crisis over, back to panic mode! ********************** -----BEGIN PGP SIGNATURE----- Version: 2.6.2i iQCVAwUBMYGcDVx7/LMRMeLpAQHLRgP/S0iXIWNppai5LCs4kMswvtMzNeuHRPpY KVGfvlmsQPhpwOsvDeqZW0F+A+SbYv77wn+fnojNTyJSFwNhnJzl3veNiJpIO+F6 ERlD9t6Cc65oGNicwk3vX7gKLEZRe3FV3B+AjXTuzliy4X5xSA5zylCgOWiF73ae uLcHgdaZaW4= =E+Ys -----END PGP SIGNATURE----- From owner-freebsd-ports Sat Apr 27 06:43:36 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17495 for ports-outgoing; Sat, 27 Apr 1996 06:43:36 -0700 (PDT) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA17488 for ; Sat, 27 Apr 1996 06:43:29 -0700 (PDT) Received: from grumble.grondar.za (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.7.5/8.7.3) with ESMTP id PAA23387; Sat, 27 Apr 1996 15:42:50 +0200 (SAT) Message-Id: <199604271342.PAA23387@grumble.grondar.za> To: dwhite@resnet.uoregon.edu cc: ports@freebsd.org Subject: Re: mh package has no POP support Date: Sat, 27 Apr 1996 15:42:49 +0200 From: Mark Murray Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White wrote: > Next time you make the mh package, you may want to include the POP option > so those of us who use Exmh can have POP mailboxes without having to > build mh ourselves. Thanks! > > ps: I'm not subscribed to this list so please send replies directly to > me. Thanky. What do the rest of you think? I know it was broken at some stage. If I can make a basic POP service work, how about it? M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-freebsd-ports Sat Apr 27 11:41:23 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA29327 for ports-outgoing; Sat, 27 Apr 1996 11:41:23 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA29321 for ; Sat, 27 Apr 1996 11:41:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id LAA08022; Sat, 27 Apr 1996 11:40:03 -0700 (PDT) To: Ronald Kuehn cc: ports@freebsd.org Subject: Re: iMaze-1.3 port In-reply-to: Your message of "Sat, 27 Apr 1996 06:03:57 +0200." <199604270403.GAA26537@cleopatra.rz.tu-clausthal.de> Date: Sat, 27 Apr 1996 11:40:03 -0700 Message-ID: <8020.830630403@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have made a port of iMaze-1.3 (from Hans-Ulrich Kiel and Joerg Czeranski) > for the ports collection of FreeBSD. I uploaded it as "imaze-1.3-port.tar.gz" > to "ftp://ftp.freebsd.org/pub/FreeBSD/incoming". Thanks - it's now in ports/games/imaze! > The Copyright does not allow to sell iMaze for profit but the authors > usually grant permission to put it on CDROMs if they are asked. > You can reach them via email to . I've set NO_CDROM on by default with this port until we hear from them. Thanks again for the fine port and game! Now we just need an official imaze server site in the U.S. :-) Jordan From owner-freebsd-ports Sat Apr 27 11:48:40 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA29563 for ports-outgoing; Sat, 27 Apr 1996 11:48:40 -0700 (PDT) Received: from phoenix.csie.nctu.edu.tw (phoenix.csie.nctu.edu.tw [140.113.17.171]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA29558 for ; Sat, 27 Apr 1996 11:48:35 -0700 (PDT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.235.250]) by phoenix.csie.nctu.edu.tw (8.7.5/8.6.4) with ESMTP id CAA20552 for ; Sun, 28 Apr 1996 02:48:27 +0800 (CST) Received: (from jdli@localhost) by FreeBSD.csie.NCTU.edu.tw (8.7.5/8.7.3) id CAA28253 for freebsd-ports@freebsd.org; Sun, 28 Apr 1996 02:47:48 +0800 (CST) From: Jian-Da Li Message-Id: <199604271847.CAA28253@FreeBSD.csie.NCTU.edu.tw> Subject: dos2unix, unix2dos ?! To: freebsd-ports@freebsd.org Date: Sun, 28 Apr 1996 02:47:48 +0800 (CST) X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi : I can't find dos2unix and unix2dos on freebsd, and I think maybe they are useful. If that won't be part of freebsd, please at least make it a port. Thanks softu1.ncu.edu.tw Location: /pub4/center4/lister/prism/prism FILE -r--r--r-- 1135 Feb 25 1993 dos2unix.c FILE -r--r--r-- 1077 Feb 25 1993 unix2dos.c -- 李 建 達 (Jian-Da Li) 交大資工 E-Mail : jdli@csie.nctu.edu.tw From owner-freebsd-ports Sat Apr 27 15:55:22 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA13852 for ports-outgoing; Sat, 27 Apr 1996 15:55:22 -0700 (PDT) Received: from jolt.eng.umd.edu (jolt.eng.umd.edu [129.2.102.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA13847 for ; Sat, 27 Apr 1996 15:55:20 -0700 (PDT) Received: from professor.eng.umd.edu (professor.eng.umd.edu [129.2.98.207]) by jolt.eng.umd.edu (8.7.5/8.7.3) with ESMTP id SAA06043 for ; Sat, 27 Apr 1996 18:55:17 -0400 (EDT) Received: (from chuckr@localhost) by professor.eng.umd.edu (8.7.5/8.7.3) id SAA27628; Sat, 27 Apr 1996 18:55:17 -0400 (EDT) Date: Sat, 27 Apr 1996 18:55:16 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@professor.eng.umd.edu To: FreeBSD-ports@FreeBSD.org Subject: fvwm 2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I am thinking that I want to give fvwm2 a try ... I'm a long term happy user of fvwm 1.24, and I was wondering if anyone else who's made the move would have any pointers on making it smooth? Do I just build fvwm2 in ports and install? Or do I need to move anything out of the way first? Thanks. BTW, I don't have any interest in emulating Windows, so I think I'll give fvwm95 a pass. ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-ports Sat Apr 27 16:47:45 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA16896 for ports-outgoing; Sat, 27 Apr 1996 16:47:45 -0700 (PDT) Received: from main.statsci.com (main.statsci.com [198.145.127.110]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA16888 for ; Sat, 27 Apr 1996 16:47:42 -0700 (PDT) Received: from statsci.com by main.statsci.com with smtp (Smail3.1.29.1 #3) id m0uDJiD-000r3sC; Sat, 27 Apr 96 16:47 PDT Message-Id: To: Mark Murray cc: dwhite@resnet.uoregon.edu, ports@freebsd.org Subject: Re: mh package has no POP support References: <199604271342.PAA23387@grumble.grondar.za> In-reply-to: Your message of "Sat, 27 Apr 1996 15:42:49 +0200." <199604271342.PAA23387@grumble.grondar.za> Reply-to: scott@statsci.com Date: Sat, 27 Apr 1996 16:47:36 -0700 From: Scott Blachowicz Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mark Murray wrote: > What do the rest of you think? I know it was broken at some stage. If > I can make a basic POP service work, how about it? I seem to vaguely remember that, at some point in time, if you added POP support, you lost "normal" use (that is, 'inc' would always try to use pop). That could just be a bad memory on my part, but it would not be good if that were the case. I also seem to (more recently) see mentions of '-no*pop' option(s). It'd be nice if it could be built in such a way that it would continue to work without changes for those of us that don't use POP. (yes, I know it'd be easy to go add a '-nopop' to MY .mh_profile, but if that were the only way, it'd generate a bunch of questions "hey! my 'inc' command doesn't work any more! what happened?"). Or maybe it should be (would be?) triggered by a 'pophost' entry in the lib/mtstailor file or some such? Scott Blachowicz Ph: 206/283-8802x240 Mathsoft (Data Analysis Products Div) 1700 Westlake Ave N #500 scott@statsci.com Seattle, WA USA 98109 Scott.Blachowicz@seaslug.org From owner-freebsd-ports Sat Apr 27 17:19:35 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19108 for ports-outgoing; Sat, 27 Apr 1996 17:19:35 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA19103 for ; Sat, 27 Apr 1996 17:19:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id RAA09109; Sat, 27 Apr 1996 17:18:46 -0700 (PDT) To: scott@statsci.com cc: Mark Murray , dwhite@resnet.uoregon.edu, ports@freebsd.org Subject: Re: mh package has no POP support In-reply-to: Your message of "Sat, 27 Apr 1996 16:47:36 PDT." Date: Sat, 27 Apr 1996 17:18:46 -0700 Message-ID: <9107.830650726@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I seem to vaguely remember that, at some point in time, if you added POP > support, you lost "normal" use (that is, 'inc' would always try to use > pop). That could just be a bad memory on my part, but it would not be > good if that were the case. Not in any current versions I've used - this is all configurable in the user specific MH configuration files. Jordan From owner-freebsd-ports Sat Apr 27 23:46:18 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA11657 for ports-outgoing; Sat, 27 Apr 1996 23:46:18 -0700 (PDT) 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 XAA11643 for ; Sat, 27 Apr 1996 23:46:12 -0700 (PDT) Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.12/8.6.9) id QAA10632; Sun, 28 Apr 1996 16:14:02 +0930 From: Michael Smith Message-Id: <199604280644.QAA10632@genesis.atrad.adelaide.edu.au> Subject: Re: dos2unix, unix2dos ?! To: jdli@FreeBSD.csie.NCTU.edu.tw (Jian-Da Li) Date: Sun, 28 Apr 1996 16:14:02 +0930 (CST) Cc: freebsd-ports@freebsd.org In-Reply-To: <199604271847.CAA28253@FreeBSD.csie.NCTU.edu.tw> from "Jian-Da Li" at Apr 28, 96 02:47:48 am MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jian-Da Li stands accused of saying: > > I can't find dos2unix and unix2dos on freebsd, and I think maybe > they are useful. If I remember correctly, these are the guys that convert crlf->lf and vice versa, correct? If so, this is best done using 'sed' or any of several other, system-standard utilities. It _might_ make sense to provide them as sample aliases in the default user template. > If that won't be part of freebsd, please at least make it a port. Nobody's stopping you from making them a port! -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[