From owner-freebsd-ports Sun Jul 6 10:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29533 for ports-outgoing; Sun, 6 Jul 1997 10:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29525; Sun, 6 Jul 1997 10:40:01 -0700 (PDT) Resent-Date: Sun, 6 Jul 1997 10:40:01 -0700 (PDT) Resent-Message-Id: <199707061740.KAA29525@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, dirk@activ-consult.de (Dirk Froemberg) Received: from lion.activ-consult.de (lion.activ-consult.de [194.221.76.66]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29415; Sun, 6 Jul 1997 10:35:38 -0700 (PDT) Received: (from dirk@localhost) by lion.activ-consult.de (8.8.6/8.8.5) id TAA20937; Sun, 6 Jul 1997 19:35:36 +0200 (MET DST) Message-Id: <199707061735.TAA20937@lion.activ-consult.de> Date: Sun, 6 Jul 1997 19:35:36 +0200 (MET DST) From: dirk@activ-consult.de (Dirk Froemberg) To: FreeBSD-gnats-submit@FreeBSD.ORG, jfitz@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4041: port swatch: wrong pathes to executables Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4041 >Category: ports >Synopsis: port swatch: wrong pathes to executables >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 6 10:40:01 PDT 1997 >Last-Modified: >Originator: Dirk Froemberg >Organization: ACTIV-CONSULT >Release: FreeBSD 2.2-STABLE i386 >Environment: does not matter >Description: The path to write and sendmail in security/swatch-port are wrong. /var/log/syslog does not exists on FreeBSD. >How-To-Repeat: Use swatch-action mail or write. >Fix: Replace ports/security/swatch/patches/patches/patch-ab with the appended one. And create patch-ac (see below). ports/security/swatch/patches/patches/patch-ab.new: --- swatch.pl.orig Thu Dec 14 21:01:08 1995 +++ swatch.pl Sun Jul 6 19:22:13 1997 @@ -29,7 +29,7 @@ eval 'PERL_BIN_DIR/perl -S $0 ${1+"$@"}' if 0; # -$ENV{'PATH'} = '/usr/ucb:/usr/bin:/bin:PERL_BIN_DIR'; +$ENV{'PATH'} = '/usr/bin:/bin:PERL_BIN_DIR'; $ENV{'IFS'} = '' if $ENV{'IFS'} ne ''; $0 = rindex($0, "/") > -1 ? substr($0, rindex($0, "/")+1) : $0; @@ -44,8 +44,8 @@ # Some defaults $PERL = 'PERL_BIN_DIR/perl'; -$TAIL = '/usr/ucb/tail -f'; -$DEF_INPUT = "$TAIL /var/log/syslog"; +$TAIL = '/usr/bin/tail -f'; +$DEF_INPUT = "$TAIL /var/log/messages"; $Pipe = 1; $ConfigFile = "$ENV{'HOME'}/.swatchrc"; $PatternSeparator = ','; ports/security/swatch/patches/patches/patch-ab.new: --- sw_actions.pl.orig Thu Dec 14 04:32:19 1995 +++ sw_actions.pl Sun Jul 6 19:23:20 1997 @@ -22,8 +22,8 @@ # $BELL = "\007"; -$MAILER = "/usr/lib/sendmail"; -$WRITE = "/bin/write"; +$MAILER = "/usr/sbin/sendmail"; +$WRITE = "/usr/bin/write"; # # do_bell -- send BELL(s) to the output. >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 6 11:29:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA00979 for ports-outgoing; Sun, 6 Jul 1997 11:29:44 -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 LAA00967; Sun, 6 Jul 1997 11:29:33 -0700 (PDT) From: James FitzGibbon Received: (from jfitz@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA22301; Sun, 6 Jul 1997 11:29:13 -0700 (PDT) Date: Sun, 6 Jul 1997 11:29:13 -0700 (PDT) Message-Id: <199707061829.LAA22301@freefall.freebsd.org> To: dirk@activ-consult.de, jfitz@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jfitz@FreeBSD.ORG Subject: Re: ports/4041 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: port swatch: wrong pathes to executables State-Changed-From-To: open-closed State-Changed-By: jfitz State-Changed-When: Sun Jul 6 11:28:39 PDT 1997 State-Changed-Why: Suggested fix committed. Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: jfitz Responsible-Changed-When: Sun Jul 6 11:28:39 PDT 1997 Responsible-Changed-Why: Port maintainer. From owner-freebsd-ports Sun Jul 6 12:23:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA02759 for ports-outgoing; Sun, 6 Jul 1997 12:23:34 -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 MAA02752; Sun, 6 Jul 1997 12:23:27 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA22489; Sun, 6 Jul 1997 12:23:07 -0700 (PDT) Date: Sun, 6 Jul 1997 12:23:07 -0700 (PDT) Message-Id: <199707061923.MAA22489@freefall.freebsd.org> To: max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG Subject: Re: ports/3892 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port: www/webxref (cross-reference generator for html files) Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: max Responsible-Changed-When: Sun Jul 6 12:22:39 PDT 1997 Responsible-Changed-Why: I'm looking into this. From owner-freebsd-ports Sun Jul 6 14:20:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA06586 for ports-outgoing; Sun, 6 Jul 1997 14:20:21 -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 OAA06576 for ; Sun, 6 Jul 1997 14:20:17 -0700 (PDT) Received: from earth.mat.net (root@earth.mat.net [205.252.122.1]) by cais.cais.com (8.8.5/) with SMTP id RAA24742 for ; Sun, 6 Jul 1997 17:20:09 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [205.252.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id RAA15023 for ; Sun, 6 Jul 1997 17:20:07 -0400 Date: Sun, 6 Jul 1997 17:20:09 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: FreeBSD Ports Subject: emacs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just put emacs on a friend's new FreeBSD machine. I first mistakenly put it on before I'd installed X, so it came up in tty mode. I pkg_deleted it, then rebuilt and reinstalled it after X and fvwm was up. Now it takes about 60 seconds to load, and I can't figure out why. On my own machine, it takes 4-5 seconds to load. Any idea what I could look for? There's 96 megs of swap on this 32 Meg machine, and swap is hardly used at all in this, even with XFree86 3.2 running. ----------------------------+----------------------------------------------- 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 Sun Jul 6 16:30:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA11126 for ports-outgoing; Sun, 6 Jul 1997 16:30:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA11118; Sun, 6 Jul 1997 16:30:03 -0700 (PDT) Resent-Date: Sun, 6 Jul 1997 16:30:03 -0700 (PDT) Resent-Message-Id: <199707062330.QAA11118@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 QAA11038; Sun, 6 Jul 1997 16:28:16 -0700 (PDT) Message-Id: <199707062328.QAA11038@hub.freebsd.org> Date: Sun, 6 Jul 1997 16:28:16 -0700 (PDT) From: pgiffuni@fps.biblos.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4045: Update to FreeFEM port Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4045 >Category: ports >Synopsis: Update to FreeFEM port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 6 16:30:01 PDT 1997 >Last-Modified: >Originator: Pedro Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.1 - Release >Environment: Non-relevant >Description: New site, new version, new building method, new documentation... Good idea to update it :) >How-To-Repeat: If there are problems with the patch I can send the new port. >Fix: diff -ru freefem.old/Makefile freefem/Makefile --- freefem.old/Makefile Sat May 31 21:56:24 1997 +++ freefem/Makefile Sun Jul 6 18:09:51 1997 @@ -1,33 +1,30 @@ -# New ports collection makefile for: freefem -# Version required: 3.0 -# Date created: 20 December 1996 -# Whom: pgiffuni@FPS.biblos.unal.edu.co -# -# $Id: Makefile,v 1.2 1997/04/17 12:23:45 max Exp $ -# - -DISTNAME= freefem -PKGNAME= freefem-3.0 -CATEGORIES= math cad -MASTER_SITES= ftp://ftp.ann.jussieu.fr/pub/soft/ -EXTRACT_SUFX= .tgz - -MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co - -USE_X11= yes -USE_GMAKE= yes -MAKEFILE= makefile.x -ALL_TARGET= - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/freefem ${PREFIX}/bin - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/freefem/exampl.pde - ${CP} ${WRKSRC}/freefem.hlp ${PREFIX}/share/doc/freefem - ${GZIP_CMD} ${PREFIX}/share/doc/freefem/freefem.hlp - ${CP} ${WRKSRC}/exampl.pde/* ${PREFIX}/share/doc/freefem/exampl.pde -.endif - -.include +# New ports collection makefile for: freefem +# Version required: 3.4 +# Date created: 20 December 1996 +# Whom: pgiffuni@FPS.biblos.unal.edu.co +# +# $Id: Makefile,v 1.2 1997/04/17 12:23:45 max Exp $ +# + +DISTNAME= freefem-3.4 +CATEGORIES= math cad +MASTER_SITES= http://www.asci.fr/prudhomm/gfem-html/freefem/ + +MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co + +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-adapt --with-optimization + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/freefem + ${MKDIR} ${PREFIX}/share/examples + ${CP} ${WRKSRC}/doc/freefem.dvi ${PREFIX}/share/doc/freefem + ${CP} ${WRKSRC}/doc/freefem.ps ${PREFIX}/share/doc/freefem + ${CP} ${WRKSRC}/doc/freefem.txt ${PREFIX}/share/doc/freefem + ${GZIP_CMD} ${PREFIX}/share/doc/freefem/freefem.txt + ${MV} ${PREFIX}/share/freefem ${PREFIX}/share/examples +.endif + +.include diff -ru freefem.old/files/md5 freefem/files/md5 --- freefem.old/files/md5 Sat May 31 21:57:28 1997 +++ freefem/files/md5 Sat Jul 5 22:09:15 1997 @@ -1 +1 @@ -MD5 (freefem.tgz) = 2f10004c7374435286dbe1ce4741560d +MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac diff -ru freefem.old/patches/patch-aa freefem/patches/patch-aa --- freefem.old/patches/patch-aa Sat May 31 21:59:36 1997 +++ freefem/patches/patch-aa Sat Jul 5 23:08:45 1997 @@ -1,42 +1,19 @@ -*** makefile.x.orig Wed Jan 24 08:37:09 1996 ---- makefile.x Tue Dec 24 14:46:59 1996 -*************** -*** 26,35 **** - # - # the following preprocessing options are available - # ADAPT : to enable mesh adaptation -! export CXXFLAGS = -g -DADAPT - #export CXXFLAGS = -g -! export CXXINC = -I./ -Iadapt/ -I/usr/local/X11R5/include -! export CXXLIBS = -Ladapt/ -ladapt -L/usr/local/X11R5/lib -lX11 -lm - #export CXXLIBS = -L/usr/local/X11R5/lib -lX11 -lm - - ---- 26,35 ---- - # - # the following preprocessing options are available - # ADAPT : to enable mesh adaptation -! export CXXFLAGS = -O $(CFLAGS) -DADAPT - #export CXXFLAGS = -g -! export CXXINC = -I./ -Iadapt/ -I$(X11BASE)/include -! export CXXLIBS = -Ladapt/ -ladapt -L$(X11BASE)/lib -lX11 -lm - #export CXXLIBS = -L/usr/local/X11R5/lib -lX11 -lm - - -*************** -*** 48,54 **** - $(CXX) $(CXXFLAGS) $(CXXINC) -c $< - - libadapt: -! cd adapt;make -f makefile.x;cd .. - - purify: freefem - purify $(CXX) -o freefem.pure $(OBJS) $(CXXLIBS) ---- 48,54 ---- - $(CXX) $(CXXFLAGS) $(CXXINC) -c $< - - libadapt: -! cd adapt;$(MAKE) -f makefile.x;cd .. - - purify: freefem - purify $(CXX) -o freefem.pure $(OBJS) $(CXXLIBS) +*** contrib/Emacs/Makefile.in.orig Sat Jul 5 22:59:05 1997 +--- contrib/Emacs/Makefile.in Sat Jul 5 23:06:38 1997 +*************** +*** 119,125 **** + done + .el.elc: + @echo 'WARNING: Warnings can be ignored. :-)' +! EMACS=$(EMACS) $(SHELL) $(srcdir)/elisp-comp $< + tags: TAGS + TAGS: + +--- 119,125 ---- + done + .el.elc: + @echo 'WARNING: Warnings can be ignored. :-)' +! # EMACS=$(EMACS); $(SHELL) $(srcdir)/elisp-comp $< + tags: TAGS + TAGS: + Only in freefem/patches: patch-ab Only in freefem/patches: patch-ac diff -ru freefem.old/pkg/COMMENT freefem/pkg/COMMENT --- freefem.old/pkg/COMMENT Sat May 31 21:58:38 1997 +++ freefem/pkg/COMMENT Sun Jul 6 01:06:08 1997 @@ -1 +1 @@ -2D Finite Element Method resolver for X +A language for the Finite Element Method diff -ru freefem.old/pkg/DESCR freefem/pkg/DESCR --- freefem.old/pkg/DESCR Sat May 31 21:59:06 1997 +++ freefem/pkg/DESCR Sun Jul 6 01:12:27 1997 @@ -1,7 +1,9 @@ -Gfem is a scientific product to help you solve Partial Differential -Equations in 2 dimensions; it assumes a basic knowledge and understanding -of the Finite Element Method and of the Operating System used. NUMERICA -is not responsible for any errors or damage due to wrong results. - - * pironneau@ann.jussieu.fr - * prudhomm@ann.jussieu.fr +FreeFEM is an implementation of the Gfem language dedicated to the finite +element method. +Gfem is a scientific product to help you solve Partial Differential +Equations in 2 dimensions; it assumes a basic knowledge and understanding +of the Finite Element Method and of the Operating System used. NUMERICA +is not responsible for any errors or damage due to wrong results. + + * pironneau@ann.jussieu.fr + * prudhomm@ann.jussieu.fr diff -ru freefem.old/pkg/PLIST freefem/pkg/PLIST --- freefem.old/pkg/PLIST Sat Jul 5 23:14:52 1997 +++ freefem/pkg/PLIST Sun Jul 6 17:38:26 1997 @@ -1,22 +1,153 @@ bin/freefem -share/doc/freefem/freefem.hlp.gz -share/doc/freefem/exampl.pde/brachet.pde -share/doc/freefem/exampl.pde/condens.pde -share/doc/freefem/exampl.pde/convectn.pde -share/doc/freefem/exampl.pde/convhill.pde -share/doc/freefem/exampl.pde/crack.pde -share/doc/freefem/exampl.pde/crack.pde.sav -share/doc/freefem/exampl.pde/heat.pde -share/doc/freefem/exampl.pde/holbeam.pde -share/doc/freefem/exampl.pde/lame.pde -share/doc/freefem/exampl.pde/multib.pde -share/doc/freefem/exampl.pde/muonde.pde -share/doc/freefem/exampl.pde/nacabig.pde -share/doc/freefem/exampl.pde/nsstep.pde -share/doc/freefem/exampl.pde/shock.pde -share/doc/freefem/exampl.pde/stokespo.pde -share/doc/freefem/exampl.pde/validate.pde -share/doc/freefem/exampl.pde/validcplx.pde -share/doc/freefem/exampl.pde/validsys.pde -@dirrm share/doc/freefem/exampl.pde +share/doc/freefem/freefem.txt.gz +share/doc/freefem/freefem.dvi +share/doc/freefem/freefem.ps +share/doc/freefem/html/freefem.html +share/doc/freefem/html/index.html +share/doc/freefem/html/node1.html +share/doc/freefem/html/node10.html +share/doc/freefem/html/node11.html +share/doc/freefem/html/node12.html +share/doc/freefem/html/node13.html +share/doc/freefem/html/node14.html +share/doc/freefem/html/node15.html +share/doc/freefem/html/node16.html +share/doc/freefem/html/node17.html +share/doc/freefem/html/node18.html +share/doc/freefem/html/node19.html +share/doc/freefem/html/node2.html +share/doc/freefem/html/node20.html +share/doc/freefem/html/node21.html +share/doc/freefem/html/node22.html +share/doc/freefem/html/node23.html +share/doc/freefem/html/node24.html +share/doc/freefem/html/node25.html +share/doc/freefem/html/node26.html +share/doc/freefem/html/node27.html +share/doc/freefem/html/node28.html +share/doc/freefem/html/node29.html +share/doc/freefem/html/node3.html +share/doc/freefem/html/node30.html +share/doc/freefem/html/node31.html +share/doc/freefem/html/node32.html +share/doc/freefem/html/node33.html +share/doc/freefem/html/node34.html +share/doc/freefem/html/node35.html +share/doc/freefem/html/node36.html +share/doc/freefem/html/node37.html +share/doc/freefem/html/node38.html +share/doc/freefem/html/node39.html +share/doc/freefem/html/node4.html +share/doc/freefem/html/node40.html +share/doc/freefem/html/node41.html +share/doc/freefem/html/node42.html +share/doc/freefem/html/node43.html +share/doc/freefem/html/node44.html +share/doc/freefem/html/node45.html +share/doc/freefem/html/node46.html +share/doc/freefem/html/node47.html +share/doc/freefem/html/node48.html +share/doc/freefem/html/node49.html +share/doc/freefem/html/node5.html +share/doc/freefem/html/node50.html +share/doc/freefem/html/node51.html +share/doc/freefem/html/node52.html +share/doc/freefem/html/node53.html +share/doc/freefem/html/node54.html +share/doc/freefem/html/node55.html +share/doc/freefem/html/node56.html +share/doc/freefem/html/node57.html +share/doc/freefem/html/node58.html +share/doc/freefem/html/node59.html +share/doc/freefem/html/node6.html +share/doc/freefem/html/node60.html +share/doc/freefem/html/node61.html +share/doc/freefem/html/node62.html +share/doc/freefem/html/node63.html +share/doc/freefem/html/node64.html +share/doc/freefem/html/node65.html +share/doc/freefem/html/node66.html +share/doc/freefem/html/node67.html +share/doc/freefem/html/node68.html +share/doc/freefem/html/node69.html +share/doc/freefem/html/node7.html +share/doc/freefem/html/node70.html +share/doc/freefem/html/node71.html +share/doc/freefem/html/node8.html +share/doc/freefem/html/node9.html +share/doc/freefem/html/blueball.gif +share/doc/freefem/html/change_begin.gif +share/doc/freefem/html/change_delete.gif +share/doc/freefem/html/change_end.gif +share/doc/freefem/html/contents_motif.gif +share/doc/freefem/html/cross_ref_motif.gif +share/doc/freefem/html/foot_motif.gif +share/doc/freefem/html/greenball.gif +share/doc/freefem/html/image.gif +share/doc/freefem/html/img1.gif +share/doc/freefem/html/img10.gif +share/doc/freefem/html/img11.gif +share/doc/freefem/html/img12.gif +share/doc/freefem/html/img13.gif +share/doc/freefem/html/img14.gif +share/doc/freefem/html/img15.gif +share/doc/freefem/html/img16.gif +share/doc/freefem/html/img17.gif +share/doc/freefem/html/img18.gif +share/doc/freefem/html/img19.gif +share/doc/freefem/html/img2.gif +share/doc/freefem/html/img20.gif +share/doc/freefem/html/img21.gif +share/doc/freefem/html/img22.gif +share/doc/freefem/html/img3.gif +share/doc/freefem/html/img4.gif +share/doc/freefem/html/img5.gif +share/doc/freefem/html/img6.gif +share/doc/freefem/html/img7.gif +share/doc/freefem/html/img8.gif +share/doc/freefem/html/img9.gif +share/doc/freefem/html/index_motif.gif +share/doc/freefem/html/next_group_motif.gif +share/doc/freefem/html/next_group_motif_gr.gif +share/doc/freefem/html/next_motif.gif +share/doc/freefem/html/next_motif_gr.gif +share/doc/freefem/html/orangeball.gif +share/doc/freefem/html/pinkball.gif +share/doc/freefem/html/previous_group_motif.gif +share/doc/freefem/html/previous_group_motif_gr.gif +share/doc/freefem/html/previous_motif.gif +share/doc/freefem/html/previous_motif_gr.gif +share/doc/freefem/html/purpleball.gif +share/doc/freefem/html/redball.gif +share/doc/freefem/html/up_motif.gif +share/doc/freefem/html/up_motif_gr.gif +share/doc/freefem/html/whiteball.gif +share/doc/freefem/html/yellowball.gif +share/examples/freefem/accous.pde +share/examples/freefem/adj.pde +share/examples/freefem/brachet.pde +share/examples/freefem/condens.pde +share/examples/freefem/convectn.pde +share/examples/freefem/convhill.pde +share/examples/freefem/crack.pde +share/examples/freefem/heat.pde +share/examples/freefem/holbeam.pde +share/examples/freefem/lame.pde +share/examples/freefem/lamevar.pde +share/examples/freefem/multib.pde +share/examples/freefem/muonde.pde +share/examples/freefem/nacabig.pde +share/examples/freefem/nsstep.pde +share/examples/freefem/nsstepad.pde +share/examples/freefem/shock.pde +share/examples/freefem/stokespo.pde +share/examples/freefem/timedfm.pde +share/examples/freefem/valicplx.pde +share/examples/freefem/validate.pde +share/examples/freefem/validcplx.pde +share/examples/freefem/validsys.pde +share/examples/freefem/varvect.pde +@dirrm share/examples/freefem +@dirrm share/doc/freefem/html @dirrm share/doc/freefem + >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jul 6 16:37:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA11470 for ports-outgoing; Sun, 6 Jul 1997 16:37:20 -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 QAA11453 for ; Sun, 6 Jul 1997 16:37:13 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id BAA27370; Mon, 7 Jul 1997 01:37:15 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199707062337.BAA27370@helbig.informatik.ba-stuttgart.de> Subject: Re: ports/3924: de.spinne-1.0.1 In-Reply-To: From helbig at "Jun 28, 97 09:56:25 pm" To: helbig@rvc1.informatik.ba-stuttgart.de (helbig) Date: Mon, 7 Jul 1997 01:37:12 +0200 (MET DST) Cc: jkh@time.cdrom.com, helbig@MX.BA-Stuttgart.De, freebsd-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-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > BTW, at this FTP-server there are two packages for the XView library. > > > They are built on my machine (-current) and seem to work well in > > > -current and FreeBSD 2.2.x. They are a prerequisite for spinne! > > > > Can they be built from ports? That is to say, is this just a bug > > in the distributed packages? > > I knew where the bug is, I would have fixed it! :-( I meant *If* I knew ... > > What I do know is: > > The packages built from the ports on a current system will work on > 2.2.x and on -current. > The packages built from the ports on a 2.2.x system will neither work > on 2.2.x nor on -current. > > At least thats how it looks. > > Wolfgang Still didn't find out much more. I've checked out the 2.2.2 port and rebuilt a package on my system with it ... works well! So it's *not* the port, that is broken, but something else that works well on -current and not so well on 2.2.x. Maybe changes in /etc/make.conf or in /usr/share/mk... , or in XFree86, I've no idea :-( (I am running XFree86 3.2 from late December '96) But I think the spinne port should be installed in spite of this "feature" of the xview-lib in 2.2.2, and the xview-problem should be worked on on a 2.2.2 machine by someone who has more insight in the xview-lib and the porting mechanism. Thanks in advance Wolfgang From owner-freebsd-ports Sun Jul 6 17:20:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA13457 for ports-outgoing; Sun, 6 Jul 1997 17:20:18 -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 RAA13445 for ; Sun, 6 Jul 1997 17:20:13 -0700 (PDT) Received: from earth.mat.net (root@earth.mat.net [205.252.122.1]) by cais.cais.com (8.8.5/) with SMTP id UAA11006 for ; Sun, 6 Jul 1997 20:20:07 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [205.252.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id UAA18224 for ; Sun, 6 Jul 1997 20:20:06 -0400 Date: Sun, 6 Jul 1997 20:20:07 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: FreeBSD Ports Subject: Re: emacs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 6 Jul 1997, Chuck Robey wrote: > I just put emacs on a friend's new FreeBSD machine. I first mistakenly > put it on before I'd installed X, so it came up in tty mode. I > pkg_deleted it, then rebuilt and reinstalled it after X and fvwm was up. > Now it takes about 60 seconds to load, and I can't figure out why. On my > own machine, it takes 4-5 seconds to load. > > Any idea what I could look for? There's 96 megs of swap on this 32 Meg > machine, and swap is hardly used at all in this, even with XFree86 3.2 > running. Oops, ignore this. Emacs startup does a hostname check, and I had that setup yet to do. It now starts up real nicely, maybe 3 seconds. ----------------------------+----------------------------------------------- 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 7 00:21:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA00232 for ports-outgoing; Mon, 7 Jul 1997 00:21:44 -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 AAA00227 for ; Mon, 7 Jul 1997 00:21:36 -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 JAA12469 for ; Mon, 7 Jul 1997 09:21:33 +0200 (CEST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.6/8.8.5) id JAA00628; Mon, 7 Jul 1997 09:21:32 +0200 (CEST) To: ports@freebsd.org Subject: [comp.os.linux.announce] xview-3.2p1.4 - Graphical user-interface toolkit From: Thomas Gellekum Date: 07 Jul 1997 09:21:32 +0200 Message-ID: <87zprzs4xv.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 204 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is anyone out there actually using XView and wiiling to take a look at this? tg ------- Start of forwarded message ------- From: Martin Buck Newsgroups: comp.os.linux.announce Subject: xview-3.2p1.4 - Graphical user-interface toolkit Followup-To: comp.os.linux.x Date: Sun, 6 Jul 1997 11:08:24 GMT Organization: none Message-ID: -----BEGIN PGP SIGNED MESSAGE----- I've just released patchlevel 4 of the Linux/ELF/X11R6-version of XView 3.2p1. Please see below for a list of changes. Here's a short excerpt from the README: - ----------------------------------------------------------------------------- This README describes Linux-patchlevel 4 of XView3.2p1-X11R6, Sun's OpenLook[tm] compliant graphical user-interface toolkit for Linux/ELF and the X Window System. If you have never heard about XView before, here's a short excerpt of Sun's README: XView (X Window-System-based Visual/Integrated Environment for Workstations) is a user-interface toolkit to support interactive, graphics-based applications running under the X Window System. XView provides a set of pre-built, user-interface objects such as canvases, scrollbars, menus, and control panels. The appearance and functionality of these objects follow the OPEN LOOK Graphical User Interface (GUI) specification. XView features an object-oriented style Application Programmer's Interface (API) that is straightforward and easy to learn. This release is based on Oleg Kibirev's release of XView for Linux/ELF. It contains patches from Oleg Kibirev (his patches are based mostly on Kenneth Osterberg's patches), Wolfram Gloger , E. Zimmermann , Rainer Wiesner , Sven Rudolph , Sebastiano Suraci and myself. If you have other patches for XView-bugs, please send them to me. Although I fixed some bugs in cmdtool, there are many more left. The code for cmdtool is a complete mess and I don't want to waste any more time fixing it. As such, bug-reports for cmdtool will be ignored unless you also include a patch. If you want to do yourself a favour, use xterm. ;-) Changes from earlier versions: Patchlevel 4: o Fixed bug in Notifier that caused cmdtool to dump core when running fullscreen-programs like vi or emacs. o ttysw/termsw (cmdtool) now correctly handles NOECHO mode o NumLock no longer causes X protocol error o Numeric keypad should work o Caret now is (re)drawn correctly in PANEL_TEXT_ITEMs o Fixed bug that caused menu items to become invisible when XView ran out of colors o Fixed BadMatch error when using colored icons o Fixed bug that caused random SIGSEGVs when drawing lines with pixwin o Fixed olgx bug that caused height miscalculation for PANEL_LABEL_IMAGEs o olvwm no longer dumps core when no menu-file is found o olvwm now displays accelerators in its menus o props no longer complains about missing localization files o $OPENWINHOME no longer required -- everything now uses /usr/openwin by default, if $OPENWINHOME is unset o All installation-rules in the Imake-config-files now use the $DESTDIR- prefix for the installation-directories o Using Ncurses, libtermcap is no longer required o Removed /usr/openwin/bin/sunview (executables now in /usr/openwin/bin, scripts in /usr/openwin/lib/xview) o Fixed some compilation problems Patchlevel 3 adds the TrueColor-patches for ol(v)wm, fixes the buffer-overrun problem with cmdtool (that caused cmdtool's output to be written to the terminal cmdtool was started from), fixes a GC-problem when using 2D buttons (that showed up when attaching a menu to a canvas using all 256 colors on a 8 bpp display, for example), fixes a resource problem with olvwm, changes the default location for the text-extras-menu from /usr/lib to /usr/openwin/lib and contains some other minor enhancements. Also, olvwm now is included in the source-package and the diffs only contain the patches for the additional clients (instead of the whole clients-sourcecode). Patchlevel 2 finally fixes the nasty endianess-bug with icons and also contains some other minor enhancements. Also, I removed the seperate clients-package and added the sources to my diffs instead. I also merged Kenneth's diffs to the example-programs that were missing in Oleg's release. Patchlevel 1 fixes some bugs that existed in all XView-versions since X11R6 (some might even be older). They could cause coredumps or other miscellaneous failures like ignoring the resoure-database and displaying PANEL_LISTS with wrong colors. It also includes some malloc-related bugfixes that should allow you to debug XView-apps with Electric Fence. You can find the following files on sunsite.unc.edu in /pub/Linux/libs/X/xview: xview-3.2p1.4.bin.tar.gz: This is the binary release that contains everything that's required to use the XView-library. It also contains binaries of the basic XView clients (olwm, clock, cmdtool and shelltool) and additional clients (props, textedit and olvwm). The binaries were compiled with libc-5.2.16, libX11.so.6.0 and libncurses.so.3.0, but should work with later versions as well. xview-3.2p1.4.src.tar.gz: This is the sourcecode for the XView-library with my patches (see below) applied and the additional clients included. xview-3.2p1.4.diff.gz: These are my patches relative to the XView3.2p1-X11R6-release as found on ftp.x.org. To apply the patches, you first have to install the additional clients in the 'clients'-directory xview-3.2p1.4.README: The file you're reading at the moment xview-3.2p1.4.lsm: ...and the LSM-entry To install the binary version, do the following: If you have an old XView-release installed, you might want to move your old /usr/openwin tree to a save place first. Then cd to / and do a "tar xvpzf /some/path/xview-3.2p1.4.bin.tar.gz" (as root). After running "ldconfig /usr/openwin/lib" (and possibly adding /usr/openwin/lib to /etc/ld.so.config first), you should be able to use the new libraries. BTW, I chose version 3.2.4 for the shared libraries. This means that they're compatible with the old versions---you don't have to recompile your apps to use the new version (if they were liked against the shared libs, that is). To compile XView yourself, please have a look at the bash-script "Build-LinuxXView.bash" in my source-distribution. If your setup is not too different from mine, this should do most of the required steps for you. HINT TO DISTRIBUTION-MAINTAINERS: *PLEASE* replace your current XView-packages with this new one. You can save your users and all programmers of XView-apps a lot of trouble. Martin Buck - ----------------------------------------------------------------------------- Begin3 Title: xview-3.2p1 Version: Linux-patchlevel 4 Entered-date: 27JUN97 Description: A port of XView3.2 for XFree86 3.x and ELF shared libraries. Includes binaries of XView libs, basic XView clients (olwm, clock, cmdtool and shelltool), additional clients (props, textedit and olvwm), misc. support files installed under /usr/openwin. Source package contains sourcecode to all of the above (including additional clients normally not found in XView-distribution). The patches are relative to the xview-3.2p1-X11R6 release as found on ftp.x.org. Additional clients must be in installed in 'clients'-dir for patches to apply cleanly. Keywords: XView, X, ELF, XFree86, OpenLook, OpenWindows Author: Sun Microsystems, Inc. / various Maintained-by: martin.buck@bigfoot.com (Martin Buck) Primary-site: sunsite.unc.edu /pub/Linux/libs/X/xview 2.09MB xview-3.2p1.4.bin.tar.gz 3.08MB xview-3.2p1.4.src.tar.gz 51.8kB xview-3.2p1.4.diff.gz 5.96kB xview-3.2p1.4.README 1450 xview-3.2p1.4.lsm Original-site: ftp.x.org Platforms: libc 5.2.16, libncurses.so.3.0, gcc 2.7.2, XFree 3.x-ELF. Later versions should work, too. Copying-policy: The same as Sun XView 3.2 release End - ----------------------------------------------------------------------------- - -- /* Martin Buck E-Mail: martin-2.buck@student.uni-ulm.de */ /* Student of electrical engineering WWW: http://www.uni-ulm.de/~s_mbuck1/ */ /* University of Ulm, Germany Snail-Mail: Paukengasse 2, 89077 Ulm, Germany */ #include /* PGP Key available MIME-Mail welcome */ - -- This article has been digitally signed by the moderator, using PGP. http://www.iki.fi/liw/lars-public-key.asc has PGP key for validating signature. Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov PLEASE remember a short description of the software and the LOCATION. This group is archived at http://www.iki.fi/liw/linux/cola.html -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBM798qYQRll5MupLRAQHZ0AP9Edgg1mX95flWFQBkn1K5NFHnA+8Yaz4/ jxB88eT5xDRSikBFd3K1ToZXkiA8MWOd8kSbuNHa/BVwD64EpojyBFBbmb8CtOo+ pLa9FpkPng/Pw1ohALNMkaggCUhPXt3A9VpUaEQB9JulEvdQX1kpCm38vG/vuecF q+UkJF6DVDs= =H5F1 -----END PGP SIGNATURE----- ------- End of forwarded message ------- From owner-freebsd-ports Mon Jul 7 02:10:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA04383 for ports-outgoing; Mon, 7 Jul 1997 02:10:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA04366; Mon, 7 Jul 1997 02:10:02 -0700 (PDT) Date: Mon, 7 Jul 1997 02:10:02 -0700 (PDT) Message-Id: <199707070910.CAA04366@hub.freebsd.org> To: freebsd-ports Cc: From: Thomas Gellekum Subject: Re: ports/4045: Update to FreeFEM port Reply-To: Thomas Gellekum Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4045; it has been noted by GNATS. From: Thomas Gellekum To: pgiffuni@fps.biblos.unal.edu.co Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/4045: Update to FreeFEM port Date: 07 Jul 1997 11:04:38 +0200 pgiffuni@fps.biblos.unal.edu.co writes: > Only in freefem/patches: patch-ab > Only in freefem/patches: patch-ac Could you please send in a `diff -urN' so we actually see the contents of the new patches? tg From owner-freebsd-ports Mon Jul 7 02:40:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA05431 for ports-outgoing; Mon, 7 Jul 1997 02:40:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA05423; Mon, 7 Jul 1997 02:40:01 -0700 (PDT) Date: Mon, 7 Jul 1997 02:40:01 -0700 (PDT) Message-Id: <199707070940.CAA05423@hub.freebsd.org> To: freebsd-ports Cc: From: Thomas Gellekum Subject: Re: ports/4036: New port: mimepp-0.8.0 Reply-To: Thomas Gellekum Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4036; it has been noted by GNATS. From: Thomas Gellekum To: andy@icc.surw.chel.su Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/4036: New port: mimepp-0.8.0 Date: 07 Jul 1997 11:38:05 +0200 Andrey Zakhvatov writes: > Look at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/mimepp-0.8.0.tar.gz The port tries to install files/Makefile, which is missing. tg From owner-freebsd-ports Mon Jul 7 04:20:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08177 for ports-outgoing; Mon, 7 Jul 1997 04:20:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08171; Mon, 7 Jul 1997 04:20:01 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 04:20:01 -0700 (PDT) Resent-Message-Id: <199707071120.EAA08171@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, igor@zynaps.ru Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA07914; Mon, 7 Jul 1997 04:11:50 -0700 (PDT) Message-Id: <199707071111.EAA07914@hub.freebsd.org> Date: Mon, 7 Jul 1997 04:11:50 -0700 (PDT) From: igor@zynaps.ru To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4047: New port: cucipop-1.14 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4047 >Category: ports >Synopsis: New port: cucipop-1.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 04:20:00 PDT 1997 >Last-Modified: >Originator: Igor Vinokurov >Organization: JSB Inkombank >Release: 2.2-970629-RELENG >Environment: FreeBSD escape.cs.ibank.ru 2.2-970629-RELENG FreeBSD 2.2-970629-RELENG #0: Fri Jul 4 11:49:43 MSD 1997 root@escape.cs.ibank.ru:/usr/src/sys/compile/ESCAPE i386 >Description: A fast and robust implementation of the RFC1939 POP3 protocol. Many useful features. Please check and commit. >How-To-Repeat: >Fix: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/cucipop-1.14-port.tar.gz >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 04:32:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08666 for ports-outgoing; Mon, 7 Jul 1997 04:32:26 -0700 (PDT) Received: (from max@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA08639; Mon, 7 Jul 1997 04:32:13 -0700 (PDT) Date: Mon, 7 Jul 1997 04:32:13 -0700 (PDT) From: Masafumi NAKANE Message-Id: <199707071132.EAA08639@hub.freebsd.org> To: suttonj@interconnect.com.au, max, freebsd-ports Subject: Re: ports/2817 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port - prodosemu is an Apple2e prodos emulator State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Jul 7 04:29:19 PDT 1997 State-Changed-Why: The port is imported. As I import it, I made minor style changes to the Makefile, split the patch file into three files (ie, one patch for one file), and change the maintainer's e-mail address according to the same changes made to other ports, eg aftp. From owner-freebsd-ports Mon Jul 7 07:11:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA14381 for ports-outgoing; Mon, 7 Jul 1997 07:11:37 -0700 (PDT) Received: from smtp1.ts.kiev.ua (viking.ts.kiev.ua [193.124.229.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA14376 for ; Mon, 7 Jul 1997 07:11:29 -0700 (PDT) Received: from aviion.ts.kiev.ua by smtp1.ts.kiev.ua with SMTP id RAA07445; (8.8.3/zah/2.1) Mon, 7 Jul 1997 17:03:24 +0300 (EET DST) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id OAA12764; (8.6.11/zah/2.1) Mon, 7 Jul 1997 14:19:49 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id PAA17339; (8.6.9/zah/1.1) Mon, 7 Jul 1997 15:02:01 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id PAA06853; Mon, 7 Jul 1997 15:00:22 +0300 (EET DST) Message-ID: <33C0CCB1.9CF@cki.ipri.kiev.ua> Date: Mon, 07 Jul 1997 14:02:09 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: Chuck Robey CC: m230761@ingenieria.ingsala.unal.edu.co, ports@FreeBSD.ORG Subject: Re: Any standard place for icons? References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chuck Robey wrote: > > On Fri, 4 Jul 1997, Pedro F. Giffuni wrote: > > > I just noticed there are many icons from fvwm95 being installed in > > /usr/X11R6/icons. > > I think we should standarize a place where *.xpm's should go (if > > possible). What about /usr/X11R6/share/icons or /usr/X11R6/lib/icons ? > > > > How about the ones that I use, I think they're pretty standard: > > /usr/X11R6/include/X11/bitmaps > /usr/X11R6/include/X11/pixmaps > automake programs, installed their icons here. > > Pedro. > > > > > > ----------------------------+----------------------------------------------- > 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 7 08:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA19033 for ports-outgoing; Mon, 7 Jul 1997 08:30:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA19027; Mon, 7 Jul 1997 08:30:01 -0700 (PDT) Date: Mon, 7 Jul 1997 08:30:01 -0700 (PDT) Message-Id: <199707071530.IAA19027@hub.freebsd.org> To: freebsd-ports Cc: From: "Pedro F. Giffuni" Subject: Re: ports/4045: Update to FreeFEM port Reply-To: "Pedro F. Giffuni" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4045; it has been noted by GNATS. From: "Pedro F. Giffuni" To: Thomas Gellekum Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/4045: Update to FreeFEM port Date: Mon, 07 Jul 1997 10:20:54 -0700 Thomas Gellekum wrote: > > Could you please send in a `diff -urN' so we actually see the contents > of the new patches? > > tg No. I just reinstalled (upgraded) freebsd :(. There's also a bug in the URL (~ missing before prudhomm). I kept a copy of the new port, so I'll correct the problem with the URL and resend it this afternoon (ET). Pedro. From owner-freebsd-ports Mon Jul 7 08:57:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA20349 for ports-outgoing; Mon, 7 Jul 1997 08:57:08 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA20308 for ; Mon, 7 Jul 1997 08:55:37 -0700 (PDT) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id VAA05814; Mon, 7 Jul 1997 21:54:35 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.4/8.8.4) id TAA01190; Mon, 7 Jul 1997 19:26:12 GMT From: Andrey Zakhvatov Message-Id: <199707071926.TAA01190@icc.surw.chel.su> Subject: Re: ports/4036: New port: mimepp-0.8.0 To: tg@ihf.rwth-aachen.de (Thomas Gellekum) Date: Mon, 7 Jul 1997 19:26:11 +0000 () Cc: ports@freebsd.org In-Reply-To: <87radbryma.fsf@ghpc6.ihf.rwth-aachen.de> from "Thomas Gellekum" at "Jul 7, 97 11:38:05 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! > > Look at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/mimepp-0.8.0.tar.gz > > The port tries to install files/Makefile, which is missing. Oops, sorry. It's because I create port's tar.gz after `make install' :( Look at port below. Sincerely yours, Andy. begin 644 mimepp-0.8.0.tar.gz M'XL(`````````^U:6W/;MA+.J_@K,&,_V$E$\2K9GN:<*K*%OSO\(WY*YZY%'MJ$J2MLP:NV8]*?.?S?X2NR1)%84P39(6>1RSJA@'R\TA`\S"^:&1!(AVAWV`, M&!V3/U(W)O9%H]'@H0/<):8$63&!+][?T-'/J;="ZOEY!^CW3NCS[D8WL&.R M0O_#M\X=IN&==,3_I,O!9'K='?5?-1J;42GUNM/^F[?C07\"C$WNB">-NI-I M?WPS&4QYY_''C8Z;R:_7[/N3M-WY^G(P?I5=W_)PL&A9+UY((#.XGL*G#UR# MQ<"/KF7)21HO929(=--X#0\KP+J?$C.OXXN)Y,F=AE=]K]A+@B4/JI!=*9+AE#[[MQ M_VKP@?=N,IF*$3>](>4&EI?:)'=FOYU,IO7\P.4[-A('QZ1EAU8A)D-((!X; M;H!Z[WX?#][\-$7C?O=RU$?3E(:QB[W]OAQ_9-?OLU*(2#();#"X7Q^[[OD^ MG_?=&KG'?N21I/+^,E)19"A^J_#GOFM M]=^`EGC^GP)'6Z4>&@U&_1",P]O$C0";FW2$11TWJ)F@/X#.'CG8)PU[91/4>K M,$5+'%!DDUFZ6(""9.7/0B]!>"B.7V&P4CD_8G(!+IT4MDLW2CI/E M%+%;>/OZ9V"/3UB[U[N`\NJ5')Y*$JO`RS*NK.'*`JZLWLK239)*Z?6%QUP5R[8()L7HQ_G2_F%VBJ=LKR"`XNI$8S M]M%SN53\7_9/2J%XGOQZ!<5U?W*!(+;A?\N2PXNU*Q;B+;Y$GJ+C'_+'B)O9 MDZAMO?^CV\6W.`/XW/W_=D?5-8W7?ZHBZK\GP<[\OQL.)M/'M7$@_]--0\OG M7S.5ML+W_S6Q__\DV-X#;F';CB'-D!VI@O#5??"RE)Z"JJ8I8W/#&L9/QJ9;!7$>Z=<.8AW4EE\7VFGIX5E+LF-30Y4%0#;]Q M/%0CL7$,M5]".RBA'Y0P#DJ8]1(;QUO[1\,Y-!AU`NL#LAJ!];'9/@'MD(!^ M2,`X),"/X_[EFZ0[^5_O[6C4OW[4#/#@_C^0>?ZOM-O9_G]'%?G?4X!OVGDX M2=8[6ODV(,I7X>1?'L$"?P<[S_]E?](;/ZZ-0\]_1U/+YY\)0/W?,0SQ_#\% MI&(;-T$852\&_#==D+B^1/#637@#!DN"%([UELL$^[D,7S?@&A]3&?%=WTP= M9+ZI15.VUQ\4%BTO3(C'3'A>N$P0!>G7UU>('3CX,"5)1"QWSO:$0?'XJM<\ MTS0)#/.V:FKJ2W9TP3R@&[O@;D!3\.LN.\[@O_8*(Y@Y:>F$"-[4:(Y]UW-! M_]*E#K^4.PU1$-@XML'MW+\DC?C/XJ0_TI`2NQE!\D[QS"/L[ME^'FD;B`16 M:(,/+9MD#3XV"'N>E"77B*?G2>7=O,QN1=';V57%C Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA24044 for ports-outgoing; Mon, 7 Jul 1997 10:07:13 -0700 (PDT) Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA23484 for freebsd-ports@freebsd.org; Mon, 7 Jul 1997 10:00:19 -0700 (PDT) Date: Mon, 7 Jul 1997 10:00:19 -0700 (PDT) Message-Id: <199707071700.KAA23484@hub.freebsd.org> From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte o [1997/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 4 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. 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/04/23] ports/1155 ports systat or top display disagreeing informa o [1996/08/21] ports/1520 ports sudo dosn't recognise certain passwords a 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 o [1997/03/06] ports/2904 ports New port: wm2 a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/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 o [1997/04/30] ports/3435 ports jp-dserver-2.2.2 port is unable to be com 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/20] ports/3914 ports new games port - freeciv 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/3936 ports perl 5.004_01 is already available 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/3952 ports new port: mpg123 (audio) 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/26] ports/3960 ports new port - asWedit-3.0 o [1997/06/28] ports/3976 ports New port - tclCheck 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/04] ports/4031 ports new port: jp-oleo o [1997/07/05] ports/4035 ports New port: jp-weblint97-0.12 o [1997/07/05] ports/4036 ports New port: mimepp-0.8.0 o [1997/07/05] ports/4038 ports Initial port of the alpha-rel. WindowMake o [1997/07/06] ports/4045 ports Update to FreeFEM port o [1997/07/07] ports/4047 ports New port: cucipop-1.14 79 problems total. From owner-freebsd-ports Mon Jul 7 10:10:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA24343 for ports-outgoing; Mon, 7 Jul 1997 10:10:09 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA24325; Mon, 7 Jul 1997 10:10:03 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 10:10:03 -0700 (PDT) Resent-Message-Id: <199707071710.KAA24325@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, mcj@acquiesce.org Received: from acquiesce.org (mcj@acquiesce.org [207.40.204.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA23873 for ; Mon, 7 Jul 1997 10:04:25 -0700 (PDT) Received: (from mcj@localhost) by acquiesce.org (8.8.6/8.8.5) id MAA15221; Mon, 7 Jul 1997 12:04:55 -0500 (CDT) Message-Id: <199707071704.MAA15221@acquiesce.org> Date: Mon, 7 Jul 1997 12:04:55 -0500 (CDT) From: mcj@acquiesce.org Reply-To: mcj@acquiesce.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4048: update of slrn port Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4048 >Category: ports >Synopsis: update of slrn port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 10:10:02 PDT 1997 >Last-Modified: >Originator: Carey Jones >Organization: Acquiescence >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: recursive diff for new slrn version: diff -ruN slrn.old/Makefile slrn/Makefile --- slrn.old/Makefile Sun Jun 29 06:26:01 1997 +++ slrn/Makefile Mon Jul 7 11:48:09 1997 @@ -1,13 +1,13 @@ # New ports collection makefile for: slrn -# Version required: 0.9.4.0 +# Version required: 0.9.4.2 # Date created: 28 March 1997 # Whom: Carey Jones # # $Id: Makefile,v 1.3 1997/06/29 11:26:01 obrien Exp $ # -DISTNAME= slrn0.9.4.1 -PKGNAME= slrn-0.9.4.1 +DISTNAME= slrn0.9.4.2 +PKGNAME= slrn-0.9.4.2 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/ \ diff -ruN slrn.old/files/md5 slrn/files/md5 --- slrn.old/files/md5 Sun Jun 29 06:26:06 1997 +++ slrn/files/md5 Mon Jul 7 11:48:20 1997 @@ -1 +1 @@ -MD5 (slrn0.9.4.1.tar.gz) = 9e64c65426eacba49568fcccc67ed158 +MD5 (slrn0.9.4.2.tar.gz) = 84fba34b79610abc73b8b6262fd2ef1a diff -ruN slrn.old/pkg/DESCR slrn/pkg/DESCR --- slrn.old/pkg/DESCR Fri May 16 22:41:37 1997 +++ slrn/pkg/DESCR Mon Jul 7 11:55:53 1997 @@ -1,2 +1,2 @@ -slrn (not to be confused with slnr) is a SLang-based newsreader with a +slrn (not to be confused with slnr) is a SLang-based NNTP newsreader with a nice interface. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 12:25:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA02953 for ports-outgoing; Mon, 7 Jul 1997 12:25:05 -0700 (PDT) Received: from po (po.luminaop.com [205.185.47.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA02937 for ; Mon, 7 Jul 1997 12:24:51 -0700 (PDT) Received: from johnyaya (gouda.luminaop.com [205.185.47.10]) by po (8.6.12/8.6.9) with SMTP id MAA21581 for ; Mon, 7 Jul 1997 12:24:43 -0700 Date: Mon, 7 Jul 1997 12:24:43 -0700 Message-Id: <1.5.4.16.19970707121751.1dd73cf4@po.luminaop.com> X-Sender: martinh@po.luminaop.com X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ports@FreeBSD.org From: Martin Helliwell Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, My name is Martin Helliwell. I am a major LISP hacker who was very disapointed to find out that the gcl port for FreeBSD 2.2 was broken. Since you are listed as the port maintainer, I wanted to ask you if anyone is working to fix this problem. If not, I can try it myself. I would appreciate any infomation you have that might help me. I put a couple of hours into it already and the basic compiler is going together OK - so I don't think it will be that difficult to fix. (of course I could be wrong) I could also post a reward for someone who provides a fix - not much, maybe $100. Anyway, I think that a good common lisp compiler is an important thing for FreeBSD to have with it and I want to do what I can to make it happen. Please let me know what you think. -Martin Helliwell From owner-freebsd-ports Mon Jul 7 12:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04195 for ports-outgoing; Mon, 7 Jul 1997 12:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA04186; Mon, 7 Jul 1997 12:50:02 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 12:50:02 -0700 (PDT) Resent-Message-Id: <199707071950.MAA04186@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 MAA04002 for ; Mon, 7 Jul 1997 12:46:50 -0700 (PDT) Received: from nkazushi.highway.or.jp (root@p3kobe050.highway.or.jp [203.140.12.99]) by highway.or.jp (8.8.5/3.4W4) with ESMTP id EAA06459 for ; Tue, 8 Jul 1997 04:45:16 +0900 (JST) Received: (from kaz@localhost) by nkazushi.highway.or.jp (8.8.3/3.4Wbeta6) id OAA24896; Mon, 7 Jul 1997 14:41:01 +0900 (JST) Message-Id: <199707071945.EAA06459@highway.or.jp> Date: Mon, 7 Jul 1997 14:41:01 +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/4049: ported plain2 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4049 >Category: ports >Synopsis: ported plain2 >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 12:50:01 PDT 1997 >Last-Modified: >Originator: NAKAMURA Kazushi >Organization: person >Release: FreeBSD 2.1.5-STABLE i386 >Environment: >Description: plain2.tar.gz: plain to any text converter ps. Please archie & define MASTERSITE,CATEGORY. sorry,I'm a dial-up user. I got the archive from a CD-ROM, but can't find on the net. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 13:22:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA05779 for ports-outgoing; Mon, 7 Jul 1997 13:22:07 -0700 (PDT) Received: from ingenieria ([168.176.15.11]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA05767 for ; Mon, 7 Jul 1997 13:21:53 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id QAA10831; Mon, 7 Jul 1997 16:05:54 -0400 Message-ID: <33C128C5.6641@fps.biblos.unal.edu.co> Date: Mon, 07 Jul 1997 10:35:01 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: rssh@cki.ipri.kiev.ua CC: Chuck Robey , m230761@ingenieria.ingsala.unal.edu.co, ports@FreeBSD.ORG Subject: Re: Any standard place for icons? References: <33C0CCB1.9CF@cki.ipri.kiev.ua> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ruslan Shevchenko wrote: > [...standard place for icons ] > > > > How about the ones that I use, I think they're pretty standard: > > > > /usr/X11R6/include/X11/bitmaps > > /usr/X11R6/include/X11/pixmaps > > > > automake programs, installed their icons here. > Thanks to Chuck and Ruslan for pointing the right place. I'll correct the place where hobbes-icons go. Pedro. > > > > > > > ----------------------------+----------------------------------------------- > > 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 7 16:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA16141 for ports-outgoing; Mon, 7 Jul 1997 16:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA16134; Mon, 7 Jul 1997 16:50:01 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 16:50:01 -0700 (PDT) Resent-Message-Id: <199707072350.QAA16134@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA15966 for ; Mon, 7 Jul 1997 16:44:21 -0700 (PDT) Received: from klute.parc.xerox.com ([13.2.116.207]) by alpha.xerox.com with SMTP id <24464(6)>; Mon, 7 Jul 1997 16:37:03 PDT Received: from sundae.parc.xerox.com ([13.2.117.33]) by klute.parc.xerox.com with SMTP id <59170>; Mon, 7 Jul 1997 16:14:38 PDT Received: (from fenner@localhost) by sundae.parc.xerox.com (8.8.5/8.8.5) id XAA12798; Mon, 7 Jul 1997 23:14:18 GMT Message-Id: <199707072314.XAA12798@sundae.parc.xerox.com> Date: Mon, 7 Jul 1997 16:14:18 PDT From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4050: mrtg: rateup dumps core with malloc_options=J Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4050 >Category: ports >Synopsis: mrtg: rateup dumps core with malloc_options=J >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 16:50:00 PDT 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: mrtg-2.4.1 port >Description: rateup requires malloc to return zeroed memory. >How-To-Repeat: run rateup (perhaps with empty history) with malloc_options=J >Fix: use calloc in appropriate places? >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 18:10:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA19525 for ports-outgoing; Mon, 7 Jul 1997 18:10:24 -0700 (PDT) Received: from ingenieria ([168.176.15.11]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id SAA19520 for ; Mon, 7 Jul 1997 18:10:20 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co by ingenieria (SMI-8.6/SMI-SVR4) id UAA11831; Mon, 7 Jul 1997 20:56:50 -0400 Message-ID: <33C1AEBC.6CC@fps.biblos.unal.edu.co> Date: Mon, 07 Jul 1997 20:06:36 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: Visual Basic under FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, 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 Pedro. From owner-freebsd-ports Mon Jul 7 18:57:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA21371 for ports-outgoing; Mon, 7 Jul 1997 18:57:25 -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 SAA21365; Mon, 7 Jul 1997 18:57:20 -0700 (PDT) From: James FitzGibbon Received: (from jfitz@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA01177; Mon, 7 Jul 1997 18:56:49 -0700 (PDT) Date: Mon, 7 Jul 1997 18:56:49 -0700 (PDT) Message-Id: <199707080156.SAA01177@freefall.freebsd.org> To: jfitz@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jfitz@FreeBSD.ORG Subject: Re: ports/4050 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: mrtg: rateup dumps core with malloc_options=J Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: jfitz Responsible-Changed-When: Mon Jul 7 18:56:01 PDT 1997 Responsible-Changed-Why: Port Maintainer From owner-freebsd-ports Mon Jul 7 22:20:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28399 for ports-outgoing; Mon, 7 Jul 1997 22:20:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28393; Mon, 7 Jul 1997 22:20:03 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 22:20:03 -0700 (PDT) Resent-Message-Id: <199707080520.WAA28393@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, andy@icc.surw.chel.su Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA28250 for ; Mon, 7 Jul 1997 22:14:58 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id WAA25285 for ; Mon, 7 Jul 1997 22:10:47 -0700 (PDT) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id LAA27624 for ; Tue, 8 Jul 1997 11:02:16 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.4/8.8.4) id IAA02983; Tue, 8 Jul 1997 08:34:11 GMT Message-Id: <199707080834.IAA02983@icc.surw.chel.su> Date: Tue, 8 Jul 1997 08:34:11 GMT From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4053: New port: agm-1.1 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4053 >Category: ports >Synopsis: New port: agm-1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 22:20:01 PDT 1997 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: This is a port of the AnaGram search utility. Look at ftp://ftp.freebsd.org/pub/FreeBSD/incoming/agm-1.1.tar.gz >Description: >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 22:50:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29141 for ports-outgoing; Mon, 7 Jul 1997 22:50:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29126; Mon, 7 Jul 1997 22:50:01 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 22:50:01 -0700 (PDT) Resent-Message-Id: <199707080550.WAA29126@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, doconnor@ist.flinders.edu.au Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29020; Mon, 7 Jul 1997 22:46:34 -0700 (PDT) Message-Id: <199707080546.WAA29020@hub.freebsd.org> Date: Mon, 7 Jul 1997 22:46:34 -0700 (PDT) From: doconnor@ist.flinders.edu.au To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4054: Port for Amp 0.7.3 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4054 >Category: ports >Synopsis: Port for Amp 0.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 22:50:00 PDT 1997 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: >Environment: >Description: I have just uploaded a port for Amp V0.7.3, its called 'amp.tgz' in the incoming directory in ftp.freebsd.org >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 22:50:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29153 for ports-outgoing; Mon, 7 Jul 1997 22:50:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29138; Mon, 7 Jul 1997 22:50:02 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 22:50:02 -0700 (PDT) Resent-Message-Id: <199707080550.WAA29138@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, doconnor@ist.flinders.edu.au Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29078; Mon, 7 Jul 1997 22:49:11 -0700 (PDT) Message-Id: <199707080549.WAA29078@hub.freebsd.org> Date: Mon, 7 Jul 1997 22:49:11 -0700 (PDT) From: doconnor@ist.flinders.edu.au To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4055: Port for XMpeg3 v1.0 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4055 >Category: ports >Synopsis: Port for XMpeg3 v1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 22:50:02 PDT 1997 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: >Environment: >Description: I have just uploaded a port for XMpeg 3 V1.0, its called 'xmpeg3.tgz' in the incoming directory in ftp.freebsd.org >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 23:00:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29592 for ports-outgoing; Mon, 7 Jul 1997 23:00:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29584; Mon, 7 Jul 1997 23:00:01 -0700 (PDT) Resent-Date: Mon, 7 Jul 1997 23:00:01 -0700 (PDT) Resent-Message-Id: <199707080600.XAA29584@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, doconnor@ist.flinders.edu.au Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29267; Mon, 7 Jul 1997 22:53:12 -0700 (PDT) Message-Id: <199707080553.WAA29267@hub.freebsd.org> Date: Mon, 7 Jul 1997 22:53:12 -0700 (PDT) From: doconnor@ist.flinders.edu.au To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4056: Port for netpipes 3.2 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4056 >Category: ports >Synopsis: Port for netpipes 3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 7 23:00:00 PDT 1997 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: >Environment: >Description: I have just uploaded a port for netpipes 3.2, its called 'netpipes3.2.tgz' in the incoming directory in ftp.freebsd.org >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jul 7 23:32:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA00965 for ports-outgoing; Mon, 7 Jul 1997 23:32:20 -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 XAA00952; Mon, 7 Jul 1997 23:32:14 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA01891; Mon, 7 Jul 1997 23:31:42 -0700 (PDT) Date: Mon, 7 Jul 1997 23:31:42 -0700 (PDT) Message-Id: <199707080631.XAA01891@freefall.freebsd.org> To: Nakai@Mlab.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/2904 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: wm2 State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Mon Jul 7 23:28:46 PDT 1997 State-Changed-Why: The port imported. Please note that I trimmed the last part of the DESCR as one you submitted could cause misunderstanding and users may send in bug report regarding the port to the original author. From owner-freebsd-ports Tue Jul 8 00:26:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02836 for ports-outgoing; Tue, 8 Jul 1997 00:26:51 -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 AAA02808; Tue, 8 Jul 1997 00:26:13 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA02123; Tue, 8 Jul 1997 00:25:40 -0700 (PDT) Date: Tue, 8 Jul 1997 00:25:40 -0700 (PDT) Message-Id: <199707080725.AAA02123@freefall.freebsd.org> To: asami@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/4040 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: kon is out-of-date Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asami Responsible-Changed-When: Tue Jul 8 00:25:16 PDT 1997 Responsible-Changed-Why: misfiled PR From owner-freebsd-ports Tue Jul 8 01:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA04150 for ports-outgoing; Tue, 8 Jul 1997 01:00:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA04128; Tue, 8 Jul 1997 01:00:03 -0700 (PDT) Date: Tue, 8 Jul 1997 01:00:03 -0700 (PDT) Message-Id: <199707080800.BAA04128@hub.freebsd.org> To: freebsd-ports Cc: From: max@FreeBSD.ORG Subject: Re:ports/2956:NewPort:xgospel-1.10dinftp.freebsd.org/pub/FreeBSD/incom Reply-To: max@FreeBSD.ORG Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/2956; it has been noted by GNATS. From: max@FreeBSD.ORG To: freebsd-gnats-submit@freebsd.org, jmb@freebsd.org Cc: max@wide.ad.jp Subject: Re:ports/2956:NewPort:xgospel-1.10dinftp.freebsd.org/pub/FreeBSD/incom Date: Tue, 8 Jul 1997 16:55:27 +0900 (JST) The file you submitted looks like the reslut of ``make package''. Please send in the port files, instead. Thanks, Max From owner-freebsd-ports Tue Jul 8 01:31:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05251 for ports-outgoing; Tue, 8 Jul 1997 01:31: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 BAA05244; Tue, 8 Jul 1997 01:31:09 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA02505; Tue, 8 Jul 1997 01:30:36 -0700 (PDT) Date: Tue, 8 Jul 1997 01:30:36 -0700 (PDT) Message-Id: <199707080830.BAA02505@freefall.freebsd.org> To: pgiffuni@fps.biblos.unal.edu.co, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4045 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update to FreeFEM port State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Tue Jul 8 01:29:38 PDT 1997 State-Changed-Why: Committed, thanks. I added integ.pde in the PLIST. From owner-freebsd-ports Tue Jul 8 01:39:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05704 for ports-outgoing; Tue, 8 Jul 1997 01:39:22 -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 BAA05698; Tue, 8 Jul 1997 01:39:14 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA02607; Tue, 8 Jul 1997 01:38:41 -0700 (PDT) Date: Tue, 8 Jul 1997 01:38:41 -0700 (PDT) Message-Id: <199707080838.BAA02607@freefall.freebsd.org> To: mita@jp.FreeBSD.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3435 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: jp-dserver-2.2.2 port is unable to be compiled under 2.1.7.1-R State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Tue Jul 8 01:37:16 PDT 1997 State-Changed-Why: I've imported this patch two months ago, and forgot to close this PR. From owner-freebsd-ports Tue Jul 8 01:45:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA06003 for ports-outgoing; Tue, 8 Jul 1997 01:45:58 -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 BAA05994; Tue, 8 Jul 1997 01:45:42 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA02812; Tue, 8 Jul 1997 01:45:09 -0700 (PDT) Date: Tue, 8 Jul 1997 01:45:09 -0700 (PDT) Message-Id: <199707080845.BAA02812@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4036 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: New port: mimepp-0.8.0 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Tue Jul 8 01:44:22 PDT 1997 State-Changed-Why: Imported, thanks. I added a few `@dirrm's in the PLIST. From owner-freebsd-ports Tue Jul 8 02:13:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA07110 for ports-outgoing; Tue, 8 Jul 1997 02:13:00 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-02.ix.netcom.com [199.35.209.162]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA07103 for ; Tue, 8 Jul 1997 02:12:51 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id CAA06717; Tue, 8 Jul 1997 02:11:14 -0700 (PDT) Date: Tue, 8 Jul 1997 02:11:14 -0700 (PDT) Message-Id: <199707080911.CAA06717@silvia.HIP.Berkeley.EDU> To: martinh@luminaop.com CC: ports@freebsd.org In-reply-to: <1.5.4.16.19970707121751.1dd73cf4@po.luminaop.com> (message from Martin Helliwell on Mon, 7 Jul 1997 12:24:43 -0700) Subject: gcl From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, Martin. * My name is Martin Helliwell. I am a major LISP hacker who was very disapointed * to find out that the gcl port for FreeBSD 2.2 was broken. Since you are listed * as the port maintainer, I wanted to ask you if anyone is working to fix this * problem. If not, I can try it myself. I would appreciate any infomation * you have that might help me. I put a couple of hours into it already and * the basic * compiler is going together OK - so I don't think it will be that difficult * to fix. (of course I could be wrong) I suggest you look into the handbook (www.freebsd.org/handbook/porting.html). Also, other ports in /usr/ports/lang may help. * I could also post a reward for someone who provides a fix - not much, * maybe $100. Anyway, I think that a good common lisp compiler is an important * thing for FreeBSD to have with it and I want to do what I can to make it happen. * Please let me know what you think. Keep that for yourself. This is the last info I have on gcl, see if it helps. Satoshi ------- From: Ada T Lim Subject: gcl port To: ports@FreeBSD.ORG Date: Wed, 18 Jun 1997 23:06:03 +1000 (EST) --ELM866639163-6602-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit ok, the dependency on old tk wasnt very important, so I removed it attached are new patch files Ada --ELM866639163-6602-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=patch-ad Content-Description: patches/patch-ad Content-Transfer-Encoding: 7bit *** gcl-tk/tkAppInit.c.old Wed Jun 18 22:49:58 1997 --- gcl-tk/tkAppInit.c Wed Jun 18 22:50:19 1997 *************** *** 103,109 **** --- 103,114 ---- * where "app" is the name of the application. If this line is deleted * then no user-specific startup file will be run under any conditions. */ + /* This has been obsoleted in tcl 7.5 and later; hence there is no + user-specific startup file. + */ + #if 0 tcl_RcFileName = "~/.wishrc"; + #endif return TCL_OK; } --ELM866639163-6602-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=patch-ae Content-Description: patches/patch-ae Content-Transfer-Encoding: 7bit *** gcl-tk/makefile.old Wed Jun 18 23:01:24 1997 --- gcl-tk/makefile Wed Jun 18 23:01:37 1997 *************** *** 19,25 **** TK_LIBRARY=/usr/lib/tk X11_INCLUDE_DIR=-I/usr/include TK_INCLUDE_DIR=-I/usr/include/tcl ! TK_LIBS=-L/usr/lib -ltk TCL_LIBS=-L/usr/lib -ltcl X11_LIBS=-L/usr/X11/lib -lX11 EMACS_SITE_LISP=/usr/lib/emacs/site-lisp --- 19,25 ---- TK_LIBRARY=/usr/lib/tk X11_INCLUDE_DIR=-I/usr/include TK_INCLUDE_DIR=-I/usr/include/tcl ! TK_LIBS=-L/usr/lib -ltk4.1 TCL_LIBS=-L/usr/lib -ltcl X11_LIBS=-L/usr/X11/lib -lX11 EMACS_SITE_LISP=/usr/lib/emacs/site-lisp --ELM866639163-6602-0_-- From owner-freebsd-ports Tue Jul 8 02:56:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA08537 for ports-outgoing; Tue, 8 Jul 1997 02:56:24 -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 CAA08527; Tue, 8 Jul 1997 02:56:14 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA03065; Tue, 8 Jul 1997 02:55:41 -0700 (PDT) Date: Tue, 8 Jul 1997 02:55:41 -0700 (PDT) Message-Id: <199707080955.CAA03065@freefall.freebsd.org> To: hideyuki@sat.t.u-tokyo.ac.jp, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4040 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: kon is out-of-date State-Changed-From-To: open-analyzed State-Changed-By: asami State-Changed-When: Tue Jul 8 02:53:10 PDT 1997 State-Changed-Why: The originator is the kon2 port submitter. Per private communication, he agrees it is probably better to merge the kon2 port into kon (just a regular cvs commit, as there is no noticeable history in the kon2 port) and delete kon. So, if someone is taking care of this, please do it that way, instead of removing kon. From owner-freebsd-ports Tue Jul 8 07:10:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18212 for ports-outgoing; Tue, 8 Jul 1997 07:10:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18198; Tue, 8 Jul 1997 07:10:02 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 07:10:02 -0700 (PDT) Resent-Message-Id: <199707081410.HAA18198@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 HAA17848; Tue, 8 Jul 1997 07:01:49 -0700 (PDT) Message-Id: <199707081401.HAA17848@hub.freebsd.org> Date: Tue, 8 Jul 1997 07:01:49 -0700 (PDT) From: pgiffuni@fps.biblos.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4058: Fix for felt-3.02 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4058 >Category: ports >Synopsis: Fix for felt-3.02 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 07:10:01 PDT 1997 >Last-Modified: >Originator: Pedro >Organization: U. Nacional de Colombia >Release: 2.2.1-R >Environment: Non relevant >Description: felt didn't look for Xaw3d in the correct place. patch-ab was wrong, so I replaced it with a new patch to support Xaw3d. >How-To-Repeat: Hope I got it right; I've never seen Xaw3d. Please also add a dependency to Xaw3d >Fix: new patch-ab available in: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/felt-ab.gz >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 8 11:20:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29935 for ports-outgoing; Tue, 8 Jul 1997 11:20:04 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29913; Tue, 8 Jul 1997 11:20:01 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 11:20:01 -0700 (PDT) Resent-Message-Id: <199707081820.LAA29913@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 LAA29616 for ; Tue, 8 Jul 1997 11:13:23 -0700 (PDT) Received: from nkazushi.highway.or.jp (root@p3kobe012.highway.or.jp [203.140.12.61]) by highway.or.jp (8.8.5/3.4W4) with ESMTP id DAA20235 for ; Wed, 9 Jul 1997 03:11:50 +0900 (JST) Received: (from kaz@localhost) by nkazushi.highway.or.jp (8.8.3/3.4Wbeta6) id DAA29865; Wed, 9 Jul 1997 03:12:59 +0900 (JST) Message-Id: <199707081811.DAA20235@highway.or.jp> Date: Wed, 9 Jul 1997 03:12:59 +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/4061: Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4061 >Category: ports >Synopsis: >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 11:20:00 PDT 1997 >Last-Modified: >Originator: NAKAMURA Kazushi >Organization: >Release: FreeBSD 2.1.5-STABLE i386 >Environment: >Description: xklock-0421.tar.gz: X key lock Please archie & define MASTER_SITE, sorry. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 8 11:20:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29949 for ports-outgoing; Tue, 8 Jul 1997 11:20:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29934; Tue, 8 Jul 1997 11:20:03 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 11:20:03 -0700 (PDT) Resent-Message-Id: <199707081820.LAA29934@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 LAA29617 for ; Tue, 8 Jul 1997 11:13:30 -0700 (PDT) Received: from nkazushi.highway.or.jp (root@p3kobe012.highway.or.jp [203.140.12.61]) by highway.or.jp (8.8.5/3.4W4) with ESMTP id DAA20243 for ; Wed, 9 Jul 1997 03:11:52 +0900 (JST) Received: (from kaz@localhost) by nkazushi.highway.or.jp (8.8.3/3.4Wbeta6) id DAA29758; Wed, 9 Jul 1997 03:10:36 +0900 (JST) Message-Id: <199707081811.DAA20243@highway.or.jp> Date: Wed, 9 Jul 1997 03:10:36 +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/4062: Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4062 >Category: ports >Synopsis: >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 11:20:02 PDT 1997 >Last-Modified: >Originator: NAKAMURA Kazushi >Organization: >Release: FreeBSD 2.1.5-STABLE i386 >Environment: >Description: xskyroot-0530.tar.gz: X-window accessary Please archie & define MASTER_SITE, sorry. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 8 13:41:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA07265 for ports-outgoing; Tue, 8 Jul 1997 13:41:26 -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 NAA07246 for ; Tue, 8 Jul 1997 13:41:08 -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 WAA20512 for ; Tue, 8 Jul 1997 22:40:49 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id WAA29244 for ports@FreeBSD.ORG; Tue, 8 Jul 1997 22:40:20 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.6/keltia-uucp-2.9) id WAA14255; Tue, 8 Jul 1997 22:29:18 +0200 (CEST) Message-ID: <19970708222918.05327@keltia.freenix.fr> Date: Tue, 8 Jul 1997 22:29:18 +0200 From: Ollivier Robert To: "FreeBSD's ports list" Subject: Netscape/Linux 4.01b6 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3392 AMD-K6 MMX @ 208 MHz Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is anyone using it ? It seems to run fine although the "Security" menu entry is freezing it. I can only "Kill" it through the WM... Am I alone in this ? I tried 4.x not because I like Net$crap but because it can now refuse cookies everytime automatically... It is a memory pig though (much more than 3.x, after a few hours it is at 23 MB :-( ). -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #20: Fri Jun 13 00:16:13 CEST 1997 From owner-freebsd-ports Tue Jul 8 15:23:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA12713 for ports-outgoing; Tue, 8 Jul 1997 15:23:25 -0700 (PDT) Received: from victory.soonet.ca (root@victory.soonet.ca [208.128.155.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA12708 for ; Tue, 8 Jul 1997 15:23:21 -0700 (PDT) Received: from voyager.soonet.ca (voyager.soonet.ca [208.128.158.10]) by victory.soonet.ca (8.8.5/8.8.5) with SMTP id SAA08498 for ; Tue, 8 Jul 1997 18:28:11 -0400 (EDT) Message-ID: <33C2BEE8.167EB0E7@soonet.ca> Date: Tue, 08 Jul 1997 18:27:52 -0400 From: Don joy Organization: SooNet Corp X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd_ports Subject: Problem with wine port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have recently installed the wine port and have a problem. Here's my system version: [root@voyager]=>uname -a FreeBSD voyager.soonet.ca 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Tue May 20 10:45:24 GMT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 This is my output if I run it through gdb: [root@voyager]=>gdb wine GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... (gdb) set args sol.exe (gdb) run Starting program: /usr/local/bin/wine sol.exe Warning: imported path contains relative components Program received signal SIGSYS, Bad system call. 0x828e1e1 in semsys () (gdb) I also get Bad system call with some other apps as well. Anyone else seen this behaviour? BTW, i did this install with the freebsd ports collection. -- Don Joy System Administrator SooNet Corp From owner-freebsd-ports Tue Jul 8 22:10:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28048 for ports-outgoing; Tue, 8 Jul 1997 22:10:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28042; Tue, 8 Jul 1997 22:10:01 -0700 (PDT) Resent-Date: Tue, 8 Jul 1997 22:10:01 -0700 (PDT) Resent-Message-Id: <199707090510.WAA28042@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, doconnor@ist.flinders.edu.au Received: (from nobody@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27880; Tue, 8 Jul 1997 22:04:54 -0700 (PDT) Message-Id: <199707090504.WAA27880@hub.freebsd.org> Date: Tue, 8 Jul 1997 22:04:54 -0700 (PDT) From: doconnor@ist.flinders.edu.au To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/4066: Port for Mikmod 2.14 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4066 >Category: ports >Synopsis: Port for Mikmod 2.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 8 22:10:01 PDT 1997 >Last-Modified: >Originator: Daniel O'Connor >Organization: >Release: FreeBSD 2.2-GENESIS >Environment: FreeBSD holly.rd.net 2.2-GENESIS FreeBSD 2.2-GENESIS #0: Sat Jun 28 16:48:09 CST 1997 darius@holly.rd.net:/usr/src/sys/compile/HOLLY i386 >Description: I have uploaded a port for mikmod 2.14, a mod player which plays lots of mod formats(not MEDs, or IT's - they're in V3, which is a bit buggy yet). The tarball is called 'mikmod-2.14.tgz' in the incoming directory. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jul 8 23:13:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29784 for ports-outgoing; Tue, 8 Jul 1997 23:13:05 -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 XAA29779 for ; Tue, 8 Jul 1997 23:13:02 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wlpv9-0005Lu-00; Tue, 8 Jul 1997 23:08:11 -0700 Date: Tue, 8 Jul 1997 23:08:10 -0700 (PDT) From: Tom Samplonius To: Ollivier Robert cc: "FreeBSD's ports list" Subject: Re: Netscape/Linux 4.01b6 In-Reply-To: <19970708222918.05327@keltia.freenix.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 8 Jul 1997, Ollivier Robert wrote: > Is anyone using it ? > > It seems to run fine although the "Security" menu entry is freezing it. I > can only "Kill" it through the WM... Am I alone in this ? > > I tried 4.x not because I like Net$crap but because it can now refuse > cookies everytime automatically... It is a memory pig though (much more > than 3.x, after a few hours it is at 23 MB :-( ). > -- > Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr > FreeBSD keltia.freenix.fr 3.0-CURRENT #20: Fri Jun 13 00:16:13 CEST 1997 > > Does IMAP support work in this version of Netscape? That alone would almost be enough to convince me to leave my default work env of a 12in bw monitor with several virtual consoles. Tom From owner-freebsd-ports Wed Jul 9 00:12:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02055 for ports-outgoing; Wed, 9 Jul 1997 00:12:32 -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 AAA02046; Wed, 9 Jul 1997 00:12:21 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA01450; Wed, 9 Jul 1997 00:12:20 -0700 (PDT) Date: Wed, 9 Jul 1997 00:12:20 -0700 (PDT) Message-Id: <199707090712.AAA01450@freefall.freebsd.org> To: brett@peloton.physics.montana.edu, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3960 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port - asWedit-3.0 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Wed Jul 9 00:11:15 PDT 1997 State-Changed-Why: Imported, thanks. From owner-freebsd-ports Wed Jul 9 02:47:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA07595 for ports-outgoing; Wed, 9 Jul 1997 02:47: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 CAA07586; Wed, 9 Jul 1997 02:47:37 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA02293; Wed, 9 Jul 1997 02:47:35 -0700 (PDT) Date: Wed, 9 Jul 1997 02:47:35 -0700 (PDT) Message-Id: <199707090947.CAA02293@freefall.freebsd.org> To: ada@not-enough.bandwidth.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3914 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new games port - freeciv State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Jul 9 02:45:00 PDT 1997 State-Changed-Why: The port imported withseveral different modification. The changes I made include: Add lib_depends to Xpm Clean up the installation. From owner-freebsd-ports Wed Jul 9 03:24:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA08604 for ports-outgoing; Wed, 9 Jul 1997 03:24: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 DAA08588; Wed, 9 Jul 1997 03:23:56 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA02761; Wed, 9 Jul 1997 03:23:53 -0700 (PDT) Date: Wed, 9 Jul 1997 03:23:53 -0700 (PDT) Message-Id: <199707091023.DAA02761@freefall.freebsd.org> To: mcj@acquiesce.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4048 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: update of slrn port State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Wed Jul 9 03:23:00 PDT 1997 State-Changed-Why: The update applied. From owner-freebsd-ports Wed Jul 9 04:04:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA09711 for ports-outgoing; Wed, 9 Jul 1997 04:04:53 -0700 (PDT) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA09705 for ; Wed, 9 Jul 1997 04:04:49 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr2-40.slip.Uni-Koeln.DE) by Octopussy.MI.Uni-Koeln.DE with SMTP id AA00251 (5.67b/IDA-1.5 for ); Wed, 9 Jul 1997 13:04:31 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.6/8.6.9) id NAA02868; Wed, 9 Jul 1997 13:04:27 +0200 (CEST) X-Face: " Date: Wed, 9 Jul 1997 13:04:27 +0200 From: Stefan Esser To: Don joy Cc: freebsd_ports Subject: Re: Problem with wine port References: <33C2BEE8.167EB0E7@soonet.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74 In-Reply-To: <33C2BEE8.167EB0E7@soonet.ca>; from Don joy on Tue, Jul 08, 1997 at 06:27:52PM -0400 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Jul 8, Don joy wrote: > I have recently installed the wine port and have a problem. Here's my > system version: > > [root@voyager]=>uname -a > FreeBSD voyager.soonet.ca 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Tue > May 20 10:45:24 GMT 1997 > jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 The GENERIC kernel does not contain the USER_LDT option, which is required to run WINE. > This is my output if I run it through gdb: > [root@voyager]=>gdb wine > (gdb) set args sol.exe > (gdb) run > Starting program: /usr/local/bin/wine sol.exe > Program received signal SIGSYS, Bad system call. I guess, this says it all ... > 0x828e1e1 in semsys () Ahhh, semsys() ? Well, I guess you better add a few more options: options USER_LDT options SYSVSHM and possibly: options SYSVMSG options SYSVSEM (I have got those, but would not expect WINE to rely on them ...) > I also get Bad system call with some other apps as well. Anyone else > seen this behaviour? BTW, i did this install with the freebsd ports > collection. Using the BSD ports collection is the best approach, since it normally lets you build an application with no problems, implies the exact compile conditions in case of a problem, and allows to implement a workaround that benefits all later users of that port. I guess I should add a comment stating, that you need to build a custom kernel with USER_LDT and SYSVSHM support in order to run WINE ... Regards, STefan From owner-freebsd-ports Wed Jul 9 06:24:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA14383 for ports-outgoing; Wed, 9 Jul 1997 06:24:47 -0700 (PDT) Received: from www.webads.gr ([194.30.235.132]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14328 for ; Wed, 9 Jul 1997 06:22:32 -0700 (PDT) Received: from default (ppp30.webads.gr [194.30.235.252]) by www.webads.gr (8.8.5/11.4.0) with ESMTP id QAA05122 for ; Wed, 9 Jul 1997 16:25:11 +0300 (EET DST) Posted-Date: Wed, 9 Jul 1997 16:25:11 +0300 (EET DST) Message-Id: <199707091325.QAA05122@www.webads.gr> Reply-To: From: "A. Karantzalis" To: Subject: please help! Date: Wed, 9 Jul 1997 16:24:29 +0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1253 Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sir/Madam, Is it please possible to send me a link to a site that gives detailed installation instructions for the gmake-3.75? We run a Digital Alpha 1000 Server on DEC UNIX 3,2d. I look forward to your reply, Your Faithfully, Dimitris Vayenas Web Ads Ltd From owner-freebsd-ports Wed Jul 9 07:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA16991 for ports-outgoing; Wed, 9 Jul 1997 07:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA16985; Wed, 9 Jul 1997 07:30:02 -0700 (PDT) Resent-Date: Wed, 9 Jul 1997 07:30:02 -0700 (PDT) Resent-Message-Id: <199707091430.HAA16985@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, rssh@cki.ipri.kiev.ua Received: from smtp1.ts.kiev.ua (viking.ts.kiev.ua [193.124.229.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA16843 for ; Wed, 9 Jul 1997 07:27:56 -0700 (PDT) Received: from aviion.ts.kiev.ua by smtp1.ts.kiev.ua with SMTP id RAA02590; (8.8.3/zah/2.1) Wed, 9 Jul 1997 17:23:00 +0300 (EET DST) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id PAA08959; (8.6.11/zah/2.1) Wed, 9 Jul 1997 15:05:53 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id QAA09451; (8.6.9/zah/1.1) Wed, 9 Jul 1997 16:59:16 +0100 Received: (from rssh@localhost) by cki.ipri.kiev.ua (8.7.6/8.7.3) id QAA11303; Wed, 9 Jul 1997 16:59:34 +0300 (EET DST) Message-Id: <199707091359.QAA11303@cki.ipri.kiev.ua> Date: Wed, 9 Jul 1997 16:59:34 +0300 (EET DST) From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4067: wrong formats of files in offix.tar Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4067 >Category: ports >Synopsis: wrong formats of files in offix.tar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 9 07:30:01 PDT 1997 >Last-Modified: >Originator: Ruslan Shevchenko >Organization: @= mailto:rssh@cki.ipri.kiev.ua //RSSH http://www.ipri.kiev.ua/~rssh >Release: FreeBSD 2.2-961014-SNAP i386 >Environment: >Description: I was put a port of offix to you incoming, as file offix.tar, in which situated: Clipboard.tar.gz, Trash.tar.gz Files.tar.gz and so on. But, this .tar.gz is not gzipped! (I can't uderstand why) >How-To-Repeat: >Fix: So, or refer to this letter, during unarchiving of offix port, or I can reput files to you incoming. >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jul 9 10:17:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25511 for ports-outgoing; Wed, 9 Jul 1997 10:17:12 -0700 (PDT) Received: from tyree.iii.co.uk (tyree.iii.co.uk [193.117.77.66]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA25502 for ; Wed, 9 Jul 1997 10:17:03 -0700 (PDT) Received: (from nik@localhost) by tyree.iii.co.uk (8.8.4/8.8.4) id SAA08519; Wed, 9 Jul 1997 18:15:37 +0100 (BST) Message-ID: <19970709181537.19261@iii.co.uk> Date: Wed, 9 Jul 1997 18:15:37 +0100 From: Nik Clayton To: ports@freebsd.org Subject: Use of ports on non-FreeBSD systems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76e Organization: interactive investor Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Has anyone reading this made any headway in adapting the FreeBSD ports system for other architectures? I remember seeing other similar queries posted in the past, but a search of the mail archives didn't turn up any responses. I'm thinking in particular of adapting the ports system to Solaris. Cheers, N -- --+==[ This signature is under construction. Beware of falling objects ]==+-- Nik Clayton is Just Another Perl Hacker at Interactive Investor From owner-freebsd-ports Wed Jul 9 10:43:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA26915 for ports-outgoing; Wed, 9 Jul 1997 10:43:03 -0700 (PDT) Received: from g0d.tbe.net (qmailr@g0d.tbe.net [208.192.6.19]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA26894 for ; Wed, 9 Jul 1997 10:42:46 -0700 (PDT) Received: (qmail 17830 invoked from network); 9 Jul 1997 17:42:16 -0000 Received: from g0d.tbe.net (god@208.192.6.19) by g0d.tbe.net with SMTP; 9 Jul 1997 17:42:16 -0000 Date: Wed, 9 Jul 1997 13:42:15 -0400 (EDT) From: The Exalted One To: ports@FreeBSD.ORG Subject: Re: Use of ports on non-FreeBSD systems In-Reply-To: <19970709181537.19261@iii.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 9 Jul 1997, Nik Clayton wrote: > Has anyone reading this made any headway in adapting the FreeBSD ports > system for other architectures? I remember seeing other similar queries > posted in the past, but a search of the mail archives didn't turn up any > responses. > > I'm thinking in particular of adapting the ports system to Solaris. A while back (still actually) I was interested in adapting the ports system to Linux. Thus having a full source tree, etc... Jim Brinkerhoff ___ _ ___ _ / __|_ __| |__ _ __| _ \___ ___ __| | Jym Brinkerhoff \__ \ '_ \ / _` (_-< _/ _ \/ _ \/ _` | TBE Network Admin & Security Adm |___/ .__/_\__,_/__/_| \___/\___/\__,_| Bow Before Me, For I Am Your God. |_| Key fingerprint = 41 B8 97 D0 7A F6 EE 49 B1 B6 BB A6 73 2A 41 12 http://keys.pgp.com:11371/pks/lookup?op=get&search=0x944D9DA9 From owner-freebsd-ports Wed Jul 9 10:49:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA27252 for ports-outgoing; Wed, 9 Jul 1997 10:49:02 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA27237 for ; Wed, 9 Jul 1997 10:48:53 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id MAA09882 for ; Wed, 9 Jul 1997 12:48:44 -0500 (EST) Date: Wed, 9 Jul 1997 12:48:44 -0500 (EST) From: John Fieber To: ports@freebsd.org Subject: multiple distfiles Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a port (two actually) that needs to collect a couple different distfiles from different directories on the same ftp server. Is there a preferred way of doing this? Somewhat related, if the authoratative source for a set of files does not offer them in any archived format, is there a preferred way of dealing with this? -john From owner-freebsd-ports Wed Jul 9 11:11:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28467 for ports-outgoing; Wed, 9 Jul 1997 11:11:02 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA28459 for ; Wed, 9 Jul 1997 11:10:50 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id NAA09947 for ; Wed, 9 Jul 1997 13:10:46 -0500 (EST) Date: Wed, 9 Jul 1997 13:10:46 -0500 (EST) From: John Fieber To: ports@freebsd.org Subject: dates as versions for packages Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is it permissable to use a date as a version in a package name? Specifically, the character entity sets defined in the ISO8879:1986 standard currently have the package name iso8879-1.0. Would iso8879-1986 be okay? It is certainly more meaningful than the arbitrary 1.0 version. -john From owner-freebsd-ports Wed Jul 9 11:13:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28603 for ports-outgoing; Wed, 9 Jul 1997 11:13:18 -0700 (PDT) Received: from mail2.isdnet.net (root@mail2.hol.fr [194.149.160.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA28593 for ; Wed, 9 Jul 1997 11:13:11 -0700 (PDT) Received: from bibliotheque (ppp291.par.hol.fr [195.154.64.190]) by mail2.isdnet.net (8.8.5/Havas On Line) with SMTP id UAA06902 for ; Wed, 9 Jul 1997 20:13:05 +0200 (MET DST) Message-ID: <33C3D51E.4203@hol.fr> Date: Wed, 09 Jul 1997 20:14:54 +0200 From: Christophe Brajon Reply-To: avenirint@hol.fr Organization: Avenir International X-Mailer: Mozilla 3.01 [fr] (Win95; I) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Compatibility between releases of freeBSD ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have recently imported the port for xcannon game. When we executed the program our file system /usr/bin has been completely destroyed. Thanks to the brave old Unix (and Free-BSD) we recovered from this painfull situation. However we now hesitate to import any more ports from the Free-BSD ftp site, being afraid of a similar punishment! Our release is Free BSD 2.1.6 and we would like to know whether it is possible to install any POSTERIOR ports release software version. From owner-freebsd-ports Wed Jul 9 14:05:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA09665 for ports-outgoing; Wed, 9 Jul 1997 14:05:33 -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 OAA09654; Wed, 9 Jul 1997 14:05:28 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id RAA02369; Wed, 9 Jul 1997 17:05:11 GMT Date: Wed, 9 Jul 1997 17:05:11 +0000 (GMT) From: "Jonathan A. Zdziarski" To: freebsd-questions@freebsd.org cc: freebsd-ports@freebsd.org Subject: Default ttyp Group/Libs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have two questions that I haven't been able to solve yet... 1. I installed 'ytalk' but it says we need 'libXext.so.6.3' - Where can I find this in teh distribution on ftp.freebsd.org? 2. I've been trying to find out where to change the default group for 'ttyp' devices - it is currently tty, and we want it to just default to our users group. I checked headers, kernel config, and still can't find where to change this. Thankx. From owner-freebsd-ports Wed Jul 9 14:32:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA12978 for ports-outgoing; Wed, 9 Jul 1997 14:32:02 -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 OAA12918 for ; Wed, 9 Jul 1997 14:31:56 -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 XAA02291 for ; Wed, 9 Jul 1997 23:31:47 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id XAA08177 for ports@FreeBSD.ORG; Wed, 9 Jul 1997 23:31:36 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.6/keltia-uucp-2.9) id WAA18832; Wed, 9 Jul 1997 22:54:51 +0200 (CEST) Message-ID: <19970709225451.33236@keltia.freenix.fr> Date: Wed, 9 Jul 1997 22:54:51 +0200 From: Ollivier Robert To: "FreeBSD's ports list" Subject: Re: Netscape/Linux 4.01b6 References: <19970708222918.05327@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Tom Samplonius on Tue, Jul 08, 1997 at 11:08:10PM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3392 AMD-K6 MMX @ 208 MHz Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Tom Samplonius: > That alone would almost be enough to convince me to leave my default > work env of a 12in bw monitor with several virtual consoles. >From comments in comp.mail.imap, it seems that NS has some big problems (bad behaviour, use of a special Trash folder against rules and so on...). I wouldn't use it for IMAP, fetchmail seems much better in that respect... -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #20: Fri Jun 13 00:16:13 CEST 1997 From owner-freebsd-ports Wed Jul 9 14:36:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA13276 for ports-outgoing; Wed, 9 Jul 1997 14:36:15 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA13268 for ; Wed, 9 Jul 1997 14:36:13 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.6/8.6.9) with ESMTP id OAA02291; Wed, 9 Jul 1997 14:34:25 -0700 (PDT) To: dimitris@webads.gr cc: ports@FreeBSD.ORG Subject: Re: please help! In-reply-to: Your message of "Wed, 09 Jul 1997 16:24:29 +0300." <199707091325.QAA05122@www.webads.gr> Date: Wed, 09 Jul 1997 14:34:24 -0700 Message-ID: <2287.868484064@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Is it please possible to send me a link to a site that gives detailed > installation instructions for > the gmake-3.75? > > We run a Digital Alpha 1000 Server on DEC UNIX 3,2d. I'm afraid you've got the wrong list - this mailing list is for the discussion of the FreeBSD ports collection and we don't handle installation/configuration questions for other operating systems (we can't - that would be too many questions). Sorry. Jordan From owner-freebsd-ports Wed Jul 9 17:02:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA21068 for ports-outgoing; Wed, 9 Jul 1997 17:02:26 -0700 (PDT) Received: from victory.soonet.ca (root@victory.soonet.ca [208.128.155.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA21040 for ; Wed, 9 Jul 1997 17:02:19 -0700 (PDT) Received: from voyager.soonet.ca (voyager.soonet.ca [208.128.158.10]) by victory.soonet.ca (8.8.5/8.8.5) with SMTP id UAA06903 for ; Wed, 9 Jul 1997 20:07:20 -0400 (EDT) Message-ID: <33C4279E.41C67EA6@soonet.ca> Date: Wed, 09 Jul 1997 20:06:54 -0400 From: Don joy Organization: SooNet Corp X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd_ports Subject: Qcam & NV Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Has anyone been developing a freebsd port for nv and quickcam? I previously ported the .91 qcam utilities to bsdi 3.0 and am currently trying to port to freebsd. I also want to get this lib working with nv. If you're interested in offering any input or helping out, let me know. -- Don Joy System Administrator SooNet Corp From owner-freebsd-ports Wed Jul 9 17:21:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA22615 for ports-outgoing; Wed, 9 Jul 1997 17:21:20 -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 RAA22590 for ; Wed, 9 Jul 1997 17:20:59 -0700 (PDT) Received: from earth.mat.net (root@earth.mat.net [205.252.122.1]) by cais.cais.com (8.8.5/CJKv1.99-CAIS) with SMTP id UAA11953; Wed, 9 Jul 1997 20:20:54 -0400 (EDT) Received: from Journey2.mat.net (journey2.mat.net [205.252.122.116]) by earth.mat.net (8.6.12/8.6.12) with SMTP id UAA05199; Wed, 9 Jul 1997 20:20:41 -0400 Date: Wed, 9 Jul 1997 20:20:36 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@Journey2.mat.net To: Christophe Brajon cc: freebsd-ports@FreeBSD.ORG Subject: Re: Compatibility between releases of freeBSD ports In-Reply-To: <33C3D51E.4203@hol.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 9 Jul 1997, Christophe Brajon wrote: > I have recently imported the port for xcannon game. When we executed > the program our file system /usr/bin has been completely destroyed. > Thanks to the brave old Unix (and Free-BSD) we recovered from this > painfull situation. > However we now hesitate to import any more ports from the Free-BSD ftp > site, being afraid of a similar punishment! > Our release is Free BSD 2.1.6 and we would like to know whether it is > possible to install any POSTERIOR ports release software version. > We've never had a report like this, not a single one. Since we don't have a port of the xcannon game, this makes me doubly skeptical about your claim. Could you maybe be just a little more complete in describing where you got the software and what you did that caused all that lossage? > ----------------------------+----------------------------------------------- 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 Wed Jul 9 18:43:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA28278 for ports-outgoing; Wed, 9 Jul 1997 18:43:59 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA28270; Wed, 9 Jul 1997 18:43:52 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id SAA16177; Wed, 9 Jul 1997 18:43:44 -0700 (PDT) Date: Wed, 9 Jul 1997 18:43:44 -0700 (PDT) Message-Id: <199707100143.SAA16177@silvia.HIP.Berkeley.EDU> To: dmaddox@scsn.net CC: joerg@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <19970527201529.08649@cola112.scsn.net> (root@cola112.scsn.net) Subject: Re: acm broken in -current? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Strangely, I find that if I execute 'configure' with `sh -x configure`, * it succeeds(!)... What do you make of that? No idea, but you are right, so I committed the fix. Satoshi From owner-freebsd-ports Wed Jul 9 19:07:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29302 for ports-outgoing; Wed, 9 Jul 1997 19:07:10 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29296 for ; Wed, 9 Jul 1997 19:07:06 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA16254; Wed, 9 Jul 1997 19:06:48 -0700 (PDT) Date: Wed, 9 Jul 1997 19:06:48 -0700 (PDT) Message-Id: <199707100206.TAA16254@silvia.HIP.Berkeley.EDU> To: jfieber@indiana.edu CC: ports@FreeBSD.ORG In-reply-to: (message from John Fieber on Wed, 9 Jul 1997 13:10:46 -0500 (EST)) Subject: Re: dates as versions for packages From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Is it permissable to use a date as a version in a package name? * Specifically, the character entity sets defined in the * ISO8879:1986 standard currently have the package name * iso8879-1.0. Would iso8879-1986 be okay? It is certainly more * meaningful than the arbitrary 1.0 version. Absolutely. That's one of the "recommended" ways in the handbook. :) Satoshi From owner-freebsd-ports Wed Jul 9 19:10:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29478 for ports-outgoing; Wed, 9 Jul 1997 19:10:10 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29470 for ; Wed, 9 Jul 1997 19:10:04 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA16259; Wed, 9 Jul 1997 19:09:55 -0700 (PDT) Date: Wed, 9 Jul 1997 19:09:55 -0700 (PDT) Message-Id: <199707100209.TAA16259@silvia.HIP.Berkeley.EDU> To: jfieber@indiana.edu CC: ports@FreeBSD.ORG In-reply-to: (message from John Fieber on Wed, 9 Jul 1997 12:48:44 -0500 (EST)) Subject: Re: multiple distfiles From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I have a port (two actually) that needs to collect a couple * different distfiles from different directories on the same ftp * server. Is there a preferred way of doing this? Just list both directories as separate MASTER_SITES. It will try both. I know it doesn't sound very smart but I can't think of a clean way to fix it in bsd.port.mk. * Somewhat related, if the authoratative source for a set of files * does not offer them in any archived format, is there a preferred * way of dealing with this? You mean you need to fetch them one by one? Well, that depends on a couple other factors (number of files, whether they are using wu-ftpd, etc.).... Satoshi From owner-freebsd-ports Wed Jul 9 19:20:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29890 for ports-outgoing; Wed, 9 Jul 1997 19:20:12 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29885 for ; Wed, 9 Jul 1997 19:20:06 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id VAA11490; Wed, 9 Jul 1997 21:19:59 -0500 (EST) Date: Wed, 9 Jul 1997 21:19:59 -0500 (EST) From: John Fieber Reply-To: John Fieber To: Satoshi Asami cc: ports@FreeBSD.ORG Subject: Re: multiple distfiles In-Reply-To: <199707100209.TAA16259@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 9 Jul 1997, Satoshi Asami wrote: > * Somewhat related, if the authoratative source for a set of files > * does not offer them in any archived format, is there a preferred > * way of dealing with this? > > You mean you need to fetch them one by one? Well, that depends on a > couple other factors (number of files, whether they are using wu-ftpd, > etc.).... One case is the HTML DTDs from W3C. Versions 0 through 2 are available as a tar file, but wilbur (3.2) and cougar are only available as separate file--about 4 each. Furthermore, they are available only via ftp as far as I can tell. On the bright side, I've been in contact with the powers that be and they are considering offering them neatly packaged up. In another case, even if wu-ftpd was an option, grabbing the directory would be like using a drag-net, catching every living thing from the ocean just to get a couple small files. :( -john From owner-freebsd-ports Wed Jul 9 19:21:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29948 for ports-outgoing; Wed, 9 Jul 1997 19:21:34 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29943 for ; Wed, 9 Jul 1997 19:21:31 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA16306; Wed, 9 Jul 1997 19:21:19 -0700 (PDT) Date: Wed, 9 Jul 1997 19:21:19 -0700 (PDT) Message-Id: <199707100221.TAA16306@silvia.HIP.Berkeley.EDU> To: jonz@netrail.net CC: freebsd-ports@freebsd.org In-reply-to: (jonz@netrail.net) Subject: Re: Default ttyp Group/Libs From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I have two questions that I haven't been able to solve yet... Please don't post questions to more than one list.... * 1. I installed 'ytalk' but it says we need 'libXext.so.6.3' - Where can I * find this in teh distribution on ftp.freebsd.org? It's an X library. The directory name is "XF8633" or something. By the way, you can't use ytalk (at least without recompiling it) if you don't have X running. Satoshi From owner-freebsd-ports Wed Jul 9 19:24:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA00220 for ports-outgoing; Wed, 9 Jul 1997 19:24:09 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA00214 for ; Wed, 9 Jul 1997 19:24:06 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA16313; Wed, 9 Jul 1997 19:23:56 -0700 (PDT) Date: Wed, 9 Jul 1997 19:23:56 -0700 (PDT) Message-Id: <199707100223.TAA16313@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: avenirint@hol.fr, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Wed, 9 Jul 1997 20:20:36 -0400 (EDT)) Subject: Re: Compatibility between releases of freeBSD ports From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * We've never had a report like this, not a single one. Since we don't have * a port of the xcannon game, this makes me doubly skeptical about your * claim. Could you maybe be just a little more complete in describing where * you got the software and what you did that caused all that lossage? Furthermore, if this is a bug, it is in the kernel, not the xcannon program (or whatever game you tried to run). Unless that program is a serious trojan horse, these kind of situations are caused by the system crashing catastrophically at exactly the moment you tried to run the game. Satoshi From owner-freebsd-ports Wed Jul 9 19:49:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA01488 for ports-outgoing; Wed, 9 Jul 1997 19:49:38 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA01482 for ; Wed, 9 Jul 1997 19:49:35 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA16715; Wed, 9 Jul 1997 19:49:28 -0700 (PDT) Date: Wed, 9 Jul 1997 19:49:28 -0700 (PDT) Message-Id: <199707100249.TAA16715@silvia.HIP.Berkeley.EDU> To: jfieber@indiana.edu CC: ports@FreeBSD.ORG In-reply-to: (message from John Fieber on Wed, 9 Jul 1997 21:19:59 -0500 (EST)) Subject: Re: multiple distfiles From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * One case is the HTML DTDs from W3C. Versions 0 through 2 are * available as a tar file, but wilbur (3.2) and cougar are only * available as separate file--about 4 each. Furthermore, they are * available only via ftp as far as I can tell. On the bright side, * I've been in contact with the powers that be and they are * considering offering them neatly packaged up. Ok. If there are only 4 or so, listing them all and having DIST_SUBDIR set doesn't seem so bad either. * In another case, even if wu-ftpd was an option, grabbing the * directory would be like using a drag-net, catching every living * thing from the ocean just to get a couple small files. :( I see.... ;) Satoshi From owner-freebsd-ports Wed Jul 9 20:13:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA02873 for ports-outgoing; Wed, 9 Jul 1997 20:13:14 -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 UAA02867 for ; Wed, 9 Jul 1997 20:13:10 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wm9ab-00060z-00; Wed, 9 Jul 1997 20:08:17 -0700 Date: Wed, 9 Jul 1997 20:08:16 -0700 (PDT) From: Tom Samplonius To: Ollivier Robert cc: "FreeBSD's ports list" Subject: Re: Netscape/Linux 4.01b6 In-Reply-To: <19970709225451.33236@keltia.freenix.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 9 Jul 1997, Ollivier Robert wrote: > According to Tom Samplonius: > > That alone would almost be enough to convince me to leave my default > > work env of a 12in bw monitor with several virtual consoles. > > From comments in comp.mail.imap, it seems that NS has some big problems > (bad behaviour, use of a special Trash folder against rules and so on...). The Win95 Netscape works fine with the Cyrus imap server. The UW server is one that Netscape has problems with. > I wouldn't use it for IMAP, fetchmail seems much better in that respect... Ugh.. why use IMAP then? The whole point of IMAP is that you can read the mail on the server, so you can access it from multiple points, without having carry your mailbox around on a floppy disk. > -- > Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr > FreeBSD keltia.freenix.fr 3.0-CURRENT #20: Fri Jun 13 00:16:13 CEST 1997 > > Tom From owner-freebsd-ports Wed Jul 9 21:03:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04889 for ports-outgoing; Wed, 9 Jul 1997 21:03:07 -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 VAA04878 for ; Wed, 9 Jul 1997 21:03:01 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id AAA12807; Thu, 10 Jul 1997 00:02:23 GMT Date: Thu, 10 Jul 1997 00:02:23 +0000 (GMT) From: "Jonathan A. Zdziarski" To: Satoshi Asami cc: freebsd-ports@freebsd.org Subject: Re: Default ttyp Group/Libs In-Reply-To: <199707100221.TAA16306@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk hrm where can I get the sources to ytalk? It's not at the dist site. Thanks for your help. On Wed, 9 Jul 1997, Satoshi Asami wrote: : * I have two questions that I haven't been able to solve yet... : :Please don't post questions to more than one list.... : : * 1. I installed 'ytalk' but it says we need 'libXext.so.6.3' - Where can I : * find this in teh distribution on ftp.freebsd.org? : :It's an X library. The directory name is "XF8633" or something. By :the way, you can't use ytalk (at least without recompiling it) if you :don't have X running. : :Satoshi : From owner-freebsd-ports Wed Jul 9 21:22:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA05552 for ports-outgoing; Wed, 9 Jul 1997 21:22:58 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA05547 for ; Wed, 9 Jul 1997 21:22:53 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id VAA16945; Wed, 9 Jul 1997 21:11:23 -0700 (PDT) Date: Wed, 9 Jul 1997 21:11:23 -0700 (PDT) Message-Id: <199707100411.VAA16945@silvia.HIP.Berkeley.EDU> To: jonz@netrail.net CC: freebsd-ports@freebsd.org In-reply-to: (jonz@netrail.net) Subject: Re: Default ttyp Group/Libs From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * hrm where can I get the sources to ytalk? It's not at the dist site. Something is very screwed up on your installation. It is on the cdrom, our master ftp site (ftp.freebsd.org/pub/FreeBSD/distfiles/), and millions of other places. Satoshi From owner-freebsd-ports Wed Jul 9 22:20:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA07296 for ports-outgoing; Wed, 9 Jul 1997 22:20:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA07276; Wed, 9 Jul 1997 22:20:01 -0700 (PDT) Date: Wed, 9 Jul 1997 22:20:01 -0700 (PDT) Message-Id: <199707100520.WAA07276@hub.freebsd.org> To: freebsd-ports Cc: From: max@FreeBSD.ORG Subject: Re: ports/3987: Update port-crossgo32 Reply-To: max@FreeBSD.ORG Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3987; it has been noted by GNATS. From: max@FreeBSD.ORG To: freebsd-gnats-submit@freebsd.org, sutton@aardvark.apana.org.au Cc: max@wide.ad.jp Subject: Re: ports/3987: Update port-crossgo32 Date: Thu, 10 Jul 1997 14:00:56 +0900 (JST) The patch you submitted seems to be missing a new file called patch-ba. Please check and send it in if necessary. Thanks, Max From owner-freebsd-ports Thu Jul 10 02:55:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA21626 for ports-outgoing; Thu, 10 Jul 1997 02:55:13 -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 CAA21620; Thu, 10 Jul 1997 02:55:05 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA11518; Thu, 10 Jul 1997 02:54:55 -0700 (PDT) Date: Thu, 10 Jul 1997 02:54:55 -0700 (PDT) Message-Id: <199707100954.CAA11518@freefall.freebsd.org> To: mcj@acquiesce.org, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3952 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: new port: mpg123 (audio) State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Thu Jul 10 02:51:33 PDT 1997 State-Changed-Why: The port imported. Note: I changed the DESCR file as it is supposed to provide more precise info than the COMMENT. Please check it and let me know if there is any problem. From owner-freebsd-ports Thu Jul 10 06:17:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA01580 for ports-outgoing; Thu, 10 Jul 1997 06:17:49 -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 GAA01571; Thu, 10 Jul 1997 06:17:41 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA12945; Thu, 10 Jul 1997 06:17:29 -0700 (PDT) Date: Thu, 10 Jul 1997 06:17:29 -0700 (PDT) Message-Id: <199707101317.GAA12945@freefall.freebsd.org> To: hideyuki@sat.t.u-tokyo.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4040 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: kon is out-of-date State-Changed-From-To: analyzed-closed State-Changed-By: max State-Changed-When: Thu Jul 10 06:16:42 PDT 1997 State-Changed-Why: Kon2 is merged into kon. From owner-freebsd-ports Thu Jul 10 08:10:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA06674 for ports-outgoing; Thu, 10 Jul 1997 08:10:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA06667; Thu, 10 Jul 1997 08:10:03 -0700 (PDT) Resent-Date: Thu, 10 Jul 1997 08:10:03 -0700 (PDT) Resent-Message-Id: <199707101510.IAA06667@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, joe@gandalf.systems.pavilion.net Received: from gandalf.systems.pavilion.net (gandalf.systems.pavilion.net [194.242.128.61]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA06374 for ; Thu, 10 Jul 1997 08:04:55 -0700 (PDT) Received: (from root@localhost) by gandalf.systems.pavilion.net (8.8.6/8.8.5) id QAA14290; Thu, 10 Jul 1997 16:03:48 +0100 (BST) Message-Id: <199707101503.QAA14290@gandalf.systems.pavilion.net> Date: Thu, 10 Jul 1997 16:03:48 +0100 (BST) From: Josef Karthauser Reply-To: joe@gandalf.systems.pavilion.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4072: Msql port is now out of date Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4072 >Category: ports >Synopsis: Msql port is now out of date >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 10 08:10:01 PDT 1997 >Last-Modified: >Originator: Josef Karthauser >Organization: Pavilion Internet >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: The MSQL port is now out of date. There's been a new version released and the current port still grabs the expired version. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 10 10:05:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA12267 for ports-outgoing; Thu, 10 Jul 1997 10:05:21 -0700 (PDT) Received: from cliffy.statsci.com (root@cliffy.statsci.com [206.63.206.72]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA12234 for ; Thu, 10 Jul 1997 10:04:59 -0700 (PDT) Received: from knife.statsci.com (knife [206.63.206.137]) by cliffy.statsci.com (8.8.6/8.8.6/Hub) with ESMTP id KAA09441; Thu, 10 Jul 1997 10:04:45 -0700 Received: from knife.statsci.com (localhost [127.0.0.1]) by knife.statsci.com (8.8.6/8.8.6/Client) with ESMTP id KAA14586; Thu, 10 Jul 1997 10:04:44 -0700 (PDT) Message-Id: <199707101704.KAA14586@knife.statsci.com> To: asami@cs.berkeley.edu (Satoshi Asami) cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/3922: nmh port updated to nmh-0.15 References: <199706240547.WAA04632@silvia.HIP.Berkeley.EDU> In-reply-to: Your message of "Mon, 23 Jun 1997 22:47:07 -0700." <199706240547.WAA04632@silvia.HIP.Berkeley.EDU> From: Scott Blachowicz Reply-to: scott@statsci.com Date: Thu, 10 Jul 1997 10:04:43 -0700 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@cs.berkeley.edu (Satoshi Asami) wrote: > * name in the path where 'cvs diff' doesn't. Is there a preference by those > * applying patches to the master ports sources as to where the filenames should > * be relative to? (i.e. apply with 'patch -p1' or 'patch -p' or whatever? Should > * I strip the "nmh-port/" prefix out of my patch here?) > > I find it easier to have it without the pathname (that way you don't > even need a "-p") but if that's the way cvs wants to generate diffs, > that's no big deal. (If someone screws up and edits the wrong line, > that would be much more hassle. ;) > > * Also, in general, would the above be better expressed as a pkg/INSTALL script > * using ${PKG_PREFIX} & expanding it to give the real full paths to the files? > * Or should I not bother with letting the installer know that some files might > * need site-customizations? > > You certainly should. I usually just put "/usr/local" there, if the > user knows enough to install the port elsewhere, I'm sure he is smart > enough to figure out where the setup file moved. :) Upon rereading (and not knowing what normal lag time is for getting port patches committed), I'm not sure if you're waiting for me to do something on this one? I'm not sure (at this point) if you're waiting for me to resubmit patches or not. Also, I believe the nmh author is probably going to come out with his next version pretty soon - should I (generally) just keep submitting patches assuming that they'll all get committed eventually? Or should I wait on new patches until the earlier one(s) get applied, in case you need to adjust my submitted patches? Just to summarize...there was a patch to the nmh port submitted with the original ports/3922 report, then a followup to provide a missing patch (to create a new file - pkg/MESSAGE). 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 Thu Jul 10 10:59:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA15047 for ports-outgoing; Thu, 10 Jul 1997 10:59:03 -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 KAA15036; Thu, 10 Jul 1997 10:58:56 -0700 (PDT) From: James FitzGibbon Received: (from jfitz@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA01193; Thu, 10 Jul 1997 10:58:43 -0700 (PDT) Date: Thu, 10 Jul 1997 10:58:43 -0700 (PDT) Message-Id: <199707101758.KAA01193@freefall.freebsd.org> To: joe@gandalf.systems.pavilion.net, jfitz@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, jfitz@FreeBSD.ORG Subject: Re: ports/4072 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Msql port is now out of date State-Changed-From-To: open-analyzed State-Changed-By: jfitz State-Changed-When: Thu Jul 10 10:55:46 PDT 1997 State-Changed-Why: Upgrade to 2.0-rel will be committed to the msql-beta port in a few minutes; merging this into the msql port will have to wait for Peter or Satoshi to do a repository copy for me. Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: jfitz Responsible-Changed-When: Thu Jul 10 10:55:46 PDT 1997 Responsible-Changed-Why: Port Maintainer From owner-freebsd-ports Thu Jul 10 12:05:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA17455 for ports-outgoing; Thu, 10 Jul 1997 12:05:13 -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 MAA17448 for ; Thu, 10 Jul 1997 12:05:07 -0700 (PDT) Received: from localhost (jonz@localhost) by netrail.net (8.8.5/Netrail) with SMTP id PAA05261; Thu, 10 Jul 1997 15:04:33 GMT Date: Thu, 10 Jul 1997 15:04:33 +0000 (GMT) From: "Jonathan A. Zdziarski" To: ytalk@austin.eds.com cc: freebsd-ports@freebsd.org Subject: [NetRail NOC #2] INT/SVC: Get ytalk working Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK I have gotten talk working on my system using 'ntalkd' - works fine, however ytalk doesn't work at all. Keeps reporting 'No talk daemons on server'. I had it print out talkd[ntalk].port and it reported NOT port 517 or 518, but instead 1358 (I believe). Futhermore, in my messages I get this every time I run ytalk Jul 10 15:00:40 gill talkd[5047]: Bad address, family 0 Jul 10 15:00:40 gill talkd[5047]: sendto: Address family not supported by protocol family From owner-freebsd-ports Thu Jul 10 12:40:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA18878 for ports-outgoing; Thu, 10 Jul 1997 12:40:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA18860; Thu, 10 Jul 1997 12:40:01 -0700 (PDT) Resent-Date: Thu, 10 Jul 1997 12:40:01 -0700 (PDT) Resent-Message-Id: <199707101940.MAA18860@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, tejblum@arc.hq.cti.ru Received: from yandex.hq.cti.ru (arc.hq.cti.ru [194.67.85.53]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA18800 for ; Thu, 10 Jul 1997 12:39:12 -0700 (PDT) Received: (from tejblum@localhost) by yandex.hq.cti.ru (8.8.5/8.8.5) id XAA02041; Thu, 10 Jul 1997 23:39:11 +0400 (MSD) Message-Id: <199707101939.XAA02041@yandex.hq.cti.ru> Date: Thu, 10 Jul 1997 23:39:11 +0400 (MSD) From: Dmitrij Tejblum Reply-To: tejblum@arc.hq.cti.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4073: New port - rumba (userland SMBFS) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4073 >Category: ports >Synopsis: New port - rumba (userland SMBFS) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 10 12:40:00 PDT 1997 >Last-Modified: >Originator: Dmitrij Tejblum >Organization: >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: rumba allows to mount drives exported by Windows. It is userland NFS-server, which converts NFS requests to SMB requests. >How-To-Repeat: >Fix: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/rumba-port.tar.gz >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 10 18:10:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA07946 for ports-outgoing; Thu, 10 Jul 1997 18:10:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA07940; Thu, 10 Jul 1997 18:10:01 -0700 (PDT) Resent-Date: Thu, 10 Jul 1997 18:10:01 -0700 (PDT) Resent-Message-Id: <199707110110.SAA07940@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, kiri@kiri.toba-cmt.ac.jp Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA07838 for ; Thu, 10 Jul 1997 18:06:38 -0700 (PDT) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) id KAA29093; Fri, 11 Jul 1997 10:12:45 +0900 (JST) Message-Id: <199707110112.KAA29093@kiri.toba-cmt.ac.jp> Date: Fri, 11 Jul 1997 10:12:45 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4075: Update port(jp-man-doc-2.2.2c):japanese/man-doc. Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4075 >Category: ports >Synopsis: Update port(jp-man-doc-2.2.2c):japanese/man-doc. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Thu Jul 10 18:10:01 PDT 1997 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2-970618-RELENG i386 >Environment: >Description: I've updated the port(jp-man-doc-2.2.2c):japanese/man-doc. Current modifications is (1) Change Makefile in order to update DISTFILE. I put the diff from ports-current(japanese/man-doc) in "Fix:". >How-To-Repeat: >Fix: diff -aurN ../../current/ports/japanese/man-doc/Makefile ./Makefile --- ../../current/ports/japanese/man-doc/Makefile Mon Jun 16 22:40:22 1997 +++ ./Makefile Mon Jul 7 10:37:41 1997 @@ -1,13 +1,13 @@ # New ports collection makefile for: Japanese man documents -# Version required: 2.2.2 +# Version required: 2.2.2c # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko # -# $Id: Makefile,v 1.6 1997/06/14 09:24:23 max Exp $ +# $Id: Makefile,v 1.4 1997/02/12 11:00:45 asami Exp $ # -DISTNAME= jpman-${VERSION}a -PKGNAME= jp-man-doc-${VERSION} +DISTNAME= jpman-${VERSION}c +PKGNAME= jp-man-doc-${VERSION}c CATEGORIES= japanese MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ diff -aurN ../../current/ports/japanese/man-doc/files/md5 ./files/md5 --- ../../current/ports/japanese/man-doc/files/md5 Mon Jun 16 22:40:22 1997 +++ ./files/md5 Mon Jul 7 12:01:23 1997 @@ -1 +1 @@ -MD5 (jpman-2.2.2a.tar.gz) = e6e45408eb5c0a82ed1f5e8cc1ae3a88 +MD5 (jpman-2.2.2c.tar.gz) = 68b3a8b0aaef521f265741873d5e7527 >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jul 10 22:56:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA18547 for ports-outgoing; Thu, 10 Jul 1997 22:56:09 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA18539 for ; Thu, 10 Jul 1997 22:56:04 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.5/8.8.5) id WAA16027; Thu, 10 Jul 1997 22:55:48 -0700 (PDT) Message-ID: <19970710225548.34312@hydrogen.nike.efn.org> Date: Thu, 10 Jul 1997 22:55:48 -0700 From: John-Mark Gurney To: Nik Clayton Cc: ports@FreeBSD.ORG Subject: Re: Use of ports on non-FreeBSD systems References: <19970709181537.19261@iii.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19970709181537.19261@iii.co.uk>; from Nik Clayton on Wed, Jul 09, 1997 at 06:15:37PM +0100 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nik Clayton scribbled this message on Jul 9: > Hi, > > Has anyone reading this made any headway in adapting the FreeBSD ports > system for other architectures? I remember seeing other similar queries > posted in the past, but a search of the mail archives didn't turn up any > responses. > > I'm thinking in particular of adapting the ports system to Solaris. there was a guy that's already done this... he managed to get it so that the standard suite of programs and libraries were ported over... I have the binaries somewere for Solaris 2.5... I still might have th source... the real problem is bootstrapping the build.. if you want I can dig up the email address of him... ttyl.. -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-freebsd-ports Fri Jul 11 02:46:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA29267 for ports-outgoing; Fri, 11 Jul 1997 02:46:12 -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 CAA29257 for ; Fri, 11 Jul 1997 02:46:04 -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 LAA28553; Fri, 11 Jul 1997 11:45:31 +0200 (CEST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.6/8.8.5) id LAA14395; Fri, 11 Jul 1997 11:45:30 +0200 (CEST) To: John-Mark Gurney Cc: Nik Clayton , ports@FreeBSD.ORG Subject: Re: Use of ports on non-FreeBSD systems References: <19970709181537.19261@iii.co.uk> <19970710225548.34312@hydrogen.nike.efn.org> From: Thomas Gellekum Date: 11 Jul 1997 11:45:29 +0200 In-Reply-To: John-Mark Gurney's message of Thu, 10 Jul 1997 22:55:48 -0700 Message-ID: <873epl9b2e.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 12 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John-Mark Gurney writes: > > there was a guy that's already done this... he managed to get it so that > the standard suite of programs and libraries were ported over... I have > the binaries somewere for Solaris 2.5... I still might have th source... > > the real problem is bootstrapping the build.. if you want I can dig up > the email address of him... Yes, please. tg From owner-freebsd-ports Fri Jul 11 03:28:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA00680 for ports-outgoing; Fri, 11 Jul 1997 03:28: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 DAA00674; Fri, 11 Jul 1997 03:28:01 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA06541; Fri, 11 Jul 1997 03:27:43 -0700 (PDT) Date: Fri, 11 Jul 1997 03:27:43 -0700 (PDT) Message-Id: <199707111027.DAA06541@freefall.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, max@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4075 Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Update port(jp-man-doc-2.2.2c):japanese/man-doc. State-Changed-From-To: open-closed State-Changed-By: max State-Changed-When: Fri Jul 11 03:27:21 PDT 1997 State-Changed-Why: Update done. From owner-freebsd-ports Fri Jul 11 09:28:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA18522 for ports-outgoing; Fri, 11 Jul 1997 09:28:01 -0700 (PDT) Received: from smtp1.ts.kiev.ua (viking.ts.kiev.ua [193.124.229.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA18493 for ; Fri, 11 Jul 1997 09:27:48 -0700 (PDT) Received: from aviion.ts.kiev.ua by smtp1.ts.kiev.ua with SMTP id RAA26417; (8.8.3/zah/2.1) Fri, 11 Jul 1997 17:51:33 +0300 (EET DST) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id PAA02130; (8.6.11/zah/2.1) Fri, 11 Jul 1997 15:20:44 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id RAA18035; (8.6.9/zah/1.1) Fri, 11 Jul 1997 17:18:46 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id RAA04185; Fri, 11 Jul 1997 17:19:39 +0300 (EET DST) Message-ID: <33C63352.5245@cki.ipri.kiev.ua> Date: Fri, 11 Jul 1997 16:21:14 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: Nik Clayton CC: ports@FreeBSD.ORG Subject: Re: Use of ports on non-FreeBSD systems References: <19970709181537.19261@iii.co.uk> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nik Clayton wrote: > > Hi, > > Has anyone reading this made any headway in adapting the FreeBSD ports > system for other architectures? I remember seeing other similar queries > posted in the past, but a search of the mail archives didn't turn up any > responses. > > I'm thinking in particular of adapting the ports system to Solaris. > > Cheers, > In principle, Solaris have its own system. format of packages (i.e. Solaris have it's own pkg_add) is very simular to BSD (and any other UNIX). You can write port system, which will be generate standart Solaris packages. I can send you a primer, if you interesting. (after week-day). > N > -- > --+==[ This signature is under construction. Beware of falling objects ]==+-- > Nik Clayton is Just Another Perl Hacker at Interactive Investor From owner-freebsd-ports Fri Jul 11 14:47:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA05176 for ports-outgoing; Fri, 11 Jul 1997 14:47:52 -0700 (PDT) Received: from aage.priv.no (birk04.studby.uio.no [129.240.214.13]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA05171 for ; Fri, 11 Jul 1997 14:47:49 -0700 (PDT) Received: (from aagero@localhost) by aage.priv.no (8.8.6/sendmail95) id XAA17197; Fri, 11 Jul 1997 23:46:54 +0200 (CEST) Message-ID: <19970711234654.57564@aage.priv.no> Date: Fri, 11 Jul 1997 23:46:54 +0200 From: =?iso-8859-1?Q?=C5ge_R=F8bekk?= To: ports@freebsd.org Subject: pine 3.96 builds with DOS options Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=HlL+5n6rz5pIUxbD X-Mailer: Mutt 0.76 X-OS: FreeBSD 3.0-CURRENT Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii After setting user-domain = in /usr/local/etc/pine.conf to force the right-hand side of the From: field appear as my MX record, I noticed that X-Sender: user@ also was included in the header. after digging through the sources, i found in $PORTS/mail/pine/work/pine-3.96/pine/send.c lots of: #if !(defined(DOS || defined(OS2)) || defined(NOAUTH> #endif which always evaluates to true when we're NOT on DOS or OS2, or NOAUTH is defined. according to tech-notes.txt in the doc directory, this is a DOS-spesific tweak to make tracing of mail sent from a pc easier. this is obviously wrong, and should read something like #if defined(DOS) || defined(OS2) || defined(NOAUTH) #endif patch included. -aage --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=patch-an LS0tIHBpbmUvc2VuZC5jLk9MRAlGcmkgSnVsIDExIDIzOjMzOjE0IDE5OTcNCisrKyBwaW5l L3NlbmQuYwlGcmkgSnVsIDExIDIzOjMzOjUyIDE5OTcNCkBAIC0xMTIzLDcgKzExMjMsNyBA QA0KICAgeyIiLCAgICAgICAgICAgICJYLVBvc3QtRXJyb3IiLE5PX0hFTFAsICAgICAgICAg ICAgICAgMTAsIDAsIE5VTEwsDQogICAgTlVMTCwgICAgICAgICAgTlVMTCwgTlVMTCwgTlVM TCwgICAgICAgICAgICAgICAgIE5VTEwsDQogICAgMCwgMCwgMCwgMCwgMCwgMCwgMCwgMCwg MCwgS1NfTk9ORX0sDQotI2lmCSEoZGVmaW5lZChET1MpIHx8IGRlZmluZWQoT1MyKSkgfHwg ZGVmaW5lZChOT0FVVEgpDQorI2lmCWRlZmluZWQoRE9TKSB8fCBkZWZpbmVkKE9TMikgfHwg ZGVmaW5lZChOT0FVVEgpDQogICB7IiIsICAgICAgICAgICAgIlNlbmRlciIsICAgICAgTk9f SEVMUCwgICAgICAgICAgICAgICAxMCwgMCwgTlVMTCwNCiAgICBOVUxMLCAgICAgICAgICBO VUxMLCBOVUxMLCBOVUxMLCAgICAgICAgICAgICAgICAgTlVMTCwNCiAgICAwLCAwLCAwLCAw LCAwLCAwLCAwLCAwLCAwLCBLU19OT05FfQ0KQEAgLTExNzksNyArMTE3OSw3IEBADQogICB7 Ik1lc3NhZ2UtSUQiLCAgRnJlZVRleHQsCTAsIDEsIDEsIDB9LA0KICAgeyJUbyIsICAgICAg ICAgIEFkZHJlc3MsCTAsIDAsIDAsIDB9LAkvKiBOX05PQk9EWSAqLw0KICAgeyJYLVBvc3Qt RXJyb3IiLEZyZWVUZXh0LAkwLCAwLCAwLCAwfSwJLyogTl9QT1NURVJSICovDQotI2lmCSEo ZGVmaW5lZChET1MpIHx8IGRlZmluZWQoT1MyKSkgfHwgZGVmaW5lZChOT0FVVEgpDQorI2lm CWRlZmluZWQoRE9TKSB8fCBkZWZpbmVkKE9TMikgfHwgZGVmaW5lZChOT0FVVEgpDQogICB7 IlgtU2VuZGVyIiwgICAgQWRkcmVzcywJMCwgMSwgMSwgMH0sDQogI2VuZGlmDQogICB7TlVM TCwgICAgICAgICBGcmVlVGV4dH0NCkBAIC0xMjY4LDcgKzEyNjgsNyBAQA0KICAgICBvdXRn b2luZy0+ZnJvbQkgID0gZ2VuZXJhdGVfZnJvbSgpOw0KICAgICBvdXRnb2luZy0+cmV0dXJu X3BhdGggPSByZmM4MjJfY3B5X2FkcihvdXRnb2luZy0+ZnJvbSk7DQogDQotI2lmCSEoZGVm aW5lZChET1MpIHx8IGRlZmluZWQoT1MyKSkgfHwgZGVmaW5lZChOT0FVVEgpDQorI2lmCWRl ZmluZWQoRE9TKSB8fCBkZWZpbmVkKE9TMikgfHwgZGVmaW5lZChOT0FVVEgpDQogI2RlZmlu ZSBOTiAzDQogI2Vsc2UNCiAjZGVmaW5lIE5OIDINCkBAIC0xMzY1LDcgKzEzNjUsNyBAQA0K IAkJc2VuZGluZ19vcmRlcltOTis3XQk9IHBmOw0KIAkJYnJlYWs7DQogDQotI2lmCSEoZGVm aW5lZChET1MpIHx8IGRlZmluZWQoT1MyKSkgfHwgZGVmaW5lZChOT0FVVEgpDQorI2lmCWRl ZmluZWQoRE9TKSB8fCBkZWZpbmVkKE9TMikgfHwgZGVmaW5lZChOT0FVVEgpDQogICAgICAg ICAgICAgICBjYXNlIE5fU0VOREVSOg0KIAkJc2VuZGluZ19vcmRlclszXQk9IHBmOw0KIAkJ cGYtPmFkZHIJCT0gJm91dGdvaW5nLT5zZW5kZXI7DQpAQCAtMTkxOCw3ICsxOTE4LDcgQEAN CiAgICAgICogSGUtPnJlYWxhZGRyIGlzIHRoZSBwb2ludGVyIHRvIHRoZSB0ZXh0IHRoYXQg cGljbyBhY3R1YWxseSBlZGl0cy4NCiAgICAgICovDQogDQotI2lmCSEoZGVmaW5lZChET1Mp IHx8IGRlZmluZWQoT1MyKSkgfHwgZGVmaW5lZChOT0FVVEgpDQorI2lmCWRlZmluZWQoRE9T KSB8fCBkZWZpbmVkKE9TMikgfHwgZGVmaW5lZChOT0FVVEgpDQogI2RlZmluZSBOTiAzDQog I2Vsc2UNCiAjZGVmaW5lIE5OIDINCkBAIC0xOTQ1LDcgKzE5NDUsNyBAQA0KIAkJCQkgKGkg PT0gMTMpID8gTl9NU0dJRCA6DQogCQkJCSAgKGkgPT0gMTQpID8gTl9OT0JPRFkgOg0KIAkJ CQkgICAoaSA9PSAxNSkgPyBOX1BPU1RFUlIgOg0KLSNpZgkhKGRlZmluZWQoRE9TKSB8fCBk ZWZpbmVkKE9TMikpIHx8IGRlZmluZWQoTk9BVVRIKQ0KKyNpZglkZWZpbmVkKERPUykgfHwg ZGVmaW5lZChPUzIpIHx8IGRlZmluZWQoTk9BVVRIKQ0KIAkJCQkgICAgKGkgPT0gMTYpID8g Tl9TRU5ERVIgOg0KICNlbmRpZg0KIAkJCQkJCQkgIGk7DQpAQCAtMjExOSw3ICsyMTE5LDcg QEANCiANCiAJCWJyZWFrOw0KIA0KLSNpZgkhKGRlZmluZWQoRE9TKSB8fCBkZWZpbmVkKE9T MikpIHx8IGRlZmluZWQoTk9BVVRIKQ0KKyNpZglkZWZpbmVkKERPUykgfHwgZGVmaW5lZChP UzIpIHx8IGRlZmluZWQoTk9BVVRIKQ0KICAgICAgICAgICAgICAgY2FzZSBOX1NFTkRFUjoN CiAJCXNlbmRpbmdfb3JkZXJbM10JPSBwZjsNCiAJCXBmLT5hZGRyCQk9ICZvdXRnb2luZy0+ c2VuZGVyOw0KQEAgLTU3OTEsNyArNTc5MSw3IEBADQogICAgIH0NCiANCiANCi0jaWYJKGRl ZmluZWQoRE9TKSB8fCBkZWZpbmVkKE9TMikpICYmICFkZWZpbmVkKE5PQVVUSCkNCisjaWYJ ZGVmaW5lZChET1MpIHx8IGRlZmluZWQoT1MyKSB8fCBkZWZpbmVkKE5PQVVUSCkNCiAgICAg LyoNCiAgICAgICogQWRkIGNvbWZvcnRpbmcgIlgtIiBoZWFkZXIgbGluZSBpbmRpY2F0aW5n IHdoYXQgc29ydCBvZiANCiAgICAgICogYXV0aGVudGljaXR5IHRoZSByZWNlaXZlciBjYW4g ZXhwZWN0Li4uDQo= --HlL+5n6rz5pIUxbD-- From owner-freebsd-ports Fri Jul 11 22:10:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA20635 for ports-outgoing; Fri, 11 Jul 1997 22:10:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA20629; Fri, 11 Jul 1997 22:10:01 -0700 (PDT) Resent-Date: Fri, 11 Jul 1997 22:10:01 -0700 (PDT) Resent-Message-Id: <199707120510.WAA20629@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, oly@world.std.com Received: from ghostwheel.shadow.net (oly@world-f.std.com [199.172.62.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA20333 for ; Fri, 11 Jul 1997 22:01:11 -0700 (PDT) Received: (from oly@localhost) by ghostwheel.shadow.net (8.8.5/8.8.5) id IAA06216; Fri, 11 Jul 1997 08:56:21 -0400 (EDT) Message-Id: <199707111256.IAA06216@ghostwheel.shadow.net> Date: Fri, 11 Jul 1997 08:56:21 -0400 (EDT) From: oly@world.std.com Reply-To: oly@world.std.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4077: ports Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4077 >Category: ports >Synopsis: new version of lout - 3.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 22:10:00 PDT 1997 >Last-Modified: >Originator: Oliver >Organization: n/a >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: Lout 3.10 for FreeBSD - port works on my 2.2.2 setup >Description: n/a >How-To-Repeat: n/a >Fix: n/a --- Thanks for FreeBSD! I'm updating my ports - I was away from FreeBSD for a while (needed Q-logic spt in PAO and couldn't port it myself). >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jul 12 07:16:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA06457 for ports-outgoing; Sat, 12 Jul 1997 07:16:54 -0700 (PDT) Received: from pulp.nildram.co.uk (root@pulp.nildram.co.uk [195.112.4.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA06450; Sat, 12 Jul 1997 07:16:38 -0700 (PDT) Received: (from uucp@localhost) by pulp.nildram.co.uk (8.7.5/8.7.3) with UUCP id JAA15280; Sat, 12 Jul 1997 09:24:40 GMT Received: from i.vaudrey (i.vaudrey [10.0.0.5]) by mail.nemko.ltd.uk (8.8.6/8.8.6) with ESMTP id KAA00218; Sat, 12 Jul 1997 10:23:04 +0100 (BST) Message-ID: <33C74CEF.B9E234F3@test.nemko.ltd.uk> Date: Sat, 12 Jul 1997 10:22:55 +0100 From: Ian Vaudrey X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: markm@freebsd.org CC: FreeBSD-Ports@freebsd.org Subject: Apache 1.2.1 port will not start up X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've just built the new Apache 1.2.1 port on my system. There were no errors reported during compilation, but when I reboot and the machine trys to start httpd, I get the following error message: open: No such file or directory Cannot open lock file I've been following the Apache ports since the early 1.2 betas, and this is the first time I've had a problem. Is it the port or (much more likely) me that is broken? - Ian From owner-freebsd-ports Sat Jul 12 07:31:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA06946 for ports-outgoing; Sat, 12 Jul 1997 07:31:51 -0700 (PDT) Received: from pulp.nildram.co.uk (root@pulp.nildram.co.uk [195.112.4.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA06938; Sat, 12 Jul 1997 07:31:36 -0700 (PDT) Received: (from uucp@localhost) by pulp.nildram.co.uk (8.7.5/8.7.3) with UUCP id KAA15776; Sat, 12 Jul 1997 10:34:06 GMT Received: from i.vaudrey (i.vaudrey [10.0.0.5]) by mail.nemko.ltd.uk (8.8.6/8.8.6) with ESMTP id LAA00218; Sat, 12 Jul 1997 11:32:39 +0100 (BST) Message-ID: <33C75D3E.414D758D@test.nemko.ltd.uk> Date: Sat, 12 Jul 1997 11:32:30 +0100 From: Ian Vaudrey X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: markm@freebsd.org, FreeBSD-Ports@freebsd.org Subject: Re: Apache 1.2.1 port will not start up X-Priority: 3 (Normal) References: <33C74CEF.B9E234F3@test.nemko.ltd.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry, I should've added that this is a 2.2.2-RELEASE box with 222upgrade-97.06.03 installed. - Ian Ian Vaudrey wrote: > > I've just built the new Apache 1.2.1 port on my system. There were no > errors reported during compilation, but when I reboot and the machine > trys to start httpd, I get the following error message: > > open: No such file or directory > Cannot open lock file > > I've been following the Apache ports since the early 1.2 betas, and > this > is the first time I've had a problem. Is it the port or (much more > likely) me that is broken? > > - Ian From owner-freebsd-ports Sat Jul 12 08:39:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA09270 for ports-outgoing; Sat, 12 Jul 1997 08:39:47 -0700 (PDT) Received: from nagual.pp.ru (ache.relcom.ru [194.58.229.133]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA09252; Sat, 12 Jul 1997 08:39:30 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.8.6/8.8.5) id TAA00628; Sat, 12 Jul 1997 19:39:22 +0400 (MSD) Date: Sat, 12 Jul 1997 19:39:20 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Ian Vaudrey cc: markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG Subject: Re: Apache 1.2.1 port will not start up In-Reply-To: <33C74CEF.B9E234F3@test.nemko.ltd.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 12 Jul 1997, Ian Vaudrey wrote: > open: No such file or directory > Cannot open lock file It seems you miss "LockFile" setting in your configs. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Sat Jul 12 14:31:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20635 for ports-outgoing; Sat, 12 Jul 1997 14:31:43 -0700 (PDT) Received: from pulp.nildram.co.uk (root@pulp.nildram.co.uk [195.112.4.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20630; Sat, 12 Jul 1997 14:31:31 -0700 (PDT) Received: (from uucp@localhost) by pulp.nildram.co.uk (8.7.5/8.7.3) with UUCP id VAA20791; Sat, 12 Jul 1997 21:27:36 GMT Received: from i.vaudrey (i.vaudrey [10.0.0.5]) by mail.nemko.ltd.uk (8.8.6/8.8.6) with ESMTP id WAA00266; Sat, 12 Jul 1997 22:26:06 +0100 (BST) Message-ID: <33C7F663.7F6813A7@test.nemko.ltd.uk> Date: Sat, 12 Jul 1997 22:25:55 +0100 From: Ian Vaudrey X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: ache@nagual.pp.ru CC: markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG Subject: Re: Apache 1.2.1 port will not start up X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks, that was it. It appears that with 1.2.0 and earlier versions, no entry was needed, but with 1.2.1 more settings are available (and required) in the .conf files. I also found an entry in the Apache bug db relating to this, at http://www.apache.org/bugdb.cgi/full/835 BTW, in trying to pin this down I noticed that the port doesn't seem to install the Apache man pages. I know there are only a couple of these, with the bulk of the documentation being in html format, but the pages should be installed - shouldn't they? - Ian ache@nagual.pp.ru wrote: > > On Sat, 12 Jul 1997, Ian Vaudrey wrote: > > > open: No such file or directory > > Cannot open lock file > > It seems you miss "LockFile" setting in your configs. > > -- > Andrey A. Chernov > > http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Sat Jul 12 14:33:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20703 for ports-outgoing; Sat, 12 Jul 1997 14:33:32 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca32-05.ix.netcom.com [199.35.209.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20695; Sat, 12 Jul 1997 14:33:20 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id OAA09690; Sat, 12 Jul 1997 14:33:09 -0700 (PDT) Date: Sat, 12 Jul 1997 14:33:09 -0700 (PDT) Message-Id: <199707122133.OAA09690@silvia.HIP.Berkeley.EDU> To: ivaudrey@test.nemko.ltd.uk CC: markm@freebsd.org, FreeBSD-Ports@freebsd.org In-reply-to: <33C74CEF.B9E234F3@test.nemko.ltd.uk> (message from Ian Vaudrey on Sat, 12 Jul 1997 10:22:55 +0100) Subject: Re: Apache 1.2.1 port will not start up From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * open: No such file or directory * Cannot open lock file * * I've been following the Apache ports since the early 1.2 betas, and this * is the first time I've had a problem. Is it the port or (much more * likely) me that is broken? I saw the same problem. After some looking around in the source, I created a directory "/usr/local/etc/apache/logs" and apache now starts fine. The name of this directory (nor any of the strings "logs" "lock", upper-case or not) doesn't appear in any of the config files in /usr/local/etc/apache, I'm not sure what to make of it. Satoshi From owner-freebsd-ports Sat Jul 12 14:35:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20785 for ports-outgoing; Sat, 12 Jul 1997 14:35:51 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca32-05.ix.netcom.com [199.35.209.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20777; Sat, 12 Jul 1997 14:35:39 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id OAA09730; Sat, 12 Jul 1997 14:35:31 -0700 (PDT) Date: Sat, 12 Jul 1997 14:35:31 -0700 (PDT) Message-Id: <199707122135.OAA09730@silvia.HIP.Berkeley.EDU> To: ivaudrey@test.nemko.ltd.uk CC: markm@freebsd.org, FreeBSD-Ports@freebsd.org In-reply-to: <33C75D3E.414D758D@test.nemko.ltd.uk> (message from Ian Vaudrey on Sat, 12 Jul 1997 11:32:30 +0100) Subject: Re: Apache 1.2.1 port will not start up From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Sorry, I should've added that this is a 2.2.2-RELEASE box with * 222upgrade-97.06.03 installed. Oh, so someone is using this! Hooray! :) (BTW, there is a new version "97.07.09" available now....) Satoshi From owner-freebsd-ports Sat Jul 12 14:58:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA21528 for ports-outgoing; Sat, 12 Jul 1997 14:58:23 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA21523; Sat, 12 Jul 1997 14:58:13 -0700 (PDT) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.6/8.8.5) id BAA12515; Sun, 13 Jul 1997 01:57:58 +0400 (MSD) Date: Sun, 13 Jul 1997 01:57:57 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Satoshi Asami cc: ivaudrey@test.nemko.ltd.uk, markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG Subject: Re: Apache 1.2.1 port will not start up In-Reply-To: <199707122133.OAA09690@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 12 Jul 1997, Satoshi Asami wrote: > The name of this directory (nor any of the strings "logs" "lock", > upper-case or not) doesn't appear in any of the config files in > /usr/local/etc/apache, I'm not sure what to make of it. Check config-dist files for LockFile keyword and you'll see. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Sat Jul 12 15:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21647 for ports-outgoing; Sat, 12 Jul 1997 15:00:05 -0700 (PDT) Received: from mail5.doit.wisc.edu (mail5.doit.wisc.edu [144.92.104.215]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21642 for ; Sat, 12 Jul 1997 15:00:02 -0700 (PDT) Received: from audumla.students.wisc.edu by mail5.doit.wisc.edu; id QAA41598; 8.7.5/50; Sat, 12 Jul 1997 16:59:51 -0500 Received: from gabor-notebook-bsd by audumla.students.wisc.edu; id QAA61136; 8.6.9W/42; Sat, 12 Jul 1997 16:59:55 -0500 Message-ID: <33C7FE3A.446B9B3D@acm.org> Date: Sat, 12 Jul 1997 16:59:22 -0500 From: Gabor Kincses X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: afterstep-1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, It seems asclock is missing from the afterstep port. There is no separate port for this. Am I missing something basic? Thanks, -- Gabor Kincses (gabor@acm.org) FreeBSD 2.1.5/2.2.2 From owner-freebsd-ports Sat Jul 12 15:13:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA22246 for ports-outgoing; Sat, 12 Jul 1997 15:13:51 -0700 (PDT) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA22238; Sat, 12 Jul 1997 15:13:34 -0700 (PDT) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.8.5) with UUCP id QAA21835; Sat, 12 Jul 1997 16:13:05 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id QAA18205; Sat, 12 Jul 1997 16:14:32 -0600 (MDT) Date: Sat, 12 Jul 1997 16:14:31 -0600 (MDT) From: Marc Slemko To: Satoshi Asami cc: ivaudrey@test.nemko.ltd.uk, markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG Subject: Re: Apache 1.2.1 port will not start up In-Reply-To: <199707122133.OAA09690@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As of 1.2.1, Apache defaults to useing flock() locking to serialize accept() calls in multiple children on FreeBSD. The lockfile defaults to being named logs/accept.lock. The FreeBSD port uses a different directory structure that doesn't have a logs subdirectory under server_root. Apache should print the name of the file it can't open; it does so for fcntl() locking, but it was accidently ommitted for flock() locking. That is fixed in the CVS repository. Printing the filename makes the problem and the fix more obvious. We are thinking about a better location, based on feedback from situations like this. Unfortunately, there is no "logs" directory we can use. Speaking generically for all platforms, /var/run is no good, /var/tmp is no good, /usr/tmp is no good, /tmp may be ok, server_root may be ok. The FreeBSD port should probably define DEFAULT_LOCKFILE in the FreeBSD section of conf.h; since it uses a different directory structure, it should completely use that. Using the LockFile directive is a workaround, but on any given platform with any given install it shouldn't be necessary unless you change the directory structure. -- Marc Slemko | Apache team member marcs@znep.com | marc@apache.org On Sat, 12 Jul 1997, Satoshi Asami wrote: > * open: No such file or directory > * Cannot open lock file > * > * I've been following the Apache ports since the early 1.2 betas, and this > * is the first time I've had a problem. Is it the port or (much more > * likely) me that is broken? > > I saw the same problem. After some looking around in the source, I > created a directory "/usr/local/etc/apache/logs" and apache now starts > fine. > > The name of this directory (nor any of the strings "logs" "lock", > upper-case or not) doesn't appear in any of the config files in > /usr/local/etc/apache, I'm not sure what to make of it. > > Satoshi > From owner-freebsd-ports Sat Jul 12 16:04:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA23902 for ports-outgoing; Sat, 12 Jul 1997 16:04:20 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA23895; Sat, 12 Jul 1997 16:04:09 -0700 (PDT) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.6/8.8.5) id DAA13333; Sun, 13 Jul 1997 03:04:01 +0400 (MSD) Date: Sun, 13 Jul 1997 03:04:00 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Marc Slemko cc: Satoshi Asami , ivaudrey@test.nemko.ltd.uk, markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG Subject: Re: Apache 1.2.1 port will not start up In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 12 Jul 1997, Marc Slemko wrote: > The FreeBSD port should probably define DEFAULT_LOCKFILE in the FreeBSD > section of conf.h; since it uses a different directory structure, it > should completely use that. Using the LockFile directive is a workaround, > but on any given platform with any given install it shouldn't be necessary > unless you change the directory structure. Currently FreeBSD port uses /var/spool/lock for accept.lock via "LockFile" directive... I'll think about using DEFAULT_* stuff instead (not only for lockfile, but for pid file too, etc), because this way not requires existen configurations update... -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-freebsd-ports Sat Jul 12 16:11:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA24291 for ports-outgoing; Sat, 12 Jul 1997 16:11:49 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca32-05.ix.netcom.com [199.35.209.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA24279; Sat, 12 Jul 1997 16:11:34 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id QAA10016; Sat, 12 Jul 1997 16:11:25 -0700 (PDT) Date: Sat, 12 Jul 1997 16:11:25 -0700 (PDT) Message-Id: <199707122311.QAA10016@silvia.HIP.Berkeley.EDU> To: ache@nagual.pp.ru CC: ivaudrey@test.nemko.ltd.uk, markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG In-reply-to: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Sun, 13 Jul 1997 01:57:57 +0400 (MSD)) Subject: Re: Apache 1.2.1 port will not start up From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Check config-dist files for LockFile keyword and you'll see. Oops, sorry. I should have missed it while merging the config update (it's only one line, without any comments like others).... And as you said in the other post, I think it's better to have it default to a sensible location for us. It's a FreeBSD port, after all. :) Satoshi From owner-freebsd-ports Sat Jul 12 19:02:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA00161 for ports-outgoing; Sat, 12 Jul 1997 19:02:33 -0700 (PDT) Received: from pulp.nildram.co.uk (root@pulp.nildram.co.uk [195.112.4.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA00134; Sat, 12 Jul 1997 19:02:15 -0700 (PDT) Received: (from uucp@localhost) by pulp.nildram.co.uk (8.7.5/8.7.3) with UUCP id BAA22744; Sun, 13 Jul 1997 01:47:26 GMT Received: from i.vaudrey (i.vaudrey [10.0.0.5]) by mail.nemko.ltd.uk (8.8.6/8.8.6) with ESMTP id CAA00630; Sun, 13 Jul 1997 02:46:11 +0100 (BST) Message-ID: <33C83354.3F357111@test.nemko.ltd.uk> Date: Sun, 13 Jul 1997 02:45:56 +0100 From: Ian Vaudrey X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: Satoshi Asami CC: ache@nagual.pp.ru, markm@FreeBSD.ORG, FreeBSD-Ports@FreeBSD.ORG Subject: Re: Apache 1.2.1 port will not start up X-Priority: 3 (Normal) References: <199707122311.QAA10016@silvia.HIP.Berkeley.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm glad I'm not the only one who missed it first time around! Did the port install the man pages on your system? - Ian Satoshi Asami wrote: > > * Check config-dist files for LockFile keyword and you'll see. > > Oops, sorry. I should have missed it while merging the config update > (it's only one line, without any comments like others).... > > And as you said in the other post, I think it's better to have it > default to a sensible location for us. It's a FreeBSD port, after > all. :) > > Satoshi