From owner-freebsd-ports Sun Jul 20 07:55:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18978 for ports-outgoing; Sun, 20 Jul 1997 07:55:06 -0700 (PDT) Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA18964 for ; Sun, 20 Jul 1997 07:55:00 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.6/8.8.5) id KAA08406 for ports@freebsd.org; Sun, 20 Jul 1997 10:56:18 -0400 (EDT) Date: Sun, 20 Jul 1997 10:56:18 -0400 (EDT) From: "Justin M. Seger" Message-Id: <199707201456.KAA08406@freebsd.scds.com> To: ports@freebsd.org Subject: PR ports/3936 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This should be closed, perl5.004_01 has been ported. -Justin Seger- From owner-freebsd-ports Sun Jul 20 08:10:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA19588 for ports-outgoing; Sun, 20 Jul 1997 08:10:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA19579; Sun, 20 Jul 1997 08:10:02 -0700 (PDT) Date: Sun, 20 Jul 1997 08:10:02 -0700 (PDT) Message-Id: <199707201510.IAA19579@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: helbig@MX.BA-Stuttgart.De, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Sun, 20 Jul 1997 17:07:03 +0200 (MET DST) > * The "notifier: bad file number" message and subsequent segmentation > * fault still occurs on any xview-lib client if the 2.2.2- built > * xview-lib package is used. But this error only shows if the process > * uid is zero, i. e. if you launch the xview application as root. > > Really? I saw this before when I was running workman as non-root. Puh--finally someone else saw this phaenomenon! I already started to believe seeing things :-) It was just me and someone from the questions list that reported this xview-lib problem and everyone else said: ''works fine on my system''. So what I did on the 2.2.2 system (with XFree86-3.3): Grabbed the ports xview-{config|lib}.3.2.1, built and installed them without any problems--well I had to update to the latest revision of ports/x11/xview-lib/patches/patch-aa: ------cut------------------------------------------------------------- revision 1.4 date: 1997/06/11 12:11:14; author: asami; state: Exp; lines: +4 -4 Change "all: $(SRCS)" to "all:: $(SRCS)" to make XFree86-3.3 config files happy. ------cut------------------------------------------------------------- Installed the xvgr package from /cdrom/packages/graphics/xvgr. Started it--Crash This was all done as root. Started xvgr again as wolfgang(uid != 0)--No crash. Installed de.spinne-1.0.1 (remember, this is my wannabe port-- unlucky enough to use the xview-lib and to make me aware of this buggy library from the ancient times)--Same behaviour. (i. e. crash if run as root, no crash if run as wolfgang) Deleted all packages and reinstalled the packages from /cdrom. (2.2.1) Same behaviour. Deleted all packages and reinstalled the packages built on my 3.0 system in the by now updated XFree86-3.3 environment--no crashes as root and nonroot. So... The different behaviour of the xview library seems to be caused by differences in the building environment of 2.2.2 and -current. i. e. static libraries and/or /usr/share/mk ... It is not the ports themselves, it is not the XFree86-environment and it is not the runtime environment. > I don't think the PR should be closed. There is something wrong in O. k., I feel uneasy myself about closing this PR without fixing it. OTOH there was just one problem report (mine) regarding this bug and one message in the mailinglist mentioning it. Since it does not show if the xview packages are replaced by -current built ones it may already be fixed in 2.2-stable. As I don't have access to a 2.2-stable system, I cannot test and/or debug it. But most if not all committers do have access to 2.2-stable and some of you committers should be able to at least test it. Thanks for your time Wolfgang From owner-freebsd-ports Sun Jul 20 09:14:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA22125 for ports-outgoing; Sun, 20 Jul 1997 09:14:41 -0700 (PDT) Received: from Kryten.nina.org (port-55.ts1.gnv.fdt.net [205.229.51.55]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA22120 for ; Sun, 20 Jul 1997 09:14:37 -0700 (PDT) Received: from localhost (frankd@localhost) by Kryten.nina.org (8.8.5/8.8.5) with SMTP id MAA29348; Sun, 20 Jul 1997 12:14:27 -0400 (EDT) X-Authentication-Warning: Kryten.nina.org: frankd owned process doing -bs Date: Sun, 20 Jul 1997 12:14:27 -0400 (EDT) From: Frank Seltzer X-Sender: frankd@Kryten.nina.org To: Wolfgang Helbig cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x In-Reply-To: <199707201510.IAA19579@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 20 Jul 1997, Wolfgang Helbig wrote: > > * The "notifier: bad file number" message and subsequent segmentation > > * fault still occurs on any xview-lib client if the 2.2.2- built > > * xview-lib package is used. But this error only shows if the process > > * uid is zero, i. e. if you launch the xview application as root. > > > > Really? I saw this before when I was running workman as non-root. > Puh--finally someone else saw this phaenomenon! I already started > to believe seeing things :-) It was just me and someone from > the questions list that reported this xview-lib problem and everyone > else said: ''works fine on my system''. I am the one from the -questions list with the problem. I had the problem as root or non-root. --- > So what I did on the 2.2.2 system (with XFree86-3.3): Grabbed the > ports xview-{config|lib}.3.2.1, built and installed them without > any problems--well I had to update to the latest revision of > ports/x11/xview-lib/patches/patch-aa: --- > O. k., I feel uneasy myself about closing this PR without fixing > it. OTOH there was just one problem report (mine) regarding this > bug and one message in the mailinglist mentioning it. Since it does > not show if the xview packages are replaced by -current built ones > it may already be fixed in 2.2-stable. > > As I don't have access to a 2.2-stable system, I cannot test and/or > debug it. But most if not all committers do have access to 2.2-stable > and some of you committers should be able to at least test it. > > Thanks for your time > > Wolfgang > > I had this problem until Wolfgang built xview-lib and -config for me on his -current system. I have a stock 2.2.2 system that I can test fixes on if you like. I would make a good tester since I experienced this personally. Frank -- Only in America can a homeless veteran sleep in a cardboard box while a draft dodger sleeps in the White House - anonymous From owner-freebsd-ports Sun Jul 20 09:54:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA24019 for ports-outgoing; Sun, 20 Jul 1997 09:54:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA24004; Sun, 20 Jul 1997 09:53:54 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA09178; Sun, 20 Jul 1997 09:52:20 -0700 (PDT) Date: Sun, 20 Jul 1997 09:52:20 -0700 (PDT) Message-Id: <199707201652.JAA09178@freefall.freebsd.org> To: a00821@cc.hc.keio.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4035 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: jp-weblint97-0.12 State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Sun Jul 20 09:51:32 PDT 1997 State-Changed-Why: The port imported with some modification. From owner-freebsd-ports Sun Jul 20 10:39:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25854 for ports-outgoing; Sun, 20 Jul 1997 10:39:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA25845; Sun, 20 Jul 1997 10:39:47 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA09437; Sun, 20 Jul 1997 10:38:13 -0700 (PDT) Date: Sun, 20 Jul 1997 10:38:13 -0700 (PDT) Message-Id: <199707201738.KAA09437@freefall.freebsd.org> To: sanpei@yy.cs.keio.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4031 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port: jp-oleo State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Sun Jul 20 10:37:31 PDT 1997 State-Changed-Why: The port is imported with minor changes. From owner-freebsd-ports Sun Jul 20 11:09:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA27130 for ports-outgoing; Sun, 20 Jul 1997 11:09:46 -0700 (PDT) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA27125; Sun, 20 Jul 1997 11:09:40 -0700 (PDT) Received: from rhiannon.scsn.net ([208.133.153.55]) by mail.scsn.net (Post.Office MTA v3.1 release PO203a ID# 0-32322U5000L100S10000) with ESMTP id AAA120; Sun, 20 Jul 1997 14:00:01 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.6/8.8.5) id OAA00238; Sun, 20 Jul 1997 14:08:43 -0400 (EDT) Message-ID: <19970720140843.41112@scsn.net> Date: Sun, 20 Jul 1997 14:08:43 -0400 From: "Donald J. Maddox" To: jfitz@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: RAToolset Port Broken in -current? Reply-To: dmaddox@scsn.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is anybody else having problems with the ratoolset-3.5.2 port in -current? # roe Segmentation fault (core dumped) I rebuilt it to no avail... Compiles fine, coredumps on execution. From owner-freebsd-ports Sun Jul 20 12:00:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA28916 for ports-outgoing; Sun, 20 Jul 1997 12:00:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA28910; Sun, 20 Jul 1997 12:00:01 -0700 (PDT) Resent-Date: Sun, 20 Jul 1997 12:00:01 -0700 (PDT) Resent-Message-Id: <199707201900.MAA28910@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, gary@hotlava.com Received: from hotlava.com (RgvUOczCD/z4F/Z2hL+WCTN7ddQOdDuv@internal-mail.hotlava.com [193.67.124.74]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA28726 for ; Sun, 20 Jul 1997 11:53:25 -0700 (PDT) Received: (qmail 24150 invoked from network); 20 Jul 1997 18:53:23 -0000 Received: from smokey.hotlava.com (193.67.124.73) by internal-mail.hotlava.com with SMTP; 20 Jul 1997 18:53:23 -0000 Received: (qmail 14527 invoked from network); 20 Jul 1997 18:53:25 -0000 Received: from internal-mail.hotlava.net (?bfI5ElJhXbJi3+R4yjpbClRIxtShSm3I?@193.67.124.74) by smokey.hotlava.net with SMTP; 20 Jul 1997 18:53:25 -0000 Received: (from gary@localhost) by internal-mail.hotlava.net id UAA24144; Sun, 20 Jul 1997 20:53:21 +0200 (MET DST) Message-Id: <199707201853.UAA24144@internal-mail.hotlava.net> Date: Sun, 20 Jul 1997 20:53:21 +0200 (MET DST) From: gary@hotlava.com Reply-To: gary@hotlava.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4129: New port uploaded to incoming/sane.tar.gz Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4129 >Category: ports >Synopsis: New port uploaded to incoming/sane.tar.gz >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 20 12:00:00 PDT 1997 >Last-Modified: >Originator: Gary Howland >Organization: Hot Lava Consulting >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 20 12:20:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA29438 for ports-outgoing; Sun, 20 Jul 1997 12:20:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA29430; Sun, 20 Jul 1997 12:20:02 -0700 (PDT) Resent-Date: Sun, 20 Jul 1997 12:20:02 -0700 (PDT) Resent-Message-Id: <199707201920.MAA29430@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, pgiffuni@fps.biblos.unal.edu.co Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA29353; Sun, 20 Jul 1997 12:18:42 -0700 (PDT) Message-Id: <199707201918.MAA29353@hub.freebsd.org> Date: Sun, 20 Jul 1997 12:18:42 -0700 (PDT) From: pgiffuni@fps.biblos.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4130: URL update to cim port (Simula Compiler) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4130 >Category: ports >Synopsis: URL update to cim port (Simula Compiler) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 20 12:20:00 PDT 1997 >Last-Modified: >Originator: Pedro Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.2-Release >Environment: Non-relevant >Description: Address of master site has changed >How-To-Repeat: >Fix: Please use this URLs in the Makefile: ftp://ftp.ifi.uio.no/pub/cim/ ftp://sunsite.unc.edu/pub/Linux/devel/lang/simula (and mirrors) >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 20 14:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA02722 for ports-outgoing; Sun, 20 Jul 1997 14:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA02715; Sun, 20 Jul 1997 14:00:02 -0700 (PDT) Resent-Date: Sun, 20 Jul 1997 14:00:02 -0700 (PDT) Resent-Message-Id: <199707202100.OAA02715@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jseger@freebsd.scds.com Received: from freebsd.scds.com (scds.ziplink.net [206.15.128.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA02444 for ; Sun, 20 Jul 1997 13:50:33 -0700 (PDT) Received: (from jseger@localhost) by freebsd.scds.com (8.8.6/8.8.5) id QAA12290; Sun, 20 Jul 1997 16:51:13 -0400 (EDT) Message-Id: <199707202051.QAA12290@freebsd.scds.com> Date: Sun, 20 Jul 1997 16:51:13 -0400 (EDT) From: "Justin M. Seger" Reply-To: jseger@freebsd.scds.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4131: Upgrade of news/suck to version 3.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4131 >Category: ports >Synopsis: Upgrade of news/suck to version 3.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 20 14:00:01 PDT 1997 >Last-Modified: >Originator: Justin M. Seger >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Upgrade of news/suck from 2.6.2 to 3.5.0 I've emailed the MAINTAINER about this multiple times with no response, so I made the upgrade myself and changed the MAINTAINER to myself. >How-To-Repeat: >Fix: diff -Nru /usr/ports/news/suck/Makefile suck/Makefile --- /usr/ports/news/suck/Makefile Mon Nov 18 06:38:13 1996 +++ suck/Makefile Sun Jul 20 16:42:32 1997 @@ -6,15 +6,16 @@ # $Id: Makefile,v 1.3 1996/11/18 11:38:13 asami Exp $ # -DISTNAME= suck-2.6.2 +DISTNAME= suck-3.5.0 CATEGORIES= news MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ \ ftp://ftp.iis.u-tokyo.ac.jp/pub2/Linux/sources/sbin/ -MAINTAINER= graphite@taurus.bekkoame.or.jp +MAINTAINER= jseger@scds.com USE_GMAKE= yes -MAN1= suck.1 rpost.1 testhost.1 +HAS_CONFIGURE= yes +MAN1= suck.1 rpost.1 testhost.1 lmove.1 lpost.1 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.innxmit ${PREFIX}/sbin diff -Nru /usr/ports/news/suck/files/md5 suck/files/md5 --- /usr/ports/news/suck/files/md5 Sun Apr 7 04:15:28 1996 +++ suck/files/md5 Sun Jul 20 15:55:49 1997 @@ -1 +1 @@ -MD5 (suck-2.6.2.tar.gz) = e85997fff0da233a80764095770fa214 +MD5 (suck-3.5.0.tar.gz) = 78601d09d8a2b31c7c582a2ea8f4a454 diff -Nru /usr/ports/news/suck/patches/patch-aa suck/patches/patch-aa --- /usr/ports/news/suck/patches/patch-aa Sun Apr 7 04:15:30 1996 +++ suck/patches/patch-aa Sun Jul 20 16:33:41 1997 @@ -1,109 +1,29 @@ ---- Makefile.orig Sat Mar 30 06:01:40 1996 -+++ Makefile Fri Apr 5 22:50:49 1996 -@@ -5,15 +5,15 @@ - CC=gcc - - #stuff related to the executables (suck rpost testhost) --INSTALLDIR = /home/boby/doNews # location for the executables --INSTALL_OWNER=boby # user of the installed files --INSTALL_GROUP=users # group for the installed files -+INSTALLDIR = ${PREFIX}/bin # location for the executables -+INSTALL_OWNER=bin # user of the installed files -+INSTALL_GROUP=bin # group for the installed files - INSTALL_MODE=755 # mode for the installed files - - #stuff related to the man pages --MANDIR=/usr/man/man1 # location for the man pages --MAN_OWNER=root # owner of the man pages --MAN_GROUP=root # group for the man pages -+MANDIR=${PREFIX}/man/man1 # location for the man pages -+MAN_OWNER=bin # owner of the man pages -+MAN_GROUP=bin # group for the man pages - MAN_MODE=644 # mode for the man pages - - #XXGDB=1 # uncomment this to get it ready for use by xxgdb or gdb -@@ -27,8 +27,8 @@ - #USE_INNDBZ=1 # if your DBZ routines are part of libinn.a, also check INN_ stuff - - # If the INNDBZ stuff is not in the following locations, change this --INN_DBINC=-I/usr/src/inn/include --INN_LIBDIR=-L/usr/src/inn/lib -+INN_DBINC=-I${PORTSDIR}/news/inn/work/include -+INN_LIBDIR=-L${PORTSDIR}/news/inn/work/lib - INN_DBLIBS=-linn - - #---------------DON'T TOUCH BELOW HERE-------------------------------------- -@@ -85,7 +85,7 @@ - LINK = $(CC) - LIBS = -lm $(DBLIB) $(GPROFLIB) - OPTS = $(CFLAGS) $(GCC_FLAGS) $(DVERSION) $(DBOPTION) $(DBINC) --INSTALL = install -+INSTALL = install -c - - MAN = ./man - SAMPLE = ./sample -@@ -122,13 +122,13 @@ - - installbin: $(TARGETS) - mkdir -p $(INSTALLDIR) -- $(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_MODE) $(TARGETS) $(INSTALLDIR) -+ $(INSTALL) -s -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_MODE) $(TARGETS) $(INSTALLDIR) - - installman: $(MANPGS) - - $(INSTALL) -o $(MAN_OWNER) -g $(MAN_GROUP) -m $(MAN_MODE) $(MANPGS) $(MANDIR) +--- Makefile.in.orig Mon May 12 20:46:54 1997 ++++ Makefile.in Sun Jul 20 16:27:51 1997 +@@ -70,7 +70,7 @@ + DEFS = @DEFS@ -DHISTORY_FILE=\"$(HISTORYF)\" -DSUCK_VERSION=\"$(VERSION)\" $(DB_TYPE) + LIBS = @LIBS@ + +-prefix = @prefix@ ++prefix = ${PREFIX} + exec_prefix = @exec_prefix@ + bindir = $(exec_prefix)/bin + manext = 1 +@@ -131,7 +129,7 @@ + + install_bin: suck rpost testhost lmove + - mkdir -p $(bindir) +- - strip -s suck rpost testhost lmove ++ - strip -x suck rpost testhost lmove + $(INSTALL_PROGRAM) suck $(bindir)/suck + $(INSTALL_PROGRAM) rpost $(bindir)/rpost + $(INSTALL_PROGRAM) testhost $(bindir)/testhost +@@ -155,7 +153,7 @@ + $(MAKE) -C $(IMAN) + + install_lpost: lpost +- - strip -s lpost ++ - strip -x lpost + $(INSTALL_PROGRAM) lpost $(bindir)/lpost installall: install lpost -- $(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_MODE) $(LPOST_TARGET) $(INSTALLDIR) -+ $(INSTALL) -s -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m $(INSTALL_MODE) $(LPOST_TARGET) $(INSTALLDIR) - - $(INSTALL) -o $(MAN_OWNER) -g $(MAN_GROUP) -m $(MAN_MODE) $(LPOST_MANPGS) $(MANDIR) - - clean: ---- config.h.orig Sat Mar 30 11:57:59 1996 -+++ config.h Fri Apr 5 22:56:24 1996 -@@ -12,6 +12,10 @@ - /* #define DEBUG2 */ - /* #define DEBUG3 */ - -+/* BSD Option */ -+/* If system has no sys/param.h, comment this out */ -+#define _HAVE_PARAM_H -+ - /* TIMER Option */ - /* To see the approximate BPS while downloading articles, uncomment this */ - /* If you don't like it, or want a tiny speed increase, comment this out */ -@@ -19,7 +23,7 @@ - - /* If you don't EVER plan to use the KILLFILE stuff, comment this out for a slight speed increase */ - /* If you want to, or plan to, use the KILLFILE stuff, uncomment this */ --/* #define KILLFILE */ -+#define KILLFILE /**/ - - /* If you want the kill/keep file routine to keep articles that are both flagged as */ - /* delete and keep (either by matching both a delete group and a keep group, or by not matching */ -@@ -44,7 +48,7 @@ - /* as number of seconds before timeout */ - /* else, comment it out. If you comment it out, if link goes down */ - /* we'll just sit, twiddling our bits, until whenever. */ --#define TIMEOUT 30 -+#define TIMEOUT 90 - - /* signal which will interrupt us DON'T USE SIGKILL OR SIGSTOP */ - /* if you don't want to be able to abort, and a miniscule speed */ -@@ -66,7 +70,7 @@ - #define CHECK_HISTORY_EXP - - /* don't comment this out */ --#define HISTORY_FILE "/usr/lib/news/history" -+#define HISTORY_FILE "/usr/local/news/lib/history" - - /* If your system doesn't like the lock file stuff in suck.c */ - /* comment this out */ -@@ -106,7 +110,7 @@ - #define RPOST_MAXARGS 128 - - /* RNEWS program called by lpost */ --#define RNEWS "/usr/lib/news/rnews" -+#define RNEWS "/usr/local/bin/rnews" - - /* character used as a comment in sucknewsrc */ - #define SUCKNEWSRC_COMMENT_CHAR '#' diff -Nru /usr/ports/news/suck/patches/patch-ab suck/patches/patch-ab --- /usr/ports/news/suck/patches/patch-ab Sun Apr 7 04:15:31 1996 +++ suck/patches/patch-ab Sun Jul 20 16:16:15 1997 @@ -1,125 +1,10 @@ ---- suck.c.orig Sat Mar 30 11:27:51 1996 -+++ suck.c Fri Apr 5 23:01:42 1996 -@@ -11,6 +11,10 @@ - #include "suck.h" - #include "suckutils.h" +--- lmove.c.orig Sun Jul 20 16:15:43 1997 ++++ lmove.c Sun Jul 20 16:16:05 1997 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include -+#ifdef _HAVE_PARAM_H -+#include -+#endif -+ - #ifdef KILLFILE - #include "killfile.h" - #endif -@@ -511,7 +515,9 @@ - } - #endif - } -- fclose(ifp); -+ if( ifp != NULL ){ -+ fclose(ifp); -+ } - } - #ifdef KILLFILE - free_killfile(killp); -@@ -783,7 +789,11 @@ - } - if(retval == RETVAL_OK) { - /* first put #! rnews size */ -+#if (defined(BSD) && (BSD >= 199306)) -+ fprintf(fptr, "#! rnews %qd\n", sbuf.st_size); -+#else - fprintf(fptr, "#! rnews %ld\n", sbuf.st_size); -+#endif - - /* use fread/fwrite in case lines are longer than MAXLINLEN */ - while((i = fread(buf, 1, MAXLINLEN, fpin)) > 0) { ---- suckutils.c.orig Wed Mar 6 14:48:18 1996 -+++ suckutils.c Fri Apr 5 23:01:42 1996 -@@ -13,6 +13,10 @@ + #include "suck_config.h" #include "both.h" - #include "suckutils.h" - -+#ifdef _HAVE_PARAM_H -+#include -+#endif -+ - /*------------------------------------------------------------------------*/ - /* check if directory exists, if not, try to create it. */ - /* return TRUE if made/exists and can write to it */ -@@ -148,7 +152,11 @@ - lockfile = full_path(FP_GET, FP_TMPDIR, N_LOCKFILE); - if((f_lock = fopen(lockfile, "r")) != NULL) { - /* okay, let's try and see if this sucker is truly alive */ -+# if (defined(BSD) && (BSD >= 199306)) -+ fscanf(f_lock, "%ld", &pid); -+# else - fscanf(f_lock, "%d", &pid); -+# endif - fclose(f_lock); - if(pid <= 0) { - error_log(ERRLOG_REPORT, "Lock File %s , Invalid PID, aborting.\n", lockfile); -@@ -160,21 +168,37 @@ - else if(kill(pid, 0) == -1 && errno == ESRCH) { - /* no pid found */ - if(unlink(lockfile) == 0) { -+# if (defined(BSD) && (BSD >= 199306)) -+ error_log(ERRLOG_REPORT, "Lock File %s , stale PID %ld removed.\n", lockfile, pid); -+# else - error_log(ERRLOG_REPORT, "Lock File %s , stale PID %d removed.\n", lockfile, pid); -+# endif - } - else { -+# if (defined(BSD) && (BSD >= 199306)) -+ error_log(ERRLOG_REPORT, "Unable to remove Lock File %s , stale PID %d, Aborting.\n", lockfile, pid); -+# else - error_log(ERRLOG_REPORT, "Unable to remove Lock File %s , stale PID %d, Aborting.\n", lockfile, pid); -+# endif - retval = RETVAL_ERROR; - } - } - else { -+# if (defined(BSD) && (BSD >= 199306)) -+ error_log(ERRLOG_REPORT, "Lock File %s , PID %ld exists, aborting.\n", lockfile, pid); -+# else - error_log(ERRLOG_REPORT, "Lock File %s , PID %d exists, aborting.\n", lockfile, pid); -+# endif - retval = RETVAL_ERROR; - } - } - if(retval == RETVAL_OK) { - if((f_lock = fopen(lockfile, "w")) != NULL) { -+# if (defined(BSD) && (BSD >= 199306)) -+ fprintf(f_lock, "%ld", getpid()); -+# else - fprintf(f_lock, "%d", getpid()); -+# endif - fclose(f_lock); - } - else { ---- both.c.orig Wed Mar 6 14:48:28 1996 -+++ both.c Fri Apr 5 23:01:42 1996 -@@ -12,6 +12,10 @@ - #include "config.h" - #include "both.h" - -+#ifdef _HAVE_PARAM_H -+#include -+#endif -+ - #ifdef TIMEOUT - #include - #include -@@ -238,7 +242,12 @@ - if(i < 1) { - if(i == 0) { - /* in case recv has no data */ -+#if (defined(BSD) && (BSD >= 199306)) -+ /* I don't know, is this appropriate conversion */ -+ errno = ENOTCONN; -+#else - errno = ENODATA; -+#endif - } - MyPerror("Socket error"); - ret = -1; diff -Nru /usr/ports/news/suck/patches/patch-ac suck/patches/patch-ac --- /usr/ports/news/suck/patches/patch-ac Sun Apr 7 04:15:33 1996 +++ suck/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,51 +0,0 @@ ---- sample/get.news.innxmit.orig Sat Mar 30 11:43:37 1996 -+++ sample/get.news.innxmit Fri Apr 5 23:24:47 1996 -@@ -7,13 +7,17 @@ - REMOTE_HOST=news.pixi.com - LOCAL_HOST=localhost - --SPOOLDIR=/usr/spool/news # base directory for articles to be rposted --NEWSDIR=/usr/lib/news # base directory for news binaries --BINDIR=/home/boby/doNews # base directory for suck rpost and scripts -+if [ -d /var/spool/news ] && [ ! -d /var/news ]; then -+ SPOOLDIR=/var/spool/news # base directory for articles to be rposted -+else -+ SPOOLDIR=/var/news -+fi -+NEWSDIR=/usr/local/news # base directory for news binaries -+BINDIR=/usr/local/bin # base directory for suck rpost and scripts - --TMPDIR=${BINDIR} # location for suck.* files --DATADIR=${BINDIR} # location of sucknewsrc and killfile --MSGDIR=${BINDIR}/Msgs # where to put MultiFile articles when getting them -+TMPDIR=/var/tmp # location for suck.* files -+DATADIR=/usr/local/etc # location of sucknewsrc and killfile -+MSGDIR=${TMPDIR}/Msgs # where to put MultiFile articles when getting them - - BATCHFILE=${TMPDIR}/batch # Name of batchfile to build for rnews or innxmit - SITE=pixi # name of site ---- sample/get.news.rnews.orig Sat Mar 30 11:44:28 1996 -+++ sample/get.news.rnews Fri Apr 5 23:32:48 1996 -@@ -8,13 +8,17 @@ - REMOTE_HOST=news.pixi.com - LOCAL_HOST=localhost - --SPOOLDIR=/usr/spool/news # base directory for articles to be rposted -+if [ -d /var/spool/news ] && [ ! -d /var/news ]; then -+ SPOOLDIR=/var/spool/news # base directory for articles to be rposted -+else -+ SPOOLDIR=/var/news -+fi - NEWSDIR=/usr/lib/news # base directory for news binaries --BINDIR=/home/boby/doNews # base directory for suck rpost and scripts -+BINDIR=/usr/local/bin # base directory for suck rpost and scripts - --TMPDIR=${BINDIR} # location for suck.* files --DATADIR=${BINDIR} # location of sucknewsrc and killfile --MSGDIR=${BINDIR}/Msgs # where to put MultiFile articles when getting them -+TMPDIR=/var/tmp # location for suck.* files -+DATADIR=/usr/local/etc # location of sucknewsrc and killfile -+MSGDIR=${TMPDIR}/Msgs # where to put MultiFile articles when getting them - - BATCHFILE=${TMPDIR}/batch # Name of batchfile to build for rnews or innxmit - OUTGOING=${SPOOLDIR}/out.going/pixi # location of the list of articles to upload diff -Nru /usr/ports/news/suck/pkg/PLIST suck/pkg/PLIST --- /usr/ports/news/suck/pkg/PLIST Sun Mar 31 18:19:18 1996 +++ suck/pkg/PLIST Sun Jul 20 16:46:01 1997 @@ -2,11 +2,14 @@ bin/rpost bin/testhost bin/put.news +bin/lmove sbin/get.news.innxmit sbin/get.news.rnews etc/suckkillfile.sample etc/sucknewsrc.sample etc/suckothermsgs.sample +man/man1/lmove.1.gz +man/man1/lpost.1.gz man/man1/suck.1.gz man/man1/rpost.1.gz man/man1/testhost.1.gz >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 20 17:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA08782 for ports-outgoing; Sun, 20 Jul 1997 17:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA08767; Sun, 20 Jul 1997 17:00:01 -0700 (PDT) Date: Sun, 20 Jul 1997 17:00:01 -0700 (PDT) Message-Id: <199707210000.RAA08767@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/4127: netscape-3.01: get rid of bogus error message Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4127; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@FreeBSD.ORG, helbig@MX.BA-Stuttgart.De Cc: Subject: Re: ports/4127: netscape-3.01: get rid of bogus error message Date: Sun, 20 Jul 1997 16:51:00 -0700 (PDT) * During startup the following bogus message is printed: * * netscape.bin: locale `de_DE.ISO_8859-1' not supported by Xlib; * trying `C'. I don't think that is bogus. It is not supported. * +unset LANG Um, now *this* is most certainly bogus. I'm sure Andrey has something to say about that. :) Satoshi From owner-freebsd-ports Sun Jul 20 17:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA08789 for ports-outgoing; Sun, 20 Jul 1997 17:00:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA08775; Sun, 20 Jul 1997 17:00:02 -0700 (PDT) Date: Sun, 20 Jul 1997 17:00:02 -0700 (PDT) Message-Id: <199707210000.RAA08775@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3924: de.spinne-1.0.0 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3924; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: helbig@ba-stuttgart.de Cc: freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3924: de.spinne-1.0.0 Date: Sun, 20 Jul 1997 16:52:46 -0700 (PDT) * In the meantime I upgraded to de.spinne-1.0.1 - minor bugfixes. * So de.spinne-1.0.0 should not be installed anymore. * The port and distfile are put at * ftp.ba-stuttgart.de/pub/FreeBSD. You may want to grab the latest port of "portlint" and try running it on yours. By the way, did we decide where to put this port? (When the last discussion happened, nobody bothered changing the CC: address so there's nothing in the audit-trail....) Satoshi From owner-freebsd-ports Sun Jul 20 19:30:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA16200 for ports-outgoing; Sun, 20 Jul 1997 19:30:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA16189; Sun, 20 Jul 1997 19:30:04 -0700 (PDT) Resent-Date: Sun, 20 Jul 1997 19:30:04 -0700 (PDT) Resent-Message-Id: <199707210230.TAA16189@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, toshio@aniani.com Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA15841; Sun, 20 Jul 1997 19:23:40 -0700 (PDT) Message-Id: <199707210223.TAA15841@hub.freebsd.org> Date: Sun, 20 Jul 1997 19:23:40 -0700 (PDT) From: toshio@aniani.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4132: I could not install pnmrotate from netpbm-94.3.1.tgz tarball file. Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4132 >Category: ports >Synopsis: I could not install pnmrotate from netpbm-94.3.1.tgz tarball file. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 20 19:30:01 PDT 1997 >Last-Modified: >Originator: Toshio Tachibana >Organization: ani & tako company >Release: 2.2.1-RELEASE >Environment: FreeBSD wrl.eni.co.jp 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE #0: Thu May 22 23:34:1 8 JST 1997 toshio@wrl.eni.co.jp:/usr/src/sys/compile/WRL i386 >Description: I tryed install netpbm-94.3.1.tgz from /stand/sysinstall. But one command "pnmrotate" is not install from packages. I checked it PLIST file then result I can not find pnmrotate. Next I try make from ports, I succesfull install pnmrotate. I did test pnmrotate and I got a good result. I check 2.2.2 of this packages, I think it have same problem. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 20 20:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA17939 for ports-outgoing; Sun, 20 Jul 1997 20:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA17928; Sun, 20 Jul 1997 20:10:02 -0700 (PDT) Resent-Date: Sun, 20 Jul 1997 20:10:02 -0700 (PDT) Resent-Message-Id: <199707210310.UAA17928@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dbader@bean.umiacs.umd.edu Received: from bean.umiacs.umd.edu (annex8-50.dial.umd.edu [128.8.22.194]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA17846 for ; Sun, 20 Jul 1997 20:09:45 -0700 (PDT) Received: (from dbader@localhost) by bean.umiacs.umd.edu (8.8.6/8.8.5) id XAA22439; Sun, 20 Jul 1997 23:09:43 -0400 (EDT) Message-Id: <199707210309.XAA22439@bean.umiacs.umd.edu> Date: Sun, 20 Jul 1997 23:09:43 -0400 (EDT) From: "David A. Bader" Reply-To: dbader@bean.umiacs.umd.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4133: new port: mpich.tar.gz Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4133 >Category: ports >Synopsis: new port: mpich.tar.gz >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 20 20:10:01 PDT 1997 >Last-Modified: >Originator: David A. Bader >Organization: Institute for Advanced Computer Studies (UMIACS), Univ of Maryland, College Park >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: New port for MPI (message passing interface). The public domain port "mpich" is in ftp://ftp.freebsd.org/pub/FreeBSD/incoming/mpich.tar.gz >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 20 20:19:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA18607 for ports-outgoing; Sun, 20 Jul 1997 20:19:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA18596; Sun, 20 Jul 1997 20:19:24 -0700 (PDT) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA12541; Sun, 20 Jul 1997 20:17:47 -0700 (PDT) Date: Sun, 20 Jul 1997 20:17:47 -0700 (PDT) Message-Id: <199707210317.UAA12541@freefall.freebsd.org> To: pgiffuni@fps.biblos.unal.edu.co, obrien@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: ports/4130 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: URL update to cim port (Simula Compiler) State-Changed-From-To: open-closed State-Changed-By: obrien State-Changed-When: Sun Jul 20 20:16:18 PDT 1997 State-Changed-Why: Port updated. Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Sun Jul 20 20:16:18 PDT 1997 Responsible-Changed-Why: did the updateing From owner-freebsd-ports Sun Jul 20 21:08:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA20526 for ports-outgoing; Sun, 20 Jul 1997 21:08:17 -0700 (PDT) Received: from ecsnet.com (qmailr@mercury.ecsnet.com [208.6.184.226]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA20506 for ; Sun, 20 Jul 1997 21:08:08 -0700 (PDT) Received: (qmail 654 invoked from network); 21 Jul 1997 04:08:06 -0000 Received: from mars.ecsnet.com (root@208.6.184.228) by mercury.ecsnet.com with SMTP; 21 Jul 1997 04:08:06 -0000 Received: from localhost by mars.ecsnet.com with smtp id m0wq9lV-000Yf7C (Debian Smail-3.2 1996-Jul-4 #2); Mon, 21 Jul 1997 04:08:05 +0000 (GMT) Date: Mon, 21 Jul 1997 04:08:05 +0000 (GMT) From: Mark Evans To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Porting Faircom's c-tree Plus to FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone ported Faircom's c-tree Plus to FreeBSD? I have a need to compile some program's under FreeBSD that use c-tree Plus. I would appreciate it if someone who has already ported it could provide me with their makefile and ctclib.c. If not, I'll probably end up porting it in the next few weeks. Please cc: answers to me directly. Thank you! -- Mark Evans mevans@ecsnet.com From owner-freebsd-ports Sun Jul 20 23:28:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA25554 for ports-outgoing; Sun, 20 Jul 1997 23:28:29 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA25503; Sun, 20 Jul 1997 23:27:42 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wqBpo-000111-00; Sun, 20 Jul 1997 23:20:40 -0700 Date: Sun, 20 Jul 1997 23:20:39 -0700 (PDT) From: Tom Samplonius To: ports@freebsd.org cc: peter@freebsd.org Subject: gated and ethernet alias addresses Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Adding an interface alias with a netmask of 255.255.255.255 caused gated to die with a signal 6 (gated is 3.5.5 from ports on a 2.2-stable system). If the netmask is not 255.255.255.255, gated doesn't die, but OSPF doesn't work correctly. Does gated support secondary addresses on an interface? Basically, I want to add an alias address (secondary address) on ed0 in a different subnet than the primary address, and be able to export the route to this secondary address via OSPF. Tom From owner-freebsd-ports Sun Jul 20 23:37:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA25869 for ports-outgoing; Sun, 20 Jul 1997 23:37:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA25863; Sun, 20 Jul 1997 23:37:44 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA13064; Sun, 20 Jul 1997 23:36:05 -0700 (PDT) Date: Sun, 20 Jul 1997 23:36:05 -0700 (PDT) Message-Id: <199707210636.XAA13064@freefall.freebsd.org> To: helbig@MX.BA-Stuttgart.De, jkh@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3927 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xview library fails on -current and on 2.2.x State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Sun Jul 20 23:35:49 PDT 1997 State-Changed-Why: Author indicates that this problem should be closed. From owner-freebsd-ports Sun Jul 20 23:44:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA26064 for ports-outgoing; Sun, 20 Jul 1997 23:44:28 -0700 (PDT) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA26056 for ; Sun, 20 Jul 1997 23:44:19 -0700 (PDT) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.5/8.8.5) with ESMTP id IAA01451; Mon, 21 Jul 1997 08:44:11 +0200 (CEST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.6/8.8.5) id IAA03766; Mon, 21 Jul 1997 08:44:10 +0200 (CEST) To: asami@cs.berkeley.edu (Satoshi Asami) Cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/3924: de.spinne-1.0.0 References: <199707210000.RAA08775@hub.freebsd.org> From: Thomas Gellekum Date: 21 Jul 1997 08:44:09 +0200 In-Reply-To: asami@cs.berkeley.edu's message of Sun, 20 Jul 1997 17:00:02 -0700 (PDT) Message-ID: <8790z0lxae.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 10 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@cs.berkeley.edu (Satoshi Asami) writes: > > By the way, did we decide where to put this port? (When the last > discussion happened, nobody bothered changing the CC: address so > there's nothing in the audit-trail....) Currently the only documentation is in german. Do you think this warrants a seperate category? tg From owner-freebsd-ports Mon Jul 21 00:30:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA27649 for ports-outgoing; Mon, 21 Jul 1997 00:30:25 -0700 (PDT) Received: from portal.wee.com (portal.wee.com [205.178.11.194]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA27643 for ; Mon, 21 Jul 1997 00:30:22 -0700 (PDT) Received: from humble-server (humble.wee.org [205.178.11.195]) by portal.wee.com (8.6.12/8.6.12) with SMTP id AAA28677 Message-ID: <33D30F53.6624@inCommon.com> Date: Mon, 21 Jul 1997 00:27:15 -0700 From: "Jay L. Verkler" X-Mailer: Mozilla 3.0 (WinNT; I) MIME-Version: 1.0 To: ports@FreeBSD.ORG, support@Hughes.com.au Subject: minor issues with msql 2.0-rel install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had two small issues of which you may wish to be aware: - the name of the current download source gz is not what the Freebsd ports install expects. Namely, the ports install expects: msql-2.0-rel.tar.gz, and the current download is: msql-2_0-rel_tar.gz. Once I changed the filename, the install continued. Please correct me if I did something out of ignorance. - between installing msql-beta7 and release, I upgraded from perl4 to perl 5.002 (which is now out-of-date). The script in /usr/ports/databases/msql/scripts/check_old_version appears to work in with perl4 but with perl5 it generates an error about invalid number of args to "closedir". Once closedir; (on line 10 or so) is modified to be "closedir(DIR);" it works fine. Thought you might want to know... Thanks From owner-freebsd-ports Mon Jul 21 01:02:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA29002 for ports-outgoing; Mon, 21 Jul 1997 01:02:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA28983; Mon, 21 Jul 1997 01:02:25 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA13729; Mon, 21 Jul 1997 01:00:46 -0700 (PDT) Date: Mon, 21 Jul 1997 01:00:46 -0700 (PDT) Message-Id: <199707210800.BAA13729@freefall.freebsd.org> To: itojun@itojun.org, jkh@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3936 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: perl 5.004_01 is already available State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Jul 21 01:00:32 PDT 1997 State-Changed-Why: Port is imported. From owner-freebsd-ports Mon Jul 21 01:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA00985 for ports-outgoing; Mon, 21 Jul 1997 01:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA00940; Mon, 21 Jul 1997 01:40:02 -0700 (PDT) Date: Mon, 21 Jul 1997 01:40:02 -0700 (PDT) Message-Id: <199707210840.BAA00940@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3924: de.spinne-1.0.0 Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3924; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: helbig@ba-stuttgart.de, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3924: de.spinne-1.0.0 Date: Mon, 21 Jul 1997 10:37:01 +0200 (MET DST) > * In the meantime I upgraded to de.spinne-1.0.1 - minor bugfixes. > * So de.spinne-1.0.0 should not be installed anymore. > * The port and distfile are put at > * ftp.ba-stuttgart.de/pub/FreeBSD. > > You may want to grab the latest port of "portlint" and try running it > on yours. O. k. > By the way, did we decide where to put this port? (When the last > discussion happened, nobody bothered changing the CC: address so > there's nothing in the audit-trail....) Hmm, sorry about that. Wolfram suggested to put it in a new collection ports/german. I didn't like that idea too much, since spinne's `de' is considered a deficiency of the software--the authors are just to lazy to translate the docs and online helps to English. This deficiency should not give birth to a new collection. I suggested a new collection like ports/informatics or ports/computerscience, that includes software used and written by computer science students. (compiler/interpreter of strange languages (Pascal), Turing Machines, visual MIXAL ...) This would be a proper place to put spinne in *and* it would help FreeBSD spreading on the campus. That's all. Wolfgang From owner-freebsd-ports Mon Jul 21 02:10:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA02199 for ports-outgoing; Mon, 21 Jul 1997 02:10:16 -0700 (PDT) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA02190 for ; Mon, 21 Jul 1997 02:10:10 -0700 (PDT) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.5/8.8.5) with ESMTP id LAA01816; Mon, 21 Jul 1997 11:10:08 +0200 (CEST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.6/8.8.5) id LAA05524; Mon, 21 Jul 1997 11:10:07 +0200 (CEST) To: Wolfgang Helbig Cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/3924: de.spinne-1.0.0 References: <199707210840.BAA00940@hub.freebsd.org> From: Thomas Gellekum Date: 21 Jul 1997 11:10:06 +0200 In-Reply-To: Wolfgang Helbig's message of Mon, 21 Jul 1997 01:40:02 -0700 (PDT) Message-ID: <8767u4lqj5.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 16 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfgang Helbig writes: > > I suggested a new collection like ports/informatics or > ports/computerscience, that includes software used and written by > computer science students. Most of the ports is probably written by CS students. > (compiler/interpreter of strange > languages (Pascal), Turing Machines, visual MIXAL ...) These would go into `lang'. I'd put it into `cad' as spinne-1.0.1. tg From owner-freebsd-ports Mon Jul 21 03:28:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA05271 for ports-outgoing; Mon, 21 Jul 1997 03:28:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA05220; Mon, 21 Jul 1997 03:28:01 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA14392; Mon, 21 Jul 1997 03:26:20 -0700 (PDT) Date: Mon, 21 Jul 1997 03:26:20 -0700 (PDT) Message-Id: <199707211026.DAA14392@freefall.freebsd.org> To: toshio@aniani.com, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: ports/4132 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: I could not install pnmrotate from netpbm-94.3.1.tgz tarball file. State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Mon Jul 21 03:25:05 PDT 1997 State-Changed-Why: Fixed port (added pnmrotate and a few other missing programs/manpages) in PLIST. Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: asami Responsible-Changed-When: Mon Jul 21 03:25:05 PDT 1997 Responsible-Changed-Why: The person who screwed up in the first place. From owner-freebsd-ports Mon Jul 21 03:50:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06376 for ports-outgoing; Mon, 21 Jul 1997 03:50:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA06321; Mon, 21 Jul 1997 03:49:58 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA14591; Mon, 21 Jul 1997 03:48:17 -0700 (PDT) Date: Mon, 21 Jul 1997 03:48:17 -0700 (PDT) Message-Id: <199707211048.DAA14591@freefall.freebsd.org> To: helbig@MX.BA-Stuttgart.De, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3927 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: xview library fails on -current and on 2.2.x State-Changed-From-To: closed-open State-Changed-By: asami State-Changed-When: Mon Jul 21 03:47:34 PDT 1997 State-Changed-Why: The real problem is not even found. From owner-freebsd-ports Mon Jul 21 03:53:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06454 for ports-outgoing; Mon, 21 Jul 1997 03:53:04 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca18-12.ix.netcom.com [204.32.168.204]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA06448; Mon, 21 Jul 1997 03:52:58 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id DAA22575; Mon, 21 Jul 1997 03:52:51 -0700 (PDT) Date: Mon, 21 Jul 1997 03:52:51 -0700 (PDT) Message-Id: <199707211052.DAA22575@silvia.HIP.Berkeley.EDU> To: jlv@inCommon.com CC: ports@freebsd.org, support@Hughes.com.au, jfitz@freebsd.org In-reply-to: <33D30F53.6624@inCommon.com> (jlv@inCommon.com) Subject: Re: minor issues with msql 2.0-rel install From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please CC: the maintainer for reports as below. Satoshi ------- * Date: Mon, 21 Jul 1997 00:27:15 -0700 * From: "Jay L. Verkler" * * I had two small issues of which you may wish to be aware: * * - the name of the current download source gz is not what the Freebsd * ports install expects. Namely, the ports install expects: * msql-2.0-rel.tar.gz, and the current download is: * msql-2_0-rel_tar.gz. * * Once I changed the filename, the install continued. Please correct me * if I did something out of ignorance. * * * - between installing msql-beta7 and release, I upgraded from perl4 to * perl 5.002 (which is now out-of-date). The script in * /usr/ports/databases/msql/scripts/check_old_version appears to work in * with perl4 but with perl5 it generates an error about invalid number of * args to "closedir". Once closedir; (on line 10 or so) is modified to be * "closedir(DIR);" it works fine. * * Thought you might want to know... * * Thanks * * From owner-freebsd-ports Mon Jul 21 04:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08115 for ports-outgoing; Mon, 21 Jul 1997 04:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08107; Mon, 21 Jul 1997 04:30:02 -0700 (PDT) Date: Mon, 21 Jul 1997 04:30:02 -0700 (PDT) Message-Id: <199707211130.EAA08107@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3924: de.spinne-1.0.0 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3924; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: helbig@MX.BA-Stuttgart.De Cc: helbig@ba-stuttgart.de, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3924: de.spinne-1.0.0 Date: Mon, 21 Jul 1997 04:21:31 -0700 (PDT) * Hmm, sorry about that. Wolfram suggested to put it in a new collection * ports/german. I didn't like that idea too much, since spinne's `de' * is considered a deficiency of the software--the authors are just to * lazy to translate the docs and online helps to English. This * deficiency should not give birth to a new collection. I think it's fine to put it in "german" if the extent of the lack of documentation makes it impossible for non-German-speaking users to use it. BTW, I don't think we should celebrate the creation of the new collection with a fanfare if that's the reason, but you never know what will come of it. For instance, I've been asking (for years, literally) Korean users to submit ports so we can create a "korean" category. Well, none came, and when itojun submitted a bunch of multi-lingual nvi ports, it included Korean support, so a new category was created. I also put Wnn in there because it was looking so lonely (it was basically just a #define change from japanese/Wnn). However, there were a couple of ambitious Korean hackers that got encouraged by the addition of the new category and the next thing we know, there were dozens of new ports in our gnats database. The korean category is one of our largest now, with 28 ports. * I suggested a new collection like ports/informatics or * ports/computerscience, that includes software used and written by * computer science students. (compiler/interpreter of strange * languages (Pascal), Turing Machines, visual MIXAL ...) This would * be a proper place to put spinne in *and* it would help FreeBSD * spreading on the campus. As Thomas said, these can just go to lang or cad or whatever. Satoshi From owner-freebsd-ports Mon Jul 21 04:52:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA09137 for ports-outgoing; Mon, 21 Jul 1997 04:52:49 -0700 (PDT) Received: from eiche.bik-gmbh.de (eiche.bik-gmbh.de [194.233.237.94]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA09126 for ; Mon, 21 Jul 1997 04:52:45 -0700 (PDT) Received: (from lgk@localhost) by eiche.bik-gmbh.de (8.8.5/8.8.5) id NAA00300; Mon, 21 Jul 1997 13:51:48 +0200 (CEST) Date: Mon, 21 Jul 1997 13:51:48 +0200 (CEST) From: Lars Gerhard Kuehl Message-Id: <199707211151.NAA00300@eiche.bik-gmbh.de> To: helbig@MX.BA-Stuttgart.De, asami@cs.berkeley.edu, ports@freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > * The "notifier: bad file number" message and subsequent segmentation > > * fault still occurs on any xview-lib client if the 2.2.2- built > > * xview-lib package is used. But this error only shows if the process > > * uid is zero, i. e. if you launch the xview application as root. > > > > Really? I saw this before when I was running workman as non-root. > > Puh--finally someone else saw this phaenomenon! I already started > to believe seeing things :-) It was just me and someone from > the questions list that reported this xview-lib problem and everyone > else said: ''works fine on my system''. Well, that looks quite more complicated to me: After an upgrade to 2.2.2-RELEASE I saw all xview clients crashing in notify_start() quite independent on the uid. Curiously this does not happen if the programs are called in the CDE - so far the uid is not 0. ;-) The crashes are caused by a damaged stack, the return address from (randomly different) functions called by notify_start() is 0x0. The proplems arose without installing new xview binaries, even the libs were the same which could be used under 2.2.1-RELEASE flawlessly. I tried that with XF86-3.3 libs, older 3.2 libs and the X libraries delivered with CDE 1.0.10, I reinstalled and rebuilt the xview libs and clients - the scarcely desired behaviour does not change. BTW, since installing 2.2.2-RELEASE kaffe is crashing, but haven't yet spent any time to investigate it. And not to forget all that happens only on a single machine. I can access several others running 2.2.2-RELEASE, where all xview applications and kaffe work as expected. Happy investigations :-) Lars From owner-freebsd-ports Mon Jul 21 07:25:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA15388 for ports-outgoing; Mon, 21 Jul 1997 07:25:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA15368; Mon, 21 Jul 1997 07:24:55 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA16850; Mon, 21 Jul 1997 07:23:14 -0700 (PDT) Date: Mon, 21 Jul 1997 07:23:14 -0700 (PDT) Message-Id: <199707211423.HAA16850@freefall.freebsd.org> To: wes@bogon.net, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4125 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: TCP Wrapper port doesn't respect ${PREFIX} State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Jul 21 07:21:55 PDT 1997 State-Changed-Why: I fixed the problem by changing PREFIX=/usr/local to PREFIX?=/usr/local in the patch to Makefile (patch-aa). From owner-freebsd-ports Mon Jul 21 07:58:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA17347 for ports-outgoing; Mon, 21 Jul 1997 07:58:37 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA17341 for ; Mon, 21 Jul 1997 07:58:35 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id KAA13901 for ; Mon, 21 Jul 1997 10:58:12 GMT Date: Mon, 21 Jul 1997 10:58:12 +0000 (GMT) From: "Jonathan A. Zdziarski" To: freebsd-ports@freebsd.org Subject: News Revisited Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK. Running inn. Set up fine, works fine, only our links with other people aren't working - we're getting no news coming in from uunet or anywhere else. nntplink is set up and working (you can see the proc's running), and its saving to in.coming, but the messages are not saving to our disk. I've so far had to learn inn in a total of about 10 hours of work, so I'm not familiar with how this process works. Anybody have any bright ideas on how to get this going/check to see if its configured properly? ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Mon Jul 21 09:20:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21466 for ports-outgoing; Mon, 21 Jul 1997 09:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA21394; Mon, 21 Jul 1997 09:19:54 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA01336; Mon, 21 Jul 1997 09:18:12 -0700 (PDT) Date: Mon, 21 Jul 1997 09:18:12 -0700 (PDT) Message-Id: <199707211618.JAA01336@freefall.freebsd.org> To: narvi@haldjas.folklore.ee, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3976 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port - tclCheck State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Jul 21 09:16:10 PDT 1997 State-Changed-Why: The port imported with some modification which include: - change place to install the doc from share/tclCheck to share/doc/tclCheck. (This is the standard location.) - Install the docs only when NOPORTDOCS isn't defined. From owner-freebsd-ports Mon Jul 21 09:28:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21774 for ports-outgoing; Mon, 21 Jul 1997 09:28:12 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA21765 for ; Mon, 21 Jul 1997 09:28:05 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id MAA18425; Mon, 21 Jul 1997 12:27:45 GMT Date: Mon, 21 Jul 1997 12:27:45 +0000 (GMT) From: "Jonathan A. Zdziarski" To: Nathan Stratton cc: freebsd-ports@freebsd.org Subject: News Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Found abunch of these: Jul 21 09:57:08.691 + news-out.internetmci.com <869262972snz@cj4386.demon.co.uk> 9401 nntp-in.uu.net netrail.news.xara.net arther.castle.net news.bconnex.net netrail.net.in.netnews.com OVERVIEW! news.metrolink.net news-in.lyceum.com Any idea what that means? ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Mon Jul 21 09:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21904 for ports-outgoing; Mon, 21 Jul 1997 09:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21898; Mon, 21 Jul 1997 09:30:03 -0700 (PDT) Date: Mon, 21 Jul 1997 09:30:03 -0700 (PDT) Message-Id: <199707211630.JAA21898@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3924: de.spinne-1.0.0 Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3924; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/3924: de.spinne-1.0.0 Date: Mon, 21 Jul 1997 18:28:58 +0200 (MET DST) > * Hmm, sorry about that. Wolfram suggested to put it in a new collection > * ports/german. I didn't like that idea too much, since spinne's `de' > * is considered a deficiency of the software--the authors are just to > * lazy to translate the docs and online helps to English. This > * deficiency should not give birth to a new collection. > > I think it's fine to put it in "german" if the extent of the lack of > documentation makes it impossible for non-German-speaking users to use > it. O. k. So let's put it in "german". As soon as I've some time--after cleanly closing the xview-lib PR-- I'll try the portlint package on spinne and put the new port back on ftp.ba-stuttgart.de. (I don't want to fill up the ftp.FreeBSD.org disks with zillions of spinne-versions) > As Thomas said, these can just go to lang or cad or whatever. Agreed, but not spinne since its docs are in german only, it should go to the german collection. Wolfgang From owner-freebsd-ports Mon Jul 21 09:36:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA22368 for ports-outgoing; Mon, 21 Jul 1997 09:36:05 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA22362 for ; Mon, 21 Jul 1997 09:36:03 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970608) with ESMTP id MAA17995; Mon, 21 Jul 1997 12:35:59 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPAN/970608) with ESMTP id MAA22996; Mon, 21 Jul 1997 12:35:58 -0400 (EDT) To: "Jonathan A. Zdziarski" cc: freebsd-ports@FreeBSD.ORG From: "Gary Palmer" Subject: Re: News Revisited In-reply-to: Your message of "Mon, 21 Jul 1997 10:58:12 -0000." Date: Mon, 21 Jul 1997 12:35:58 -0400 Message-ID: <22988.869502958@orion.webspan.net> Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jonathan A. Zdziarski" wrote in message ID : > OK. Running inn. Set up fine, works fine, only our links with other > people aren't working - we're getting no news coming in from uunet or > anywhere else. nntplink is set up and working (you can see the proc's > running), and its saving to in.coming, but the messages are not saving to > our disk. I've so far had to learn inn in a total of about 10 hours of > work, so I'm not familiar with how this process works. Anybody have any > bright ideas on how to get this going/check to see if its configured > properly? So you have inn running properly, and stuff is being saved in in.coming? From readers (i.e. postings from customers) or your feeds? >From memory nntplink is only for the outbound news link, and has nothing to do with inbound articles. I have abslutely no idea why you are getting rnews batches in your in.coming directory if you are running innd and it is accepting the connections on port 119, but you can run 'rnews -U' to `unbatch' the stuff in in.coming. What would be helpful is setting syslogd up to log the news facility and looking in there for error messages. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-ports Mon Jul 21 09:41:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA22787 for ports-outgoing; Mon, 21 Jul 1997 09:41:40 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA22777; Mon, 21 Jul 1997 09:41:35 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id MAA20192; Mon, 21 Jul 1997 12:41:17 GMT Date: Mon, 21 Jul 1997 12:41:17 +0000 (GMT) From: "Jonathan A. Zdziarski" To: Gary Palmer cc: freebsd-ports@FreeBSD.ORG Subject: Re: News Revisited In-Reply-To: <22988.869502958@orion.webspan.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I checked the logs and found... Jul 21 12:40:47 news innd: netrail.net.in.netnews.com spawned netrail.net.in.netnews.com:28:proc:22378 Jul 21 12:40:47 news innd: netrail.net.in.netnews.com restarted Jul 21 12:40:48 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 pid 22378 Jul 21 12:40:48 news innd: netrail.net.in.netnews.com:28:proc:22378 closed Jul 21 12:40:48 news innd: netrail.net.in.netnews.com spawned netrail.net.in.netnews.com:28:proc:22380 Jul 21 12:40:48 news innd: netrail.net.in.netnews.com restarted Jul 21 12:40:49 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 pid 22380 Jul 21 12:40:49 news innd: netrail.net.in.netnews.com:28:proc:22380 closed Jul 21 12:40:49 news innd: netrail.net.in.netnews.com spawned netrail.net.in.netnews.com:28:proc:22381 Jul 21 12:40:49 news innd: netrail.net.in.netnews.com restarted Jul 21 12:40:50 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 pid 22381 Jul 21 12:40:50 news innd: netrail.net.in.netnews.com:28:proc:22381 closed Jul 21 12:40:50 news innd: netrail.net.in.netnews.com spawned netrail.net.in.netnews.com:28:proc:22382 Jul 21 12:40:50 news innd: netrail.net.in.netnews.com restarted Jul 21 12:40:51 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 pid 22382 Jul 21 12:40:51 news innd: netrail.net.in.netnews.com:28:proc:22382 closed Jul 21 12:40:51 news innd: netrail.net.in.netnews.com spawned netrail.net.in.netnews.com:28:proc:22383 Jul 21 12:40:51 news innd: netrail.net.in.netnews.com restarted Jul 21 12:40:52 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 pid 22383 Jul 21 12:40:52 news innd: netrail.net.in.netnews.com:28:proc:22383 closed Jul 21 12:40:52 news innd: netrail.net.in.netnews.com spawned netrail.net.in.netnews.com:28:proc:22384 Jul 21 12:40:52 news innd: netrail.net.in.netnews.com restarted ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- On Mon, 21 Jul 1997, Gary Palmer wrote: :"Jonathan A. Zdziarski" wrote in message ID :: :> OK. Running inn. Set up fine, works fine, only our links with other :> people aren't working - we're getting no news coming in from uunet or :> anywhere else. nntplink is set up and working (you can see the proc's :> running), and its saving to in.coming, but the messages are not saving to :> our disk. I've so far had to learn inn in a total of about 10 hours of :> work, so I'm not familiar with how this process works. Anybody have any :> bright ideas on how to get this going/check to see if its configured :> properly? : :So you have inn running properly, and stuff is being saved in :in.coming? From readers (i.e. postings from customers) or your feeds? : :>From memory nntplink is only for the outbound news link, and has :nothing to do with inbound articles. : :I have abslutely no idea why you are getting rnews batches in your :in.coming directory if you are running innd and it is accepting the :connections on port 119, but you can run 'rnews -U' to `unbatch' the :stuff in in.coming. : :What would be helpful is setting syslogd up to log the news facility :and looking in there for error messages. : :Gary :-- :Gary Palmer FreeBSD Core Team Member :FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info : From owner-freebsd-ports Mon Jul 21 10:08:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25173 for ports-outgoing; Mon, 21 Jul 1997 10:08:01 -0700 (PDT) Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA24487 for freebsd-ports@freebsd.org; Mon, 21 Jul 1997 10:01:00 -0700 (PDT) Date: Mon, 21 Jul 1997 10:01:00 -0700 (PDT) Message-Id: <199707211701.KAA24487@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte o [1997/04/01] ports/3165 ports tex-3.14159.tgz lacks file o [1997/05/07] ports/3536 ports MakeTexPK calls gftopk with wron argument o [1997/06/14] ports/3872 ports Enter key not working properly in trn por o [1997/07/14] ports/4093 ports [oleo] Calculating 1/1 becomes infinity. 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1997/02/13] ports/2731 ports new port: Tcl 8.0A2 o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or a [1997/03/15] ports/2994 ports xpm port does not build for the first tim o [1997/05/20] ports/3640 ports xlockmore galaxy bombs out o [1997/05/21] ports/3649 ports xlock quits on receipt of signalxx 8 o [1997/06/22] ports/3927 ports xview library fails on -current and on 2. o [1997/07/17] ports/4105 ports tac_plus port update o [1997/07/20] ports/4129 ports New port uploaded to incoming/sane.tar.gz 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/04/23] ports/1155 ports systat or top display disagreeing informa o [1996/07/21] ports/1416 ports cflow(1) doesn't parse GNU C __attribute_ o [1996/08/21] ports/1520 ports sudo dosn't recognise certain passwords a o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/21] ports/2264 ports latex* ports need updating o [1997/01/12] ports/2477 ports Tcl 8.0 a1 port submission. o [1997/01/12] ports/2478 ports Tk 8.0a1 port submission. f [1997/01/24] ports/2571 ports Maxima lacks pkg directory a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/09] ports/2926 ports xmgt-2.31 port, now in pub/incoming on ft o [1997/03/11] ports/2949 ports bsd.port.mk needs something like FETCH_EN o [1997/03/11] ports/2951 ports xgraph source is not on MASTER_SITE o [1997/03/12] ports/2961 ports New port(jp-vftool-1.2):japanese/virfonts o [1997/03/13] ports/2974 ports updated Makefile and patch-ab of jp-dvi2p o [1997/03/15] ports/2993 ports qmail-port-take2-proff.tar.gz in incoming o [1997/03/17] ports/3012 ports qmailanalog port in incoming a [1997/03/21] ports/3052 ports /usr/ports/lang/expect does not find tkCo o [1997/03/24] ports/3081 ports sitelispdir is a directory no a path in x o [1997/03/24] ports/3090 ports ircii-2.9-roof does not run. o [1997/04/01] ports/3169 ports nn port broken o [1997/04/15] ports/3306 ports new port-package for ifmail o [1997/04/17] ports/3318 ports New port: jigsaw (Java-based HTTP server) a [1997/04/19] ports/3335 ports new port request of korean/hanemacs a [1997/04/20] ports/3363 ports port of nana-1.00 for your collection o [1997/04/25] ports/3383 ports kaffe core dumps if LD_LIBRARY_PATH not s o [1997/04/28] ports/3411 ports New port - Atari 8 bit computer emulator o [1997/04/28] ports/3412 ports New port - Apple IIGS beta release s [1997/05/04] ports/3498 ports nn-current port is out of date f [1997/05/14] ports/3597 ports jp-groff-0.99 port macro update o [1997/05/18] ports/3627 ports New port - Atari 2600 VCS emulator o [1997/05/21] ports/3657 ports Port of NCSA HyperNews submitted as p5-hy o [1997/05/31] ports/3729 ports pgsql dies when initiated o [1997/05/31] ports/3737 ports The DHCPD no longer works under FreeBSD 2 a [1997/06/02] ports/3765 ports New port: mpd-1.0b3 o [1997/06/04] ports/3787 ports ghostscript-3.53 has bad PLIST o [1997/06/07] ports/3806 ports update s3mod to 1.09 o [1997/06/09] ports/3824 ports New port: snes97 o [1997/06/09] ports/3831 ports netris port doesn't install sr o [1997/06/14] ports/3870 ports Upgrade tkdesk 1.0b3 --> 1.0b4 o [1997/06/17] ports/3888 ports port net/wu-ftpd: tiny bug that is wu-ftp o [1997/06/18] ports/3898 ports gnats is updated, and 3.01 is not on the o [1997/06/19] ports/3907 ports Submission of ircII-EPIC, an enhanced irc o [1997/06/21] ports/3922 ports Author released a new version of nmh - up o [1997/06/22] ports/3924 ports de.spinne-1.0.0 o [1997/06/22] ports/3928 ports New port: jp-pgp-2.6.3ia (language) o [1997/06/22] ports/3935 ports another mp3 player o [1997/06/23] ports/3939 ports new port: latex2html_icon_server o [1997/06/23] ports/3940 ports port of latex2html-96.1 o [1997/06/25] ports/3955 ports -kpassive_ftp=true fails on socket connec o [1997/06/26] ports/3958 ports a2ps fails if used according to man o [1997/06/29] ports/3983 ports New port: psf toolkit o [1997/06/29] ports/3987 ports Update port - crossgo32 o [1997/06/30] ports/3991 ports set of OffiX ports o [1997/06/30] ports/3996 ports nmh needs dependecy on autoconfig to work o [1997/06/30] ports/3997 ports New port: VRML browser (vrweb) o [1997/07/01] ports/4008 ports New port - DJGPP Version 2 libraries for o [1997/07/01] ports/4009 ports New port - Curses for crossgo32 with DJGP o [1997/07/02] ports/4014 ports package/port installation obeys roots uma o [1997/07/02] ports/4015 ports package linux_lib-2.4 can run / out of di o [1997/07/02] ports/4017 ports Someone has to upgrade the plor port! o [1997/07/03] ports/4023 ports One can't play the cardgame Ass on FreeBS o [1997/07/03] ports/4025 ports New port - jp-ebw3 o [1997/07/04] ports/4027 ports New port: rot13-1.3 o [1997/07/05] ports/4038 ports Initial port of the alpha-rel. WindowMake o [1997/07/07] ports/4054 ports Port for Amp 0.7.3 o [1997/07/07] ports/4055 ports Port for XMpeg3 v1.0 o [1997/07/08] ports/4066 ports Port for Mikmod 2.14 o [1997/07/09] ports/4067 ports wrong formats of files in offix.tar o [1997/07/11] ports/4077 ports new version of lout - 3.10 o [1997/07/13] ports/4083 ports netscape wrapper doesn't hand off args co o [1997/07/14] ports/4094 ports squid11 port is outdated o [1997/07/16] ports/4100 ports I contribute a new port. o [1997/07/16] ports/4103 ports Should I or should I not ? o [1997/07/16] ports/4104 ports Minor fix to hobbes-icons-xpm3 o [1997/07/17] ports/4109 ports New port: xcopilot o [1997/07/18] ports/4118 ports New Port: bind 8.1.1 o [1997/07/19] ports/4121 ports New port: xpbiff and xpbiff-youbin o [1997/07/19] ports/4124 ports Apache 1.2.1 port does not install docume o [1997/07/20] ports/4127 ports netscape-3.01: get rid of bogus error mes o [1997/07/20] ports/4131 ports Upgrade of news/suck to version 3.5.0 o [1997/07/20] ports/4133 ports new port: mpich.tar.gz 85 problems total. From owner-freebsd-ports Mon Jul 21 10:12:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25467 for ports-outgoing; Mon, 21 Jul 1997 10:12:27 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA25438 for ; Mon, 21 Jul 1997 10:12:11 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id TAA20264; Mon, 21 Jul 1997 19:10:32 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199707211710.TAA20264@helbig.informatik.ba-stuttgart.de> Subject: Re: ports/3927: xview library fails on -current and on 2.2.x In-Reply-To: <199707211151.NAA00300@eiche.bik-gmbh.de> from Lars Gerhard Kuehl at "Jul 21, 97 01:51:48 pm" To: lgk@eiche.bik-gmbh.de (Lars Gerhard Kuehl) Date: Mon, 21 Jul 1997 19:10:30 +0200 (MET DST) Cc: helbig@MX.BA-Stuttgart.De, asami@cs.berkeley.edu, ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > * The "notifier: bad file number" message and subsequent segmentation > > > * fault still occurs on any xview-lib client if the 2.2.2- built > > > * xview-lib package is used. But this error only shows if the process > > > * uid is zero, i. e. if you launch the xview application as root. > > > > > > Really? I saw this before when I was running workman as non-root. > > > > Puh--finally someone else saw this phaenomenon! I already started > > to believe seeing things :-) It was just me and someone from > > the questions list that reported this xview-lib problem and everyone > > else said: ''works fine on my system''. > > Well, that looks quite more complicated to me: :-( > After an upgrade to 2.2.2-RELEASE I saw all xview clients crashing > in notify_start() quite independent on the uid. Curiously this > does not happen if the programs are called in the CDE - so far > the uid is not 0. ;-) > The crashes are caused by a damaged stack, the return address > from (randomly different) functions called by notify_start() > is 0x0. The proplems arose without installing new xview binaries, > even the libs were the same which could be used under 2.2.1-RELEASE > flawlessly. > > I tried that with XF86-3.3 libs, older 3.2 libs and the X libraries > delivered with CDE 1.0.10, I reinstalled and rebuilt the xview libs > and clients - the scarcely desired behaviour does not change. > > BTW, since installing 2.2.2-RELEASE kaffe is crashing, but haven't > yet spent any time to investigate it. > And not to forget all that happens only on a single machine. I can access > several others running 2.2.2-RELEASE, where all xview applications > and kaffe work as expected. > > Happy investigations :-) Thanks for the info! That makes me try harder to pin it down. What happens if you use the xview-package built on a -current system? One difference is the value of FD_SETSIZE, which changed from 256 (on 2.2.2) to 1024 (on -current). FD_SETSIZE is #defined in /usr/include/sys/types.h, it controls the size of quite a few local variables in the notify subtree of the xview-lib. The larger variables might protect the return addresses in the stack frame from being overwritten and the bug is hidden on -current systems. Wolfgang From owner-freebsd-ports Mon Jul 21 10:22:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA26098 for ports-outgoing; Mon, 21 Jul 1997 10:22:31 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA26093 for ; Mon, 21 Jul 1997 10:22:28 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id NAA22094; Mon, 21 Jul 1997 13:22:05 GMT Date: Mon, 21 Jul 1997 13:22:05 +0000 (GMT) From: "Jonathan A. Zdziarski" To: Nathan Stratton cc: freebsd-ports@freebsd.org Subject: Mailmapping Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I noticed that our Virtual-Mailmapping messes up our mail. If you send to 'krioni@thecoffeehouse.com' (which should be routed to krioni@ma.ultranet.com), you get this in the header when it shows up in krioni's box... To: krioni@ma.ultranet.com@netrail.net From: "Jonathan A. Zdziarski" This is very weird I'll be looking into it. If anybody has any ideas what might cause this let me know. ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Mon Jul 21 13:33:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA09622 for ports-outgoing; Mon, 21 Jul 1997 13:33:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09600; Mon, 21 Jul 1997 13:33:42 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02799; Mon, 21 Jul 1997 13:31:59 -0700 (PDT) Date: Mon, 21 Jul 1997 13:31:59 -0700 (PDT) Message-Id: <199707212031.NAA02799@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/3627 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port - Atari 2600 VCS emulator Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Mon Jul 21 13:31:25 PDT 1997 Responsible-Changed-Why: I grabbed this one. From owner-freebsd-ports Mon Jul 21 13:45:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA10296 for ports-outgoing; Mon, 21 Jul 1997 13:45:33 -0700 (PDT) Received: from usc.usc.unal.edu.co ([200.21.26.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA10276 for ; Mon, 21 Jul 1997 13:45:06 -0700 (PDT) Received: from unalmodem02.usc.unal.edu.co by usc.usc.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA26556; Mon, 21 Jul 1997 16:40:01 -0400 Message-Id: <33D3E569.4962@fps.biblos.unal.edu.co> Date: Mon, 21 Jul 1997 15:40:42 -0700 From: Pedro Giffuni Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) Mime-Version: 1.0 To: ports@freebsd.org Subject: Kerberos 5? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, I saw on a Byte that NT5.0 comes with "Microsoft Kerberos" which is nothing more than.... Kerberos 5 :-). Isn't it a good time for someone in the USA to port Kerberos 5, before they say they had it first in their releases? (I have never seen Kerberos 5 for obvious reasons so I don't really know about this but...) How about replacing Kerberos 4 with a stripped version of K5? Pedro. From owner-freebsd-ports Mon Jul 21 14:51:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA13935 for ports-outgoing; Mon, 21 Jul 1997 14:51:35 -0700 (PDT) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [128.8.10.97]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA13912; Mon, 21 Jul 1997 14:51:29 -0700 (PDT) Received: from professor.eng.umd.edu (chuckr@professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.6/8.8.5) with ESMTP id RAA02120; Mon, 21 Jul 1997 17:51:26 -0400 (EDT) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.5/8.8.5) with SMTP id RAA07145; Mon, 21 Jul 1997 17:51:24 -0400 (EDT) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 21 Jul 1997 17:51:24 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@professor.eng.umd.edu To: Mark Evans cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Porting Faircom's c-tree Plus to FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Jul 1997, Mark Evans wrote: > Has anyone ported Faircom's c-tree Plus to FreeBSD? I have a need to > compile some program's under FreeBSD that use c-tree Plus. I would > appreciate it if someone who has already ported it could provide me with > their makefile and ctclib.c. If not, I'll probably end up porting it in > the next few weeks. That's commercial software, not even available as demo, isn't it? Since the sources AREN'T available, a port is truly unlikely. You'd do better going back to Faircom, because I think they keep a register of who's using C-Tree for what platform, and they might be able to point you towards a FreeBSD user. > > Please cc: answers to me directly. > > Thank you! > > -- > Mark Evans > mevans@ecsnet.com > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt. T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Mon Jul 21 15:17:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15561 for ports-outgoing; Mon, 21 Jul 1997 15:17:35 -0700 (PDT) Received: from ecsnet.com (qmailr@mercury.ecsnet.com [208.6.184.226]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA15538 for ; Mon, 21 Jul 1997 15:17:26 -0700 (PDT) Received: (qmail 3360 invoked by uid 1000); 21 Jul 1997 22:17:20 -0000 Date: Mon, 21 Jul 1997 17:17:20 -0500 (CDT) From: Mark Evans To: Chuck Robey cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Porting Faircom's c-tree Plus to FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Jul 1997, Chuck Robey wrote: > On Mon, 21 Jul 1997, Mark Evans wrote: > > > Has anyone ported Faircom's c-tree Plus to FreeBSD? I have a need to > > compile some program's under FreeBSD that use c-tree Plus. I would > > appreciate it if someone who has already ported it could provide me with > > their makefile and ctclib.c. If not, I'll probably end up porting it in > > the next few weeks. > > That's commercial software, not even available as demo, isn't it? Since > the sources AREN'T available, a port is truly unlikely. You'd do better > going back to Faircom, because I think they keep a register of who's using > C-Tree for what platform, and they might be able to point you towards a > FreeBSD user. Yes, it is commercial software, but they include the source. I'll check with Faircom. I just thought I would check here first to see if anyone was using it in a FreeBSD environment. -- Mark Evans mevans@ecsnet.com From owner-freebsd-ports Mon Jul 21 15:20:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15769 for ports-outgoing; Mon, 21 Jul 1997 15:20:12 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15726; Mon, 21 Jul 1997 15:20:03 -0700 (PDT) Resent-Date: Mon, 21 Jul 1997 15:20:03 -0700 (PDT) Resent-Message-Id: <199707212220.PAA15726@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dbader@bean.umiacs.umd.edu Received: from bean.umiacs.umd.edu (annex13-4.dial.umd.edu [128.8.24.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA15573 for ; Mon, 21 Jul 1997 15:17:38 -0700 (PDT) Received: (from dbader@localhost) by bean.umiacs.umd.edu (8.8.6/8.8.5) id SAA05996; Mon, 21 Jul 1997 18:17:42 -0400 (EDT) Message-Id: <199707212217.SAA05996@bean.umiacs.umd.edu> Date: Mon, 21 Jul 1997 18:17:42 -0400 (EDT) From: "David A. Bader" Reply-To: dbader@bean.umiacs.umd.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4139: new port: bibview Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4139 >Category: ports >Synopsis: new port: bibview >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 21 15:20:01 PDT 1997 >Last-Modified: >Originator: David A. Bader >Organization: Institute for Advanced Computer Studies (UMIACS), Univ of Maryland, College Park >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: New port: bibview placed at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/bibview.tar.gz >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 21 15:41:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA17108 for ports-outgoing; Mon, 21 Jul 1997 15:41:41 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17103 for ; Mon, 21 Jul 1997 15:41:38 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970608) with ESMTP id SAA14297; Mon, 21 Jul 1997 18:41:36 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPAN/970608) with ESMTP id SAA07922; Mon, 21 Jul 1997 18:41:36 -0400 (EDT) To: "Jonathan A. Zdziarski" cc: Nathan Stratton , freebsd-ports@FreeBSD.ORG From: "Gary Palmer" Subject: Re: News In-reply-to: Your message of "Mon, 21 Jul 1997 12:27:45 -0000." Date: Mon, 21 Jul 1997 18:41:35 -0400 Message-ID: <7920.869524895@orion.webspan.net> Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jonathan A. Zdziarski" wrote in message ID : > Jul 21 09:57:08.691 + news-out.internetmci.com ^^^^^^^^^^^^^^^^^^^ ^ ^^^^^^^^^^^^^^^^^^^^^^^^ date | host article was fed from | + article was accepted ( - would mean it wasn't accepted, and give a reason ) ( C would mean that the message ID was cancelled ) > <869262972snz@cj4386.demon.co.uk> 9401 nntp-in.uu.net netrail.news.xara.net arther.castle.net news.bconnex.net netrail.net.in.netnews.com OVERVIEW! news.metrolink.net news-in.lyceum.com then the message-id of the article, it's size, and the names of the sites in newsfeeds that got fed the article. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-ports Mon Jul 21 15:44:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA17335 for ports-outgoing; Mon, 21 Jul 1997 15:44:26 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17263 for ; Mon, 21 Jul 1997 15:44:03 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970608) with ESMTP id SAA14669; Mon, 21 Jul 1997 18:43:59 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPAN/970608) with ESMTP id SAA09157; Mon, 21 Jul 1997 18:43:59 -0400 (EDT) To: "Jonathan A. Zdziarski" cc: freebsd-ports@FreeBSD.ORG From: "Gary Palmer" Subject: Re: News Revisited In-reply-to: Your message of "Mon, 21 Jul 1997 12:41:17 -0000." Date: Mon, 21 Jul 1997 18:43:58 -0400 Message-ID: <9155.869525038@orion.webspan.net> Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jonathan A. Zdziarski" wrote in message ID : > I checked the logs and found... > > Jul 21 12:40:47 news innd: netrail.net.in.netnews.com spawned > netrail.net.in.netnews.com:28:proc:22378 > Jul 21 12:40:47 news innd: netrail.net.in.netnews.com restarted > Jul 21 12:40:48 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 > pid 22378 > Jul 21 12:40:48 news innd: netrail.net.in.netnews.com:28:proc:22378 closed > Jul 21 12:40:48 news innd: netrail.net.in.netnews.com spawned > netrail.net.in.netnews.com:28:proc:22380 > Jul 21 12:40:48 news innd: netrail.net.in.netnews.com restarted > Jul 21 12:40:49 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 > pid 22380 > Jul 21 12:40:49 news innd: netrail.net.in.netnews.com:28:proc:22380 closed > Jul 21 12:40:49 news innd: netrail.net.in.netnews.com spawned > netrail.net.in.netnews.com:28:proc:22381 > Jul 21 12:40:49 news innd: netrail.net.in.netnews.com restarted > Jul 21 12:40:50 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 > pid 22381 > Jul 21 12:40:50 news innd: netrail.net.in.netnews.com:28:proc:22381 closed > Jul 21 12:40:50 news innd: netrail.net.in.netnews.com spawned > netrail.net.in.netnews.com:28:proc:22382 > Jul 21 12:40:50 news innd: netrail.net.in.netnews.com restarted > Jul 21 12:40:51 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 > pid 22382 > Jul 21 12:40:51 news innd: netrail.net.in.netnews.com:28:proc:22382 closed > Jul 21 12:40:51 news innd: netrail.net.in.netnews.com spawned > netrail.net.in.netnews.com:28:proc:22383 > Jul 21 12:40:51 news innd: netrail.net.in.netnews.com restarted > Jul 21 12:40:52 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 > pid 22383 > Jul 21 12:40:52 news innd: netrail.net.in.netnews.com:28:proc:22383 closed > Jul 21 12:40:52 news innd: netrail.net.in.netnews.com spawned > netrail.net.in.netnews.com:28:proc:22384 > Jul 21 12:40:52 news innd: netrail.net.in.netnews.com restarted That looks like your feed to netnews.com isn't configured properly. The elapsed times seem to indicate that your nntplink is exiting abnormally, and innd (being stupid) keeps trying to restart it. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-ports Mon Jul 21 16:12:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA18899 for ports-outgoing; Mon, 21 Jul 1997 16:12:55 -0700 (PDT) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [128.8.10.97]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA18864; Mon, 21 Jul 1997 16:12:41 -0700 (PDT) Received: from professor.eng.umd.edu (chuckr@professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.6/8.8.5) with ESMTP id TAA03895; Mon, 21 Jul 1997 19:12:37 -0400 (EDT) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.5/8.8.5) with SMTP id TAA07355; Mon, 21 Jul 1997 19:12:36 -0400 (EDT) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 21 Jul 1997 19:12:35 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@professor.eng.umd.edu To: Mark Evans cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Porting Faircom's c-tree Plus to FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Jul 1997, Mark Evans wrote: > On Mon, 21 Jul 1997, Chuck Robey wrote: > > > On Mon, 21 Jul 1997, Mark Evans wrote: > > > > > Has anyone ported Faircom's c-tree Plus to FreeBSD? I have a need to > > > compile some program's under FreeBSD that use c-tree Plus. I would > > > appreciate it if someone who has already ported it could provide me with > > > their makefile and ctclib.c. If not, I'll probably end up porting it in > > > the next few weeks. > > > > That's commercial software, not even available as demo, isn't it? Since > > the sources AREN'T available, a port is truly unlikely. You'd do better > > going back to Faircom, because I think they keep a register of who's using > > C-Tree for what platform, and they might be able to point you towards a > > FreeBSD user. > > Yes, it is commercial software, but they include the source. I'll check > with Faircom. I just thought I would check here first to see if anyone was > using it in a FreeBSD environment. I should have said the sources aren't net available, or freely available, nor is the binary freely available. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt. T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Mon Jul 21 17:16:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA21932 for ports-outgoing; Mon, 21 Jul 1997 17:16:42 -0700 (PDT) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA21925 for ; Mon, 21 Jul 1997 17:16:37 -0700 (PDT) Received: from panke.panke.de (anonymous216.ppp.cs.tu-berlin.de [130.149.17.216]) by bsd.fs.bauing.th-darmstadt.de (8.8.6/8.8.5) with ESMTP id CAA10216; Tue, 22 Jul 1997 02:16:31 +0200 (MET DST) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id CAA08058; Tue, 22 Jul 1997 02:01:03 +0200 (MET DST) Date: Tue, 22 Jul 1997 02:01:03 +0200 (MET DST) Message-Id: <199707220001.CAA08058@panke.panke.de> From: Wolfram Schneider To: ports@freebsd.org CC: obrien@cs.ucdavis.edu Subject: vim help files MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The vim help files should be in /usr/local/share/doc/vim, and not in /usr/local/share/vim. -- Wolfram Schneider http://www.apfel.de/~wosch/ From owner-freebsd-ports Mon Jul 21 17:24:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA22373 for ports-outgoing; Mon, 21 Jul 1997 17:24:49 -0700 (PDT) Received: from mail.brewsternet.com ([205.139.26.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA22368 for ; Mon, 21 Jul 1997 17:24:43 -0700 (PDT) From: Win_Suteerachai@Brewsternet.com To: freebsd-ports@FreeBSD.ORG Reply-To: Win_Suteerachai@Brewsternet.com Date: Mon, 21 Jul 1997 20:21:27 GMT Message-ID: <0.20686230@Brewsternet.com> Organization: Brewster Academy X-Gateway: FirstClass Gateway for SMTP/NNTP (Mac68K) version 1.02 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by hub.freebsd.org id RAA22369 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk unsubscribe freebsd-ports From owner-freebsd-ports Mon Jul 21 18:13:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA24710 for ports-outgoing; Mon, 21 Jul 1997 18:13:33 -0700 (PDT) Received: from iconz.co.nz (iconz.co.nz [202.14.100.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA24705; Mon, 21 Jul 1997 18:13:25 -0700 (PDT) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by iconz.co.nz (8.6.12/8.6.10) with ESMTP id KAA02618; Tue, 22 Jul 1997 10:04:51 +1200 Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA22364; Tue, 22 Jul 1997 09:04:39 +1200 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.5/8.8.5) with ESMTP id IAA13475; Tue, 22 Jul 1997 08:53:26 +1200 (NZST) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.6/8.8.6) with SMTP id IAA04889; Tue, 22 Jul 1997 08:53:26 +1200 (NZST) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Tue, 22 Jul 1997 08:53:25 +1200 (NZST) From: Jonathan Chen To: Mark Evans cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Porting Faircom's c-tree Plus to FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Jul 1997, Mark Evans wrote: > Has anyone ported Faircom's c-tree Plus to FreeBSD? I have a need to > compile some program's under FreeBSD that use c-tree Plus. I would > appreciate it if someone who has already ported it could provide me with > their makefile and ctclib.c. If not, I'll probably end up porting it in > the next few weeks. > > Please cc: answers to me directly. Yes. What I did was to hack the Linux port to provide a lockf function using flock. I haven't tested it extensively, but I'd be glad to provide you a copy of the hack if you'd like. Cheers. -- Jonathan Chen e-mail : jonc@pinnacle.co.nz Pinnacle Software Ltd Voice : +64.9.415.4460 Auckland, New Zealand Fax : +64.9.415.4250 From owner-freebsd-ports Mon Jul 21 18:47:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA26511 for ports-outgoing; Mon, 21 Jul 1997 18:47:33 -0700 (PDT) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA26506 for ; Mon, 21 Jul 1997 18:47:30 -0700 (PDT) Received: (from uucp@localhost) by tera.com (8.7.5/8.7.3) with UUCP id SAA12781 for freebsd-ports@FreeBSD.ORG; Mon, 21 Jul 1997 18:46:47 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id SAA03607 for freebsd-ports@FreeBSD.ORG; Mon, 21 Jul 1997 18:22:47 -0700 (PDT) From: Gary Kline Message-Id: <199707220122.SAA03607@tao.thought.org> Subject: how-to install with GMAKE To: freebsd-ports@FreeBSD.ORG Date: Mon, 21 Jul 1997 18:22:46 -0700 (PDT) Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk My first port of enscript is nearly complete. The trouble is that this suite must be built and installed with gmake. I can retrieve the tarball, unpack, type `./configure; gmake;gmake install' and enscript is automagically installed--with itts many ancillry files. But with USE_GMAKE=yes, it only builds with gmake, and installed evidently with pmake//the BSD make. Is there a magic incantation to install this with gmake? gary kline -- Gary D. Kline kline@tao.thought.org Public service uNix From owner-freebsd-ports Mon Jul 21 19:03:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA27238 for ports-outgoing; Mon, 21 Jul 1997 19:03:22 -0700 (PDT) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [128.8.10.97]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA27222 for ; Mon, 21 Jul 1997 19:03:15 -0700 (PDT) Received: from professor.eng.umd.edu (chuckr@professor.eng.umd.edu [129.2.103.23]) by po1.glue.umd.edu (8.8.6/8.8.5) with ESMTP id WAA07255; Mon, 21 Jul 1997 22:03:10 -0400 (EDT) Received: from localhost (chuckr@localhost) by professor.eng.umd.edu (8.8.5/8.8.5) with SMTP id WAA07568; Mon, 21 Jul 1997 22:03:08 -0400 (EDT) X-Authentication-Warning: professor.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 21 Jul 1997 22:03:08 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@professor.eng.umd.edu To: Gary Kline cc: freebsd-ports@FreeBSD.ORG Subject: Re: how-to install with GMAKE In-Reply-To: <199707220122.SAA03607@tao.thought.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Jul 1997, Gary Kline wrote: > My first port of enscript is nearly complete. The trouble is that > this suite must be built and installed with gmake. > > I can retrieve the tarball, unpack, type `./configure; gmake;gmake install' > and enscript is automagically installed--with itts many ancillry files. > But with USE_GMAKE=yes, it only builds with gmake, and installed evidently > with pmake//the BSD make. > > Is there a magic incantation to install this with gmake? USE_GMAKE =YES > > gary kline > > -- > Gary D. Kline kline@tao.thought.org Public service uNix > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt. T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Mon Jul 21 19:18:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA28191 for ports-outgoing; Mon, 21 Jul 1997 19:18:13 -0700 (PDT) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA28178 for ; Mon, 21 Jul 1997 19:18:09 -0700 (PDT) Received: (from uucp@localhost) by tera.com (8.7.5/8.7.3) with UUCP id TAA13299; Mon, 21 Jul 1997 19:16:54 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id TAA05261; Mon, 21 Jul 1997 19:16:24 -0700 (PDT) From: Gary Kline Message-Id: <199707220216.TAA05261@tao.thought.org> Subject: Re: how-to install with GMAKE In-Reply-To: from Chuck Robey at "Jul 21, 97 10:03:08 pm" To: chuckr@glue.umd.edu (Chuck Robey) Date: Mon, 21 Jul 1997 19:16:24 -0700 (PDT) Cc: kline@thought.org, freebsd-ports@FreeBSD.ORG Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Chuck Robey: > On Mon, 21 Jul 1997, Gary Kline wrote: > > > My first port of enscript is nearly complete. The trouble is that > > this suite must be built and installed with gmake. > > > > I can retrieve the tarball, unpack, type `./configure; gmake;gmake install' > > and enscript is automagically installed--with itts many ancillry files. > > But with USE_GMAKE=yes, it only builds with gmake, and installed evidently > > with pmake//the BSD make. > > > > Is there a magic incantation to install this with gmake? > > USE_GMAKE =YES > I have that. Doesn't seem to work for install. Maybe I have to do a make clean to blow away prev'ly generated Makefiles. Thanks. gary > -- Gary D. Kline kline@tao.thought.org Public service uNix From owner-freebsd-ports Mon Jul 21 19:18:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA28232 for ports-outgoing; Mon, 21 Jul 1997 19:18:45 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca26-44.ix.netcom.com [207.93.42.108]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA28222 for ; Mon, 21 Jul 1997 19:18:41 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA00968; Mon, 21 Jul 1997 19:17:48 -0700 (PDT) Date: Mon, 21 Jul 1997 19:17:48 -0700 (PDT) Message-Id: <199707220217.TAA00968@silvia.HIP.Berkeley.EDU> To: kline@thought.org CC: freebsd-ports@freebsd.org In-reply-to: <199707220122.SAA03607@tao.thought.org> (message from Gary Kline on Mon, 21 Jul 1997 18:22:46 -0700 (PDT)) Subject: Re: how-to install with GMAKE From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I can retrieve the tarball, unpack, type `./configure; gmake;gmake install' * and enscript is automagically installed--with itts many ancillry files. * But with USE_GMAKE=yes, it only builds with gmake, and installed evidently * with pmake//the BSD make. * * Is there a magic incantation to install this with gmake? Hmm, that usually works. Grep "GMAKE" in bsd.port.mk, it calls "all" and "install" with ${GMAKE} if USE_GMAKE is set. Satoshi From owner-freebsd-ports Mon Jul 21 19:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29696 for ports-outgoing; Mon, 21 Jul 1997 19:40:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29673; Mon, 21 Jul 1997 19:40:02 -0700 (PDT) Resent-Date: Mon, 21 Jul 1997 19:40:02 -0700 (PDT) Resent-Message-Id: <199707220240.TAA29673@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29536; Mon, 21 Jul 1997 19:38:15 -0700 (PDT) Message-Id: <199707220238.TAA29536@hub.freebsd.org> Date: Mon, 21 Jul 1997 19:38:15 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4140: New port: xgolgo (x11) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4140 >Category: ports >Synopsis: New port: xgolgo (x11) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 21 19:40:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: 3.0 >Description: I have made a new port 'xgolgo'. Xgolgo is the GOLGO13 version of xeyes. Please enjoy. Yukihiro Nakai ------ begin 644 xgolgo-1.0-970722.tar.gz M'XL( /0H!YEI\QB0[+1#J!MS0O^("08^EP#.]\TK;QW= MR*5<]D>+WD*ZNAS5'?MT M>SRO@3UU1I/ =4+6C;'DV>'4"6:A.^4]R[+O9ERQ#?NI/9JX?3NWQ>.;9_I4]XAGQ@"2GVWA=)13.;XI$YNK(F]6%U(#^ M=?USK8NF_@7^TO\-$Q-=Q2H/(Z()_V^#7_3?)(W<\J?\'\S?]#=40_A_&WA# M U[4_BFS.R$OOKR$/EB6.I]CDYJ)EE@1B2UDS:F1J*I)]#A!<1-6)#@"=?WO M5HOF]@#/\G^"61@;.A'^WP;W]+\:LP>J)N9XTO^Q]E-_G>O/OK'P_S:X2;=* M_7!_[%0$1^!>_0\FGN?X#3C D_6OX1_UKV/^_D]5C)R9HA7OU/W3"0=#$',^J?]7@88VHHO[;0-2_0" 0" 0"@4 @$ @$ ,_S[? ?3IK.\ * end >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 21 20:07:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA01068 for ports-outgoing; Mon, 21 Jul 1997 20:07:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01062; Mon, 21 Jul 1997 20:06:52 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05327; Mon, 21 Jul 1997 20:05:06 -0700 (PDT) Date: Mon, 21 Jul 1997 20:05:06 -0700 (PDT) Message-Id: <199707220305.UAA05327@freefall.freebsd.org> To: pjm@cs.ntu.edu.au, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3363 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port of nana-1.00 for your collection State-Changed-From-To: analyzed-open State-Changed-By: max State-Changed-When: Mon Jul 21 20:03:01 PDT 1997 State-Changed-Why: The record doesn't show who changed the status from open to analyzed for what reason. So I'm re-opening this PR. From owner-freebsd-ports Mon Jul 21 20:12:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA01463 for ports-outgoing; Mon, 21 Jul 1997 20:12:53 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01454; Mon, 21 Jul 1997 20:12:38 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id XAA17278; Mon, 21 Jul 1997 23:12:21 GMT Date: Mon, 21 Jul 1997 23:12:21 +0000 (GMT) From: "Jonathan A. Zdziarski" To: Gary Palmer cc: freebsd-ports@FreeBSD.ORG Subject: Re: News Revisited In-Reply-To: <9155.869525038@orion.webspan.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yeah it kept saying something like 'can't write to file, already exists' or something and then restarting it works fine. It did this twice today. ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- On Mon, 21 Jul 1997, Gary Palmer wrote: :"Jonathan A. Zdziarski" wrote in message ID :: :> I checked the logs and found... :> :> Jul 21 12:40:47 news innd: netrail.net.in.netnews.com spawned :> netrail.net.in.netnews.com:28:proc:22378 :> Jul 21 12:40:47 news innd: netrail.net.in.netnews.com restarted :> Jul 21 12:40:48 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 :> pid 22378 :> Jul 21 12:40:48 news innd: netrail.net.in.netnews.com:28:proc:22378 closed :> Jul 21 12:40:48 news innd: netrail.net.in.netnews.com spawned :> netrail.net.in.netnews.com:28:proc:22380 :> Jul 21 12:40:48 news innd: netrail.net.in.netnews.com restarted :> Jul 21 12:40:49 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 :> pid 22380 :> Jul 21 12:40:49 news innd: netrail.net.in.netnews.com:28:proc:22380 closed :> Jul 21 12:40:49 news innd: netrail.net.in.netnews.com spawned :> netrail.net.in.netnews.com:28:proc:22381 :> Jul 21 12:40:49 news innd: netrail.net.in.netnews.com restarted :> Jul 21 12:40:50 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 :> pid 22381 :> Jul 21 12:40:50 news innd: netrail.net.in.netnews.com:28:proc:22381 closed :> Jul 21 12:40:50 news innd: netrail.net.in.netnews.com spawned :> netrail.net.in.netnews.com:28:proc:22382 :> Jul 21 12:40:50 news innd: netrail.net.in.netnews.com restarted :> Jul 21 12:40:51 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 :> pid 22382 :> Jul 21 12:40:51 news innd: netrail.net.in.netnews.com:28:proc:22382 closed :> Jul 21 12:40:51 news innd: netrail.net.in.netnews.com spawned :> netrail.net.in.netnews.com:28:proc:22383 :> Jul 21 12:40:51 news innd: netrail.net.in.netnews.com restarted :> Jul 21 12:40:52 news innd: netrail.net.in.netnews.com exit 255 elapsed 1 :> pid 22383 :> Jul 21 12:40:52 news innd: netrail.net.in.netnews.com:28:proc:22383 closed :> Jul 21 12:40:52 news innd: netrail.net.in.netnews.com spawned :> netrail.net.in.netnews.com:28:proc:22384 :> Jul 21 12:40:52 news innd: netrail.net.in.netnews.com restarted : :That looks like your feed to netnews.com isn't configured :properly. The elapsed times seem to indicate that your nntplink is :exiting abnormally, and innd (being stupid) keeps trying to restart :it. : :Gary :-- :Gary Palmer FreeBSD Core Team Member :FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info : From owner-freebsd-ports Mon Jul 21 20:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02456 for ports-outgoing; Mon, 21 Jul 1997 20:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02435; Mon, 21 Jul 1997 20:40:02 -0700 (PDT) Date: Mon, 21 Jul 1997 20:40:02 -0700 (PDT) Message-Id: <199707220340.UAA02435@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3363 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3363; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: max@FreeBSD.ORG Cc: pjm@cs.ntu.edu.au, max@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/3363 Date: Mon, 21 Jul 1997 20:33:28 -0700 (PDT) * The record doesn't show who changed the status from open to analyzed * for what reason. So I'm re-opening this PR. Hmm. Did gnats eat this one without recording it? Satoshi ------- From: Satoshi Asami Date: Wed, 4 Jun 1997 00:32:35 -0700 (PDT) To: pjm@cs.ntu.edu.au, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/3363 Synopsis: port of nana-1.00 for your collection State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Wed Jun 4 00:29:08 PDT 1997 State-Changed-Why: The distfile is no longer available at your site. I got the 1.05 distfile but the installation fails with install -c -s -o bin -g bin -m 555 nana-c++lg /usr/local/bin/nana-c++lg strip: /usr/local/bin/nana-c++lg: Inappropriate file type or format This is a shell script. At this point I'm going to give the port back to you. Please make necessary updates and re-submit (as a reply to this mail not a new send-pr). Here are my changes so far: === diff -ru nana/Makefile nana.new/Makefile --- nana/Makefile Mon Apr 21 03:48:17 1997 +++ nana.new/Makefile Wed Jun 4 00:19:27 1997 @@ -3,10 +3,10 @@ # Date created: 20th April 1997 # Whom: Phil Maker # -# $Id: Makefile,v 1.1.1.1 1997/04/20 19:29:24 pjm Exp $ +# $Id$ # -DISTNAME= nana-1.00 +DISTNAME= nana-1.05 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.ntu.edu.au/pub/nana/ @@ -14,9 +14,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes - -BUILD_DEPENDS = gmake:${PORTSDIR}/devel/gmake \ - gdb:${PORTSDIR}/devel/gdb MAN1 = nana.1 nana-clg.1 MAN3 = nana.3 I.3 DI.3 L.3 DL.3 Q.3 Only in nana.new: Makefile~ diff -ru nana/files/md5 nana.new/files/md5 --- nana/files/md5 Sun Apr 20 21:23:53 1997 +++ nana.new/files/md5 Wed Jun 4 00:22:57 1997 @@ -1 +1 @@ -MD5 (nana-1.00.tar.gz) = 28ca01ab1e7d9c998fd5216d651d4976 +MD5 (nana-1.05.tar.gz) = c7bd7c7dd13f13929ca23a9968ce6c39 diff -ru nana/pkg/DESCR nana.new/pkg/DESCR --- nana/pkg/DESCR Mon Apr 21 03:11:38 1997 +++ nana.new/pkg/DESCR Wed Jun 4 00:16:43 1997 @@ -20,5 +20,3 @@ o Support for before and after state saving and checking (x, x'). Phil Maker - - diff -ru nana/pkg/PLIST nana.new/pkg/PLIST --- nana/pkg/PLIST Mon Apr 21 03:09:14 1997 +++ nana.new/pkg/PLIST Wed Jun 4 00:17:03 1997 @@ -1,30 +1,30 @@ -lib/libnana.a -libexec/nanafilter -libexec/nana-run.gdb -libexec/nana-run-init.gdb -libexec/nana-trace.gdb bin/nana bin/nana-clg bin/nana-run bin/nana-trace -include/nana-config.h -include/nana.h include/DI.h -include/I.h include/DL.h -include/L.h -include/Q.h include/GDB.h +include/I.h +include/L.h include/L_buffer.h +include/Q.h +include/nana-config.h +include/nana.h include/now.h info/nana.info info/nana.info-1 info/nana.info-2 -man/man1/nana-clg.1 -man/man1/nana.1 -man/man3/Q.3 -man/man3/DI.3 -man/man3/nana.3 -man/man3/DL.3 -man/man3/I.3 -man/man3/L.3 +lib/libnana.a +libexec/nana-run-init.gdb +libexec/nana-run.gdb +libexec/nana-trace.gdb +libexec/nanafilter +man/man1/nana-clg.1.gz +man/man1/nana.1.gz +man/man3/DI.3.gz +man/man3/DL.3.gz +man/man3/I.3.gz +man/man3/L.3.gz +man/man3/Q.3.gz +man/man3/nana.3.gz === Please start from here (and test "make package"). From owner-freebsd-ports Mon Jul 21 20:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03042 for ports-outgoing; Mon, 21 Jul 1997 20:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03032; Mon, 21 Jul 1997 20:50:02 -0700 (PDT) Date: Mon, 21 Jul 1997 20:50:02 -0700 (PDT) Message-Id: <199707220350.UAA03032@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3363 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3363; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: max@wide.ad.jp Cc: pjm@cs.ntu.edu.au, freebsd-gnats-submit@FreeBSD.ORG, max@wide.ad.jp Subject: Re: ports/3363 Date: Mon, 21 Jul 1997 20:42:41 -0700 (PDT) * Also, I noticed that you can't install this port if you set ${PREFIX} * to other than /usr/local. Hmm. By the way, I exchanged a couple of e-mails with the submitter on this port, let me know if you are interested in continuing the work (my archive says the conversation abruptly ended for no reason, but I am too busy to follow up on that...). Satoshi From owner-freebsd-ports Mon Jul 21 21:10:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA03935 for ports-outgoing; Mon, 21 Jul 1997 21:10:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA03924; Mon, 21 Jul 1997 21:10:01 -0700 (PDT) Date: Mon, 21 Jul 1997 21:10:01 -0700 (PDT) Message-Id: <199707220410.VAA03924@hub.freebsd.org> To: freebsd-ports Cc: From: Yukihiro Nakai Subject: Re: ports/4140: New port: xgolgo (x11) Reply-To: Yukihiro Nakai Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4140; it has been noted by GNATS. From: Yukihiro Nakai To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/4140: New port: xgolgo (x11) Date: Tue, 22 Jul 1997 13:04:41 +0900 Addition to the previous explanation.. 'GOLGO13' is a Japanese comic about a sniper named 'GOLGO13'. From owner-freebsd-ports Mon Jul 21 22:00:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06136 for ports-outgoing; Mon, 21 Jul 1997 22:00:02 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06128; Mon, 21 Jul 1997 22:00:01 -0700 (PDT) Date: Mon, 21 Jul 1997 22:00:01 -0700 (PDT) Message-Id: <199707220500.WAA06128@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3924: de.spinne-1.0.0 Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3924; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: helbig@MX.BA-Stuttgart.De Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/3924: de.spinne-1.0.0 Date: Mon, 21 Jul 1997 21:55:48 -0700 (PDT) * As soon as I've some time--after cleanly closing the xview-lib PR-- * I'll try the portlint package on spinne and put the new port back * on ftp.ba-stuttgart.de. (I don't want to fill up the ftp.FreeBSD.org * disks with zillions of spinne-versions) Well, if it already works for -current (and for most people for 2.2.x as well), we can put it in the ports tree. As for ftp.freebsd.org, I just deleted the old spinne tarballs in incoming, go ahead and put it there. Satoshi From owner-freebsd-ports Mon Jul 21 22:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06490 for ports-outgoing; Mon, 21 Jul 1997 22:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06480; Mon, 21 Jul 1997 22:10:02 -0700 (PDT) Date: Mon, 21 Jul 1997 22:10:02 -0700 (PDT) Message-Id: <199707220510.WAA06480@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: frankd@yoda.fdt.net Cc: helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Mon, 21 Jul 1997 22:00:12 -0700 (PDT) * I had this problem until Wolfgang built xview-lib and -config for me on * his -current system. I have a stock 2.2.2 system that I can test fixes on Ok, I tried it too. On my system (2.2-stable mid-last week, 3.0-current yesterday), workman doesn't work. (I only tried as myself -- not as root.) It dies like this: === >> workman XView warning: Notifier error: Bad file number XView warning: Notifier error: Bad file number XView warning: Notifier error: Bad file number XView warning: Notifier error: Bad file number XView warning: Notifier error: Bad file number XView warning: Notifier error: Bad file number XView warning: Notifier error: Bad file number Segmentation fault (core dumped) === I compiled xview-*/workman on both the 2.2 and 3.0 systems, even fetched the ones in ftp.freebsd.org's packages-current. None of them worked. Frank, can you try the one on mirror sites' packages-current? Satoshi From owner-freebsd-ports Mon Jul 21 23:05:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA08604 for ports-outgoing; Mon, 21 Jul 1997 23:05:18 -0700 (PDT) Received: from grunt.grondar.za (aoMgdIyGH9EuozTaH2mOwqId4EfqkZkr@grunt.grondar.za [196.7.18.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA08595 for ; Mon, 21 Jul 1997 23:05:08 -0700 (PDT) Received: from greenpeace.grondar.za (bbFWMFXfuChyFhs0Jnxly0rr9+tRqPyG@greenpeace.grondar.za [196.7.18.132]) by grunt.grondar.za (8.8.5/8.8.5) with ESMTP id IAA20002; Tue, 22 Jul 1997 08:04:57 +0200 (SAT) Received: from greenpeace.grondar.za (N+wkwWtijRuU7yLm+btCj6afcsyfZjPU@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.6/8.8.5) with ESMTP id IAA21692; Tue, 22 Jul 1997 08:04:56 +0200 (SAT) Message-Id: <199707220604.IAA21692@greenpeace.grondar.za> X-Mailer: exmh version 2.0delta 6/3/97 To: Pedro Giffuni cc: ports@FreeBSD.ORG Subject: Re: Kerberos 5? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Jul 1997 08:04:54 +0200 From: Mark Murray Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Pedro Giffuni wrote: > Isn't it a good time for someone in the USA to port Kerberos 5, before > they say they had it first in their releases? (I have never seen > Kerberos 5 for obvious reasons so I don't really know about this but...) > How about replacing Kerberos 4 with a stripped version of K5? I am working on this. I have an "untainted" K5 that is being written from the ground up by the Swedes. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-freebsd-ports Tue Jul 22 00:11:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11821 for ports-outgoing; Tue, 22 Jul 1997 00:11:59 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11816 for ; Tue, 22 Jul 1997 00:11:55 -0700 (PDT) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.6/8.7.3) id JAA14216; Tue, 22 Jul 1997 09:11:38 +0200 (MEST) Message-ID: <19970722091138.43059@btp1da.phy.uni-bayreuth.de> Date: Tue, 22 Jul 1997 09:11:38 +0200 From: Werner Griessl To: Chuck Robey Cc: ports@freebsd.org Subject: Re: problem with gnuplot-336 in 2.2-stable References: <199707210730.JAA23338@btp1da.phy.uni-bayreuth.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.73 In-Reply-To: ; from Chuck Robey on Mon, Jul 21, 1997 at 10:35:15PM -0400 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, Jul 21, 1997 at 10:35:15PM -0400, Chuck Robey wrote: > On Mon, 21 Jul 1997, Werner Griessl wrote: > > > > > Gnuplot-336 from ports failes for me with: > > > > cc -c -I/usr/local/include -I. -I. -I./term -I./term -DHAVE_CONFIG_H -I/usr/X11R6/include -O -m486 -pipe term.c > > In file included from term.h:191, > > from term.c:749: > > term/gif.trm:82: gd.h: No such file or directory > > > > Werner > > > > I double checked by building gd, and you were right. The patch I'm > including below fixes it, just put it in the patches/ subdir. > > ================================= > --- term/gif.trm.orig Mon Jul 21 22:26:10 1997 > +++ term/gif.trm Mon Jul 21 22:26:43 1997 > @@ -79,7 +79,7 @@ > TERM_PUBLIC int GIF_text_angle __PROTO((int ang)); > TERM_PUBLIC void GIF_reset __PROTO((void)); > > -#include "gd.h" > +#include > extern gdFontPtr gdFontSmall; /* 6x12 */ > extern gdFontPtr gdFontLarge; /* 8x16 */ > extern gdFontPtr gdFontMediumBold; /* 7x13 */ > ================================= > > > > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@eng.umd.edu | communications topic, C programming, and Unix. > 213 Lakeside Drive Apt. T-1 | > Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD > (301) 220-2114 | version 3.0 current -- and great FUN! > ----------------------------+----------------------------------------------- > Thanks for the patch ! I installed it as "patch-ac" and the port is working now. Werner From owner-freebsd-ports Tue Jul 22 01:10:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA15493 for ports-outgoing; Tue, 22 Jul 1997 01:10:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA15474; Tue, 22 Jul 1997 01:10:03 -0700 (PDT) Date: Tue, 22 Jul 1997 01:10:03 -0700 (PDT) Message-Id: <199707220810.BAA15474@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: frankd@yoda.fdt.net, helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Tue, 22 Jul 1997 10:04:51 +0200 (MET DST) > * I had this problem until Wolfgang built xview-lib and -config for me on > * his -current system. I have a stock 2.2.2 system that I can test fixes on > > Ok, I tried it too. On my system (2.2-stable mid-last week, > 3.0-current yesterday), workman doesn't work. (I only tried as myself > -- not as root.) > > It dies like this: > > === > >> workman > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > Segmentation fault (core dumped) > === > > I compiled xview-*/workman on both the 2.2 and 3.0 systems, even > fetched the ones in ftp.freebsd.org's packages-current. None of them The packages-current on ftp.freebsd.org are symlinked: lrwxrwxrwx 1 569 ftp-Free 30 Jul 18 22:58 xview-clients-3.2.1.tgz -> ../All/xview-clients-3.2.1.tgz lrwxrwxrwx 1 569 ftp-Free 29 Jul 18 22:58 xview-config-3.2.1.tgz -> ../All/xview-config-3.2.1.tgz lrwxrwxrwx 1 569 ftp-Free 26 Jul 18 22:58 xview-lib-3.2.1.tgz -> ../All/xview-lib-3.2.1.tgz The packages-2.2.2 on ftp.freebsd.org are sysmlinked: lrwxrwxrwx 1 569 ftp-Free 30 Jun 12 03:16 xview-clients-3.2.1.tgz -> ../All/xview-clients-3.2.1.tgz lrwxrwxrwx 1 569 ftp-Free 29 Jun 12 03:16 xview-config-3.2.1.tgz -> ../All/xview-config-3.2.1.tgz lrwxrwxrwx 1 569 ftp-Free 26 Jun 12 03:16 xview-lib-3.2.1.tgz -> ../All/xview-lib-3.2.1.tgz So its no use to try both :-) Now here is what is found out so far: Lars Gerhard Kuehl pointed out that the ``crashes are caused by a damaged stack'', return addresses of functions called by notifier_start() are set to 0x0. The *only* difference of the xview-lib built on 2.2.2 vs. built on -current is the value of FD_SETSIZE (256 vs. 1024). I built and installed xview-lib on -current with FD_SETSIZE set to 256 in /usr/include/sys/types.h . Comparing 2.2.2 built with -current built I got: o same sizes of object files in .../lib/libxview/notify o same behaviour of xview-applications, i. e. works if started as nonroot, crashes if started as root. On both systems XFree86-3.3 is installed, I am running fvwm-2.0.45 and the S3 X-Server. So FD_SETSIZE, which controls the size of quite a few local variables in the notifier code, seems to hide the error if set to 1024--at least on my -current, on my 2.2.2 and on Frank's 2.2.2. Adding worse to bad: when I tried the -g CFLAG for debugging, the linker crashed with segmentation fault. I am not in the mood right now to analyse that problem. BTW Satoshi, the big FD_SETSIZE is not yet merged to the 2.2 Branch. Should it? Wolfgang From owner-freebsd-ports Tue Jul 22 01:58:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA17500 for ports-outgoing; Tue, 22 Jul 1997 01:58:20 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA17494 for ; Tue, 22 Jul 1997 01:58:14 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id KAA08215 for ; Tue, 22 Jul 1997 10:58:06 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id KAA09349 for freebsd-ports@FreeBSD.ORG; Tue, 22 Jul 1997 10:57:59 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.6/keltia-uucp-2.9) id HAA06752; Tue, 22 Jul 1997 07:57:01 +0200 (CEST) Message-ID: <19970722075701.26784@keltia.freenix.fr> Date: Tue, 22 Jul 1997 07:57:01 +0200 From: Ollivier Robert To: freebsd-ports@FreeBSD.ORG Subject: Re: News References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Jonathan A. Zdziarski on Mon, Jul 21, 1997 at 12:27:45PM +0000 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3481 AMD-K6 MMX @ 208 MHz Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Jonathan A. Zdziarski: > Found abunch of these: > > Jul 21 09:57:08.691 + news-out.internetmci.com > <869262972snz@cj4386.demon.co.uk> 9401 nntp-in.uu.net netrail.news.xara.net arther.castle.net > news.bconnex.net netrail.net.in.netnews.com OVERVIEW! news.metrolink.net news-in.lyceum.com The article with Message-ID <869262972snz@cj4386.demon.co.uk>, sent to your site by news-out.internetmci.com has a size of 9401 bytes has been in turn put into various files in order to be transmitted to the sites under you. OVERVIEW! is a special feed used to store .overview files (they're used by readers to put articles into threads). Please read INN manpages & installation docs; EVERYTHING you need to know is in there. -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr Usenet Canal Historique From owner-freebsd-ports Tue Jul 22 02:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18035 for ports-outgoing; Tue, 22 Jul 1997 02:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18029; Tue, 22 Jul 1997 02:10:02 -0700 (PDT) Resent-Date: Tue, 22 Jul 1997 02:10:02 -0700 (PDT) Resent-Message-Id: <199707220910.CAA18029@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, marko@kinetic.ki.informatik.uni-frankfurt.de Received: from kinetic.ki.informatik.uni-frankfurt.de (kinetic.ki.informatik.uni-frankfurt.de [141.2.10.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA17640 for ; Tue, 22 Jul 1997 02:00:38 -0700 (PDT) Received: (from marko@localhost) by kinetic.ki.informatik.uni-frankfurt.de (8.8.5/8.8.5) id KAA04072; Tue, 22 Jul 1997 10:57:50 +0200 (CEST) Message-Id: <199707220857.KAA04072@kinetic.ki.informatik.uni-frankfurt.de> Date: Tue, 22 Jul 1997 10:57:50 +0200 (CEST) From: Marko Schuetz Reply-To: marko@kinetic.ki.informatik.uni-frankfurt.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4142: Hugs port to FreeBSD 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4142 >Category: ports >Synopsis: Hugs port to FreeBSD 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 02:10:01 PDT 1997 >Last-Modified: >Originator: Marko Schuetz >Organization: J.W.Goethe Universität, Frankfurt, Germany >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 22 02:16:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18365 for ports-outgoing; Tue, 22 Jul 1997 02:16:39 -0700 (PDT) Received: from mail.wup.de (ns.wup.de [149.237.200.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18347; Tue, 22 Jul 1997 02:16:29 -0700 (PDT) Received: (from root@localhost) by mail.wup.de (8.8.6/8.8.6) id LAA25674; Tue, 22 Jul 1997 11:15:37 +0200 (CEST) Message-ID: <19970722111536.51938@wup.de> Date: Tue, 22 Jul 1997 11:15:36 +0200 From: Andreas Klemm To: hackers@freebsd.org Cc: ports@freebsd.org Subject: FBSD 2.2.2 - problem: no colors when using mutt in a color xterm Reply-To: andreas.klemm@wup.de, andreas@klemm.gtn.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 X-phone: Wiechers & Partner +49 2173 3964 161 X-fax: Wiechers & Partner +49 2173 3964 222 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi ! At home I'm using FreeBSD-current and X11R6.3. There it's possible, to get mutt configured to use colors. I start xterm +xm -tn xterm-color, start mutt from within this xterm session and get nice colors. When doing this on FreeBSD 2.2.2 using X11R6.2 (the FreeBSD version shipped with 2.2.2), then I only get black and white display. Is some solor support not implemented in 2.2.2 ??? Andreas /// From owner-freebsd-ports Tue Jul 22 02:20:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18633 for ports-outgoing; Tue, 22 Jul 1997 02:20:11 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18599; Tue, 22 Jul 1997 02:20:05 -0700 (PDT) Resent-Date: Tue, 22 Jul 1997 02:20:05 -0700 (PDT) Resent-Message-Id: <199707220920.CAA18599@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mita@jp.FreeBSD.org Received: from datsu.fujita3.iis.u-tokyo.ac.jp (datsu.fujita3.iis.u-tokyo.ac.jp [157.82.109.78]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18189 for ; Tue, 22 Jul 1997 02:13:34 -0700 (PDT) Received: (from mita@localhost) by datsu.fujita3.iis.u-tokyo.ac.jp (8.8.5/8.8.5) id SAA01142; Tue, 22 Jul 1997 18:11:17 +0900 (JST) Message-Id: <199707220911.SAA01142@datsu.fujita3.iis.u-tokyo.ac.jp> Date: Tue, 22 Jul 1997 18:11:17 +0900 (JST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4143: Update of a port jp-vflib-2.22 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4143 >Category: ports >Synopsis: jp-vflib-2.22 port is updated to Patchlevel 9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 02:20:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: IIS, the University of Tokyo, JAPAN >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: FreeBSD 2.2.1-RELEASE + current bsd.port* BSD.*dist >Description: This patch attached below makes possible to syncronize current version of VFlib. >How-To-Repeat: >Fix: diff -rcN --exclude=CVS vflib.orig/Makefile vflib/Makefile *** vflib.orig/Makefile Sun Jul 20 19:06:17 1997 --- vflib/Makefile Tue Jul 22 18:03:27 1997 *************** *** 1,37 **** # New ports collection makefile for: jp-vflib ! # Version required: 2.22 # Date created: 10 May 1996 # Whom: Mita Yoshio # # $Id: Makefile,v 1.7 1997/07/17 15:12:47 max Exp $ # ! DISTNAME= VFlib-2.22 PKGNAME= jp-vflib-2.22 CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ ! DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z \ ! VFlib-2.22-PATCH-1 VFlib-2.22-PATCH-2 \ ! VFlib-2.22-PATCH-3 VFlib-2.22-PATCH-4.updated MAINTAINER= mita@jp.FreeBSD.org ! EXTRACT_ONLY= VFlib-2.22.tar.gz pre-patch: ! @(cd ${WRKSRC}; \ ! uudecode ${DISTDIR}/VFlib-2.22-PATCH-1 ; \ ! cd tools ; \ ! tar xzf ../ktestdiff.tar.gz ; \ ! ${PATCH} -s < Imakefile.diff ; \ ! ${PATCH} -s < ktest.diff ; \ ! cd ../src ; \ ! ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-2 ; \ ! ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-3 ) ! (cd ${WRKSRC}; \ ! uudecode ${DISTDIR}/VFlib-2.22-PATCH-4.updated ; \ ! gzcat VF_FNTWV.patch.gz | ${PATCH} -s -p1 \ ! ) do-build: @(cd ${WRKSRC}/src; make) --- 1,24 ---- # New ports collection makefile for: jp-vflib ! # Version required: 2.22 Patchlevel 9 # Date created: 10 May 1996 # Whom: Mita Yoshio # # $Id: Makefile,v 1.7 1997/07/17 15:12:47 max Exp $ # ! DISTNAME= VFlib-2.22pl8 PKGNAME= jp-vflib-2.22 CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ ! DISTFILES= VFlib-2.22-PL8.tar.gz VFlib-2.22-Patch9 watanabe-vf.tar.Z MAINTAINER= mita@jp.FreeBSD.org ! EXTRACT_ONLY= VFlib-2.22-PL8.tar.gz pre-patch: ! @(cd ${WRKSRC}/src; \ ! ${PATCH} --forward --quiet -p0 -E < ${DISTDIR}/VFlib-2.22-Patch9 ) do-build: @(cd ${WRKSRC}/src; make) *************** *** 45,51 **** ${PREFIX}/lib/VFlib) @(cd ${WRKSRC}; \ ${CP} -R doc jTeX COPYING README.txt.JP_EUC vfontcap \ ! ${PREFIX}/lib/VFlib) ${MKDIR} ${PREFIX}/share/fonts/watanabe_font tar -C ${PREFIX}/share/fonts/watanabe_font \ -xzf ${DISTDIR}/watanabe-vf.tar.Z --- 32,38 ---- ${PREFIX}/lib/VFlib) @(cd ${WRKSRC}; \ ${CP} -R doc jTeX COPYING README.txt.JP_EUC vfontcap \ ! vfontcap.bdf vfontcap.comp2 ${PREFIX}/lib/VFlib) ${MKDIR} ${PREFIX}/share/fonts/watanabe_font tar -C ${PREFIX}/share/fonts/watanabe_font \ -xzf ${DISTDIR}/watanabe-vf.tar.Z diff -rcN --exclude=CVS vflib.orig/files/md5 vflib/files/md5 *** vflib.orig/files/md5 Mon Mar 3 19:02:19 1997 --- vflib/files/md5 Wed Jun 25 18:16:10 1997 *************** *** 1,6 **** ! MD5 (VFlib-2.22.tar.gz) = 700f966d2f5b72a3e067a6ff57219496 MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 - MD5 (VFlib-2.22-PATCH-1) = efde929386c932130aea43fc2e6ae082 - MD5 (VFlib-2.22-PATCH-2) = f022f72a17704f7381b3a2f756818c67 - MD5 (VFlib-2.22-PATCH-3) = 863cee3e950ec1a79101102f36174d37 - MD5 (VFlib-2.22-PATCH-4.updated) = 0feddfc38efdff698707f22d984a07c0 --- 1,3 ---- ! MD5 (VFlib-2.22-PL8.tar.gz) = 432d19b2fd8ff0e33e8cf205fd891a6c ! MD5 (VFlib-2.22-Patch9) = b579993d11c15902f9eb873b9c657cd3 MD5 (watanabe-vf.tar.Z) = 17a6a1ef6bfedac3d0b48f0365741e13 diff -rcN --exclude=CVS vflib.orig/patches/patch-aa vflib/patches/patch-aa *** vflib.orig/patches/patch-aa Wed Mar 5 05:00:58 1997 --- vflib/patches/patch-aa Thu Jun 26 00:52:28 1997 *************** *** 1,5 **** ! *** src/Makefile.orig Tue Mar 4 14:50:27 1997 ! --- src/Makefile Tue Mar 4 14:59:59 1997 *************** *** 32,38 **** # SONY_FSLIB = -L/usr/sony/lib -lFSlib --- 1,5 ---- ! *** src/Makefile.orig Fri Apr 25 13:14:25 1997 ! --- src/Makefile Thu Jun 26 00:52:24 1997 *************** *** 32,38 **** # SONY_FSLIB = -L/usr/sony/lib -lFSlib *************** *** 52,58 **** *************** ! *** 82,111 **** #endif default: --- 52,58 ---- *************** ! *** 82,112 **** #endif default: *************** *** 70,89 **** $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex clean: ! ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex *.o core veryclean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex\ ! *.o core *~ \#tz* # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Null.o ! # VFlib libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) ! --- 82,123 ---- #endif default: --- 70,90 ---- $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex clean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ ! ! *.o core veryclean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\ ! *.o core *~ \#tz* # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o ! ! # VFlib libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) ! --- 82,116 ---- #endif default: *************** *** 103,134 **** + $(CP) fwindex $(INSTALL_BINDIR)/fwindex clean: ! ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex *.o core \ ! ! *.so libVFlib.so.2.22 veryclean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex bdfjpindex\ ! ! *.o core *~ \#tz* \ ! ! *.so libVFlib.so.2.22 # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Null.o - + DRV_SOBJ= VF_Sony.so VF_Zeit.so VF_Jg.so VF_TT.so VF_Bdf.so VF_Hbf.so hbf.so \ - + VF_Comp.so VF_BitOp.so VF_FNTWV.so VF_Null.so - + - + - + # VFlib + libVFlib.so.2.22: VFlib.so VFenc.so VFEtable.so VFcap.so fn2ent.so fman.so $(DRV_SOBJ) + $(LD) -x -Bshareable -o libVFlib.so.2.22 \ ! + VFlib.so VFenc.so VFEtable.so VFcap.so fn2ent.so fman.so $(DRV_SOBJ) ! # VFlib ! libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) *************** ! *** 168,173 **** ! --- 180,259 ---- # Null font driver VF_Null.o: VF_Null.c $(CC) $(CFLAGS) -c VF_Null.c --- 104,141 ---- + $(CP) fwindex $(INSTALL_BINDIR)/fwindex clean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ ! ! *.o core *.so libVFlib.so.2.22 veryclean: ! -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex\ ! ! *.o core *~ \#tz* *.so libVFlib.so.2.22 # Font drivers DRV_OBJ= VF_Sony.o VF_Zeit.o VF_Jg.o VF_TT.o VF_Bdf.o VF_Hbf.o hbf.o \ ! VF_Comp.o VF_BitOp.o VF_FNTWV.o VF_Comp2.o VF_Null.o ! ! ! ! DRV_SOBJ= VF_Sony.so VF_Zeit.so VF_Jg.so VF_TT.so VF_Bdf.so VF_Hbf.so hbf.so \ ! ! VF_Comp.so VF_BitOp.so VF_FNTWV.so VF_Comp2.so VF_Null.so ! ! # VFlib ! libVFlib.a: VFlib.o VFenc.o VFEtable.o VFcap.o fn2ent.o fman.o $(DRV_OBJ) ! *************** ! *** 116,121 **** ! --- 120,129 ---- ! $(CP) libVFlib.a VFlib.a ! -$(RANLIB) VFlib.a + libVFlib.so.2.22: VFlib.so VFenc.so VFEtable.so VFcap.so fn2ent.so fman.so $(DRV_SOBJ) + $(LD) -x -Bshareable -o libVFlib.so.2.22 \ ! + VFlib.so VFenc.so VFEtable.so VFcap.so fn2ent.so fman.so $(DRV_SOBJ) ! + # VFlib ! VFlib.o: VFlib.c ! $(CC) $(CFLAGS) $(USEFSLIB) -c VFlib.c *************** ! *** 169,174 **** ! --- 177,260 ---- # Null font driver VF_Null.o: VF_Null.c $(CC) $(CFLAGS) -c VF_Null.c *************** *** 193,198 **** --- 200,209 ---- + # Composite font driver + VF_Comp.so: VF_Comp.c + $(CC) -fpic -DPIC $(CFLAGS) -c VF_Comp.c -o $(.TARGET) + + $(LD) -O $(.TARGET) -x -r $(.TARGET) + + # Composite font driver + + VF_Comp2.so: VF_Comp2.c + + $(CC) -fpic -DPIC $(CFLAGS) -c VF_Comp2.c -o $(.TARGET) + $(LD) -O $(.TARGET) -x -r $(.TARGET) + # Bit-Operated font driver + VF_BitOp.so: VF_BitOp.c diff -rcN --exclude=CVS vflib.orig/pkg/PLIST vflib/pkg/PLIST *** vflib.orig/pkg/PLIST Mon Mar 3 19:02:23 1997 --- vflib/pkg/PLIST Thu Jun 26 00:54:24 1997 *************** *** 1,33 **** include/VF.h ! lib/VFlib.a ! lib/libVFlib.a ! lib/libVFlib.so.2.22 ! lib/VFlib/COPYING ! lib/VFlib/README.txt.JP_EUC ! lib/VFlib/bdfindex ! lib/VFlib/disol ! lib/VFlib/fmtest lib/VFlib/bdfindex lib/VFlib/fwindex lib/VFlib/disol lib/VFlib/kban lib/VFlib/ktest - lib/VFlib/ttindex - lib/VFlib/vfontcap lib/VFlib/vfperf lib/VFlib/vftest ! lib/VFlib/doc/Makefile ! lib/VFlib/doc/QA.txt ! lib/VFlib/doc/README.euc ! lib/VFlib/doc/man.aux ! lib/VFlib/doc/man.dvi ! lib/VFlib/doc/man.log ! lib/VFlib/doc/man.ps ! lib/VFlib/doc/man.tex ! lib/VFlib/doc/manfig1.latex ! lib/VFlib/doc/manfig2.latex ! lib/VFlib/jTeX/README.euc ! lib/VFlib/jTeX/jfmsrc/MakeSlantTFM lib/VFlib/jTeX/jfmsrc/Makefile lib/VFlib/jTeX/jfmsrc/goth10.nwfadj lib/VFlib/jTeX/jfmsrc/goth10.pl --- 1,16 ---- include/VF.h ! lib/VFlib/ttindex lib/VFlib/bdfindex lib/VFlib/fwindex + lib/VFlib/fmtest lib/VFlib/disol lib/VFlib/kban lib/VFlib/ktest lib/VFlib/vfperf lib/VFlib/vftest ! lib/VFlib/jTeX/jfonts/Gen ! lib/VFlib/jTeX/jfonts/Makefile ! lib/VFlib/jTeX/jfmsrc/minslg9.tfm lib/VFlib/jTeX/jfmsrc/Makefile lib/VFlib/jTeX/jfmsrc/goth10.nwfadj lib/VFlib/jTeX/jfmsrc/goth10.pl *************** *** 48,53 **** --- 31,37 ---- lib/VFlib/jTeX/jfmsrc/goth7.pl lib/VFlib/jTeX/jfmsrc/goth7.tfm lib/VFlib/jTeX/jfmsrc/goth8.nwfadj + lib/VFlib/jTeX/jfmsrc/min5.pl lib/VFlib/jTeX/jfmsrc/goth8.pl lib/VFlib/jTeX/jfmsrc/goth8.tfm lib/VFlib/jTeX/jfmsrc/goth9.nwfadj *************** *** 70,78 **** lib/VFlib/jTeX/jfmsrc/gothsla6.tfm lib/VFlib/jTeX/jfmsrc/gothsla7.nwfadj lib/VFlib/jTeX/jfmsrc/gothsla7.pl lib/VFlib/jTeX/jfmsrc/gothsla7.tfm lib/VFlib/jTeX/jfmsrc/gothsla8.nwfadj - lib/VFlib/jTeX/jfmsrc/gothsla8.pl lib/VFlib/jTeX/jfmsrc/gothsla8.tfm lib/VFlib/jTeX/jfmsrc/gothsla9.nwfadj lib/VFlib/jTeX/jfmsrc/gothsla9.pl --- 54,62 ---- lib/VFlib/jTeX/jfmsrc/gothsla6.tfm lib/VFlib/jTeX/jfmsrc/gothsla7.nwfadj lib/VFlib/jTeX/jfmsrc/gothsla7.pl + lib/VFlib/jTeX/jfmsrc/gothsla8.pl lib/VFlib/jTeX/jfmsrc/gothsla7.tfm lib/VFlib/jTeX/jfmsrc/gothsla8.nwfadj lib/VFlib/jTeX/jfmsrc/gothsla8.tfm lib/VFlib/jTeX/jfmsrc/gothsla9.nwfadj lib/VFlib/jTeX/jfmsrc/gothsla9.pl *************** *** 129,141 **** lib/VFlib/jTeX/jfmsrc/gothsld10.pl lib/VFlib/jTeX/jfmsrc/gothsld10.tfm lib/VFlib/jTeX/jfmsrc/gothsld12.nwfadj lib/VFlib/jTeX/jfmsrc/gothsld12.pl lib/VFlib/jTeX/jfmsrc/gothsld12.tfm lib/VFlib/jTeX/jfmsrc/gothsld17.nwfadj lib/VFlib/jTeX/jfmsrc/gothsld17.pl lib/VFlib/jTeX/jfmsrc/gothsld17.tfm lib/VFlib/jTeX/jfmsrc/gothsld5.nwfadj - lib/VFlib/jTeX/jfmsrc/gothsld5.pl lib/VFlib/jTeX/jfmsrc/gothsld5.tfm lib/VFlib/jTeX/jfmsrc/gothsld6.nwfadj lib/VFlib/jTeX/jfmsrc/gothsld6.pl --- 113,126 ---- lib/VFlib/jTeX/jfmsrc/gothsld10.pl lib/VFlib/jTeX/jfmsrc/gothsld10.tfm lib/VFlib/jTeX/jfmsrc/gothsld12.nwfadj + lib/VFlib/jTeX/jfmsrc/gothsld5.pl lib/VFlib/jTeX/jfmsrc/gothsld12.pl lib/VFlib/jTeX/jfmsrc/gothsld12.tfm lib/VFlib/jTeX/jfmsrc/gothsld17.nwfadj + lib/VFlib/jTeX/jfmsrc/min6.pl lib/VFlib/jTeX/jfmsrc/gothsld17.pl lib/VFlib/jTeX/jfmsrc/gothsld17.tfm lib/VFlib/jTeX/jfmsrc/gothsld5.nwfadj lib/VFlib/jTeX/jfmsrc/gothsld5.tfm lib/VFlib/jTeX/jfmsrc/gothsld6.nwfadj lib/VFlib/jTeX/jfmsrc/gothsld6.pl *************** *** 154,159 **** --- 139,145 ---- lib/VFlib/jTeX/jfmsrc/gothsle10.tfm lib/VFlib/jTeX/jfmsrc/gothsle12.nwfadj lib/VFlib/jTeX/jfmsrc/gothsle12.pl + lib/VFlib/jTeX/jfmsrc/min7.pl lib/VFlib/jTeX/jfmsrc/gothsle12.tfm lib/VFlib/jTeX/jfmsrc/gothsle17.nwfadj lib/VFlib/jTeX/jfmsrc/gothsle17.pl *************** *** 172,177 **** --- 158,164 ---- lib/VFlib/jTeX/jfmsrc/gothsle8.tfm lib/VFlib/jTeX/jfmsrc/gothsle9.nwfadj lib/VFlib/jTeX/jfmsrc/gothsle9.pl + lib/VFlib/jTeX/jfmsrc/gothslf5.pl lib/VFlib/jTeX/jfmsrc/gothsle9.tfm lib/VFlib/jTeX/jfmsrc/gothslf10.nwfadj lib/VFlib/jTeX/jfmsrc/gothslf10.pl *************** *** 183,189 **** lib/VFlib/jTeX/jfmsrc/gothslf17.pl lib/VFlib/jTeX/jfmsrc/gothslf17.tfm lib/VFlib/jTeX/jfmsrc/gothslf5.nwfadj - lib/VFlib/jTeX/jfmsrc/gothslf5.pl lib/VFlib/jTeX/jfmsrc/gothslf5.tfm lib/VFlib/jTeX/jfmsrc/gothslf6.nwfadj lib/VFlib/jTeX/jfmsrc/gothslf6.pl --- 170,175 ---- *************** *** 197,204 **** lib/VFlib/jTeX/jfmsrc/gothslf9.nwfadj lib/VFlib/jTeX/jfmsrc/gothslf9.pl lib/VFlib/jTeX/jfmsrc/gothslf9.tfm ! lib/VFlib/jTeX/jfmsrc/gothslg10.nwfadj lib/VFlib/jTeX/jfmsrc/gothslg10.pl lib/VFlib/jTeX/jfmsrc/gothslg10.tfm lib/VFlib/jTeX/jfmsrc/gothslg12.nwfadj lib/VFlib/jTeX/jfmsrc/gothslg12.pl --- 183,191 ---- lib/VFlib/jTeX/jfmsrc/gothslf9.nwfadj lib/VFlib/jTeX/jfmsrc/gothslf9.pl lib/VFlib/jTeX/jfmsrc/gothslf9.tfm ! lib/VFlib/jTeX/jfmsrc/min8.pl lib/VFlib/jTeX/jfmsrc/gothslg10.pl + lib/VFlib/jTeX/jfmsrc/gothslg10.nwfadj lib/VFlib/jTeX/jfmsrc/gothslg10.tfm lib/VFlib/jTeX/jfmsrc/gothslg12.nwfadj lib/VFlib/jTeX/jfmsrc/gothslg12.pl *************** *** 231,246 **** lib/VFlib/jTeX/jfmsrc/min17.pl lib/VFlib/jTeX/jfmsrc/min17.tfm lib/VFlib/jTeX/jfmsrc/min5.nwfadj - lib/VFlib/jTeX/jfmsrc/min5.pl lib/VFlib/jTeX/jfmsrc/min5.tfm lib/VFlib/jTeX/jfmsrc/min6.nwfadj - lib/VFlib/jTeX/jfmsrc/min6.pl lib/VFlib/jTeX/jfmsrc/min6.tfm lib/VFlib/jTeX/jfmsrc/min7.nwfadj - lib/VFlib/jTeX/jfmsrc/min7.pl lib/VFlib/jTeX/jfmsrc/min7.tfm lib/VFlib/jTeX/jfmsrc/min8.nwfadj - lib/VFlib/jTeX/jfmsrc/min8.pl lib/VFlib/jTeX/jfmsrc/min8.tfm lib/VFlib/jTeX/jfmsrc/min9.nwfadj lib/VFlib/jTeX/jfmsrc/min9.pl --- 218,229 ---- *************** *** 412,424 **** lib/VFlib/jTeX/jfmsrc/minslg8.tfm lib/VFlib/jTeX/jfmsrc/minslg9.nwfadj lib/VFlib/jTeX/jfmsrc/minslg9.pl ! lib/VFlib/jTeX/jfmsrc/minslg9.tfm ! lib/VFlib/jTeX/jfonts/Gen ! lib/VFlib/jTeX/jfonts/Makefile lib/VFlib/jTeX/macros/Gen lib/VFlib/jTeX/macros/STYLE-SRC share/fonts/watanabe_font/README share/fonts/watanabe_font/dviprt.vfn share/fonts/watanabe_font/mincho.vf1 share/fonts/watanabe_font/mincho.vf2 @exec /sbin/ldconfig -m %D/lib --- 395,431 ---- lib/VFlib/jTeX/jfmsrc/minslg8.tfm lib/VFlib/jTeX/jfmsrc/minslg9.nwfadj lib/VFlib/jTeX/jfmsrc/minslg9.pl ! lib/VFlib/jTeX/jfmsrc/MakeSlantTFM lib/VFlib/jTeX/macros/Gen lib/VFlib/jTeX/macros/STYLE-SRC + lib/VFlib/jTeX/README.euc + lib/VFlib/doc/README.euc + lib/VFlib/doc/Makefile + lib/VFlib/doc/man.tex + lib/VFlib/doc/QA.txt + lib/VFlib/doc/manfig1.latex + lib/VFlib/doc/manfig2.latex + lib/VFlib/doc/man.aux + lib/VFlib/doc/man.dvi + lib/VFlib/doc/man.ps + lib/VFlib/doc/man.log + lib/VFlib/vfontcap + lib/VFlib/vfontcap.bdf + lib/VFlib/vfontcap.comp2 + lib/VFlib/README.txt.JP_EUC + lib/VFlib/COPYING + lib/VFlib.a + lib/libVFlib.a + lib/libVFlib.so.2.22 share/fonts/watanabe_font/README share/fonts/watanabe_font/dviprt.vfn share/fonts/watanabe_font/mincho.vf1 share/fonts/watanabe_font/mincho.vf2 + @dirrm lib/VFlib/jTeX/jfonts + @dirrm lib/VFlib/jTeX/jfmsrc + @dirrm lib/VFlib/jTeX/macros + @dirrm lib/VFlib/jTeX + @dirrm lib/VFlib/doc + @dirrm lib/VFlib + @dirrm share/fonts/watanabe_font @exec /sbin/ldconfig -m %D/lib --- MITA Yoshio >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 22 02:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA19837 for ports-outgoing; Tue, 22 Jul 1997 02:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA19831; Tue, 22 Jul 1997 02:50:03 -0700 (PDT) Resent-Date: Tue, 22 Jul 1997 02:50:03 -0700 (PDT) Resent-Message-Id: <199707220950.CAA19831@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mita@jp.FreeBSD.org Received: from datsu.fujita3.iis.u-tokyo.ac.jp (datsu.fujita3.iis.u-tokyo.ac.jp [157.82.109.78]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA19321 for ; Tue, 22 Jul 1997 02:39:21 -0700 (PDT) Received: (from mita@localhost) by datsu.fujita3.iis.u-tokyo.ac.jp (8.8.5/8.8.5) id SAA02667; Tue, 22 Jul 1997 18:37:12 +0900 (JST) Message-Id: <199707220937.SAA02667@datsu.fujita3.iis.u-tokyo.ac.jp> Date: Tue, 22 Jul 1997 18:37:12 +0900 (JST) From: mita@jp.FreeBSD.org Reply-To: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4144: port xcalendar-4.0 is I18N'ed Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4144 >Category: ports >Synopsis: port xcalendar-4.0 is updated to the internationarized version. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 02:50:01 PDT 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: IIS, the University of Tokyo, JAPAN >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: 2.2.1-RELEASE + current bsd.port* /etc/mtree/* >Description: I18N patch is applied to the xcalendar-4.0 port. >How-To-Repeat: >Fix: diff -rcN xcalendar.orig/Makefile xcalendar/Makefile *** xcalendar.orig/Makefile Mon Nov 11 05:50:21 1996 --- xcalendar/Makefile Tue Jul 22 18:22:40 1997 *************** *** 11,18 **** --- 11,24 ---- CATEGORIES= misc MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/ + PATCH_SITES= ftp://ports.jp.FreeBSD.org/pub/incoming/sonota/xcalender/ + PATCHFILES= xcalendar-4.0+i18n.patch.gz + MAINTAINER= mita@jp.FreeBSD.org USE_IMAKE= yes + + post-extract: + @(cd ${WRKSRC} ; uudecode XCal-uj.uu) .include diff -rcN xcalendar.orig/files/md5 xcalendar/files/md5 *** xcalendar.orig/files/md5 Wed Jul 10 21:18:34 1996 --- xcalendar/files/md5 Sat Jan 11 11:31:29 1997 *************** *** 1 **** --- 1,2 ---- MD5 (xcalendar.tar.gz) = 581e5e6a387fb781bf3bd8f77dd498a8 + MD5 (xcalendar-4.0+i18n.patch.gz) = 7d1586420168adea6504e1ba94dedeba diff -rcN xcalendar.orig/patches/patch-aa xcalendar/patches/patch-aa *** xcalendar.orig/patches/patch-aa Thu Jan 1 09:00:00 1970 --- xcalendar/patches/patch-aa Sat Jan 11 11:31:29 1997 *************** *** 0 **** --- 1,31 ---- + *** Imakefile.orig Thu Jan 9 14:43:21 1997 + --- Imakefile Thu Jan 9 14:45:05 1997 + *************** + *** 1,7 **** + XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar + LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp + # Comment out the following two lines for the Motif version + ! LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) + EXTRA_DEFINES = -DATHENA + # Uncomment the following two lines for the Motif version + # LOCAL_LIBRARIES = -L/usr/local/Motif/lib -lXm $(XMULIB) $(XTOOLLIB) $(XLIB) + --- 1,7 ---- + XCALENDAR_LIBDIR = $(LIBDIR)/xcalendar + LIBFILES = larrow.xbm qmark.xbm quit.xbm rarrow.xbm xcalendar.hlp + # Comment out the following two lines for the Motif version + ! LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lxpg4 + EXTRA_DEFINES = -DATHENA + # Uncomment the following two lines for the Motif version + # LOCAL_LIBRARIES = -L/usr/local/Motif/lib -lXm $(XMULIB) $(XTOOLLIB) $(XLIB) + *************** + *** 46,54 **** + install:: XCal-uj.ad + MakeDir($(LIBDIR)/ja_JP.EUC/app-defaults) + $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.EUC/app-defaults/XCalendar + - + - # MakeDir($(LIBDIR)/ja_JP.ujis/app-defaults) + - # $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.ujis/app-defaults/XCalendar + + clean:: + $(RM) XCal-uj.ad + --- 46,51 ---- diff -rcN xcalendar.orig/pkg/COMMENT xcalendar/pkg/COMMENT *** xcalendar.orig/pkg/COMMENT Wed Jul 10 21:18:34 1996 --- xcalendar/pkg/COMMENT Tue Jul 22 18:33:33 1997 *************** *** 1 **** ! calendar with a notebook for X11 --- 1 ---- ! A calendar with a notebook for X11 (internationarized version) diff -rcN xcalendar.orig/pkg/DESCR xcalendar/pkg/DESCR *** xcalendar.orig/pkg/DESCR Wed Jul 10 21:18:34 1996 --- xcalendar/pkg/DESCR Sat Jan 11 11:31:30 1997 *************** *** 4,7 **** Just type `xcalendar [month [year]]' on command line. If month and year are not provided on the command line they are assumed to be current. ! MITA Yoshio --- 4,10 ---- Just type `xcalendar [month [year]]' on command line. If month and year are not provided on the command line they are assumed to be current. ! ! Note: This program is internationarized but only ! app-defaults files for English (C) and Japanese (ja_JP.EUC) are included. ! Let's add another locales! diff -rcN xcalendar.orig/pkg/PLIST xcalendar/pkg/PLIST *** xcalendar.orig/pkg/PLIST Wed Jul 10 21:18:34 1996 --- xcalendar/pkg/PLIST Sat Jan 11 11:31:30 1997 *************** *** 1,4 **** --- 1,5 ---- bin/xcalendar + lib/X11/ja_JP.EUC/app-defaults/XCalendar lib/X11/app-defaults/XCalendar lib/X11/xcalendar/larrow.xbm lib/X11/xcalendar/qmark.xbm ---- MITA Yoshio >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 22 03:56:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA21914 for ports-outgoing; Tue, 22 Jul 1997 03:56:15 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA21909; Tue, 22 Jul 1997 03:56:08 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 22 Jul 1997 6:53:41 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA13633; Tue, 22 Jul 97 06:53:34 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA25966; Tue, 22 Jul 1997 06:51:19 -0400 Message-Id: <19970722065118.42843@ct.picker.com> Date: Tue, 22 Jul 1997 06:51:18 -0400 From: Randall Hopper To: andreas.klemm@wup.de, andreas@klemm.gtn.com Cc: hackers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FBSD 2.2.2 - problem: no colors when using mutt in a color xterm References: <19970722111536.51938@wup.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <19970722111536.51938@wup.de>; from Andreas Klemm on Tue, Jul 22, 1997 at 11:15:36AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andreas Klemm: |At home I'm using FreeBSD-current and X11R6.3. There it's possible, to get |mutt configured to use colors. | |I start xterm +xm -tn xterm-color, start mutt from within this |xterm session and get nice colors. | |When doing this on FreeBSD 2.2.2 using X11R6.2 (the FreeBSD version |shipped with 2.2.2), then I only get black and white display. | |Is some solor support not implemented in 2.2.2 ??? Yes, you have at least two options: Option #1: If compiled with either ncurses or Slang: setenv TERM xterm-color to activate a terminal entry that has the color-capability set. This has the conn that the xterm-color entry isn't as well written as the xterm one, so some of your terminal emulation won't work as well. Read on... Option #2: If compiled with Slang, just use your regular "xterm" terminal entry (i.e. leave TERM set to "xterm") and: setenv COLORTERM y I recommend compiling with Slang. I've been running with it on FreeBSD and Solaris for a good while now, doing color with both mutt and slrn (a news reader). Randall From owner-freebsd-ports Tue Jul 22 04:33:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA23167 for ports-outgoing; Tue, 22 Jul 1997 04:33:18 -0700 (PDT) Received: from po2.glue.umd.edu (root@po2.glue.umd.edu [129.2.128.45]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA23155 for ; Tue, 22 Jul 1997 04:33:05 -0700 (PDT) Received: from downlink.eng.umd.edu (downlink.eng.umd.edu [129.2.98.182]) by po2.glue.umd.edu (8.8.6/8.8.5) with ESMTP id HAA23944; Tue, 22 Jul 1997 07:32:59 -0400 (EDT) Received: from localhost (chuckr@localhost) by downlink.eng.umd.edu (8.8.5/8.8.5) with SMTP id HAA07123; Tue, 22 Jul 1997 07:32:58 -0400 (EDT) X-Authentication-Warning: downlink.eng.umd.edu: chuckr owned process doing -bs Date: Tue, 22 Jul 1997 07:32:57 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@downlink.eng.umd.edu To: Werner Griessl cc: ports@freebsd.org Subject: Re: problem with gnuplot-336 in 2.2-stable In-Reply-To: <19970722091138.43059@btp1da.phy.uni-bayreuth.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Jul 1997, Werner Griessl wrote: > Thanks for the patch ! > I installed it as "patch-ac" and the port is working now. > Werner Satoshi's asking me, because of packageing, to either force it to include the gd lib or to take it out, conditioned on "PACKAGE_BUILDING" which I'll do later today. Just to let you know. > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt. T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Tue Jul 22 05:57:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA26372 for ports-outgoing; Tue, 22 Jul 1997 05:57:44 -0700 (PDT) Received: from cayman.irbs.com (cayman.irbs.com [199.182.75.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA26342; Tue, 22 Jul 1997 05:57:14 -0700 (PDT) Received: (from jc@localhost) by cayman.irbs.com (8.8.5/8.8.5) id IAA03801; Tue, 22 Jul 1997 08:56:59 -0400 (EDT) Message-ID: <19970722085658.42789@irbs.com> Date: Tue, 22 Jul 1997 08:56:58 -0400 From: John Capo To: Tom Samplonius Cc: ports@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: gated and ethernet alias addresses References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: ; from Tom Samplonius on Sun, Jul 20, 1997 at 11:20:39PM -0700 X-Organization: IRBS Engineering, (954) 792-9551 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Quoting Tom Samplonius (tom@sdf.com): > > Does gated support secondary addresses on an interface? > > Basically, I want to add an alias address (secondary address) on ed0 in > a different subnet than the primary address, and be able to export the > route to this secondary address via OSPF. > I don't know if gated supports multiple nets on the same interface but I do know that you can alias at least one network on lo0 and export it via OSPF. That scheme works fine with 3.6A and probably 3.5 also. I have one network aliased to lo0 at the site running OSPF. I just aliased two non-contiguous nets on lo0 at a site running RIP and both aliased nets were exported. I would think OSPF would do the same. John Capo IRBS Engineering From owner-freebsd-ports Tue Jul 22 06:00:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA26492 for ports-outgoing; Tue, 22 Jul 1997 06:00:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA26468; Tue, 22 Jul 1997 06:00:01 -0700 (PDT) Date: Tue, 22 Jul 1997 06:00:01 -0700 (PDT) Message-Id: <199707221300.GAA26468@hub.freebsd.org> To: freebsd-ports Cc: From: Ruslan Shevchenko Subject: Re: ports/4103: Should I or should I not ? Reply-To: Ruslan Shevchenko Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4103; it has been noted by GNATS. From: Ruslan Shevchenko To: meissner@tu-harburg.d400.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/4103: Should I or should I not ? Date: Tue, 22 Jul 1997 14:27:17 +0300 meissner@tu-harburg.d400.de wrote: > > >Number: 4103 > >Category: ports > >Synopsis: Should I or should I not ? > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Wed Jul 16 10:10:01 PDT 1997 > >Last-Modified: > >Originator: Frank Meissner > >Organization: > Technical University of Hamburg > >Release: FreeBSD 2.2.2-RELEASE i386 > >Environment: > > > > >Description: > > I have just ported latex2html, pvm and xpvm to FreeBSD. > But -- as I am leaving the university in a couple of weeks -- > I am not sure whether I can be responsible for the ports in > the future. Please email if you still interested in these > ports. > my latex2html port live in incoming during month. > >How-To-Repeat: > > > > >Fix: > > > > >Audit-Trail: > >Unformatted: From owner-freebsd-ports Tue Jul 22 06:07:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA26750 for ports-outgoing; Tue, 22 Jul 1997 06:07:24 -0700 (PDT) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA26719; Tue, 22 Jul 1997 06:07:13 -0700 (PDT) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.8.5/8.8.2) id XAA09218; Tue, 22 Jul 1997 23:06:03 +1000 (EST) Message-ID: <19970722230602.13588@rf900.physics.usyd.edu.au> Date: Tue, 22 Jul 1997 23:06:02 +1000 From: David Dawes To: andreas.klemm@wup.de, andreas@klemm.gtn.com Cc: hackers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FBSD 2.2.2 - problem: no colors when using mutt in a color xterm References: <19970722111536.51938@wup.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19970722111536.51938@wup.de>; from Andreas Klemm on Tue, Jul 22, 1997 at 11:15:36AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Jul 22, 1997 at 11:15:36AM +0200, Andreas Klemm wrote: >At home I'm using FreeBSD-current and X11R6.3. There it's possible, to get >mutt configured to use colors. > >I start xterm +xm -tn xterm-color, start mutt from within this >xterm session and get nice colors. > >When doing this on FreeBSD 2.2.2 using X11R6.2 (the FreeBSD version >shipped with 2.2.2), then I only get black and white display. > >Is some solor support not implemented in 2.2.2 ??? The most common reason for xterm colour not working with XFree86 releases prior to XFree86 3.3 is that the colour resources are set in the XTerm-color app-defaults file, not the one called XTerm. One solution is to put: *customization: -color in your ~/.Xdefaults file. Another is to put the colour resource settings from the XTerm-color app-defaults file into the XTerm app-defaults file. In XFree86 3.3, the default configuation is colour-friendly. (BTW, FreeBSD 2.2.2 ships with XFree86 3.2 as far as I know, not X11R6.2 -- and the xterm in the standard X11R6.x releases doesn't do colour anyway.) David From owner-freebsd-ports Tue Jul 22 13:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA27409 for ports-outgoing; Tue, 22 Jul 1997 13:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA27403; Tue, 22 Jul 1997 13:50:01 -0700 (PDT) Date: Tue, 22 Jul 1997 13:50:01 -0700 (PDT) Message-Id: <199707222050.NAA27403@hub.freebsd.org> To: freebsd-ports Cc: From: Frank Seltzer Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Frank Seltzer Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Frank Seltzer To: Satoshi Asami Cc: helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Tue, 22 Jul 1997 16:37:22 -0400 (EDT) On Mon, 21 Jul 1997, Satoshi Asami wrote: > * I had this problem until Wolfgang built xview-lib and -config for me on > * his -current system. I have a stock 2.2.2 system that I can test fixes on > > Ok, I tried it too. On my system (2.2-stable mid-last week, > 3.0-current yesterday), workman doesn't work. (I only tried as myself > -- not as root.) > > It dies like this: > > === > >> workman > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > XView warning: Notifier error: Bad file number > Segmentation fault (core dumped) > === This exactly what I get. > I compiled xview-*/workman on both the 2.2 and 3.0 systems, even > fetched the ones in ftp.freebsd.org's packages-current. None of them > worked. > > Frank, can you try the one on mirror sites' packages-current? Which mirror site do you want me to try? And which version (2.2.2, 2.2-stable or -current)? > Satoshi Frank -- Only in America can a homeless veteran sleep in a cardboard box while a draft dodger sleeps in the White House - anonymous From owner-freebsd-ports Tue Jul 22 21:00:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA21994 for ports-outgoing; Tue, 22 Jul 1997 21:00:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA21951; Tue, 22 Jul 1997 21:00:03 -0700 (PDT) Resent-Date: Tue, 22 Jul 1997 21:00:03 -0700 (PDT) Resent-Message-Id: <199707230400.VAA21951@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, shanee@augusta.de Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id UAA21715 for ; Tue, 22 Jul 1997 20:55:32 -0700 (PDT) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0wqsTV-004cuTC; Wed, 23 Jul 97 05:52 MET DST Received: by nomail via sendmail with stdio id for FreeBSD-gnats-submit@freebsd.org; Tue, 22 Jul 1997 23:39:26 +0200 (CEST) (Smail-3.2 1996-Jul-4 #1 built DST-May-22) Message-Id: Date: Tue, 22 Jul 1997 23:39:26 +0200 (CEST) From: shanee@augusta.de Reply-To: shanee@augusta.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4146: autoconf-2.12 failed (Unknown info command `dircategory'.) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4146 >Category: ports >Synopsis: autoconf-2.12 failed (Unknown info command `dircategory'.) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 21:00:01 PDT 1997 >Last-Modified: >Originator: Andreas Kohout >Organization: Private Site running FreeBSD-current >Release: FreeBSD 3.0-CURRENT i386 >Environment: ctm_rmail ports with ctm-ports-1936 >Description: while make install autoconf-2.12 there is a error two times no succes root@rabbit# make install >> Checksum OK for autoconf-2.12.tar.gz. ===> Building for autoconf-2.12 makeinfo -I. ./standards.texi --no-split --output=standards.info Making info file `standards.info' from `./standards.texi'. ./standards.texi:7: Unknown info command `dircategory'. *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. while the third time it works??? >How-To-Repeat: cd /usr/ports/devel/autoconf;make install >Fix: ? >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 22 22:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA25623 for ports-outgoing; Tue, 22 Jul 1997 22:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA25593; Tue, 22 Jul 1997 22:40:02 -0700 (PDT) Resent-Date: Tue, 22 Jul 1997 22:40:02 -0700 (PDT) Resent-Message-Id: <199707230540.WAA25593@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jmr@ugcs.caltech.edu Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA25498; Tue, 22 Jul 1997 22:37:55 -0700 (PDT) Message-Id: <199707230537.WAA25498@hub.freebsd.org> Date: Tue, 22 Jul 1997 22:37:55 -0700 (PDT) From: jmr@ugcs.caltech.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4148: scheme48 port not at latest version Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4148 >Category: ports >Synopsis: scheme48 port not at latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 22:40:01 PDT 1997 >Last-Modified: >Originator: Jesse Rosenstock >Organization: >Release: 2.2-STABLE >Environment: FreeBSD tla.aa.net 2.2-STABLE FreeBSD 2.2-STABLE #0: Wed Jul 2 22:44:16 PDT 1997 jmr@tla.caltech.edu:/usr/src/sys/compile/TLA i386 >Description: scheme48 port is 0.36, latest is 0.46 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 22 23:10:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA26978 for ports-outgoing; Tue, 22 Jul 1997 23:10:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA26957; Tue, 22 Jul 1997 23:10:01 -0700 (PDT) Resent-Date: Tue, 22 Jul 1997 23:10:01 -0700 (PDT) Resent-Message-Id: <199707230610.XAA26957@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, jmr@ugcs.caltech.edu Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA26797; Tue, 22 Jul 1997 23:06:57 -0700 (PDT) Message-Id: <199707230606.XAA26797@hub.freebsd.org> Date: Tue, 22 Jul 1997 23:06:57 -0700 (PDT) From: jmr@ugcs.caltech.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4149: gcl port isn't of latest version Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4149 >Category: ports >Synopsis: gcl port isn't of latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 23:10:00 PDT 1997 >Last-Modified: >Originator: Jesse Rosenstock >Organization: >Release: 2.2-STABLE >Environment: FreeBSD tla.aa.net 2.2-STABLE FreeBSD 2.2-STABLE #0: Wed Jul 2 22:44:16 PDT 1997 jmr@tla.caltech.edu:/usr/src/sys/compile/TLA i386 >Description: Port is of gcl 2.0, latest is 2.2. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 22 23:56:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29522 for ports-outgoing; Tue, 22 Jul 1997 23:56:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29511; Tue, 22 Jul 1997 23:56:25 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA01368; Tue, 22 Jul 1997 23:56:24 -0700 (PDT) Date: Tue, 22 Jul 1997 23:56:24 -0700 (PDT) Message-Id: <199707230656.XAA01368@freefall.freebsd.org> To: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, torstenb@FreeBSD.ORG Subject: Re: ports/4146 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: autoconf-2.12 failed (Unknown info command `dircategory'.) Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: asami Responsible-Changed-When: Tue Jul 22 23:51:59 PDT 1997 Responsible-Changed-Why: Dear Torsten, We received the following bug report today. Since my record shows you bravely took the autoconf port by its horns (or feet or whatever) and became the official MAINTAINER (I'm not yelling, that's how we write it), I would like to protect your honor and assign this report to you. I expect no less than perfection from our committers, as you know all too well. If you are unable to tame the beast for whatever reason, section x.y.z (where x and y and z are suitable numbers determined by today's handbook length) of the handbook may help. Some crazy folk with the alias "meistersinger" wrote a long step-by-step introduction to install-info and ports. Yours truly, The Insignificant One From owner-freebsd-ports Wed Jul 23 00:30:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA01288 for ports-outgoing; Wed, 23 Jul 1997 00:30:10 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA01274; Wed, 23 Jul 1997 00:30:04 -0700 (PDT) Date: Wed, 23 Jul 1997 00:30:04 -0700 (PDT) Message-Id: <199707230730.AAA01274@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Wolfgang Helbig To: frankd@yoda.fdt.net (Frank Seltzer) Cc: asami@cs.berkeley.edu, helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 09:22:28 +0200 (MET DST) Hi Frank, The xview-lib packages of all releases are symlinked to the same file. At least on ftp.freebsd.org--I assume the same goes for the mirrors. So I don't think it's worthwhile to test different releases. But I do think, the following test will give us some more hints: o Delete all packages that use the xview library and then delete the packages xview-config-3.2.1 and xview-lib-3.2.1 o Edit the file /usr/include/sys/types.h: Change #define FD_SETSIZE 256 to #define FD_SETSIZE 1024 o rebuild the xview-lib from the ports: cd to /usr/ports/x11/xview-lib and run ``make clean all install'' o add an xview application, like workman, run it and see what happens. Thanks for your time! Wolfgang From owner-freebsd-ports Wed Jul 23 01:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05114 for ports-outgoing; Wed, 23 Jul 1997 01:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05103; Wed, 23 Jul 1997 01:50:02 -0700 (PDT) Date: Wed, 23 Jul 1997 01:50:02 -0700 (PDT) Message-Id: <199707230850.BAA05103@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: helbig@MX.BA-Stuttgart.De Cc: frankd@yoda.fdt.net, helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 01:41:06 -0700 (PDT) * The packages-current on ftp.freebsd.org are symlinked: : * So its no use to try both :-) Um, are you aware who are you talking to? ;) They are symlinked to diffent files, in case you missed one level of directories. * So FD_SETSIZE, which controls the size of quite a few local variables * in the notifier code, seems to hide the error if set to 1024--at * least on my -current, on my 2.2.2 and on Frank's 2.2.2. Well, it didn't help on my -current nor 2.2.2. ;) * BTW Satoshi, the big FD_SETSIZE is not yet merged to the 2.2 Branch. * Should it? No idea, I'm not in charge of those. You have to ask the person who changed it. Satoshi From owner-freebsd-ports Wed Jul 23 01:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05126 for ports-outgoing; Wed, 23 Jul 1997 01:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05111; Wed, 23 Jul 1997 01:50:03 -0700 (PDT) Date: Wed, 23 Jul 1997 01:50:03 -0700 (PDT) Message-Id: <199707230850.BAA05111@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: frankd@yoda.fdt.net Cc: helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 01:43:20 -0700 (PDT) * This exactly what I get. Ok. * Which mirror site do you want me to try? And which version (2.2.2, * 2.2-stable or -current)? Well, whichever mirror site is fine but these are the original checksums: MD5 (packages-2.2.2/x11/xview-lib-3.2.1.tgz) = 2fff30d0d0ae40b2de9fbe1ed0110058 MD5 (packages-current/x11/xview-lib-3.2.1.tgz) = 11a6cb4b08aa8138a40e72c21a986587 I would like you to try both, on whatever systems you have, if it's not too much trouble for you. Satoshi From owner-freebsd-ports Wed Jul 23 03:00:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07824 for ports-outgoing; Wed, 23 Jul 1997 03:00:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07807; Wed, 23 Jul 1997 03:00:03 -0700 (PDT) Date: Wed, 23 Jul 1997 03:00:03 -0700 (PDT) Message-Id: <199707231000.DAA07807@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: helbig@MX.BA-Stuttgart.De, frankd@yoda.fdt.net, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 11:23:38 +0200 (MET DST) > * The packages-current on ftp.freebsd.org are symlinked: > : > * So its no use to try both :-) > > Um, are you aware who are you talking to? ;) Sorry, and thanks for clarification, of course you're right. I missed ../ALL != ../ALL . > > They are symlinked to diffent files, in case you missed one level of > directories. > > * So FD_SETSIZE, which controls the size of quite a few local variables > * in the notifier code, seems to hide the error if set to 1024--at > * least on my -current, on my 2.2.2 and on Frank's 2.2.2. > > Well, it didn't help on my -current nor 2.2.2. ;) So I cannot assume 2.2.2 == 2.2.2 anymore :-( > * BTW Satoshi, the big FD_SETSIZE is not yet merged to the 2.2 Branch. > * Should it? > > No idea, I'm not in charge of those. You have to ask the person who > changed it. O. k. Wolfgang From owner-freebsd-ports Wed Jul 23 03:00:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07834 for ports-outgoing; Wed, 23 Jul 1997 03:00:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA07815; Wed, 23 Jul 1997 03:00:06 -0700 (PDT) Date: Wed, 23 Jul 1997 03:00:06 -0700 (PDT) Message-Id: <199707231000.DAA07815@hub.freebsd.org> To: freebsd-ports Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: helbig@MX.BA-Stuttgart.De Cc: helbig@MX.BA-Stuttgart.De, frankd@yoda.fdt.net, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 02:57:13 -0700 (PDT) * So I cannot assume 2.2.2 == 2.2.2 anymore :-( Oops sorry, I'm running 2.2-stable here. 2.2-stable and 3.0-current (both from a few days ago). Satoshi From owner-freebsd-ports Wed Jul 23 06:00:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA15125 for ports-outgoing; Wed, 23 Jul 1997 06:00:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA15114; Wed, 23 Jul 1997 06:00:02 -0700 (PDT) Resent-Date: Wed, 23 Jul 1997 06:00:02 -0700 (PDT) Resent-Message-Id: <199707231300.GAA15114@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, belkovic@albert.osu.cz Received: from ix035.osu.cz (ix035.osu.cz [195.113.106.35]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA14705 for ; Wed, 23 Jul 1997 05:50:46 -0700 (PDT) Received: (from root@localhost) by ix035.osu.cz (8.8.6/8.8.6) id OAA14105; Wed, 23 Jul 1997 14:52:38 GMT Message-Id: <199707231452.OAA14105@ix035.osu.cz> Date: Wed, 23 Jul 1997 14:52:38 GMT From: root@ix035.osu.cz Reply-To: belkovic@albert.osu.cz To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4150: USE_IMAKE || USE_X11 ports Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4150 >Category: ports >Synopsis: USE_IMAKE || USE_X11 ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 23 06:00:01 PDT 1997 >Last-Modified: >Originator: Josef Pavel Belkovics >Organization: Ostrava University, Czech Republic >Release: FreeBSD 2.2-970713-RELENG i386 >Environment: >Description: In /etc/mtree/ isn't file BSD.x11.dist. In such case I must do 'make -DNO_MTREE'. >How-To-Repeat: >Fix: You know. >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jul 23 06:10:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA15810 for ports-outgoing; Wed, 23 Jul 1997 06:10:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA15804; Wed, 23 Jul 1997 06:10:02 -0700 (PDT) Resent-Date: Wed, 23 Jul 1997 06:10:02 -0700 (PDT) Resent-Message-Id: <199707231310.GAA15804@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, belkovic@albert.osu.cz Received: from ix035.osu.cz (ix035.osu.cz [195.113.106.35]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA15317 for ; Wed, 23 Jul 1997 06:02:57 -0700 (PDT) Received: (from root@localhost) by ix035.osu.cz (8.8.6/8.8.6) id PAA14488; Wed, 23 Jul 1997 15:04:49 GMT Message-Id: <199707231504.PAA14488@ix035.osu.cz> Date: Wed, 23 Jul 1997 15:04:49 GMT From: root@ix035.osu.cz Reply-To: belkovic@albert.osu.cz To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4151: USE_IMAKE || USE_X11 ports Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4151 >Category: ports >Synopsis: USE_IMAKE || USE_X11 ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 23 06:10:01 PDT 1997 >Last-Modified: >Originator: Josef Pavel Belkovics >Organization: Ostrava University, Czech Republic >Release: FreeBSD 2.2-970713-RELENG i386 >Environment: >Description: In /etc/mtree/ isn't file BSD.x11.dist. In such case I must do 'make -DNO_MTREE'. >How-To-Repeat: >Fix: You know. (And don't forget to do 'newaliases' in next releng. Send-pr reports me something like 'mysterious errors' from above reason.) >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jul 23 07:08:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18924 for ports-outgoing; Wed, 23 Jul 1997 07:08:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA18910; Wed, 23 Jul 1997 07:08:39 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA03808; Wed, 23 Jul 1997 07:08:35 -0700 (PDT) Date: Wed, 23 Jul 1997 07:08:35 -0700 (PDT) Message-Id: <199707231408.HAA03808@freefall.freebsd.org> To: belkovic@albert.osu.cz, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4150 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: USE_IMAKE || USE_X11 ports State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Jul 23 07:07:42 PDT 1997 State-Changed-Why: Already reported and fixed in 2.2-stable. You can copy the file from /usr/src/etc/BSD.x11.dist in the meantime. From owner-freebsd-ports Wed Jul 23 07:09:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA19014 for ports-outgoing; Wed, 23 Jul 1997 07:09:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19002; Wed, 23 Jul 1997 07:09:50 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA03885; Wed, 23 Jul 1997 07:09:46 -0700 (PDT) Date: Wed, 23 Jul 1997 07:09:46 -0700 (PDT) Message-Id: <199707231409.HAA03885@freefall.freebsd.org> To: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: ports/4151 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Old Synopsis: USE_IMAKE || USE_X11 ports New Synopsis: release and newaliases Responsible-Changed-From-To: freebsd-ports->jkh Responsible-Changed-By: asami Responsible-Changed-When: Wed Jul 23 07:08:43 PDT 1997 Responsible-Changed-Why: The "ports" part is fixed -- I don't know what he means in the "Fix" section but it seems like something to do with the installation. From owner-freebsd-ports Wed Jul 23 15:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20161 for ports-outgoing; Wed, 23 Jul 1997 15:40:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20125; Wed, 23 Jul 1997 15:40:02 -0700 (PDT) Date: Wed, 23 Jul 1997 15:40:02 -0700 (PDT) Message-Id: <199707232240.PAA20125@hub.freebsd.org> To: freebsd-ports Cc: From: Frank Seltzer Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Frank Seltzer Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Frank Seltzer To: Wolfgang Helbig Cc: asami@cs.berkeley.edu, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 18:34:35 -0400 (EDT) On Wed, 23 Jul 1997, Wolfgang Helbig wrote: > Hi Frank, > > The xview-lib packages of all releases are symlinked to the > same file. At least on ftp.freebsd.org--I assume the same goes for > the mirrors. So I don't think it's worthwhile to test different > releases. > > But I do think, the following test will give us some more hints: > > o Delete all packages that use the xview library and then delete > the packages xview-config-3.2.1 and xview-lib-3.2.1 > > o Edit the file /usr/include/sys/types.h: > Change > #define FD_SETSIZE 256 > to > #define FD_SETSIZE 1024 > > o rebuild the xview-lib from the ports: cd to /usr/ports/x11/xview-lib > and run ``make clean all install'' > > o add an xview application, like workman, run it and see what happens. > > Thanks for your time! > > Wolfgang It worked! I rebuilt xview-lib and -config from source, built workman and ftptool from source and everything works just fine. Thanks for all the help! Frank -- Only in America can a homeless veteran sleep in a cardboard box while a draft dodger sleeps in the White House - anonymous From owner-freebsd-ports Wed Jul 23 15:40:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20170 for ports-outgoing; Wed, 23 Jul 1997 15:40:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20149; Wed, 23 Jul 1997 15:40:05 -0700 (PDT) Date: Wed, 23 Jul 1997 15:40:05 -0700 (PDT) Message-Id: <199707232240.PAA20149@hub.freebsd.org> To: freebsd-ports Cc: From: Frank Seltzer Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Frank Seltzer Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Frank Seltzer To: Satoshi Asami Cc: helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@hub.freebsd.org Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Wed, 23 Jul 1997 18:37:43 -0400 (EDT) On Wed, 23 Jul 1997, Satoshi Asami wrote: > Well, whichever mirror site is fine but these are the original checksums: > > MD5 (packages-2.2.2/x11/xview-lib-3.2.1.tgz) = 2fff30d0d0ae40b2de9fbe1ed0110058 > MD5 (packages-current/x11/xview-lib-3.2.1.tgz) = 11a6cb4b08aa8138a40e72c21a986587 > > I would like you to try both, on whatever systems you have, if it's > not too much trouble for you. I just rebuilt xview-lib and -config from source after making the changes Wolfgang suggested and the problem went away. I will delete them and install from packages if you would like me to. Do you still want me to try this? > Satoshi Frank -- Only in America can a homeless veteran sleep in a cardboard box while a draft dodger sleeps in the White House - anonymous From owner-freebsd-ports Thu Jul 24 00:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA15860 for ports-outgoing; Thu, 24 Jul 1997 00:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA15854; Thu, 24 Jul 1997 00:50:01 -0700 (PDT) Resent-Date: Thu, 24 Jul 1997 00:50:01 -0700 (PDT) Resent-Message-Id: <199707240750.AAA15854@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA15563; Thu, 24 Jul 1997 00:40:22 -0700 (PDT) Message-Id: <199707240740.AAA15563@hub.freebsd.org> Date: Thu, 24 Jul 1997 00:40:22 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4155: Fixed port: imlib-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4155 >Category: ports >Synopsis: Fixed port: imlib-0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 24 00:50:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: >Description: I have fixed the imlib port to follow its latest version. Imlib is the nessesary graphic library for Enlightenment port. Please enjoy... Yukihiro Nakai -------------- diff -ruN imlib.orig/Makefile imlib/Makefile --- imlib.orig/Makefile Wed Jun 4 08:39:10 1997 +++ imlib/Makefile Thu Jul 24 15:27:38 1997 @@ -1,16 +1,15 @@ # New ports collection makefile for: imlib -# Version required: 0.1 +# Version required: 0.2 # Date created: 10 June 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $ # -DISTNAME= imlib -PKGNAME= imlib-0.1 +DISTNAME= imlib_DR-0.2 +PKGNAME= imlib-0.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cse.unsw.edu.au/pub/users/s2154962/ -DISTFILES= imlib_DR-0.1.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp @@ -18,6 +17,7 @@ djpeg:${PORTSDIR}/graphics/jpeg \ convert:${PORTSDIR}/graphics/ImageMagick +WRKSRC= ${WRKDIR}/imlib USE_GMAKE= yes USE_IMAKE= yes diff -ruN imlib.orig/files/md5 imlib/files/md5 --- imlib.orig/files/md5 Wed Jun 4 08:39:10 1997 +++ imlib/files/md5 Fri Jul 18 04:32:46 1997 @@ -1 +1 @@ -MD5 (imlib_DR-0.1.tar.gz) = ab4d7e66f893d4b695b7a4e3c982d353 +MD5 (imlib_DR-0.2.tar.gz) = 01eb2c040bae2e02c59e00e54e46a406 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 24 01:40:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA17909 for ports-outgoing; Thu, 24 Jul 1997 01:40:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA17902; Thu, 24 Jul 1997 01:40:08 -0700 (PDT) Resent-Date: Thu, 24 Jul 1997 01:40:08 -0700 (PDT) Resent-Message-Id: <199707240840.BAA17902@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA17717; Thu, 24 Jul 1997 01:36:22 -0700 (PDT) Message-Id: <199707240836.BAA17717@hub.freebsd.org> Date: Thu, 24 Jul 1997 01:36:22 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4156: Fixed port: enlightenment-0.10 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4156 >Category: ports >Synopsis: Fixed port: enlightenment-0.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 24 01:40:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: 3.0-current >Description: I have fixed the enlightenment port to follow its latest version. Enlightenment is a very artistic window manager for X. Yukihiro Nakai -------------- begin 644 enl-patch.gz M'XL("-@.US, V5N;"UP871C: #=7/]SXK@5_SG\%;K9S'03 D;F2Q+F]F;9 MA*3T0I(A;.]NNBTUM@ '8W.VN22]N?[ME603C-?*\IZ8::>YV2/8^GS>1_+3 MQS(\Q7$G$U()5[>$^9X[G<7,7S _K@:A.S7ZUIQ-7(]MGWL]7*I4*F_!#GYB M#OG+RB>D06IG[6:]7:>$GI^?ELKELH+S8#A;<8Q'S :AS;;9:E,SP7S\2"KT MA!\NTY-ZBWS\6"+OR"U[(LL@C"-B!Y['[-@-?+)8RYX$89N0[4BERCOR5Q9& MHF'(?EVY(7-$(U*KGI?*RG.T)L)=6C$C=LCX2W)"_-":Z"1+5/)&/\V"Q>O) M]<\OJ[D[<\. W%ISRR7?RY>/?<\:5^/JJA('\Y>@:MG5Q^4/G$/0'/9XB/6P MG/Q&:%7^)\,8M991JQ.SG@ZJ%5D+EW2?E^10HDN5R][#\+;3[WXXX+TO5>Y_ MO'Y]MQF+BNSS5M/1Y: B>UM60L107'2&W>N[0:_[\.'@F=(2Z7<>AMW!Z*$W M%('DO=LA_]<=?#A0#YQH>=/[-+KLWG=O+SE7;_'E2Y7R?^W# MW^_O!L.'R][@#V,:6LN9:T>&N_#<<8D,/M]N(,[CDDV+FXLS/$3YI\&/#X.+ M#P<'A[_S7V4;,<3D\T-W=-WO_,A'[(5%R?M>YOWMW:AW^S#LW-R,^IW;^\ZU MZ*XX4RZ5G:#B^E%L>5Z[5.;$ZX;W@[OK0:?_!Y&Q>%@9:W,U^/'[0?>J]_,? MQMCU);0O)65.\$X:/U.Z#=R*L06+C,ON5>?SS5 BNS\/!YV+X>BB?RGPZ[>?NE=W@^ZH,[A^R K<)DCT M52XP<5&*1]&"7REMW0D-4GVJ@:=\U?5M;^4P\OTX@J=*6YTS-2:[3KK7;C-&/NW-F%K5?ZETWR_BLC M."(?B$7'S;/3>L.R[6;#:=7/3KF'T/KYY&S2F-1HHU3>QM):!MRLUUO.>;U^ MYIS7Z/B4G=F*9>7ZF#^M&L!\NX)Q-%7C M^!4V>Z\\;=-&N];,WBN;XE;9E$-Z?'Q,>NO[HE0BP7WKA9 S0LUVXZQMGB?@ MBI#^VOC@@8L3[,"E\\U/FX\)>&7$,(78)>]%J/7MSFC^5I9CDDF' T(TO/LAGG$#TG M2]>>1U5RS&]YW_% [QP^&'SA\#EBGZ/P1I OA=KEZ.$Q^<36U[7 MS%!N1O+B]BJ5)SF.DOQ/NB"38I2A<*LGU=8+QZ/R> MQVVW^KJ>$",I#O.#A^^3\T>&6-MEWHY7<1SX4>8(>V9VYJUKB]-?!%?ZLSD7 M!D&<>L^>?7-\)GJ+XA?=$S$A^_.JFIX"X]=N59T^A]PG=T(E_%Y4I^DWQ'1YEI MO[XZJ!;(P5(@?TT%KNE2@14I M<"B\1OA=1(1.H:XH=9)YEF3?>M)DNL<-C"2Y+BV1\*G0[7?7*97.@M?#\H(\ MN9YC6Z'#?UTW/C*,XV/C^&__^/??T_G$C^]PD14CD-"*GB<3,_EM39\9L%"^4UDR[2JI^ M?F],+/*MB?4T8\S3F5ABLK1J)PU2;O&Y4MMIKGPKZ)XGR__"Y$BZ_-^:'6^O MSN=3X_ZF]S#,+YG7QY7K\74#R /-!I1=Q_*GF?-VK9%=@9^WQ!*\49.+<,(? MT7,/S97B1SUW$=KJ#@ M,A,<1.<8(FX,430&R;#L^30,^$-7]7$YW1%D0[3;$.TV1+L#D>% 9#@0&0PB M@T%D3"#,$PCS%,(\A3#/(,PS"+,+879!S-Q^1V,6SX+?F ]RC6TD/B8DWR32 MGEEN")>:P, Z$QA")(LBC$@!0X@4,(1(=]G!B!0PA$@!0XG\A!/Y"2?R$USD MQ N6RQ>XRA0'D?F(#0+NU,Q:+!ABIJ4X\-BG.+#.A>5ZX^ 9+G0-!"M= ^%2 M X3)"A!<8H"P5H0XA#2$L&B^\CRXN 0&%IC H")%0HRGD)D,FO80.7/(2,TA M,A80Y@6(&=)!'R+#A\@((,P!A'D)85Y"F'^%,/\*818/V=2" L9 @ F-8$(C M@*Q# M)1^NBX8;@@N^!V:OQVHU*Y&+O^/F"7K_&3#VIV:[K^W&:WUO8JC()P MU];R0Y_=FDZ>=VR8?%BT8UM_$G!+WK$U/[;:E7GI/AOCJ5&C\G,#&,9$8.H( M3 .!:2(P+03F%($Y0V#.X1A:0V 0>4 1>4 1>4 1>4 1>4 1>4 1>4 1>4 1 M>6 B\L!$Y(&)R ,3D01W5\SJJYW54S^NHGM=1/:^C>EY'];R. MZGD=U?,ZJN=U5,_KJ)[743VOHWI>1_6\CNIYG:GG=::>UYEZ7F?J>9VIYW6F MGM>9>EYGZGF=J>=UII[7F7I>9^IYG:GG=::>UYEZ7F?J>9VIYW6FGM>9>EYG MZGE=7<_KZ@BO\RQ_#L0D-1WA*IJ!U6:@4*49:!T#%=_CXO1*)$JN1*+4^CBI M/DZGCQ,9>:[S6C2 PZ+DIEB@C8 M(EA%K(8%0J_F*Q!Z'5^!T"LH@-',G4 OA?A",\D:<,IFH-!N2NC2LUSXO2H# M145-;P"B:EX#OG =QV,:!+(<'HA/%VMLL8Q?P..V!8:.7+*)8B1L AQW T5& M%7LTD%$%%!KUR?7%OY$%'N(-$A\3.N_7R#%:[1BM=HQ6:Z/5VFBU-EJM@U;K MH-4Z:+4,K9:AU3*TV@E:[02M=H)6.T6KG:+53M%JX<_8&R16+?P)>XUTT6I= MM%H7K?81K?81K?81K7:.5CM'JYVCU<(_:]D@L6KAG[6LD?!GZPT2JQ;^;+U& MPA?<&R16+?PCHC4R0*L-T&H#M-HE6NT2K78)4IO\D8F=FJ;[IG=K++=1[]9T M^V\O[ ))_N 8H%XY!8"JEE,,J'8YQ>Q>P9P"=JUC3IL#JIG7"$A-QN)K,E6DP"6=2H2T'=):I(] M* '5]*A)]J $5-^C)MF#$E"MCYID#TI =3]JDCTH =4 J4GVH 14#Z0FV8,2 M4&V0FD1?":S^6TVR!R7[\%A81;B*9!\>"ZL.5Y'LPV-AE>(JDGUX+*QJ7$6R M#X^%59"K2/;AL;!J"ZMH5Y'LPV-AU>TJDGUX+*S274$"JW=7DR"5P*H7,TA%5]G@):6U^(U^@"M,X^A\=5VZM)\#W!5=ZK2+!K37P5OII$KSN0BOP,'%R7 MG\/B[V_P&OT<&%JI7P3'77U,U7X1''?%$17\&?0"5<=?3(#K_@)5TU],H*$ M5=^O((%6^2MH@+7^&19LQ;^* C>NN.K_8@(M!<"= ,4$. 6H70&%>-WX.'=! M[1,HQ.OI!^T9*,"#=@X4XO7T@W81%.!!>PD*\7KZ0?L*"O"@W06%>#W]H)T& M!7C0?H-"O)Y^T-Z# CQH!T(A7D\_:#=" 1[[J0=J9T(A7D\_:)="(5Y//VC' M0@$>M&^A$*^G'[2'H0 /VLE0B-?3#]K54(#'?F:&VN%0B-?3C_VT [7GH1"O MIQ_[<(+:!5&(U],/VA%1B-?3#]H=48 '[9$HQ.OI!^V72/&[[YI( 9"]$RED M]QT4*6!['\6;?U)^&Y]^"0+'\(A@$ @ :KSUC0X6">W2!HJ [00I_0?#5Z"] $%X4 &![ end >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 24 02:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18488 for ports-outgoing; Thu, 24 Jul 1997 02:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18449; Thu, 24 Jul 1997 02:00:01 -0700 (PDT) Date: Thu, 24 Jul 1997 02:00:01 -0700 (PDT) Message-Id: <199707240900.CAA18449@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3924: de.spinne-1.0.0 Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3924; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: helbig@MX.BA-Stuttgart.De, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/3924: de.spinne-1.0.0 Date: Thu, 24 Jul 1997 10:21:50 +0200 (MET DST) > * As soon as I've some time--after cleanly closing the xview-lib PR-- > * I'll try the portlint package on spinne and put the new port back > * on ftp.ba-stuttgart.de. (I don't want to fill up the ftp.FreeBSD.org > * disks with zillions of spinne-versions) > > Well, if it already works for -current (and for most people for 2.2.x > as well), we can put it in the ports tree. > > As for ftp.freebsd.org, I just deleted the old spinne tarballs in > incoming, go ahead and put it there. Done. Wolfgang > > Satoshi > From owner-freebsd-ports Thu Jul 24 03:00:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA20457 for ports-outgoing; Thu, 24 Jul 1997 03:00:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA20435; Thu, 24 Jul 1997 03:00:01 -0700 (PDT) Resent-Date: Thu, 24 Jul 1997 03:00:01 -0700 (PDT) Resent-Message-Id: <199707241000.DAA20435@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, joe@pavilion.net Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA20195 for ; Thu, 24 Jul 1997 02:50:34 -0700 (PDT) Received: from core.pavilion.net (core.pavilion.net [194.242.128.24]) by florence.pavilion.net (8.8.5/8.8.5) with ESMTP id KAA27932 for ; Thu, 24 Jul 1997 10:50:02 +0100 (BST) Received: (from joe@localhost) by core.pavilion.net (8.8.6/8.8.5) id KAA25218; Thu, 24 Jul 1997 10:50:02 +0100 (BST) Message-Id: <199707240950.KAA25218@core.pavilion.net> Date: Thu, 24 Jul 1997 10:50:02 +0100 (BST) From: Josef Karthauser Reply-To: joe@pavilion.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4158: Suck ports (news/suck) is out of date. Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4158 >Category: ports >Synopsis: Suck ports (news/suck) is out of date. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 24 03:00:00 PDT 1997 >Last-Modified: >Originator: Josef Karthauser >Organization: Pavilion Internet plc >Release: FreeBSD 2.2-STABLE i386 >Environment: Ports tree cvsupped today. >Description: The new/suck ports is out of date and currently doesn't work. The port requires suck-2.6.2.tgz, but the currently availble version is suck-3.5.1.tar.gz. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 24 04:50:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA24234 for ports-outgoing; Thu, 24 Jul 1997 04:50:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA24228; Thu, 24 Jul 1997 04:50:02 -0700 (PDT) Resent-Date: Thu, 24 Jul 1997 04:50:02 -0700 (PDT) Resent-Message-Id: <199707241150.EAA24228@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Nakai@Mlab.t.u-tokyo.ac.jp Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA23804; Thu, 24 Jul 1997 04:40:35 -0700 (PDT) Message-Id: <199707241140.EAA23804@hub.freebsd.org> Date: Thu, 24 Jul 1997 04:40:35 -0700 (PDT) From: Nakai@Mlab.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4159: Fixed port: qvwm Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4159 >Category: ports >Synopsis: Fixed port: qvwm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 24 04:50:01 PDT 1997 >Last-Modified: >Originator: Yukihiro Nakai >Organization: >Release: 3.0-current >Environment: 3.0-current >Description: I have fixed the qvwm port to follow its latest version. 1.0b8c -> 1.0b8d Qvwm is the best win95 look-alike window manager. Yukihiro Nakai -------------- diff -ruN qvwm.orig/Makefile qvwm/Makefile --- qvwm.orig/Makefile Mon Jun 30 22:24:43 1997 +++ qvwm/Makefile Thu Jul 24 20:19:16 1997 @@ -1,12 +1,12 @@ # New ports collection makefile for: qvwm -# Version required: 1.0b8c +# Version required: 1.0b8d # Date created: 2 January 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.6 1997/06/30 10:44:07 max Exp $ # -DISTNAME= qvwm-1.0b8c +DISTNAME= qvwm-1.0b8d CATEGORIES= x11 MASTER_SITES= http://www-masuda.is.s.u-tokyo.ac.jp/~kourai/qvwm/program/ diff -ruN qvwm.orig/files/md5 qvwm/files/md5 --- qvwm.orig/files/md5 Mon Jun 30 22:24:43 1997 +++ qvwm/files/md5 Thu Jul 24 20:19:20 1997 @@ -1 +1 @@ -MD5 (qvwm-1.0b8c.tar.gz) = 1be4759f313ac065f9de000630c6e27a +MD5 (qvwm-1.0b8d.tar.gz) = d2b0d7c1e8a0b47275e5019de88807f2 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 24 06:53:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA28922 for ports-outgoing; Thu, 24 Jul 1997 06:53:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA28906; Thu, 24 Jul 1997 06:53:20 -0700 (PDT) From: John Fieber Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA24328; Thu, 24 Jul 1997 06:53:08 -0700 (PDT) Date: Thu, 24 Jul 1997 06:53:08 -0700 (PDT) Message-Id: <199707241353.GAA24328@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, jfieber@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4159 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Fixed port: qvwm State-Changed-From-To: open-closed State-Changed-By: jfieber State-Changed-When: Thu Jul 24 06:52:31 PDT 1997 State-Changed-Why: Patch applied. From owner-freebsd-ports Thu Jul 24 07:19:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA00621 for ports-outgoing; Thu, 24 Jul 1997 07:19:08 -0700 (PDT) Received: from schubert.promo.de (schubert.Promo.DE [194.45.188.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA00610 for ; Thu, 24 Jul 1997 07:18:41 -0700 (PDT) Received: from [194.45.188.81] (stefan.Promo.DE [194.45.188.81]) by schubert.promo.de (8.8.5/8.8.5) with ESMTP id QAA08824; Thu, 24 Jul 1997 16:13:04 +0200 (MET DST) X-Sender: stefan@mail.promo.de Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Thu, 24 Jul 1997 16:17:37 +0200 To: ports@freebsd.org, julian@whistle.com From: Stefan Bethke Subject: Please review ports/net/netatalk Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAA00617 Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, please review the port for netatalk-1.4b2 for both correctness and sensible file layout (Julian?). The port is in ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ports-net-netatalk-1.4b2.tar.gz The original distribution ftp://terminator.rs.itd.umich.edu/unix/netatalk/netatalk-1.4b2.tar.gz ftp://ftp.freebsd.org/pub/FreeBSD/incoming/netatalk-1.4b2.tar.gz $ portlint -acNv . OK: checking pkg/PLIST. OK: checking pkg/COMMENT. OK: checking pkg/DESCR. OK: checking Makefile. OK: checking files/md5. OK: checking ./pkg/COMMENT. OK: checking ./pkg/DESCR. OK: checking ./pkg/PLIST. looks fine. The package installs and de-installs fine, not leaving any files behind. Please bear with me, this is my first port... If everything is fine, I would commit this using easy-import, with - repository "ports" - area "net" - module name "netatalk" - module poth "ports/net/netatalk" - vendor tag "STB" - release tag "netatalk_1_4b2" Is this OK? Cheers, Stefan -- Stefan Bethke Promo Datentechnik | Tel. +49-40-851744-0 + Systemberatung GmbH | Fax. +49-40-851744-44 Eduardstrasse 46-48 | e-mail: stefan@Promo.DE D-20257 Hamburg | http://www.Promo.DE/ Private: Mühlendamm 12 | Tel. +49-40-256848 D-22089 Hamburg | e-mail: stefan.bethke@hanse.de | stb@freebsd.org From owner-freebsd-ports Thu Jul 24 09:26:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA08602 for ports-outgoing; Thu, 24 Jul 1997 09:26:31 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA08595 for ; Thu, 24 Jul 1997 09:26:27 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id MAA20225 for ; Thu, 24 Jul 1997 12:25:44 GMT Date: Thu, 24 Jul 1997 12:25:44 +0000 (GMT) From: "Jonathan A. Zdziarski" To: freebsd-ports@freebsd.org Subject: SNMPWalk Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anyone know wher I can find snmpwalk for bsd? ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Thu Jul 24 12:50:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA20124 for ports-outgoing; Thu, 24 Jul 1997 12:50:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA20070; Thu, 24 Jul 1997 12:49:49 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA09716; Thu, 24 Jul 1997 12:49:35 -0700 (PDT) Date: Thu, 24 Jul 1997 12:49:35 -0700 (PDT) Message-Id: <199707241949.MAA09716@freefall.freebsd.org> To: mita@jp.FreeBSD.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4144 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port xcalendar-4.0 is updated to the internationarized version. State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Thu Jul 24 12:49:04 PDT 1997 State-Changed-Why: Submitted changes applied. From owner-freebsd-ports Thu Jul 24 13:00:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA20778 for ports-outgoing; Thu, 24 Jul 1997 13:00:59 -0700 (PDT) Received: from mail.webspan.net (root@mail.webspan.net [206.154.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA20770 for ; Thu, 24 Jul 1997 13:00:55 -0700 (PDT) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970608) with ESMTP id QAA10442; Thu, 24 Jul 1997 16:00:54 -0400 (EDT) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPAN/970608) with ESMTP id QAA16755; Thu, 24 Jul 1997 16:00:53 -0400 (EDT) To: "Jonathan A. Zdziarski" cc: freebsd-ports@FreeBSD.ORG From: "Gary Palmer" Subject: Re: SNMPWalk In-reply-to: Your message of "Thu, 24 Jul 1997 12:25:44 -0000." Date: Thu, 24 Jul 1997 16:00:53 -0400 Message-ID: <16753.869774453@orion.webspan.net> Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jonathan A. Zdziarski" wrote in message ID : > Anyone know wher I can find snmpwalk for bsd? /usr/ports/net/ucd-snmp Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-ports Thu Jul 24 13:59:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA23734 for ports-outgoing; Thu, 24 Jul 1997 13:59:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA23722; Thu, 24 Jul 1997 13:59:46 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA10151; Thu, 24 Jul 1997 13:59:31 -0700 (PDT) Date: Thu, 24 Jul 1997 13:59:31 -0700 (PDT) Message-Id: <199707242059.NAA10151@freefall.freebsd.org> To: mita@jp.FreeBSD.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4143 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: jp-vflib-2.22 port is updated to Patchlevel 9 State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Thu Jul 24 13:58:40 PDT 1997 State-Changed-Why: The upgrade is integrated with some modification. From owner-freebsd-ports Thu Jul 24 14:24:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA24969 for ports-outgoing; Thu, 24 Jul 1997 14:24:04 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA24933 for ; Thu, 24 Jul 1997 14:23:59 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id RAA10600; Thu, 24 Jul 1997 17:23:17 GMT Date: Thu, 24 Jul 1997 17:23:17 +0000 (GMT) From: "Jonathan A. Zdziarski" To: freebsd-ports@freebsd.org cc: lukasz@nask.pl Subject: MRTG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk the Changes file reads: * Lukasz Ploszajski provided a patch which implements a 'bits' option. This is for all those who like to impress their users with large numbers :-) All the numbers in the html page and in the gifs will show up as bits and not as Bytes if you specify the Option[router]: bits yet mrtg reports an error with this option. There were two patches automatically installed when mrtg was built, perhaps I'm missing the wrong one? I've replaced [router] with the same variable as the Target, title, etc...so I dunno what's wrong ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Thu Jul 24 14:27:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA25116 for ports-outgoing; Thu, 24 Jul 1997 14:27:58 -0700 (PDT) Received: from netrail.net (netrail.net [205.215.10.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA25111 for ; Thu, 24 Jul 1997 14:27:56 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id RAA10848 for ; Thu, 24 Jul 1997 17:27:20 GMT Date: Thu, 24 Jul 1997 17:27:20 +0000 (GMT) From: "Jonathan A. Zdziarski" To: freebsd-ports@freebsd.org Subject: mrtg - never mind Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Never mind was a typo in the Changes, it's actually Options like the config file says. ------------------------------------------------------------------------- Jonathan A. Zdziarski NetRail Incorporated Server Engineering Manager 230 Peachtree St. Suite 500 jonz@netrail.net Atlanta, GA 30303 http://www.netrail.net (888) - NETRAIL ------------------------------------------------------------------------- From owner-freebsd-ports Thu Jul 24 14:37:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA25523 for ports-outgoing; Thu, 24 Jul 1997 14:37:16 -0700 (PDT) Received: from ppp6564.on.sympatico.ca (ppp6572.on.sympatico.ca [206.172.208.164]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA25516 for ; Thu, 24 Jul 1997 14:37:13 -0700 (PDT) Received: from localhost (tim@localhost) by ppp6564.on.sympatico.ca (8.8.5/8.7.3) with SMTP id RAA21263; Thu, 24 Jul 1997 17:35:15 -0400 (EDT) Date: Thu, 24 Jul 1997 17:35:14 -0400 (EDT) From: Tim Vanderhoek Reply-To: ac199@hwcn.org To: "Pedro F. Giffuni" cc: ports@FreeBSD.ORG Subject: Re: Visual Basic under FreeBSD? In-Reply-To: <33C1AEBC.6CC@fps.biblos.unal.edu.co> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 7 Jul 1997, Pedro F. Giffuni wrote: > I'm back to porting, but I don't have time for this and it looks > interesting although not necessarily portable (and IMO VB sucks ;-) ): > http://SoftworksLtd.com/vbvm.html Actually, if you read far enough down their webpage, it does list FreeBSD as one of the systems it has been ported to. (although I don't see an FBSD version on their ftp site). However, this will only run programs that are compiled with MicroSoft Visual Basic. These programs will still be written on a MicroSoft OS, using what is (currently) a language only available by paying Microsoft money. This drops any encouragement for MS Win VB programmers to learn about non VB, non-MS languages (this, in fact, is basically the stated purpose in creating this vbvm). This is one of the few times where I think the unavailability of a piece of technology on FreeBSD will do more good than its availability. :-( Rather than seeing this vbvm, I would love to see a VB compiler on FreeBSD. Anyways, since it also looks like it will not be freely available (either a demo or other) once it finished, I don't think it would make a good "port" candidate. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Thu Jul 24 14:55:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA26601 for ports-outgoing; Thu, 24 Jul 1997 14:55:27 -0700 (PDT) Received: from fps.biblos.unal.edu.co ([168.176.37.11]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA26567 for ; Thu, 24 Jul 1997 14:54:53 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co by fps.biblos.unal.edu.co (AIX 4.1/UCB 5.64/4.03) id AA24812; Thu, 24 Jul 1997 16:52:12 -0500 Message-Id: <33D7EA53.73A5@fps.biblos.unal.edu.co> Date: Thu, 24 Jul 1997 16:50:43 -0700 From: Pedro Giffuni Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) Mime-Version: 1.0 To: ac199@hwcn.org Cc: ports@FreeBSD.ORG Subject: Re: Visual Basic under FreeBSD? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tim Vanderhoek wrote: ... > > However, this will only run programs that are compiled with > MicroSoft Visual Basic. .... Nuke VB! Yeah, I dropped this quite a time ago...The current objective is something like http://www.willows.com It's more interesting, and it's GPL, but the build produce sucks and I doubt in it's current state it will work in anything that is not Linux. There is already a reduced number of FreeBSD voluntaries working on this, but it's not urgent either ... Pedro. > > -- > tIM...HOEk > OPTIMIZATION: the process of using many one-letter variables names > hoping that the resultant code will run faster. From owner-freebsd-ports Thu Jul 24 20:45:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA11608 for ports-outgoing; Thu, 24 Jul 1997 20:45:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA11582; Thu, 24 Jul 1997 20:44:55 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA12113; Thu, 24 Jul 1997 20:44:38 -0700 (PDT) Date: Thu, 24 Jul 1997 20:44:38 -0700 (PDT) Message-Id: <199707250344.UAA12113@freefall.freebsd.org> To: joe@pavilion.net, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4158 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Suck ports (news/suck) is out of date. State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Thu Jul 24 20:41:05 PDT 1997 State-Changed-Why: Someone else has reported this already. (CF: PR #4131.) Please wait as I'm trying to get hold of the port maintainer. From owner-freebsd-ports Thu Jul 24 21:05:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA12343 for ports-outgoing; Thu, 24 Jul 1997 21:05:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA12337; Thu, 24 Jul 1997 21:04:53 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA12322; Thu, 24 Jul 1997 21:04:36 -0700 (PDT) Date: Thu, 24 Jul 1997 21:04:36 -0700 (PDT) Message-Id: <199707250404.VAA12322@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/4131 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Upgrade of news/suck to version 3.5.0 Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Thu Jul 24 21:02:40 PDT 1997 Responsible-Changed-Why: I'm trying to contact the maintainer using another e-mail address. If that fails too, I'll apply this patch. From owner-freebsd-ports Fri Jul 25 00:13:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA18942 for ports-outgoing; Fri, 25 Jul 1997 00:13:53 -0700 (PDT) Received: from portal.wee.com (portal.wee.com [205.178.11.194]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA18931; Fri, 25 Jul 1997 00:13:44 -0700 (PDT) Received: from humble-server (humble.wee.org [205.178.11.195]) by portal.wee.com (8.6.12/8.6.12) with SMTP id AAA07365 Message-ID: <33D8520E.5BC9@inCommon.com> Date: Fri, 25 Jul 1997 00:13:18 -0700 From: "Jay L. Verkler" X-Mailer: Mozilla 3.0 (WinNT; I) MIME-Version: 1.0 To: ports@freebsd.org CC: support@Hughes.com.au, jfitz@freebsd.org Subject: location of database for Msql Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In portint to freebsd, your doc says you moved the following directories: Documentation states: Port uses: ===================== ========================== /usr/local/Hughes /usr/local /usr/local/Hughes/msqldb /var/db/msqldb /usr/local/Hughes/msql2.sock /usr/local/etc/msql2/msql2.sock /usr/local/Hughes/msql2.pid /usr/local/etc/msql2/msql2.pid /usr/local/Hughes/msql.conf /usr/local/etc/msql2/msql.conf /usr/local/Hughes/msql.acl /usr/local/etc/msql2/msql.acl It is reasonably important to be able to change locations of a datbase file, and /var seems to me to be a poor choice for a database file given its size may grow far beyond a normal var partition. If the pre-ported version allowed the "dbhome" to be changed via install dir and the db location changed with it, that is desireable to the current location. I'm interested in why you picked /var? If there is a param in the conf file for db file location, please let me know what it is. Otherwise, may I suggest one? thanks. From owner-freebsd-ports Fri Jul 25 03:22:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA26153 for ports-outgoing; Fri, 25 Jul 1997 03:22:44 -0700 (PDT) Received: from schubert.promo.de (schubert.Promo.DE [194.45.188.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA26144 for ; Fri, 25 Jul 1997 03:22:38 -0700 (PDT) Received: from [194.45.188.81] (stefan.Promo.DE [194.45.188.81]) by schubert.promo.de (8.8.5/8.8.5) with ESMTP id MAA12311; Fri, 25 Jul 1997 12:17:27 +0200 (MET DST) X-Sender: stefan@mail.promo.de Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Jul 1997 12:22:02 +0200 To: ports@freebsd.org, julian@whistle.com From: Stefan Bethke Subject: Please review ports/net/netatalk, 2nd attempt Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, there was a stupid error in the startup script. Please check the new version. The port is in ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ports-net-netatalk-1.4b2-3.tar.gz (...-2.tar.gz was an upload error, please ignore) The original distribution ftp://terminator.rs.itd.umich.edu/unix/netatalk/netatalk-1.4b2.tar.gz ftp://ftp.freebsd.org/pub/FreeBSD/incoming/netatalk-1.4b2.tar.gz If there are no objections, I will commit this on Sunday. Cheers, Stefan -- Stefan Bethke Promo Datentechnik | Tel. +49-40-851744-0 + Systemberatung GmbH | Fax. +49-40-851744-44 Eduardstrasse 46-48 | e-mail: stefan@Promo.DE D-20257 Hamburg | http://www.Promo.DE/ From owner-freebsd-ports Fri Jul 25 07:00:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA04256 for ports-outgoing; Fri, 25 Jul 1997 07:00:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA04231; Fri, 25 Jul 1997 07:00:03 -0700 (PDT) Resent-Date: Fri, 25 Jul 1997 07:00:03 -0700 (PDT) Resent-Message-Id: <199707251400.HAA04231@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, taoka@infonets.hiroshima-u.ac.jp Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA04104 for ; Fri, 25 Jul 1997 06:58:25 -0700 (PDT) Received: from cal.infonets.hiroshima-u.ac.jp (cal.infonets.hiroshima-u.ac.jp [133.41.33.61]) by diana.infonets.hiroshima-u.ac.jp (8.8.5/3.5Wpl5) with ESMTP id WAA15811 for ; Fri, 25 Jul 1997 22:57:50 +0900 (JST) Received: (from taoka@localhost) by cal.infonets.hiroshima-u.ac.jp (8.8.5/3.5Wpl5) id WAA23564; Fri, 25 Jul 1997 22:57:49 +0900 (JST) Message-Id: <199707251357.WAA23564@cal.infonets.hiroshima-u.ac.jp> Date: Fri, 25 Jul 1997 22:57:49 +0900 (JST) From: taoka@infonets.hiroshima-u.ac.jp Reply-To: taoka@infonets.hiroshima-u.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4166: New two ports: Wnn6, Wnn6-lib (japanese) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4166 >Category: ports >Synopsis: Wnn6 is a Japanese input method >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 25 07:00:01 PDT 1997 >Last-Modified: >Originator: Satoshi Taoka >Organization: Hiroshima Univ. in Japane >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: A category of both Wnn6 and Wnn6-lib is in japanese. ** japanese/Wnn6 ** Wnn6 is a Japanese input method. This software 'Wnn6' is not free, and you can buy it from Omron Software Co., Ltd. In this port 'Wnn6', Wnn6 is installed from CD-ROM. ** japanese/Wnn6-lib ** This port 'Wnn6-lib' is for include files and a libray to build Wnn6 clients (e.g. mule and kinput2). The files are treated as a free software. >How-To-Repeat: >Fix: begin 644 Wnn6+Wnn6-lib.tar.gz M'XL(``"GV#,"`^T]:W/CUG7[E?@5U[0:2K8($B`)[4J1L[+$W:57KR$I[W:R M'BT(@")$$&#Q$"6O^6/L(=N9])6T]3A.W*DGF=DZ\3B)^_J0-)E./S6UFYDZ MG4ZGGWK.Q8,`"8)2+&E=FW=W)>#><\]]G'//X]YSL6SN@:X+N1M7F4@QOU(J MD1N$"(6B@+])L52DO[V4QR)!X'A>$$J$<'F.R]\@I1O7D!S+%DU";MBBT183 MX#2Q<>-+F%B7_DU54ZS<,Z9_243 MZ;^2YWB7_J65DL`#+W"%/*[__)S^5YZ>?R[74/6)R*A#$`LR52[-FD: M)D'F@!)"LEE28TD=)XE\G<[5;55O&KIB6VQ+-0VKI7;$K,.*$GO%)@4YKFM&#'-:OP+%D0Y9) MI@=#2?$\OU+(V5(W@_5SBBT!TYLGJJ18006>)9NF(MH*3(@H28:CVZ37,BR% MZ&(',G695+:([G0:BDE$4R&`F>9R_,HR,16KJTBV>J)H9P%*F,"*33J*J%O8 MKNCU9_6%5:BSNK*ZFH<_.->K.1WF]%2U;$6W(R^9$"XO^2/HB`!ALEW1LGIR MT&9JUX`AV"W1#G77:-*&,Z0#?$\:"O8YJ'&IU`*NN2=*[>@<,W(U_[&N0\3"^H:!_%@@\*F0#L9C]B2"B%VPEX;-28#P8CQ-92#>"O-LUMJO27.]#' MRFG7)`M/Z%N?O$BXQXP,+(!K4Y89MWM[]Z$5W8C@1OH%#R1]T)5%&]8`H,)) MZJ=#95L&.8,EI*EMNH0!-C3O5'_AC=/=%Y:"$<K)7EL\6T;!H1M4<+#I"-#:6O`Z5GWA27FK M4M^KKF9SCF52H7FB]OTQ3$.B6*+$I+R,$,;.23!Z[S?;\#@"TR)E\^R)Q^DC M"++F#R0JSE+/4U&=7B(O373)A3=,]4C518V@JB>J12P0HC).6PC]:#*\+M/^ M`X]&5G-$WH27=*0@34MXK\C/\]>Z*A^"Z%E_K,HDZZ`4(OQ+)"B(< M5$X8W4C(`Q2*=1(NA8?,8P"!@L>9<,$=3\LOQVD)[!:LUT!/C*KM:PHN0%,Q M'52\R$^NU2`V@07H:I<53:$:2/&'$L%PV;-*JH*A'MPA= M(V3S^AR=:<5LB5T+B51D^4E.476P8#5-D>/HXTG:"&E=1!F+2$:G`TQD4>,E M7%E6P8`Q=-%4%4K_#%`_XU'6I35U%,;92#D5.UU-688'17(\TE.##'61U]IJ MA"N;*C1-!:IF@,[):6HCAXL]E`62%D0`6`O^[)`LXD=]T-.IY'C2)X_6KHRU M7.F'^I?R3;R&I5/H/O-]WYZ:H6I#-:;K7290N>/J-J+DSJ-FJ>"?HFN9.#4[ M3<5.4?(QJC5&\YVHW5Z03]6+IVX\F`3-&-:*4Y7B16SJ"749-,[W@X>DYOF$ M]L_=-.^VW>W)AYVVW(C3L1=4XQ'>&NEUF&0ZX?&:\<8\?063M__3;1]=W1[P MQ??_\H+`S??_KIG^^]N56OTJVN#R>:%8G$I_0>"++OWY?)$O%7#_5\B7YOM_ MUY'V=JI[NY0%9$/*24;W#!1,RV9;=D=CHH5@O>57V#P0DU79X^[1M.)BOK*?.\:]9^"&!!!P8"R@A&B+TV'@%92'S7:L MH^E`X-&B1Y\(XSB=I+[`JZ*?)$$8MM%CFX8)+F1.M(WV2A8!V&;'/G^=FQ>L MHQPU3%4^4BY8[>0XN8;1;&JJKL2/UJ6;K#2MN%)'[BCFT4152V[G.HZF9'D6 M_N2JY8VMG3*+.8EPHT>WO[+:;$Y6P'\U1]^K98LLQX(IP1Z]/@7*T$13M0!E M,1&N4JT\S);80B+0UMT#!"J>M\7LZ4TA$?;EVE;AII#E9@QB`_I6@#E)A-&Z M+7&O=H<#;,F0Y0>U+(P#U&TBV!U34:!_,(X\6ZHF@MZK(,)"OI2O/DP&W`>X M6S,:WC[8W;AY\SYM.!%.U9U3.MJ;B7"[.&#**GSU7(#"C(8/=!6@#H`D^7.2 M!(BW<<[)GM%'=]`X-3%M/_#7)$@6.2Y?M@TQ+M\3S7%%*$7B\KUE'U<$W14E M2;&L*87RM(*VJFE3BCP!-:44%<*4(MMPI%:HS!-$UK%J3>;&9BI.6+3YT1K, M;5DUS0Z)H]+4LI%TFP82FS]%JC.W'9UNR@+\[VWEIE9!K3P#[?3R^)*0XI\. M0&VSJ<63!6`43F8^F-8/!C?L3(FE5!8H14;3$=W)IDBF%'M[WP+SC/S_S;V= MG?)N_=K]?T+0YW?C?[A"7D#_?Z4TC_^YEK1!7A&[HJY8"E'UKH-!*G;+D,DB M/>?QSAN;H!.6YAO$7_+]OZUR;;/Z#/;_.'Z%"]9_B2OB^B^5^/GZOXY4]Y:Y M&P(@QDL#EE`PRVC:/0QXRR!TQI,.#$J'97KDA(>/DJB3AG-&5!0;!FC)CFGH MI.97W3389;)MRRS#O)@]=WJ1>8,<5+=74\`N+=ONKN9RO5Z/-1`W]HJ5#/:X MZ[+3&P!;SG9$55LE>%27Q3C%V[&@+G"]O+U*7UZ\R66+Q2Q?%+)"'O706$+@ M.QL/8X`Y+@;X0N-CJDI'--N$8TFE22?2.]=W#]R[HM06CV":(T?J[@:-*A$P M2-L6QB(R'5%6EADF'6-VI/%,.+WP9/_^W)0\4[T28-,%*:N'Y\YWZ/G"(C?F40S:WLM6]':@U"C%E9D68 M,G-M=.GRO[);JV]L;U^)_$\Z_P-A[\G_`L?S/)[_\?/X[VN/_Z9A4^D%G@9, MI??W:O6LQQ%!'*L7.;>&4:M,IPUN$,EVQSR/& M)&6K-%RN08,R8G%?;GR\'V]4]L*NI@W(WS`@-+0?^1XC0"1#;ZI'CBEBR!>; M]B(K(SAH"%U((Z23PND>B*8.RNFYY\(16:`&4#.-:RPJ_Q_%*:M'5-D\FJFN M'J7#S:`1,HG3UU^SX$GG%T M*B]4Y`5X8+8JM?KNQDYY/342H[".W:SC;A8SLEZ'-C?JY;M[U4JY!D6>1\,P M.QN5W3K\*U?74[,-S/+#>G5CLWY8.[CS<#W%VD>O,Y6[NWLH-;81[\(3[!%] MZ3,/JO=KUV*R_#;YHU*?]!KU;K!_N'X'%7]NOK(9B)O41L MA2):>+*#]T(.]^O]'-V']%^_L9[*23*(/2]GJ_PJ9F&P?$^2\Q+8X^5:O5K9 MK)>WUE/I33_((\WL[AUN;H'QO9[":RGPMK^Q>7_C;CEX?_F@LKT5O&WN[=ZI MW#VHED/P],)N'E1Q4G(]PVSGV(:C:O(A MQAV2Q5Y+!;>@IX*GTT#515N$EO;N5\K])4+C):UE0-130K&E&/`HDHQL9*E; MD4%M=J2P#`O:RZVRF-#J$N-77&5810/>&+VG;B\\*6_>V^N3K!Z$48/FI)Z7 MZZK0^'C/!=9M&G-K$DJ`K&RJ)PI+%O=-Q;)(%12NJ2^EU\@C)D6C:V6GTSFC MKWXKZ9?/B*PT14>ST?_NT-#P+KAW-G6I12C$:U(TWC,=K8G"D[KC(3*008E%,X_P:&IS3-D"G\6Z!P$$S".)Q2JOCI>ED*T`9[U7`?( M$"!:ITL*5]1XM<\_RN!245,$?G3SUM;KB<&^ M2\#0:.W9]/:JX&'$=3(%:"0 M]%K4[SH%Z;4))*&6<'>IX5AG,5`>(V0<=SAA[H^!_CP=BZ$*7MFC#_1B7NIV MSL)RVI-#2;XE"'D27GSAWH<66UR3!=4\DJI[8I2C8*'#K?SY$LBC]/VO=S M[B-JMSX,):2+^F$2I$)3=XZJJV37()8#`GY("8R@/`C[U`LU#3!HSN>A7=@W+#L_.M)88%-K>)AG"44_.U<-]1`V3 M!(:=U"39T4D=L/ZBZ_&YVM:%.3WI`M02%?V>R^LI9O\60(W.:^`_+3QQE7L_ M1#Q4 M>UZ/<;#\D_8,<2L0\E(,/K(VWO<,'3`.=X%>3O3&F)E6/3+NP%,#M9.A[)1) MQU:,ULNX-S!I@U,;BK;45-/3!X204JMCR`3WI1(&[?KS,&6>,S_12PH6<&V( M&P&V7"_O@@`8^9KK`=\AJGM]UU&GK.6QG9M#5RX)[\`P8-CHDN:`!_UUL/Q8 MM-?93OLEYI+\ORRZR,\\_A_\OT)>$&C\?VG^_9=K]/\I_:]L#V"&_\\7!Q[LNIECVZ'K9792FU":?P`>VC>^U1,WM4`_\ECP3!=N)V-);&_6-?L@X#\'E7O@= MZJ.R\L+JQ5!U7`61?KD+IQ^+:V35C^X\'7=#E:[,XOK"ZO\K^P;<>>T_7B@6 MBE3_LQB?K9(67\L6;0O&6G"\45L1&L5GD1*G9$$HW^4:Q*,YC M^7KR'WY"3K$XC_^YGA1G"`Y^^N9@^*WAOPS_8_C;O_RO M][[]%__YWM\-OC7XM\'?^[G#OQ[^X_"#X1\._VCXE@O!`,B?_/!_OO>;[[XU M^.S'O_SH3P?O#)X.!H-?#=Y]?CS\X?`[;[XW_.Z8S!E\ M^%>_`N!/F<$GPU\/!\-_@I__3@(K[^V?0^,#:/C/AY]`[1]!\X!V^,G@7Y]^ MYZ./!A].=I=)[F]2=QDFW%&`K@/1@,;_.1O M?_&C7PQ^\OT//OKX[?_^P?\./GOZ_N`IS0M/VSN`YYTW!]'N?/;1QP#P]'N_ M>?_/!F\//AW\3;B)P8<_^-G@7>C1WK M:"S';!]:74D[$;6Q`OSP@?O-#O_.97B+*+P-Q$SNB$8L6;]^S,;I7/Z'UO^5 MW`&=>?^SZ'[_B2\4\D4J__E27IBO_VM<_Z'3'=$[WSD+3G?F5M)79OU?R1W0 M6?X_/?/U[+\5^OT_OG#M^W]?Y?N?^$WAJ"!85-@CED2-@J4Q\;#H*]\E!K\1 MC=&U5%X025,5W;;PUF@@6$S%;P$_5LHPYSQ;C=F>8!FF8N/YG>T>*1/\MC*] MHAY<4%V&I\B]20!?)K9AL.1EQR9@+=#0)U_`+8]]8MN+C%KVHM]&=UO=_S2! M7FYEYI=;+W"YU=T+@>GT`@EC;QD#P]"H:GH[B7Y=QB<_'M=_*=F/+5Audit-Trail: >Unformatted: >F:=YFJ=YFJ=YFJ=YFJ=YFJ?_#^G_`/-ST8(`>``` ` end From owner-freebsd-ports Fri Jul 25 15:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA28576 for ports-outgoing; Fri, 25 Jul 1997 15:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA28570; Fri, 25 Jul 1997 15:30:01 -0700 (PDT) Resent-Date: Fri, 25 Jul 1997 15:30:01 -0700 (PDT) Resent-Message-Id: <199707252230.PAA28570@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, xaa@stack.nl Received: from terra.stack.nl (terra.stack.nl [131.155.140.128]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA28514 for ; Fri, 25 Jul 1997 15:28:40 -0700 (PDT) Received: from xaa.stack.nl (uucp@localhost) by terra.stack.nl (8.8.6) with UUCP id AAA18839 for FreeBSD-gnats-submit@freebsd.org; Sat, 26 Jul 1997 00:28:36 +0200 (MET DST) Received: (from root@localhost) by xaa.stack.nl (8.8.6/8.8.2) id AAA04762; Sat, 26 Jul 1997 00:27:40 +0200 (MET DST) Message-Id: <199707252227.AAA04762@xaa.stack.nl> Date: Sat, 26 Jul 1997 00:27:40 +0200 (MET DST) From: Ir W Worteltaart Reply-To: xaa@stack.nl To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4168: Update xboard port Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4168 >Category: ports >Synopsis: Update of games/xboard >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 25 15:30:00 PDT 1997 >Last-Modified: >Originator: Mark Huizer >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: New version (3.6.2) >How-To-Repeat: >Fix: Apply in /usr/ports/games diff -udr ../games/xboard/Makefile xboard/Makefile --- ../games/xboard/Makefile Tue May 20 21:18:15 1997 +++ xboard/Makefile Sat Jul 26 00:26:05 1997 @@ -6,10 +6,9 @@ # $Id: Makefile,v 1.11 1997/05/20 08:43:38 asami Exp $ # -DISTNAME= xboard-3.6.1 +DISTNAME= xboard-3.6.2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://chess.onenet.net/pub/chess/X/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= xaa@stack.nl diff -udr ../games/xboard/files/md5 xboard/files/md5 --- ../games/xboard/files/md5 Tue May 20 21:18:15 1997 +++ xboard/files/md5 Sat Jul 26 00:22:22 1997 @@ -1 +1 @@ -MD5 (xboard-3.6.1.tar.gz) = 0582929df6c3dd2e5b080a29c649d0e8 +MD5 (xboard-3.6.2.tar.gz) = 956d2789a4f1a87b0034372df1339bf5 >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jul 25 17:10:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03554 for ports-outgoing; Fri, 25 Jul 1997 17:10:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03547; Fri, 25 Jul 1997 17:10:01 -0700 (PDT) Date: Fri, 25 Jul 1997 17:10:01 -0700 (PDT) Message-Id: <199707260010.RAA03547@hub.freebsd.org> To: freebsd-ports Cc: From: Wolfgang Helbig Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Reply-To: Wolfgang Helbig Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3927; it has been noted by GNATS. From: Wolfgang Helbig To: asami@cs.berkeley.edu (Satoshi Asami) Cc: helbig@MX.BA-Stuttgart.De, frankd@yoda.fdt.net, freebsd-gnats-submit@hub.freebsd.org, lgk@eiche.bik-gmbh.de Subject: Re: ports/3927: xview library fails on -current and on 2.2.x Date: Sat, 26 Jul 1997 02:01:18 +0200 (MET DST) One bug fixed in xview-lib! The notifier uses FD_SETSIZE *and* getdtabelsize(2) to determine the number of FD bits. It works if FD_SETSIZE >= getdtabelsize(). The outcome of getdtabelsize() depends on the uid (on my system 360 if uid==0 and 64 if uid != 0) and on the setting of some kernel variables. This explains the erratic behaviour of the xview stuff in different environments. Following are two files to be added to /usr/ports/x11/xview-lib/patches that fix this bug. Thanks to Frank, Lars and Satoshi for insisting that there *is* a bug, for hints and tests. Wolfgang *****xview-lib/patches/patch-af***************************************** --- ../alt/lib/libxview/notify/ndet_fd.c Tue Jun 29 07:18:08 1993 +++ lib/libxview/notify/ndet_fd.c Sat Jul 26 00:42:21 1997 @@ -27,8 +27,9 @@ #define GETDTABLESIZE() \ (dtablesize_cache?dtablesize_cache:(dtablesize_cache=(int)sysconf(_SC_OPEN_MAX))) #else -#define GETDTABLESIZE() \ - (dtablesize_cache?dtablesize_cache:(dtablesize_cache=getdtablesize())) +#define GETDTABLESIZE() \ + (dtablesize_cache ? dtablesize_cache : \ + (dtablesize_cache = MIN(getdtablesize(), FD_SETSIZE))) #endif SVR4 static int ndet_fd_table_size; /* Number of descriptor slots *****EOF xview-lib/patches/patch-af***************************************** *****xview-lib/patches/patch-ag***************************************** --- ../alt/lib/libxview/notify/ndisdispch.c Tue Jun 29 07:18:06 1993 +++ lib/libxview/notify/ndisdispch.c Sat Jul 26 00:55:47 1997 @@ -30,8 +30,9 @@ #define GETDTABLESIZE() \ (dtablesize_cache?dtablesize_cache:(dtablesize_cache=(int)sysconf(_SC_OPEN_MAX))) #else -#define GETDTABLESIZE() \ - (dtablesize_cache?dtablesize_cache:(dtablesize_cache=getdtablesize())) +#define GETDTABLESIZE() \ + (dtablesize_cache ? dtablesize_cache : \ + (dtablesize_cache = MIN(getdtablesize(), FD_SETSIZE))) #endif SVR4 pkg_private_data u_int ndis_flags = 0; *****EOF xview-lib/patches/patch-ag***************************************** From owner-freebsd-ports Fri Jul 25 20:59:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA12266 for ports-outgoing; Fri, 25 Jul 1997 20:59:28 -0700 (PDT) Received: from smtp2.erols.com (smtp2.erols.com [205.252.116.102]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA12259 for ; Fri, 25 Jul 1997 20:59:25 -0700 (PDT) Received: from dragon.sso.wdl.lmco.com (col-as19s03.erols.com [207.172.132.130]) by smtp2.erols.com (8.8.6/8.8.5) with ESMTP id XAA02464 for ; Fri, 25 Jul 1997 23:59:22 -0400 (EDT) Message-ID: <33D976A4.1243F2DE@erols.com> Date: Sat, 26 Jul 1997 00:01:41 -0400 From: Rip Toren X-Mailer: Mozilla 4.0b5C (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: linux-Netscape port install failure X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Like so many others, my Netscape 40P5 is about to expire. Having received the "New Ports..." list from the maillist, I saw linux-netscape 4.01b6. Using the URL in the mail I downloaded the port file and had the following result. Running 2.2.1R (applied the 2.2.1 to 2.2-stable upgrade kit (last changed: July 21, 1997)). Downloaded and untared in /tmp # tar -xzvf linux-netscape4.tar.gz pub/FreeBSD/FreeBSD-current/ports/www/linux-netscape4/ pub/FreeBSD/FreeBSD-current/ports/www/linux-netscape4/files/ pub/FreeBSD/FreeBSD-current/ports/www/linux-netscape4/files/mailcap ?? why the pub/FreeBSD/FreeBSD-current/ in the path. If I had been in /usr/ports this would have made some unneeded levels. move down to the first directory with a Makefile and did # cd linux-netscape4/ # d Makefile files/ patches/ pkg/ scripts/ # make >> communicator-v401b6-export.x86-unknown-linux1.2.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.netscape.com/pub/communicator/4.01/4.01b6/english/unix/other/. Receiving communicator-v401b6-export.x86-unknown-linux1.2.tar.gz (6364270 bytes): 100% 6364270 bytes transfered in 1877.9 seconds (3.31 kB/s) >> Checksum OK for communicator-v401b6-export.x86-unknown-linux1.2.tar.gz. ===> Extracting for linux-netscape-4.01b6 ===> linux-netscape-4.01b6 depends on file: /compat/linux/lib/ld.so - not found ===> Verifying install for /compat/linux/lib/ld.so in /usr/ports/emulators/linux_lib >> linux_lib-2.3.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/. fetch: freefall.freebsd.org: Not logged in >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. Receiving linux_lib-2.3.tar.gz (5133540 bytes): 100% 5133540 bytes transfered in 1906.5 seconds (2.63 kB/s) ===> Patching for linux_lib-2.3 ===> Applying FreeBSD patches for linux_lib-2.3 cannot open /usr/ports/emulators/linux_lib/patches/patch-aa: no such file *** Error code 2 ?? the web page said the dependancy was linux_lib-2.4 , not 2.3 My /usr/ports is installed as a link tree to the cdrom. Looking for the patch-aa gives # pwd /usr/ports/emulators/linux_lib/patches # file patch-aa patch-aa: broken symbolic link to /cdrom/ports/emulators/linux_lib/patches/patch-aa # cd /cdrom/ports/emulators/linux_lib/ # ls CVS Makefile TRANS.TBL files pkg THERE IS NO patches directory....... Another question is that this linux_lib-2.3 file seems to have new copies of all libraries, as well as things like /var/X11R6/... rather than /usr/X11R6 Is this just a lost cause, and we FreeBSD users just drop from the WWW. Rip Toren rtoren@erols.com From owner-freebsd-ports Fri Jul 25 21:20:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA12939 for ports-outgoing; Fri, 25 Jul 1997 21:20:53 -0700 (PDT) Received: from cais.cais.com (root@cais.com [199.0.216.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA12934 for ; Fri, 25 Jul 1997 21:20:49 -0700 (PDT) Received: from earth.mat.net (root@[206.246.122.2]) by cais.cais.com (8.8.5/CJKv1.99-CAIS) with SMTP id AAA13256 for ; Sat, 26 Jul 1997 00:20:47 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [206.246.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id AAA28400 for ; Sat, 26 Jul 1997 00:20:25 -0400 Date: Sat, 26 Jul 1997 00:20:38 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: FreeBSD Ports Subject: netscape Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I noted Rip Toren's post, and since my netscape is also timing out, I went to look around at the netscape site. In /pub/communicator/4.01/4.01b6/english/unix/other I found two different files that might possibly be the next netscape: communicator-v401b6-export.x86-bsdi-bsd.tar.gz and communicator-v401b6-export.x86-bsdi-bsd2.tar.gz Anybody know what the difference is? My connection to the internet isn't too high-speed, so I don't want to download the wrong guy if I can avoid it. Thanks. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Fri Jul 25 21:49:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA13844 for ports-outgoing; Fri, 25 Jul 1997 21:49:28 -0700 (PDT) Received: from mantar.slip.netcom.com (mantar.slip.netcom.com [192.187.167.134]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA13831 for ; Fri, 25 Jul 1997 21:49:03 -0700 (PDT) Received: from dual (DUAL [192.187.167.136]) by mantar.slip.netcom.com (8.8.6/8.8.6) with SMTP id VAA07214; Fri, 25 Jul 1997 21:46:29 -0700 (PDT) Message-Id: <3.0.3.32.19970725214627.00e502d0@mantar.slip.netcom.com> X-Sender: guest@mantar.slip.netcom.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 25 Jul 1997 21:46:27 -0700 To: Chuck Robey , FreeBSD Ports From: Manfred Antar Subject: Re: netscape In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 12:20 AM 7/26/97 -0400, Chuck Robey wrote: >I noted Rip Toren's post, and since my netscape is also timing out, I went >to look around at the netscape site. In >/pub/communicator/4.01/4.01b6/english/unix/other I found two different >files that might possibly be the next netscape: > >communicator-v401b6-export.x86-bsdi-bsd.tar.gz and >communicator-v401b6-export.x86-bsdi-bsd2.tar.gz > >Anybody know what the difference is? My connection to the internet isn't >too high-speed, so I don't want to download the wrong guy if I can avoid >it. Thanks. > Neither one works. Core dump. Manfred |==============================| | mantar@netcom.com | | Ph. (415) 681-6235 | |==============================| From owner-freebsd-ports Sat Jul 26 02:44:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA22709 for ports-outgoing; Sat, 26 Jul 1997 02:44:42 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA22696 for ; Sat, 26 Jul 1997 02:44:34 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id LAA05455 for ; Sat, 26 Jul 1997 11:44:39 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id LAA24631 for FreeBSD-Ports@FreeBSD.ORG; Sat, 26 Jul 1997 11:44:08 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.6/keltia-uucp-2.9) id LAA24330; Sat, 26 Jul 1997 11:09:02 +0200 (CEST) Message-ID: <19970726110901.63903@keltia.freenix.fr> Date: Sat, 26 Jul 1997 11:09:01 +0200 From: Ollivier Robert To: FreeBSD Ports Subject: Re: netscape References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Chuck Robey on Sat, Jul 26, 1997 at 12:20:38AM -0400 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3481 AMD-K6 MMX @ 208 MHz Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Chuck Robey: > communicator-v401b6-export.x86-bsdi-bsd.tar.gz and > communicator-v401b6-export.x86-bsdi-bsd2.tar.gz > > Anybody know what the difference is? My connection to the internet isn't I guess the latter is compiled for BSD/OS 2.x whereas the first is for BSD/OS 1.1. We should be able to run both in CURRENT but I took the Linux version instead (resolver differences, I'm not connected all time). -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #23: Sun Jul 20 18:10:34 CEST 1997 From owner-freebsd-ports Sat Jul 26 04:26:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA26793 for ports-outgoing; Sat, 26 Jul 1997 04:26:32 -0700 (PDT) Received: from polya.blah.org (slmel55p24.ozemail.com.au [203.108.203.168]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA26785 for ; Sat, 26 Jul 1997 04:26:27 -0700 (PDT) Received: (from ada@localhost) by polya.blah.org (8.8.6/8.8.5) id VAA05352 for ports@freebsd.org; Sat, 26 Jul 1997 21:26:24 +1000 (EST) From: Ada T Lim Message-Id: <199707261126.VAA05352@polya.blah.org> Subject: nn-current / nn ports To: ports@freebsd.org Date: Sat, 26 Jul 1997 21:26:24 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just a note to mention that it appears that the MASTER_SITE for nn and nn-current appears to have changed slightly: it is now at ftp.uwa.edu.au/pub/nn/old/ and old/beta Ada From owner-freebsd-ports Sat Jul 26 05:49:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA29055 for ports-outgoing; Sat, 26 Jul 1997 05:49:25 -0700 (PDT) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA29050 for ; Sat, 26 Jul 1997 05:49:22 -0700 (PDT) Received: from panke.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by bsd.fs.bauing.th-darmstadt.de (8.8.6/8.8.5) with ESMTP id OAA21016; Sat, 26 Jul 1997 14:49:15 +0200 (MET DST) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id OAA00304; Sat, 26 Jul 1997 14:48:00 +0200 (MET DST) Date: Sat, 26 Jul 1997 14:48:00 +0200 (MET DST) Message-Id: <199707261248.OAA00304@panke.panke.de> From: Wolfram Schneider To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG, Kevin Eliuk Subject: Learn update In-Reply-To: <199707252302.QAA19671@time.cdrom.com> References: <199707252302.QAA19671@time.cdrom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Why not make a learn port? Jordan K. Hubbard writes: >Annelise Anderson has made available an learn.tar.gz on her >site at Stanford University. > >To access: > $ ftp andrsn.stanford.edu > > To login type "ftp" > Use your email address as your password > Type "cd pub/learn" > Type "get learn.tar.gz" > Type "bye" after downloading to log out > >It is recommended you untar the tar file in your home >directory (tar xzf learn.tar.gz). It creates the the >directory ~/learn and its sub-directories. A README in that >directory will tell you the rest. -- Wolfram Schneider http://www.apfel.de/~wosch/ From owner-freebsd-ports Sat Jul 26 08:00:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA02829 for ports-outgoing; Sat, 26 Jul 1997 08:00:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA02814; Sat, 26 Jul 1997 08:00:05 -0700 (PDT) Date: Sat, 26 Jul 1997 08:00:05 -0700 (PDT) Message-Id: <199707261500.IAA02814@hub.freebsd.org> To: freebsd-ports Cc: From: max@FreeBSD.ORG Subject: Re: ports/4155: Fixed port: imlib-0.2 Reply-To: max@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4155; it has been noted by GNATS. From: max@FreeBSD.ORG To: freebsd-gnats-submit@freebsd.org, Nakai@Mlab.t.u-tokyo.ac.jp Cc: max@wide.ad.jp Subject: Re: ports/4155: Fixed port: imlib-0.2 Date: Sat, 26 Jul 1997 23:50:53 +0900 (JST) Although the version number of the distfile goes up from 0.1 to 0.2, I see no change in the shared library's version number. Are you sure re is no need to change it? Please read our policy on shared library version number in the handbook and reconsider if you haven't done so yet. And let us know your decision. Thanks, Max From owner-freebsd-ports Sat Jul 26 08:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA04963 for ports-outgoing; Sat, 26 Jul 1997 08:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA04956; Sat, 26 Jul 1997 08:50:02 -0700 (PDT) Resent-Date: Sat, 26 Jul 1997 08:50:02 -0700 (PDT) Resent-Message-Id: <199707261550.IAA04956@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mi@aldan.ziplink.net Received: from aldan.ziplink.net (aldan.ziplink.net [199.232.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA04787 for ; Sat, 26 Jul 1997 08:46:59 -0700 (PDT) Received: from rtfm.ziplink.net (rtfm [199.232.255.52]) by aldan.ziplink.net (8.8.5/8.8.5) with ESMTP id LAA15866 for ; Sat, 26 Jul 1997 11:45:24 -0400 (EDT) Received: (from mi@localhost) by rtfm.ziplink.net (8.8.5/8.8.5) id LAA03895; Sat, 26 Jul 1997 11:46:56 -0400 (EDT) Message-Id: <199707261546.LAA03895@rtfm.ziplink.net> Date: Sat, 26 Jul 1997 11:46:56 -0400 (EDT) From: mi@aldan.ziplink.net Reply-To: mi@aldan.ziplink.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4173: autoconf-port: configure and build only happen when ``make install'' Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4173 >Category: ports >Synopsis: autoconf-port: configure and build only happen when ``make install'' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 26 08:50:01 PDT 1997 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 3.0-970618-SNAP i386 >Environment: >Description: cd /usr/ports/devel/autoconf make only does fetch (may be patch). To get to configure and build, one must do make install which will also install. >How-To-Repeat: See above. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jul 26 10:46:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA09849 for ports-outgoing; Sat, 26 Jul 1997 10:46:56 -0700 (PDT) Received: from bloke.statsci.com (bloke.statsci.com [206.63.206.184]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA09830 for ; Sat, 26 Jul 1997 10:46:51 -0700 (PDT) Received: (from uucp@localhost) by bloke.statsci.com (8.8.6/8.8.6/UUCP) id KAA13253 for freebsd-ports@freebsd.org; Sat, 26 Jul 1997 10:46:48 -0700 (PDT) >Received: (from scott@localhost) by one.sabami.seaslug.org (8.8.5/8.6.12) id KAA10563 for freebsd-ports@freebsd.org; Sat, 26 Jul 1997 10:39:23 -0700 (PDT) Date: Sat, 26 Jul 1997 10:39:23 -0700 (PDT) From: Scott Blachowicz Message-Id: <199707261739.KAA10563@one.sabami.seaslug.org> To: freebsd-ports@freebsd.org Subject: some port maintenance questions Content-Type: text Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi- I'm working on updating the nmh port and ran across a couple questions. 1) If I do a 'make install' with a different PREFIX than I did the original 'make build', what is the expected behavior? Since the 'configure' step effectively hardcodes a --prefix value into the code, shouldn't the 'install' step try to detect it and error out early? 2) If the port/package has user-customizeable files, how are upgrades supposed to be handled? If you do a 'make install' of the new version while the old is in place, then the pkg db stuff now has 2 packages pointing at the same set of filenames. The new version will (possibly) overwrite the old version of the files...if it tries to save them, then the saved copy won't be in the pkg db at all. Seems the pkg system really needs a pkg_upgrade command (or 'pkg_add -upgrade' option) of some sort? Suggestions? Thanx, 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 Jul 26 10:54:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA10190 for ports-outgoing; Sat, 26 Jul 1997 10:54:03 -0700 (PDT) Received: from earth.mat.net (root@[206.246.122.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA10185 for ; Sat, 26 Jul 1997 10:54:01 -0700 (PDT) Received: from Journey2.mat.net (journey2.mat.net [206.246.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id NAA13489 for ; Sat, 26 Jul 1997 13:53:38 -0400 Date: Sat, 26 Jul 1997 13:53:48 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: FreeBSD Ports Subject: troubleshooting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Someone have access to a Pyramid? I want to get the author of a piece of software to release the next version, which he won't do until a Pyramid compiling problem is whipped. I need a short term login to a Pyramid, with maybe 10 megs of space. It's pretty safe stuff, I'll discuss it woth anyone who's got access. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-ports Sat Jul 26 11:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA11298 for ports-outgoing; Sat, 26 Jul 1997 11:20:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA11282; Sat, 26 Jul 1997 11:20:04 -0700 (PDT) Resent-Date: Sat, 26 Jul 1997 11:20:04 -0700 (PDT) Resent-Message-Id: <199707261820.LAA11282@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, nkazushi@highway.or.jp Received: from highway.or.jp (mail.highway.ne.jp [203.140.1.14]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA10976 for ; Sat, 26 Jul 1997 11:13:22 -0700 (PDT) Received: from nkazushi.highway.or.jp (root@p3kobe066.highway.or.jp [203.140.12.115]) by highway.or.jp (8.8.5/3.4W4) with ESMTP id DAA21265 for ; Sun, 27 Jul 1997 03:11:54 +0900 (JST) Received: from mako.nkazushi.highway.or.jp (mako [192.168.0.2]) by nkazushi.highway.or.jp (8.8.3/3.4Wbeta6) with ESMTP id DAA06303 for ; Sun, 27 Jul 1997 03:05:46 +0900 (JST) Received: (from kaz@localhost) by mako.nkazushi.highway.or.jp (8.8.5/3.4Wbeta6-glove) id DAA00757; Sun, 27 Jul 1997 03:07:16 +0900 (JST) Message-Id: <199707261807.DAA00757@mako.nkazushi.highway.or.jp> Date: Sun, 27 Jul 1997 03:07:16 +0900 (JST) From: nkazushi@highway.or.jp Reply-To: nkazushi@highway.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4174: file mode of jnethack Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4174 >Category: ports >Synopsis: file mode of jnethack >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 26 11:20:02 PDT 1997 >Last-Modified: >Originator: NAKAMURA Kazushi >Organization: >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: pkg_add jp-nethack >Description: can't play game by permission problem. >How-To-Repeat: # pkg_add jp-nethack % jnethack >Fix: chmod 4755 /usr/local/lib/jnethackdir/jnethack >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jul 26 11:40:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA12439 for ports-outgoing; Sat, 26 Jul 1997 11:40:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA12430; Sat, 26 Jul 1997 11:40:03 -0700 (PDT) Resent-Date: Sat, 26 Jul 1997 11:40:03 -0700 (PDT) Date: Sat, 26 Jul 1997 11:40:03 -0700 (PDT) From: GNU GNATS Resent-Message-Id: <199707261840.LAA12430@hub.freebsd.org> Message-Id: <199707261840.LAA12430@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Received:"from bloke.statsci.com (bloke.statsci.com [206.63.206.184]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA11860 for" ; Sat, 26 Jul 1997 11:31:48.-0700 (PDT) Received: (from uucp@localhost) by bloke.statsci.com (8.8.6/8.8.6/UUCP) id LAA13312; Sat, 26 Jul 1997 11:31:45 -0700 (PDT) Subject: ports/4175: Update mail/nmh port to nmh-0.17 To: undisclosed-recipients:; Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4175 >Category: ports >Synopsis: Update mail/nmh port to nmh-0.17 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 26 11:40:01 PDT 1997 >Last-Modified: >Originator: Scott Blachowicz >Organization: none >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: FreeBSD >Description: The nmh author has released 0.17, but the port is still at 0.14 (patches to 0.15 are still pending - see prs ports/3922 and ports/3996) >How-To-Repeat: >Fix: Need to apply appropriate patch with 'patch -p1'. In ftp://ftp.statsci.com/pub/users/scott/freebsd/ports/ are two files: nmh-port.diff014 - a patch to bring the nmh-0.14 version of the port up to nmh-0.17 nmh-port.diff015 - a patch to bring the nmh-0.15 version of the port up to nmh-0.17 (in case the pending patches have been applied by the time this report is handled). >Audit-Trail: >Unformatted: >Received: (from scott@localhost) by one.sabami.seaslug.org (8.8.5/8.6.12) id LAA11654; Sat, 26 Jul 1997 11:15:36 -0700 (PDT) Date: Sat, 26 Jul 1997 11:15:36 -0700 (PDT) Message-Id: <199707261815.LAA11654@one.sabami.seaslug.org> To: FreeBSD-gnats-submit@freebsd.org Subject: Update mail/nmh port to nmh-0.17 From: Scott.Blachowicz@seaslug.org Reply-To: Scott.Blachowicz@seaslug.org Cc: Scott.Blachowicz@seaslug.org X-send-pr-version: 3.2 Content-Type: text From owner-freebsd-ports Sat Jul 26 12:02:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA13604 for ports-outgoing; Sat, 26 Jul 1997 12:02:10 -0700 (PDT) Received: from smtp.gte.net (smtp.gte.net [207.115.153.29]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA13593 for ; Sat, 26 Jul 1997 12:02:05 -0700 (PDT) Received: from 39 (1Cust8.max3.newark.nj.ms.uu.net [153.34.62.8]) by smtp.gte.net (SMI-8.6/SMI-SVR4) with SMTP id OAA18226 for ; Sat, 26 Jul 1997 14:02:11 -0500 (CDT) Date: Sat, 26 Jul 1997 14:02:11 -0500 (CDT) Message-Id: <199707261902.OAA18226@smtp.gte.net> X-Sender: theta@mail.gte.net X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-ports@freebsd.org From: "Chris F." Subject: Xwindows apps: Can't open display Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am using FreeBSD 2.2.2. When running Xwindows applications I get the following error: (When I don't set the display variable) Error: Can't open display: (When I set it to :0) Error: Can't open display: :0 I don't know what I should set my display variable to. I have tried setting it to :0, unix:0, unix:0.0, as they were suggested in archived mailing list messages. None of them caused any different results. Please copy all suggestions to me at theta@gte.net. Thank you, Chris From owner-freebsd-ports Sat Jul 26 22:12:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA17749 for ports-outgoing; Sat, 26 Jul 1997 22:12:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA17743; Sat, 26 Jul 1997 22:12:15 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA26778; Sat, 26 Jul 1997 22:11:41 -0700 (PDT) Date: Sat, 26 Jul 1997 22:11:41 -0700 (PDT) Message-Id: <199707270511.WAA26778@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/3363 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port of nana-1.00 for your collection Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Sat Jul 26 22:11:05 PDT 1997 Responsible-Changed-Why: I'm working on this port.